1 2015-02-25 Roland McGrath <roland@hack.frob.com>
3 * iconv/tst-iconv3.c (main): Converted to ...
5 (TEST_FUNCTION): New macro.
6 Include test-skeleton.c.
8 * iconv/tst-iconv5.c (testcode, number): Make variables static const.
9 (convert): Make function static.
10 (test_unalign): Likewise. Add const to argument pointee types.
11 (main): Replace with static function do_test.
12 Print "Succeeded." only if RET is zero.
13 (TEST_FUNCTION): New macro.
14 Include test-skeleton.c.
16 * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
17 returns a null pointer.
19 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
22 to __memcpy_ppc only for static builds.
24 2015-02-25 Joseph Myers <joseph@codesourcery.com>
27 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
28 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
29 * math/auto-libm-test-in: Add more tests of asinh.
30 * math/auto-libm-test-out: Regenerated.
31 * sysdeps/i386/fpu/libm-test-ulps: Update.
32 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34 2015-02-25 Cong Wang <xiyou.wangcong@gmail.com>
37 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
38 and ip6_mtuinfo definitions here.
39 * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
40 in this define too. Update comment.
42 2015-02-24 Benno Schulenberg <bensberg@justemail.net>
44 * elf/sprof.c (load_shobj): Tweak error message to match others.
46 2015-02-24 Kevin Easton <kevin@guarana.org>
48 [BZ #16145] (partial fix)
49 * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
50 to reduce lock contention.
52 2015-02-24 Miroslav Lichvar <mlichvar@redhat.com>
54 * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
55 (struct timex): Update time comment.
56 (ADJ_SETOFFSET): Define.
58 2015-02-24 Joseph Myers <joseph@codesourcery.com>
61 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
62 2**56 not 2**28 as threshold for log (2x) formula.
63 * math/auto-libm-test-in: Add more tests of acosh.
64 * math/auto-libm-test-out: Regenerated.
65 * sysdeps/i386/fpu/libm-test-ulps: Update.
66 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68 2015-02-24 Mike Frysinger <vapier@gentoo.org>
70 * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
71 parenthesis around the buf assignment.
72 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
74 2015-02-24 Joseph Myers <joseph@codesourcery.com>
77 * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
78 arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
79 * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
80 * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
81 * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
82 * math/libm-test.inc (scalb_test_data): Add more tests.
84 2015-02-24 Paul Pluzhnikov <ppluzhnikov@google.com>
87 * libio/fileops.c (_IO_new_file_fopen): Limit stack use
88 * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
90 2015-02-24 Eric Rannaud <e@nanocritical.com>
93 * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
94 * io/bits/fcntl2.h (open): Use it.
96 * io/open.c (__libc_open): Likewise.
97 * io/open64.c (__libc_open64): Likewise.
98 * io/open64_2.c (__open64_2): Likewise.
99 * io/open_2.c (__open_2): Likewise.
100 * io/openat.c (__openat): Likewise.
101 * io/openat64.c (__openat64): Likewise.
102 * io/openat64_2.c (__openat64_2): Likewise.
103 * io/openat_2.c (__openat_2): Likewise.
104 * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
105 * sysdeps/mach/hurd/openat.c (__openat): Likewise.
106 * sysdeps/posix/open64.c (__libc_open64): Likewise.
107 * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
108 * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
109 (__open_nocancel): Likewise.
110 * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
111 * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
112 * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
114 2015-02-24 Siddhesh Poyarekar <siddhesh@redhat.com>
117 * resolv/gethnamaddr.c (getanswer): Skip logging if
118 RES_USE_DNSSEC is set.
119 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
121 2015-02-24 Mike Frysinger <vapier@gentoo.org>
123 * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
125 2015-02-23 Alexandre Oliva <aoliva@redhat.com>
127 * include/stdc-predef.h (__STDC_ISO_10646__): Update to
128 201304L, for Unicode 7.
130 2015-02-23 H.J. Lu <hongjiu.lu@intel.com>
133 * csu/Makefile (extra-objs): Add gmon-start.o if not builing
134 shared library. Add gmon-start.os otherwise.
135 ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
136 $(objpfx)gmon-start.os if builing shared library.
137 ($(objpfx)g$(static-start-installed-name)): Likewise.
139 2015-02-23 Andreas Schwab <schwab@suse.de>
141 * elf/Makefile (CFLAGS-tst-audit2.c): Define.
143 2015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
146 * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
147 (enlarge_userbuf): Likewise.
149 2015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
151 * libio/tst-memstream2.c (TIMEOUT): Define as 100.
152 * math/atest-exp.c (TIMEOUT): Adjust to 200.
153 * math/atest-exp2.c (TIMEOUT): Adjust to 300.
154 * math/atest-sincos.c (TIMEOUT): Adjust to 600.
156 2015-02-20 Joseph Myers <joseph@codesourcery.com>
158 * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
159 expression inside statement expression.
161 2015-02-20 Stefan Liebler <stli@linux.vnet.ibm.com>
163 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
164 <sysdeps/nptl/lowlevellock.h> and remove macros and
165 functions that are now defined there.
167 (lll_compare_and_swap): Remove.
168 * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
170 2015-02-19 Joseph Myers <joseph@codesourcery.com>
173 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
174 instead of scandirat.
175 * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
176 [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
177 [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
179 * include/dirent.h (scandirat): Do not use libc_hidden_proto.
180 (__scandirat): Declare. Use libc_hidden_proto.
181 * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
183 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
185 2015-02-18 Joseph Myers <joseph@codesourcery.com>
188 * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
190 (__ieee754_atan2): For results with small absolute value, force
191 underflow exception and remove excess range and precision from
193 * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
195 (__ieee754_atan2f): For results with small absolute value, force
196 underflow exception and remove excess range and precision from
198 * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
200 (__atan): For results with small absolute value, force underflow
201 exception and remove excess range and precision from return value.
202 * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
204 (__atanf): For results with small absolute value, force underflow
205 exception and remove excess range and precision from return value.
206 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
208 (__ieee754_atan2): Force underflow exception for results with
209 small absolute value.
210 * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
212 (atan): Force underflow exception for results with small absolute
214 * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
215 (__atanf): Force underflow exception for results with small
217 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
219 (__atanl): Force underflow exception for results with small
221 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
222 (__atanl): Force underflow exception for results with small
224 * sysdeps/x86/fpu/bits/mathinline.h
225 [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
226 (__ieee754_atan2): Only define inline for long double.
227 * sysdeps/x86_64/fpu/multiarch/e_atan2.c
228 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
229 * math/auto-libm-test-in: Do not mark underflow exceptions as
230 possibly missing for bug 15319. Add more tests of atan2.
231 * math/auto-libm-test-out: Regenerated.
232 * math/libm-test.inc (casin_test_data): Do not mark underflow
233 exceptions as possibly missing for bug 15319.
234 (casinh_test_data): Likewise.
235 * sysdeps/i386/fpu/libm-test-ulps: Update.
237 2015-02-18 Steve Ellcey <sellcey@imgtec.com>
239 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
240 * sysdeps/mips/bits/endian.h: Fix comments.
242 2015-02-18 Joseph Myers <joseph@codesourcery.com>
245 * include/search.h (hcreate_r): Don't use libc_hidden_proto.
246 (hdestroy_r): Likewise.
247 (hsearch_r): Likewise.
248 (__hcreate_r): Declare and use libc_hidden_proto.
249 (__hdestroy_r): Likewise.
250 (__hsearch_r): Likewise.
251 * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
252 (hcreate): Call __hcreate_r instead of hcreate_r.
253 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
254 * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
255 as weak alias of __hcreate_r.
256 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
258 (hsearch_r): Rename to __hsearch_r and define as weak alias of
260 * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
262 (test-xfail-XPG4/search.h/linknamespace): Likewise.
263 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
264 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
265 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
267 2015-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
269 * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
270 arena_lock into a single arena_get.
272 2015-02-17 Carlos O'Donell <carlos@redhat.com>
274 * dl-reloc.c: Inlucde libc-internal.h.
275 (_dl_try_allocate_static_tls): Call ALIGN_UP.
276 (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
277 (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
278 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
279 (grow_heap): Likewise.
280 * malloc/malloc.c: Include libc-internal.h.
281 (do_check_malloc): Call powerof2.
282 (sysmalloc): Use pagesize. Call ALIGN_UP.
283 (systrim): Use pagesize.
284 (mremap_chunk): Use pagesize. Call ALIGN_UP.
285 (__libc_valloc): Use pagesize.
286 (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
288 2015-02-17 Joseph Myers <joseph@codesourcery.com>
291 * include/sys/resource.h (__getrlimit64): Declare. Use
293 * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
294 and define as weak alias of __getrlimit64. Use libc_hidden_weak.
295 * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
297 * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
299 [!getrlimit64] (getrlimit64): Define as weak alias of
300 __getrlimit64. Use libc_hidden_weak.
301 * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
302 using __getrlimit64 not __new_getrlimit64.
303 (__GI_getrlimit64): Likewise.
304 * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
306 (__GI_getrlimit64): Likewise.
307 (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
308 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
309 (getrlimit): Add __getrlimit64 alias.
310 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
312 * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
314 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
315 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
317 2015-02-17 Paul Pluzhnikov <ppluzhnikov@google.com>
319 * libio/fileops.c: Add missing sys/mman.h
320 * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
322 2015-02-17 Joseph Myers <joseph@codesourcery.com>
324 * manual/math.texi (Errors in Math Functions): Clarify goals
325 regarding inexact and underflow exceptions.
327 2015-02-17 Steve Ellcey <sellcey@imgtec.com>
329 * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
330 * sysdeps/mips/memset.S: Ditto.
332 2015-02-17 Steve Ellcey <sellcey@imgtec.com>
334 * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
336 2015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
338 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
339 (__v1longjmp): Remove versioned symbol.
340 (__v1siglongjmp): Remove alias and versioned symbol.
341 (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
342 (__v2siglongjmp): Likewise.
344 2015-02-16 Torvald Riegel <triegel@redhat.com>
346 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
348 2015-02-16 Mike Frysinger <vapier@gentoo.org>
350 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
352 2015-02-16 Joseph Myers <joseph@codesourcery.com>
355 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
356 zero result does not depend on the sign resulting from
358 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
360 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
361 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
362 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
363 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
364 * math/libm-test.inc (remquo_test_data): Add more tests.
366 2015-02-16 Paul Eggert <eggert@cs.ucla.edu>
368 * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
369 Problem reported by J William Piggott.
371 2015-02-16 Joseph Myers <joseph@codesourcery.com>
374 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
375 products 4 * y and 2 * y where those would overflow.
376 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
378 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
379 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
380 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
381 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
382 * math/libm-test.inc (remquo_test_data): Add more tests.
384 * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
386 * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
387 [defined _COMPILING_NEWLIB].
388 * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
389 * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
391 * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
392 [!defined __mips_isa_rev || __mips_isa_rev < 6].
394 2015-02-16 Torvald Riegel <triegel@redhat.com>
396 * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
399 2015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
402 * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
403 (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
404 HOST_STACK_END_ADDR): Likewise.
406 2015-02-13 Steve Ellcey <sellcey@imgtec.com>
408 * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
409 * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
410 * sysdeps/mips/memset.S (__MIPSEB): Ditto.
412 2015-02-13 Roland McGrath <roland@hack.frob.com>
414 * sysdeps/generic/c++-types.data: New file.
415 * sysdeps/generic/ld.abilist: New file.
416 * sysdeps/generic/libBrokenLocale.abilist: New file.
417 * sysdeps/generic/libanl.abilist: New file.
418 * sysdeps/generic/libc.abilist: New file.
419 * sysdeps/generic/libcrypt.abilist: New file.
420 * sysdeps/generic/libdl.abilist: New file.
421 * sysdeps/generic/libm.abilist: New file.
422 * sysdeps/generic/libpthread.abilist: New file.
423 * sysdeps/generic/libresolv.abilist: New file.
424 * sysdeps/generic/librt.abilist: New file.
426 2015-02-13 Joseph Myers <joseph@codesourcery.com>
429 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
430 Compute absolute value of x as modified by fmod, not original
432 * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
433 RUN_TEST_ffI_f1_mod8. Check extra return value mod 8.
434 (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8. Call
435 RUN_TEST_ffI_f1_mod8.
436 (remquo_test_data): Add more tests.
438 2015-02-13 Roland McGrath <roland@hack.frob.com>
440 * sysdeps/init_array/pt-crti.S: New file.
442 2015-02-13 Joseph Myers <joseph@codesourcery.com>
445 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
446 __builtin_fmaf instead of relying on contraction of a * b + c.
448 2015-02-12 J William Piggott <elseifthen@gmx.com>
451 * manual/time.texi: correct the zoneinfo path in the TZ Variable
454 2015-02-12 Joseph Myers <joseph@codesourcery.com>
457 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
458 __builtin_fma instead of relying on contraction of a * b + c.
460 2015-02-12 Roland McGrath <roland@hack.frob.com>
462 * Makeconfig (ASFLAGS): Add -Werror=undef.
463 * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
464 * sysdeps/unix/make-syscalls.sh: Always emit #define's for
465 SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
467 * Makeconfig (after-link): New variable.
468 (+link-pie, +link-pie-tests): Use it.
469 (+link-static, +link-static-tests): Likewise.
470 (+link, +link-tests): Likewise.
471 * Makerules (build-module, build-module-asneeded): Likewise.
472 (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
474 * elf/Makefile ($(objpfx)ld.so): Likewise.
476 2015-02-12 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
479 * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
480 both struct timeval and struct timespec.
482 2015-02-12 Joseph Myers <joseph@codesourcery.com>
485 * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
487 (__ieee754_exp2l): Do not multiply small fractional parts by
489 * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
491 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
492 * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
493 * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
494 * math/auto-libm-test-in: Add more tests of exp2.
495 * math/auto-libm-test-out: Regenerated.
497 2015-02-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
499 * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
502 2015-02-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
504 * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
507 2015-02-12 Andreas Schwab <schwab@suse.de>
510 * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
511 Filter out elision flags from value returned in kind.
512 * nptl/Makefile (tests): Add tst-pthread-mutexattr.
513 * nptl/tst-pthread-mutexattr.c: New file.
515 2015-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
517 * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
518 * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
519 into gnu-gnu, and update comment to refer to abi-tags.
521 2015-02-11 Joseph Myers <joseph@codesourcery.com>
524 * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
525 (__sincos): Set errno to EDOM for infinite argument.
526 * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
527 (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
528 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
529 (__sincosl): Set errno to EDOM for infinite argument.
530 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
531 (__sincosl): Set errno to EDOM for infinite argument.
532 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
533 (__sincosl): Set errno to EDOM for infinite argument.
534 * math/libm-test.inc (sincos_test_data): Test errno setting.
536 2015-02-11 Leonhard Holz <leonhard.holz@web.de>
538 * string/strxfrm_l.c: Remove #define STRCMP.
539 * string/strcoll_l.c: Remove #define STRLEN.
540 * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
541 * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
543 2015-02-10 Joseph Myers <joseph@codesourcery.com>
545 * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
546 * sysdeps/mips/mips32/sfp-machine.h: ... here.
547 * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
548 * sysdeps/mips/mips64/Makefile: ... here.
549 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
550 * sysdeps/mips/mips64/e_sqrtl.c: ... here.
551 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
552 * sysdeps/mips/mips64/sfp-machine.h: ... here.
553 * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
554 * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
555 * sysdeps/mips/mips64/n64/Implies: Likewise.
557 2015-02-10 Roland McGrath <roland@hack.frob.com>
559 * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
560 <sys/time.h>, <string.h>, and <errno.h>.
561 (dest_offset, dest_address, value, zero): Remove unused variables.
562 (ldouble): Remove typedef.
563 (myFPsighandler): Use simple handler signature, not SA_SIGINFO
564 signature. Pass 1 to siglongjmp rather than 0 (which is converted to
566 (set_sigaction_FP, remove_sigaction_FP): Functions removed.
567 (check): Function removed.
569 (TEST_FUNC): Fix code style. Use CHECK macro rather than repeating
570 boilerplate feclearexcept + feenableexcept + sigsetjmp code.
571 Don't call set_sigaction_FP and remove_sigaction_FP here.
572 (ldouble_test): Just use 'long double' as macro argument, no need for
573 the 'ldouble' typedef.
574 (do_test): Set up SIGFPE handler at start, using plain signal rather
575 than sigaction. Fix code style.
577 2015-02-10 Evangelos Foutras <evangelos@foutrelis.com>
580 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
583 2015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
585 * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
586 * sysdeps/powerpc/powerpc32/configure: Regenerated.
588 * sysdeps/powerpc/configure.ac: Remove file.
589 * sysdeps/powerpc/configure: Likewise.
591 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
592 [sysdep_routines]: Remove wordcopy-power6 object.
593 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
594 (__memmove_power7): Use local call for wordcopy and memcpy symbols.
595 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
596 (__memmove_ppc32): Likewise.
597 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
599 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
600 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
603 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
604 [sysdep_routines]: Remove wide chars objects.
605 [wcsmbs]: New rule for wide char objects.
607 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
608 Remove wordcopy-power6 obejct.
609 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
610 Use local call for wordcopy and memcpy symbols.
611 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
612 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
613 implementation for loader.
614 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
616 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
617 Remove wordcopy-power7 object.
618 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
619 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
620 (_wordcopy_fwd_aligned): Remove POWER7 specialization.
621 (_wordcopy_fwd_dest_aligned): Likewise.
622 (_wordcopy_bwd_aligned): Likewise.
623 (_wordcopy_bwd_dest_aligned): Likewise.
625 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
626 Rewrite to call __memmove_ppc instead of include default
629 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
630 Remove wide chars objects.
631 [wcsmbs]: New rule for wide char objects.
633 2015-02-09 Andreas Schwab <schwab@suse.de>
636 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
637 in terms of __O_DIRECTORY.
639 2015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
641 * time/getdate.c: Include <stdbool.h>.
642 * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
644 [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
647 2015-02-07 Paul Eggert <eggert@cs.ucla.edu>
649 Add ersatz _Static_assert on older C hosts
650 * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
651 pre-C11 C platform that is not known to support _Static_assert.
653 2015-02-07 Richard Braun <rbraun@sceen.net>
655 * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
657 * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
659 2015-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
661 * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
662 priority against unexistent AIO_PRIO_DELTA_MAX.
663 * misc/chflags.c (chflags): Set flags parameter type to unsigned long
665 * misc/fchflags.c (fchflags): Likewise.
666 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
667 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
668 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
669 UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
670 SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
672 [__USE_MISC] (chflags, fchflags): Declare functions.
673 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
674 EINVAL when nfds is greater than FD_SETSIZE.
675 * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
676 NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
678 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
679 __mach_msg. If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
680 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
682 * hurd/hurd/signal.h (_hurd_self_sigstate,
683 _hurd_critical_section_lock, _hurd_critical_section_unlock):
684 Explicit casts from void *.
685 * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
686 * abi-tags: Rename gnu-gnu os into gnu.
689 * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
690 _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
691 _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
692 _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
693 _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
694 _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
697 * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
698 duplicates ADDR->sun_path with sockaddr LEN limitation.
699 * sysdeps/mach/hurd/connect.c: Include <string.h>
700 (__connect): Give result of _hurd_sun_path_dupa to name lookup.
701 * sysdeps/mach/hurd/sendmsg.c: Likewise.
702 * sysdeps/mach/hurd/sendto.c: Likewise.
703 * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
704 implementing it by hand.
706 2015-02-06 Roland McGrath <roland@hack.frob.com>
708 * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
710 [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
713 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
715 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
716 Test SIGSETXID only if it's defined.
718 * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
720 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
721 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.
723 * nptl/tst-align2.c: Moved ...
724 * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
725 * nptl/Makefile (tests): Remove tst-align2.
726 * sysdeps/unix/sysv/linux/Makefile
727 [$(subdir) = nptl] (tests): Add tst-align-clone.
728 * nptl/tst-getpid1.c: Moved ...
729 * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
730 * nptl/tst-getpid2.c: Moved ...
731 * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
732 * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
733 * sysdeps/unix/sysv/linux/Makefile
734 [$(subdir) = nptl] (tests): ... here.
735 * nptl/Makefile (tst-getpid2-ENV): Move variable ...
736 * sysdeps/unix/sysv/linux/Makefile
737 [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
739 * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
740 Drop trailing \n from perror argument. Use return rather than exit.
742 * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
744 * nptl/tst-cancel21.c (do_test): Likewise.
745 * debug/tst-backtrace6.c: Include <signal.h> first thing.
746 Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
747 [!SA_SIGINFO]: Make it a stub test.
749 * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
750 SIGCHLD; it's redundant with SIG_IGN as sa_handler.
752 * posix/tst-getlogin.c: Move to ...
753 * login/tst-getlogin.c: ... here.
754 * posix/Makefile (tests): Move tst-getlogin to ...
755 * login/Makefile (tests): ... here.
757 * libio/tst-atime.c (do_test): Move local variables SV and E
758 inside [ST_NOATIME] conditional.
760 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
762 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
764 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
765 (wait_code): New function replaces macro.
766 Call nanosleep rather than syscall.
768 * nptl/pt-system.c: Rewritten. Put everything under
769 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
770 Use IFUNC to redirect when possible.
772 * nptl/pt-longjmp.c: Rewritten. Put everything under
773 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
774 Use IFUNC to redirect when possible.
776 * nptl/pt-fork.c: Rewritten. Put everything under
777 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
778 Use IFUNC to redirect when possible.
779 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
781 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
782 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
783 unconditionally nowadays. This included the only reference to
784 __vdso_clock_gettime that appears outside libc proper.
785 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
786 Remove version set (containing only __vdso_clock_gettime).
787 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
788 Add attribute_hidden.
789 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
790 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
791 libc_hidden_data_def.
792 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
793 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
795 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
796 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
797 setrpcent, and getrpcport to ...
798 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
799 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
800 getrpcbynumber_r, and getrpcent_r to ...
801 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
802 * inet/getrpcbyname.c: Moved ...
803 * sunrpc/getrpcbyname.c: ... here.
804 * inet/getrpcbyname_r.c: Moved ...
805 * sunrpc/getrpcbyname_r.c: ... here.
806 * inet/getrpcbynumber.c: Moved ...
807 * sunrpc/getrpcbynumber.c: ... here.
808 * inet/getrpcbynumber_r.c: Moved ...
809 * sunrpc/getrpcbynumber_r.c: ... here.
810 * inet/getrpcent.c: Moved ...
811 * sunrpc/getrpcent.c: ... here.
812 * inet/getrpcent_r.c: Moved ...
813 * sunrpc/getrpcent_r.c: ... here.
814 * inet/Makefile (routines): Move those to ...
815 * sunrpc/Makefile (routines): ... here.
816 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
818 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
819 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
820 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
821 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
823 * elf/Makefile (routines): Include $(all-dl-routines), not just
825 (rtld-routines): Likewise. Use = rather than :=.
826 * sysdeps/aarch64/Makefile [$(subdir) = elf]
827 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
828 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
829 * sysdeps/arm/Makefile: Likewise.
830 * sysdeps/i386/Makefile: Likewise.
831 * sysdeps/x86_64/Makefile: Likewise.
832 * sysdeps/hppa/Makefile [$(subdir) = elf]
833 (sysdep_routines, sysdep-rtld-routines): Don't add
834 $(sysdep-dl-routines) to these.
835 * sysdeps/ia64/Makefile: Likewise.
836 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
837 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
838 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
839 Don't add dl-static to these; sysdep-dl-routines alone is enough.
840 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
841 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
842 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
843 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
844 * sysdeps/powerpc/Makefile [$(subdir) = elf]
845 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
846 these; sysdep-dl-routines alone is enough.
848 2015-02-06 Joseph Myers <joseph@codesourcery.com>
851 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
852 where multiplication results in zero and third argument is finite
854 * math/auto-libm-test-in: Add more tests of fma.
855 * math/auto-libm-test-out: Regenerated.
857 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
858 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
859 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
860 (_FP_CMP_EQ): Likewise.
861 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
863 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
864 extra argument CHECK_NAN. Redefine as wrapper around
867 2015-02-06 Carlos O'Donell <carlos@systemhalted.org>
869 * version.h (RELEASE): Set to "stable".
870 (VERSION): Set to "2.21"
871 * include/features.h (__GLIBC_MINOR__): Set to 21.
873 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
875 2015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
876 Paul Eggert <eggert@cs.ucla.edu>
879 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
880 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
881 size in bytes. Store needed elements in wpmax. Use needed size
882 in bytes for extend_alloca.
884 2015-02-05 Carlos O'Donell <carlos@systemhalted.org>
886 * manual/install.texi: Latest tested versions are GCC 4.9.2,
887 binutls 2.25, and texinfo 5.2.
888 * INSTALL: Regenerate.
889 * sysdeps/nios2/configure: Regenerate.
890 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
891 * manual/contrib.texi: Update.
915 * po/pt_BR.po: Update.
924 * po/zh_CN.po: Update.
925 * po/zh_TW.po: Update.
927 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
928 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
929 * sysdeps/hppa/dl-irel.h: Remove #warning.
930 * sysdeps/hppa/entry.h: Provide prototype for
931 __canonicalize_funcptr_for_compare and cast argument.
932 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
933 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
934 * sysdeps/hppa/sotruss-lib.c: New file.
935 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
936 (atomic_compare_and_exchange_val_acq): Use __typeof__.
937 (atomic_compare_and_exchange_bool_acq): Likewise.
938 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
939 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
941 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
942 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
943 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
945 2015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
947 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
948 called function in non-PIC case.
950 2015-01-31 David S. Miller <davem@davemloft.net>
952 * sysdeps/sparc/sparc32/bits/atomic.h
953 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
955 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
956 volatile register usage warnings from the compiler.
958 * sysdeps/sparc/nptl/sem_init.c: Delete.
959 * sysdeps/sparc/nptl/sem_post.c: Delete.
960 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
961 * sysdeps/sparc/nptl/sem_wait.c: Delete.
962 * sysdeps/sparc/sparc32/sem_init.c: New file.
963 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
964 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
965 padding explicitly initialized.
966 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
967 padding for in-semaphore spinlock.
968 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
969 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
970 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
971 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
972 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
973 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
974 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
975 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
977 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
978 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
980 2015-01-30 H.J. Lu <hongjiu.lu@intel.com>
983 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
984 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
985 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
987 (index_AVX_Fast_Unaligned_Load): Likewise.
988 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
989 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
990 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
991 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
992 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
993 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
994 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
995 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
996 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
998 2015-01-29 Andreas Schwab <schwab@suse.de>
1000 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1002 2015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1005 * nscd/nscd_stat.c (send_stats): Initialize DATA.
1007 2015-01-28 Martin Sebor <msebor@redhat.com>
1009 * math/README.libm-test: Clarify. Add "How to read the test output."
1011 2015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
1013 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1016 2015-01-28 Joseph Myers <joseph@codesourcery.com>
1018 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1019 (__HAVE_64B_ATOMICS): Define to 0.
1021 2015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1024 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1025 value to set as new flag.
1028 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1029 and use _ARCH_PPCSQ instead.
1030 (__ieee754_sqrt): Likewise.
1031 (__ieee754_sqrtf): Likewise.
1032 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1033 _ARCH_PPCSQ is defined.
1034 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1036 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1037 _ARCH_PPCSQ is defined.
1038 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1040 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1042 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1044 * iconv/loop.c: Suppress array out of bound warning caused by GCC
1045 bug (GCC BZ #64739).
1047 2015-01-25 Andreas Schwab <schwab@linux-m68k.org>
1049 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1050 Mark _retval as used.
1051 (lll_futex_wake_unlock): Likewise.
1052 (lll_futex_timed_wait_requeue_pi): Likewise.
1054 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1055 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1058 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1061 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1062 (__bswap_64): Mark as __always_inline.
1064 2015-01-25 Bram <bug_rh@spam.wizbit.be>
1067 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1068 when none of the search directories exist.
1070 2015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1073 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1074 power8 in .machine directive.
1077 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1078 set dependency from opd value.
1080 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
1082 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1083 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1086 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
1089 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1091 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1093 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1094 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1095 Replace 1UL with (uint64_t) 1.
1096 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1099 2015-01-23 Roland McGrath <roland@hack.frob.com>
1101 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1102 (if_freenameindex): Likewise.
1104 * resource/getrlimit64.c: Add missing libc_hidden_def.
1106 2015-01-22 Joseph Myers <joseph@codesourcery.com>
1108 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1110 (_FP_FMA): Likewise.
1111 (_FP_TO_INT_ROUND): Likewise.
1112 (_FP_FROM_INT): Likewise.
1114 2015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1117 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1118 Make code racy and cancel safe.
1120 2015-01-21 Carlos O'Donell <carlos@redhat.com>
1122 * sysdeps/arm/unwind-resume.h: Fix copyright year.
1123 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1126 * pwd/tst-getpw.c: Rewrite.
1129 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1130 (modules-names): Add moddummy1 and moddummy2.
1131 ($(objpfx)tst-rec-dlopen): Define.
1132 * dlfcn/moddummy1.c: New file.
1133 * dlfcn/moddummy2.c: New file.
1134 * dlfcn/tst-rec-dlopen.c: New file.
1135 * elf/dl-cache.c (_dl_load_cache_lookup):
1136 Return char*. Copy result with alloca/strcpy/strdup.
1137 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1138 returns char*. Free cached. If not saving realname
1140 * elf/dl-open.c (dl_open_worker): Do not assert that
1141 _r_debug->r_state is RT_CONSISTENT.
1142 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1145 2015-01-21 Torvald Riegel <triegel@redhat.com>
1146 Carlos O'Donell <carlos@redhat.com>
1149 * nptl/sem_waitcommon.c: New file.
1150 * nptl/sem_wait.c: Include sem_waitcommon.c.
1151 (__sem_wait_cleanup, do_futex_wait): Remove.
1152 (__new_sem_wait): Adapt.
1153 (__new_sem_trywait): New function.
1154 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1155 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1156 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1157 (sem_timedwait): Adapt.
1158 * nptl/sem_post.c (__new_sem_post): Adapt.
1159 (futex_wake): New function.
1160 (__old_sem_post): Add release MO fence.
1161 * nptl/sem_open.c (sem_open): Adapt.
1162 * nptl/sem_init.c (__new_sem_init): Adapt.
1163 (futex_private_if_supported): New function.
1164 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1165 (__old_sem_getvalue): Add using previous code.
1166 * sysdeps/nptl/internaltypes.h: Adapt.
1167 * nptl/tst-sem13.c (do_test): Adapt.
1168 * nptl/tst-sem11.c (main): Adapt.
1169 * nptl/sem_trywait.c: Remove.
1170 * nptl/DESIGN-sem.txt: Remove.
1171 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1172 (gen-as-const-headers): Remove structsem.sym.
1173 * nptl/structsem.sym: Remove.
1174 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1175 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1176 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1177 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1178 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1179 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1180 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1181 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1182 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1183 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1184 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1185 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1186 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1187 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1188 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1189 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1190 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1191 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1192 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1193 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1194 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1195 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1197 2015-01-20 Carlos O'Donell <carlos@redhat.com>
1199 * INSTALL: Regenerated.
1201 * po/libc.pot: Regenerated.
1203 2015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
1204 Sandra Loosemore <sandra@codesourcery.com>
1205 Andrew Jenner <andrew@codesourcery.com>
1206 Joseph Myers <joseph@codesourcery.com>
1207 Nathan Sidwell <nathan@codesourcery.com>
1209 * NEWS: Mention new Nios II port.
1210 * sysdeps/nios2/Implies: New file.
1211 * sysdeps/nios2/Makefile: New file.
1212 * sysdeps/nios2/Subdirs: New file.
1213 * sysdeps/nios2/Versions: New file.
1214 * sysdeps/nios2/__longjmp.S: New file.
1215 * sysdeps/nios2/abort-instr.h: New file.
1216 * sysdeps/nios2/backtrace.c: New file.
1217 * sysdeps/nios2/bits/endian.h: New file.
1218 * sysdeps/nios2/bits/fenv.h: New file.
1219 * sysdeps/nios2/bits/link.h: New file.
1220 * sysdeps/nios2/bits/setjmp.h: New file.
1221 * sysdeps/nios2/bsd-_setjmp.S: New file.
1222 * sysdeps/nios2/bsd-setjmp.S: New file.
1223 * sysdeps/nios2/configure: New generated file.
1224 * sysdeps/nios2/configure.ac: New file.
1225 * sysdeps/nios2/crti.S: New file.
1226 * sysdeps/nios2/crtn.S: New file.
1227 * sysdeps/nios2/dl-init.c: New file.
1228 * sysdeps/nios2/dl-machine.h: New file.
1229 * sysdeps/nios2/dl-sysdep.h: New file.
1230 * sysdeps/nios2/dl-tls.h: New file.
1231 * sysdeps/nios2/dl-trampoline.S: New file.
1232 * sysdeps/nios2/gccframe.h: New file.
1233 * sysdeps/nios2/gmp-mparam.h: New file.
1234 * sysdeps/nios2/jmpbuf-offsets.h: New file.
1235 * sysdeps/nios2/jmpbuf-unwind.h: New file.
1236 * sysdeps/nios2/ldsodefs.h: New file.
1237 * sysdeps/nios2/libc-tls.c: New file.
1238 * sysdeps/nios2/libm-test-ulps: New file.
1239 * sysdeps/nios2/machine-gmon.h: New file.
1240 * sysdeps/nios2/math-tests.h: New file.
1241 * sysdeps/nios2/math_private.h: New file.
1242 * sysdeps/nios2/memusage.h: New file.
1243 * sysdeps/nios2/nptl/Makefile: New file.
1244 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1245 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1246 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1247 * sysdeps/nios2/nptl/pthreaddef.h: New file.
1248 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1249 * sysdeps/nios2/nptl/tls.h: New file.
1250 * sysdeps/nios2/preconfigure: New file.
1251 * sysdeps/nios2/s_fma.c: New file.
1252 * sysdeps/nios2/s_fmaf.c: New file.
1253 * sysdeps/nios2/setjmp.S: New file.
1254 * sysdeps/nios2/sfp-machine.h: New file.
1255 * sysdeps/nios2/sotruss-lib.c: New file.
1256 * sysdeps/nios2/stackguard-macros.h: New file.
1257 * sysdeps/nios2/stackinfo.h: New file.
1258 * sysdeps/nios2/start.S: New file.
1259 * sysdeps/nios2/sysdep.h: New file.
1260 * sysdeps/nios2/tls-macros.h: New file.
1261 * sysdeps/nios2/tst-audit.h: New file.
1262 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1263 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1264 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1265 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1266 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1267 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1268 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1269 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1270 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1271 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1272 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1273 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1274 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1275 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1276 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1277 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1278 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1279 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1280 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1281 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1282 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1283 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1284 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1285 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1286 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1287 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1288 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1289 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1290 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1291 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1292 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1293 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1294 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1295 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1296 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1297 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1298 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1299 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1300 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1301 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1302 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1303 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1304 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1305 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1307 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
1310 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1311 (getutent): Use weak_alias in non SHARED case
1312 and default_symbol_version in SHARED case.
1313 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1314 (getutent_r, pututline): Likewise.
1315 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1316 (getutid): Likewise.
1317 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1318 (getutid_r): Likewise.
1319 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1320 (getutline): Likewise.
1321 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1322 (getutline_r): Likewise.
1323 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1324 (updwtmp): Likewise.
1326 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
1329 * sysdeps/s390/s390-32/memcmp.S
1330 (memcmp_g5): Rename to __memcmp_g5.
1331 * sysdeps/s390/s390-32/memcpy.S
1332 (memcpy_g5): Rename to __memcpy_g5.
1333 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1334 (memcpy_mvcle) Rename to __memcpy_mvcle.
1335 * sysdeps/s390/s390-32/memset.S
1336 (memset_g5): Rename to __memset_g5.
1337 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1338 (IFUNC_RESOLVE): Prefix ifunc-resolve function
1339 and use prefixed functions.
1340 * sysdeps/s390/s390-32/multiarch/memcmp.S
1341 (memcmp_z196): Rename to __memcmp_z196.
1342 (memcmp_z10): Rename to __memcmp_z10.
1343 (memcmp): Set alias to __memcmp_g5.
1344 (bcmp): Set alias to __memcmp_g5.
1345 * sysdeps/s390/s390-32/multiarch/memcpy.S
1346 (memcpy_z196): Rename to __memcpy_z196.
1347 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1348 (memcpy_z10): Rename to __memcpy_z10.
1349 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1350 (memcpy): Set alias to __memcpy_g5.
1351 * sysdeps/s390/s390-32/multiarch/memset.S
1352 (memset_z196): Rename to __memset_z196.
1353 Jump to __memset_mvcle instead of memset_mvcle.
1354 (memset_z10): Rename to __memset_z10.
1355 Jump to __memset_mvcle instead of memset_mvcle.
1356 (memset_mvcle) Rename to __memset_mvcle.
1357 (memset): Set alias to __memset_g5.
1358 * sysdeps/s390/s390-64/memcmp.S
1359 (memcmp_z900): Rename to __memcmp_z900.
1360 * sysdeps/s390/s390-64/memcpy.S
1361 (memcpy_z900): Rename to __memcpy_z900.
1362 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1363 (memcpy_mvcle) Rename to __memcpy_mvcle.
1364 * sysdeps/s390/s390-64/memset.S
1365 (memset_z900): Rename to __memset_z900.
1366 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1367 (IFUNC_RESOLVE): Prefix ifunc-resolve function
1368 and use prefixed functions.
1369 * sysdeps/s390/s390-64/multiarch/memcmp.S
1370 (memcmp_z196): Rename to __memcmp_z196.
1371 (memcmp_z10): Rename to __memcmp_z10.
1372 (memcmp): Set alias to __memcmp_z900.
1373 (bcmp): Set alias to __memcmp_z900.
1374 * sysdeps/s390/s390-64/multiarch/memcpy.S
1375 (memcpy_z196): Rename to __memcpy_z196.
1376 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1377 (memcpy_z10): Rename to __memcpy_z10.
1378 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1379 (memcpy): Set alias to __memcpy_z900.
1380 * sysdeps/s390/s390-64/multiarch/memset.S
1381 (memset_z196): Rename to __memset_z196.
1382 Jump to __memset_mvcle instead of memset_mvcle.
1383 (memset_z10): Rename to __memset_z10.
1384 Jump to __memset_mvcle instead of memset_mvcle.
1385 (memset_mvcle) Rename to __memset_mvcle.
1386 (memset): Set alias to __memset_z900.
1388 2015-01-14 Joseph Myers <joseph@codesourcery.com>
1391 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1392 __fesetenv instead of fesetenv.
1394 2015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1396 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1399 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1401 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1404 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1405 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1406 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1407 strncmp-power8 object.
1408 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1409 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1410 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1413 2015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1414 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1416 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1417 trailing byte check.
1419 2015-01-13 David S. Miller <davem@davemloft.net>
1421 * include/signal.h (__sigreturn): Guard with __USE_MISC.
1423 2015-01-13 Roland McGrath <roland@hack.frob.com>
1425 * login/logout.c (logout): Use memset rather than bzero.
1426 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1427 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1428 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1429 (_gethtbyaddr): Likewise.
1430 * locale/programs/simple-hash.c (bcopy): Macro removed.
1432 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1434 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1435 Add strcmp-power8 object.
1436 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1437 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1438 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1439 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1440 __strcmp_power8 implementation.
1441 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1444 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1445 Add strncpy-power8 and stpncpy-power8 objects.
1446 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1447 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1449 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1450 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1451 __stpncpy_power8 implementation.
1452 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1453 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1454 __strncpy_power8 implementation.
1455 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1456 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1459 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1460 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1461 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1463 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1464 strncat-power8 object.
1465 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1466 __strcat_power8 implementation.
1467 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1468 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1469 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1470 optimized strcat for power8.
1472 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1473 strcpy-power8 and stpcpy-power8 objects.
1474 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1475 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1477 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1478 multiarch stpcpy implementation for POWER8.
1479 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1480 multiarch strcpy implementation for POWER8.
1481 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1482 __strcpy_power8 function.
1483 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1485 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1489 2015-01-13 Leonhard Holz <leonhard.holz@web.de>
1492 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1493 weights and rules. Use do_xfrm_cached if data fits in cache,
1494 do_xfrm otherwise. Moved former main loop to...
1495 * (do_xfrm_cached): New function.
1496 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1497 find_idx, find_position and stack_push.
1498 * (find_idx): New function.
1499 * (find_position): Likewise.
1500 * localedata/sort-test.sh: Added test run for do_xfrm.
1501 * localedata/xfrm-test.c (main): Added command line option
1502 -nocache to run the test with strings that are too large for
1505 2015-01-13 Torvald Riegel <triegel@redhat.com>
1507 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1508 variable to lll_futex_wake call, not the value itself.
1510 2015-01-12 Joseph Myers <joseph@codesourcery.com>
1513 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1514 twom64. Adjust value to 0x1p-64L.
1515 (__scalblnl): Only return standard underflowing result for K <=
1516 -64 not K <= -63; adjust exponent for underflowing result by 64
1518 * math/libm-test.inc (scalbn_test_data): Add more tests.
1519 (scalbln_test_data): Likewise.
1522 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1524 (__scalblnl): Get new exponent of adjusted subnormal value from ES
1526 * math/libm-test.inc (scalbn_test_data): Add more tests.
1527 (scalbln_test_data): Likewise.
1529 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1530 Stefani Seibold <stefani@seibold.net>
1532 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1533 (sysdep_routines): Add dl-vdso here, ...
1534 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1535 (sysdep_routines): ... not here.
1536 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1537 fallback when vDSO is not presented.
1538 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1539 Define with libc_hidden_proto/libc_hidden_data_def definitions.
1540 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1541 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1542 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1543 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1544 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1545 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1546 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1547 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1548 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
1549 fallback configurable symbol when vDSO is not available.
1550 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1551 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
1552 be able to redefine fallback symbol when vDSO is not available.
1553 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1554 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1556 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1558 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1559 (TLS_INIT_TP): Add tm_capable initialization.
1560 (TLS_DEFINE_INIT_TP): Likewise.
1561 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1563 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1564 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1566 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1567 transactoion is lock elision is built and TCB tm_capable is set.
1568 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1570 (INTERNAL_SYSCALL_NCS): Likewise.
1571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1572 (INTERNAL_SYSCALL_NCS): Likewise.
1573 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1575 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1577 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1578 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1579 and remove it for 32 bits case.
1580 [pthread_rwlock_t] (__rwelision): New field for lock elision.
1581 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1583 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1584 Disable lock elision with rdlocks if elision is not available.
1586 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1587 (sysdep_routines): Add lock elision objects.
1588 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1589 [pthread_mutex_t] (__spins): Rework to add lock elision field.
1590 [pthread_mutex_t] (__elision): Add field.
1591 [__PTHREAD_SPINS]: Adjust to init lock elision field.
1592 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1593 elision definitions for powerpc.
1594 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1595 implementation of lock elision for powerpc.
1596 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1597 implementation of timed lock elision for powerpc.
1598 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1599 implementation of trylock with lock elision for powerpc.
1600 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1601 implementaion of unlock for lock elision for powerpc.
1602 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1603 automatic enable lock elision for mutexes.
1604 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1605 transaction execution definitions for powerpc.
1606 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1608 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1609 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1610 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1611 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1614 2015-01-09 Roland McGrath <roland@hack.frob.com>
1616 * sysdeps/posix/shm-directory.c: Use <> rather than ""
1617 for #include of <shm-directory.h>.
1619 2015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
1621 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1622 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1624 2015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
1627 * NEWS: Mention bug fix.
1628 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1629 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1630 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1632 2015-01-09 Torvald Riegel <triegel@redhat.com>
1634 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1636 2015-01-09 Torvald Riegel <triegel@redhat.com>
1638 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1640 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
1642 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1643 pointer and cast to uintptr_t.
1645 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
1647 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1649 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1651 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
1653 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1656 2015-01-08 Roland McGrath <roland@hack.frob.com>
1658 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1659 <nptl/pthreadP.h> instead.
1660 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1662 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1664 [__SIGRTMIN] (init): Function removed.
1665 [__SIGRTMIN] (initialized): Variable removed.
1666 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1667 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1668 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1669 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1670 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1671 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1672 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1673 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1674 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1675 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1676 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1677 * sysdeps/nptl/allocrtsig.c: New file.
1678 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1679 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1680 * sysdeps/generic/testrtsig.h: File removed.
1682 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1683 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1685 * nptl/nptl-init.c (pthread_functions): Conditionalize
1686 .ptr__nptl_setxid initialization on [SIGSETXID].
1688 * sysdeps/nptl/sys/procfs.h: New file.
1689 * nptl_db/Makefile (headers): Add it.
1690 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1692 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1693 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1694 * nptl/pthread_attr_setaffinity.c: Include it.
1695 * nptl/pthread_setattr_default_np.c: Likewise.
1696 * nptl/check-cpuset.h: New file.
1698 2015-01-08 Richard Henderson <rth@redhat.com>
1700 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1701 (CFLAGS-tst-execstack-prog.c): Likewise.
1702 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1704 2015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
1705 Sandra Loosemore <sandra@codesourcery.com>
1706 Andrew Jenner <andrew@codesourcery.com>
1707 Joseph Myers <joseph@codesourcery.com>
1708 Nathan Sidwell <nathan@codesourcery.com>
1710 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1711 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1712 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1713 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1714 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1715 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1716 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1717 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1718 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1719 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1720 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1721 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1722 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1723 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1724 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1725 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1726 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1728 2015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1730 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1731 timespec struct member in syscall macro.
1732 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1733 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1734 first timeval struct member in syscall macro.
1735 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1737 2015-01-07 Joseph Myers <joseph@codesourcery.com>
1740 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1741 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1742 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1743 __feupdateenv and define as weak alias of __feupdateenv. Use
1745 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1747 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1748 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
1749 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1750 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1752 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1753 __feupdateenv and define as weak alias of __feupdateenv. Use
1755 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1757 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1758 __feupdateenv and define as weak alias of __feupdateenv. Use
1760 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1762 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1763 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1764 (__feupdateenv): Likewise.
1765 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1766 __feupdateenv and define as weak alias of __feupdateenv. Use
1768 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1769 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1771 * sysdeps/tile/math_private.h (__feupdateenv): New inline
1773 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1775 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1776 __feupdateenv instead of feupdateenv.
1777 (default_libc_feupdateenv_test): Likewise.
1778 (libc_feresetround_ctx): Likewise.
1780 2015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1782 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1785 2015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
1787 * posix/regcomp.c (parse_bracket_exp): Initialize type to
1788 COLL_SYM in a couple of places to avoid uninitialized variable
1789 wanings on tilegx gcc 4.8.2.
1791 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
1793 * sysdeps/aarch64/strcpy.S: New file.
1794 * sysdeps/aarch64/stpcpy.S: New file.
1797 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
1799 * sysdeps/aarch64/strrchr.S: New file.
1802 2015-01-07 Eric Biggers <ebiggers3@gmail.com>
1805 * stdlib/setenv.c: Fix memory leak when setting large,
1808 2015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
1811 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1812 and tabs from buffer before parsing fstab entry.
1813 * misc/tst-mntent.c (main): Add test for mount entry with
1814 trailing spaces and tabs.
1816 2015-01-06 Joseph Myers <joseph@codesourcery.com>
1819 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
1820 * math/fesetround.c (fesetround): Rename to __fesetround and
1821 define as weak alias of __fesetround. Use libm_hidden_weak.
1822 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1823 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1824 * sysdeps/arm/fesetround.c (fesetround): Likewise.
1825 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1826 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1827 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1828 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1829 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1830 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1831 __fesetround_inline.
1832 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1833 __fesetround_inline instead of __fesetround.
1834 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1835 __fesetround and define as weak alias of __fesetround. Use
1836 libm_hidden_weak. Call __fesetround_inline instead of
1838 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1839 __fesetround and define as weak alias of __fesetround. Use
1841 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1843 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1844 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1845 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1846 * sysdeps/tile/math_private.h (__fesetround): New inline function.
1847 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1848 __fesetround and define as weak alias of __fesetround. Use
1850 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1851 __fesetround instead of fesetround.
1852 (default_libc_feholdexcept_setround): Likewise.
1853 (libc_feholdsetround_ctx): Likewise.
1854 (libc_feholdsetround_noex_ctx): Likewise.
1857 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1858 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1859 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1860 and define as weak alias of __fesetenv. Use libm_hidden_weak.
1861 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1862 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1863 define as weak alias of __fesetenv. Use libm_hidden_weak.
1864 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1865 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1866 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1867 define as weak alias of __fesetenv. Use libm_hidden_weak.
1868 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1869 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1870 define as weak alias of __fesetenv. Use libm_hidden_weak.
1871 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1873 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1874 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1876 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1877 define as weak alias of __fesetenv. Use libm_hidden_weak.
1878 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1879 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1880 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1881 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1882 and define as weak alias of __fesetenv. Use libm_hidden_weak.
1883 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1884 __fesetenv instead of fesetenv.
1885 (libc_feresetround_noex_ctx): Likewise.
1886 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1887 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1888 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1889 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1890 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1891 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1892 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1893 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1894 (__feupdateenv): Likewise.
1895 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1896 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1897 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1898 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1900 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
1903 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1904 addresses have been freed.
1906 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
1908 * resolv/res_init.c (__res_vinit): Improve comments about nserv
1911 2015-01-06 Ondřej Bílka <neleai@seznam.cz>
1913 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1914 Clean up check_pf allocation pattern. addresses
1916 2015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1918 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1919 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1920 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1921 * nptl/pthread_exit.c (__pthread_exit): Likewise.
1922 * nptl/pthread_join.c (pthread_join): Likewise.
1923 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1924 * sysdeps/posix/waitid.c (__waitid): Likewise.
1925 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1926 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1927 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1928 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1929 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1931 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1932 (__libc_pread64): Likewise.
1933 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1934 (__libc_pwrite): Likewise.
1935 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1936 (__libc_pwrite64): Likewsie.
1937 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1938 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1939 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1940 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1941 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1942 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1943 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1946 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1947 (__libc_pread64): Likewise.
1948 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1950 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1951 (__libc_pwrite64): Likewise.
1952 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1953 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1954 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1955 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1956 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1957 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1958 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1959 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1960 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1961 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1962 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1963 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1964 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1965 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1966 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1967 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1970 2015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
1972 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1973 (CFLAGS-test-double.c): Likewise.
1974 (CFLAGS-test-ldouble.c): Likewise.
1975 (CPPFLAGS-test-ifloat.c): Likewise.
1976 (CPPFLAGS-test-idouble.c): Likewise.
1977 (CPPFLAGS-test-ildoubl.c): Likewise.
1978 (CFLAGS-test-test-fenv.c): Remove variable.
1979 (CFLAGS-test-misc.c): Likewise.
1981 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
1984 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1985 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1986 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1987 CLOCKS_PER_SEC == 1000000.
1988 * time/clocktest.c (main): Replace %ld with %jd and cast to
1991 2015-01-05 Roland McGrath <roland@hack.frob.com>
1993 * sysdeps/generic/unwind-resume.h: New file.
1994 * sysdeps/gnu/unwind-resume.c: Include it.
1995 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1996 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1998 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1999 global rather than static.
2000 (_Unwind_Resume): Update user.
2001 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2002 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
2003 rather than static. Add __attribute__ ((cold)).
2004 (_Unwind_Resume, __gcc_personality_v0): Update callers.
2005 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2006 * sysdeps/arm/arm-unwind-resume.S: New file.
2007 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2008 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2009 * sysdeps/arm/Makefile [$(subdir) = csu]
2010 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2011 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2012 Add rt-arm-unwind-resume.
2014 (libpthread-sysdep_routines, libpthread-shared-only-routines):
2015 Add pt-arm-unwind-resume.
2016 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2017 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2019 2015-01-05 Joseph Myers <joseph@codesourcery.com>
2022 * include/fenv.h (__feholdexcept): Declare. Use
2024 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2025 define as weak alias of __feholdexcept. Use libm_hidden_weak.
2026 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2027 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2028 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2029 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2030 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2031 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2032 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2033 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2034 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2035 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2036 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2037 (feholdexcept): Likewise.
2038 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2039 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2040 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2041 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2042 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2043 __feholdexcept instead of feholdexcept.
2044 (default_libc_feholdexcept_setround): Likewise.
2046 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
2048 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2049 to avoid using stl/str to align destination.
2051 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
2053 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2055 2015-01-05 Joseph Myers <joseph@codesourcery.com>
2058 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2059 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2060 Define as weak alias not strong alias.
2062 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
2064 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2065 bltzal with addiupc.
2066 (RTLD_START): Ditto.
2068 2015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
2070 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2071 for __vdso_* functions in declarations.
2072 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2074 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2075 INTERNAL_VSYSCALL): Use struct return types to check for error.
2077 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2078 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2079 function with cast from llround().
2080 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2081 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2084 2015-01-05 Joseph Myers <joseph@codesourcery.com>
2087 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2088 Define as weak alias not strong alias.
2091 * ctype/ctype-c99.c: New file. isblank implementation moved from
2093 * ctype/ctype-extn.c: ... here.
2094 (__isblank_l): Move to ...
2095 * ctype/ctype-c99_l.c: ... here. New file.
2096 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2097 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2099 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2100 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2101 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2102 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2103 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2106 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2107 (posix_fadvise64): Define as weak alias not strong alias.
2108 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2109 (posix_fallocate64): Likewise.
2110 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2112 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2113 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2114 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2115 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2116 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2118 2015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
2121 * NEWS: Mention bug fix.
2122 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2123 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2124 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2125 (HOST_STACK_END_ADDR): Likewise.
2127 2015-01-02 Joseph Myers <joseph@codesourcery.com>
2130 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
2131 * math/fegetround.c (fegetround): Rename to __fegetround and
2132 define as weak alias of __fegetround. Use libm_hidden_weak.
2133 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2134 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2135 * sysdeps/arm/fegetround.c (fegetround): Likewise.
2136 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2137 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2138 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2139 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2140 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2141 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2142 Undefine after rather than before function definition; use
2143 parentheses around function name in definition.
2144 (__fegetround): Also undefine macro after function definition.
2145 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2146 __fegetround and define as weak alias of __fegetround. Use
2147 libm_hidden_weak. Do not undefine as macro.
2148 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2150 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2151 __fegetround and define as weak alias of __fegetround. Use
2153 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2154 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2155 * sysdeps/tile/math_private.h (__fegetround): New inline function.
2156 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2157 __fegetround and define as weak alias of __fegetround. Use
2159 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2160 __fegetround instead of fegetround.
2163 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2164 Condition macro definition on [__USE_MISC].
2167 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2168 (struct sigaction): Change type of sa_flags field to int.
2171 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2172 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2175 * nptl/version.c (banner): Use single year in copyright notice.
2177 * NEWS: Update copyright dates.
2178 * catgets/gencat.c (print_version): Likewise.
2179 * csu/version.c (banner): Likewise.
2180 * debug/catchsegv.sh: Likewise.
2181 * debug/pcprofiledump.c (print_version): Likewise.
2182 * debug/xtrace.sh (do_version): Likewise.
2183 * elf/ldconfig.c (print_version): Likewise.
2184 * elf/ldd.bash.in: Likewise.
2185 * elf/pldd.c (print_version): Likewise.
2186 * elf/sotruss.sh: Likewise.
2187 * elf/sprof.c (print_version): Likewise.
2188 * iconv/iconv_prog.c (print_version): Likewise.
2189 * iconv/iconvconfig.c (print_version): Likewise.
2190 * locale/programs/locale.c (print_version): Likewise.
2191 * locale/programs/localedef.c (print_version): Likewise.
2192 * login/programs/pt_chown.c (print_version): Likewise.
2193 * malloc/memusage.sh (do_version): Likewise.
2194 * malloc/memusagestat.c (print_version): Likewise.
2195 * malloc/mtrace.pl: Likewise.
2196 * manual/libc.texinfo: Likewise.
2197 * nptl/version.c (banner): Likewise.
2198 * nscd/nscd.c (print_version): Likewise.
2199 * nss/getent.c (print_version): Likewise.
2200 * nss/makedb.c (print_version): Likewise.
2201 * posix/getconf.c (main): Likewise.
2202 * scripts/test-installation.pl: Likewise.
2203 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2205 2015-01-02 Will Newton <will.newton@linaro.org>
2207 * sysdeps/arm/armv7/configure: Removed.
2208 * sysdeps/arm/armv7/configure.ac: Likewise.
2210 2015-01-02 Joseph Myers <joseph@codesourcery.com>
2212 * All files with FSF copyright notices: Update copyright dates
2213 using scripts/update-copyrights.
2214 * intl/plural.c: Regenerated.
2215 * locale/programs/charmap-kw.h: Likewise.
2216 * locale/programs/locfile-kw.h: Likewise.
2218 2015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2220 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2222 2014-12-31 Joseph Myers <joseph@codesourcery.com>
2225 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2226 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2227 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2228 and define as weak alias of __fegetenv. Use libm_hidden_weak.
2229 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2230 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2231 define as weak alias of __fegetenv. Use libm_hidden_weak.
2232 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2233 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2234 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2235 define as weak alias of __fegetenv. Use libm_hidden_weak.
2236 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2237 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2238 define as weak alias of __fegetenv. Use libm_hidden_weak.
2239 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2241 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2242 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2244 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2245 define as weak alias of __fegetenv. Use libm_hidden_weak.
2246 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2247 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2248 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2249 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2250 and define as weak alias of __fegetenv. Use libm_hidden_weak.
2251 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2252 __fegetenv instead of fegetenv.
2253 (libc_feholdsetround_noex_ctx): Likewise.
2255 2014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
2257 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2258 (Elf_MIPS_ABIFlags_v0): New structure.
2259 (EF_MIPS_FP64): Define.
2260 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2261 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2262 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2263 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2264 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2265 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2266 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2267 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2268 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2269 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2270 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2271 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2272 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2273 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2274 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2275 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2276 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2277 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2278 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2279 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2280 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2281 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2283 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2285 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2286 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2287 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2288 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2289 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2290 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2291 * sysdeps/mips/tst-abi-interlink.c: Likewise.
2292 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2293 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2294 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2295 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2296 record the current FP ABI extension.
2297 (mips-mode-switch): Define to show if kernel headers support mode
2299 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2300 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2301 supported SYSV ABI version to 3.
2302 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2305 2014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2306 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2308 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2310 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2312 2014-12-31 Joseph Myers <joseph@codesourcery.com>
2314 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2315 __fegetround and redefine to call __fegetround. Remove condition
2316 on [!__NO_MATH_INLINES].
2317 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2319 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2320 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2322 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2323 instead of <fenv_libc.h>.
2324 (__llrintl): Call fegetround instead of __fegetround.
2325 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2326 instead of <fenv_libc.h>.
2327 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2328 (__lrintl): Call fegetround instead of __fegetround.
2329 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2330 instead of <fenv_libc.h>.
2331 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2332 (__rintl): Call fegetround instead of __fegetround.
2334 2014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
2336 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2339 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
2342 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2343 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2344 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2346 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
2348 * sysdeps/i386/tls-macros.h: Include <features.h>.
2349 (TLS_LE): Use non-PIC version for GCC >= 5.0.
2353 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2354 define for GCC >= 5.0.
2356 2014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
2358 * math/test-fenv.c (test_single_exception, set_single_exc,
2359 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2360 feexcp_mask_test, feenable_test, fe_single_test): Add
2361 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2362 case where they are not used.
2363 * math/libm-test.inc: Likewise.
2364 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2365 unused in the absence of FP rounding/exception support.
2366 * stdio-common/tst-printf-round.c: Likewise.
2367 * stdlib/tst-strtod-round.c: Likewise.
2368 * stdlib/tst-strtod-underflow.c: Likewise.
2370 2014-12-30 Joseph Myers <joseph@codesourcery.com>
2373 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2374 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2375 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2376 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2378 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2379 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2380 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2382 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2383 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2385 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2387 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2388 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2389 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2391 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2393 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2394 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2395 (__feraiseexcept): Likewise.
2396 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2397 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2399 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2400 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2402 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2403 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2404 Use libm_hidden_def.
2405 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2407 (feraiseexcept): Define as weak not strong alias. Use
2409 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2410 New inline function. Factored out of ...
2411 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
2412 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2413 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2415 * math/w_acos.c (__acos): Likewise.
2416 * math/w_asin.c (__asin): Likewise.
2417 * math/w_ilogb.c (__ilogb): Likewise.
2418 * math/w_j0.c (y0): Likewise.
2419 * math/w_j1.c (y1): Likewise.
2420 * math/w_jn.c (yn): Likewise.
2421 * math/w_log.c (__log): Likewise.
2422 * math/w_log10.c (__log10): Likewise.
2423 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2424 * sysdeps/aarch64/fpu/math_private.h
2425 (libc_feupdateenv_test_aarch64): Likewise.
2426 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2427 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2428 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2429 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2430 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2431 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2432 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2433 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2434 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2435 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2437 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
2440 * io/test-utime.c (main): Replace %ld with %jd and cast to
2442 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2443 * nptl/tst-mutex5.c: Include <stdint.h>.
2444 (do_test): Replace %ld with %jd and cast to intmax_t.
2445 * posix/tst-regex.c (run_test): Likewise.
2446 (run_test_backwards): Likewise.
2447 * rt/tst-clock.c: Include <stdint.h>.
2448 (clock_test): Replace %ld with %jd and cast to intmax_t.
2449 * rt/tst-cpuclock1.c: Include <stdint.h>.
2450 (do_test): Replace %lu with %ju and cast to uintmax_t.
2451 * rt/tst-cpuclock2.c: Include <stdint.h>.
2452 (do_test): Replace %lu with %ju and cast to uintmax_t.
2453 * rt/tst-mqueue1.c: Include <stdint.h>.
2454 (check_attrs): Replace %ld with %jd and cast to intmax_t.
2455 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2457 * rt/tst-mqueue4.c (do_test): Likewise.
2458 * rt/tst-timer4.c: Include <stdint.h>.
2459 (check_ts): Replace %ld with %jd and cast to intmax_t.
2460 (do_test): Likewise.
2461 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2462 and cast to intmax_t.
2463 * sysdeps/pthread/tst-timer.c (main): Likewise.
2464 * time/clocktest.c (main): Likewise.
2465 * time/tst-posixtz.c (do_test): Likewise.
2466 * timezone/tst-timezone.c (main): Likewise.
2468 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
2469 H.J. Lu <hongjiu.lu@intel.com>
2471 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2472 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2473 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2474 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2475 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2476 version if bit_Fast_Unaligned_Load is set.
2477 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2478 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2479 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2480 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2481 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2482 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2483 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2484 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2485 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2486 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2488 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2489 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2490 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2491 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2493 2014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
2495 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2496 instead of #if to avoid a Wundef warning.
2497 * stdlib/tst-limits.c (do_test): Likewise.
2499 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2500 parallel other exception macros.
2501 (fegetenv): Convert from macro to extern inline so that it applies
2502 retroactively to inline functions already seen by the compiler.
2503 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2505 * posix/Makefile (before-compile): Use $(objpfx) for
2506 posix-conf-vars-def.h.
2508 2014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
2510 * posix/getconf.c (main): Use size_t for type of I.
2511 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2514 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2515 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2516 * posix/posix-envs.def: Likewise.
2517 * sysdeps/posix/sysconf.c: Likewise.
2518 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2519 (specs): Remove array.
2520 * scripts/gen-posix-conf-vars.awk: Support generation of specs
2523 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2524 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2525 (__sysconf): Use CONF_IS_* macros.
2527 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2528 ($(objpfx)posix-conf-vars-def.h): New target.
2529 * posix/posix-conf-vars.list: New file.
2530 * posix/posix-conf-vars.h: New file.
2531 * posix/confstr.c: Include posix-conf-vars.h.
2532 (confstr): Use CONF_IS_* macros.
2533 * posix/posix-envs.def: Include posix-conf-vars.h. Use
2535 * scripts/gen-posix-conf-vars.awk: New file.
2537 2014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
2539 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2540 fegetround): Add no-op macros to avoid linknamespace issues.
2542 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2543 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2545 * sysdeps/unix/sysv/linux/tile/sysdep.h
2546 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2547 assembly-specific section to avoid a redefinition warning.
2549 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2550 long before casting to pointer to avoid a cast warning.
2552 2014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
2554 * sysdeps/tile/tilegx/Implies: New file.
2556 2014-12-23 Richard Earnshaw <rearnsha@arm.com>
2558 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2560 2014-12-23 Florian Weimer <fweimer@redhat.com>
2562 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2564 2014-12-22 Joseph Myers <joseph@codesourcery.com>
2566 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2568 * sysdeps/unix/sysv/linux/utimes.c: Do not include
2569 <kernel-features.h>.
2570 (__utimes) [__NR_utimes]: Make code unconditional.
2571 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2572 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2573 (__ASSUME_UTIMES): Do not undefine.
2574 * sysdeps/unix/sysv/linux/tile/kernel-features.h
2575 (__ASSUME_UTIMES): Likewise.
2576 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2577 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2578 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2579 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2581 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
2583 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2585 2014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
2588 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2589 alias to weak alias for j0l, y0l.
2590 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2591 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2594 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2597 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
2599 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2600 to zero if not already defined.
2602 2014-12-22 Joseph Myers <joseph@codesourcery.com>
2605 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2606 (__kernel_standard_f): Remove. Moved to k_standardf.c.
2607 (__kernel_standard_l): Remove. Moved to k_standardl.c with
2608 (char *) casts added.
2609 * sysdeps/ieee754/k_standardf.c: New file.
2610 * sysdeps/ieee754/k_standardl.c: Likewise.
2611 * math/Makefile (libm-support): Remove k_standard.
2612 (libm-calls): Add k_standard.
2614 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2616 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2617 Optimize to avoid an unnecessary FPCR read.
2619 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2621 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2622 Optimize to reduce FPCR/FPSR accesses.
2624 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2626 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2627 Call libc_fetestexcept_aarch64.
2629 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2631 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2632 Call libc_fesetround_aarch64.
2634 2014-12-22 Joseph Myers <joseph@codesourcery.com>
2637 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2638 (__bind): Do not define as weak alias.
2639 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2641 (__getsockname): Do not define as weak alias.
2643 2014-12-22 Will Newton <will.newton@linaro.org>
2645 * manual/install.texi: Document that we require bison 2.7
2647 * INSTALL: Regenerate.
2648 * configure.ac: Use AC_CHECK_PROG_VER instead of
2649 AC_PATH_PROG when checking for bison and check for
2650 version 2.7 or above.
2651 * configure: Regenerate.
2653 2014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
2656 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2657 * sysdeps/tile/ffsll.c (ffsll): To here.
2659 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2661 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
2663 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2665 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2667 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2668 hidden ___tls_get_addr.
2669 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2670 hidden __tls_get_addr.
2671 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2672 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2675 2014-12-21 Andreas Schwab <schwab@linux-m68k.org>
2677 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2680 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
2682 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2683 from "call _dl_init@PLT".
2684 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2686 2014-12-21 Anders Kaseorg <andersk@mit.edu>
2688 * manual/search.texi: (Array Sort Function): Clarify stable sorting
2691 2014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
2693 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2695 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
2698 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2701 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
2703 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2705 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2706 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2707 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2708 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2709 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2711 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
2713 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2714 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2715 (PTR_SUBU): Use subu for mips32r6/mips64r6.
2716 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2717 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2719 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2721 2014-12-19 Ondřej Bílka <neleai@seznam.cz>
2723 * string/strncat.c (STRNCAT): Simplify implementation.
2725 2014-12-19 David S. Miller <davem@davemloft.net>
2727 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2728 access the quad as both a long double and as a series of 4 words.
2730 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2731 link_map->l_info array access.
2733 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
2735 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2737 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2738 * math/atest-exp2.c (TIMEOUT): Likewise.
2739 * math/atest-sincos.c (TIMEOUT): Likewise.
2741 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
2743 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2744 -Wno-error with -fno-builtin-lround.
2746 2014-12-19 Torvald Riegel <triegel@redhat.com>
2748 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2749 Contains futex constants and functions moved over from ...
2750 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
2751 <lowlevellock-futex.h>.
2752 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2753 (lll_timedwait_tid): Add comments and parentheses around macro
2756 2014-12-19 Torvald Riegel <triegel@redhat.com>
2758 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2759 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
2760 (__lll_private_flag): Remove.
2761 (lll_futex_wait): Likewise.
2762 (lll_futex_timed_wait): Likewise.
2763 (lll_futex_wake): Likewise.
2764 (lll_futex_requeue): Likewise.
2765 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2766 (__lll_timedwait_tid): Spell out argument names.
2767 (lll_timedwait_tid): Add comments and parentheses around macro
2769 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2770 LLL_SHARED and LLL_PRIVATE usable from assembly code.
2772 2014-12-19 Torvald Riegel <triegel@redhat.com>
2774 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2775 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2776 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2777 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2778 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2779 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2780 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2781 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2782 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2783 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2784 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2785 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2786 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2787 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2788 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2789 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2790 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2791 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2792 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2794 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
2796 * sysdeps/x86_64/x32/Makefile: New file.
2798 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
2800 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2801 1L with (mp_limb_t) 1.
2803 2014-12-17 Roland McGrath <roland@hack.frob.com>
2805 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2806 * nptl/libc_pthread_init.c: ... here.
2807 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2808 * nptl/register-atfork.c: ... here.
2810 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2811 Use pthread_sigmask rather than INTERNAL_SYSCALL.
2812 Use assert_perror to check its return value.
2813 (__gai_create_helper_thread): Likewise.
2815 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2817 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2819 2014-12-17 Joseph Myers <joseph@codesourcery.com>
2822 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2824 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2826 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2828 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2830 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2831 (profil_counter): Likewise.
2832 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2833 (profil_counter): Likewise.
2834 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2836 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2838 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2839 (profil_counter): Likewise.
2840 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2842 [!__profil_counter] (profil_counter): Define as weak alias of
2844 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2845 (profil_counter): Rename to __profil_counter.
2846 [!__profil_counter] (profil_counter): Define as weak alias of
2848 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2849 (profil_counter): Rename to __profil_counter.
2850 [!__profil_counter] (profil_counter): Define as weak alias of
2852 * sysdeps/posix/profil.c: Update comment referring to
2854 (__profil): Use __profil_counter instead of profil_counter.
2855 * sysdeps/posix/sprofil.c (profil_counter): Rename to
2856 __profil_counter. Use __profil_counter_ushort and
2857 __profil_counter_uint in definitions.
2858 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2859 instead of profil_counter_uint and profil_counter_ushort.
2862 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2863 define as weak alias of __inet_makeaddr.
2864 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2865 as weak alias of __inet_addr.
2866 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2867 as weak alias of __inet_pton. Use libc_hidden_weak.
2868 * include/arpa/inet.h (__inet_pton): Declare. Use
2870 (inet_makeaddr): Don't use libc_hidden_proto.
2871 (__inet_makeaddr): Declare. Use libc_hidden_proto.
2872 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2873 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
2874 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2876 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2877 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2879 2014-12-17 Steve Ellcey <sellcey@imgtec.com>
2881 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2883 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2885 * stdio-common/bug-vfprintf-nargs.c (do_test):
2886 Cast value to intptr_t to avoid format warning
2887 for usage with PRIdPTR printing macro.
2889 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2891 * libio/tst-widetext.c (do_test):
2892 Use format type %td instead of %Zd for ptrdiff_t
2893 in order to avoid format warning.
2895 2014-12-17 Andreas Schwab <schwab@suse.de>
2897 * nscd/mem.c (gc): Add size_t cast to match printf format.
2899 2014-12-16 Roland McGrath <roland@hack.frob.com>
2901 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2902 (init): Apply PTR_MANGLE to pointers before storing them.
2903 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2906 2014-12-16 Joseph Myers <joseph@codesourcery.com>
2909 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2910 define as weak alias of __memrchr.
2911 (__memrchr): Do not define as strong alias of memrchr.
2912 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2914 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2915 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2916 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2919 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2920 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
2921 (if_indextoname): Rename to __if_indextoname and define as weak
2922 alias of __if_indextoname. Use libc_hidden_weak.
2923 (if_freenameindex): Rename to __if_freenameindex and define as
2924 weak alias of __if_freenameindex.
2925 (if_nameindex): Rename to __if_nameindex and define as weak alias
2927 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2928 __if_nametoindex and define as weak alias of __if_nametoindex.
2929 Use libc_hidden_weak.
2930 (if_freenameindex): Rename to __if_freenameindex and define as
2931 weak alias of __if_freenameindex.
2932 (if_nameindex): Rename to __if_nameindex and define as weak alias
2934 (if_indextoname): Rename to __if_indextoname and define as weak
2935 alias of __if_indextoname. Use libc_hidden_weak.
2936 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2937 __if_nametoindex and define as weak alias of __if_nametoindex.
2938 Use libc_hidden_weak.
2939 (if_freenameindex): Rename to __if_freenameindex and define as
2940 weak alias of __if_freenameindex. Use libc_hidden_weak.
2941 (if_nameindex_netlink): Use __if_freenameindex instead of
2943 (if_nameindex): Rename to __if_nameindex and define as weak alias
2944 of __if_nameindex. Use libc_hidden_weak.
2945 (if_indextoname): Rename to __if_indextoname and define as weak
2946 alias of __if_indextoname. Use libc_hidden_weak.
2947 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2949 [!_ISOMAC] (__if_freenameindex): Likewise.
2950 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2952 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2954 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2955 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2956 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2957 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2958 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2959 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2960 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2962 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2964 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2965 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2967 2014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
2969 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2970 subscript above bounds'
2972 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2975 2014-12-16 Arjun Shankar <arjun.is@lostca.se>
2977 * libio/tst-fopenloc.c: Use test-skeleton.c.
2979 * stdlib/tst-bsearch.c: Use test-skeleton.c.
2980 (entry): Rename to ITEM.
2981 (do_test, comp): Adjust.
2983 * stdio-common/tst-fseek.c: Use test-skeleton.c.
2985 2014-12-16 Torvald Riegel <triegel@redhat.com>
2987 * string/tester.c: Include <libc-internal.h>.
2988 (test_memset): Ignore -Wmemset-transposed-args.
2990 2014-12-16 Torvald Riegel <triegel@redhat.com>
2992 * misc/tst-mntent2.c (do_test): Fix warning.
2994 2014-12-16 Torvald Riegel <triegel@redhat.com>
2996 * elf/tst-unique4lib.cc(a): Mark as used.
2998 2014-12-16 Florian Weimer <fweimer@redhat.com>
3001 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3004 2014-12-16 Allan McRae <allan@archlinux.org>
3006 * stdio-common/Makefile (tests): Re-add bug26.
3008 2014-12-15 Ondřej Bílka <neleai@seznam.cz>
3011 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3014 2014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
3016 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3017 (__lll_lock_wait): Likewise.
3018 (__lll_timedlock_wait): Likewise.
3019 (__lll_timedwait_tid): Likewise.
3020 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3021 (__lll_robust_timedlock_wait): Likewise.
3022 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3023 (lll_cond_trylock): Likewise.
3024 (__lll_lock): Likewise.
3025 (__lll_robust_lock): Likewise.
3026 (__lll_cond_lock): Likewise.
3027 (lll_robust_cond_lock): Likewise.
3028 (__lll_timedlock): Likewise.
3029 (__lll_robust_timedlock): Likewise.
3030 (__lll_unlock): Likewise.
3031 (__lll_robust_unlock): Likewise.
3032 (lll_wait_tid): Likewise.
3033 (lll_timedwait_tid): Likewise.
3035 2014-12-15 Torvald Riegel <triegel@redhat.com>
3037 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3039 2014-12-15 Torvald Riegel <triegel@redhat.com>
3041 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3043 2014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
3045 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3046 * stdio-common/tst-sprintf.c: Likewise.
3048 2014-12-15 Torvald Riegel <triegel@redhat.com>
3050 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3052 2014-12-15 Jeff Law <law@redhat.com>
3055 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3056 on the heap. (CVE-2012-3406)
3057 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3058 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
3059 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3061 2014-12-15 Will Newton <will.newton@linaro.org>
3063 * manual/install.texi: Bump required version of texinfo
3065 * INSTALL: Regenerated.
3066 * configure.ac: Check for makeinfo version 4.7 and above.
3067 * configure: Regenerated.
3069 2014-12-12 Roland McGrath <roland@hack.frob.com>
3071 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3072 PREFIX, string constant to insert between directory and name.
3073 * sysdeps/posix/shm_open.c: Update caller.
3074 * sysdeps/posix/shm_unlink.c: Likewise.
3075 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3076 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3077 (SEM_SHM_PREFIX): New macro.
3078 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3079 [$(have-thread-library) = no].
3080 * nptl/Makefile (libpthread-routines): Add shm-directory.
3081 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3082 * sysdeps/nptl/shm-directory.h: New file.
3083 * sysdeps/posix/shm-directory.c
3084 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3085 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3086 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3088 (__where_is_shmfs): Function removed.
3089 (mountpoint, defaultmount, defaultdir, __namedsem_once):
3091 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3093 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
3095 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3096 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3097 unconditional for use inside libpthread.
3098 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3100 2014-12-12 Roland McGrath <roland@hack.frob.com>
3102 * nptl/pthread_getaffinity.c: New file.
3103 * nptl/pthread_setaffinity.c: New file.
3104 * nptl/pthread_getname.c: New file.
3105 * nptl/pthread_setname.c: New file.
3107 * nptl/pthread_create.c (START_THREAD_DEFN)
3108 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3110 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
3111 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3113 * resolv/res_send.c (send_vc): Disable warning resplen may
3114 be used uninitialized.
3116 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
3119 (ATTR_NULL): New define checks ATTR against NULL.
3120 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3121 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3123 2014-12-11 James Lemke <jwlemke@codesourcery.com>
3127 (mem2mem_check): Revert my previous change.
3128 (malloc_check_get_size): Revert my previous change.
3129 (mem2chunk_check): Revert my previous change.
3131 2014-12-11 Roland McGrath <roland@hack.frob.com>
3133 * sysdeps/posix/shm-directory.c: New file.
3134 * sysdeps/posix/shm-directory.h: New file.
3135 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3136 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3137 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
3138 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3139 Transmute EPERM to EACCES.
3140 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3142 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
3143 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3145 2014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3147 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3148 pointer and cast to uintptr_t.
3149 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3150 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3151 Add cast to avoid warning.
3152 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3154 2014-12-11 Joseph Myers <joseph@codesourcery.com>
3156 * nptl/semaphore.h: Move to ...
3157 * sysdeps/pthread/semaphore.h: ... here.
3158 * Makefile (installed-headers): Change nptl/semaphore.h to
3159 sysdeps/pthread/semaphore.h.
3161 2014-12-11 Roland McGrath <roland@hack.frob.com>
3163 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3164 generated error format strings.
3166 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3167 -Wformat-extra-args warnings for scanf formats.
3168 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3169 test of zero-length format (duh).
3170 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3171 corner-case scanf format test.
3172 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3173 generated fprintf format string.
3174 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3175 corner-case sprintf format tests.
3176 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3177 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3178 -Wformat-extra-args warnings throughout.
3179 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3180 (CFLAGS-scanf4.c): Likewise.
3181 (CFLAGS-scanf7.c): Likewise.
3182 (CFLAGS-tst-sprintf.c): Likewise.
3183 (CFLAGS-tst-printf.c): Likewise.
3184 (CFLAGS-tst-printfsz.c): Likewise.
3186 2014-12-11 Joseph Myers <joseph@codesourcery.com>
3188 * include/cpio.h: New file.
3189 * include/fmtmsg.h: Likewise.
3191 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
3192 corresponding format argument to size_t.
3193 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
3195 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
3196 corresponding format argument to size_t.
3197 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
3199 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
3200 corresponding format argument to size_t.
3201 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3202 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3203 (CFLAGS-tst-mbswcs2.c): Likewise.
3204 (CFLAGS-tst-mbswcs3.c): Likewise.
3205 (CFLAGS-tst-mbswcs4.c): Likewise.
3206 (CFLAGS-tst-mbswcs5.c): Likewise.
3207 (CFLAGS-tst-trans.c): Likewise
3209 2014-12-11 Roland McGrath <roland@hack.frob.com>
3211 * posix/regexbug1.c (main): Use "%s" format with regerror results,
3212 rather than assuming they won't contain any '%'s.
3214 2014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
3216 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3217 inhibit_loop_to_libcall to avoid recursive calls.
3218 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3219 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3221 2014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
3223 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3226 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
3228 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3229 integer value instead of boolean.
3231 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
3233 * malloc/malloc.c: Fix powerof2 check.
3235 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
3237 * locale/programs/locfile.h (maybe_swap_uint32):
3238 Remove inline and add unused attribute.
3240 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
3242 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3243 Truncating assembler expression to a .long expression.
3245 2014-12-11 Andreas Schwab <schwab@suse.de>
3247 * elf/rtld.c (struct map_args): Constify str member.
3248 (do_preload): Constify fname argument.
3250 2014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3252 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3253 constants definition.
3255 2014-12-11 Andreas Schwab <schwab@suse.de>
3258 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3259 FORCE_ELISION instead of DO_ELISION.
3260 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3262 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3265 * iconvdata/gconv-modules: Remove duplicate entry.
3267 2014-12-11 Will Newton <will.newton@linaro.org>
3269 Merge gettext 0.19.3 into intl/.
3271 This involves a number of cosmetic changes to comments
3272 and ANSI function definitions and prototypes throughout
3273 all the files. The gettext copyright header is used but
3274 with the date ranges taken from the glibc copy.
3276 * NEWS: Add gettext merge to 2.21.
3277 * intl/bindtextdom.c: Switch to gettext copyright.
3278 Use ANSI definitions and prototypes.
3279 Use gl_* locking primitives rather than __libc_* ones.
3280 Use __builtin_expect rather than __glibc_likely/unlikely.
3281 * intl/dcgettext.c: Switch to gettext copyright.
3282 Use ANSI definitions and prototypes.
3283 * intl/dcigettext.c: Switch to gettext copyright.
3284 Use ANSI definitions and prototypes.
3285 (INTDIV0_RAISES_SIGFPE): New define.
3286 Use gl_* locking primitives rather than __libc_* ones.
3287 Include eval-plural.h instead of plural-eval.c.
3288 Use __builtin_expect rather than __glibc_likely/unlikely.
3289 * intl/dcngettext.c: Switch to gettext copyright.
3290 Use ANSI definitions and prototypes.
3291 * intl/dgettext.c: Likewise.
3292 * intl/dngettext.c: Likewise.
3293 * intl/plural-eval.c: Renamed to...
3294 * intl/eval-plural.h: ...this.
3295 * intl/explodename.c: Switch to gettext copyright.
3296 Use ANSI definitions and prototypes.
3297 (_nl_explode_name): Use strchr instead of __rawmemchr.
3298 * intl/finddomain.c: Switch to gettext copyright.
3299 Use ANSI definitions and prototypes.
3300 Use gl_* locking primitives rather than __libc_* ones.
3301 (_nl_find_domain): Use malloc rather than alloca for
3302 allocation of temporary locale name.
3303 * intl/gettext.c: Switch to gettext copyright.
3304 Use ANSI definitions and prototypes.
3305 * intl/gettextP.h: Switch to gettext copyright.
3306 Use ANSI definitions and prototypes.
3307 Use gl_* locking primitives rather than __libc_* ones.
3308 * intl/gmo.h: Switch to gettext copyright.
3309 (struct sysdep_string): Move struct segment_pair outside of
3311 * intl/hash-string.c: Use ANSI definitions and prototypes.
3312 * intl/hash-string.h: Switch to gettext copyright.
3313 Use ANSI definitions and prototypes.
3314 * intl/l10nflist.c: Switch to gettext copyright.
3315 Use ANSI definitions and prototypes.
3316 (_nl_normalize_codeset): Avoid integer overflow.
3317 * intl/loadinfo.h: Switch to gettext copyright.
3318 Use ANSI definitions and prototypes.
3319 (LIBINTL_DLL_EXPORTED): New define.
3320 (PATH_SEPARATOR): New define.
3321 * intl/loadmsgcat.c: Switch to gettext copyright.
3322 * intl/localealias.c: Switch to gettext copyright.
3323 Use ANSI definitions and prototypes.
3324 (_nl_expand_alias): Use PATH_SEPARATOR.
3325 * intl/ngettext.c: Switch to gettext copyright.
3326 Use ANSI definitions and prototypes.
3327 * intl/plural-exp.c: Likewise.
3328 * intl/plural-exp.h: Switch to gettext copyright.
3329 Use ANSI definitions and prototypes.
3330 (struct expression): Move definition of enum operator outside
3331 of struct definition.
3332 * intl/plural.c: Regenerate.
3333 * intl/plural.y: Switch to gettext copyright.
3334 Use ANSI definitions and prototypes.
3336 * intl/textdomain.c: Switch to gettext copyright.
3337 Use ANSI definitions and prototypes.
3338 Use gl_* locking primitives rather than __libc_* ones.
3340 2014-12-10 Steve Ellcey <sellcey@imgtec.com>
3342 * debug/warning-nop.c: Add used atrribute.
3344 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3346 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3348 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3349 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3350 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3352 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3353 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3356 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3357 Undefine after defining function. Define as weak alias of
3358 __wcschr. Use libc_hidden_weak.
3359 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
3360 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3361 (libc_hidden_def): Also define __GI___wcschr alias.
3362 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3363 __wcschr and define as weak alias of __wcschr.
3364 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3366 [!WCSCHR] (DEFAULT_WCSCHR): Define.
3367 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3368 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
3369 libc_hidden_weak. Do not use libc_hidden_def.
3370 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3371 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3372 __GI___wcschr alias.
3373 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3374 [IS_IN (libc)] (wcschr): Define as macro expanding to
3376 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3377 [IS_IN (libc)] (__wcschr_power6): Likewise.
3378 [IS_IN (libc)] (__wcschr_power7): Likewise.
3379 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
3381 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3383 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3384 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3385 __wcschr and define as weak alias of __wcschr. Use
3386 libc_hidden_builtin_def.
3387 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3388 as weak alias of __wcschr. Use libc_hidden_weak.
3389 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3391 * time/era.c (_nl_init_era_entries): Likewise.
3392 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3394 (test-xfail-XPG3/time.h/linknamespace): Likewise.
3395 (test-xfail-XPG4/time.h/linknamespace): Likewise.
3397 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3399 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3400 format for long int variable.
3402 2014-12-10 Anders Kaseorg <andersk@MIT.EDU>
3405 * manual/search.texi: (Array Sort Function): Remove claim how to make
3408 2014-12-10 Andreas Schwab <schwab@suse.de>
3411 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3412 user-controlled locks.
3414 2014-12-10 Richard Earnshaw <rearnsha@arm.com>
3416 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3419 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3421 * configure.ac (--disable-werror): New configure option.
3422 (enable_werror): New AC_SUBST.
3423 * configure: Regenerated.
3424 * config.make.in (enable-werror): New variable.
3425 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3427 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3428 * manual/install.texi (Configuring and compiling): Document
3430 * INSTALL: Regenerated.
3431 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3432 (CFLAGS-tst-chk2.c): Likewise.
3433 (CFLAGS-tst-chk3.c): Likewise.
3434 (CFLAGS-tst-chk4.cc): Likewise.
3435 (CFLAGS-tst-chk5.cc): Likewise.
3436 (CFLAGS-tst-chk6.cc): Likewise.
3437 (CFLAGS-tst-lfschk1.c): Likewise.
3438 (CFLAGS-tst-lfschk2.c): Likewise.
3439 (CFLAGS-tst-lfschk3.c): Likewise.
3440 (CFLAGS-tst-lfschk4.cc): Likewise.
3441 (CFLAGS-tst-lfschk5.cc): Likewise.
3442 (CFLAGS-tst-lfschk6.cc): Likewise.
3444 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3445 (main): Disable -Wdeprecated-declarations around calls to
3446 register_printf_function.
3448 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3449 (do_test): Disable -Wdiv-by-zero around some calls to
3450 fwrite_unlocked and fread_unlocked.
3452 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3453 (DIAG_POP_NEEDS_COMMENT): Likewise.
3454 (_DIAG_STR1): Likewise.
3455 (_DIAG_STR): Likewise.
3456 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3457 * stdio-common/bug21.c: Include <libc-internal.h>.
3458 (do_test): Disable -Wformat around call to sscanf.
3459 * stdio-common/scanf14.c: Include <libc-internal.h>.
3460 (main): Disable -Wformat around some calls to scanf functions.
3462 2014-12-09 Torvald Riegel <triegel@redhat.com>
3464 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3466 2014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3468 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3469 stack variable alignment.
3471 2014-12-06 Joseph Myers <joseph@codesourcery.com>
3474 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3475 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3476 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3477 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3478 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3479 __getrlimit instead of getrlimit.
3480 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3481 __gettimeofday instead of gettimeofday.
3482 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3484 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3486 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3487 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3489 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3490 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3492 2014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3494 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3495 for wide-character tests.
3497 2014-12-04 Roland McGrath <roland@hack.frob.com>
3499 * io/openat64.c: #include <libc-internal.h>
3500 (__openat64): Prototypify. Use ignore_value on MODE.
3501 * io/openat.c: Likewise.
3502 * misc/reboot.c: #include <libc-internal.h>
3503 (reboot): Prototypify. Use ignore_value on HOWTO.
3504 * misc/ptrace.c: #include <libc-internal.h>
3505 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
3507 2014-12-04 Joseph Myers <joseph@codesourcery.com>
3509 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3510 XPG4, UNIX98 and XOPEN2K.
3511 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3513 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3515 2014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3517 * libio/fileops.c: Use ISO C style for function definitions.
3518 * libio/iofopen.c: Likewise.
3519 * libio/wfileops.c: Likewise.
3522 * libio/fileops.c (_IO_new_file_underflow): Unset cached
3524 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3525 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3526 (fgets_func): Function pointer to fgets and fgetws.
3527 (do_ftell_test): Add test to verify ftell value after read
3529 (do_test): Set fgets_func.
3531 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3532 O_TRUNC flag for w and w+ modes.
3533 (do_rewind_test): Likewise.
3534 (do_ftell_test): Likewise.
3535 (do_write_test): Likewise.
3538 * libio/fileops.c (do_ftell): Seek only when there are
3540 * libio/wfileops.c (do_ftell_wide): Likewise.
3541 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3543 (do_one_test): Call it.
3545 2014-12-03 Joseph Myers <joseph@codesourcery.com>
3547 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3548 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3549 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3551 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3552 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3553 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3555 2014-12-02 Joseph Myers <joseph@codesourcery.com>
3557 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3559 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3562 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3563 as weak alias of __getifaddrs. Use libc_hidden_weak.
3564 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3565 __freeifaddrs. Use libc_hidden_weak.
3566 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3567 define as weak alias of __getifaddrs. Use libc_hidden_weak.
3568 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3569 __freeifaddrs. Use libc_hidden_weak.
3570 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3571 __getifaddrs and define as weak alias of __getifaddrs. Use
3573 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3574 __freeifaddrs. Use libc_hidden_weak.
3575 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3577 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3578 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3580 2014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
3583 * sysdeps/mips/start.S (__start): Use indirect jump to call
3586 2014-12-02 Joseph Myers <joseph@codesourcery.com>
3588 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3590 * nptl/tst-mutex1.c: Include <stdbool.h>.
3591 [!ATTR] (ATTR_NULL): New macro.
3592 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3593 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3594 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3596 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3600 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3601 Change conditional to [__USE_MISC].
3604 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3606 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3608 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3610 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3612 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3613 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3614 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3615 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3616 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3617 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3618 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3619 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3620 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3622 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3624 2014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3626 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3627 Remove strpbrk objects.
3628 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3629 (__libc_ifunc_impl_list): Remove strpbrk implementation.
3630 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3631 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3632 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3633 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3635 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3636 Remove strcspn objects.
3637 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3638 (__libc_ifunc_impl_list): Remove strcspn implementation.
3639 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3640 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3641 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3642 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3644 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3645 Remove strspn objetcs.
3646 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3647 (__libc_ifunc_impl_list): Remove strspn implementation.
3648 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3649 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3650 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3651 * sysdeps/powerpc/powerpc64/strspn.S: New file.
3653 2014-12-01 James Lemke <jwlemke@codesourcery.com>
3657 (mem2mem_check): Add a terminator to the chain of checking blocks.
3658 (malloc_check_get_size): Use it here.
3659 (mem2chunk_check): Ditto.
3661 2014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3663 * sysdeps/powerpc/powerpc64/strtok.S: New file.
3664 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3666 2014-11-29 Carlos O'Donell <carlos@redhat.com>
3668 * bits/ioctl-types.h: Indent preprocessor directives correctly.
3670 * nptl/nptl-init.c: Include libc-internal.h.
3671 (__pthread_initialize_minimal_internal): Use ROUND_UP.
3673 * elf/ldconfig.c (search_dir): Expand comment.
3675 2014-11-29 Joseph Myers <joseph@codesourcery.com>
3677 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3679 (linknamespace-symlist-stdlibs-tests): Likewise.
3680 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3681 instead of $(objpfx)symlist-stdlibs.
3682 (linknamespace-libs-isoc): New variable.
3683 (linknamespace-libs): Use $(linknamespace-libs-isoc).
3684 (linknamespace-libs-ISO): New variable.
3685 (linknamespace-libs-ISO99): Likewise.
3686 (linknamespace-libs-ISO11): Likewise.
3687 (linknamespace-libs-XPG3): Likewise.
3688 (linknamespace-libs-XPG4): Likewise.
3689 (linknamespace-libs-POSIX): Likewise.
3690 (linknamespace-libs-UNIX98): Likewise.
3691 (linknamespace-libs-XOPEN2K): Likewise.
3692 (linknamespace-libs-POSIX2008): Likewise.
3693 (linknamespace-libs-XOPEN2K8): Likewise.
3694 ($(objpfx)symlist-stdlibs): Replace by
3695 $(linknamespace-symlist-stdlibs-tests). Use
3696 $(linknamespace-libs-$*) as set of libraries.
3697 ($(linknamespace-header-tests)): Update dependencies. Use
3698 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3699 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3700 * conform/linknamespace.pl: Remove comment about considering
3701 definitions of symbols from irrelevant libraries.
3703 2014-11-28 H.J. Lu <hongjiu.lu@intel.com>
3706 * elf/dl-tls.c: Include <atomic.h>.
3707 (oom): Remove #ifdef SHARED/#endif.
3708 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3709 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
3710 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3712 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3713 * nptl/Makefile (tests): Add tst-stack4.
3714 (modules-names): Add tst-stack4mod.
3715 ($(objpfx)tst-stack4): New.
3716 (tst-stack4mod.sos): Likewise.
3717 ($(objpfx)tst-stack4.out): Likewise.
3718 ($(tst-stack4mod.sos)): Likewise.
3720 * nptl/tst-stack4.c: New file.
3721 * nptl/tst-stack4mod.c: Likewise.
3723 2014-11-27 J. Brown <jb999@gmx.de>
3725 * sysdeps/x86/bits/string.h: Add recent CPUs.
3727 2014-11-27 Joseph Myers <joseph@codesourcery.com>
3729 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3732 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3735 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3738 2014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
3740 * nscd/connections.c: Include libc-internal.h because of macro
3743 2014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3745 * string/bits/string3.h (__warn_memset_zero_len): Don't
3746 declare for gcc newer than 5.0.
3747 (memset): Don't test for zero-length __LEN for gcc newer than
3750 2014-11-27 Joseph Myers <joseph@codesourcery.com>
3752 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3753 size_t for %zu format.
3755 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3756 difference, not %ju.
3758 2014-11-26 Joseph Myers <joseph@codesourcery.com>
3760 * include/libc-internal.h (ignore_value): New macro.
3761 * nscd/connections.c (restart): Wrap calls to setuid and setgid
3764 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3767 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3768 pthread_cleanup_push to void *.
3770 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3775 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3776 instead of 1L << 52.
3778 * libio/bug-rewind.c (do_test): Check fwscanf return values.
3779 * libio/bug-rewind2.c (do_test): Likewise.
3781 * debug/test-stpcpy_chk-ifunc.c: Remove file.
3782 * debug/test-strcpy_chk-ifunc.c: Likewise.
3783 * wcsmbs/test-wcschr-ifunc.c: Likewise.
3784 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3785 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3786 * wcsmbs/test-wcslen-ifunc.c: Likewise.
3787 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3788 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3789 * Rules [$(multi-arch) = no] (tests): Do not filter out
3791 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3792 * debug/Makefile (tests-ifunc): Remove variable.
3793 (tests): Do not add $(tests-ifunc).
3794 * wcsmbs/Makefile (tests-ifunc): Remove variable.
3795 (tests): Do not add $(tests-ifunc).
3796 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3797 [TEST_IFUNC]: Remove conditionals.
3798 * string/test-string.h (TEST_IFUNC): Remove macro.
3799 [TEST_IFUNC]: Remove conditionals.
3801 * string/test-strchr.c [!WIDE] (L): New macro.
3802 [WIDE] (L): Likewise.
3803 (check1): Use CHAR instead of char. Use L on string and character
3806 2014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
3808 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3810 * sysdeps/powerpc/bits/atomic.h
3811 (__arch_atomic_exchange_and_add_32_acq): Add definition.
3812 (__arch_atomic_exchange_and_add_32_rel): Likewise.
3813 (atomic_exchange_and_add_acq): Likewise.
3814 (atomic_exchange_and_add_rel): Likewise.
3815 * sysdeps/powerpc/powerpc32/bits/atomic.h
3816 (__arch_atomic_exchange_and_add_64_acq): Add definition.
3817 (__arch_atomic_exchange_and_add_64_rel): Likewise.
3818 * sysdeps/powerpc/powerpc64/bits/atomic.h
3819 (__arch_atomic_exchange_and_add_64_acq): Add definition.
3820 (__arch_atomic_exchange_and_add_64_rel): Likewise.
3822 2014-11-26 Torvald Riegel <triegel@redhat.com>
3824 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3825 Change synchronization of __sched_fifo_min_prio and
3826 __sched_fifo_max_prio.
3827 * nptl/pthread_mutexattr_getprioceiling.c
3828 (pthread_mutexattr_getprioceiling): Likewise.
3829 * nptl/pthread_mutexattr_setprioceiling.c
3830 (pthread_mutexattr_setprioceiling): Likewise.
3831 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3832 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3835 2014-11-26 Joseph Myers <joseph@codesourcery.com>
3837 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3840 2014-11-25 Joseph Myers <joseph@codesourcery.com>
3842 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3843 third argument const.
3845 2014-11-25 Paul Eggert <eggert@cs.ucla.edu>
3847 fnmatch: work around GCC compiler warning bug with uninit var
3848 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3849 This works around a bug with x86-64 GCC 4.9.2 and earlier
3850 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3851 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3852 used uninitialized in this function [-Wmaybe-uninitialized]".
3854 2014-11-25 Joseph Myers <joseph@codesourcery.com>
3856 * posix/bug-regex31.c (main): Return RES not 0.
3858 2014-11-25 Anton Blanchard <anton@samba.org>
3860 * sysdeps/powerpc/bits/atomic.h
3861 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3863 2014-11-24 Sterling Augustine <saugustine@google.com>
3865 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3867 2014-11-24 Ryan Cumming <etaoins@gmail.com>
3870 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3872 2014-11-24 Joseph Myers <joseph@codesourcery.com>
3875 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3876 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3878 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3879 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3881 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
3883 * string/strncpy.c (strncpy): Improve performance by using memset.
3885 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
3887 * string/strcpy.c (strcpy):
3888 Improve performance by using strlen and memcpy.
3890 2014-11-24 Leonhard Holz <leonhard.holz@web.de>
3892 * string/strcoll_l.c (get_next_seq): __always_inline.
3893 * string/strcoll_l.c (do_compare): __always_inline.
3895 2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3897 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3899 * include/mqueue.h: Likewise.
3900 * include/stdlib.h: Likewise.
3902 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3903 (get_null_defines): Adjust.
3904 * sunrpc/Makefile: Adjust comment.
3905 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3906 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3907 (CFLAGS-interp.c): Likewise.
3908 (CFLAGS-ldconfig.c): Likewise.
3909 (CPPFLAGS-.os): Likewise.
3910 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3911 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3912 * extra-modules.mk (extra-modules.mk): Likewise.
3913 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3914 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3915 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3916 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3917 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3918 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3919 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3920 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3921 * iconvdata/Makefile (CPPFLAGS): Likewise.
3922 (cpp-srcs-left): Add libof for all iconvdata routines.
3923 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3924 * include/assert.h: Likewise.
3925 * include/ctype.h: Likewise.
3926 * include/errno.h: Likewise.
3927 * include/libc-symbols.h: Likewise.
3928 * include/math.h: Likewise.
3929 * include/netdb.h: Likewise.
3930 * include/resolv.h: Likewise.
3931 * include/stdio.h: Likewise.
3932 * include/stdlib.h: Likewise.
3933 * include/string.h: Likewise.
3934 * include/sys/stat.h: Likewise.
3935 * include/wctype.h: Likewise.
3936 * intl/l10nflist.c: Likewise.
3937 * libidn/idn-stub.c: Likewise.
3938 * libio/libioP.h: Likewise.
3939 * nptl/libc_multiple_threads.c: Likewise.
3940 * nptl/pthreadP.h: Likewise.
3941 * posix/regex_internal.h: Likewise.
3942 * resolv/res_hconf.c: Likewise.
3943 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3944 * sysdeps/arm/memmove.S: Likewise.
3945 * sysdeps/arm/sysdep.h: Likewise.
3946 * sysdeps/generic/_itoa.h: Likewise.
3947 * sysdeps/generic/symbol-hacks.h: Likewise.
3948 * sysdeps/gnu/errlist.awk: Likewise.
3949 * sysdeps/gnu/errlist.c: Likewise.
3950 * sysdeps/i386/i586/memcpy.S: Likewise.
3951 * sysdeps/i386/i586/memset.S: Likewise.
3952 * sysdeps/i386/i686/memcpy.S: Likewise.
3953 * sysdeps/i386/i686/memmove.S: Likewise.
3954 * sysdeps/i386/i686/mempcpy.S: Likewise.
3955 * sysdeps/i386/i686/memset.S: Likewise.
3956 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3957 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3958 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3959 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3960 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3961 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3962 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3963 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3964 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3965 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3966 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3967 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3968 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3969 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3970 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3971 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3972 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3973 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3974 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3975 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3976 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3977 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3978 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3979 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3980 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3981 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3982 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3983 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3984 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3985 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3986 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3987 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3988 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3989 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3990 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3991 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3992 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3993 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3994 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3995 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3996 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3997 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3998 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3999 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4000 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4001 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4002 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4003 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4004 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4005 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4006 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4007 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4008 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4009 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4010 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4011 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4012 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4013 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4014 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4015 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4016 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4017 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4018 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4019 * sysdeps/nptl/bits/libc-lock.h: Likewise.
4020 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4021 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4022 * sysdeps/posix/closedir.c: Likewise.
4023 * sysdeps/posix/opendir.c: Likewise.
4024 * sysdeps/posix/readdir.c: Likewise.
4025 * sysdeps/posix/rewinddir.c: Likewise.
4026 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4027 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4028 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4029 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4030 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4031 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4032 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4033 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4034 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4035 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4036 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4037 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4038 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4039 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4040 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4041 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4042 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4043 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4044 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4045 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4046 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4047 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4048 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4049 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4050 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4051 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4052 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4053 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4054 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4055 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4056 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4057 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4058 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4059 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4060 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4061 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4062 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4063 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4064 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4065 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4066 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4067 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4068 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4069 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4070 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4071 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4072 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4073 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4074 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4075 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4076 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4077 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4078 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4079 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4080 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4081 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4082 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4083 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4084 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4085 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4086 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4087 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4088 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4089 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4090 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4091 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4092 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4093 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4094 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4095 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4096 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4097 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4098 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4099 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4100 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4101 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4102 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4103 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4104 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4105 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4106 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4107 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4108 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4109 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4110 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4111 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4112 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4113 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4114 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4115 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4116 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4117 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4118 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4119 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4120 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4121 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4122 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4123 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4124 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4125 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4126 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4127 * sysdeps/unix/alpha/sysdep.S: Likewise.
4128 * sysdeps/unix/alpha/sysdep.h: Likewise.
4129 * sysdeps/unix/make-syscalls.sh: Likewise.
4130 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4131 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4132 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4133 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4134 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4135 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4136 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4137 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4138 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4139 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4140 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4141 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4142 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4143 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4144 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4145 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4146 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4147 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4148 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4149 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4150 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4151 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4152 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4153 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4154 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4155 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4156 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4157 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4158 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4159 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4160 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4161 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4162 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4163 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4164 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4165 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4166 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4167 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4168 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4169 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4170 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4171 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4172 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4173 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4174 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4175 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4176 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4177 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4178 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4179 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4180 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4181 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4182 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4183 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4184 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4185 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4186 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4187 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4188 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4189 * sysdeps/x86_64/memcpy.S: Likewise.
4190 * sysdeps/x86_64/memmove.c: Likewise.
4191 * sysdeps/x86_64/memset.S: Likewise.
4192 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4193 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4194 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4195 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4196 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4197 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4198 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4199 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4200 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4201 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4202 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4203 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4204 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4205 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4206 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4207 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4208 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4209 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4210 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4211 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4212 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4213 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4214 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4215 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4216 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4217 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4218 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4219 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4220 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4221 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4222 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4223 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4224 * sysdeps/x86_64/strcmp.S: Likewise.
4226 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4228 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4229 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4230 * elf/rtld-Rules: Likewise.
4231 * elf/setup-vdso.h: Likewise.
4232 * include/assert.h: Likewise.
4233 * include/bits/stdlib-float.h: Likewise.
4234 * include/errno.h: Likewise.
4235 * include/sys/stat.h: Likewise.
4236 * include/unistd.h: Likewise.
4237 * sysdeps/aarch64/setjmp.S: Likewise.
4238 * sysdeps/alpha/setjmp.S: Likewise.
4239 * sysdeps/arm/__longjmp.S: Likewise.
4240 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4241 * sysdeps/arm/setjmp.S: Likewise.
4242 * sysdeps/arm/sysdep.h: Likewise.
4243 * sysdeps/generic/_itoa.h: Likewise.
4244 * sysdeps/generic/dl-sysdep.h: Likewise.
4245 * sysdeps/generic/ldsodefs.h: Likewise.
4246 * sysdeps/i386/dl-tls.h: Likewise.
4247 * sysdeps/i386/setjmp.S: Likewise.
4248 * sysdeps/m68k/setjmp.c: Likewise.
4249 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4250 * sysdeps/mach/hurd/opendir.c: Likewise.
4251 * sysdeps/posix/getcwd.c: Likewise.
4252 * sysdeps/posix/opendir.c: Likewise.
4253 * sysdeps/posix/profil.c: Likewise.
4254 * sysdeps/powerpc/dl-procinfo.h: Likewise.
4255 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4256 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4257 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4258 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4259 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4260 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4261 * sysdeps/s390/dl-tls.h: Likewise.
4262 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4263 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4264 * sysdeps/sh/sh3/setjmp.S: Likewise.
4265 * sysdeps/sh/sh4/setjmp.S: Likewise.
4266 * sysdeps/unix/alpha/sysdep.h: Likewise.
4267 * sysdeps/unix/arm/sysdep.S: Likewise.
4268 * sysdeps/unix/i386/sysdep.S: Likewise.
4269 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4270 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4271 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4272 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4273 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4274 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4275 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4276 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4277 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4278 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4279 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4280 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4281 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4282 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4284 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4285 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4286 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4287 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4288 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4289 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4290 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4291 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4292 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4293 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4294 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4295 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4296 * sysdeps/unix/x86_64/sysdep.S: Likewise.
4297 * sysdeps/x86_64/setjmp.S: Likewise.
4299 * include/math.h: Use IS_IN instead of IS_IN_libm.
4300 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4301 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4302 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4303 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4304 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4305 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4306 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4307 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4308 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4309 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4310 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4311 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4312 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4313 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4314 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4315 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4316 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4317 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4318 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4319 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4320 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4321 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4322 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4323 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4324 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4325 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4326 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4327 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4328 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4329 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4330 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4331 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4332 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4333 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4335 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4337 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4339 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4341 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4343 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4344 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4345 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4346 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4347 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4348 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4349 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4350 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4351 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4352 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4353 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4354 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4355 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4356 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4357 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4358 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4359 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4360 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4361 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4362 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4363 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4364 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4365 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4366 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4367 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4368 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4369 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4371 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4372 * nptl/pthreadP.h: Likewise.
4373 * nptl_db/structs.def: Likewise.
4374 * sysdeps/arm/sysdep.h: Likewise.
4375 * sysdeps/nptl/bits/libc-lock.h: Likewise.
4376 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4377 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4378 * sysdeps/unix/alpha/sysdep.h: Likewise.
4379 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4380 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4381 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4382 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4383 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4384 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4385 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4386 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4387 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4388 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4389 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4390 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4391 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4392 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4395 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4396 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4397 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4398 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4399 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4400 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4401 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4402 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4403 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4404 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4406 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4407 * nptl/pthreadP.h: Likewise.
4408 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4409 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4410 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4411 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4412 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4413 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4414 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4415 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4416 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4417 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4418 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4419 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4424 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4425 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4426 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4427 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4428 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4429 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4430 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4431 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4433 * dlfcn/dladdr.c: Use IS_IN.
4434 * dlfcn/dladdr1.c: Likewise.
4435 * dlfcn/dlclose.c: Likewise.
4436 * dlfcn/dlerror.c: Likewise.
4437 * dlfcn/dlinfo.c: Likewise.
4438 * dlfcn/dlmopen.c: Likewise.
4439 * dlfcn/dlopen.c: Likewise.
4440 * dlfcn/dlsym.c: Likewise.
4441 * dlfcn/dlvsym.c: Likewise.
4443 * include/ifaddrs.h: Use IS_IN.
4444 * inet/check_pf.c: Likewise.
4445 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4446 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4448 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4450 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4451 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4453 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4454 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4457 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4459 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4460 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4461 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4462 * include/libc-symbols.h (IS_IN_LIB): New macro.
4463 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4464 * include/netdb.h: Likewise.
4465 * include/stap-probe.h: Remove all uses of IN_LIB.
4467 * Makeconfig (module-cppflags-real): Define MODULE_NAME
4468 instead of IN_MODULE.
4469 * include/libc-symbols.h (IN_MODULE): Define using
4471 (PASTE_NAME, PASTE_NAME1): New macros.
4472 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4474 (STAP_PROBE_ASM): Likewise.
4476 2014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
4478 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4479 __mach_init in dlopened libc.
4481 2014-11-22 Mike Frysinger <vapier@gentoo.org>
4483 * sysdeps/arm/preconfigure.ac: Delete EABI check.
4484 * sysdeps/arm/preconfigure: Regenerate.
4486 2014-11-21 Roland McGrath <roland@hack.frob.com>
4488 * nptl/pthread_create.c (__pthread_create_2_1): Set
4489 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4490 when copying values from IATTR into PD.
4492 2014-11-21 Will Newton <will.newton@linaro.org>
4493 Andrew Pinski <andrew.pinski@caviumnetworks.com>
4495 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4496 Refactor inline-asm. Also add comment.
4498 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4499 ElfW macro instead of hardcoded Elf64 types.
4500 (la_aarch64_gnu_pltenter): Likewise.
4501 * sysdeps/aarch64/dl-machine.h
4502 (elf_machine_runtime_setup): Use ElfW(Addr).
4504 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4505 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4506 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4507 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4508 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4509 (R_AARCH64_TLS_DTPMOD64): Rename to ..
4510 (R_AARCH64_TLS_DTPMOD): This.
4511 (R_AARCH64_TLS_DTPREL64): Rename to ...
4512 (R_AARCH64_TLS_DTPREL): This.
4513 (R_AARCH64_TLS_TPREL64): Rename to ...
4514 (R_AARCH64_TLS_TPREL): This.
4515 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4516 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4517 R_AARCH64_TLS_TPREL64.
4518 (elf_machine_rela): Likewise.
4520 2014-11-21 Torvald Riegel <triegel@redhat.com>
4522 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4523 by setting it to 0. 64b atomics are not supported currently.
4525 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4528 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4529 search domain names.
4531 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4535 * resolv/res_query.c (__libc_res_nquerydomain): Retain
4537 * posix/tst-getaddrinfo5.c: New.
4538 * posix/Makefile (tests): Add it.
4540 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4544 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4545 after parsing line but before break_if_match.
4546 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4547 if there is a protocol mismatch.
4549 2014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4551 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4552 because the potential race is on the user-supplied stream.
4554 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4556 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4557 string literal if not passed a buffer.
4558 * manual/job.texi (ctermid): Update reasoning, note deviation
4559 from posix, suggest mtasurace when not passed a buffer, for
4560 future non-preliminary safety notes.
4562 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4564 * manual/users.texi (cuserid): Fix MT-Safety note for the case
4565 of not passing it a buffer.
4566 Reported by Peng Haitao.
4568 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4570 * manual/Makefile ($(objpfx)stamp-summary): Require
4571 check-safety.sh to pass.
4572 * manual/check-safety.sh: Wish for verification that every
4573 @deftypefn and @deftypefun is followed by a @safety remark.
4575 2014-11-20 Roland McGrath <roland@hack.frob.com>
4577 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4579 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4580 PTHREAD_CANCEL_ASYNCHRONOUS.
4581 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4584 * nptl/default-sched.h: New file.
4585 * sysdeps/unix/sysv/linux/default-sched.h: New file.
4586 * nptl/pthread_create.c: Include it.
4587 (__pthread_create_2_1): Use collect_default_sched instead of making
4588 Linux syscalls here directly.
4590 2014-11-20 Torvald Riegel <triegel@redhat.com>
4592 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4593 __pthread_once): Use C11 atomics.
4595 2014-11-20 Torvald Riegel <triegel@redhat.com>
4597 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4599 2014-11-20 Torvald Riegel <triegel@redhat.com>
4601 * include/atomic.h (__atomic_link_error, __atomic_check_size,
4602 atomic_thread_fence_acquire, atomic_thread_fence_release,
4603 atomic_thread_fence_seq_cst, atomic_load_relaxed,
4604 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4605 atomic_compare_exchange_weak_relaxed,
4606 atomic_compare_exchange_weak_acquire,
4607 atomic_compare_exchange_weak_release,
4608 atomic_exchange_acquire, atomic_exchange_release,
4609 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4610 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4611 atomic_fetch_and_acquire,
4612 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4614 2014-11-20 Torvald Riegel <triegel@redhat.com>
4616 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4617 USE_ATOMIC_COMPILER_BUILTINS): Define.
4618 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4619 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4620 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4621 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4622 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4623 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4624 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4625 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4626 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4627 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4628 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4629 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4630 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4631 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4632 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4633 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4634 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4635 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4636 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4637 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4638 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4639 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4640 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4641 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4642 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4643 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4644 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4645 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4646 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4647 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4648 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4649 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4650 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4651 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4652 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4653 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4654 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4655 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4656 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4657 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4659 2014-11-19 Roland McGrath <roland@hack.frob.com>
4661 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4662 the sched_priority value here. It was already checked when the user
4663 called pthread_attr_setschedparam.
4665 * nptl/tst-bad-schedattr.c: New file.
4666 * nptl/Makefile (tests): Add it.
4668 2014-11-19 Carlos O'Donell <carlos@redhat.com>
4669 Florian Weimer <fweimer@redhat.com>
4670 Joseph Myers <joseph@codesourcery.com>
4671 Adam Conrad <adconrad@0c3.net>
4672 Andreas Schwab <schwab@suse.de>
4673 Brooks <bmoses@google.com>
4676 * wordexp-test.c (__dso_handle): Add prototype.
4677 (__register_atfork): Likewise.
4678 (__app_register_atfork): New function.
4679 (registered_forks): New global.
4680 (register_fork): New function.
4681 (test_case): Add 3 new tests for WRDE_CMDSUB.
4682 (main): Call __app_register_atfork.
4683 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4684 fork count is non-zero fail the test.
4685 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4687 (parse_dollars): Remove check for WRDE_NOCMD.
4688 (parse_dquote): Likewise.
4690 2014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4692 * Makeconfig (built-modules): List non-library modules to be
4694 (module-cppflags): Include libc-modules.h for
4695 everything except shlib-versions.v.i.
4697 (before-compile): Add libc-modules.h.
4698 ($(common-objpfx)libc-modules.h,
4699 $(common-objpfx)libc-modules.stmp): New targets.
4700 (common-generated): Add libc-modules.h and libc-modules.stmp.
4701 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4702 * include/libc-symbols.h: Don't include libc-modules.h.
4703 * include/libc-modules.h: Remove file.
4704 * scripts/gen-libc-modules.awk: New script to generate
4706 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4707 Depend on libc-modules.stmp.
4709 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4711 * Makeconfig (in-module): Get value of libof set for the
4713 (CPPFLAGS): Use $(in-module).
4714 * Makerules: Don't suffix routine names for nonlib.
4715 * include/libc-modules.h: New file.
4716 * include/libc-symbols.h: Include libc-modules.h
4717 (IS_IN): New macro to replace IS_IN_* macros.
4718 * elf/Makefile: Set libof-* for each routine.
4719 * elf/rtld-Rules: Likewise.
4720 * extra-modules.mk: Likewise.
4721 * iconv/Makefile: Likewise.
4722 * iconvdata/Makefile: Likewise.
4723 * locale/Makefile: Likewise.
4724 * malloc/Makefile: Likewise.
4725 * nss/Makefile: Likewise.
4726 * sysdeps/gnu/Makefile: Likewise.
4727 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4728 * sysdeps/unix/sysv/linux/Makefile: Likewise.
4729 * sysdeps/s390/s390-64/Makefile: Likewise.
4730 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
4731 CPPFLAGS for nscd instead of nonlib.
4733 2014-11-18 Roland McGrath <roland@hack.frob.com>
4735 * nptl/createthread.c: New file.
4737 * nptl/createthread.c: Moved ...
4738 * sysdeps/unix/sysv/linux/createthread.c: ... here.
4740 * nptl/createthread.c: Add proper top-line comment.
4741 (do_clone): Folded into ...
4742 (create_thread): ... here. Take new arguments STOPPED_START and
4743 THREAD_RAN. Always set PD->stopped_start to something here. Don't
4744 increment __nptl_threads, do event-reporting logic, do
4745 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4746 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
4747 resource cleanup if sched_setaffinity or sched_setscheduler fails,
4748 just send SIGCANCEL.
4749 * nptl/pthread_create.c: Forward-declare create_thread before
4750 including createthread.c.
4751 (start_thread): Use new macro START_THREAD_DEFN to replace defining
4752 declaration, and new macro START_THREAD_SELF to replace argument.
4753 Remove return statement.
4754 (report_thread_creation): New function.
4755 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
4756 synchronization logic, and __nptl_nthreads increment here, around
4757 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
4758 PD->parent_cancelhandling here, before create_thread. When
4759 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4760 __deallocate_stack, and ENOMEM translation here.
4762 2014-11-18 Joseph Myers <joseph@codesourcery.com>
4765 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4766 (mptwo): Rename to __mptwo.
4767 (__inv): Use __mptwo instead of mptwo.
4768 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4769 (mptwo): Rename to __mptwo.
4770 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4771 of mpone and __mptwo instead of mptwo.
4772 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4774 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4775 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4776 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4777 of mpone and __mptwo instead of mptwo.
4778 (__mpranred): Use __mpone instead of mpone.
4779 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4781 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4782 (test-xfail-ISO99/math.h/linknamespace): Likewise.
4783 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4784 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4785 (test-xfail-ISO11/math.h/linknamespace): Likewise.
4786 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4787 (test-xfail-XPG3/math.h/linknamespace): Likewise.
4788 (test-xfail-XPG4/math.h/linknamespace): Likewise.
4789 (test-xfail-POSIX/math.h/linknamespace): Likewise.
4790 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4791 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4792 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4793 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4794 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4795 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4796 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4797 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4798 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4799 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4801 2014-11-18 Tom de Vries <tom@codesoucery.com>
4803 * manual/signal.texi (Primitives Interrupted by Signals): In section,
4804 replace BSD Handler xref with BSD Signal Handling.
4806 2014-11-17 Richard Henderson <rth@redhat.com>
4808 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4809 (_FP_PACK_RAW_2): Remove.
4810 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4811 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4812 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4813 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4814 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4815 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4816 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4817 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4818 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4819 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4820 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4821 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4822 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4823 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4824 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4825 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4827 2014-11-14 Roland McGrath <roland@hack.frob.com>
4829 * signal/signal.h [__USE_MISC]
4830 (struct sigvec): Remove type.
4831 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4832 (sigvec): Remove declaration.
4833 * sysdeps/posix/sigvec.c: Moved ...
4834 * signal/sigvec.c: ... here, replacing old file.
4835 (struct sigvec): New type, copied from old signal.h definition.
4836 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4837 (__sigvec): Convert definition to prototype.
4838 (sigvec): Replace weak_alias with compat_symbol.
4839 * signal/Versions (libc: GLIBC_2.21): New version set.
4840 * include/signal.h: Remove __sigvec declaration.
4841 * sysdeps/unix/bsd/sigvec.c: Remove file.
4842 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4843 * manual/signal.texi (BSD Handler): Remove subsection.
4844 Move siginterrupt up to ...
4845 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
4846 (Blocking in BSD): Fold subsection into its parent.
4847 * NEWS: Mention sigvec removal.
4849 2014-11-14 Joseph Myers <joseph@codesourcery.com>
4851 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4852 (DLA_FMS): Make definition conditional only on [__FMA4__].
4853 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4856 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4857 Make definition conditional only on [PROF].
4858 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4860 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4861 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4863 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4865 * include/signal.h (__sigpause): Move declaration above call to
4867 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4869 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4870 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4872 2014-11-14 David S. Miller <davem@davemloft.net>
4874 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4875 Define before including <string/memcpy.c> and <string/mempcpy.c>.
4877 2014-11-14 Joseph Myers <joseph@codesourcery.com>
4879 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4880 * configure: Regenerated.
4881 * manual/install.texi (Tools for Compilation): Document a
4882 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4883 compiler verified to work.
4884 * INSTALL: Regenerated.
4886 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4887 redeclare with asm name.
4888 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4889 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4890 including <string.h>.
4891 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4892 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4893 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4894 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4895 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4896 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4897 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4899 2014-11-13 Joseph Myers <joseph@codesourcery.com>
4901 * stdlib/strtol.c (__strtol): Use prototype definition.
4904 * stdlib/strtol.c (SYM__): New macro.
4906 (__strtol): Likewise.
4907 (strtol): Rename to __strtol and define as weak alias of
4908 __strtol. Use libc_hidden_weak.
4910 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4912 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4913 Use numbered labels in inline assembly.
4915 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4917 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4918 Add setjmp LIBC_PROBE.
4919 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4921 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4922 Add longjmp, longjmp_target LIBC_PROBE.
4923 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4926 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4928 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4929 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4930 to get rid of unused variable warning.
4932 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4934 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4935 Check for unwind_backtrace == NULL only in SHARED case.
4936 (__backchain_backtrace): Compile only in SHARED case.
4937 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4939 (__backchain_backtrace): Declare as static.
4941 2014-11-12 Roland McGrath <roland@hack.frob.com>
4943 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4944 (__libc_multiple_threads_ptr): Variable moved ...
4945 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4947 2014-11-12 Joseph Myers <joseph@codesourcery.com>
4949 * conform/GlibcConform.pm: New file.
4950 * conform/conformtest.pl: Use GlibcConform module.
4951 * conform/linknamespace.pl: New file.
4952 * conform/list-header-symbols.pl: Likewise.
4953 * conform/Makefile (linknamespace-symlists-base): New variable.
4954 (linknamespace-symlists-tests): Likewise.
4955 (linknamespace-header-base): Likewise.
4956 (linknamespace-header-tests): Likewise.
4957 (tests-special): Add new tests.
4958 ($(linknamespace-symlists-tests)): New rule.
4959 (linknamespace-libs): New variable.
4960 ($(objpfx)symlist-stdlibs): New rule.
4961 ($(linknamespace-header-tests)): Likewise.
4962 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4963 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4964 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4965 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4966 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4967 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4968 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4969 (test-xfail-ISO/math.h/linknamespace): Likewise.
4970 (test-xfail-ISO/signal.h/linknamespace): Likewise.
4971 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4972 (test-xfail-ISO/time.h/linknamespace): Likewise.
4973 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4974 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4975 (test-xfail-ISO99/math.h/linknamespace): Likewise.
4976 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4977 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4978 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4979 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4980 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4981 (test-xfail-ISO11/math.h/linknamespace): Likewise.
4982 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4983 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4984 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4985 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4986 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4987 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4988 (test-xfail-XPG3/math.h/linknamespace): Likewise.
4989 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4990 (test-xfail-XPG3/search.h/linknamespace): Likewise.
4991 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4992 (test-xfail-XPG3/time.h/linknamespace): Likewise.
4993 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4994 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4995 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4996 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4997 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4998 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4999 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5000 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5001 (test-xfail-XPG4/math.h/linknamespace): Likewise.
5002 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5003 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5004 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5005 (test-xfail-XPG4/search.h/linknamespace): Likewise.
5006 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5007 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5008 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5009 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5010 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5011 (test-xfail-XPG4/time.h/linknamespace): Likewise.
5012 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5013 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5014 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5015 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5016 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5017 (test-xfail-POSIX/math.h/linknamespace): Likewise.
5018 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5019 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5020 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5021 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5022 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5023 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5024 (test-xfail-POSIX/time.h/linknamespace): Likewise.
5025 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5026 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5027 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5028 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5029 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5030 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5031 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5032 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5033 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5034 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5035 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5036 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5037 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5038 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5039 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5040 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5041 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5042 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5043 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5044 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5045 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5046 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5047 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5048 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5049 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5050 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5051 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5052 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5053 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5054 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5055 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5056 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5057 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5058 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5059 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5060 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5061 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5062 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5063 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5064 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5065 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5066 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5067 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5068 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5069 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5070 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5071 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5072 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5073 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5074 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5075 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5076 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5077 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5078 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5079 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5080 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5081 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5082 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5083 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5084 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5085 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5086 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5087 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5088 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5089 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5090 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5091 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5092 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5093 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5094 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5095 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5096 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5097 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5098 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5099 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5100 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5101 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5102 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5103 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5104 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5105 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5106 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5107 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5108 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5109 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5110 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5111 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5112 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5113 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5114 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5115 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5116 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5117 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5118 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5119 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5120 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5121 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5122 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5125 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5129 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5130 (memmem): Rename to __memmem and define as weak alias of
5131 __memmem. Use libc_hidden_weak.
5132 (__memmem): Use libc_hidden_def.
5133 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
5134 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5138 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5139 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
5140 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5141 and define as weak alias of __fgets_unlocked. Use
5143 (__fgets_unlocked): Use libc_hidden_def.
5144 * include/stdio.h (__fgets_unlocked): Declare. Use
5146 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5147 __fgets_unlocked instead of fgets_unlocked.
5148 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5149 (GET_NPROCS_CONF_PARSER): Likewise.
5150 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5151 (GET_NPROCS_CONF_PARSER): Likewise.
5154 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5155 weak alias of __wmemset. Use libc_hidden_weak.
5156 (__wmemset): Use libc_hidden_def.
5157 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
5158 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5162 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5163 with asm name __mempcpy.
5164 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5167 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5168 and define as weak alias of __rawmemchr.
5169 (__rawmemchr): Do not define as strong alias of rawmemchr.
5172 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5174 (qsort): Call __qsort_r instead of qsort_r.
5175 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5176 (__qsort_r): Declare. Call libc_hidden_proto.
5177 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5179 * nscd/gai.c (__qsort_r): Define to qsort_r.
5180 * posix/tst-rfc3484.c (__qsort_r): Likewise.
5181 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5182 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5185 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5186 define as weak alias of __malloc_info.
5189 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5190 as weak alias of __rewinddir. Don't use libc_hidden_def.
5191 (__rewinddir): Use libc_hidden_def.
5192 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5193 as weak alias of __rewinddir. Don't use libc_hidden_def.
5194 (__rewinddir): Use libc_hidden_def.
5195 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5196 weak alias of __rewinddir. Don't use libc_hidden_def.
5197 (__rewinddir): Use libc_hidden_def.
5198 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5199 (__rewinddir): Use libc_hidden_proto.
5200 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5202 (__getcwd): Use __rewinddir instead of rewinddir.
5205 * libio/fileno.c (fileno): Rename to __fileno and define as weak
5206 alias of __fileno. Use libc_hidden_weak.
5207 (__fileno): Use libc_hidden_def.
5208 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5209 * libio/ftello.c (ftello): Rename to __ftello and define as weak
5211 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5213 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5214 (__fread_unlocked): Define as strong alias of _IO_fread. Use
5216 (fread_unlocked): Don't use libc_hidden_ver.
5217 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5218 and define as weak alias of __fread_unlocked. Don't use
5220 (__fread_unlocked): Use libc_hidden_def.
5221 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
5222 (ftello): Don't use libc_hidden_proto.
5223 (__ftello): Declare. Use libc_hidden_proto.
5224 (fread_unlocked): Don't use libc_hidden_proto.
5225 (__fread_unlocked): Declare. Use libc_hidden_proto.
5226 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5227 and __ftello instead of fileno, fread_unlocked and ftello.
5229 2012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
5231 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5233 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5235 (_dl_start_user): Likewise.
5236 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5238 2014-11-12 Carlos O'Donell <carlos@redhat.com>
5239 Siddhesh Poyarekar <siddhesh@redhat.com>
5241 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5242 Move argv and envp down instead of moving argc up.
5243 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5245 2014-11-12 Leonhard Holz <leonhard.holz@web.de>
5248 * test-skeleton.c (main): Return successful if one of
5249 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5250 * string/tst-strcoll-overflow.c: Define expected status.
5252 2014-11-12 Tatiana Udalova <t.udalova@samsung.com>
5255 * locale/iso-639.def: Define Bhili and Tulu language codes.
5257 2014-11-11 Alan Hayward <alan.hayward@arm.com>
5259 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5261 2014-11-10 Renlin Li <Renlin.Li@arm.com>
5264 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5266 2014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
5268 * configure.ac: Updated check of minimal required version to
5270 * manual/install.texi (Tools for Compilation): Updated version
5272 * configure: Regenerated.
5273 * INSTALL: Likewise.
5275 2014-11-07 Andreas Schwab <schwab@linux-m68k.org>
5277 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5280 2014-11-07 Joseph Myers <joseph@codesourcery.com>
5282 * include/sys/wait.h (__libc_waitpid): Remove declaration.
5283 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5284 (__waitpid): Don't define as alias. Use libc_hidden_def not
5286 (waitpid): Define as alias of __waitpid.
5287 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5289 (__waitpid): Don't define as alias. Use libc_hidden_def not
5291 (waitpid): Define as alias of __waitpid.
5292 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5293 __libc_waitpid alias.
5294 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5295 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5297 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5298 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5299 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5301 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5303 (__waitpid): Don't define as alias. Use libc_hidden_def not
5305 (waitpid): Define as alias of __waitpid.
5307 2014-11-06 Carlos O'Donell <carlos@redhat.com>
5309 * manual/llio.texi: Add comment that write safety has been
5312 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5313 (localplt-build-dso): Add elf/ld.so.
5314 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5315 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5317 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5318 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5321 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5323 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5324 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5325 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5326 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5327 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5328 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5329 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5330 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5331 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5332 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5333 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5335 2014-11-05 Joseph Myers <joseph@codesourcery.com>
5338 * include/libc-symbols.h (INTUSE): Remove macro.
5340 (INTVARDEF): Likewise.
5341 (_INTVARDEF): Likewise.
5342 (INTDEF2): Likewise.
5343 (INTVARDEF2): Likewise.
5344 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5345 rtld_hidden_def instead of INTVARDEF.
5346 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5347 (_dl_starting_up_internal): Remove declaration.
5348 (_dl_starting_up): Use rtld_hidden_proto.
5349 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5351 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5352 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5354 * elf/dl-writev.h (_dl_writev): Likewise.
5355 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5356 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5357 _dl_starting_up_internal.
5359 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5361 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5364 2014-11-05 Will Newton <will.newton@linaro.org>
5366 * benchtests/Makefile: (bench-malloc): Add malloc thread
5367 scalability benchmark.
5368 * benchtests/bench-malloc-threads.c: New file.
5370 2014-11-05 Richard Earnshaw <rearnsha@arm.com>
5372 * sysdeps/aarch64/strchrnul.S: New file.
5374 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5376 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5378 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5380 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5382 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5384 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5386 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5389 2014-11-05 Arjun Shankar <arjun.is@lostca.se>
5391 * catgets/test-gencat.c: Use test-skeleton.c.
5392 * catgets/tst-catgets.c: Likewise.
5393 * csu/tst-empty.c: Likewise.
5394 * elf/tst-audit2.c: Likewise.
5395 * elf/tst-global1.c: Likewise.
5396 * elf/tst-pathopt.c: Likewise.
5397 * elf/tst-piemod1.c: Likewise.
5398 * elf/tst-tls10.c: Likewise.
5399 * elf/tst-tls11.c: Likewise.
5400 * elf/tst-tls12.c: Likewise.
5401 * gnulib/tst-gcc.c: Likewise.
5402 * iconvdata/tst-e2big.c: Likewise.
5403 * iconvdata/tst-loading.c: Likewise.
5404 * iconv/tst-iconv1.c: Likewise.
5405 * iconv/tst-iconv2.c: Likewise.
5406 * inet/test-inet6_opt.c: Likewise.
5407 * inet/tst-gethnm.c: Likewise.
5408 * inet/tst-network.c: Likewise.
5409 * inet/tst-ntoa.c: Likewise.
5410 * intl/tst-codeset.c: Likewise.
5411 * intl/tst-gettext2.c: Likewise.
5412 * intl/tst-gettext3.c: Likewise.
5413 * intl/tst-ngettext.c: Likewise.
5414 * intl/tst-translit.c: Likewise.
5415 * io/test-stat.c: Likewise.
5416 * libio/test-fmemopen.c: Likewise.
5417 * libio/tst-freopen.c: Likewise.
5418 * libio/tst-sscanf.c: Likewise.
5419 * libio/tst-ungetwc1.c: Likewise.
5420 * libio/tst-ungetwc2.c: Likewise.
5421 * libio/tst-widetext.c: Likewise.
5422 * localedata/tst-ctype.c: Likewise.
5423 * localedata/tst-digits.c: Likewise.
5424 * localedata/tst-leaks.c: Likewise.
5425 * localedata/tst-mbswcs1.c: Likewise.
5426 * localedata/tst-mbswcs2.c: Likewise.
5427 * localedata/tst-mbswcs3.c: Likewise.
5428 * localedata/tst-mbswcs4.c: Likewise.
5429 * localedata/tst-mbswcs5.c: Likewise.
5430 * localedata/tst-setlocale.c: Likewise.
5431 * localedata/tst-trans.c: Likewise.
5432 * localedata/tst-wctype.c: Likewise.
5433 * localedata/tst-xlocale1.c: Likewise.
5434 * login/tst-grantpt.c: Likewise.
5435 * malloc/tst-calloc.c: Likewise.
5436 * malloc/tst-malloc.c: Likewise.
5437 * malloc/tst-mallocstate.c: Likewise.
5438 * malloc/tst-mcheck.c: Likewise.
5439 * malloc/tst-mtrace.c: Likewise.
5440 * malloc/tst-obstack.c: Likewise.
5441 * math/atest-exp2.c: Likewise.
5442 * math/atest-exp.c: Likewise.
5443 * math/atest-sincos.c: Likewise.
5444 * math/test-matherr.c: Likewise.
5445 * math/test-misc.c: Likewise.
5446 * math/test-powl.c: Likewise.
5447 * math/tst-definitions.c: Likewise.
5448 * misc/tst-dirname.c: Likewise.
5449 * misc/tst-efgcvt.c: Likewise.
5450 * misc/tst-fdset.c: Likewise.
5451 * misc/tst-hsearch.c: Likewise.
5452 * misc/tst-mntent2.c: Likewise.
5453 * nptl/tst-sem7.c: Likewise.
5454 * nptl/tst-sem8.c: Likewise.
5455 * nptl/tst-sem9.c: Likewise.
5456 * nss/test-netdb.c: Likewise.
5457 * posix/tst-fnmatch.c: Likewise.
5458 * posix/tst-getlogin.c: Likewise.
5459 * posix/tst-gnuglob.c: Likewise.
5460 * posix/tst-mmap.c: Likewise.
5461 * pwd/tst-getpw.c: Likewise.
5462 * resolv/tst-inet_ntop.c: Likewise.
5463 * rt/tst-timer.c: Likewise.
5464 * stdio-common/test-fseek.c: Likewise.
5465 * stdio-common/test-popen.c: Likewise.
5466 * stdio-common/test-vfprintf.c: Likewise.
5467 * stdio-common/tst-cookie.c: Likewise.
5468 * stdio-common/tst-fileno.c: Likewise.
5469 * stdio-common/tst-gets.c: Likewise.
5470 * stdio-common/tst-obprintf.c: Likewise.
5471 * stdio-common/tst-perror.c: Likewise.
5472 * stdio-common/tst-sprintf2.c: Likewise.
5473 * stdio-common/tst-sprintf3.c: Likewise.
5474 * stdio-common/tst-sprintf.c: Likewise.
5475 * stdio-common/tst-swprintf.c: Likewise.
5476 * stdio-common/tst-tmpnam.c: Likewise.
5477 * stdio-common/tst-unbputc.c: Likewise.
5478 * stdio-common/tst-wc-printf.c: Likewise.
5479 * stdlib/tst-environ.c: Likewise.
5480 * stdlib/tst-fmtmsg.c: Likewise.
5481 * stdlib/tst-limits.c: Likewise.
5482 * stdlib/tst-rand48-2.c: Likewise.
5483 * stdlib/tst-rand48.c: Likewise.
5484 * stdlib/tst-random2.c: Likewise.
5485 * stdlib/tst-random.c: Likewise.
5486 * stdlib/tst-strtol.c: Likewise.
5487 * stdlib/tst-strtoll.c: Likewise.
5488 * stdlib/tst-tls-atexit.c: Likewise.
5489 * stdlib/tst-xpg-basename.c: Likewise.
5490 * string/test-ffs.c: Likewise.
5491 * string/tst-bswap.c: Likewise.
5492 * string/tst-inlcall.c: Likewise.
5493 * string/tst-strtok.c: Likewise.
5494 * string/tst-strxfrm.c: Likewise.
5495 * sysdeps/x86_64/tst-audit10.c: Likewise.
5496 * sysdeps/x86_64/tst-audit3.c: Likewise.
5497 * sysdeps/x86_64/tst-audit4.c: Likewise.
5498 * sysdeps/x86_64/tst-audit5.c: Likewise.
5499 * time/tst-ftime_l.c: Likewise.
5500 * time/tst-getdate.c: Likewise.
5501 * time/tst-mktime3.c: Likewise.
5502 * time/tst-mktime.c: Likewise.
5503 * time/tst-posixtz.c: Likewise.
5504 * time/tst-strptime2.c: Likewise.
5505 * time/tst-strptime3.c: Likewise.
5506 * wcsmbs/tst-btowc.c: Likewise.
5507 * wcsmbs/tst-mbrtowc.c: Likewise.
5508 * wcsmbs/tst-mbsrtowcs.c: Likewise.
5509 * wcsmbs/tst-wchar-h.c: Likewise.
5510 * wcsmbs/tst-wcpncpy.c: Likewise.
5511 * wcsmbs/tst-wcrtomb.c: Likewise.
5512 * wcsmbs/tst-wcsnlen.c: Likewise.
5513 * wcsmbs/tst-wcstof.c: Likewise.
5515 2014-11-04 Joseph Myers <joseph@codesourcery.com>
5518 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5520 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5522 (_dl_mcount): Use rtld_hidden_proto.
5523 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5525 * elf/rtld.c (_rtld_global_ro): Likewise.
5528 * elf/dl-init.c (_dl_init): Don't use INTDEF.
5529 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5530 of _dl_init_internal.
5531 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5532 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5533 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5534 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5535 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5536 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5537 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5538 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5539 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5540 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5541 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5542 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5543 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5544 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5545 * sysdeps/tile/dl-start.S (_start): Likewise.
5546 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5547 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5550 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5551 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5552 (rtld_progname): Make macro definition unconditional.
5553 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5555 (dlmopen_doit): Do not use INTUSE with _dl_argv.
5556 (dl_main): Likewise.
5557 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5558 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5559 instead of _dl_argv_internal.
5560 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5561 __GI__dl_argv instead of INTUSE(_dl_argv).
5562 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5563 __GI__dl_argv instead of _dl_argv_internal.
5565 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5566 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5568 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5569 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5571 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5572 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5574 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5575 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5577 2014-11-04 Andreas Schwab <schwab@suse.de>
5579 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5581 2014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5583 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5584 mtvsrd instruction in binary form.
5586 2014-11-03 Andreas Schwab <schwab@suse.de>
5589 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5590 for less than MB_LEN_MAX use a local buffer of that size.
5591 * libio/tst-fputws.c: New file.
5592 * libio/Makefile (tests): Add tst-fputws.
5594 2014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
5596 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5597 the size of the fpu_fr.fpu_dregs[] array.
5599 2014-11-01 Joseph Myers <joseph@codesourcery.com>
5601 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5602 (__nanosleep): Do not define as alias.
5603 (nanosleep): Define as alias of __nanosleep.
5604 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5605 __libc_nanosleep name.
5607 2014-10-31 Joseph Myers <joseph@codesourcery.com>
5609 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5610 install.texi in comment.
5612 2014-10-31 Torvald Riegel <triegel@redhat.com>
5614 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5615 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5616 ... add here and use lwsync or sync ...
5617 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5618 ... and add here using lwsync.
5620 2014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
5622 * elf/dl-machine-reject-phdr.h: New file.
5623 * elf/dl-load.c: #include that.
5624 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5625 if that returned true.
5627 2014-10-31 Roland McGrath <roland@hack.frob.com>
5630 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5631 gen-as-const-headers chunk. Add a big scare comment after the last
5632 safe place to touch before-compile.
5634 2014-10-31 Joseph Myers <joseph@codesourcery.com>
5636 * manual/install.texi (Tools for Compilation): Update autoconf
5637 version requirements.
5638 * INSTALL: Regenerated.
5640 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5641 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5642 (__libc_pselect): Likewise.
5645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5650 2014-10-31 Torvald Riegel <triegel@redhat.com>
5652 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5653 correct barrier instruction.
5654 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5656 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5659 2014-10-30 Roland McGrath <roland@hack.frob.com>
5661 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5662 after defining inlines. Instead, just use parens to defeat macro
5663 expansion of __isctype in its declaration.
5665 2014-10-30 Joseph Myers <joseph@codesourcery.com>
5667 * include/sys/uio.h (__libc_readv): Remove declaration.
5668 (__libc_writev): Likewise.
5669 * misc/readv.c (__libc_readv): Rename to __readv.
5670 (__readv): Do not define as alias.
5671 (readv): Define as alias of __readv.
5672 * misc/writev.c (__libc_writev): Rename to __writev.
5673 (__writev): Do not define as alias.
5674 (writev): Define as alias of __writev.
5675 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5676 (__readv): Do not define as alias.
5677 (readv): Define unconditionally as alias of __readv.
5678 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5679 (__writev): Do not define as alias.
5680 (writev): Define unconditionally as alias of __writev.
5681 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5683 (writev): Do not define __libc_writev name.
5685 2014-10-30 Roland McGrath <roland@hack.frob.com>
5687 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5688 (convert_charseq): New function, broken out of ...
5689 (use_from_charmap): ... here. Call it.
5690 (use_to_charmap): Use convert_charseq and free instead of duplicating
5691 its code with a variable-length stack struct.
5693 2014-10-30 Joseph Myers <joseph@codesourcery.com>
5695 * include/fcntl.h (__libc_creat): Remove declaration.
5696 * io/creat.c (__libc_creat): Rename to creat.
5697 (creat): Do not define as alias.
5698 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5699 of creat instead of __libc_creat.
5700 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5702 (creat): Do not define as alias.
5703 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5705 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5707 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5710 2014-10-29 Carlos O'Donell <carlos@redhat.com>
5712 * manual/llio.texi: Add comments discussing why write() may be
5713 considered MT-unsafe on Linux.
5715 2014-10-28 Carlos O'Donell <carlos@redhat.com>
5717 * dl-load.c (local_strdup): Remove.
5718 (expand_dynamic_string_token): Use __strdup.
5719 (decompose_rpath): Likewise.
5720 (_dl_map_object): Likewise.
5722 2014-10-28 Joseph Myers <joseph@codesourcery.com>
5725 * sysdeps/generic/unwind-dw2-fde.c
5726 (__register_frame_info_bases_internal): Do not declare.
5727 (__register_frame_info_table_bases_internal): Likewise.
5728 (__deregister_frame_info_bases_internal): Likewise.
5729 (__register_frame_info_bases): Declare and use hidden_proto before
5730 definition. Use hidden_def instead of INTDEF.
5731 (__register_frame_info_table_bases): Likewise.
5732 (__deregister_frame_info_bases): Likewise.
5733 (__register_frame_info): Do not use INTUSE.
5734 (__register_frame): Likewise.
5735 (__register_frame_info_table): Likewise.
5736 (__register_frame_table): Likewise.
5737 (__deregister_frame_info): Likewise.
5738 (__deregister_frame): Likewise.
5740 2014-10-27 Gratian Crisan <gratian.crisan@ni.com>
5742 * sysdeps/unix/sysv/linux/arm/kernel-features.h
5743 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5745 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5747 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5750 2014-10-27 Joseph Myers <joseph@codesourcery.com>
5753 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5754 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5755 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5756 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5757 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5758 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5759 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5760 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5761 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5762 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5763 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5764 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5765 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5767 (setfsuid): Likewise.
5768 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5769 (setfsuid): Likewise.
5770 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5771 (setfsuid): Likewise.
5772 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5774 (setfsuid): Likewise.
5775 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5776 (setfsuid): Likewise.
5777 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5779 (setfsuid): Likewise.
5781 2014-10-27 Andreas Schwab <schwab@suse.de>
5784 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5785 check for Slow_SSE4_2 feature bit.
5786 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5787 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5788 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5789 Likewise. Fix check for Fast_Unaligned_Load feature bit.
5791 2014-10-24 Roland McGrath <roland@hack.frob.com>
5793 * configure.ac: Validate compiler version with a empirical test of
5794 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5796 * configure: Regenerated.
5798 * inet/htons.c (htons): Prototypify.
5799 * inet/htonl.c (htonl): Likewise.
5801 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5803 * string/strncat.c (strncat): Improve performance by using strlen.
5805 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5807 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5809 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5811 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5812 Call libc_fetestexcept_aarch64.
5814 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5816 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5817 Call libc_feholdexcept_aarch64.
5819 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5821 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5822 Call get_rounding_mode.
5824 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5826 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5829 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5831 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5834 2014-10-24 Joseph Myers <joseph@codesourcery.com>
5837 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5838 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5839 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5840 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5841 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5842 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5843 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5844 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5845 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5846 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5847 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5848 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5849 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5850 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5851 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5852 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5853 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5854 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5855 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5856 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5857 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5858 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5859 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5860 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5861 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5862 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5863 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5864 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5865 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5866 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5867 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5868 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5869 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5870 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5871 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5872 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5873 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5874 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5875 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5876 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5877 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5879 (geteuid): Likewise.
5882 (getresgid): Likewise.
5883 (getresuid): Likewise.
5884 (getgroups): Likewise.
5885 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5886 (geteuid): Likewise.
5889 (getresgid): Likewise.
5890 (getresuid): Likewise.
5891 (getgroups): Likewise.
5892 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5893 (geteuid): Likewise.
5896 (getresgid): Likewise.
5897 (getresuid): Likewise.
5898 (getgroups): Likewise.
5899 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5901 (geteuid): Likewise.
5904 (getresgid): Likewise.
5905 (getresuid): Likewise.
5906 (getgroups): Likewise.
5907 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5908 (geteuid): Likewise.
5911 (getresgid): Likewise.
5912 (getresuid): Likewise.
5913 (getgroups): Likewise.
5914 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5916 (geteuid): Likewise.
5919 (getgroups): Likewise.
5922 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5923 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5924 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5925 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5926 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5927 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5928 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5929 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5930 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5931 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5932 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5933 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5934 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5936 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5939 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5943 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5946 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5951 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5953 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5956 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5958 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5961 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5963 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5964 Remove unused include.
5966 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5968 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5969 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5970 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5971 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5973 2014-10-23 Carlos O'Donell <carlos@systemhalted.org>
5974 Helge Deller <deller@gmx.de>
5977 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5978 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5979 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5981 2014-10-23 Joseph Myers <joseph@codesourcery.com>
5984 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5985 Remove macro definition.
5986 (__ashrdi3_v_glibc20): Likewise.
5987 (__lshrdi3_v_glibc20): Likewise.
5988 (__cmpdi2_v_glibc20): Likewise.
5989 (__ucmpdi2_v_glibc20): Likewise.
5990 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5991 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5992 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5993 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5994 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5995 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5997 2014-10-22 Roland McGrath <roland@hack.frob.com>
5999 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6000 old GNU extension [0] syntax.
6001 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6002 alloca rather than an array member with variable length.
6003 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6004 * nscd/nscd.c (invalidate_db): New function, broken out of ...
6005 (parse_opt): ... here. Likewise use alloca there.
6006 Validate the -i argument before checking for rootness.
6007 (send_shutdown): New function, broken out of ...
6008 (parse_opt): ... here.
6010 2014-10-22 Roland McGrath <roland@hack.frob.com>
6012 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6013 macro to get at the _rt_local_ro field.
6014 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6015 ([PIC] case) or _dl_hwcap ([!PIC] case).
6016 * sysdeps/arm/setjmp.S: Likewise.
6018 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6019 * sysdeps/arm/configure.ac: New check to define it.
6020 * sysdeps/arm/configure: Regenerated.
6021 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6022 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6023 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6024 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6025 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6026 Use move/movt pair instead of a load.
6027 (LDST_GLOBAL): Macro removed.
6028 (LDR_GLOBAL): New macro replaces it.
6029 (LDR_HIDDEN): New macro.
6030 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6031 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6033 * setjmp/tst-setjmp-static.c: New file.
6034 * setjmp/Makefile (tests): Add it.
6035 (tests-static): New variable.
6037 2014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
6040 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6042 2014-10-21 Joseph Myers <joseph@codesourcery.com>
6045 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6047 2014-10-21 Roland McGrath <roland@hack.frob.com>
6049 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6051 2014-10-20 Roland McGrath <roland@hack.frob.com>
6053 * io/fts.c (dirent_not_directory): New function.
6054 (fts_build): Call it.
6056 2014-10-20 Roland McGrath <roland@hack.frob.com>
6058 * nptl/version.c (__nptl_main): Use normal __write rather than
6060 (banner): Update copyright years.
6062 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6064 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6065 * nptl/pthread_cond_timedwait.c: Likewise.
6066 * nptl/pthread_mutex_timedlock.c: Likewise.
6067 * nptl/sem_timedwait.c: Likewise.
6069 * sysdeps/nptl/bits/libc-lock.h
6070 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6071 (__libc_lock_init_recursive): Return void, not 0.
6072 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6073 (__libc_rwlock_init): Likewise.
6074 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6076 2014-10-20 Torvald Riegel <triegel@redhat.com>
6079 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6080 (__pthread_once_slow): ... here.
6081 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6082 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6084 2014-10-20 Torvald Riegel <triegel@redhat.com>
6087 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6088 __PTHREAD_ONCE_FORK_GEN_INCR): New.
6089 * sysdeps/nptl/fork.c (__libc_fork): Use them.
6090 * nptl/pthread_once.c (__pthread_once): Likewise.
6093 2014-10-20 Joseph Myers <joseph@codesourcery.com>
6096 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6098 (writev): Use __libc_writev as strong name.
6099 * sysdeps/unix/sysv/linux/readv.c: Remove file.
6100 * sysdeps/unix/sysv/linux/writev.c: Likewise.
6102 2014-10-17 Roland McGrath <roland@hack.frob.com>
6104 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6106 * sysdeps/i386/nptl/tls.h
6107 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6108 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6110 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6111 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6112 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6113 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6114 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6115 Call CHECK_THREAD_SYSINFO instead of doing an assert.
6117 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6118 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6120 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6122 (__pthread_mutex_init): ... here. Call it.
6123 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6124 Conditionalize PI cases on [__NR_futex].
6125 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6126 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6127 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6129 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6130 conditional on [SIGSETXID].
6131 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6132 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6133 is defined. Likewise for SIGSETXID.
6134 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6135 Conditionalize definitions on [SIGSETXID].
6136 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6137 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6138 unblocking on [SIGCANCEL].
6140 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6141 [__NR_set_robust_list].
6143 2014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
6145 * string/strcoll_l.c (get_next_seq): Fix up formatting.
6146 (do_compare): Likewise.
6148 2014-10-17 Leonhard Holz <leonhard.holz@web.de>
6151 * string/strcoll_l.c: Don't include stdio.h.
6152 (coll_seq): Remove members idxarr and rulearr.
6153 (get_next_seq_cached): Remove function.
6154 (get_next_seq): Likewise.
6155 (get_next_seq_nocache): Rename to get_next_seq.
6156 (do_compare): Remove function.
6157 (do_compare_nocache): Rename to do_compare.
6158 (STRCOLL): Remove weight and rules cache.
6160 2014-10-16 Roland McGrath <roland@hack.frob.com>
6162 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6163 * sysdeps/arm/sfp-machine.h: ... to here.
6164 * sysdeps/arm/Implies: Remove arm/soft-fp.
6166 2014-10-14 Joseph Myers <joseph@codesourcery.com>
6168 * conform/data/sys/utsname.h-data (*_t): Allow.
6169 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6170 [POSIX] (WEXITED): Do not expect constant.
6171 [POSIX] (WSTOPPED): Likewise.
6172 [POSIX] (WNOHANG): Likewise.
6173 [POSIX] (WNOWAIT): Likewise.
6174 [POSIX] (siginfo_t): Do not expect type or elements.
6175 [POSIX] (pid_t): Do not expect type.
6176 [POSIX] (signal.h): Do not allow header.
6177 [POSIX] (sys/resource.h): Likewise.
6178 [POSIX] (si_*): Do not allow pattern.
6179 [POSIX] (W*): Likewise.
6180 [POSIX] (P_*): Likewise.
6181 [POSIX] (BUS_*): Likewise.
6182 [POSIX] (CLD_*): Likewise.
6183 [POSIX] (FPE_*): Likewise.
6184 [POSIX] (ILL_*): Likewise.
6185 [POSIX] (POLL_*): Likewise.
6186 [POSIX] (SEGV_*): Likewise.
6187 [POSIX] (SI_*): Likewise.
6188 [POSIX] (TRAP_*): Likewise.
6189 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6192 2014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6195 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6196 infinite loop when __recvmsg returns 0.
6198 2014-10-10 Joseph Myers <joseph@codesourcery.com>
6200 * CANCEL-FCT-WAIVE: Remove file.
6201 * CANCEL-FILE-WAIVE: Likewise.
6204 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6205 instead of INTVARDEF.
6206 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6207 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6208 rtld_hidden_data_def instead of INTVARDEF.
6209 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6210 * elf/dl-deps.c (expand_dst): Likewise.
6211 * elf/dl-load.c (_dl_dst_count): Likewise.
6212 (_dl_dst_substitute): Likewise.
6213 (decompose_rpath): Likewise.
6214 (_dl_init_paths): Likewise.
6215 (open_path): Likewise.
6216 (_dl_map_object): Likewise.
6217 * elf/rtld.c (dl_main): Likewise.
6218 (process_dl_audit): Likewise.
6219 (process_envvars): Likewise.
6220 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6222 (__libc_enable_secure): Use rtld_hidden_proto.
6224 2014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6227 (add_path): New function broken out of _dl_rtld_di_serinfo.
6228 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
6230 2014-10-09 Joseph Myers <joseph@codesourcery.com>
6232 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6233 parentheses around macro arguments.
6234 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6235 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6236 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6237 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6238 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6239 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6240 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6241 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6242 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6243 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6244 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6245 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6246 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6247 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6248 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6249 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6250 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6251 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6252 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6253 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6254 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6255 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6256 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6257 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6258 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6259 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6260 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6261 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6262 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6263 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6264 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6265 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6266 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6267 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6268 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6269 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6271 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6272 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6273 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6274 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6275 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6276 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6277 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6278 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6279 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6280 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6281 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6282 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6283 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6284 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6285 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6286 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6287 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6288 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6289 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6290 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6291 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6292 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6293 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6294 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6295 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6296 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6297 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6298 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6299 (_FP_FRAC_SRS_1): Likewise.
6300 (_FP_FRAC_CLZ_1): Likewise.
6301 (_FP_MUL_MEAT_1_imm): Likewise.
6302 (_FP_MUL_MEAT_1_wide): Likewise.
6303 (_FP_MUL_MEAT_1_hard): Likewise.
6304 (_FP_SQRT_MEAT_1): Likewise.
6305 (_FP_FRAC_ASSEMBLE_1): Likewise.
6306 (_FP_FRAC_DISASSEMBLE_1): Likewise.
6307 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6308 (__FP_CLZ_2): Likewise.
6309 (_FP_MUL_MEAT_2_wide): Likewise.
6310 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6311 (_FP_MUL_MEAT_2_gmp): Likewise.
6312 (_FP_MUL_MEAT_2_120_240_double): Likewise.
6313 (_FP_SQRT_MEAT_2): Likewise.
6314 (_FP_FRAC_ASSEMBLE_2): Likewise.
6315 (_FP_FRAC_DISASSEMBLE_2): Likewise.
6316 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6317 (_FP_FRAC_CLZ_4): Likewise.
6318 (_FP_MUL_MEAT_4_wide): Likewise.
6319 (_FP_MUL_MEAT_4_gmp): Likewise.
6320 (_FP_SQRT_MEAT_4): Likewise.
6321 (_FP_FRAC_ASSEMBLE_4): Likewise.
6322 (_FP_FRAC_DISASSEMBLE_4): Likewise.
6323 * soft-fp/op-common.h (_FP_CMP): Likewise.
6324 (_FP_CMP_EQ): Likewise.
6325 (_FP_CMP_UNORD): Likewise.
6326 (_FP_TO_INT): Likewise.
6327 (_FP_FROM_INT): Likewise.
6328 [!__FP_CLZ] (__FP_CLZ): Likewise.
6329 (_FP_DIV_HELP_imm): Likewise.
6330 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6332 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6333 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6334 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6335 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6336 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6337 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6338 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6339 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6340 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6341 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6342 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6343 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6344 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6345 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6346 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6347 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6348 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6349 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6350 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6351 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6352 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6353 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6354 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6355 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6356 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6357 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6358 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6359 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6360 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6361 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6362 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6363 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6364 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6365 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6366 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6367 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6368 (FP_UNPACK_RAW_SP): Likewise.
6369 (FP_PACK_RAW_S): Likewise.
6370 (FP_PACK_RAW_SP): Likewise.
6371 (FP_UNPACK_S): Likewise.
6372 (FP_UNPACK_SP): Likewise.
6373 (FP_UNPACK_SEMIRAW_S): Likewise.
6374 (FP_UNPACK_SEMIRAW_SP): Likewise.
6375 (FP_PACK_S): Likewise.
6376 (FP_PACK_SP): Likewise.
6377 (FP_PACK_SEMIRAW_S): Likewise.
6378 (FP_PACK_SEMIRAW_SP): Likewise.
6379 (_FP_SQRT_MEAT_S): Likewise.
6380 (FP_CMP_S): Likewise.
6381 (FP_CMP_EQ_S): Likewise.
6382 (FP_CMP_UNORD_S): Likewise.
6383 (FP_TO_INT_S): Likewise.
6384 (FP_FROM_INT_S): Likewise.
6386 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6388 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6389 (FP_EX_INVALID_IMZ): Likewise.
6390 (FP_EX_INVALID_IMZ_FMA): Likewise.
6391 (FP_EX_INVALID_ISI): Likewise.
6392 (FP_EX_INVALID_ZDZ): Likewise.
6393 (FP_EX_INVALID_IDI): Likewise.
6394 (FP_EX_INVALID_SQRT): Likewise.
6395 (FP_EX_INVALID_CVI): Likewise.
6396 (FP_EX_INVALID_VC): Likewise.
6397 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6398 "invalid" exceptions.
6399 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6400 (_FP_ADD_INTERNAL): Likewise.
6401 (_FP_MUL): Likewise.
6402 (_FP_FMA): Likewise.
6403 (_FP_DIV): Likewise.
6404 (_FP_CMP_CHECK_NAN): Likewise.
6405 (_FP_SQRT): Likewise.
6406 (_FP_TO_INT): Likewise.
6407 (FP_EXTEND): Likewise.
6409 2014-10-09 Allan McRae <allan@archlinux.org>
6411 * po/fr.po: Update French translation from translation project.
6413 2014-10-09 Joseph Myers <joseph@codesourcery.com>
6416 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6418 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6419 (__cxa_atexit): Use libc_hidden_proto.
6420 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6423 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6425 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6426 [!_ISOMAC] (__iswspace_l_internal): Likewise.
6427 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6428 [!_ISOMAC] (__iswctype_internal): Likewise.
6429 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6430 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6432 (fcntl): Remove __fcntl_internal alias.
6433 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6434 __connect_internal alias.
6435 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6438 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6439 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6441 (_FP_CHECK_FLUSH_ZERO): New macro.
6442 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6443 (_FP_CMP): Likewise.
6444 (_FP_CMP_EQ): Likewise.
6445 (_FP_TO_INT): Do not set inexact for subnormal arguments if
6447 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6448 (FP_TRUNC): Likewise.
6450 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6451 treated as invalid conversion, not as normal exponent.
6453 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6454 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
6455 (_FP_CMP_EQ): Likewise.
6456 (_FP_CMP_UNORD): Likewise.
6457 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6458 (FP_CMP_EQ_D): Likewise.
6459 (FP_CMP_UNORD_D): Likewise.
6460 * soft-fp/extended.h (FP_CMP_E): Likewise.
6461 (FP_CMP_EQ_E): Likewise.
6462 (FP_CMP_UNORD_E): Likewise.
6463 * soft-fp/quad.h (FP_CMP_Q): Likewise.
6464 (FP_CMP_EQ_Q): Likewise.
6465 (FP_CMP_UNORD_Q): Likewise.
6466 * soft-fp/single.h (FP_CMP_S): Likewise.
6467 (FP_CMP_EQ_S): Likewise.
6468 (FP_CMP_UNORD_S): Likewise.
6469 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6470 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6471 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6472 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6473 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6474 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6475 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6476 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6477 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6478 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6479 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6480 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6481 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6483 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6485 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6486 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6488 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6490 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6491 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6492 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6493 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6495 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6497 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6498 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6500 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6502 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6503 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6504 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6505 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6508 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6509 a subnormal result, set the underflow exception if trapping on
6510 underflow is enabled.
6511 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6512 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6513 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6515 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6516 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6517 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6518 * soft-fp/extendxftf2.c (__extendxftf2): Use
6519 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6521 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6522 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6523 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6524 FP_HANDLE_EXCEPTIONS.
6525 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6526 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6527 FP_HANDLE_EXCEPTIONS.
6528 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6529 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6530 FP_HANDLE_EXCEPTIONS.
6531 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6532 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6533 FP_HANDLE_EXCEPTIONS.
6535 2014-10-08 Joseph Myers <joseph@codesourcery.com>
6538 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6539 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6541 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6542 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6544 (__adjtimex): Define using libc_hidden_ver.
6545 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6547 (ntp_gettime): Call __adjtimex directly.
6548 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6550 (ntp_gettimex): Call __adjtimex directly.
6551 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6552 __adjtimex_internal alias.
6554 2014-10-08 Roland McGrath <roland@hack.frob.com>
6557 * nscd/nscd.c (more_help): Rewrite list of tables collection
6558 using xstrdup and asprintf.
6560 * nscd/nscd_conf.c: Remove local xstrdup declaration.
6562 2014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6563 Roland McGrath <roland@hack.frob.com>
6565 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6566 (do_lookup_unique): ... local function 'enter' here; update callers.
6568 2014-10-06 Joseph Myers <joseph@codesourcery.com>
6570 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6571 compat_symbol calls on [SHARED].
6572 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6573 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6575 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6576 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6577 (oldsetrlimit): Remove.
6578 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6579 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6580 (lchown): New syscall entry.
6581 (oldsetrlimit): Remove.
6582 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6583 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6584 (oldsetrlimit): Remove.
6585 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6588 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6589 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6590 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6591 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6592 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6593 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6595 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6597 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6600 2014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6602 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6603 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6604 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6605 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6606 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6608 (__old_sem_post): Likewise.
6610 2014-10-06 Chris Metcalf <cmetcalf@tilera.com>
6612 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6613 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6614 HAVE_CLOCK_GETTIME_VSYSCALL macros.
6615 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6616 Use INLINE_VSYSCALL macro.
6617 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6618 __vdso_clock_gettime.
6619 * sysdeps/unix/sysv/linux/tile/init-first.c
6620 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6621 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6622 __vdso_clock_gettime.
6624 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6625 to set up frame more cleanly.
6627 * sysdeps/tile/memcmp.c: New file.
6629 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6631 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6632 * sysdeps/tile/tilegx/strcasestr.c: New file.
6633 * sysdeps/tile/tilegx/strnlen.c: New file.
6634 * sysdeps/tile/tilegx/strstr.c: New file.
6636 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6638 2014-10-06 Arjun Shankar <arjun.is@lostca.se>
6640 * nptl/tst-setuid3.c: Write errors to stdout.
6642 2014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6645 (preload): New functions broken out of _dl_map_object_deps.
6646 (_dl_map_object_deps): Remove a nested function. Update call sites.
6648 2014-10-01 Joseph Myers <joseph@codesourcery.com>
6651 * sysdeps/unix/sysv/linux/execve.c: Remove file.
6652 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6654 2014-10-01 Steve Ellcey <sellcey@mips.com>
6656 * sysdeps/mips/strcmp.S: New.
6658 2014-09-30 Joseph Myers <joseph@codesourcery.com>
6661 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6663 (mkdirat): Likewise.
6664 (readlinkat): Likewise.
6665 (renameat): Likewise.
6666 (symlinkat): Likewise.
6667 (unlinkat): Likewise.
6668 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6669 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6670 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6671 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6672 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6673 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6674 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6676 2014-09-30 Will Newton <will.newton@linaro.org>
6678 * math/math.h: Define long double math functions if
6679 _LIBC_TEST is defined.
6680 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6682 * localedata/Makefile: Move assignment to tests-special
6683 into an ifdef testing run-built-tests.
6684 * timezone/Makefile: Likewise.
6686 2014-09-29 Joseph Myers <joseph@codesourcery.com>
6688 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6689 with $(BASH) not $(SHELL).
6691 2014-09-29 Carlos O'Donell <carlos@redhat.com>
6692 Matthew LeGendre <legendre1@llnl.gov>
6695 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6698 2014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6700 * stdio-common/printf_fp.c
6701 (hack_digit): New function, broken out of ...
6702 (__printf_fp): ... local function here. Update call sites.
6703 hack_digit now takes an additional parameter that is a pointer
6704 to a struct of the referenced locals. Those locals moved inside
6705 the struct and references updated.
6707 2014-09-29 H.J. Lu <hongjiu.lu@intel.com>
6709 * aclocal.m4: Require autoconf 2.69.
6710 * configure: Regenerated.
6711 * sysdeps/aarch64/configure: Likewise.
6712 * sysdeps/alpha/configure: Likewise.
6713 * sysdeps/arm/armv7/configure: Likewise.
6714 * sysdeps/arm/configure: Likewise.
6715 * sysdeps/ia64/configure: Likewise.
6716 * sysdeps/mach/configure: Likewise.
6717 * sysdeps/mips/configure: Likewise.
6718 * sysdeps/s390/configure: Likewise.
6719 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6722 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6724 * sysdeps/ia64/configure.ac: Likewise.
6726 2014-09-26 Joseph Myers <joseph@codesourcery.com>
6728 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6729 specify symbol version for ld.so. Do not include entry for
6731 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6732 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6733 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6736 * Makeconfig [$(build-shared) = yes]
6737 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6739 [$(build-shared) = yes && $(soversions.mk-done) = t]
6740 ($(common-objpfx)gnu/lib-names.h): Remove rule.
6741 [$(build-shared) = yes && $(soversions.mk-done) = t]
6742 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
6744 [$(build-shared) = yes && $(soversions.mk-done) = t]
6745 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6747 [$(build-shared) = yes && $(soversions.mk-done) = t]
6748 (common-generated): Don't append gnu/lib-names.h and
6749 gnu/lib-names.stmp here.
6750 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6751 (lib-names-h-abi): New variable.
6752 [$(build-shared) = yes && $(soversions.mk-done) = t]
6753 (lib-names-stmp-abi): Likewise.
6754 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6755 abi-variants] (before-compile): Append
6756 $(common-objpfx)$(lib-names-h-abi).
6757 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6758 abi-variants] (common-generated): Append gnu/lib-names.h.
6759 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6760 abi-variants] (install-others-nosubdir): Depend on
6761 $(inst_includedir)/$(lib-names-h-abi).
6762 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6763 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6764 [$(build-shared) = yes && $(soversions.mk-done) = t]
6765 ($(common-objpfx)$(lib-names-h-abi)): New rule.
6766 [$(build-shared) = yes && $(soversions.mk-done) = t]
6767 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6768 [$(build-shared) = yes && $(soversions.mk-done) = t]
6769 (common-generated): Append $(lib-names-h-abi) and
6770 $(lib-names-stmp-abi).
6771 * scripts/lib-names.awk: Do not handle multi being set.
6772 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6774 (abi-lp64_be-ld-soname): Likewise.
6775 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6777 (abi-hard-ld-soname): Likewise.
6778 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6779 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6781 (abi-o32_hard-ld-soname): Likewise.
6782 (abi-o32_soft_2008-ld-soname): Likewise.
6783 (abi-o32_hard_2008-ld-soname): Likewise.
6784 (abi-n32_soft-ld-soname): Likewise.
6785 (abi-n32_hard-ld-soname): Likewise.
6786 (abi-n32_soft_2008-ld-soname): Likewise.
6787 (abi-n32_hard_2008-ld-soname): Likewise.
6788 (abi-n64_soft-ld-soname): Likewise.
6789 (abi-n64_hard-ld-soname): Likewise.
6790 (abi-n64_soft_2008-ld-soname): Likewise.
6791 (abi-n64_hard_2008-ld-soname): Likewise.
6792 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6794 (abi-64-v2-ld-soname): Likewise.
6795 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6797 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6799 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6801 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6803 (abi-64-ld-soname): Likewise.
6804 (abi-x32-ld-soname): Likewise.
6805 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6807 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6809 2014-09-23 Joseph Myers <joseph@codesourcery.com>
6812 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6813 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6814 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6815 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6816 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6817 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6818 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6819 syscall entry for GLIBC_2.2 symbol version.
6820 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6822 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6823 (setrlimit): Likewise.
6824 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6827 2014-09-23 Will Newton <will.newton@linaro.org>
6829 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6830 _LINUX_ARM_SYSDEP_H include guard too.
6831 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6834 2014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
6836 * sysdeps/unix/sysv/linux/eventfd.c:
6837 Make first argument unsigned.
6838 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6839 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6841 2014-09-20 Ondřej Bílka <neleai@seznam.cz>
6843 * socket/recvmmsg.c (recvmmsg): Drop const argument.
6844 * socket/sys/socket.h: Likewise
6845 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6847 2014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6849 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6851 2014-09-17 Arjun Shankar <arjun.is@lostca.se>
6853 * time/tst-ftime.c: New test.
6854 * time/Makefile (tests): Add tst-ftime.
6856 2014-09-17 Joseph Myers <joseph@codesourcery.com>
6858 * soft-fp/extended.h: Fix comment formatting.
6859 * soft-fp/op-1.h: Likewise.
6860 * soft-fp/op-2.h: Likewise.
6861 * soft-fp/op-4.h: Likewise.
6862 * soft-fp/op-8.h: Likewise.
6863 * soft-fp/op-common.h: Likewise.
6864 * soft-fp/soft-fp.h: Likewise.
6866 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6868 2014-09-16 Joseph Myers <joseph@codesourcery.com>
6871 * Makeconfig (soversions-default-setname): Remove variable.
6872 ($(common-objpfx)soversions.i): Don't pass default_setname to
6874 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6875 oldest_abi to abi-versions.awk.
6876 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6877 * config.make.in (oldest-abi): Remove variable.
6878 * configure.ac (--enable-oldest-abi): Remove configure option.
6879 * configure: Regenerated.
6880 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6882 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6883 * scripts/soversions.awk: Do not handle default_setname variable.
6884 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6886 * sysdeps/mach/hurd/configure: Regenerated.
6887 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6889 * sysdeps/unix/sysv/linux/configure: Regenerated.
6891 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
6893 * elf/Makefile (CFLAGS-interp.c): Remove.
6894 ($(elf-objpfx)runtime-linker.h): Generate header with linker
6896 * elf/interp.c: Include generated runtime-linker.h
6898 * Makerules (lib%.so): Don't include $(+interp) in
6900 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6901 * dlfcn/eval.c: Remove file.
6903 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6907 * misc/sys/cdefs.h: Define __extern_always_inline for clang
6911 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6913 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
6914 Jakub Jelinek <jakub@redhat.com>
6917 * libio/stdio.h: Check definition of __fortify_function
6918 instead of __extern_always_inline to include bits/stdio2.h.
6919 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6920 check if __extern_always_inline is defined.
6921 [__USE_MISC || __USE_XOPEN]: Likewise.
6922 [__USE_ISOC99] Likewise.
6923 * misc/sys/cdefs.h (__fortify_function): Define only if
6924 __extern_always_inline is defined.
6925 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6926 __extern_always_inline and __extern_inline only for g++-4.3
6927 and newer or a compatible gcc.
6929 2014-09-15 Andreas Schwab <schwab@linux-m68k.org>
6932 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6933 last change to handle zero prefix length.
6935 2014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
6937 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6940 * posix/getconf.c (vars): Add _POSIX_IPV6 and
6943 2014-09-13 Allan McRae <allan@archlinux.org>
6945 * po/ru.po: Update Russian translation from translation project.
6947 2014-09-12 Roland McGrath <roland@hack.frob.com>
6949 * locale/programs/locale.c (show_locale_vars): Inline local function
6950 into its sole call site. Clean up some style nits.
6951 (print_item): New function, broken out of ...
6952 (show_info): ... local function here. Clean up style nits.
6954 * locale/programs/ld-ctype.c (set_one_default): New function, broken
6956 (set_class_defaults): ... local function set_default here.
6957 Define set_default as a macro locally to pass constant parameters.
6958 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6959 rather than a shared local.
6961 * stdlib/rpmatch.c (try): New function, broken out of ...
6962 (rpmatch): ... local function here. Also, prototypify definition.
6964 2014-09-12 Joseph Myers <joseph@codesourcery.com>
6966 * scripts/soversions.awk: Do not handle configuration names.
6967 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6968 vendor and os variables to soversions.awk.
6969 * configure.ac: Do not modify gnu-* host_os.
6970 * configure: Regenerated
6971 * shlib-versions: Remove first column with configuration names.
6972 * nptl/shlib-versions: Likewise.
6973 * nptl_db/shlib-versions: Likewise.
6974 * sysdeps/hppa/shlib-versions: Likewise.
6975 * sysdeps/m68k/shlib-versions: Likewise.
6976 * sysdeps/mach/hurd/shlib-versions: Likewise.
6977 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6978 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6979 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6980 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6981 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6982 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6983 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6984 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6985 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6987 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6988 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6989 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6990 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6991 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6992 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6993 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6994 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6996 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6997 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6998 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7000 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7001 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7002 Condition symbol version definitions on [HAVE_ELFV2_ABI].
7004 * shlib-versions: Remove OS-specific entries. Moved to files in
7006 * sysdeps/mach/hurd/shlib-versions: New file.
7007 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7009 * nptl/shlib-versions: Remove architecture-specific entries.
7010 Moved to files in sysdeps.
7011 * shlib-versions: Likewise.
7012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7014 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7015 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7016 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7017 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7019 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7020 (UDP_NO_CHECK6_RX): Likewise.
7022 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7024 * sysdeps/posix/sysconf.c (__sysconf): Spell
7025 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7027 2014-08-12 Florian Weimer <fweimer@redhat.com>
7029 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7031 * iconv/Versions (__gconv_transliterate): Export for use from
7033 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7034 (struct __gconv_trans_data, __gconv_trans_fct,
7035 __gconv_trans_context_fct, __gconv_trans_query_fct,
7036 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7038 (struct __gconv_step_data): Remove __trans member.
7039 (__gconv_transliterate): Declaration moved from gconv_int.h. No
7040 longer hidden. Remove unused trans_data argument.
7041 * iconv/gconv_int.h (struct trans_struct): Remove definition.
7042 (__gconv_translit_find): Remove declaration.
7043 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
7045 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7046 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7047 trans_data argument. Add hidden definition.
7048 (__gconv_translit_find): Remove.
7049 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7050 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7051 * iconv/skeleton.c: Remove transliteration initialization.
7052 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7053 __gconv_step_data initialization.
7054 * libio/iofwide.c (__libio_translit_): Remove.
7055 (_IO_fwide): Adjust struct __gconv_step_data initialization.
7056 * wcsmbs/btowc.c (__btowc): Likewise.
7057 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7058 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7059 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7060 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7061 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7062 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7063 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7064 * wcsmbs/wctob.c (wctob): Likewise.
7066 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7069 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7070 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
7072 * sysdeps/x86/Makefile: Adjust.
7074 2014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7075 Roland McGrath <roland@hack.frob.com>
7077 * locale/weight.h: Add include guard.
7078 (findidx): Make static rather than auto; take new parameters
7079 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7080 * locale/weightwc.h: Likewise.
7081 * posix/fnmatch_loop.c
7082 (FCT): Change type of EXTRA from int32_t to wint_t.
7083 Don't include either header inside the function.
7084 Call FINDIDX rather than findidx, and pass new arguments.
7085 #undef FINDIDX at the end of the file.
7086 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7087 FINDIDX before including fnmatch_loop.c for the non-wide version.
7088 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7089 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7090 for the wide version.
7091 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7092 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7093 Pass new arguments to findidx.
7094 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7095 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7096 Don't #include it inside the function. Pass new arguments to findidx.
7097 * posix/regex_internal.h
7098 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7099 (re_string_elem_size_at): Don't #include it inside the function.
7100 Pass new arguments to findidx.
7101 * string/strcoll_l.c: #include WEIGHT_H at top level.
7102 (get_next_seq): Don't #include it inside the function.
7103 Pass new arguments to findidx.
7104 (get_next_seq_nocache): Likewise.
7105 * string/strxfrm_l.c: #include WEIGHT_H at top level.
7106 (STRXFRM): Don't #include it inside the function.
7107 Pass new arguments to findidx.
7109 2014-09-11 Florian Weimer <fweimer@redhat.com>
7112 * malloc/malloc.c (unlink): Turn asserts into a call to
7115 2014-09-11 Tim Lammens <tim.lammens@gmail.com>
7118 * libio/wfileops (do_ftell_wide): Free OUT.
7120 2014-09-10 Chris Metcalf <cmetcalf@tilera.com>
7122 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7124 2014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7127 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7128 group if the current group is empty.
7130 2014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7132 * benchtests/bench-memset.c (test_main): Add more test from size
7133 from 32 to 512 bytes.
7134 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7135 Add POWER8 memset object.
7136 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7137 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7138 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7140 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7142 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7143 multiarch POWER8 memset optimization.
7144 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7145 POWER8 memset optimization.
7147 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7148 Remove bzero multiarch objects.
7149 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7150 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7151 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7152 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7154 [__bzero]: Redefine to specific name.
7155 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7156 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7157 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7159 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7160 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7162 2014-09-10 Florian Weimer <fweimer@redhat.com>
7164 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7165 warnings into errors.
7167 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7168 __cxa_thread_atexit_impl prototype.
7170 2014-09-09 Steve Ellcey <sellcey@mips.com>
7172 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7173 Fix capitalization of error message.
7175 2014-09-09 Steve Ellcey <sellcey@mips.com>
7177 * sysdeps/mips/preconfigure: Modify ABI tests.
7179 2014-09-07 Carlos O'Donell <carlos@systemhalted.org>
7181 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7183 2014-09-07 Roland McGrath <roland@hack.frob.com>
7184 Carlos O'Donell <carlos@systemhalted.org>
7186 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7187 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7188 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7189 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7190 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7191 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7192 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7193 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7194 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7195 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7196 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7197 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7198 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7199 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7200 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7201 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7202 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7203 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7204 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7205 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7206 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7207 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7208 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7209 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7210 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7211 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7212 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7213 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7214 Deconditionalize the code that was previously under [RESET_PID].
7215 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7216 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7217 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7218 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7221 2014-09-08 Allan McRae <allan@archlinux.org>
7223 * version.h (RELEASE): Set to "development".
7224 (VERSION): Set to "2.20.90"
7226 2014-09-07 Allan McRae <allan@archlinux.org
7228 * version.h (RELEASE): Set to "stable".
7229 (VERSION): Set to "2.20"
7230 * include/features.h (__GLIBC_MINOR__): Set to 20.
7232 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7235 * po/ko.po: Update Korean translation from translation project.
7237 2014-09-06 Chris Metcalf <cmetcalf@tilera.com>
7240 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7241 macro for handling signed relocations.
7243 2014-09-03 Florian Weimer <fweimer@redhat.com>
7246 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7247 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7249 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7250 * iconvdata/ibm935.c (BODY): Likewise.
7251 * iconvdata/ibm937.c (BODY): Likewise.
7252 * iconvdata/ibm939.c (BODY): Likewise.
7253 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7255 * iconvdata/Makefile (iconv-test.out): Pass module list to test
7257 * iconvdata/run-iconv-test.sh: New test loop for checking for
7260 2014-09-02 Khem Raj <raj.khem@gmail.com>
7262 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7265 2014-09-01 Allan McRae <allan@archlinux.org>
7267 * po/eo.po: Update Esperanto translation from translation project.
7269 * po/ca.po: Update Catalan translation from translation project.
7271 2014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
7273 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7276 2014-08-27 Mark Wielaard <mjw@redhat.com>
7279 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7280 to call set_thread_area instead of hand written asm.
7281 (__NR_set_thread_area): Removed define.
7282 (TLS_FLAG_WRITABLE): Likewise.
7283 (__ASSUME_SET_THREAD_AREA): Remove check.
7284 (TLS_EBX_ARG): Remove define.
7285 (TLS_LOAD_EBX): Likewise.
7287 2014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
7289 Simplify atomicity of socket creation in bind.
7291 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7292 looking up the name after linking the file.
7294 2014-08-27 Allan McRae <allan@archlinux.org>
7296 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7298 2014-08-26 Florian Weimer <fweimer@redhat.com>
7301 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7302 trans_compare, open_translit, __gconv_translit_find):
7303 Remove module loading code.
7305 2014-08-26 Allan McRae <allan@archlinux.org>
7307 * po/vi.po: Update Vietnamese translation from translation project.
7309 * po/uk.po: Update Ukrainian translation from translation project.
7311 * po/fr.po: Update French translation from translation project.
7313 * po/ru.po: Update Russian translation from translation project.
7315 * po/pl.po: Update Polish translation from translation project.
7317 * po/cs.po: Update Czech translation from translation project.
7319 * po/de.po: Update German translation from translation project.
7321 * po/bg.po: Update Bulgarian translation from translation project.
7323 * po/sv.po: Update Sweedish translation from translation project.
7325 * po/nl.po: Update Dutch translation from translation project.
7327 * po/es.po: Update Spanish translation from translation project.
7329 2014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
7331 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7333 * catgets/Makefile (CPPFLAGS-gencat): Remove.
7334 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7335 (CPPFLAGS-iconvconfig): Likewise.
7336 * timezone/Makefile (CPPFLAGS-zic): Likewise.
7338 * include/libc-symbols.h: Remove unnecessary check for
7340 * nptl/pthreadP.h: Likewise.
7341 * sysdeps/aarch64/setjmp.S: Likewise.
7342 * sysdeps/alpha/setjmp.S: Likewise.
7343 * sysdeps/arm/sysdep.h: Likewise.
7344 * sysdeps/i386/setjmp.S: Likewise.
7345 * sysdeps/m68k/setjmp.c: Likewise.
7346 * sysdeps/posix/getcwd.c: Likewise.
7347 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7348 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7349 * sysdeps/s390/s390-32/setjmp.S: Likewise.
7350 * sysdeps/s390/s390-64/setjmp.S: Likewise.
7351 * sysdeps/sh/sh3/setjmp.S: Likewise.
7352 * sysdeps/sh/sh4/setjmp.S: Likewise.
7353 * sysdeps/unix/alpha/sysdep.h: Likewise.
7354 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7355 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7356 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7357 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7358 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7360 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7361 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7362 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7363 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7364 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7365 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7366 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7367 * sysdeps/x86_64/setjmp.S: Likewise.
7369 2014-08-13 Joseph Myers <joseph@codesourcery.com>
7372 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7374 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7375 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7377 2014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
7379 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7382 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7383 and __x86_64__ when disabling x87 inline functions.
7385 2014-08-12 H.J. Lu <hongjiu.lu@intel.com>
7388 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7389 asm statement with __cpuid_count.
7391 2014-08-12 Mike Frysinger <vapier@gentoo.org>
7393 * configure.ac: Change __ehdr_start code to dereference the struct.
7394 Run readelf on the output to look for relocations.
7395 * configure: Regenerated.
7397 2014-08-12 Joseph Myers <joseph@codesourcery.com>
7400 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7402 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7404 2014-08-12 Roland McGrath <roland@hack.frob.com>
7406 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7408 2014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
7411 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7412 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7414 2014-08-12 Sean Anderson <seanga2@gmail.com>
7416 * malloc/malloc.c: Fix typo in comment.
7418 2014-08-09 Allan McRae <allan@archlinux.org>
7420 * Regenerate libc.po.
7422 2014-08-08 Mike Frysinger <vapier@gentoo.org>
7424 * intl/tst-gettext2.sh: Check every lang file for creation.
7426 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
7428 * sysdeps/aarch64/fpu/math_private.h
7429 (libc_feholdsetround_noex_aarch64_ctx): New function.
7431 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
7433 * sysdeps/arm/armv6/strcpy.S (strcpy):
7434 Fix performance issue in misaligned cases.
7436 2014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7438 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7439 Move definition from termios.h.
7440 (struct termio): Likewise.
7441 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7442 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7443 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7444 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7446 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7447 Move definition to ioctl-types.h
7448 (struct termio): Likewise.
7449 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7450 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7451 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7452 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7455 2014-08-05 Richard Henderson <rth@redhat.com>
7457 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7459 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7461 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7462 Use __feraiseexcept.
7463 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7464 Protect libm symbols with IS_IN_libm.
7466 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7468 2014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
7470 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7472 2014-08-04 Will Newton <will.newton@linaro.org>
7474 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7477 2014-08-04 Mike Frysinger <vapier@gentoo.org>
7479 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7480 variants for each function.
7482 2014-08-04 Roland McGrath <roland@hack.frob.com>
7484 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7486 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7487 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7489 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7490 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7491 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7492 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7493 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7494 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7495 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7496 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7497 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7498 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7499 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7500 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7501 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7502 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7503 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7504 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7505 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7506 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7507 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7508 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7509 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7510 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7511 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7512 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7513 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7514 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7515 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7516 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7517 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7518 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7519 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7520 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7521 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7522 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7523 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7524 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7525 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7526 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7527 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7528 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7529 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7530 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7531 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7532 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7533 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7534 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7535 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7536 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7537 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7538 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7539 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7540 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7541 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7543 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7544 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7546 2014-08-04 Roland McGrath <roland@hack.frob.com>
7548 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7549 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7550 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7551 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7552 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7553 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7555 2014-08-04 Roland McGrath <roland@hack.frob.com>
7557 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7558 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7559 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7560 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7562 2014-08-04 Roland McGrath <roland@hack.frob.com>
7564 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7565 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7566 (__libc_vfork): Define function under this name.
7567 (__vfork): Define as an alias.
7568 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7569 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7571 2014-08-04 Roland McGrath <roland@hack.frob.com>
7573 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7574 that was previously under [RESET_PID].
7575 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7577 2014-08-04 Andreas Schwab <schwab@suse.de>
7579 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7581 2014-08-03 Mike Frysinger <vapier@gentoo.org>
7583 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7586 2014-08-01 Roland McGrath <roland@hack.frob.com>
7588 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7590 2014-08-01 Richard Henderon <rth@redhat.com>
7592 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7593 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7594 typo in exact zero test.
7595 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7596 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7597 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7599 2014-08-01 Roland McGrath <roland@hack.frob.com>
7601 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7602 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7603 * sysdeps/arm/sysdep.h: ... here.
7604 [!__ASSEMBLER__]: Include <stdint.h>.
7606 2014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
7608 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7609 (HAVE_WCTYPE_H): Likewise.
7610 (HAVE_ISWCTYPE): Likewise.
7611 (ENABLE_NLS): Likewise.
7612 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7613 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7615 * posix/regex_internal.c: Check if DEBUG is defined and is
7618 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7619 (HAVE_MBSRTOWCS): Likewise.
7620 * posix/fnmatch.c: Include string.h unconditionally.
7622 2014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
7624 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7627 2014-07-31 Roland McGrath <roland@hack.frob.com>
7629 * sysdeps/generic/safe-fatal.h: New file.
7630 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7631 * nptl/forward.c: Include it.
7632 (__pthread_unwind): Use __safe_fatal as default action, rather
7633 than a bogus use of INTERNAL_SYSCALL that could never work.
7635 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7636 * configure.ac (libc_cv_builtin_trap): New test.
7637 * configure: Regenerated.
7638 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7639 (ABORT_INSTRUCTION): Define using __builtin_trap.
7641 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7642 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7643 * sysdeps/nptl/nptl-signals.h: New file.
7644 * nptl/pthreadP.h: Include <nptl-signals.h>.
7646 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
7648 * sysdeps/s390/s390-64/utf16-utf32-z9.c
7649 (ONE_DIRECTION): Define.
7650 * sysdeps/s390/s390-64/utf8-utf16-z9.c
7651 (ONE_DIRECTION): Define.
7652 * sysdeps/s390/s390-64/utf8-utf32-z9.c
7653 (ONE_DIRECTION): Define.
7655 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
7657 * sysdeps/s390/Makefile: Delete file.
7658 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7659 * sysdeps/s390/__longjmp.c: Delete file.
7660 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7661 Remove fields __flags and __reserved.
7662 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7664 * sysdeps/s390/rtld-__longjmp.c: Delete file.
7665 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7666 * sysdeps/s390/rtld-setjmp.S: Likewise.
7667 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7668 * sysdeps/s390/s390-32/__longjmp.c: ... here.
7669 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7670 * sysdeps/s390/s390-32/setjmp.S: ... here.
7672 (__sigsetjmp): Remove setting __flags field.
7673 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7674 * sysdeps/s390/s390-64/__longjmp.c: ... here.
7675 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7676 * sysdeps/s390/s390-64/setjmp.S: ... here.
7678 (__sigsetjmp): Remove setting __flags field.
7679 * sysdeps/s390/setjmp.S: Delete file.
7680 * sysdeps/s390/sigjmp.c: Likewise.
7681 * sysdeps/s390/v1-longjmp.c: Likewise.
7682 * sysdeps/s390/v1-setjmp.h: Likewise.
7683 * sysdeps/s390/v1-sigjmp.c: Likewise.
7684 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7685 Remove v1-longjmp_chk.
7686 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7687 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7688 Include debug/longjmp_chk.c and add versioning.
7689 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7690 Include nptl/pt-longjmp.c and add versioning.
7691 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7692 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7693 Include __longjmp.c.
7694 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7696 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7697 (__getcontext): Remove setting __flags field.
7699 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7700 Don't restore upper high grps.
7701 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7703 (__swapcontext): Remove setting uc_flags field.
7704 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7706 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7707 Include __longjmp.c.
7708 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7710 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7711 (__getcontext): Remove setting __flags field.
7713 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7714 (__swapcontext): Remove setting uc_flags field.
7715 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7716 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7717 Remove fields uc_high_gprs and __reserved.
7718 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7719 New file with reverted content.
7720 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7721 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7723 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7726 2014-07-31 Andreas Schwab <schwab@suse.de>
7728 * config.h.in (HAVE_IFUNC): Define to 0.
7729 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7732 2014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
7734 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7735 memmove-avx-unaligned, memcpy-avx-unaligned and
7736 mempcpy-avx-unaligned.
7737 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7738 Add tests for AVX memcpy functions.
7739 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7740 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7742 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7743 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7745 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7746 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7748 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7749 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7750 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7752 2013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7755 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7758 2014-07-29 Jeff Layton <jlayton@poochiereds.net>
7761 * manual/llio.texi: Add section about open file description locks.
7762 * manual/examples/ofdlocks.c: Example of open file description
7764 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7765 F_OFD_SETLK, and F_OFD_SETLKW.
7767 2014-07-23 Allan McRae <allan@archlinux.org>
7769 * po/es.po: Update Spanish translation from translation project.
7771 2014-07-18 Andreas Schwab <schwab@linux-m68k.org>
7773 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7775 2014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
7778 * sysdeps/arm/dl-machine.h (elf_machine_rela)
7779 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7780 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7782 2014-07-17 Joseph Myers <joseph@codesourcery.com>
7785 * math/fesetenv.c (__fesetenv)
7786 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7787 * math/feupdateenv.c (__feupdateenv)
7788 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7790 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7791 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7792 (__ASSUME_SOCKETCALL): Do not define.
7794 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7795 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7796 (__ASSUME_SOCKETCALL): Do not define.
7797 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7798 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7799 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7800 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7801 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7802 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7803 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7804 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7806 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7807 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7808 (__ASSUME_SOCKETCALL): Do not define.
7809 (__ASSUME_IPC64): Define unconditionally.
7810 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7811 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7812 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7813 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7814 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7815 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7816 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7819 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7820 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7821 (__ASSUME_SOCKETCALL): Do not define.
7822 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7823 (__ASSUME_FUTEX_LOCK_PI): Likewise.
7824 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7825 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7826 (__ASSUME_REQUEUE_PI): Define unconditionally.
7827 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7828 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7829 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7830 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7831 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7832 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7834 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7835 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7836 (__ASSUME_SOCKETCALL): Do not define.
7837 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7838 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7839 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7840 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7841 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7842 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7844 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7845 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7846 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7847 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7848 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7849 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7850 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7851 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7852 (__ASSUME_GETCPU_SYSCALL): Likewise.
7854 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7855 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
7856 cases for individual architectures.
7857 * sysdeps/gnu/configure: Regenerated.
7858 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7859 LIBC_SLIBDIR_RTLDDIR.
7860 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7861 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7862 LIBC_SLIBDIR_RTLDDIR.
7863 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7864 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7865 LIBC_SLIBDIR_RTLDDIR.
7866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7868 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7869 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7871 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7872 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7874 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7875 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7876 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7877 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7879 * sysdeps/aarch64/shlib-versions: Move to ...
7880 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7881 * sysdeps/alpha/shlib-versions: Move to ...
7882 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7883 * sysdeps/arm/shlib-versions: Move to ...
7884 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7885 * sysdeps/hppa/shlib-versions: Move all contents except for
7886 libgcc_s entry to ...
7887 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
7889 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
7890 * sysdeps/ia64/shlib-versions: Move to ...
7891 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
7893 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
7894 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7895 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7896 * sysdeps/microblaze/shlib-versions: Move to ...
7897 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7898 * sysdeps/mips/shlib-versions: Move to ...
7899 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
7901 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
7902 * sysdeps/tile/shlib-versions: Move to ...
7903 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7904 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7906 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
7907 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7909 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
7911 2014-07-17 Will Newton <will.newton@linaro.org>
7913 * sysdeps/arm/bits/atomic.h
7914 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7915 (__arch_compare_and_exchange_bool_16_int): Likewise.
7916 (__arch_compare_and_exchange_bool_64_int): Likewise.
7918 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7919 into an #else block.
7921 2014-07-16 Roland McGrath <roland@hack.frob.com>
7923 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7924 just Linux configurations. Test empirically that the compiler sets
7925 __ARM_EABI__, rather than using the tuple to decide.
7926 * sysdeps/arm/preconfigure: Regenerated.
7927 * sysdeps/unix/sysv/linux/arm/configure: File removed.
7928 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7929 contents appended ...
7930 * sysdeps/arm/configure.ac: ... here.
7931 * sysdeps/arm/configure: Regenerated.
7933 2014-07-15 Roland McGrath <roland@hack.frob.com>
7935 * nptl/pthread_kill.c: New file.
7936 * nptl/pthread_sigmask.c: New file.
7937 * nptl/pthread_sigqueue.c: New file.
7939 * sysdeps/nptl/lowlevellock.h: New file.
7940 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7941 * sysdeps/nptl/lowlevellock-futex.h: New file.
7943 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7944 Remove dead declarations.
7946 2014-07-14 H.J. Lu <hongjiu.lu@intel.com>
7948 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7949 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7951 * sysdeps/x86_64/configure.ac: Likewise.
7952 * sysdeps/i386/configure: Regenerated.
7953 * sysdeps/x86_64/configure: Likewise.
7954 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7955 memset-avx2 only if config-cflags-avx2 is yes.
7956 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7957 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7959 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7960 only if HAVE_AVX2_SUPPORT is defined.
7961 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7963 2014-07-14 Alan Modra <amodra@gmail.com>
7966 * elf/elf.h (DT_PPC64_NUM): Correct value.
7967 * NEWS: Add to fixed bug list.
7969 2014-07-13 Jim Meyering <meyering@fb.com>
7972 regex: don't deref NULL upon heap allocation failure
7973 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7974 failure in one more place.
7975 To trigger the segfault, configure grep -with-included-regex,
7976 build it, and run these commands:
7977 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7979 2014-07-13 Andreas Schwab <schwab@linux-m68k.org>
7981 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7983 2014-07-11 Richard Henderson <rth@redhat.com>
7985 * sysdeps/aarch64/libm-test-ulps: Update.
7987 2014-07-10 Florian Weimer <fweimer@redhat.com>
7990 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7991 * nptl/allocatestack.c (__nptl_setxid_error): New function.
7992 (__nptl_setxid): Initialize error member. Call
7993 __nptl_setxid_error.
7994 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7995 * nptl/descr.h (struct xid_command): Add error member.
7996 * nptl/tst-setuid3.c: New file.
7997 * nptl/Makefile (tests): Add it.
7999 2014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8001 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8003 (__lll_trylock): Use __lll_base_trylock.
8004 (__lll_cond_trylock): Likewise.
8006 2014-07-10 Roland McGrath <roland@hack.frob.com>
8008 * nptl/pthread_create.c (start_thread): Use atomic_or and
8009 lll_futex_wake directly rather than lll_robust_dead.
8010 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8011 (lll_robust_dead): Macro removed.
8012 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8013 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8014 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8015 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8016 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8017 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8018 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8019 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8020 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8021 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8022 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8023 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8024 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8025 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8026 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8028 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8029 Use atomic_compare_and_exchange_val_acq directly rather than
8031 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8032 (__lll_robust_trylock, lll_robust_trylock): Removed.
8033 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8034 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8035 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8036 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8037 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8038 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8039 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8040 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8041 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8042 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8043 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8044 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8045 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8046 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8048 2014-07-02 Florian Weimer <fweimer@redhat.com>
8050 * manual/locale.texi (Locale Names): New section documenting
8051 locale name syntax. Adjust menu and node chaining accordingly.
8052 (Choosing Locale): Reference Locale Names, Locale Categories.
8053 Mention setting LC_ALL=C. Reflect that name syntax is now
8055 (Locale Categories): New section title. Reference Locale Names.
8056 LC_ALL is an environment variable, but not a category.
8057 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8058 description, now in Locale Name. Reference that section. Locale
8059 name syntax is now documented.
8061 2014-07-02 Florian Weimer <fweimer@redhat.com>
8064 * locale/findlocale.c (name_present, valid_locale_name): New
8066 (_nl_find_locale): Use the loc_name variable to store name
8067 candidates. Call name_present and valid_locale_name to check and
8068 validate locale names. Return an error if the locale is invalid.
8070 2014-07-02 Florian Weimer <fweimer@redhat.com>
8072 * locale/setlocale.c (setlocale): Use strdup for allocating
8073 composite name copy.
8075 2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8077 Sync up with gnulib.
8078 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8079 [!_LIBC && ENABLE_NLS]: Include gettext.h.
8080 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8081 and _GL_ARG_NONNULL.
8082 [USE_UNLOCKED_IO]: Include unlocked-io.h.
8083 [!_LIBC]: Include code for Windows and Cygwin.
8084 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8085 Include prototype for int strerror_r.
8086 [!_LIBC] (is_open): New function.
8087 (flush_stdout): New function.
8088 (print_errno_message): Use it.
8090 (error_at_line): Likewise.
8091 (error_tail) Add function attribute macros. Use
8094 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8096 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8098 * io/ftw.c: Include sys/param.h unconditionally.
8100 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8103 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8105 (freecache): New function to free CACHE on exit.
8107 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8110 2014-07-09 David S. Miller <davem@davemloft.net>
8112 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8114 * sysdeps/sparc/nptl/internaltypes.h: Delete.
8115 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8116 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8117 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8118 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8119 * sysdeps/sparc/nptl/sem_init.c: Likewise.
8120 * sysdeps/sparc/nptl/sem_post.c: Likewise.
8121 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8122 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8123 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8124 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8125 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8126 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8128 2014-07-09 Andreas Schwab <schwab@suse.de>
8130 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8132 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8133 (do_test): Likewise.
8135 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8137 2014-07-09 Will Newton <will.newton@linaro.org>
8139 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8140 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8141 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8142 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8143 * sysdeps/hppa/start.S (_start): Likewise.
8145 2014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
8147 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8149 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8152 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8154 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8155 after checking that it is non-NULL.
8157 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8159 2014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8161 * sysdeps/powerpc/memmove.c: Remove file.
8162 * sysdeps/powerpc/powerpc32/power4/memcopy.h
8163 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8164 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8165 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8166 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8167 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8168 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8169 string memmove instead of removed powerpc one.
8171 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8172 [weak_alias]: Fix compiler warning due trailing data.
8173 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8174 [weak_alias]: Likewise.
8175 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8176 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8178 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8179 (__libc_ifunc_impl_list): Add memmove functions.
8181 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8183 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8185 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8187 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8189 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8191 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8193 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8195 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8197 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8199 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8201 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8203 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8205 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8207 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8209 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8211 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8213 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8215 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8218 2014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8220 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8221 to avoid alignment traps in non-cacheable memory.
8222 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8224 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8226 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8227 file: multiarch power7 memmove.
8228 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8229 multiarch default memmove.
8230 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8231 multiarch memove for powerpc32/power4.
8233 * string/bcopy.c: Use full path to include memmove.c.
8234 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8236 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8237 bcopy for powerpc64.
8238 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8239 bcopy for powerpc64.
8240 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8241 and memmove implementations.
8242 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8243 optimized multiarch memmove for POWER7/powerpc64.
8244 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8245 default multiarch memmove for powerpc64.
8246 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8247 multiarch for powerpc64.
8248 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8249 for POWER7/powerpc64.
8250 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8251 memmove for POWER7/powerpc64.
8253 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8256 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8257 __ELF_NATIVE_CLASS equal to 64.
8259 2014-07-07 Roland McGrath <roland@hack.frob.com>
8261 * sysdeps/nptl/lowlevellock.h: File removed.
8263 * NEWS: NPTL is no longer an add-on!
8264 * nptl/internaltypes.h: Moved ...
8265 * sysdeps/nptl/internaltypes.h: ... here.
8266 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8267 * sysdeps/nptl/fork.c: Likewise.
8268 * sysdeps/nptl/gai_misc.h: Likewise.
8269 * sysdeps/nptl/librt-cancellation.c: Likewise.
8270 * sysdeps/nptl/jmp-unwind.c: Likewise.
8271 * sysdeps/nptl/setxid.h: Likewise.
8272 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8273 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8274 * sysdeps/unix/sysv/linux/arm/Implies: New file.
8275 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8276 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8277 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8278 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8279 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8280 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8281 * sysdeps/unix/sysv/linux/mips/Implies: New file.
8282 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8283 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8284 * sysdeps/unix/sysv/linux/sh/Implies: New file.
8285 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8286 * sysdeps/unix/sysv/linux/tile/Implies: New file.
8287 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8288 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8289 * nptl/Makeconfig: Moved ...
8290 * sysdeps/nptl/Makeconfig: ... here.
8291 * nptl/configure: File removed.
8292 * nptl/ANNOUNCE: File removed.
8293 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8294 * sysdeps/unix/sysv/linux/configure: Regenerated.
8296 * nptl/Makefile (routines): Add libc_pthread_init,
8297 libc_multiple_threads, register-atfork and unregister-atfork.
8298 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8299 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8300 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8301 pthread-pi-defines.sym, structsem.sym.
8302 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8303 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8304 [$(subdir) = nptl] (tests): Add tst-setgetname.
8305 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8306 * sysdeps/unix/sysv/linux/sigaction.c: Just include
8307 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8308 [!LIBC_SIGACTION]: Remove aliases.
8309 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8310 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8311 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8312 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8313 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8314 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8315 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8316 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8317 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8318 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8319 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8320 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8321 __libc_allocate_rtsig_private.
8322 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8323 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8324 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8325 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8326 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8327 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8328 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8329 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8330 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8331 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8332 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8333 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8334 * nptl/internaltypes.h: ... here.
8335 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8336 * sysdeps/nptl/jmp-unwind.c: ... here.
8337 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8338 * nptl/libc-lowlevellock.c: ... here.
8339 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8340 * nptl/libc_multiple_threads.c: ... here.
8341 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8342 * nptl/libc_pthread_init.c: ... here.
8343 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8344 * nptl/lowlevelbarrier.sym: ... here.
8345 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8346 * nptl/lowlevelcond.sym: ... here.
8347 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8348 * nptl/lowlevellock.c: ... here.
8349 * nptl/lowlevellock.h: Moved ...
8350 * sysdeps/nptl/lowlevellock.h: ... here.
8351 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8352 * nptl/lowlevelrobustlock.c: ... here.
8353 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8354 * nptl/lowlevelrobustlock.sym: ... here.
8355 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8356 * nptl/lowlevelrwlock.sym: ... here.
8357 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8358 * nptl/pt-fork.c: ... here.
8359 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8360 * nptl/pthread-pi-defines.sym: ... here.
8361 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8362 * nptl/pthread_attr_getaffinity.c: ... here.
8363 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8364 * nptl/pthread_attr_setaffinity.c: ... here.
8365 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8366 * nptl/pthread_mutex_cond_lock.c: ... here.
8367 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8369 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8370 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8371 * nptl/pthread_once.c: ... here, replacing old file.
8372 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8373 * nptl/pthread_yield.c: ... here.
8374 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8375 * nptl/register-atfork.c: ... here.
8376 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8377 * nptl/sem_post.c: ... here.
8378 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8379 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8380 * nptl/sem_timedwait.c: ... here.
8381 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8382 * nptl/sem_trywait.c: ... here.
8383 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8384 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8385 * nptl/sem_wait.c: ... here.
8386 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8387 * nptl/structsem.sym: ... here.
8388 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8389 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8390 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8391 * nptl/unregister-atfork.c: ... here.
8392 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8393 * nptl/unwindbuf.sym: ... here.
8394 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8395 * sysdeps/nptl/fork.c: ... here.
8396 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8397 * sysdeps/nptl/fork.h: ... here.
8398 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8399 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8400 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8401 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8402 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8403 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8404 * sysdeps/unix/sysv/linux/getpid.c: ... here.
8405 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8406 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8407 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8408 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8409 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8410 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8411 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8412 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8413 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8414 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8415 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8416 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8417 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8418 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8419 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8420 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8421 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8422 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8423 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8424 * sysdeps/unix/sysv/linux/raise.c: ... here.
8425 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8426 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8427 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8428 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8429 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8430 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8431 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8432 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8433 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8434 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8435 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8436 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8437 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8438 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8439 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8441 2014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
8443 * sysdeps/generic/memcopy.h: Add comment for
8444 MEMCPY_OK_FOR_FWD_MEMMOVE.
8446 2014-07-04 Will Newton <will.newton@linaro.org>
8448 * string/memchr.c: Merge from gnulib.
8449 [_LIBC]: Remove conditionals.
8450 (__ptr_t): Remove define.
8451 (LONG_MAX_32_BITS): Likewise.
8452 (LONG_MAX): Likewise.
8453 (MEMCHR): Use ANSI prototype and optimize algorithm.
8455 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8457 2014-07-03 Roland McGrath <roland@hack.frob.com>
8459 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8460 (lll_futex_timed_wait_bitset): Fix syscall argument count.
8462 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8463 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8464 in a bare environment with no <stdlib.h> installed.
8465 * sysdeps/nptl/configure: Regenerated.
8467 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8469 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8470 AC_EGREP_CPP for kernel header checks, so they only succeed if
8471 including <linux/version.h> actually works right.
8472 * sysdeps/unix/sysv/linux/configure: Regenerated.
8474 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8475 value so it's not diagnosed as unused.
8477 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8478 thing) with "ifeq ($(subdir),rt)".
8480 2014-07-03 Richard Henderson <rth@redhat.com>
8482 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8483 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8484 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8486 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8487 (math_force_eval): New.
8489 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8490 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8492 * sysdeps/alpha/fpu/s_round.c: Remove file.
8493 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8495 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8496 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8497 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8498 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8499 (_dl_start, print_statistics): Likewise.
8500 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8501 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8503 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8504 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8505 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8506 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8507 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8508 (HP_SMALL_TIMING_AVAIL): Define.
8509 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8510 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8511 (HP_SMALL_TIMING_AVAIL): Define.
8512 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8513 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8515 * sysdeps/aarch64/hp-timing.h: New file.
8517 * sysdeps/generic/hp-timing.h: Remove dead comment.
8518 * sysdeps/generic/hp-timing-common.h: New file.
8519 * sysdeps/alpha/hp-timing.h: Include it.
8520 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8521 * sysdeps/i386/i686/hp-timing.h: Likewise.
8522 * sysdeps/ia64/hp-timing.h: Likewise.
8523 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8524 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8525 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8526 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8527 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8528 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8531 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8532 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8533 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8534 * elf/rtld.c (_dl_start_final): Likewise.
8535 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8536 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8537 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8538 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8539 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8540 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8541 (HP_TIMING_DIFF_INIT): Remove.
8542 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8543 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8544 (HP_TIMING_DIFF_INIT): Remove.
8545 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8546 * sysdeps/i386/i686/hp-timing.c: Remove file.
8547 * sysdeps/x86_64/hp-timing.c: Remove file.
8548 * sysdeps/ia64/hp-timing.c: Remove file.
8549 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8550 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8551 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8552 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8554 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8555 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8556 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8557 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8558 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8559 (HP_TIMING_ACCUM): Remove.
8560 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8561 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8562 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8564 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8565 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8566 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8567 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8568 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8569 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8570 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8571 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8573 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8575 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
8577 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8579 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8581 Sync up with gettext.
8582 * intl/loadmsgcat.c: Define O_BINARY if not defined.
8583 [_MSC_VER]: Include malloc.h
8584 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8585 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8586 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
8587 TEMP_FAILURE_RETRY. Cast return of alloca.
8588 [!_LIBC] Call gl_rwlock_init.
8589 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8591 2014-07-02 Roland McGrath <roland@hack.frob.com>
8593 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8594 before checking its value.
8596 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8598 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8600 * debug/memcpy_chk.c: Don't include pagecopy.h.
8601 * debug/mempcpy_chk.c: Likewise.
8602 * string/memcpy.c: Likewise.
8603 * string/memmove.c: Likewise.
8604 * sysdeps/powerpc/memmove.c: Likewise.
8605 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
8606 definition of PAGE_COPY_FWD_MAYBE here...
8607 * sysdeps/generic/pagecopy.h: ... from here.
8608 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8610 2014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8611 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8613 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8614 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8616 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8617 (__libc_ifunc_impl_list): Likewise.
8618 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8619 multiarch strcat for PPC64.
8620 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8621 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8623 2014-07-02 Roland McGrath <roland@hack.frob.com>
8625 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8627 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8629 * intl/loadmsgcat.c: Remove declaration of
8630 get_sysdep_segment_value.
8631 (get_sysdep_segment_value): Use ISO C style.
8632 (_nl_load_domain): Use ISO C style. Get rid of redundant
8633 semicolon. Fix typo and formatting in comment.
8634 (_nl_unload_domain): Use ISO C style.
8636 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8638 2014-07-02 Will Newton <will.newton@linaro.org>
8640 * malloc/obstack.c: Merge from gnulib master.
8641 [HAVE_CONFIG_H]: Remove conditional code.
8642 [!_LIBC]: Include config.h.
8643 [!ELIDE_CODE]: Don't include inttypes.h, include
8644 stdint.h unconditionally.
8645 (print_and_abort): Mark as _Noreturn.
8646 (_obstack_allocated_p): Mark as __attribute_pure__.
8647 (obstack_free): Rename to __obstack_free.
8648 [!__attribute__]: Remove conditional code.
8649 * malloc/obstack.h: Merge from gnulib master.
8650 [__cplusplus]: Move conditional down.
8651 [!__attribute_pure__]: Define __attribute_pure__ here
8652 if it is not already defined.
8653 (_obstack_memory_used): Mark as __attribute_pure__.
8654 [!__obstack_free]: Define as obstack_free.
8655 [__GNUC__]: Remove check for ancient NeXT gcc.
8657 2014-07-02 Will Newton <will.newton@linaro.org>
8658 Paul Eggert <eggert@cs.ucla.edu>
8660 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8662 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8664 * resolv/gethnamaddr.c: Add comment warning that the file is
8667 2014-07-01 Carlos O'Donell <carlos@redhat.com>
8669 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8672 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8673 entry for aio_cancel and aio_cancel64.
8674 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8675 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8676 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8677 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8678 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8679 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8680 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8681 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8682 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8683 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8684 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8685 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8686 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8688 2014-07-01 Roland McGrath <roland@hack.frob.com>
8690 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8691 * nptl/pthread_mutex_lock.c: Likewise.
8692 * nptl/pthread_mutex_timedlock.c: Likewise.
8693 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8695 2014-07-01 Richard henderson <rth@redhat.com>
8697 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8698 (__isnan, __isnanl): Remove.
8699 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8701 * sysdeps/alpha/fpu/libm-test-ulps: Update.
8703 2014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
8705 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8707 2014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
8709 * resolv/nss_dns/dns-host.c (getanswer_r)
8710 [MULTI_PTRS_ARE_ALIASES]: Remove code.
8712 2014-07-01 Joseph Myers <joseph@codesourcery.com>
8714 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8715 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8717 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8718 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8720 2014-07-01 Roland McGrath <roland@hack.frob.com>
8722 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8723 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8725 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8726 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8728 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8729 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8731 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8732 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8734 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8735 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8736 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8737 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8739 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8740 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8741 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8742 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8743 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8745 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8747 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8748 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8749 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8750 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8751 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8752 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8753 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8754 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8755 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8756 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8757 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8758 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8759 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8760 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8761 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8762 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8763 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8764 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8765 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8766 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8768 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8769 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8770 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8771 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8772 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8773 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8774 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8775 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8777 2014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
8779 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8780 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8781 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8784 2014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8786 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8788 2014-06-30 Joseph Myers <joseph@codesourcery.com>
8790 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8791 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8793 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8795 * sysdeps/arm/libm-test-ulps: Regenerated.
8797 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
8798 Roland McGrath <roland@hack.frob.com>
8800 * test-skeleton.c (signal_handler): Kill the whole process group
8801 before killing the child individually.
8802 (main): Report any failure on `setpgid'.
8804 2014-06-30 Roland McGrath <roland@hack.frob.com>
8806 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8807 from _TLS_H to _ARM_NPTL_TLS_H.
8808 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8809 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8811 2014-06-30 Joseph Myers <joseph@codesourcery.com>
8814 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8815 (__expm1l): Return argument unchanged when small but not
8818 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8820 (_FP_UNPACK_RAW_1_P): Likewise.
8821 (_FP_PACK_RAW_1): Likewise.
8822 (_FP_PACK_RAW_1_P): Likewise.
8823 (_FP_MUL_MEAT_1_wide): Likewise.
8824 (_FP_MUL_MEAT_DW_1_hard): Likewise.
8825 (_FP_MUL_MEAT_1_hard): Likewise.
8826 (_FP_DIV_MEAT_1_imm): Likewise.
8827 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8828 (_FP_DIV_MEAT_1_udiv): Likewise.
8829 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8830 (_FP_UNPACK_RAW_2): Likewise.
8831 (_FP_UNPACK_RAW_2_P): Likewise.
8832 (_FP_PACK_RAW_2): Likewise.
8833 (_FP_PACK_RAW_2_P): Likewise.
8834 (_FP_MUL_MEAT_DW_2_wide): Likewise.
8835 (_FP_MUL_MEAT_2_wide): Likewise.
8836 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8837 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8838 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8839 (_FP_MUL_MEAT_2_gmp): Likewise.
8840 (_FP_DIV_MEAT_2_udiv): Likewise.
8841 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8842 (_FP_FRAC_SRL_4): Likewise.
8843 (_FP_FRAC_SRST_4): Likewise.
8844 (_FP_FRAC_SRS_4): Likewise.
8845 (_FP_UNPACK_RAW_4): Likewise.
8846 (_FP_UNPACK_RAW_4_P): Likewise.
8847 (_FP_PACK_RAW_4): Likewise.
8848 (_FP_PACK_RAW_4_P): Likewise.
8849 (_FP_MUL_MEAT_DW_4_wide): Likewise.
8850 (_FP_MUL_MEAT_4_wide): Likewise.
8851 (_FP_MUL_MEAT_4_gmp): Likewise.
8852 (umul_ppppmnnn): Likewise.
8853 (_FP_DIV_MEAT_4_udiv): Likewise.
8854 (__FP_FRAC_ADD_4): Likewise.
8855 (__FP_FRAC_SUB_3): Likewise.
8856 (__FP_FRAC_SUB_4): Likewise.
8857 (__FP_FRAC_DEC_3): Likewise.
8858 (__FP_FRAC_DEC_4): Likewise.
8859 (__FP_FRAC_ADDI_4): Likewise.
8860 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8861 (_FP_FRAC_SRL_8): Likewise.
8862 (_FP_FRAC_SRS_8): Likewise.
8864 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8866 (FP_UNPACK_RAW_EP): Likewise.
8867 (FP_PACK_RAW_E): Likewise.
8868 (FP_PACK_RAW_EP): Likewise.
8869 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8870 (_FP_ISSIGNAN): Likewise.
8871 (_FP_ADD_INTERNAL): Likewise.
8872 (_FP_FMA): Likewise.
8873 (_FP_CMP): Likewise.
8874 (_FP_SQRT): Likewise.
8875 (_FP_TO_INT): Likewise.
8876 (_FP_FROM_INT): Likewise.
8877 (FP_EXTEND): Likewise.
8878 (_FP_DIV_MEAT_N_loop): Likewise.
8880 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
8882 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8885 2014-06-29 Joseph Myers <joseph@codesourcery.com>
8888 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8889 result with correct sign in case of exponents that produce
8890 overflow except for X very close to 1.
8892 2014-06-28 Paul Eggert <eggert@cs.ucla.edu>
8894 mktime: merge #if/#ifdef usage from glibc
8895 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8896 as that works with both Glibc's and Gnulib's style.
8897 See thread starting at Siddhesh Poyarekar's bug report at:
8898 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8900 2014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8902 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8903 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8904 * sysdeps/tile/tilegx/memmove.c: Remove file.
8906 2014-06-27 Joseph Myers <joseph@codesourcery.com>
8908 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8909 abi-name definition.
8910 * scripts/soversions.awk: Do not handle or generate ABI lines.
8911 * shlib-versions: Remove ABI entries.
8912 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8913 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8915 2014-06-27 Roland McGrath <roland@hack.frob.com>
8917 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8918 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8919 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8920 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8921 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8922 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8923 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8925 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8927 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8928 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8929 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8930 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8931 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8932 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8933 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8934 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8935 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8936 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8937 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8938 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8939 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8941 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8942 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8943 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8944 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8945 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8946 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8948 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8949 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8951 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8952 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8953 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8954 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8956 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8957 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8958 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8959 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8960 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8961 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8962 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8963 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8965 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8966 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8967 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8968 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8970 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8971 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8973 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8974 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8975 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8976 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8978 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8980 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8981 Identical file removed.
8982 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8984 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8985 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8986 Identical file removed.
8987 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8988 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8989 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8991 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8992 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8993 Identical file removed.
8994 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8995 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8996 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8997 Identical file removed.
8998 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8999 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9000 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9001 Identical file removed.
9002 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9003 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9004 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9005 Identical file removed.
9006 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9008 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9009 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9010 Identical file removed.
9011 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9013 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9014 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9015 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9016 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9017 Identical file removed.
9018 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9020 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9022 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9023 Identical file removed.
9024 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9026 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9027 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9028 Identical file removed.
9029 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9031 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9032 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9033 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9034 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9035 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9036 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9038 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9039 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9040 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9042 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9043 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9044 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9045 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9046 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9048 2014-06-27 Arjun Shankar <arjun.is@lostca.se>
9051 * nscd/nscd.c (monitor_child): Return exit status of child
9052 instead of return value from wait syscall.
9054 2014-06-27 Joseph Myers <joseph@codesourcery.com>
9056 * configure.ac (libc_commonpagesize): Remove variable.
9057 (libc_relro_required): Likewise.
9058 (libc_cv_z_relro): Remove configure test.
9059 * configure: Regenerated.
9060 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9062 (libc_relro_required): Likewise.
9063 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9064 (libc_relro_required): Likewise.
9065 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9066 (libc_relro_required): Likewise.
9067 * sysdeps/arm/preconfigure: Regenerated.
9068 * sysdeps/ia64/preconfigure: Remove file.
9069 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9071 (libc_relro_required): Likewise.
9075 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9076 (__ieee754_yn): Set FE_TONEAREST mode internally and then
9077 recompute overflowing results in original rounding mode.
9078 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9079 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9080 recompute overflowing results in original rounding mode.
9081 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9082 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9083 recompute overflowing results in original rounding mode.
9084 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9085 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9086 recompute overflowing results in original rounding mode.
9087 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9088 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9089 recompute overflowing results in original rounding mode.
9090 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9091 (libc_feholdsetround_ctx): New macro.
9092 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9093 * sysdeps/i386/fpu/libm-test-ulps: Update.
9094 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9096 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9098 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9099 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9100 corresponding .cpsetup call.
9102 2014-06-26 Roland McGrath <roland@hack.frob.com>
9104 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9105 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9106 * sysdeps/arm/Makefile [$(subdir) = csu]
9107 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9108 (static-only-routines): Add aeabi_read_tp here.
9109 (shared-only-routines): Add libc-aeabi_read_tp here.
9110 (CFLAGS-libc-start.c): Add -fexceptions here.
9111 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9112 (sysdep_routines, static-only-routines, shared-only-routines):
9113 Don't add to these here.
9114 (CFLAGS-libc-start.c): Likewise.
9116 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9117 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9118 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9119 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9120 * sysdeps/arm/Makefile [$(subdir) = rt]
9121 (librt-sysdep_routines, librt-shared-only-routines):
9122 Append rt-aeabi_unwind_cpp_pr1 here.
9123 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9124 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9125 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9126 (libpthread-sysdep_routines, libpthread-shared-only-routines):
9127 Append nptl-aeabi_unwind_cpp_pr1 here.
9128 (tests): Filter out tst-cleanupx4 here.
9129 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9130 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9131 Don't do those here.
9133 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9135 * scripts/list-sources.sh: Do not handle ports specially.
9137 2014-06-26 Roland McGrath <roland@hack.frob.com>
9139 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9140 * sysdeps/arm/feupdateenv.c: Likewise.
9142 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9144 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9146 * manual/texinfo.tex: Update to version 2014-05-05.10 with
9147 trailing whitespace removed.
9148 * scripts/config.guess: Update to version 2014-03-23.
9149 * scripts/config.sub: Update to version 2014-05-01
9150 * scripts/install-sh: Update to version 2013-12-25.23.
9151 * scripts/move-if-change: Update from gnulib.
9153 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9155 * debug/memmove_chk.c: Remove pagecopy.h include.
9157 2014-06-26 Paul Eggert <eggert@cs.ucla.edu>
9159 * time/mktime.c (leapyear): Remove inline keyword. The code is now
9160 identical to gnulib mktime.
9162 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9164 * configure.ac: Do not test for machine being rs6000. Do not test
9166 * configure: Regenerated.
9168 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9170 * configure: Regenerated.
9171 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9172 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9173 Remove configure test.
9174 * sysdeps/arm/configure: Regenerated.
9175 * sysdeps/nptl/configure.ac: Do not check
9176 libc_cv_asm_cfi_directives.
9177 * sysdeps/nptl/configure: Regenerated.
9178 * sysdeps/x86_64/nptl/configure.ac: Remove file.
9179 * sysdeps/x86_64/nptl/configure: Remove generated file.
9180 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9182 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9184 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9186 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9187 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9188 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9191 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9192 instead of whether it is defined.
9193 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9194 * sysdeps/hppa/dl-machine.h: Likewise.
9195 * sysdeps/ia64/dl-machine.h: Likewise.
9196 * sysdeps/m68k/dl-machine.h: Likewise.
9197 * sysdeps/microblaze/dl-machine.h: Likewise.
9198 * sysdeps/mips/dl-machine.: Likewise.
9199 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9200 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9201 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9202 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9203 * sysdeps/sh/dl-machine.h: Likewise.
9204 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9205 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9206 * sysdeps/tile/dl-machine.h: Likewise.
9207 * sysdeps/x86_64/dl-machine.h: Likewise.
9209 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9211 (verify_persistent_db): Likewise.
9213 2014-06-26 Roland McGrath <roland@hack.frob.com>
9215 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9216 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9217 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9218 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9219 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9221 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9223 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9224 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9225 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9226 Identical file removed.
9227 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9228 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9229 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9230 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9231 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9232 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9233 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9234 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9235 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9236 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9237 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9239 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9240 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9241 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9242 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9243 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9244 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9246 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9247 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9248 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9249 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9250 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9251 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9252 Identical file removed.
9253 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9254 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9255 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9256 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9257 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9259 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9261 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9262 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9263 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9264 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9265 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9266 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9267 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9268 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9269 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9270 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9271 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9273 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9274 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9276 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9277 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9278 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9279 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9281 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9282 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9283 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9285 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9287 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9288 * sysdeps/unix/sysv/linux/s390/Versions
9289 (libpthread: GLIBC_2.19): New version set.
9290 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9291 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9292 (librt: GLIBC_2.3.3): New version set.
9293 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9294 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9295 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9296 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9297 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9298 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9299 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9300 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9301 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9302 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9303 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9304 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9305 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9306 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9307 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9308 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9309 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9310 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9311 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9312 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9313 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9314 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9315 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9316 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9317 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9318 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9319 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9320 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9321 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9322 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9323 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9324 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9325 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9326 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9327 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9328 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9329 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9330 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9331 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9332 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9333 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9334 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9335 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9336 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9337 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9339 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9340 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9341 (__libc_vfork): Define the function under this name.
9342 [!NOT_IN_libc] (__vfork): Make this an alias.
9343 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9344 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9345 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9346 (__libc_vfork): Define the function under this name.
9347 [!NOT_IN_libc] (__vfork): Make this an alias.
9348 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9349 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9350 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9351 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9352 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9353 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9355 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9356 code that was previously under [RESET_PID].
9357 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9358 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9359 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9361 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9362 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9363 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9364 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9365 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9366 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9367 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9368 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9369 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9370 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9371 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9373 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9374 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9375 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9376 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9377 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9378 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9379 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9380 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9381 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9382 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9383 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9384 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9385 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9386 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9387 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9388 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9389 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9390 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9391 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9392 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9393 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9394 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9395 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9396 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9397 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9398 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9399 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9400 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9401 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9403 2014-06-25 Roland McGrath <roland@hack.frob.com>
9405 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9406 that was previously under [RESET_PID].
9407 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9409 2014-06-25 Joseph Myers <joseph@codesourcery.com>
9411 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9412 not undefine and redefine.
9413 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9414 [O_CLOEXEC]: Make code unconditional.
9415 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9416 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9417 <kernel-features.h>.
9418 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9419 conditional variable definition.
9420 (shm_open) [O_CLOEXEC]: Make code unconditional.
9421 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9424 * configure.ac (USE_REGPARMS): Don't define here.
9425 * configure: Regenerated.
9426 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9427 * sysdeps/i386/configure: Regenerated.
9429 * nptl/createthread.c: Don't include kernel-features.h.
9430 * nptl/pthread_cancel.c: Likewise.
9431 * nptl/pthread_condattr_setclock.c: Likewise.
9432 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9433 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9434 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9435 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9436 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9437 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9438 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9439 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9440 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9441 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9442 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9443 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9444 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9445 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9446 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9447 * nscd/gai.c: Likewise.
9448 * nss/nss_db/db-open.c: Likewise.
9449 * sysdeps/generic/ldsodefs.h: Likewise.
9450 * sysdeps/sh/nptl/tls.h: Likewise.
9451 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9452 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9453 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9454 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9455 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9456 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9457 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9458 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9459 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9460 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9461 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9462 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9463 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9464 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9465 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9466 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9467 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9468 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9469 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9470 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9471 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9472 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9473 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9474 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9475 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9476 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9477 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9478 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9479 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9480 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9481 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9482 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9483 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9484 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9485 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9486 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9487 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9488 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9489 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9490 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9491 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9492 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9493 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9494 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9495 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9496 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9497 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9498 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9499 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9500 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9501 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9502 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9503 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9504 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9505 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9506 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9507 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9508 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9511 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9516 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9517 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9519 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9520 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9531 * sysdeps/unix/sysv/linux/pread.c: Likewise.
9532 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9533 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9534 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9535 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9536 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9537 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9538 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9539 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9540 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9541 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9542 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9543 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9544 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9545 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9546 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9547 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9548 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9549 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9550 * sysdeps/unix/sysv/linux/system.c: Likewise.
9551 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9552 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9553 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9554 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9555 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9556 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9557 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9559 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9560 * configure: Regenerated.
9561 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9563 * configure.ac (base_machine): Do not set specially for particular
9565 * configure: Regenerated.
9566 * sysdeps/powerpc/preconfigure: Move machine and base_machine
9567 settings from configure.ac.
9568 * sysdeps/i386/preconfigure: New file.
9569 * sysdeps/s390/preconfigure: Likewise.
9570 * sysdeps/sh/preconfigure: Likewise.
9571 * sysdeps/sparc/preconfigure: Likewise.
9573 2014-06-25 Roland McGrath <roland@hack.frob.com>
9575 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9576 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9577 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9578 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9579 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9580 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9581 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9582 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9583 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9584 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9585 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9586 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9587 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9588 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9589 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9590 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9591 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9592 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9593 * sysdeps/sparc/sparc64/Makefile: ... appended here.
9595 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9596 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9597 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9598 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9599 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9600 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9601 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9602 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9603 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9604 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9605 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9606 * sysdeps/sparc/sparc32/sem_post.c: ... here.
9607 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9608 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9609 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9610 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9611 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9612 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9613 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9614 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9615 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9616 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9617 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9618 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9619 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9620 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9621 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9622 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9623 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9624 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9625 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9626 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9627 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9628 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9629 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9630 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9631 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9632 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9634 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9635 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9636 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9637 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9638 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9640 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9642 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9643 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9644 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9645 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9646 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9648 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9649 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9650 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9651 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9652 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9653 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9654 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9655 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9657 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9658 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9660 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9661 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9662 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9663 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9665 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9666 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9667 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9668 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9669 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9670 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9671 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9672 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9673 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9674 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9676 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9678 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9679 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9680 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9681 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9682 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9684 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9685 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9686 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9687 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9688 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9689 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9690 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9691 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9693 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9694 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9696 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9697 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9698 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9699 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9701 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9702 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9703 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9704 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9705 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9707 2014-06-25 Joseph Myers <joseph@codesourcery.com>
9709 * timezone/checktab.awk: Update from tzcode 2014e.
9710 * timezone/private.h: Likewise.
9711 * timezone/tzfile.h: Likewise.
9712 * timezone/zdump.c: Likewise.
9713 * timezone/zic.c: Likewise.
9715 * sysdeps/unix/sysv/linux/kernel-features.h
9716 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9717 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9718 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9719 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9720 Remove conditional code.
9722 2014-06-25 Will Newton <will.newton@linaro.org>
9724 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9725 (_dl_arm_cap_flags): Add HWCAP2 values.
9726 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9727 (_DL_HWCAP_COUNT): Increase to 37.
9728 (_DL_HWCAP_LAST): New define.
9729 (_DL_HWCAP2_LAST): New define.
9730 (_dl_procinfo): Add support for printing
9732 (_dl_string_hwcap): Use _dl_hwcap_string.
9734 2014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9736 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9738 2014-06-25 Joseph Myers <joseph@codesourcery.com>
9740 * README: Do not mention ports directory.
9742 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9744 * sysdeps/unix/sysv/linux/futimes.c: Do not include
9745 <kernel-features.h>.
9746 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9747 conditional variable definition.
9748 (__futimes): Update comment.
9749 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9750 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9753 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9754 arguments close to 0.
9755 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9757 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9759 * math/auto-libm-test-in: Add more tests of exp10.
9760 * math/auto-libm-test-out: Regenerated.
9761 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9763 * sysdeps/unix/sysv/linux/kernel-features.h
9764 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9765 * sysdeps/unix/sysv/linux/readv.c: Do not include
9766 <kernel-features.h>.
9767 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9768 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9769 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9771 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9773 * sysdeps/unix/sysv/linux/writev.c: Do not include
9774 <kernel-features.h>.
9775 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9776 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9777 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9779 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9782 2014-06-25 Will Newton <will.newton@linaro.org>
9784 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9785 comment changes throughout the file. Remove checks
9786 for HAVE_*_H definitions that are not required.
9787 (__gen_tempname): Call abort if an unknown kind value is
9790 2014-06-25 Andreas Schwab <schwab@suse.de>
9793 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9794 scalbln, scalblnf, scalblnl in libc.
9796 2014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
9799 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9800 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9801 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9803 2014-06-24 Roland McGrath <roland@hack.frob.com>
9805 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9806 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9807 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9808 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9810 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9811 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9813 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9814 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9815 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9816 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9817 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9818 * sysdeps/x86/bits/pthreadtypes.h: ... here.
9819 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9820 * sysdeps/x86/bits/semaphore.h: ... here.
9821 * sysdeps/x86/nptl/elide.h: Moved ...
9822 * sysdeps/x86/elide.h: ... here.
9823 * sysdeps/x86_64/nptl/Implies: File removed.
9824 * sysdeps/i386/nptl/Implies: File removed.
9826 2014-06-24 Joseph Myers <joseph@codesourcery.com>
9829 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9830 return the argument for normal arguments with exponent below -64.
9831 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9833 * math/auto-libm-test-in: Add another test of expm1.
9834 * math/auto-libm-test-out: Regenerated.
9837 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9838 calling __erfcl for arguments at least 16.
9839 * math/auto-libm-test-in: Add more tests of erf.
9840 * math/auto-libm-test-out: Regenerated.
9842 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9843 individual architectures.
9844 * sysdeps/unix/sysv/linux/configure: Regenerated.
9845 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9846 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9847 * sysdeps/unix/sysv/linux/powerpc/configure.ac
9848 (ldd_rewrite_script): Define variable.
9849 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9850 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9854 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9855 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9856 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9857 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9858 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9859 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9860 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9861 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9863 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9866 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9867 Rename member __data.d to __data.__elision_data.
9869 2014-06-24 Wilco <wdijkstr@arm.com>
9871 * NEWS: Add 16918 to fixed bug list.
9873 2014-06-24 Wilco <wdijkstr@arm.com>
9875 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9877 2014-06-24 Wilco <wdijkstr@arm.com>
9879 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9880 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9881 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9882 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9883 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9884 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9885 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9888 2014-06-24 Wilco <wdijkstr@arm.com>
9890 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9892 2014-06-24 Wilco <wdijkstr@arm.com>
9894 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9895 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9896 * sysdeps/arm/fesetround.c (fesetround): Remove space.
9897 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9899 2014-06-24 Wilco <wdijkstr@arm.com>
9902 * sysdeps/arm/feupdateenv.c (feupdateenv):
9903 Rewrite to reduce FPSCR accesses and fix return value.
9905 2014-06-24 Wilco <wdijkstr@arm.com>
9907 * sysdeps/arm/fclrexcpt.c (feclearexcept):
9908 Optimize to avoid unnecessary FPSCR writes.
9909 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9910 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9911 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9912 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9914 2014-06-24 Wilco <wdijkstr@arm.com>
9916 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9917 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9918 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9919 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9920 Call libc_fetestexcept_vfp.
9921 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9922 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9923 __SOFTFP__ ifdef so that they can be built for softfp.
9925 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9927 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9928 argument type signed char.
9930 * Makerules (check-abi): Dump diff of symlist if the test
9933 2014-06-23 Roland McGrath <roland@hack.frob.com>
9935 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9938 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9939 Remove unused variable ST.
9941 2014-06-23 Joseph Myers <joseph@codesourcery.com>
9945 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9946 small arguments before calling __expm1.
9947 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9948 small arguments before calling __expm1f.
9949 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9950 small arguments before calling __expm1l.
9951 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9953 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9954 * math/auto-libm-test-in: Add more cosh tests. Do not allow
9955 spurious underflow for some cosh tests.
9956 * math/auto-libm-test-out: Regenerated.
9957 * sysdeps/i386/fpu/libm-test-ulps: Update.
9960 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9961 (__ieee754_y1): Set errno if return value overflows.
9962 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9963 (__ieee754_y1f): Set errno if return value overflows.
9964 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9965 (__ieee754_y1l): Set errno if return value overflows.
9966 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9967 (__ieee754_y1l): Set errno if return value overflows.
9968 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9969 * math/auto-libm-test-out: Regenerated.
9971 * math/gen-auto-libm-tests.c: Document use of
9972 ignore-zero-inf-sign.
9973 (input_flag_type): Add value flag_ignore_zero_inf_sign.
9974 (input_flags): Add ignore-zero-inf-sign.
9975 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9976 * math/gen-libm-test.pl (generate_testfile): Handle
9977 ignore-zero-inf-sign.
9978 * math/auto-libm-test-in: Mark some cpow tests with
9979 ignore-zero-inf-sign and some with xfail-rounding.
9980 * math/auto-libm-test-out: Regenerated.
9981 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9982 * sysdeps/i386/fpu/libm-test-ulps: Update.
9983 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9986 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9987 overflowing or underflowing operations take place with sign of
9989 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9990 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9991 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9992 (__ieee754_pow): Recompute overflowing and underflowing results in
9993 original rounding mode.
9994 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9995 (__powl_helper): Allow negative argument X and scale negated value
9996 as needed. Avoid passing value outside [-1, 1] to f2xm1.
9997 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9998 overflowing or underflowing operations take place with sign of
10000 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10002 * math/auto-libm-test-in: Add more tests of pow.
10003 * math/auto-libm-test-out: Regenerated.
10004 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10005 (pow_tonearest_test_data): Remove.
10006 (pow_test_tonearest): Likewise.
10007 (pow_towardzero_test_data): Likewise.
10008 (pow_test_towardzero): Likewise.
10009 (pow_downward_test_data): Likewise.
10010 (pow_test_downward): Likewise.
10011 (pow_upward_test_data): Likewise.
10012 (pow_test_upward): Likewise.
10013 (main): Don't call removed functions.
10014 * sysdeps/i386/fpu/libm-test-ulps: Update.
10015 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10017 2014-06-23 Roland McGrath <roland@hack.frob.com>
10019 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10021 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10022 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10025 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10027 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10028 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10030 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10031 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10033 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10035 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10037 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10039 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10041 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10043 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10047 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10049 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10051 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10053 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10055 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10057 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10060 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10062 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10064 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10067 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10068 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10070 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10071 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10073 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10076 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10082 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10084 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10086 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10088 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10089 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10093 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10095 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10097 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10099 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10104 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10106 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10108 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10109 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10111 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10115 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10119 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10120 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10122 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10123 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10126 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10128 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10129 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10131 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10135 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10136 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10138 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10139 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10141 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10144 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10145 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10146 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10147 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10149 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10150 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10152 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10155 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10157 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10159 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10161 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10163 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10165 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10167 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10170 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10180 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10182 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10184 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10189 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10193 2014-06-23 Will Newton <will.newton@linaro.org>
10194 Wilco <wdijkstr@arm.com>
10196 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10197 implementation. Include get-rounding-mode.h.
10198 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10199 [!libc_feholdsetround_noex_ctx]: Define
10200 libc_feholdsetround_noex_ctx.
10201 [!libc_feholdsetround_noexf_ctx]: Define
10202 libc_feholdsetround_noexf_ctx.
10203 [!libc_feholdsetround_noexl_ctx]: Define
10204 libc_feholdsetround_noexl_ctx.
10205 (libc_feholdsetround_ctx): New function.
10206 (libc_feresetround_ctx): New function.
10207 (libc_feholdsetround_noex_ctx): New function.
10208 (libc_feresetround_noex_ctx): New function.
10210 2014-06-23 Roland McGrath <roland@hack.frob.com>
10212 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10213 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10214 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10215 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10216 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10217 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10219 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10220 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10221 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10222 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10223 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10224 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10225 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10226 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10227 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10228 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10229 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10231 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10233 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10234 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10235 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10236 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10237 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10239 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10240 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10241 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10242 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10243 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10244 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10245 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10246 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10248 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10249 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10251 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10252 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10253 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10254 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10256 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10257 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10258 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10259 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10260 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10261 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10262 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10263 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10264 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10265 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10267 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10269 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10270 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10271 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10272 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10273 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10274 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10275 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10276 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10277 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10278 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10279 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10280 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10281 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10283 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10284 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10285 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10286 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10287 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10288 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10290 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10291 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10292 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10293 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10294 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10296 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10297 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10298 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10299 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10300 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10301 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10302 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10303 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10304 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10305 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10306 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10307 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10308 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10309 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10310 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10311 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10312 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10313 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10314 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10315 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10316 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10317 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10318 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10319 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10320 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10321 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10322 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10323 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10325 2014-06-23 Joseph Myers <joseph@codesourcery.com>
10327 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10328 (FALLOC_FL_COLLAPSE_RANGE): New macro.
10329 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10330 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10331 (IPV6_PMTUDISC_INTERFACE): Likewise.
10332 (IPV6_PMTUDISC_OMIT): Likewise.
10334 2014-06-23 Andreas Schwab <schwab@suse.de>
10336 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10337 Remove unused errout label.
10339 2014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10341 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10342 macro: hardware supports Vector Crypto instructions.
10344 2014-06-23 Will Newton <will.newton@linaro.org>
10346 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10347 rather than __builtin_expect.
10349 * elf/dl-lookup.c (undefined_msg): Remove variable.
10350 (_dl_lookup_symbol_x): Replace undefined_msg with string
10353 * elf/dl-lookup.c (do_lookup_unique): New function.
10354 (do_lookup_x): Move STB_GNU_UNIQUE handling code
10355 to a separate function.
10357 2014-06-23 Andreas Schwab <schwab@suse.de>
10360 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10361 before reading the next line.
10363 2014-06-23 Will Newton <will.newton@linaro.org>
10365 * test-skeleton.c (signal_handler): Use printf and %m
10366 rather than perror. Use printf rather than fprintf to
10367 stderr. Use puts rather than fputs to stderr.
10370 2014-06-22 Ludovic Courtès <ludo@gnu.org>
10372 * nscd/nscd.c (thread_info_t): Remove typedef.
10373 (thread_info): Remove variable.
10375 2014-06-21 Allan McRae <allan@archlinux.org>
10377 * NEWS: Mention CVE-2014-4043.
10379 2014-06-20 Roland McGrath <roland@hack.frob.com>
10381 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10382 * nptl/smp.h: ... here.
10384 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10386 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10387 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10388 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10389 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10391 * nptl/allocatestack.c: Include <stack-aliasing.h>.
10392 * nptl/stack-aliasing.h: New file.
10393 * sysdeps/i386/i686/stack-aliasing.h: New file.
10394 * sysdeps/i386/i686/nptl/Makefile: File removed.
10395 * sysdeps/x86_64/stack-aliasing.h: New file.
10396 * sysdeps/x86_64/nptl/Makefile
10397 (CFLAGS-pthread_create.c): Variable removed.
10399 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10400 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10402 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10403 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10406 2014-06-21 Joseph Myers <joseph@codesourcery.com>
10408 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10409 (__ASSUME_SIGFRAME_V2): Remove macro.
10410 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10411 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10412 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10413 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10414 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10415 Declare as function. Remove conditional macro definitions.
10416 (__default_rt_sa_restorer): Likewise.
10417 (__default_sa_restorer_v1): Remove declaration.
10418 (__default_sa_restorer_v2): Likewise.
10419 (__default_rt_sa_restorer_v1): Likewise.
10420 (__default_rt_sa_restorer_v2): Likewise.
10421 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10422 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10423 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10425 2014-06-20 Roland McGrath <roland@hack.frob.com>
10427 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10428 (libpthread-routines): Add sysdep.
10429 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10430 * sysdeps/unix/sysv/linux/sparc/Versions
10431 (libpthread: GLIBC_2.3.3): New version set.
10432 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10433 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10434 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10435 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10436 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
10437 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10439 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10440 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10441 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10442 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10443 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10444 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10445 * sysdeps/sparc/nptl/sem_init.c: ... here.
10446 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10447 * sysdeps/sparc/nptl/sem_post.c: ... here.
10448 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10449 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10450 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10451 * sysdeps/sparc/nptl/sem_wait.c: ... here.
10452 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10453 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10454 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10455 (libpthread-routines): Add cpu_relax.
10456 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10458 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10459 (librt: GLIBC_2.3.3): New version set.
10460 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10461 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10462 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10463 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10464 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10465 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10466 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10467 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10469 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10470 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10471 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10472 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10473 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10474 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10475 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10476 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10477 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10478 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10480 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10482 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10484 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10486 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10488 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10490 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10492 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10494 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10496 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10498 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10500 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10502 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10503 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10504 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10505 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10506 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10507 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10508 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10509 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10510 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10511 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10512 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10514 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10515 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10516 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10517 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10518 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10520 2014-06-20 Joseph Myers <joseph@codesourcery.com>
10522 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10523 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10524 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10525 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10526 * nscd/nscd.c: Likewise.
10527 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10528 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10529 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10530 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10532 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10533 <kernel-features.h>.
10534 (init_mq_netlink): Remove conditional have_sock_cloexec
10535 definitions. Remove code conditional on have_sock_cloexec < 0.
10536 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10537 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10538 * sysdeps/unix/sysv/linux/opensock.c: Do not include
10539 <kernel-features.h>.
10540 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10541 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10543 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
10545 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10546 Add tests for memset_chk and memset.
10548 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10551 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
10554 * elf/tst-dl-iter-static.c: New file.
10555 * elf/Makefile (tests-static): Add tst-dl-iter-static.
10557 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10560 2014-06-20 Joseph Myers <joseph@codesourcery.com>
10562 * sysdeps/unix/sysv/linux/kernel-features.h
10563 (__ASSUME_F_GETOWN_EX): Remove macro.
10564 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10565 <kernel-features.h>.
10566 (miss_F_GETOWN_EX): Remove variable or macro.
10567 (do_fcntl): Do not check miss_F_GETOWN_EX.
10568 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10570 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10572 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10573 [!__ASSUME_AT_RANDOM]: Remove conditional code.
10574 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10576 * sysdeps/unix/sysv/linux/kernel-features.h
10577 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10578 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10579 [ADJ_OFFSET_SS_READ]: Make code unconditional.
10580 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10582 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
10585 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10586 Fix calculation of the symbol's value.
10587 * sysdeps/arm/tst-armtlsdescloc.c: New file.
10588 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10589 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10590 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10591 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10592 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10593 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10594 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10595 (modules-names): Add `tst-armtlsdescmod',
10596 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10597 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10598 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10599 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10600 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10601 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10602 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10603 ($(objpfx)tst-armtlsdescloc): New dependency.
10604 ($(objpfx)tst-armtlsdescextnow): Likewise.
10605 ($(objpfx)tst-armtlsdescextlazy): Likewise.
10606 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10607 TLS scheme support.
10608 * sysdeps/arm/configure: Regenerate.
10610 2014-06-20 Joseph Myers <joseph@codesourcery.com>
10612 * include/fcntl.h (__atfct_seterrno): Remove prototype.
10613 (__atfct_seterrno_2): Likewise.
10614 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10615 <kernel-features.h>.
10616 (__ASSUME_ATFCTS): Do not undefine and redefine.
10617 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10618 (__have_atfcts): Remove conditional definition.
10619 (__fxstatat([__NR_fstatat64]: Make code unconditional.
10620 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10621 unreachable if [__ASSUME_ATFCTS].
10622 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10623 not undefine and redefine.
10624 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10625 <kernel-features.h>.
10626 (faccessat) [__NR_faccessat]: Make code unconditional.
10627 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10628 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10629 <kernel-features.h>.
10630 (fchmodat) [__NR_fchmodat]: Make code unconditional.
10631 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10632 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10633 <kernel-features.h>.
10634 (fchownat) [__NR_fchownat]: Make code unconditional.
10635 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10636 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10637 <kernel-features.h>.
10638 (futimesat) [__NR_futimesat]: Make code unconditional.
10639 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10640 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10641 <kernel-features.h>.
10642 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10643 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10644 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10645 <kernel-features.h>.
10646 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10647 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10648 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10649 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10650 <kernel-features.h>.
10651 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10652 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10653 * sysdeps/unix/sysv/linux/linkat.c: Do not include
10654 <kernel-features.h>.
10655 (linkat) [__NR_linkat]: Make code unconditional.
10656 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10657 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10658 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10659 <kernel-features.h>.
10660 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10661 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10662 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10663 <kernel-features.h>.
10664 (mkdirat) [__NR_mkdirat]: Make code unconditional.
10665 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10666 * sysdeps/unix/sysv/linux/openat.c: Do not include
10667 <kernel-features.h>.
10668 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10669 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10670 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10671 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10672 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10673 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10674 <kernel-features.h>.
10675 (readlinkat) [__NR_readlinkat]: Make code unconditional.
10676 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
10677 result of INLINE_SYSCALL directly, not via int variable.
10678 * sysdeps/unix/sysv/linux/renameat.c: Do not include
10679 <kernel-features.h>.
10680 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10681 (renameat) [__NR_renameat]: Make code unconditional.
10682 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10683 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10684 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10685 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10686 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10687 (__ASSUME_ATFCTS): Do not undefine and redefine.
10688 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10689 <kernel-features.h>.
10690 (symlinkat) [__NR_symlinkat]: Make code unconditional.
10691 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10692 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10693 <kernel-features.h>.
10694 (unlinkat) [__NR_unlinkat]: Make code unconditional.
10695 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10696 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10697 (__ASSUME_ATFCTS): Do not undefine and redefine.
10698 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10699 <kernel-features.h>.
10700 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10701 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10702 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10703 <kernel-features.h>.
10704 (__xmknodat) [__NR_mknodat]: Make code unconditional.
10705 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10707 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
10709 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10711 2014-06-20 Andreas Schwab <schwab@linux-m68k.org>
10714 * posix/regcomp.c (parse_reg_exp): Deallocate partially
10715 constructed tree before returning error.
10716 * posix/bug-regexp36.c: Expand test case.
10718 2014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
10721 * math/libm-test.inc (scalbln_test_date):
10722 Add errno expectations.
10723 * math/w_scalblnf.c: New File.
10724 Add wrapper which checks for setting errno to ERANGE.
10725 Add weak_alias for corresponding scalbln function.
10726 * math/w_scalbln.c: Likewise.
10727 * math/w_scalblnl.c: Likewise.
10728 * math/Makefile (libm-calls): Add w_scalbln.
10729 * sysdeps/ieee754/flt-32/s_scalblnf.c:
10730 Remove weak_alias for corresponding scalbln function.
10731 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10732 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10733 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10734 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10735 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10736 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10737 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10738 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10739 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10740 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10741 Remove long_double_symbol for scalblnl function in libm, libc.
10742 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10743 Add wrapper which checks for setting errno to ERANGE.
10744 Add long_double_symbol for scalblnl function in libm, libc.
10745 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10746 Remove long_double_symbol for scalblnl in libm.
10747 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10748 Add wrapper which checks for setting errno to ERANGE.
10749 Add long_double_symbol for scalblnl function in libm.
10750 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10751 Do not use wrapper because of own implementation.
10753 2014-06-19 H.J. Lu <hongjiu.lu@intel.com>
10755 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10756 3 bytes for __pad1 for x32.
10757 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10759 2014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
10760 H.J. Lu <hongjiu.lu@intel.com>
10762 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10763 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10764 * sysdeps/x86_64/multiarch/memset.S: Likewise.
10765 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10766 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10768 2014-06-19 Andreas Schwab <schwab@linux-m68k.org>
10771 * posix/regcomp.c (parse_expression): Deallocate partially
10772 constructed tree before returning error.
10773 * posix/Makefile.c (tests): Add bug-regex36.
10774 (generated): Add bug-regex36.mtrace.
10775 (tests-special): Add $(objpfx)bug-regex36-mem.out
10776 (bug-regex36-ENV): New variable.
10777 ($(objpfx)bug-regex36-mem.out): New rule.
10778 * posix/bug-regex36.c: New file.
10780 2014-06-19 Will Newton <will.newton@linaro.org>
10782 * malloc/malloc.c (systrim): If extra is zero then return
10785 2014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
10787 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10789 2014-06-19 Richard Earnshaw <rearnsha@arm.com>
10791 * sysdeps/aarch64/strchr.S: New file.
10793 2014-06-18 Joseph Myers <joseph@codesourcery.com>
10796 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10797 from arguments -2 or below.
10798 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10799 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10801 2014-06-18 Andreas Schwab <schwab@suse.de>
10804 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10805 of a bracket expr not to run off the end of the string.
10806 * posix/Makefile (tests): Add tst-fnmatch3.
10807 * posix/tst-fnmatch3.c: New file.
10809 2014-06-18 Joseph Myers <joseph@codesourcery.com>
10811 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10812 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10813 [$(cross-compiling) = no]: Likewise.
10814 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10815 [$(cross-compiling) = no]: Likewise.
10817 2014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10820 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10821 double, adjusted for any remainder from the high double.
10822 * math/libm-test.inc (nearbyint): Add tests.
10825 2014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10827 * nptl/sysdeps/powerpc/Makefile: Moved ...
10828 * sysdeps/powerpc/nptl/Makefile: ... here.
10829 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10830 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10831 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10832 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10833 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10834 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10835 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10836 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10837 * nptl/sysdeps/powerpc/tls.h: Moved ...
10838 * sysdeps/powerpc/nptl/tls.h: ... here.
10840 2014-06-16 Joseph Myers <joseph@codesourcery.com>
10843 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10844 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10845 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10846 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10847 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10848 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10849 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10850 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10851 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10853 2014-06-17 Andreas Schwab <schwab@linux-m68k.org>
10855 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10857 2014-06-16 Andreas Schwab <schwab@linux-m68k.org>
10859 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10862 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10865 2014-06-16 Florian Weimer <fweimer@redhat.com>
10868 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10869 non-executed part of the test.
10871 2014-06-16 Andreas Schwab <schwab@suse.de>
10873 * string/bits/string2.h (strdup, strndup): Update feature guard.
10875 2014-06-14 David S. Miller <davem@davemloft.net>
10877 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10879 2014-06-14 Andreas Schwab <schwab@linux-m68k.org>
10881 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10882 that was previously under [RESET_PID].
10883 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10885 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10886 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10887 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10888 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10889 (__libc_vfork): New strong alias.
10890 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10892 2014-06-14 Andi Kleen <ak@linux.intel.com>
10894 * sysdeps/generic/elide.h: New file.
10896 2014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
10898 * Makefile (installed-headers): Adjust path of pthread.h header.
10900 2014-06-13 Roland McGrath <roland@hack.frob.com>
10902 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10903 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10904 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10905 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10907 * nptl/sysdeps/s390/Makefile: Moved ...
10908 * sysdeps/s390/nptl/Makefile: ... here.
10909 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10910 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10911 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10912 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10913 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10914 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10915 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10916 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10917 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10918 * sysdeps/s390/nptl/pthreaddef.h: ... here.
10919 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10920 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10921 * nptl/sysdeps/s390/tls.h: Moved ...
10922 * sysdeps/s390/nptl/tls.h: ... here.
10924 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10925 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10927 2014-06-13 David S. Miller <davem@davemloft.net>
10929 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10930 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10931 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10932 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10933 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10934 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10935 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10936 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10937 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10938 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10939 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10940 Remove RESET_PID cpp guards.
10941 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10942 Remove RESET_PID cpp guards.
10943 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10945 2014-06-13 Andreas Schwab <schwab@linux-m68k.org>
10947 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10950 2014-06-13 Andi Kleen <ak@linux.intel.com>
10952 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10953 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10954 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10955 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10956 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10957 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10958 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10959 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10960 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10961 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10962 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10963 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10964 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10965 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10966 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10967 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10968 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10969 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10970 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10971 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10973 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10974 (pthread_rwlock_rdlock): Add elision.
10975 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10976 (pthread_rwlock_wrlock): Add elision.
10977 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10978 (pthread_rwlock_trywrlock): Add elision.
10979 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10980 (pthread_rwlock_tryrdlock): Add elision.
10981 * nptl/pthread_rwlock_unlock.c: Include elide.h.
10982 (pthread_rwlock_tryrdlock): Add elision unlock.
10983 * nptl/sysdeps/pthread/pthread.h:
10984 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10985 (PTHREAD_RWLOCK_INITIALIZER,
10986 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10987 Handle new elision field.
10988 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10989 * sysdeps/arm/nptl/bits/pthreadtypes.h
10990 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10991 * sysdeps/sh/nptl/bits/pthreadtypes.h
10992 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10993 * sysdeps/tile/nptl/bits/pthreadtypes.h
10994 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10995 * sysdeps/a/nptl/bits/pthreadtypes.h
10996 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10997 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10998 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10999 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11000 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11001 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11002 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11003 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11004 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11005 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11006 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11007 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11008 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11009 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11010 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11011 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11012 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11013 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11014 (elision_init): Set try_xbegin to zero when no RTM.
11015 * sysdeps/x86/nptl/bits/pthreadtypes.h
11016 (pthread_rwlock_t): Change __pad1 to __rwelision.
11017 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11019 2014-06-13 Andi Kleen <ak@linux.intel.com>
11021 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11022 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11023 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11024 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11026 2014-06-13 Meador Inge <meadori@codesourcery.com>
11029 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11030 that the cached result has been set before returning it.
11032 2014-06-12 Roland McGrath <roland@hack.frob.com>
11034 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11035 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11036 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11037 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11038 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11039 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11041 * nptl/sysdeps/sparc/Makefile: Moved ...
11042 * sysdeps/sparc/nptl/Makefile: ... here.
11043 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11044 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11045 * nptl/sysdeps/sparc/tls.h: Moved ...
11046 * sysdeps/sparc/nptl/tls.h: ... here.
11047 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11048 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11049 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11050 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11051 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11052 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11053 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11054 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11055 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11056 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11057 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11058 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11059 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11060 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11061 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11062 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11063 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11064 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11066 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11067 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11069 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11070 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11072 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11073 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11076 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11078 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11079 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11081 * sysdeps/pthread/posix-timer.h: Include <list.h>.
11082 (struct list_links): Type removed.
11083 (struct thread_node, struct timer_node): Replace struct list_links
11084 with struct list_head.
11085 (list_unlink_ip): Likewise.
11086 * sysdeps/pthread/timer_routines.c
11087 (timer_free_list, thread_free_list, thread_active_list): Likewise.
11088 (list_append, list_insbefore): Likewise.
11089 (list_init): Function removed.
11090 (thread_init, init_module): Use INIT_LIST_HEAD instead.
11091 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11092 * sysdeps/pthread/Makefile: ... here, new file.
11094 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11095 * sysdeps/nptl/Implies: ... here.
11096 * sysdeps/unix/sysv/linux/Implies: Add nptl.
11097 * nptl/sysdeps/pthread/list.h: Moved ...
11098 * include/list.h: ... here.
11099 * nptl/sysdeps/pthread/createthread.c: Moved ...
11100 * nptl/createthread.c: ... here.
11101 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11102 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11103 * nptl/pt-longjmp.c: ... here.
11104 * nptl/sysdeps/pthread/Makefile: Moved ...
11105 * sysdeps/nptl/Makefile: ... here.
11106 * nptl/sysdeps/pthread/Subdirs: Moved ...
11107 * sysdeps/nptl/Subdirs: ... here.
11108 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11109 * sysdeps/nptl/aio_misc.h: ... here.
11110 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11111 * sysdeps/nptl/bits/libc-lock.h: ... here.
11112 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11113 * sysdeps/nptl/bits/libc-lockP.h: ... here.
11114 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11115 * sysdeps/nptl/bits/stdio-lock.h: ... here.
11116 * nptl/sysdeps/pthread/configure: Moved ...
11117 * sysdeps/nptl/configure: ... here.
11118 * nptl/sysdeps/pthread/configure.ac: Moved ...
11119 * sysdeps/nptl/configure.ac: ... here.
11120 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11121 * sysdeps/nptl/gai_misc.h: ... here.
11122 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11123 * sysdeps/nptl/librt-cancellation.c: ... here.
11124 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11125 * sysdeps/nptl/malloc-machine.h: ... here.
11126 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11127 * sysdeps/nptl/pthread-functions.h: ... here.
11128 * nptl/sysdeps/pthread/pthread.h: Moved ...
11129 * sysdeps/nptl/pthread.h: ... here.
11130 * nptl/sysdeps/pthread/setxid.h: Moved ...
11131 * sysdeps/nptl/setxid.h: ... here.
11132 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11133 * sysdeps/nptl/sigfillset.c: ... here.
11134 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11135 * sysdeps/nptl/tcb-offsets.h: ... here.
11136 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11137 * sysdeps/nptl/tst-mqueue8x.c: ... here.
11138 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11139 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11140 * nptl/sysdeps/pthread/allocalim.h: Moved ...
11141 * sysdeps/pthread/allocalim.h: ... here.
11142 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11143 * sysdeps/pthread/bits/sigthread.h: ... here.
11144 * nptl/sysdeps/pthread/flockfile.c: Moved ...
11145 * sysdeps/pthread/flockfile.c: ... here.
11146 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11147 * sysdeps/pthread/ftrylockfile.c: ... here.
11148 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11149 * sysdeps/pthread/funlockfile.c: ... here.
11150 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11151 * sysdeps/pthread/posix-timer.h: ... here.
11152 * nptl/sysdeps/pthread/timer_create.c: Moved ...
11153 * sysdeps/pthread/timer_create.c: ... here.
11154 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11155 * sysdeps/pthread/timer_delete.c: ... here.
11156 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11157 * sysdeps/pthread/timer_getoverr.c: ... here.
11158 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11159 * sysdeps/pthread/timer_gettime.c: ... here.
11160 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11161 * sysdeps/pthread/timer_routines.c: ... here.
11162 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11163 * sysdeps/pthread/timer_settime.c: ... here.
11164 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11165 * sysdeps/pthread/tst-timer.c: ... here.
11166 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11167 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11169 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11170 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11172 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11173 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11174 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11175 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11176 Update #include target.
11177 * nptl/sysdeps/i386/i686/Makefile: Moved ...
11178 * sysdeps/i386/i686/nptl/Makefile: ... here.
11179 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11180 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11181 Update #include target.
11182 * nptl/sysdeps/i386/i686/tls.h: Moved ...
11183 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
11184 * nptl/sysdeps/i386/Makefile: Moved ...
11185 * sysdeps/i386/nptl/Makefile: ... here.
11186 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11187 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11188 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11189 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11190 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11191 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11192 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11193 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11194 * sysdeps/i386/nptl/pthreaddef.h: ... here.
11195 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11196 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11197 * nptl/sysdeps/i386/tls.h: Moved ...
11198 * sysdeps/i386/nptl/tls.h: ... here.
11200 * sysdeps/sh/Makefile [$(subdir) = csu]
11201 (gen-as-const-headers): Add tcb-offsets.sym.
11202 * nptl/sysdeps/sh/Makefile: File removed.
11203 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11204 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11205 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11206 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11207 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11208 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11209 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11210 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11211 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11212 * sysdeps/sh/nptl/pthreaddef.h: ... here.
11213 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11214 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11215 * nptl/sysdeps/sh/tls.h: Moved ...
11216 * sysdeps/sh/nptl/tls.h: ... here.
11217 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11218 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11219 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11220 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11221 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11222 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11223 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11224 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11225 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11226 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11227 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11228 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11229 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11230 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11231 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11232 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11233 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11234 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11235 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11236 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11237 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11238 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11239 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11240 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11241 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11243 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11244 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11246 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11247 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11248 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11249 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11250 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11251 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11252 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11253 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11254 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11255 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11256 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11257 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11258 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11259 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11260 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11261 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11262 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11263 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11264 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11266 2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
11268 * posix/spawn_faction_addopen.c: Include string.h.
11270 2014-06-11 Roland McGrath <roland@hack.frob.com>
11272 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11273 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11274 * nptl/sysdeps/x86_64/Makefile: Moved ...
11275 * sysdeps/x86_64/nptl/Makefile: ... here.
11276 * nptl/sysdeps/x86_64/configure: Moved ...
11277 * sysdeps/x86_64/nptl/configure: ... here.
11278 * nptl/sysdeps/x86_64/configure.ac: Moved ...
11279 * sysdeps/x86_64/nptl/configure.ac: ... here.
11280 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11281 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11282 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11283 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11284 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11285 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11286 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11287 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11288 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11289 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11290 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11291 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11292 * nptl/sysdeps/x86_64/tls.h: Moved ...
11293 * sysdeps/x86_64/nptl/tls.h: ... here.
11294 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11295 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11296 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11297 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11299 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11301 2014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11303 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11305 2014-06-11 Joseph Myers <joseph@codesourcery.com>
11307 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11309 [POSIX] (off_t): Likewise.
11310 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11311 [POSIX] (S_ISBLK): Require macro.
11312 [POSIX] (S_ISCHR): Likewise.
11313 [POSIX] (S_ISDIR): Likewise.
11314 [POSIX] (S_ISFIFO): Likewise.
11315 [POSIX] (S_ISREG): Likewise.
11316 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11318 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11320 [POSIX] (time_t): Likewise.
11321 [POSIX] (timer_t): Likewise.
11323 2014-06-11 Florian Weimer <fweimer@redhat.com>
11326 * posix/spawn_int.h (struct __spawn_action): Make the path string
11327 non-const to support deallocation.
11328 * posix/spawn_faction_addopen.c
11329 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11330 * posix/spawn_faction_destroy.c
11331 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
11332 path in all spawn_do_open actions.
11333 * posix/tst-spawn.c (do_test): Exercise the copy operation in
11334 posix_spawn_file_actions_addopen.
11336 2014-06-11 Chris Metcalf <cmetcalf@tilera.com>
11338 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11339 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11340 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11341 conditional code always true.
11342 (__libc_vfork): New alias.
11344 2014-06-11 Roland McGrath <roland@hack.frob.com>
11346 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11347 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11349 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11351 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11352 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11354 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11355 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11357 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11358 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11360 2014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11362 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11363 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11364 multiarch strcmp for PPC64.
11365 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11366 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11367 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11368 multiarch optimizations.
11369 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11370 (__libc_ifunc_impl_list): Likewise.
11372 2014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
11374 * benchtests/scripts/validate_benchout.py: New script.
11375 * benchtests/Makefile (bench-func): Call it.
11376 * benchtests/scripts/benchout.schema.json: New file.
11378 2014-06-10 Chris Metcalf <cmetcalf@tilera.com>
11380 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11381 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11382 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11383 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11384 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11385 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11386 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11387 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11388 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11389 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11390 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11391 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11392 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11393 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11394 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11395 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11396 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11398 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11400 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11402 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11403 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11405 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11407 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11409 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11411 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11413 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11414 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11416 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11418 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11420 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11422 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11424 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11425 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11427 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11429 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11431 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11433 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11435 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11437 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11439 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11440 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11442 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11444 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11446 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11448 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11450 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11452 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11454 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11455 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11457 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11459 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11461 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11463 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11465 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11466 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11468 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11470 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11472 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11473 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11475 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11476 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11478 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11480 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11482 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11484 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11486 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11488 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11490 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11491 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11493 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11495 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11497 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11499 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11500 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11501 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11502 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11503 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11505 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11507 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11508 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11509 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11510 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11511 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11512 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11513 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11514 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11515 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11516 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11517 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11518 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11519 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11521 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11522 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11524 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11525 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11526 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11527 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11529 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11530 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11531 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11532 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11533 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11534 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11535 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11537 2014-06-10 Wilco <wdijkstr@arm.com>
11539 * math/test-fenv-return.c: New file.
11540 * math/Makefile: Add new test test-fenv-return.
11542 2014-06-10 Joseph Myers <joseph@codesourcery.com>
11545 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11546 when x - 1 is zero.
11547 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11548 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11549 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11550 0.0L for an argument of 1.0L.
11551 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11553 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11554 value when x - 1 is zero.
11555 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11556 * sysdeps/i386/fpu/libm-test-ulps: Update.
11557 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11559 2014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
11562 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11564 2014-06-09 Roland McGrath <roland@hack.frob.com>
11566 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11567 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11569 2014-06-09 Roland McGrath <roland@hack.frob.com>
11571 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11572 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11574 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11575 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11577 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11578 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11580 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11581 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11583 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11584 if not already defined.
11585 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11586 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11587 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11588 (TLS_INIT_TP): Use it.
11589 (TLS_DEFINE_INIT_TP): New macro.
11590 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11592 2014-06-09 Joseph Myers <joseph@codesourcery.com>
11594 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11596 [POSIX] (IXANY): Likewise.
11597 [POSIX] (OLCUC): Likewise.
11598 [POSIX || POSIX2008] (CBAUD): Do not allow.
11599 [POSIX || POSIX2008] (DEFECHO): Likewise.
11600 [POSIX || POSIX2008] (ECHOCTL): Likewise.
11601 [POSIX || POSIX2008] (ECHOKE): Likewise.
11602 [POSIX || POSIX2008] (ECHOPRT): Likewise.
11603 [POSIX || POSIX2008] (EXTA): Likewise.
11604 [POSIX || POSIX2008] (EXTB): Likewise.
11605 [POSIX || POSIX2008] (FLUSHO): Likewise.
11606 [POSIX || POSIX2008] (LOBLK): Likewise.
11607 [POSIX || POSIX2008] (PENDIN): Likewise.
11608 [POSIX || POSIX2008] (SWTCH): Likewise.
11609 [POSIX || POSIX2008] (VDISCARD): Likewise.
11610 [POSIX || POSIX2008] (VDSUSP): Likewise.
11611 [POSIX || POSIX2008] (VLNEXT): Likewise.
11612 [POSIX || POSIX2008] (VREPRINT): Likewise.
11613 [POSIX || POSIX2008] (VSTATUS): Likewise.
11614 [POSIX || POSIX2008] (VWERASE): Likewise.
11615 (B*): Change to B[0123456789]*.
11616 * conform/data/time.h-data [POSIX || UNIX98]
11617 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11618 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11619 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11620 [POSIX] (tm_*): Do not allow.
11622 2014-06-07 Joseph Myers <joseph@codesourcery.com>
11624 * Makefile (install): Don't set LANGUAGE.
11625 * Makefile.in (install): Likewise.
11626 * assert/Makefile (test-assert-ENV): Remove variable.
11627 (test-assert-perr-ENV): Likewise.
11628 * elf/Makefile (neededtest4-ENV): Likewise.
11629 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11630 [$(cross-compiling) = no]: Don't set LANGUAGE.
11631 * io/ftwtest-sh (LANG): Remove variable.
11632 * libio/Makefile (tst-widetext-ENV): Likewise.
11633 * manual/install.texi (Running make install): Don't refer to
11634 environment settings for make install.
11635 * INSTALL: Regenerated.
11636 * nptl/tst-tls6.sh: Don't set LANG.
11637 * posix/globtest.sh (LANG): Remove variable.
11638 * string/Makefile (tester-ENV): Likewise.
11639 (inl-tester-ENV): Likewise.
11640 (noinl-tester-ENV): Likewise.
11641 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11642 [$(cross-compiling) = no]: Don't set LANGUAGE.
11643 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11644 without explicit environment settings.
11646 2014-06-06 Roland McGrath <roland@hack.frob.com>
11648 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11649 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11650 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11651 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11653 2014-06-06 Chris Metcalf <cmetcalf@tilera.com>
11655 * crypt/crypt-private.h [DOS]: Add some includes taken from the
11656 other files in the crypt directory.
11657 * crypt/crypt.c: Remove duplicate includes.
11658 * crypt/crypt-entry.c: Likewise.
11659 * crypt/crypt_util.c: Likewise.
11661 2014-06-06 Joseph Myers <joseph@codesourcery.com>
11663 * Makeconfig (run-program-env): New variable.
11664 (run-program-prefix-before-env): Likewise.
11665 (run-program-prefix-after-env): Likewise.
11666 (run-program-prefix): Define in terms of new variables.
11667 (built-program-cmd-before-env): New variable.
11668 (built-program-cmd-after-env): Likewise.
11669 (built-program-cmd): Define in terms of new variables.
11670 (test-program-prefix-before-env): New variable.
11671 (test-program-prefix-after-env): Likewise.
11672 (test-program-prefix): Define in terms of new variables.
11673 (test-program-cmd-before-env): New variable.
11674 (test-program-cmd-after-env): Likewise.
11675 (test-program-cmd): Define in terms of new variables.
11676 * Rules (make-test-out): Use $(run-program-env).
11677 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11678 (help): Do not mention environment variables. Mention
11679 --timeoutfactor option.
11680 (timeoutfactor): New variable.
11681 (blacklist_exports): Remove function.
11682 (exports): Remove variable.
11683 (command): Do not include ${exports}.
11684 * manual/install.texi (Configuring and compiling): Do not mention
11685 test wrappers preserving environment variables. Mention that last
11686 assignment to a variable must take precedence.
11687 * INSTALL: Regenerated.
11688 * benchtests/Makefile (run-bench): Use $(run-program-env).
11689 * catgets/Makefile ($(objpfx)test1.cat): Use
11690 $(built-program-cmd-before-env), $(run-program-env) and
11691 $(built-program-cmd-after-env).
11692 ($(objpfx)test2.cat): Do not specify environment variables
11694 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11695 $(run-program-env) and $(built-program-cmd-after-env).
11696 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11697 $(run-program-env) and $(test-program-cmd-after-env).
11698 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11700 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11701 run_program_env and test_program_cmd_after_env arguments.
11702 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11703 * elf/tst-pathopt.sh: Use run_program_env argument.
11704 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11705 $(test-wrapper-env) and $(run-program-env).
11706 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11707 run_program_env arguments.
11708 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11709 * intl/Makefile ($(objpfx)tst-gettext.out): Use
11710 $(test-program-prefix-before-env), $(run-program-env) and
11711 $(test-program-prefix-after-env).
11712 ($(objpfx)tst-gettext2.out): Likewise.
11713 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11714 run_program_env and test_program_prefix_after_env arguments.
11715 * intl/tst-gettext2.sh: Likewise.
11716 * intl/tst-gettext4.sh: Do not set environment variables
11718 * intl/tst-gettext6.sh: Likewise.
11719 * intl/tst-translit.sh: Likewise.
11720 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11721 $(test-program-prefix-before-env), $(run-program-env) and
11722 $(test-program-prefix-after-env).
11723 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11724 run_program_env and test_program_prefix_after_env arguments.
11725 * math/Makefile (run-regen-ulps): Use $(run-program-env).
11726 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11727 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
11728 explicitly with each use of ${test_wrapper_env}.
11729 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11730 $(test-program-prefix-before-env), $(run-program-env) and
11731 $(test-program-prefix-after-env).
11732 * posix/tst-getconf.sh: Do not set environment variables
11734 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11735 run_program_env and test_program_prefix_after_env arguments.
11736 * stdio-common/tst-printf.sh: Do not set environment variables
11738 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11739 $(test-program-prefix-before-env), $(run-program-env) and
11740 $(test-program-prefix-after-env).
11741 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11742 run_program_env and test_program_prefix_after_env arguments.
11743 Split $test calls into $test_pre and $test.
11744 * timezone/Makefile (build-testdata): Use
11745 $(built-program-cmd-before-env), $(run-program-env) and
11746 $(built-program-cmd-after-env).
11748 2014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11750 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11751 strlen for non SHARED builds.
11753 2014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
11755 * nptl/allocatestack.c (check_list): Inlined function...
11756 (__reclaim_stacks): ... here.
11758 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
11761 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11764 2014-06-05 Joseph Myers <joseph@codesourcery.com>
11766 * Rules (make-test-out): Include
11767 LOCPATH=$(common-objpfx)localedata in default environment.
11768 * debug/Makefile (tst-chk1-ENV): Remove variable.
11769 (tst-chk2-ENV): Likewise.
11770 (tst-chk3-ENV): Likewise.
11771 (tst-chk4-ENV): Likewise.
11772 (tst-chk5-ENV): Likewise.
11773 (tst-chk6-ENV): Likewise.
11774 (tst-lfschk1-ENV): Likewise.
11775 (tst-lfschk2-ENV): Likewise.
11776 (tst-lfschk3-ENV): Likewise.
11777 (tst-lfschk4-ENV): Likewise.
11778 (tst-lfschk5-ENV): Likewise.
11779 (tst-lfschk6-ENV): Likewise.
11780 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11781 (tst-iconv7-ENV): Likewise.
11782 * intl/Makefile (LOCPATH-ENV): Likewise.
11783 (tst-codeset-ENV): Likewise.
11784 (tst-gettext3-ENV): Likewise.
11785 (tst-gettext5-ENV): Likewise.
11786 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11787 (tst-fopenloc-ENV): Likewise.
11788 (tst-fgetws-ENV): Remove variable.
11789 (tst-ungetwc1-ENV): Likewise.
11790 (tst-ungetwc2-ENV): Likewise.
11791 (bug-ungetwc2-ENV): Likewise.
11792 (tst-swscanf-ENV): Likewise.
11793 (bug-ftell-ENV): Likewise.
11794 (tst-fgetwc-ENV): Likewise.
11795 (tst-fseek-ENV): Likewise.
11796 (tst-ftell-partial-wide-ENV): Likewise.
11797 (tst-ftell-active-handler-ENV): Likewise.
11798 (tst-ftell-append-ENV): Likewise.
11799 * posix/Makefile (tst-fnmatch-ENV): Likewise.
11800 (tst-regexloc-ENV): Likewise.
11801 (bug-regex1-ENV): Likewise.
11802 (tst-regex-ENV): Likewise.
11803 (tst-regex2-ENV): Likewise.
11804 (bug-regex5-ENV): Likewise.
11805 (bug-regex6-ENV): Likewise.
11806 (bug-regex17-ENV): Likewise.
11807 (bug-regex18-ENV): Likewise.
11808 (bug-regex19-ENV): Likewise.
11809 (bug-regex20-ENV): Likewise.
11810 (bug-regex22-ENV): Likewise.
11811 (bug-regex23-ENV): Likewise.
11812 (bug-regex25-ENV): Likewise.
11813 (bug-regex26-ENV): Likewise.
11814 (bug-regex30-ENV): Likewise.
11815 (bug-regex32-ENV): Likewise.
11816 (bug-regex33-ENV): Likewise.
11817 (bug-regex34-ENV): Likewise.
11818 (bug-regex35-ENV): Likewise.
11819 (tst-rxspencer-ENV): Likewise.
11820 (tst-rxspencer-no-utf8-ENV): Likewise.
11821 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11822 (tst-sscanf-ENV): Likewise.
11823 (tst-swprintf-ENV): Likewise.
11824 (tst-swscanf-ENV): Likewise.
11825 (test-vfprintf-ENV): Likewise.
11826 (scanf13-ENV): Likewise.
11827 (bug14-ENV): Likewise.
11828 (tst-grouping-ENV): Likewise.
11829 * stdlib/Makefile (tst-strtod-ENV): Likewise.
11830 (tst-strtod3-ENV): Likewise.
11831 (tst-strtod4-ENV): Likewise.
11832 (tst-strtod5-ENV): Likewise.
11833 (testmb2-ENV): Likewise./
11834 * string/Makefile (tst-strxfrm-ENV): Likewise.
11835 (tst-strxfrm2-ENV): Likewise.
11836 (bug-strcoll1-ENV): Likewise.
11837 (test-strcasecmp-ENV): Likewise.
11838 (test-strncasecmp-ENV): Likewise.
11839 * time/Makefile (tst-strptime-ENV): Likewise.
11840 (tst-ftime_l-ENV): Likewise.
11841 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11842 (tst-mbrtowc-ENV): Likewise.
11843 (tst-wcrtomb-ENV): Likewise.
11844 (tst-mbrtowc2-ENV): Likewise.
11845 (tst-c16c32-1-ENV): Likewise.
11846 (tst-mbsnrtowcs-ENV): Likewise.
11848 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
11850 * manual/resource.texi (How to get information about the memory
11851 subsystem?): Fix typo.
11852 Reported by Peon de la Parra Ivan <peon@keba.com>
11854 2014-06-03 Guo Yixuan <culu.gyx@gmail.com>
11857 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11858 (pthread_spin_lock): Branch out of spin loop to proper location.
11859 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11860 (pthread_spin_lock): Likewise.
11862 * nptl/tst-spin4.c: New test.
11863 * nptl/Makefile (tests): Add tst-spin4.
11865 2014-06-03 Andreas Schwab <schwab@suse.de>
11868 * resolv/res_send.c (send_dg): Reload file descriptor after
11871 2014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
11873 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11875 2014-06-03 Richard Henderson <rth@redhat.com>
11877 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11878 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11879 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11880 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
11881 in the SAVE_PID block.
11882 (__libc_vfork): New alias.
11883 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11885 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11886 child in registers, not on the stack. Remove RESET_PID conditionals.
11887 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11889 2014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
11891 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11893 2014-06-03 Wilco <wdijkstr@arm.com>
11895 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11896 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11897 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11898 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11899 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11902 2014-06-03 Wilco <wdijkstr@arm.com>
11904 * sysdeps/aarch64/fpu/math_private.h
11905 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11906 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11907 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11908 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11911 2014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
11913 * crypt/crypt-private.h: Include ufc-crypt.h.
11914 (__b64_from_24bit): Declare extern.
11915 * crypt/crypt_util.c(__b64_from_24bit): New function.
11916 (b64t): New static const variable.
11917 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11918 (b64t): Remove variable.
11919 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11920 * crypt/sha256-crypt.c: Include crypt-private.h.
11921 (b64t): Remove variable.
11922 (__sha256_crypt_r): Remove b64_from_24bit and replace
11923 with __b64_from_24bit.
11924 * crypt/sha512-crypt.c: Likewise.
11926 2014-06-02 Roland McGrath <roland@hack.frob.com>
11928 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11929 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11930 Label the code __libc_vfork rather than __vfork.
11931 [!NOT_IN_libc] (vfork): Define as weak alias.
11932 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11933 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11934 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11936 2014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
11938 * malloc/malloc.c (malloc_info): Fix format specifier for
11941 2014-06-02 Wilco <wdijkstr@arm.com>
11943 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11946 2014-06-02 Wilco <wdijkstr@arm.com>
11949 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11950 Rewrite to reduce FPCR/FPSR accesses.
11952 2014-06-01 David S. Miller <davem@davemloft.net>
11954 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11956 2014-05-31 David S. Miller <davem@davemloft.net>
11958 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11959 to occur in round to nearest mode when |x| >= 2.0
11961 2014-05-30 Richard Henderson <rth@twiddle.net>
11963 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11964 (PSEUDO_RET_NOERRNO): Remove.
11965 (ret): Don't redefine.
11966 (ret_NOERRNO): Define in terms of ret.
11967 (ret_ERRVAL): Likewise.
11969 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11970 use of PSEUDO_RET; perform the error check directly.
11972 2014-05-30 Marko Myllynen <myllynen@redhat.com>
11974 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11977 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11979 * malloc/malloc (malloc_info): Fix formatting.
11981 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11982 Roland McGrath <roland@hack.frob.com>
11984 * malloc/malloc (malloc_info): Also print mmapped statistics.
11986 2014-05-30 Roland McGrath <roland@hack.frob.com>
11988 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11989 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11991 2014-05-30 Ondřej Bílka <neleai@seznam.cz>
11993 * malloc/malloc.c (malloc_info): Inline mi_arena.
11995 2014-05-29 Richard Henderson <rth@twiddle.net>
11997 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11998 Remove comma before expanding ASM_ARGS_##nr.
11999 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12000 Make _x0 a strict output; make _x8 a strict input; adjust expansion
12002 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12003 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12004 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12005 (ASM_ARGS_1): Add leading comma.
12007 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12008 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12009 to __errno_location.
12010 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12011 Remove the expected plt for __errno_location.
12013 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12014 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12017 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12018 Always allocate 64 bytes of stack frame. Use ldp/stp to create
12019 it and break it down.
12020 (DOCARGS_0, DOCARGS_1): Do nothing.
12021 (DOCARGS_2): Update to store into the new stack frame.
12022 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12023 (UNDOCARGS_1): Update to restore from the new stack frame.
12024 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12025 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12027 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12028 (SINGLE_THREAD_P): New parameter for result regno.
12029 (PSEUDO): Update to match; use cbz instead of beq.
12031 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12032 Use ENTRY to define the _nocancel entry point. Share the syscall
12033 and syscall error check paths with the cancel path.
12036 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12037 whitespace; tabs before and after asm mnemonics.
12039 2014-05-29 Eric Wong <normalperson@yhbt.net>
12042 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12043 Call fstat64 or stat64 internally, depending on arguments passed.
12044 Replace stat buffer argument with file descriptor argument.
12045 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12046 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12047 Pass fd to __internal_statvfs instead of calling fstat64.
12048 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12049 Pass fd to __internal_statvfs64 instead of calling fstat64.
12050 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12051 Pass -1 to __internal_statvfs instead of calling stat64.
12052 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12053 Pass -1 to __internal_statvfs64 instead of calling stat64.
12055 2014-05-28 Roland McGrath <roland@hack.frob.com>
12057 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12058 that was previously under [RESET_PID].
12059 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12061 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12062 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12064 2014-05-27 Roland McGrath <roland@hack.frob.com>
12066 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12068 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12069 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12071 2014-05-27 Ondřej Bílka <neleai@seznam.cz>
12073 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12075 2014-05-27 Andreas Schwab <schwab@suse.de>
12077 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12079 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12080 * elf/rtld.c (init_tls, dl_main): Likewise.
12081 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12082 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12083 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12084 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12085 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12086 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12087 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12088 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12089 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12090 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12091 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12092 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12093 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12094 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12095 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12096 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12097 * sysdeps/generic/tls.h: Update description.
12099 2014-05-27 Will Newton <will.newton@linaro.org>
12102 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12103 and restore r2 rather than just restoring.
12105 2014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12108 * libio/tst-ftell-append.c: New test case.
12109 * libio/Makefile (tests): Add test case.
12110 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12112 * libio/wfileops.c (do_ftell_wide): Likewise.
12114 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12116 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12118 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12121 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12122 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12123 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12124 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12125 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12126 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12127 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12128 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12131 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12134 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12135 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12136 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12137 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12138 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12140 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12141 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12143 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12145 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12147 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12148 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12149 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12151 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12152 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12153 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12154 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12156 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12158 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12159 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12161 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12162 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12164 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12165 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12167 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12169 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12172 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12176 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12177 conditional [RESET_PID].
12178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12179 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12181 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12184 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12186 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12187 (__libc_vfork): New strong alias.
12188 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12190 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12193 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12195 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12196 (__libc_vfork): New strong alias.
12197 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12199 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12202 2014-05-26 Carlos O'Donell <carlos@redhat.com>
12204 * malloc/malloc.c (mi_arena): New function.
12205 (malloc_info): Remove nested function mi_arena. Call non-nosted
12208 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12210 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12212 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12213 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12214 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12215 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12216 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12217 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12218 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12220 2014-05-26 Andreas Schwab <schwab@suse.de>
12223 * locale/programs/repertoire.c (repertoire_read): Add slash
12224 between I18NPATH element and file name.
12225 * locale/programs/locfile.c (locfile_read): Likewise.
12227 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
12229 * nptl/pthread_mutexattr_settype.c
12230 (__pthread_mutexattr_settype):
12231 Disable lock elision for PTHREAD_MUTEX_NORMAL.
12233 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
12235 * nptl/tst-mutex5 (do_test):
12236 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12238 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
12240 * benchtests/README: Document 'init' directive.
12241 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12243 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12244 (parse_file): Recognize 'init' directive.
12246 2014-05-26 Kyle McMartin <kyle@redhat.com>
12249 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12250 alignment of struct pthread.
12252 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
12255 * nscd/netgroupcache.c (addgetnetgrentX): Look for
12256 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12257 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12258 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12260 2014-05-25 Richard Henderson <rth@twiddle.net>
12262 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12263 (SINGLE_THREAD_P_PIC): Remove.
12264 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12265 (SINGLE_THREAD_P_PIC): Remove.
12267 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12268 branch to syscall error ...
12269 (PSEUDO): ... here.
12270 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12271 from __local_syscall_error to .Lsyscall_error.
12272 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12273 (SYSCALL_ERROR): Update label name.
12275 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12276 Do not use DOARGS/UNDOARGS.
12277 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12278 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12279 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12280 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12281 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12283 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12286 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12287 define if !NOT_IN_libc.
12288 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12289 define with non-default symbol versions.
12291 2014-05-23 Richard Henderson <rth@twiddle.net>
12293 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12294 (vfork, __vfork): Define via compat_symbol.
12296 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12297 [!HAVE_IFUNC] (vfork_compat): Remove.
12298 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12300 2014-05-23 Joseph Myers <joseph@codesourcery.com>
12303 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12304 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12307 2014-05-23 Richard Henderson <rth@twiddle.net>
12309 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12310 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12311 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12312 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12314 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12315 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12316 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12317 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12318 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12319 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12320 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12321 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12322 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12323 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12324 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12325 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12326 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12327 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12328 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12329 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12330 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12331 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12332 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12333 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12334 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12335 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12336 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12337 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12338 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12339 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12340 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12341 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12342 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12343 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12344 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12345 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12346 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12347 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12348 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12349 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12350 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12351 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12352 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12353 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12354 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12355 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12356 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12357 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12358 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12359 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12360 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12361 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12362 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12363 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12364 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12365 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12366 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12367 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12368 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12369 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12371 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12372 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12373 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
12374 before exiting on error.
12375 (__libc_vfork): New strong alias.
12376 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12377 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12379 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12380 that was previously under [RESET_PID].
12381 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12383 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12385 2014-05-23 Joseph Myers <joseph@codesourcery.com>
12388 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12389 value when x - 1 is zero.
12390 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12391 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12392 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12393 0.0L for an argument of 1.0L.
12394 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12396 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12397 value when x - 1 is zero.
12398 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12399 * sysdeps/i386/fpu/libm-test-ulps: Update.
12400 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12402 2014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
12404 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12405 alphasort and versionsort.
12407 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12409 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12411 [copysignf]: Likewise.
12413 2014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
12415 * crypt/md5-crypt.c: Fix formatting.
12417 2014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
12419 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12420 (b64_from_24bit): New function.
12422 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12424 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12425 libc_hidden_builtin_def to ifunc.
12426 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12427 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12429 2014-05-21 Roland McGrath <roland@hack.frob.com>
12431 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12432 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12434 2014-05-21 Joseph Myers <joseph@codesourcery.com>
12436 * nscd/Depend (linuxthreads): Remove.
12438 * resolv/Depend (linuxthreads): Remove.
12439 * rt/Depend (linuxthreads): Remove.
12441 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12442 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12443 $(common-objpfx)elf/.
12444 (link-libc-before-gnulib): Likewise.
12445 (elfobjdir): Remove variable.
12446 * Makefile (install): Use $(elf-objpfx) instead of
12447 $(common-objpfx)elf/.
12448 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12450 (link-libc-deps): Likewise.
12451 ($(common-objpfx)libc.so): Likewise.
12452 ($(common-objpfx)linkobj/libc.so): Likewise.
12453 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12454 instead of $(common-objpfx)elf/.
12455 (symbolic-link-list): Likewise.
12456 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12457 [$(cross-compiling) = no]: Likewise.
12458 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12460 (static-gnulib-arch): Likewise.
12461 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12462 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12463 $(common-objpfx)elf/.
12465 2014-05-21 Richard Henderson <rth@redhat.com>
12467 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12468 (SINGLE_THREAD_P): Use the correct width load. Fold
12469 into the ldr offset.
12471 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12472 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12474 2014-05-20 Joseph Myers <joseph@codesourcery.com>
12476 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12477 (libgcc_s_resume): Use __attribute_used__.
12478 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12481 2014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12483 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12484 optimization when used with float constants.
12486 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12488 2014-05-20 Aurelien Jarno <aurelien@aurel32.net>
12491 * locale/nl_langinfo_l.c: Make direct reference to every
12492 _nl_current_CATEGORY symbol.
12493 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12494 (tests-static): Add tst-langinfo-static.
12495 (tests-special): Add tst-langinfo-static.out.
12496 ($(objpfx)tst-langinfo.out): Redirect output.
12497 ($(objpfx)tst-langinfo-static.out): New.
12498 * localedata/tst-langinfo.sh: Send output to stdout.
12499 * localedata/tst-langinfo-static.c: New file.
12502 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12503 when the shift amount is modulo the limb size.
12505 2014-05-20 Richard Henderson <rth@redhat.com>
12508 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12509 Change type of sa_flags from unsigned int to int.
12512 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12514 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12516 2014-05-20 Will Newton <will.newton@linaro.org>
12518 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12519 Test the return value of the system call in the nocancel case.
12521 2014-05-20 Will Newton <will.newton@linaro.org>
12522 Yvan Roux <yvan.roux@linaro.org>
12524 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12525 #include of asm/ptrace.h.
12526 (PTRACE_GET_THREAD_AREA): Remove #undef.
12527 (PTRACE_GETHBPREGS): Likewise.
12528 (PTRACE_SETHBPREGS): Likewise.
12529 (struct user_regs_struct): New structure.
12530 (struct user_fpsimd_struct): New structure.
12531 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12532 #include of asm/ptrace.h and second #include of sys/user.h.
12533 (PTRACE_GET_THREAD_AREA): Remove #undef.
12534 (PTRACE_GETHBPREGS): Likewise.
12535 (PTRACE_SETHBPREGS): Likewise.
12536 (ELF_NGREG): Use new struct user_regs_struct.
12537 (elf_fpregset_t): Use new struct user_fpsimd_struct.
12539 2014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12541 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12542 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12544 2014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12547 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12548 membar to avoid block loads/stores to overlap previous stores.
12550 2014-05-17 Richard Henderson <rth@redhat.com>
12552 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12553 Create the __##syscall_name##_nocancel entry point.
12554 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12555 Remove; let the sysdep-cancel.h code create it.
12557 2014-05-17 David S. Miller <davem@davemloft.net>
12559 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12560 Protect with __USE_GNU.
12561 (TIOCSET_TEMPT): Likewise.
12562 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12563 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12564 these are already provided in bits/ioctl-types.h
12566 2014-05-16 Roland McGrath <roland@hack.frob.com>
12568 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12569 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12571 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12572 Use wait4 regardless of [__NR_waitpid].
12574 2014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
12577 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12578 (_FP_NANSIGN_Q): Set the quiet bit.
12580 2014-05-16 Joseph Myers <joseph@codesourcery.com>
12582 * benchtests/Makefile
12583 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12584 not $(common-objpfx)math/libm.so.
12585 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12586 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12587 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12588 $(common-objpfx)dlfcn/libdl.so.
12589 ($(objpfx)tst-audit8): Depend on $(libm), not
12590 $(common-objpfx)math/libm.so.
12591 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12592 not $(common-objpfx)dlfcn/libdl.so.
12594 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12595 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
12596 [$(build-shared) = yes].
12597 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12598 $(common-objpfx)nptl/libpthread.so.
12599 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12600 $(common-objpfx)math/libm.so$(libm.so-version) or
12601 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12602 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12603 $(common-objpfx)dlfcn/libdl.so.
12604 * setjmp/Makefile (link-libm): Remove variable.
12605 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12606 * stdio-common/Makefile (link-libm): Remove variable.
12607 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12608 * stdlib/Makefile (link-libm): Remove variable.
12609 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12610 ($(objpfx)tst-strtod-round): Likewise.
12611 ($(objpfx)tst-tininess): Likewise.
12612 ($(objpfx)tst-strtod-underflow): Likewise.
12613 ($(objpfx)tst-strtod6): Likewise.
12614 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12615 $(libdl), not $(common-objpfx)nptl/libpthread.so and
12616 $(common-objpfx)dlfcn/libdl.so.
12618 2014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12620 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12621 BSD terminal modes definitions.
12623 2014-05-16 Roland McGrath <roland@hack.frob.com>
12625 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12626 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12628 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12629 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12630 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12631 Don't do #include_next.
12632 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12633 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12634 Don't do #include_next.
12635 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12636 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12637 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12638 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12640 2014-05-16 Allan McRae <allan@archlinux.org>
12642 * po/sv.po: Update Swedish translation from translation project.
12644 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12647 2014-05-16 Aurelien Jarno <aurelien@aurel32.net>
12650 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12651 errno if the TIOCGPTN ioctl fails with an error different than
12653 * login/tst-ptsname.c: New file.
12654 * login/Makefile (tests): Add tst-ptsname.
12657 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12660 2014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
12663 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12664 herrno to return EAI_AGAIN.
12666 2014-05-14 Roland McGrath <roland@hack.frob.com>
12668 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12669 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12670 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12671 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12672 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12673 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12674 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12675 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12676 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12677 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12678 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12679 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12680 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12681 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12682 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12683 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12684 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12685 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12686 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12687 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12688 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12689 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12690 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12691 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12692 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12693 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12694 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12695 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12696 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12697 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12698 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12699 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12700 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12701 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12702 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12704 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12705 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12706 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12707 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12708 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12709 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12710 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12711 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12712 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12713 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12714 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12715 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12716 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12717 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12718 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12719 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12720 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12721 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12722 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12723 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12724 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12725 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12726 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12727 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12728 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12729 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12730 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12731 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12733 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12734 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12735 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12736 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12737 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12738 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12739 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12740 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12741 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12742 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12743 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12744 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12745 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12746 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12747 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12748 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12749 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12750 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12751 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12752 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12754 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12755 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12756 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12758 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12759 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12760 (libpthread-sysdep_routines): Add elision-related stuff here instead.
12761 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12762 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12763 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12764 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12765 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12766 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12767 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12768 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12769 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12770 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12771 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12772 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12773 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12774 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12775 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12776 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12777 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12778 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12779 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12780 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12781 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12782 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12783 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12784 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12785 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12786 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12787 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12788 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12790 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12791 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12793 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12794 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12795 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12796 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12797 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12798 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12800 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12801 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12803 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12804 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12806 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12807 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12809 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12810 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12811 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12812 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12814 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12815 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12816 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12817 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12818 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12819 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12820 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12821 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12823 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12824 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12826 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12828 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12829 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12830 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12831 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12832 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12834 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12836 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12838 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12839 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12840 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12841 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12842 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12843 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12845 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12846 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12848 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12849 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12851 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12852 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12854 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12855 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12856 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12857 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12859 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12860 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12861 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12862 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12863 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12864 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12865 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12866 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12868 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12869 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12871 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12873 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12874 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12875 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12876 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12877 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12879 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12881 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12883 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12884 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12885 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12886 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12887 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12888 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12889 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12890 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12891 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12892 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12894 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12895 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12897 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12898 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12900 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12901 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12903 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12904 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12905 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12906 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12907 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12908 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12910 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12911 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12912 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12913 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12914 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12915 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12916 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12917 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12919 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12920 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12922 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12924 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12925 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12926 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12927 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12928 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12930 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12932 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12934 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12935 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12936 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12937 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12938 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12939 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12940 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12941 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12942 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12943 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12944 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12946 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12947 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12949 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12950 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12952 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12953 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12954 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12955 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12956 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12957 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12958 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12959 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12960 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12961 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12962 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12963 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12964 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12965 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12966 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12967 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12968 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12969 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12971 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12972 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12973 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12974 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12976 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12977 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12978 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12979 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12980 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12981 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12982 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12983 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12985 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12986 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12988 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12989 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12990 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12991 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12992 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12993 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12994 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12995 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12996 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12997 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12998 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12999 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13000 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13001 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13002 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13003 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13004 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13006 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13007 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13008 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13009 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13010 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13012 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13013 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13014 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13015 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13016 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13017 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13018 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13019 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13020 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13021 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13023 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13024 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13026 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13027 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13028 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13029 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13030 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13031 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13032 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13033 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13034 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13035 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13036 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13037 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13038 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13039 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13040 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13042 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13044 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13046 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13048 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13050 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13052 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13054 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13056 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13058 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13060 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13061 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13062 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13063 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13064 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13065 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13066 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13067 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13068 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13069 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13070 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13071 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13072 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13073 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
13074 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
13076 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13077 that was previously under [RESET_PID].
13078 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13079 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13080 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13082 * sysdeps/i386/nptl/Implies: New file.
13083 * sysdeps/x86_64/nptl/Implies: New file.
13084 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13085 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13086 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13087 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13089 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13090 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13091 (__libc_vfork): New strong alias.
13092 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13093 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13095 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13096 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13097 (__libc_vfork): New strong alias.
13098 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13099 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13101 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13102 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13103 (__libc_vfork): New strong alias.
13104 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13105 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13106 * nptl/pt-vfork.c: New file.
13107 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13108 (libpthread: GLIBC_2.20): New version set (empty).
13110 2014-05-14 Will Newton <will.newton@linaro.org>
13112 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13115 2014-05-14 Joseph Myers <joseph@codesourcery.com>
13118 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13119 arguments with exponent 65 or above.
13120 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13121 arguments 0x1p113L or above.
13122 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13123 to arguments 0x1p107L or above.
13124 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13125 positive arguments with exponent 65 or above.
13126 * math/auto-libm-test-in: Add more tests of log1p.
13127 * math/auto-libm-test-out: Regenerated.
13130 * math/s_cacos.c (__cacos): Ensure zero real part of result from
13131 non-finite arguments is +0.
13132 * math/s_cacosf.c (__cacosf): Likewise.
13133 * math/s_cacosl.c (__cacosl): Likewise.
13134 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13135 * sysdeps/i386/fpu/libm-test-ulps: Update.
13136 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13139 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13141 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13142 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13143 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13144 for explicit high bit of mantissa when testing for argument equal
13146 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13147 * sysdeps/i386/fpu/libm-test-ulps: Update.
13148 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13151 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13152 (__erf): Scale by 16 instead of 8 in potentially underflowing
13153 case. Ensure exception if result actually underflows.
13154 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13155 (__erff): Scale by 16 instead of 8 in potentially underflowing
13156 case. Ensure exception if result actually underflows.
13157 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13158 (efx8): Remove variable.
13159 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13160 case. Ensure exception if result actually underflows.
13161 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13162 (efx8): Remove variable.
13163 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13164 case. Ensure exception if result actually underflows.
13165 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13166 (efx8): Remove variable.
13167 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13168 case. Ensure exception if result actually underflows.
13169 * math/auto-libm-test-in: Add more tests of erf.
13170 * math/auto-libm-test-out: Regenerated.
13172 2014-05-14 Andreas Schwab <schwab@suse.de>
13174 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13175 Remove code conditionalized on USE___THREAD.
13177 * config.h.in (HAVE_PT_CHOWN): Define as 0.
13178 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13181 2014-05-14 Joseph Myers <joseph@codesourcery.com>
13183 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13184 Define unconditionally.
13185 (__ASSUME_O_CLOEXEC): Likewise.
13186 (__ASSUME_SOCK_CLOEXEC): Likewise.
13187 (__ASSUME_IN_NONBLOCK): Likewise.
13188 (__ASSUME_PIPE2): Likewise.
13189 (__ASSUME_EVENTFD2): Likewise.
13190 (__ASSUME_SIGNALFD4): Likewise.
13191 (__ASSUME_DUP3): Likewise.
13192 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13193 (__ASSUME_DUP3): Do not define.
13194 (__ASSUME_EVENTFD2): Likewise.
13195 (__ASSUME_IN_NONBLOCK): Likewise.
13196 (__ASSUME_O_CLOEXEC): Likewise.
13197 (__ASSUME_PIPE2): Likewise.
13198 (__ASSUME_SIGNALFD4): Likewise.
13199 (__ASSUME_SOCK_CLOEXEC): Likewise.
13200 (__ASSUME_UTIMES): Undefine.
13201 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13202 (__ASSUME_UTIMES): Do not define.
13203 (__ASSUME_O_CLOEXEC): Likewise.
13204 (__ASSUME_SOCK_CLOEXEC): Likewise.
13205 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13206 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13208 (__ASSUME_PIPE2): Likewise.
13209 (__ASSUME_EVENTFD2): Likewise.
13210 (__ASSUME_SIGNALFD4): Likewise.
13211 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13212 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13214 (__ASSUME_EVENTFD2): Likewise.
13215 (__ASSUME_SIGNALFD4): Likewise.
13216 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13217 (__ASSUME_32BITUIDS): Likewise.
13218 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13219 (__ASSUME_IPC64): Likewise.
13220 (__ASSUME_ST_INO_64_BIT): Likewise.
13221 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13222 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13223 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13224 (__ASSUME_UTIMES): Do not define.
13225 (__ASSUME_PSELECT): Likewise.
13226 (__ASSUME_PPOLL): Likewise.
13227 (__ASSUME_O_CLOEXEC): Likewise.
13228 (__ASSUME_SOCK_CLOEXEC): Likewise.
13229 (__ASSUME_IN_NONBLOCK): Likewise.
13230 (__ASSUME_PIPE2): Likewise.
13231 (__ASSUME_EVENTFD2): Likewise.
13232 (__ASSUME_SIGNALFD4): Likewise.
13233 (__ASSUME_DUP3): Likewise.
13234 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13235 (__ASSUME_UTIMES): Likewise.
13236 (__ASSUME_O_CLOEXEC): Likewise.
13237 (__ASSUME_SOCK_CLOEXEC): Likewise.
13238 (__ASSUME_IN_NONBLOCK): Likewise.
13239 (__ASSUME_PIPE2): Likewise.
13240 (__ASSUME_EVENTFD2): Likewise.
13241 (__ASSUME_SIGNALFD4): Likewise.
13242 (__ASSUME_DUP3): Likewise.
13243 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13244 (__ASSUME_UTIMES): Likewise.
13245 (__ASSUME_O_CLOEXEC): Likewise.
13246 (__ASSUME_SOCK_CLOEXEC): Likewise.
13247 (__ASSUME_IN_NONBLOCK): Likewise.
13248 (__ASSUME_PIPE2): Likewise.
13249 (__ASSUME_EVENTFD2): Likewise.
13250 (__ASSUME_SIGNALFD4): Likewise.
13251 (__ASSUME_DUP3): Likewise.
13252 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13254 (__ASSUME_UTIMES): Likewise.
13255 (__ASSUME_EVENTFD2): Likewise.
13256 (__ASSUME_SIGNALFD4): Likewise.
13257 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13258 (__ASSUME_O_CLOEXEC): Likewise.
13259 (__ASSUME_SOCK_CLOEXEC): Likewise.
13260 (__ASSUME_IN_NONBLOCK): Likewise.
13261 (__ASSUME_PIPE2): Likewise.
13262 (__ASSUME_EVENTFD2): Likewise.
13263 (__ASSUME_SIGNALFD4): Likewise.
13264 (__ASSUME_DUP3): Likewise.
13265 (__ASSUME_UTIMES): Undefine.
13267 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13268 feclearexcept. Remove symbol versioning code.
13269 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
13270 symbol versioning code.
13271 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
13272 symbol versioning code.
13273 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13274 feupdateenv. Remove symbol versioning code.
13275 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13276 fegetexceptflag. Remove symbol versioning code.
13277 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13278 fesetexceptflag. Remove symbol versioning code.
13279 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13280 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
13281 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13282 (__posix_fadvise64_l32): Remove prototype.
13283 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13286 2014-05-13 Roland McGrath <roland@hack.frob.com>
13288 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13289 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13290 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13291 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13293 2014-05-13 Sami Kerola <kerolasa@iki.fi>
13295 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13296 current working directory
13298 2014-05-13 Roland McGrath <roland@hack.frob.com>
13300 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13301 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13302 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13303 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13304 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13305 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13306 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13307 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13308 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13309 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13310 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13311 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13312 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13313 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13314 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13315 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13316 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13317 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13318 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13319 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13320 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13321 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13322 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13323 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13324 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13325 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13326 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13327 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13328 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13329 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13330 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13331 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13332 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13333 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13334 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13335 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13336 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13337 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13338 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13339 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13340 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13341 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13343 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13344 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13346 * sysdeps/unix/sysv/linux/arm/Makefile
13347 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13348 Add rt-aeabi_unwind_cpp_pr1.
13349 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13350 Add nptl-aeabi_unwind_cpp_pr1.
13351 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13352 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13353 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13354 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13355 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13356 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13358 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13359 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13360 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13361 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13363 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13364 Deconditionalize the code that was previously under [RESET_PID].
13365 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13367 * sysdeps/generic/exit-thread.h: New file.
13368 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13369 * include/unistd.h (__exit_thread): Remove declaration.
13370 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13371 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13372 * csu/libc-start.c: Include <exit-thread.h>.
13373 (LIBC_START_MAIN): Pass no argument to __exit_thread.
13374 * nptl/pthread_create.c: Include <exit-thread.h>.
13375 (start_thread): Call __exit_thread in place of __exit_thread_inline.
13376 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13377 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13378 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13379 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13380 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13381 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13382 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13383 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13384 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13385 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13386 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13387 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13388 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13389 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13390 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13391 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13393 2014-05-13 Andreas Schwab <schwab@suse.de>
13395 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13397 2014-05-12 Joseph Myers <joseph@codesourcery.com>
13399 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13400 (__ASSUME_UTIMES): Do not condition on kernel version.
13401 (__ASSUME_PSELECT): Define unconditionally.
13402 (__ASSUME_PPOLL): Likewise.
13403 (__ASSUME_ATFCTS): Likewise.
13404 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13405 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13406 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13407 (__ASSUME_UTIMENSAT): Define unconditionally.
13408 (__ASSUME_PRIVATE_FUTEX): Likewise.
13409 (__ASSUME_FALLOCATE): Likewise.
13410 (__ASSUME_O_CLOEXEC): Likewise.
13411 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13412 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13413 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13414 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13415 (__ASSUME_IN_NONBLOCK): Likewise.
13416 (__ASSUME_PIPE2): Likewise.
13417 (__ASSUME_EVENTFD2): Likewise.
13418 (__ASSUME_SIGNALFD4): Likewise.
13419 (__ASSUME_DUP3): Likewise.
13420 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13421 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13422 (__ASSUME_AT_RANDOM): Likewise.
13423 (__ASSUME_PREADV): Likewise.
13424 (__ASSUME_PWRITEV): Likewise.
13425 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13426 (__ASSUME_F_GETOWN_EX): Define unconditionally.
13427 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13428 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13429 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13430 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13431 (__ASSUME_O_CLOEXEC): Define unconditionally.
13432 (__ASSUME_PSELECT): Do not undefine conditionally.
13433 (__ASSUME_PPOLL): Likewise.
13434 (__ASSUME_ATFCTS): Likewise.
13435 (__ASSUME_SET_ROBUST_LIST): Likewise.
13436 (__ASSUME_UTIMENSAT): Likewise.
13437 (__ASSUME_FDATASYNC): Define unconditionally.
13438 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13439 (__ASSUME_SIGFRAME_V2): Likewise.
13440 )__ASSUME_EVENTFD2): Likewise.
13441 (__ASSUME_SIGNALFD4): Likewise.
13442 (__ASSUME_PSELECT): Do not undefine conditionally.
13443 (__ASSUME_PPOLL): Likewise.
13444 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13445 (__ASSUME_PSELECT): Define unconditionally.
13446 (__ASSUME_PPOLL): Likewise.
13447 (__ASSUME_O_CLOEXEC): Likewise.
13448 (__ASSUME_SOCK_CLOEXEC): Likewise.
13449 (__ASSUME_IN_NONBLOCK): Likewise.
13450 (__ASSUME_PIPE2): Likewise.
13451 (__ASSUME_EVENTFD2): Likewise.
13452 (__ASSUME_SIGNALFD4): Likewise.
13453 (__ASSUME_DUP3): Likewise.
13454 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13455 (__ASSUME_O_CLOEXEC): Likewise.
13456 (__ASSUME_SOCK_CLOEXEC): Likewise.
13457 (__ASSUME_IN_NONBLOCK): Likewise.
13458 (__ASSUME_PIPE2): Likewise.
13459 (__ASSUME_EVENTFD2): Likewise.
13460 (__ASSUME_SIGNALFD4): Likewise.
13461 (__ASSUME_DUP3): Likewise.
13462 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13463 (__ASSUME_EVENTFD2): Likewise.
13464 (__ASSUME_SIGNALFD4): Likewise.
13465 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13467 2014-05-12 Andreas Schwab <schwab@suse.de>
13470 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13471 (_nss_nis_gethostbyname4_r): Return error if item length is larger
13472 than maximum RPC packet size.
13473 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13474 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13475 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13476 (_nss_nis_getservbyport_r): Likewise.
13478 2014-05-12 Will Newton <will.newton@linaro.org>
13480 * malloc/Makefile (tests): Add tst-mallopt.
13481 * malloc/tst-mallopt.c: New file.
13483 2014-05-09 Roland McGrath <roland@hack.frob.com>
13485 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13486 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13488 2014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13490 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13491 (tst-tlsmod6.so): Likewise.
13493 2014-05-09 Roland McGrath <roland@hack.frob.com>
13495 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13497 2014-05-09 Joseph Myers <joseph@codesourcery.com>
13500 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13501 and <dl-procinfo.h>.
13502 (__fegetenv): Save SSE state in envp->__eip if supported.
13503 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13504 envp->__eip if supported.
13505 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13506 and <dl-procinfo.h>.
13507 (__fesetenv): Always set __eip, __cs_selector, __opcode,
13508 __data_offset and __data_selector in environment to 0. Set SSE
13509 state if supported.
13510 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13512 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13514 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13516 2014-05-09 Will Newton <will.newton@linaro.org>
13518 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13519 and libc_relro_required for ARM.
13520 * sysdeps/arm/preconfigure: Regenerate.
13522 2014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
13523 Stefan Liebler <stli@linux.vnet.ibm.com>
13525 * config.make.in (enable-lock-elision): New Makefile variable.
13526 * configure.ac: Likewise.
13527 * configure: Regenerate.
13528 * sysdeps/s390/configure.ac:
13529 Add check for gcc transactions support.
13530 * sysdeps/s390/configure: Regenerate.
13531 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13532 Build elision files if enabled.
13533 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13534 Add lock elision support for s390.
13535 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13536 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13537 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13538 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13539 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13540 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13541 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13543 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13545 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13547 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13549 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13550 (__lll_timedlock_elision, __lll_lock_elision)
13551 (__lll_unlock_elision, __lll_trylock_elision)
13552 (lll_timedlock_elision, lll_lock_elision)
13553 (lll_unlock_elision, lll_trylock_elision): Add.
13554 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13555 (pthread_mutex_t): Add lock elision support for s390.
13557 2014-05-14 Wilco <wdijkstr@arm.com>
13559 * sysdeps/arm/fclrexcpt.c: Cleanup.
13560 * sysdeps/arm/fedisblxcpt.c: Cleanup.
13561 * sysdeps/arm/feenablxcpt.c: Cleanup.
13562 * sysdeps/arm/fegetenv.c: Cleanup.
13563 * sysdeps/arm/fegetexcept.c: Cleanup.
13564 * sysdeps/arm/fegetround.c: Cleanup.
13565 * sysdeps/arm/feholdexcpt.c: Cleanup.
13566 * sysdeps/arm/fesetenv.c: Cleanup.
13567 * sysdeps/arm/fesetround.c: Cleanup.
13568 * sysdeps/arm/feupdateenv.c: Cleanup.
13569 * sysdeps/arm/fgetexcptflg.c: Cleanup.
13570 * sysdeps/arm/fraiseexcpt.c: Cleanup.
13571 * sysdeps/arm/fsetexcptflg.c: Cleanup.
13572 * sysdeps/arm/ftestexcept.c: Cleanup.
13573 * sysdeps/arm/get-rounding-mode.h: Cleanup.
13574 * sysdeps/arm/setfpucw.c: Cleanup.
13576 2014-05-09 Will Newton <will.newton@linaro.org>
13578 * sysdeps/arm/armv7/strcmp.S: New file.
13579 * NEWS: Mention addition of ARMv7 optimized strcmp.
13581 2014-05-08 Roland McGrath <roland@hack.frob.com>
13583 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13584 look for %.ac rather than %.in.
13586 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13587 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13588 * sysdeps/mach/hurd/configure: Regenerated.
13589 * sysdeps/unix/sysv/linux/configure: Regenerated.
13591 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13593 2014-05-07 Steve Ellcey <sellcey@mips.com>
13596 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13600 2014-05-07 Andreas Schwab <schwab@suse.de>
13602 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13603 when skipping over non-matching result from nscd.
13605 2014-05-07 Ondřej Bílka <neleai@seznam.cz>
13608 * nptl/sockperf.c (client): Check socket return value.
13611 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13612 nscd security class.
13614 2014-05-06 Roland McGrath <roland@hack.frob.com>
13616 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13617 * sysdeps/arm/unwind.h: ... here.
13619 2014-05-06 Aurelien Jarno <aurelien@aurel32.net>
13622 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13625 2014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
13627 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13628 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13629 multiarch strncpy for PPC64.
13630 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13631 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13632 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13633 multiarch optimizations.
13634 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13635 (__libc_ifunc_impl_list): Likewise.
13636 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13637 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13638 multiarch stpncpy for PPC64.
13639 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13640 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13642 2014-05-06 Andreas Schwab <schwab@suse.de>
13645 * gmon/mcount.c (_MCOUNT_DECL): Use
13646 atomic_compare_and_exchange_bool_acq instead of
13647 catomic_compare_and_exchange_bool_acq.
13649 2014-05-05 Roland McGrath <roland@hack.frob.com>
13651 * elf/Makefile (others, install-bin): Remove pldd.
13652 (pldd-modules): Variable removed.
13653 ($(objpfx)pldd): Target removed.
13654 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13655 (others, install-bin): Append pldd here.
13656 ($(objpfx)pldd): New target.
13658 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13659 to 0, so the first #if test emitted later doesn't see it undefined.
13660 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13661 * sysdeps/gnu/errlist.c: Regenerated.
13663 2014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13665 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13666 [libc_hidden_builtin_def]: Define to empty value.
13667 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13668 [libc_hidden_builtin_def]: Likewise.
13669 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13670 [libc_hidden_builtin_def]: Likewise.
13671 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13672 [libc_hidden_builtin_def]: Likewise.
13673 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13674 __redirect_memcpy and define ifunc as default hidden symbol.
13675 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13676 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13678 2014-05-04 Adam Conrad <adconrad@0c3.net>
13680 * locale/iso-4217.def: Reintroduce XDR currency.
13682 2014-05-04 Allan McRae <allan@archlinux.org>
13684 * po/eo.po: Update Esperanto translation from translation project.
13686 2014-05-02 Carlos O'Donell <carlos@redhat.com>
13688 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13689 and FEATURE_INDEX_MAX to 1.
13690 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13692 2014-05-01 Steve Ellcey <sellcey@mips.com>
13694 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13695 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13696 * iconvdata/big5.c (ONE_DIRECTION): Define.
13697 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13698 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13699 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13700 * iconvdata/cp932.c (ONE_DIRECTION): Define.
13701 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13702 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13703 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13704 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13705 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13706 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13707 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13708 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13709 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13710 * iconvdata/gbk.c (ONE_DIRECTION): Define.
13711 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13712 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13713 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13714 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13715 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13716 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13717 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13718 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13719 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13720 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13721 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13722 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13723 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13724 * iconvdata/iso646.c (ONE_DIRECTION): Define.
13725 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13726 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13727 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13728 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13729 * iconvdata/johab.c (ONE_DIRECTION): Define.
13730 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13731 * iconvdata/sjis.c (ONE_DIRECTION): Define.
13732 * iconvdata/t.61.c (ONE_DIRECTION): Define.
13733 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13734 * iconvdata/tscii.c (ONE_DIRECTION): Define.
13735 * iconvdata/uhc.c (ONE_DIRECTION): Define.
13736 * iconvdata/unicode.c (ONE_DIRECTION): Define.
13737 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13738 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13739 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13741 2014-05-01 Roland McGrath <roland@hack.frob.com>
13743 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13744 (_IO_JUMPS_OFFSET): Define to 0.
13746 * nptl/sysdeps/pthread/bits/libc-lock.h
13747 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13748 (__libc_lock_define_initialized_recursive): Always define using
13749 initializer. Modern compilers treat uninitialized (implicit zero) and
13750 explicit zero initializers the same (i.e. put the datum in bss).
13752 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
13754 * nscd/nscd-client.h: Include <string.h>.
13756 2014-05-01 David S. Miller <davem@davemloft.net>
13759 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13760 multiple zero bytes exist at the end of a string.
13761 Reported by Aurelien Jarno <aurelien@aurel32.net>
13763 * string/test-strcmp.c (check): Add explicit test for situations where
13764 there are multiple zero bytes after the first.
13766 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
13769 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13770 when compiling wprintf.
13771 * stdio-common/tstdiomisc.c (t3): New function.
13774 2014-05-01 Steve Ellcey <sellcey@mips.com>
13776 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13777 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13778 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13779 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13781 2014-05-01 Steve Ellcey <sellcey@mips.com>
13783 * stdlib/longlong.h: Updated from GCC.
13785 2014-05-01 Will Newton <will.newton@linaro.org>
13786 Bernard Ogden <bernie.ogden@linaro.org>
13788 * NEWS: Update fixed bug list.
13791 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13793 2014-04-30 David S. Miller <davem@davemloft.net>
13795 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13796 (libc_feholdexcept_setround_sparc_ctx): New function.
13797 (libc_fesetenv_sparc_ctx): Likewise.
13798 (libc_feupdateenv_sparc_ctx): Likewise.
13799 (libc_feholdsetround_sparc_ctx): Likewise.
13800 (libc_feholdexcept_setround_ctx): Define.
13801 (libc_feholdexcept_setroundf_ctx): Likewise.
13802 (libc_feholdexcept_setroundl_ctx): Likewise.
13803 (libc_fesetenv_ctx): Likewise.
13804 (libc_fesetenvf_ctx): Likewise.
13805 (libc_fesetenvl_ctx): Likewise.
13806 (libc_feupdateenv_ctx): Likewise.
13807 (libc_feupdateenvf_ctx): Likewise.
13808 (libc_feupdateenvl_ctx): Likewise.
13809 (libc_feresetround_ctx): Likewise.
13810 (libc_feresetroundf_ctx): Likewise.
13811 (libc_feresetroundl_ctx): Likewise.
13812 (libc_feholdsetround_ctx): Likewise.
13813 (libc_feholdsetroundf_ctx): Likewise.
13814 (libc_feholdsetroundl_ctx): Likewise.
13816 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13817 with __USE_GNU instead of XOPEN cpp guards.
13819 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13822 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13823 with XOPEN cpp guards.
13825 2014-04-30 Julian Brown <julian@codesourcery.com>
13828 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13831 2014-04-30 Joseph Myers <joseph@codesourcery.com>
13834 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13836 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13837 * sysdeps/unix/sysv/linux/configure: Regenerated.
13838 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13839 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13840 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13841 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13842 * README: Update reference to required Linux kernel version.
13843 * manual/install.texi (Linux): Update reference to required Linux
13844 kernel headers version.
13845 * INSTALL: Regenerated.
13847 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13849 [POSIX] (limits.h): Likewise.
13850 [POSIX] (math.h): Likewise.
13851 [POSIX] (sys/wait.h): Likewise.
13852 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13854 [POSIX] (stddef.h): Do not allow header inclusion.
13856 2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13858 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13860 2014-04-30 Yang Yingliang <yangyingliang@huawei.com>
13862 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13863 Return immediately after lll_futex_wake.
13865 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13868 * nscd/nscd-client.h (datahead_init_common): Initialize entire
13870 (datahead_init_pos): Call datahead_init_common early.
13871 (datahead_init_neg): Likewise.
13873 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13874 datahead_init_neg): New functions.
13875 * nscd/aicache.c (addhstaiX): Use them.
13876 * nscd/grpcache.c (cache_addgr): Likewise.
13877 * nscd/hstcache.c (cache_addhst): Likewise.
13878 * nscd/initgrcache.c (addinitgroupsX): Likewise.
13879 * nscd/netgroupcache.c (do_notfound): Likewise.
13880 (addgetnetgrentX): Likewise.
13881 (addinnetgrX): Likewise.
13882 * nscd/pwdcache.c (cache_addpw): Likewise.
13883 * nscd/servicescache.c (cache_addserv): Likewise.
13885 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13886 Atsushi Onoe <atsushi@onoe.org>
13891 * resolv/res_query.c (__libc_res_nsearch): Return if at least
13892 one response is valid.
13893 * resolv/res_send.c (send_dg): Check for validity of other
13894 response if the current response is a referral.
13896 2014-04-29 Steve Ellcey <sellcey@mips.com>
13898 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13900 2014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
13903 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13904 Always divide by positive zero when computing -Inf result.
13905 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13906 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13908 2014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13910 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13911 FPSCR if value do not change.
13912 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13913 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13914 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13915 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13916 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13917 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13920 2014-05-29 Carlos O'Donell <carlos@systemhalted.org>
13922 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13923 * sysdeps/unix/sysv/linux/hppa: Move directory from
13924 ports/systeps/unix/sysv/linux/hppa.
13925 * README: Update listing for hppa-*-linux-gnu.
13927 2014-04-28 Ondřej Bílka <neleai@seznam.cz>
13930 * manual/stdio.texi (Hook functions): Fix types of stream hook
13933 * socket/sys/socket.h: Fix typo in comment.
13935 2014-04-28 Wilco <wdijkstr@arm.com>
13937 * sysdeps/arm/fenv_private.h: New file.
13938 * sysdeps/arm/math_private.h: New file.
13939 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13941 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
13943 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13945 (La_x86_64_retval): Likewise.
13947 2014-04-24 Ian Bolton <ian.bolton@arm.com>
13949 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13950 fpsr if value didn't change.
13951 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13952 to fpcr if value didn't change.
13953 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13954 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13955 fpsr or fpcr if value didn't change.
13956 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13957 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13958 fpcr if value didn't change.
13959 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13960 to fpsr if value didn't change.
13962 2014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
13964 * nptl/tst-sem3.c: Use test-skeleton.c
13965 (main): Rename to do_test. Use return instead of
13967 * nptl/tst-sem4.c: Use test-skeleton.c
13968 (main): Rename to do_test.
13970 2014-04-22 David S. Miller <davem@davemloft.net>
13972 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13973 (struct sigaction): New struct member __glibc_reserved0, change
13974 type of sa_flags to int.
13976 2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
13978 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13979 (COUNT_LEADING_ZEROS_0): Define for AArch64.
13981 2014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
13983 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13984 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13986 2014-04-22 Will Newton <will.newton@linaro.org>
13987 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
13989 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13990 (__longjmp): Add longjmp and longjmp_target SystemTap
13992 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13993 (__sigsetjmp): Add setjmp SystemTap probe.
13995 2014-04-17 Carlos O'Donell <carlos@redhat.com>
13997 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13998 match manual order.
14000 2014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14002 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14004 * sysdeps/powerpc/fpu/fenv_private.h
14005 (libc_feholdexcept_setroundl_ctx): Define to
14006 libc_feholdexcept_setround_ppc_ctx.
14007 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14008 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14009 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14010 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14012 2014-04-17 Ian Bolton <ian.bolton@arm.com>
14014 * sysdeps/aarch64/math-tests.h: New file.
14016 2014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
14018 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14020 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14021 Check and set bit_AVX2_Usable.
14022 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14024 (bit_AVX2): Likewise.
14025 (index_AVX2_Usable): Likewise.
14026 (CPUID_AVX2): Likewise.
14027 (HAS_AVX2): Likewise.
14029 2014-04-17 Will Newton <will.newton@linaro.org>
14031 * manual/setjmp.texi (System V contexts): Add note that
14032 calling setcontext on a context created by a call to a
14033 signal handler is undefined. Update text to note that
14034 setcontext from a signal handler is possible but not
14038 * stdlib/tst-setcontext.c: Include signal.h.
14039 (main): Check that the signal stack before and
14040 after swapcontext is the same.
14042 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14043 Re-implement to restore registers in user code and avoid
14044 rt_sigreturn system call.
14046 2014-04-17 Wilco <wdijkstr@arm.com>
14048 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14049 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14050 * math/test-fenv.c: Skip exception trap tests on targets which only
14051 support non-stop mode.
14053 2014-04-17 Ian Bolton <ian.bolton@arm.com>
14054 Wilco Dijkstra <wilco.dijkstra@arm.com>
14056 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14057 (libc_feholdsetround_aarch64_ctx)
14058 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14059 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14060 (libc_feresetround_ctx, libc_feresetroundf_ctx)
14061 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14062 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14063 (libc_feresetround_noexl_ctx): Define.
14065 2014-04-16 Richard Henderson <rth@redhat.com>
14067 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14069 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14072 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14073 const from the non-libc, non-ldso copy.
14075 * sysdeps/alpha/libm-test-ulps: Regenerate.
14077 2014-04-16 Ian Bolton <ian.bolton@arm.com>
14078 Wilco Dijkstra <wilco.dijkstra@arm.com>
14080 * sysdeps/aarch64/fpu/math_private.h: New file.
14082 2014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
14084 * sysdeps/aarch64/libm-test-ulps: Regenerate.
14086 2014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
14089 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14090 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14091 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14092 Intel MPX bound registers before _dl_profile_fixup.
14093 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14094 registers after _dl_profile_fixup. Save and restore bound
14095 registers bnd0/bnd1 when calling _dl_call_pltexit.
14096 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14097 (LR_BND_OFFSET): Likewise.
14098 (LRV_BND0_OFFSET): Likewise.
14099 (LRV_BND1_OFFSET): Likewise.
14101 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14103 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14105 * sysdeps/mach/hurd/i386/tls.h: ... here.
14106 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14107 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14110 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14112 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14114 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14116 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14118 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14121 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14122 * sysdeps/s390/configure: Regenerate.
14125 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14126 Set round-to-nearest internally to reduce error accumulation.
14128 2014-04-16 Alan Modra <amodra@gmail.com>
14132 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14133 * math/libm-test.inc (frexp_test_data): Add tests.
14134 * NEWS: Update fixed bug list.
14136 2014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
14138 * benchtests/Makefile: Depend on libraries in build directory.
14139 (bench-math): Separate out math tests.
14140 (bench-pthread): Separate out pthread tests.
14141 (bench): Include math and pthread tests.
14143 2014-04-14 Carlos O'Donell <carlos@redhat.com>
14146 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14147 _dl_debug_initialize.
14149 * configure.ac: Remove SELinux header check.
14150 * configure: Regenerate.
14151 * nscd/selinux.c (perms): Array of const char* to permission names.
14152 (nscd_request_avc_has_perm): Call security_deny_unknown to find
14153 default policy. Call string_to_security_class and string_to_av_perm to
14154 translate strings. Enforce default policy and call avs_has_perm with
14155 results of translated strings.
14157 2014-04-13 David S. Miller <davem@davemloft.net>
14159 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14161 2014-04-12 Allan McRae <allan@archlinux.org>
14164 * manual/string.texi (Collation Functions): Fix qsort argument
14166 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14168 2014-04-11 Chris Metcalf <cmetcalf@tilera.com>
14170 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14171 Make the test a no-op if there are no exceptions defined.
14173 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
14175 * elf/Makefile (tests): make tst-dlopen-aout conditional on
14176 enable-hardcoded-path-in-tests
14178 2014-04-11 Will Newton <will.newton@linaro.org>
14180 * benchtests/Makefile (extra-objs): Add json-lib.o.
14181 (bench-func): Tidy up JSON output.
14182 * benchtests/bench-skeleton.c: Include json-lib.h.
14183 (main): Use JSON library functions to do output of
14185 * benchtests/bench-timing-type.c (main): Output the
14186 timing type simply, leaving formatting to the user.
14187 * benchtests/json-lib.c: New file.
14188 * benchtests/json-lib.h: Likewise.
14190 2014-04-11 Torvald Riegel <triegel@redhat.com>
14193 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14194 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
14195 memory barriers. Add comments.
14196 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14197 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14198 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14199 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14200 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14201 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14203 2014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
14205 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14206 * sysdeps/s390/s390-64/configure.ac: ... this ...
14207 * sysdeps/s390/configure.ac: ... to here.
14208 * sysdeps/s390/s390-32/configure: Delete file.
14209 * sysdeps/s390/s390-64/configure: Delete file.
14210 * sysdeps/s390/configure: Regenerate.
14212 2014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
14214 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14216 2014-04-11 Will Newton <will.newton@linaro.org>
14218 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14219 to zero if it is not defined elsewhere. (mtrim): Test
14220 the value of MALLOC_DEBUG with #if rather than #ifdef.
14222 2014-04-10 Torvald Riegel <triegel@redhat.com>
14224 * benchtests/pthread_once-inputs: New file.
14225 * benchtests/pthread_once-source.c: New file.
14226 * benchtests/README: Update documentation.
14228 2014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
14229 H.J. Lu <hongjiu.lu@intel.com>
14232 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14233 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14234 * sysdeps/x86_64/configure: Regenerated.
14235 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14237 (REGISTER_SAVE_RAX): Likewise.
14238 (REGISTER_SAVE_RCX): Likewise.
14239 (REGISTER_SAVE_RDX): Likewise.
14240 (REGISTER_SAVE_RSI): Likewise.
14241 (REGISTER_SAVE_RDI): Likewise.
14242 (REGISTER_SAVE_R8): Likewise.
14243 (REGISTER_SAVE_R9): Likewise.
14244 (REGISTER_SAVE_BND0): Likewise.
14245 (REGISTER_SAVE_BND1): Likewise.
14246 (REGISTER_SAVE_BND2): Likewise.
14247 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
14248 bound registers when calling _dl_fixup.
14250 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14252 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14253 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14255 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14256 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14257 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14258 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14259 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14260 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14261 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14263 2014-04-09 Peter Brett <peter@peter-b.co.uk>
14266 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14267 pathconf(_PC_NAME_MAX).
14269 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14271 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14272 Remove macro usage.
14273 (__PTHREAD_SPINS): Move definition to ...
14274 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14275 (__PTHREAD_SPINS): ... here.
14276 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14277 (__PTHREAD_SPIN): Likewise.
14278 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14279 (__PTHREAD_SPIN): Likewise.
14280 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14281 (__PTHREAD_SPIN): Likewise.
14282 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14283 (__PTHREAD_SPIN): Likewise.
14284 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14285 (__PTHREAD_SPIN): Likewise.
14286 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14287 (__PTHREAD_SPIN): Likewise.
14288 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14289 (__PTHREAD_SPIN): Likewise.
14290 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14291 (__PTHREAD_SPIN): Likewise.
14292 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14293 (__PTHREAD_SPIN): Likewise.
14294 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14295 (__PTHREAD_SPIN): Likewise.
14296 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14297 (__PTHREAD_SPIN): Likewise.
14298 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14299 (__PTHREAD_SPIN): Likewise.
14301 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14302 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14303 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14304 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14306 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14307 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14308 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14309 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14310 correct imply path.
14311 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14312 strlen symbol for non multi-arch builds.
14313 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14314 missing hidden_def and weak_alias.
14316 2014-04-08 Carlos O'Donell <carlos@redhat.com>
14318 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14320 2014-04-07 Will Newton <will.newton@linaro.org>
14322 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14323 and contents. [!_LIBC] Remove #ifndef and contents.
14324 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
14325 * string/memccpy.c (__memccpy): Use ANSI prototype.
14326 * string/memfrob.c (memfrob): Likewise.
14327 * string/strcoll.c (STRCOLL): Likewise.
14328 * string/strlen.c (strlen): Likewise.
14329 * string/strtok.c (STRTOK): Likewise.
14330 * string/strcat.c: Remove unused #include of memcopy.h.
14331 (strcat): Use ANSI prototype.
14332 * string/strchr.c: Remove unused #include of memcopy.h.
14333 (strchr): Use ANSI prototype.
14334 * string/strcmp.c: Remove unused #include of memcopy.h.
14335 (strcmp): Use ANSI prototype.
14336 * string/strcpy.c: Remove unused #include of memcopy.h.
14337 (strcpy): Use ANSI prototype.
14339 2014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14341 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14342 * config.make.in (config-extra-cppflags): Set it from
14343 libc_extra_cppflags.
14344 * configure.ac (libc_extra_cflags): Make it accumulate over
14345 configure fragments.
14346 (libc_extra_cppflags): New flag.
14347 * configure. Regenerate.
14348 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14349 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14350 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14351 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14354 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14355 result for FE_DOWNWARD rounding mode.
14356 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14358 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14360 2014-04-04 Chris Metcalf <cmetcalf@tilera.com>
14362 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14363 in function argument name.
14365 2014-04-03 David Svoboda <svoboda@cert.org>
14368 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14371 2014-04-03 Roland McGrath <roland@hack.frob.com>
14373 * elf/dl-unmap-segments.h: New file.
14374 * sysdeps/generic/ldsodefs.h
14375 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14376 * elf/dl-close.c: Include <dl-unmap-segments.h>.
14377 * elf/dl-fptr.c: Likewise.
14378 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14379 * sysdeps/aarch64/tlsdesc.c: Likewise.
14380 * sysdeps/arm/tlsdesc.c: Likewise.
14381 * sysdeps/i386/tlsdesc.c: Likewise.
14382 * sysdeps/tile/dl-runtime.c: Likewise.
14383 * sysdeps/x86_64/tlsdesc.c: Likewise.
14384 * elf/dl-load.h: New file.
14385 * elf/dl-load.c: Include it.
14386 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14387 Macros moved to dl-load.h.
14388 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14389 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14390 Use _dl_unmap_segments in place of __munmap.
14391 Break out segment-mapping loop into ...
14392 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14394 2014-04-03 Will Newton <will.newton@linaro.org>
14396 * elf/dl-lookup.c (do_lookup_x): Remove comment
14397 referring to nested function and move variable
14398 declarations down to before first use.
14400 2014-04-02 Joseph Myers <joseph@codesourcery.com>
14404 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14406 * math/s_catanf.c (__catanf): Likewise.
14407 * math/s_catanh.c (__catanh): Likewise.
14408 * math/s_catanhf.c (__catanhf): Likewise.
14409 * math/s_catanhl.c (__catanhl): Likewise.
14410 * math/s_catanl.c (__catanl): Likewise.
14411 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14412 by positive zero when computing -Inf result.
14413 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14414 (catanh_test): Likewise.
14415 * sysdeps/i386/fpu/libm-test-ulps: Update.
14416 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14419 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14420 instead of using underflowing value in computing result.
14421 * math/s_clog10.c (__clog10): Likewise.
14422 * math/s_clog10f.c (__clog10f): Likewise.
14423 * math/s_clog10l.c (__clog10l): Likewise.
14424 * math/s_clogf.c (__clogf): Likewise.
14425 * math/s_clogl.c (__clogl): Likewise.
14426 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14427 (clog10_test): Likewise.
14428 * sysdeps/i386/fpu/libm-test-ulps: Update.
14429 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14431 2014-04-02 Alan Modra <amodra@gmail.com>
14434 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14435 output when value is near a power of two. Use int64_t for lx and
14436 remove casts. Use decimal rather than hex exponent constants.
14437 Don't use long double multiplication when double will suffice.
14438 * math/libm-test.inc (nextafter_test_data): Add tests.
14439 * NEWS: Add 16739 and 16786 to bug list.
14441 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14443 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14445 2014-04-01 Will Newton <will.newton@linaro.org>
14447 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14448 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
14450 2014-04-01 Florian Weimer <fweimer@redhat.com>
14453 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14454 * nptl/tst-setuid2.c: New file.
14455 * nptl/Makefile (xtests): Add tst-setuid2.
14457 2014-04-01 Alan Modra <amodra@gmail.com>
14460 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14462 2014-03-31 Joseph Myers <joseph@codesourcery.com>
14466 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14467 set errno as appropriate.
14468 * math/w_scalbf.c (__scalbf): Likewise.
14469 * math/w_scalbl.c (__scalbl): Likewise.
14470 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14471 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14472 * math/libm-test.inc (scalb_test_data): Add errno expectations.
14473 Add more NaN tests.
14476 * math/w_atan2.c: Include <errno.h>.
14477 (__atan2): Set errno for result underflowing to zero.
14478 * math/w_atan2f.c: Include <errno.h>.
14479 (__atan2f): Set errno for result underflowing to zero.
14480 * math/w_atan2l.c: Include <errno.h>.
14481 (__atan2l): Set errno for result underflowing to zero.
14482 * math/auto-libm-test-in: Don't allow missing errno for some atan2
14484 * math/auto-libm-test-out: Regenerated.
14486 2014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14488 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14489 Encode instruction correctly in little endian.
14490 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14492 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14494 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14496 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14499 2014-03-31 Joseph Myers <joseph@codesourcery.com>
14502 * sysdeps/unix/sysv/linux/kernel-features.h
14503 [__sparc__ && !__arch64__ && !__sparc_v9__]
14504 (__ASSUME_SET_ROBUST_LIST): Do not define.
14505 [__sparc__ && !__arch64__ && !__sparc_v9__]
14506 (__ASSUME_FUTEX_LOCK_PI): Likewise.
14507 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14509 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14510 (__ASSUME_FUTEX_LOCK_PI): Undefine.
14511 (__ASSUME_REQUEUE_PI): Likewise.
14512 (__ASSUME_SET_ROBUST_LIST): Likewise.
14513 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14514 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14516 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14517 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14519 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14521 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14523 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14524 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14526 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14527 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14531 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14532 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14533 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14535 2014-03-31 Will Newton <will.newton@linaro.org>
14537 * benchtests/Makefile (bench): Add ffs and ffsll to list
14539 * benchtests/ffs-inputs: New file.
14540 * benchtests/ffsll-inputs: Likewise.
14542 2014-03-29 Joseph Myers <joseph@codesourcery.com>
14545 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14546 too large before casting to int.
14547 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14548 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14549 * math/libm-test.inc (scalb_test_data): Add more tests.
14551 2014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
14553 * benchtests/Makefile (DETAILED_OPT): New make option.
14554 (bench-func): Run benchmark program with -d if DETAILED_OPT is
14556 * benchtests/bench-skeleton.c: Include stdbool.h.
14557 (main): Store and print timings per input.
14558 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14559 member to each argument value.
14560 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14561 (_print_arg_data): Initialize per-input timing to 0.
14563 * benchtests/Makefile (timing-type): New binary.
14564 (bench-clean): Also remove bench-timing-type.
14565 (bench): New target for timing-type.
14566 (bench-func): Print output in JSON format.
14567 * benchtests/bench-skeleton.c (main): Print output in JSON
14569 * benchtests/bench-timing-type.c: New file.
14570 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14571 (TIMING_PRINT_STATS): Remove.
14572 * benchtests/scripts/bench.py (_print_arg_data): Store variant
14575 * benchtests/bench-modf.c: Remove.
14576 * benchtests/modf-inputs: New inputs file.
14578 2014-03-28 Joseph Myers <joseph@codesourcery.com>
14581 * math/s_clog10.c (M_PI_LOG10E): New macro.
14582 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14583 imaginary parts are 0.
14584 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14585 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14586 imaginary parts are 0.
14587 * math/s_clog10l.c (M_PI_LOG10El): New macro.
14588 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14589 imaginary parts are 0.
14590 * math/libm-test.inc (clog10_test_data): Update expected results
14591 for when real and imaginary parts are 0.
14593 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
14595 * elf/dl-load.c: Finish conversion of __builtin_expect into
14596 __glibc_{un}likely.
14598 2014-03-27 Joseph Myers <joseph@codesourcery.com>
14601 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14602 1+x for argument with exponent below -67.
14603 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14605 * math/auto-libm-test-in: Add more tests of exp.
14606 * math/auto-libm-test-out: Regenerated.
14608 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14611 * inet/getnetgrent_r.c (get_nonempty_val): New function.
14612 (nscd_getnetgrent): Use it.
14615 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14618 2014-03-27 Andi Kleen <ak@linux.intel.com>
14620 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14621 (lll_robust_lock, lll_cond_lock, lll_timedlock)
14622 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14623 (lll_robust_unlock): Remove out of line section. Use cfi
14625 (LLL_STUB_UNWIND_INFO*): Remove.
14626 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14627 (lll_robust_lock, lll_cond_lock, lll_timedlock)
14628 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14629 (lll_robust_unlock): Remove out of line section. Use cfi
14631 (LLL_STUB_UNWIND_INFO*): Remove.
14633 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14636 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14639 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
14641 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14643 2014-03-26 Joseph Myers <joseph@codesourcery.com>
14646 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14648 * math/test-fenv-preserve.c: New file.
14649 * math/Makefile (tests): Add test-fenv-preserve.
14651 2014-03-26 Will Newton <will.newton@linaro.org>
14653 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14655 2014-03-25 Roland McGrath <roland@hack.frob.com>
14657 * scripts/versionlist.awk: Partition the version sets and emit all
14658 GLIBC_* (sorted) before all others (sorted).
14660 2014-03-25 Joseph Myers <joseph@codesourcery.com>
14662 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14663 GLIBC_2.2.5 version.
14665 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14667 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14670 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14673 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14675 2014-03-25 Andreas Schwab <schwab@suse.de>
14677 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14678 label to be used after in6ailist is initialized.
14680 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14682 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14683 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14685 2014-03-25 Joseph Myers <joseph@codesourcery.com>
14689 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14691 (fp_formats): Update initializers.
14692 (init_fp_formats): Initialize new field.
14693 (output_for_one_input_case): Allow underflow for results up to
14695 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14696 * math/auto-libm-test-in: Don't mark some underflows from asin and
14698 * math/auto-libm-test-out: Regenerated.
14699 * sysdeps/i386/fpu/libm-test-ulps: Update.
14700 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14702 2014-03-25 Andreas Schwab <schwab@suse.de>
14704 * libio/Makefile (tst-ftell-partial-wide-ENV)
14705 (tst-ftell-active-handler-ENV): Define.
14707 2014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
14709 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14711 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
14713 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14715 2014-03-24 Joseph Myers <joseph@codesourcery.com>
14717 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14718 * sysdeps/x86_64/fpu/multiarch/e_exp.c
14719 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14721 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
14724 * elf/dl-load.c (open_verify): Add mode parameter.
14725 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14726 (open_path): Change from boolean 'secure' to complete flag 'mode'
14727 (_dl_map_object): Adjust.
14728 * elf/Makefile (tests): Add tst-dlopen-aout.
14729 * elf/tst-dlopen-aout.c: New test.
14731 2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
14734 * sysdeps/unix/sysv/linux/s390/bits/stat.h
14735 (struct stat): Rename member pad0 to __glibc_reserved0.
14738 * sysdeps/s390/s390-32/bits/wordsize.h
14739 (__WORDSIZE32_SIZE_ULONG): New define.
14740 * sysdeps/s390/s390-64/bits/wordsize.h
14741 (__WORDSIZE32_SIZE_ULONG): Likewise.
14742 * sysdeps/generic/stdint.h (SIZE_MAX):
14743 Define as UL if __WORDSIZE32_SIZE_ULONG.
14746 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14747 (__glibc_reserved0): New variable.
14748 (sa_flags): Change type to int.
14750 * posix/Makefile (before-compile): Use += before-compile instead
14753 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14754 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14756 2014-03-20 Andreas Schwab <schwab@suse.de>
14759 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14760 non-matching result from nscd.
14762 2014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
14764 * scripts/bench.py: Moved to ...
14765 * benchtests/scripts/bench.py: ... here.
14766 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14768 2014-03-24 Andreas Schwab <schwab@suse.de>
14771 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14772 alloca_account and account alloca use for struct in6ailist.
14774 2014-03-24 Joseph Myers <joseph@codesourcery.com>
14777 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14778 rounding mode to recompute results that overflow to infinity or
14780 * math/auto-libm-test-in: Don't mark tests as expected to fail for
14782 * math/auto-libm-test-out: Regenerated.
14783 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14784 (ccosh_test): Likewise.
14785 (csin_test_data): Use plus_oflow.
14786 (csin_test): Use ALL_RM_TEST.
14787 (csinh_test_data): Use plus_oflow.
14788 (csinh_test): Use ALL_RM_TEST.
14789 * sysdeps/i386/fpu/libm-test-ulps: Update.
14790 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14792 2014-03-21 Joseph Myers <joseph@codesourcery.com>
14794 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14795 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14796 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14799 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14800 when x - 1 is zero.
14801 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14802 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14803 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14804 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14806 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14807 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14809 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14810 * sysdeps/i386/fpu/libm-test-ulps: Update.
14811 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14813 2014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14815 * scripts/bench.pl: Remove file.
14816 * scripts/bench.py: New benchmark script.
14817 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14818 * benchtests/README: Mention python dependency.
14819 * scripts/pylintrc: New file.
14820 * scripts/pylint: New file.
14822 * bits/mathdef.h: Use #ifdef instead of #if.
14823 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14824 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14825 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14826 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14827 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14828 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14830 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14831 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14833 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14834 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14835 and strpbrk-ppc64 objects.
14836 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14837 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14838 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14839 multiarch strpbrk for POWER7.
14840 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14841 multiarch strpbrk for PPC64.
14842 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14844 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14845 strpbrk for POWER7.
14847 2014-03-20 Joseph Myers <joseph@codesourcery.com>
14849 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14850 (atan_test): Likewise.
14851 (atanh_test_data): Use NO_TEST_INLINE for two tests.
14852 (atanh_test): Use ALL_RM_TEST.
14853 (atan2_test_data): Likewise.
14854 (cabs_test): Likewise.
14855 (cacosh_test): Likewise.
14856 (carg_test): Likewise.
14857 (casin_test): Likewise.
14858 (casinh_test): Likewise.
14859 (cbrt_test): Likewise.
14860 (csqrt_test): Likewise.
14861 (erf_test): Likewise.
14862 (erfc_test): Likewise.
14863 (pow10_test): Likewise.
14864 (exp2_test): Likewise.
14865 (hypot_test): Likewise.
14866 (j0_test): Likewise.
14867 (j1_test): Likewise.
14868 (lgamma_test): Likewise.
14869 (gamma_test): Likewise.
14870 (sincos_test): Likewise.
14871 (tanh_test): Likewise.
14872 (y0_test): Likewise.
14873 (y1_test): Likewise.
14874 * sysdeps/i386/fpu/libm-test-ulps: Update.
14875 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14877 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14879 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14880 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14881 and strcspn-ppc64 objects.
14882 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14883 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14884 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14885 multiarch strcspn for POWER7.
14886 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14887 multiarch strcspn for PPC64.
14888 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14890 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14891 strcspn for POWER7.
14893 2014-03-20 Joseph Myers <joseph@codesourcery.com>
14895 * math/gen-libm-test.pl (generate_testfile): Expect only function
14896 name as argument to AUTO_TESTS_* and pass results for all rounding
14897 modes to parse_args.
14898 (parse_auto_input): Separate inputs of automatic tests from
14899 outputs before storing in %auto_tests.
14900 * math/libm-test.inc (acos_test_data): Update call to
14902 (acos_test): Use ALL_RM_TEST.
14903 (acos_tonearest_test_data): Remove.
14904 (acos_test_tonearest): Likewise.
14905 (acos_towardzero_test_data): Likewise.
14906 (acos_test_towardzero): Likewise.
14907 (acos_downward_test_data): Likewise.
14908 (acos_test_downward): Likewise.
14909 (acos_upward_test_data): Likewise.
14910 (acos_test_upward): Likewise.
14911 (acosh_test_data): Update call to AUTO_TESTS_f_f.
14912 (asin_test_data): Likewise.
14913 (asin_test): Use ALL_RM_TEST.
14914 (asin_tonearest_test_data): Remove.
14915 (asin_test_tonearest): Likewise.
14916 (asin_towardzero_test_data): Likewise.
14917 (asin_test_towardzero): Likewise.
14918 (asin_downward_test_data): Likewise.
14919 (asin_test_downward): Likewise.
14920 (asin_upward_test_data): Likewise.
14921 (asin_test_upward): Likewise.
14922 (asinh_test_data): Update call to AUTO_TESTS_f_f.
14923 (atan_test_data): Likewise.
14924 (atanh_test_data): Likewise.
14925 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14926 (cabs_test_data): Update call to AUTO_TESTS_c_f.
14927 (carg_test_data): Likewise.
14928 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14929 (ccos_test_data): Update call to AUTO_TESTS_c_c.
14930 (ccosh_test_data): Likewise.
14931 (cexp_test_data): Likewise.
14932 (clog_test_data): Likewise.
14933 (clog10_test_data): Likewise.
14934 (cos_test_data): Update call to AUTO_TESTS_f_f.
14935 (cos_test): Use ALL_RM_TEST.
14936 (cos_tonearest_test_data): Remove.
14937 (cos_test_tonearest): Likewise.
14938 (cos_towardzero_test_data): Likewise.
14939 (cos_test_towardzero): Likewise.
14940 (cos_downward_test_data): Likewise.
14941 (cos_test_downward): Likewise.
14942 (cos_upward_test_data): Likewise.
14943 (cos_test_upward): Likewise.
14944 (cosh_test_data): Update call to AUTO_TESTS_f_f.
14945 (cosh_test): Use ALL_RM_TEST.
14946 (cosh_tonearest_test_data): Remove.
14947 (cosh_test_tonearest): Likewise.
14948 (cosh_towardzero_test_data): Likewise.
14949 (cosh_test_towardzero): Likewise.
14950 (cosh_downward_test_data): Likewise.
14951 (cosh_test_downward): Likewise.
14952 (cosh_upward_test_data): Likewise.
14953 (cosh_test_upward): Likewise.
14954 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14955 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14956 (ctan_test_data): Likewise.
14957 (ctan_test): Use ALL_RM_TEST.
14958 (ctan_tonearest_test_data): Remove.
14959 (ctan_test_tonearest): Likewise.
14960 (ctan_towardzero_test_data): Likewise.
14961 (ctan_test_towardzero): Likewise.
14962 (ctan_downward_test_data): Likewise.
14963 (ctan_test_downward): Likewise.
14964 (ctan_upward_test_data): Likewise.
14965 (ctan_test_upward): Likewise.
14966 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14967 (ctanh_test): Use ALL_RM_TEST.
14968 (ctanh_tonearest_test_data): Remove.
14969 (ctanh_test_tonearest): Likewise.
14970 (ctanh_towardzero_test_data): Likewise.
14971 (ctanh_test_towardzero): Likewise.
14972 (ctanh_downward_test_data): Likewise.
14973 (ctanh_test_downward): Likewise.
14974 (ctanh_upward_test_data): Likewise.
14975 (ctanh_test_upward): Likewise.
14976 (erf_test_data): Update call to AUTO_TESTS_f_f.
14977 (erfc_test_data): Likewise.
14978 (exp_test_data): Likewise.
14979 (exp_test): Use ALL_RM_TEST.
14980 (exp_tonearest_test_data): Remove.
14981 (exp_test_tonearest): Likewise.
14982 (exp_towardzero_test_data): Likewise.
14983 (exp_test_towardzero): Likewise.
14984 (exp_downward_test_data): Likewise.
14985 (exp_test_downward): Likewise.
14986 (exp_upward_test_data): Likewise.
14987 (exp_test_upward): Likewise.
14988 (exp10_test_data): Update call to AUTO_TESTS_f_f.
14989 (exp10_test): Use ALL_RM_TEST.
14990 (exp10_tonearest_test_data): Remove.
14991 (exp10_test_tonearest): Likewise.
14992 (exp10_towardzero_test_data): Likewise.
14993 (exp10_test_towardzero): Likewise.
14994 (exp10_downward_test_data): Likewise.
14995 (exp10_test_downward): Likewise.
14996 (exp10_upward_test_data): Likewise.
14997 (exp10_test_upward): Likewise.
14998 (exp2_test_data): Update call to AUTO_TESTS_f_f.
14999 (expm1_test_data): Likewise.
15000 (expm1_test): Use ALL_RM_TEST.
15001 (expm1_tonearest_test_data): Remove.
15002 (expm1_test_tonearest): Likewise.
15003 (expm1_towardzero_test_data): Likewise.
15004 (expm1_test_towardzero): Likewise.
15005 (expm1_downward_test_data): Likewise.
15006 (expm1_test_downward): Likewise.
15007 (expm1_upward_test_data): Likewise.
15008 (expm1_test_upward): Likewise.
15009 (fma_test_data): Update call to AUTO_TESTS_fff_f.
15010 (fma_test): Use ALL_RM_TEST.
15011 (fma_towardzero_test_data): Remove.
15012 (fma_test_towardzero): Likewise.
15013 (fma_downward_test_data): Likewise.
15014 (fma_test_downward): Likewise.
15015 (fma_upward_test_data): Likewise.
15016 (fma_test_upward): Likewise.
15017 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15018 (j0_test_data): Update call to AUTO_TESTS_f_f.
15019 (j1_test_data): Likewise.
15020 (jn_test_data): Update call to AUTO_TESTS_if_f.
15021 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15022 (log_test_data): Update call to AUTO_TESTS_f_f.
15023 (log10_test_data): Likewise.
15024 (log1p_test_data): Likewise.
15025 (log2_test_data): Likewise.
15026 (pow_test_data): Update call to AUTO_TESTS_ff_f.
15027 (pow_tonearest_test_data): Likewise.
15028 (sin_test_data): Update call to AUTO_TESTS_f_f.
15029 (sin_test): Use ALL_RM_TEST.
15030 (sin_tonearest_test_data): Remove.
15031 (sin_test_tonearest): Likewise.
15032 (sin_towardzero_test_data): Likewise.
15033 (sin_test_towardzero): Likewise.
15034 (sin_downward_test_data): Likewise.
15035 (sin_test_downward): Likewise.
15036 (sin_upward_test_data): Likewise.
15037 (sin_test_upward): Likewise.
15038 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15039 (sinh_test_data): Update call to AUTO_TESTS_f_f.
15040 (sinh_test): Use ALL_RM_TEST.
15041 (sinh_tonearest_test_data): Remove.
15042 (sinh_test_tonearest): Likewise.
15043 (sinh_towardzero_test_data): Likewise.
15044 (sinh_test_towardzero): Likewise.
15045 (sinh_downward_test_data): Likewise.
15046 (sinh_test_downward): Likewise.
15047 (sinh_upward_test_data): Likewise.
15048 (sinh_test_upward): Likewise.
15049 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15050 (sqrt_test): Use ALL_RM_TEST.
15051 (sqrt_tonearest_test_data): Remove.
15052 (sqrt_test_tonearest): Likewise.
15053 (sqrt_towardzero_test_data): Likewise.
15054 (sqrt_test_towardzero): Likewise.
15055 (sqrt_downward_test_data): Likewise.
15056 (sqrt_test_downward): Likewise.
15057 (sqrt_upward_test_data): Likewise.
15058 (sqrt_test_upward): Likewise.
15059 (tan_test_data): Update call to AUTO_TESTS_f_f.
15060 (tan_test): Use ALL_RM_TEST.
15061 (tan_tonearest_test_data): Remove.
15062 (tan_test_tonearest): Likewise.
15063 (tan_towardzero_test_data): Likewise.
15064 (tan_test_towardzero): Likewise.
15065 (tan_downward_test_data): Likewise.
15066 (tan_test_downward): Likewise.
15067 (tan_upward_test_data): Likewise.
15068 (tan_test_upward): Likewise.
15069 (tanh_test_data): Update call to AUTO_TESTS_f_f.
15070 (tgamma_test_data): Likewise.
15071 (y0_test_data): Likewise.
15072 (y1_test_data): Likewise.
15073 (yn_test_data): Update call to AUTO_TESTS_if_f.
15074 (main): Do not call removed functions.
15076 2014-03-19 Joseph Myers <joseph@codesourcery.com>
15078 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15079 (ldexp_test_data): Remove.
15080 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
15082 (scalb_test): Use ALL_RM_TEST.
15084 2014-03-19 Andreas Schwab <schwab@suse.de>
15086 * nscd/nscd.service: Also invalidate netgroup cache on reload.
15088 2014-03-19 Joseph Myers <joseph@codesourcery.com>
15091 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15092 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15093 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15094 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15095 (__ASSUME_PREADV): Undefine.
15096 (__ASSUME_PWRITEV): Likewise.
15098 2014-03-18 Roland McGrath <roland@hack.frob.com>
15100 * bits/mman-linux.h: Add comment about non-Linux use.
15101 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15102 bits/mman-linux.h resting place.
15104 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15105 * bits/mman-linux.h: ... here.
15107 2014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15109 * conform/conformtest.pl: Add standard definition when calling C
15110 preprocessor on data files.
15111 (checknamespace): Remove unused variable.
15113 2014-03-18 Joseph Myers <joseph@codesourcery.com>
15115 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15116 minus_oflow, plus_uflow and minus_uflow in expected results.
15117 * math/libm-test.inc (scalbn_test_data): Add more tests of
15118 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
15120 (scalbn_test): Use ALL_RM_TEST.
15121 (scalbln_test_data): Add more tests of negative arguments. Use
15122 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15123 (scalbln_test): Use ALL_RM_TEST.
15125 2014-03-18 Roland McGrath <roland@hack.frob.com>
15127 * scripts/abilist.awk: Ignore symbols marked with .hidden.
15129 2014-03-18 Will Newton <will.newton@linaro.org>
15131 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15132 inaccurate comment.
15134 2014-03-18 Joseph Myers <joseph@codesourcery.com>
15136 * Makerules [!subdir] (check-abi): Exit with error status if a
15139 2014-03-17 Joseph Myers <joseph@codesourcery.com>
15141 * math/libm-test.inc (nearbyint_test_data): Include all tests used
15142 for rint. Include results for all rounding modes.
15143 (nearbyint_test): Use ALL_RM_TEST.
15144 (rint_test_data): Include all tests used for nearbyint.
15146 2014-03-17 Will Newton <will.newton@linaro.org>
15148 * nptl/sysdeps/pthread/pthread.h: Revert previous
15151 * sysdeps/generic/ldsodefs.h: Revert previous
15154 * libio/genops.c: Revert previous change.
15155 * libio/libioP.h: Likewise.
15156 * stdio-common/vfprintf.c: Likewise.
15158 * sysdeps/generic/math_private.h: Revert previous
15161 * sysdeps/generic/math_private.h: Check whether
15162 HAVE_RM_CTX is defined with #ifdef rather
15165 * argp/argp-fmtstream.h: Check whether
15166 __STRICT_ANSI__ is defined with #ifdef rather
15168 * argp/argp.h: Likewise.
15170 * libio/genops.c: Check whether
15171 _IO_JUMPS_OFFSET is defined with #ifdef rather
15173 * libio/libioP.h: Likewise.
15174 * stdio-common/vfprintf.c: Likewise.
15176 * sysdeps/generic/ldsodefs.h: Check whether
15177 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15180 * nptl/sysdeps/pthread/pthread.h: Check
15181 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15184 2014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
15186 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15188 * libio/tst-ftell-active-handler.c (do_append_test): Add a
15192 * libio/fileops.c (_IO_file_open): Seek to end of file but
15193 don't cache the offset.
15194 (get_file_offset): Remove function.
15195 (do_ftell): Use cached offset when available.
15196 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15197 don't cache the offset.
15198 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15200 (do_one_test): Call it.
15201 (do_ftell_test): Fix up expected old offset for a+ mode.
15202 * libio/wfileops.c (do_ftell_wide): Used cached offset when
15205 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15206 up test status with function return status.
15207 (do_write_test): Likewise.
15208 (do_append_test): Likewise.
15210 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15211 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15214 2014-03-17 Joseph Myers <joseph@codesourcery.com>
15216 * math/gen-libm-test.pl (parse_args): Handle results specified for
15217 each rounding mode separately.
15218 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15219 tests and results from lrint_tonearest_test_data,
15220 lrint_towardzero_test_data, lrint_downward_test_data and
15221 lrint_upward_test_data.
15222 (lrint_test): Use ALL_RM_TEST.
15223 (lrint_tonearest_test_data): Remove.
15224 (lrint_test_tonearest): Likewise.
15225 (lrint_towardzero_test_data): Likewise.
15226 (lrint_test_towardzero): Likewise.
15227 (lrint_downward_test_data): Likewise.
15228 (lrint_test_downward): Likewise.
15229 (lrint_upward_test_data): Likewise.
15230 (lrint_test_upward): Likewise.
15231 (llrint_test_data): Merge in per-rounding-mode tests and results
15232 from llrint_tonearest_test_data, llrint_towardzero_test_data,
15233 llrint_downward_test_data and llrint_upward_test_data.
15234 (llrint_test): Use ALL_RM_TEST.
15235 (llrint_tonearest_test_data): Remove.
15236 (llrint_test_tonearest): Likewise.
15237 (llrint_towardzero_test_data): Likewise.
15238 (llrint_test_towardzero): Likewise.
15239 (llrint_downward_test_data): Likewise.
15240 (llrint_test_downward): Likewise.
15241 (llrint_upward_test_data): Likewise.
15242 (llrint_test_upward): Likewise.
15243 (rint_test_data): Merge in per-rounding-mode tests and results
15244 from rint_tonearest_test_data, rint_towardzero_test_data,
15245 rint_downward_test_data and rint_upward_test_data. Add
15246 per-rounding-mode results for tests not in those arrays.
15247 (rint_test): Use ALL_RM_TEST.
15248 (rint_tonearest_test_data): Remove.
15249 (rint_test_tonearest): Likewise.
15250 (rint_towardzero_test_data): Likewise.
15251 (rint_test_towardzero): Likewise.
15252 (rint_downward_test_data): Likewise.
15253 (rint_test_downward): Likewise.
15254 (rint_upward_test_data): Likewise.
15255 (rint_test_upward): Likewise.
15256 (main): Don't call removed functions.
15258 2014-03-14 Roland McGrath <roland@hack.frob.com>
15260 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15261 "Compiled on ..." crapola. It is anti-useful.
15263 2014-03-14 Joseph Myers <joseph@codesourcery.com>
15265 * scripts/evaluate-test.sh: Handle fourth argument to determine
15266 whether test run should stop on failure.
15267 * Makeconfig (stop-on-test-failure): New variable.
15268 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15269 $(stop-on-test-failure).
15270 * Makefile (tests): Give a summary of results from testing and
15271 exit with failure status if they include an ERROR or FAIL.
15272 (xtests): Likewise.
15273 * manual/install.texi (Configuring and compiling): Mention
15274 stop-on-test-failure=y.
15275 * INSTALL: Regenerated.
15277 2014-03-14 Roland McGrath <roland@hack.frob.com>
15279 * scripts/versionlist.awk: New file.
15280 * Makerules [$(build-shared) = yes]
15281 (postclean-generated): Add Versions.def, not Versions.def.v and
15283 ($(common-objpfx)Versions.def.v.i): Target removed.
15284 ($(common-objpfx)Versions.def): New target.
15285 ($(common-objpfx)Versions.all): Depend on that rather that
15286 $(common-objpfx)Versions.def.v.
15287 * Versions.def: File removed.
15289 * Makeconfig (+gccwarn): Add -Wundef.
15290 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15291 a dl-sysdep.h breaking its contract.
15292 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15293 * include/stackinfo.h: New file.
15294 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15295 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15296 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15297 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15298 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15299 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15300 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15301 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15302 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15303 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15304 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15305 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15306 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15307 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15308 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15310 2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15313 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15315 * math/libm-test.inc (round_test_data): Add more tests.
15318 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15320 * math/libm-test.inc (nearbyint_test_data): Add more tests.
15323 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15325 * math/libm-test.inc (ceil_test_data): Add more tests.
15327 * math/libm-test.inc (trunc_test_data): Add more tests related to
15330 2014-03-14 Roland McGrath <roland@hack.frob.com>
15332 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15333 with #if rather than #ifdef.
15334 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15336 2014-03-14 H.J. Lu <hongjiu.lu@intel.com>
15338 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15339 first. Disable AVX-512 GCC support if assembler doesn't support
15341 * sysdeps/x86_64/configure: Regenerated.
15343 2014-03-13 Carlos O'Donell <carlos@redhat.com>
15345 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15346 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15347 (__old_pthread_attr_setstack): Likewise.
15348 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15349 [!_STACK_GROWS_DOWN]: Likewise.
15351 2014-03-13 Mike Frysinger <vapier@gentoo.org>
15353 * config.make.in (have-bash2): Delete.
15354 * configure.ac (libc_cv_have_bash2): Delete.
15355 * configure: Regenerate.
15356 * elf/Makefile (common-ldd-rewrite): Rename to ...
15357 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
15358 (sh-ldd-rewrite): Delete.
15359 (bash-ldd-rewrite): Delete.
15360 (have-bash2): Delete checks.
15361 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15364 * config.make.in (have-ksh): Delete.
15366 * configure.ac (libc_cv_have_ksh): Delete.
15367 * configure: Regenerate.
15369 * elf/Makefile: Delete $(have-ksh) check.
15370 ($(objpfx)sotruss): Change KSH to BASH.
15371 * elf/sotruss.ksh: Rename to ...
15372 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
15373 function style to match POSIX. Drop ksh vim mode setting.
15375 * manual/time.texi (Specifying the Time Zone with TZ): Change
15376 Tuesday to Thursday.
15378 * debug/tst-longjmp_chk2.c: Update header comment.
15379 (stackoverflow_handler): Add comment. Call assert on pass value.
15381 2014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
15384 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15385 (HAVE_AVX512_ASM_SUPPORT): Likewise.
15386 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15387 (La_x86_64_vector): Add zmm.
15388 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15389 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15390 ($(objpfx)tst-audit10): New target.
15391 ($(objpfx)tst-audit10.out): Likewise.
15392 (tst-audit10-ENV): New.
15393 (AVX512-CFLAGS): Likewise.
15394 (CFLAGS-tst-audit10.c): Likewise.
15395 (CFLAGS-tst-auditmod10a.c): Likewise.
15396 (CFLAGS-tst-auditmod10b.c): Likewise.
15397 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15398 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15399 * sysdeps/x86_64/configure: Regenerated.
15400 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15401 AVX-512 zmm register support.
15402 (_dl_x86_64_save_sse): Likewise.
15403 (_dl_x86_64_restore_sse): Likewise.
15404 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15405 size vector registers.
15406 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15407 (ZMM_SIZE): Likewise.
15408 * sysdeps/x86_64/tst-audit10.c: New file.
15409 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15410 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15412 2014-03-13 Roland McGrath <roland@hack.frob.com>
15414 * configure.ac (HAVE_EHDR_START): New check.
15415 * configure: Regenerated.
15416 * config.h.in (HAVE_EHDR_START): New #undef.
15417 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15418 assuming the lowest-addressed segment maps the start of the file.
15420 2014-03-13 Joseph Myers <joseph@codesourcery.com>
15422 * INSTALL: Regenerated.
15424 2014-03-13 Will Newton <will.newton@linaro.org>
15426 * manual/setjmp.texi (System V contexts): Improve
15427 clarity and grammar of documentation.
15429 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
15432 * elf/Makefile (tests): Add tst-pie2.
15433 (tests-pie): Add tst-pie2.
15434 * elf/tst-pie2.c: New file.
15435 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15437 * elf/rtld.c (map_doit): Load executable as lt_executable.
15438 (dl_main): Likewise.
15440 2014-03-12 Joseph Myers <joseph@codesourcery.com>
15443 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15444 (__ASSUME_PSELECT): Undefine.
15446 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15449 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15450 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15452 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15453 selector for static builds.
15455 2014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
15458 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15461 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15463 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15464 IFUNC selector for static builds.
15466 2014-03-11 Joseph Myers <joseph@codesourcery.com>
15468 * sysdeps/mips/math_private.h [__mips_hard_float]
15469 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15470 libc_feresetround_mips_ctx.
15471 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15472 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15473 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15476 * math/s_nextafter.c (__nextafter): Do not return value from
15477 overflowing computation.
15478 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15479 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15480 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15482 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15484 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15485 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15487 2014-03-11 Roland McGrath <roland@hack.frob.com>
15489 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15490 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15491 Move sfi_sp use from the load-multiple (that no longer sets sp) to
15492 the new mov targetting sp.
15494 2014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15497 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15498 Define it for static builds as well.
15499 (NO_BZERO_IMPL): Likewise.
15501 2014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15503 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15504 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15505 multiarch strspn for PPC64.
15506 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15507 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15508 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15509 (__libc_ifunc_impl_list): Likewise.
15510 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15511 multiarch optimizations
15512 * string/strspn.c (strspn): Using macro to redefine symbol name.
15514 2014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15515 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15517 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15518 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15519 multiarch strncat for PPC64.
15520 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15521 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15522 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15523 (__libc_ifunc_impl_list): Likewise.
15524 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15525 multiarch optimizations
15527 2014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
15530 * nscd/nscd.service: Make service type forking.
15532 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15534 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15535 sign in non default rounding modes.
15536 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15538 2014-03-08 Joseph Myers <joseph@codesourcery.com>
15540 * math/libm-test.inc (ALL_RM_TEST): New macro.
15541 (ceil_test): Use ALL_RM_TEST.
15542 (cimag_test): Likewise.
15543 (conj_test): Likewise.
15544 (copysign_test): Likewise.
15545 (cproj_test): Likewise.
15546 (creal_test): Likewise.
15547 (fabs_test): Likewise.
15548 (floor_test): Likewise.
15549 (fmax_test): Likewise.
15550 (fmin_test): Likewise.
15551 (fmod_test): Likewise.
15552 (fpclassify_test): Likewise.
15553 (frexp_test): Likewise.
15554 (ilogb_test): Likewise.
15555 (isfinite_test): Likewise.
15556 (finite_test): Likewise.
15557 (isgreater_test): Likewise.
15558 (isgreaterequal_test): Likewise.
15559 (isinf_test): Likewise.
15560 (isless_test): Likewise.
15561 (islessequal_test): Likewise.
15562 (islessgreater_test): Likewise.
15563 (isnan_test): Likewise.
15564 (isnormal_test): Likewise.
15565 (issignaling_test): Likewise.
15566 (isunordered_test): Likewise.
15567 (logb_test): Likewise.
15568 (logb_downward_test_data): Remove.
15569 (logb_test_downward): Likewise.
15570 (lround_test): Use ALL_RM_TEST.
15571 (llround_test): Likewise.
15572 (modf_test): Likewise.
15573 (nexttoward_test): Likewise.
15574 (remainder_test): Likewise.
15575 (drem_test): Likewise.
15576 (remainder_tonearest_test_data): Likewise.
15577 (remainder_test_tonearest): Likewise.
15578 (drem_test_tonearest): Likewise.
15579 (remainder_towardzero_test_data): Likewise.
15580 (remainder_test_towardzero): Likewise.
15581 (drem_test_towardzero): Likewise.
15582 (remainder_downward_test_data): Likewise.
15583 (remainder_test_downward): Likewise.
15584 (drem_test_downward): Likewise.
15585 (remainder_upward_test_data): Likewise.
15586 (remainder_test_upward): Likewise.
15587 (drem_test_upward): Likewise.
15588 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
15589 (round_test): Use ALL_RM_TEST.
15590 (signbit_test): Likewise.
15591 (trunc_test): Likewise.
15592 (significand_test): Likewise.
15593 (main): Don't call removed functions.
15595 2014-03-07 Joseph Myers <joseph@codesourcery.com>
15598 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15599 || __USE_XOPEN2K8].
15600 (ILL_ILLOPN): Likewise.
15601 (ILL_ILLADR): Likewise.
15602 (ILL_ILLTRP): Likewise.
15603 (ILL_PRVOPC): Likewise.
15604 (ILL_PRVREG): Likewise.
15605 (ILL_COPROC): Likewise.
15606 (ILL_BADSTK): Likewise.
15607 (FPE_INTDIV): Likewise.
15608 (FPE_INTOVF): Likewise.
15609 (FPE_FLTDIV): Likewise.
15610 (FPE_FLTOVF): Likewise.
15611 (FPE_FLTUND): Likewise.
15612 (FPE_FLTRES): Likewise.
15613 (FPE_FLTINV): Likewise.
15614 (FPE_FLTSUB): Likewise.
15615 (SEGV_MAPERR): Likewise.
15616 (SEGV_ACCERR): Likewise.
15617 (BUS_ADRALN): Likewise.
15618 (BUS_ADRERR): Likewise.
15619 (BUS_OBJERR): Likewise.
15620 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15621 (TRAP_TRACE): Likewise.
15622 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15624 (CLD_KILLED): Likewise.
15625 (CLD_DUMPED): Likewise.
15626 (CLD_TRAPPED): Likewise.
15627 (CLD_STOPPED): Likewise.
15628 (CLD_CONTINUED): Likewise.
15629 (POLL_IN): Likewise.
15630 (POLL_OUT): Likewise.
15631 (POLL_MSG): Likewise.
15632 (POLL_ERR): Likewise.
15633 (POLL_PRI): Likewise.
15634 (POLL_HUP): Likewise.
15635 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15637 (ILL_ILLOPN): Likewise.
15638 (ILL_ILLADR): Likewise.
15639 (ILL_ILLTRP): Likewise.
15640 (ILL_PRVOPC): Likewise.
15641 (ILL_PRVREG): Likewise.
15642 (ILL_COPROC): Likewise.
15643 (ILL_BADSTK): Likewise.
15644 (FPE_INTDIV): Likewise.
15645 (FPE_INTOVF): Likewise.
15646 (FPE_FLTDIV): Likewise.
15647 (FPE_FLTOVF): Likewise.
15648 (FPE_FLTUND): Likewise.
15649 (FPE_FLTRES): Likewise.
15650 (FPE_FLTINV): Likewise.
15651 (FPE_FLTSUB): Likewise.
15652 (SEGV_MAPERR): Likewise.
15653 (SEGV_ACCERR): Likewise.
15654 (BUS_ADRALN): Likewise.
15655 (BUS_ADRERR): Likewise.
15656 (BUS_OBJERR): Likewise.
15657 (BUS_MCEERR_AR): Likewise.
15658 (BUS_MCEERR_AO): Likewise.
15659 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15660 (TRAP_TRACE): Likewise.
15661 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15663 (CLD_KILLED): Likewise.
15664 (CLD_DUMPED): Likewise.
15665 (CLD_TRAPPED): Likewise.
15666 (CLD_STOPPED): Likewise.
15667 (CLD_CONTINUED): Likewise.
15668 (POLL_IN): Likewise.
15669 (POLL_OUT): Likewise.
15670 (POLL_MSG): Likewise.
15671 (POLL_ERR): Likewise.
15672 (POLL_PRI): Likewise.
15673 (POLL_HUP): Likewise.
15674 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15675 (ILL_ILLOPN): Likewise.
15676 (ILL_ILLADR): Likewise.
15677 (ILL_ILLTRP): Likewise.
15678 (ILL_PRVOPC): Likewise.
15679 (ILL_PRVREG): Likewise.
15680 (ILL_COPROC): Likewise.
15681 (ILL_BADSTK): Likewise.
15682 (FPE_INTDIV): Likewise.
15683 (FPE_INTOVF): Likewise.
15684 (FPE_FLTDIV): Likewise.
15685 (FPE_FLTOVF): Likewise.
15686 (FPE_FLTUND): Likewise.
15687 (FPE_FLTRES): Likewise.
15688 (FPE_FLTINV): Likewise.
15689 (FPE_FLTSUB): Likewise.
15690 (SEGV_MAPERR): Likewise.
15691 (SEGV_ACCERR): Likewise.
15692 (BUS_ADRALN): Likewise.
15693 (BUS_ADRERR): Likewise.
15694 (BUS_OBJERR): Likewise.
15695 (BUS_MCEERR_AR): Likewise.
15696 (BUS_MCEERR_AO): Likewise.
15697 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15698 (TRAP_TRACE): Likewise.
15699 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15701 (CLD_KILLED): Likewise.
15702 (CLD_DUMPED): Likewise.
15703 (CLD_TRAPPED): Likewise.
15704 (CLD_STOPPED): Likewise.
15705 (CLD_CONTINUED): Likewise.
15706 (POLL_IN): Likewise.
15707 (POLL_OUT): Likewise.
15708 (POLL_MSG): Likewise.
15709 (POLL_ERR): Likewise.
15710 (POLL_PRI): Likewise.
15711 (POLL_HUP): Likewise.
15712 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15714 (ILL_ILLOPN): Likewise.
15715 (ILL_ILLADR): Likewise.
15716 (ILL_ILLTRP): Likewise.
15717 (ILL_PRVOPC): Likewise.
15718 (ILL_PRVREG): Likewise.
15719 (ILL_COPROC): Likewise.
15720 (ILL_BADSTK): Likewise.
15721 (ILL_BADIADDR): Likewise.
15722 (ILL_BREAK): Likewise.
15723 (FPE_INTDIV): Likewise.
15724 (FPE_INTOVF): Likewise.
15725 (FPE_FLTDIV): Likewise.
15726 (FPE_FLTOVF): Likewise.
15727 (FPE_FLTUND): Likewise.
15728 (FPE_FLTRES): Likewise.
15729 (FPE_FLTINV): Likewise.
15730 (FPE_FLTSUB): Likewise.
15731 (FPE_DECOVF): Likewise.
15732 (FPE_DECDIV): Likewise.
15733 (FPE_DECERR): Likewise.
15734 (FPE_INVASC): Likewise.
15735 (FPE_INVDEC): Likewise.
15736 (SEGV_MAPERR): Likewise.
15737 (SEGV_ACCERR): Likewise.
15738 (SEGV_PSTKOVF): Likewise.
15739 (BUS_ADRALN): Likewise.
15740 (BUS_ADRERR): Likewise.
15741 (BUS_OBJERR): Likewise.
15742 (BUS_MCEERR_AR): Likewise.
15743 (BUS_MCEERR_AO): Likewise.
15744 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15745 (TRAP_TRACE): Likewise.
15746 (TRAP_BRANCH): Likewise.
15747 (TRAP_HWBKPT): Likewise.
15748 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15750 (CLD_KILLED): Likewise.
15751 (CLD_DUMPED): Likewise.
15752 (CLD_TRAPPED): Likewise.
15753 (CLD_STOPPED): Likewise.
15754 (CLD_CONTINUED): Likewise.
15755 (POLL_IN): Likewise.
15756 (POLL_OUT): Likewise.
15757 (POLL_MSG): Likewise.
15758 (POLL_ERR): Likewise.
15759 (POLL_PRI): Likewise.
15760 (POLL_HUP): Likewise.
15761 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15762 (ILL_ILLOPN): Likewise.
15763 (ILL_ILLADR): Likewise.
15764 (ILL_ILLTRP): Likewise.
15765 (ILL_PRVOPC): Likewise.
15766 (ILL_PRVREG): Likewise.
15767 (ILL_COPROC): Likewise.
15768 (ILL_BADSTK): Likewise.
15769 (FPE_INTDIV): Likewise.
15770 (FPE_INTOVF): Likewise.
15771 (FPE_FLTDIV): Likewise.
15772 (FPE_FLTOVF): Likewise.
15773 (FPE_FLTUND): Likewise.
15774 (FPE_FLTRES): Likewise.
15775 (FPE_FLTINV): Likewise.
15776 (FPE_FLTSUB): Likewise.
15777 (SEGV_MAPERR): Likewise.
15778 (SEGV_ACCERR): Likewise.
15779 (BUS_ADRALN): Likewise.
15780 (BUS_ADRERR): Likewise.
15781 (BUS_OBJERR): Likewise.
15782 (BUS_MCEERR_AR): Likewise.
15783 (BUS_MCEERR_AO): Likewise.
15784 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15785 (TRAP_TRACE): Likewise.
15786 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15788 (CLD_KILLED): Likewise.
15789 (CLD_DUMPED): Likewise.
15790 (CLD_TRAPPED): Likewise.
15791 (CLD_STOPPED): Likewise.
15792 (CLD_CONTINUED): Likewise.
15793 (POLL_IN): Likewise.
15794 (POLL_OUT): Likewise.
15795 (POLL_MSG): Likewise.
15796 (POLL_ERR): Likewise.
15797 (POLL_PRI): Likewise.
15798 (POLL_HUP): Likewise.
15799 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15800 (ILL_ILLOPN): Likewise.
15801 (ILL_ILLADR): Likewise.
15802 (ILL_ILLTRP): Likewise.
15803 (ILL_PRVOPC): Likewise.
15804 (ILL_PRVREG): Likewise.
15805 (ILL_COPROC): Likewise.
15806 (ILL_BADSTK): Likewise.
15807 (FPE_INTDIV): Likewise.
15808 (FPE_INTOVF): Likewise.
15809 (FPE_FLTDIV): Likewise.
15810 (FPE_FLTOVF): Likewise.
15811 (FPE_FLTUND): Likewise.
15812 (FPE_FLTRES): Likewise.
15813 (FPE_FLTINV): Likewise.
15814 (FPE_FLTSUB): Likewise.
15815 (SEGV_MAPERR): Likewise.
15816 (SEGV_ACCERR): Likewise.
15817 (BUS_ADRALN): Likewise.
15818 (BUS_ADRERR): Likewise.
15819 (BUS_OBJERR): Likewise.
15820 (BUS_MCEERR_AR): Likewise.
15821 (BUS_MCEERR_AO): Likewise.
15822 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15823 (TRAP_TRACE): Likewise.
15824 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15826 (CLD_KILLED): Likewise.
15827 (CLD_DUMPED): Likewise.
15828 (CLD_TRAPPED): Likewise.
15829 (CLD_STOPPED): Likewise.
15830 (CLD_CONTINUED): Likewise.
15831 (POLL_IN): Likewise.
15832 (POLL_OUT): Likewise.
15833 (POLL_MSG): Likewise.
15834 (POLL_ERR): Likewise.
15835 (POLL_PRI): Likewise.
15836 (POLL_HUP): Likewise.
15837 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15838 (ILL_ILLOPN): Likewise.
15839 (ILL_ILLADR): Likewise.
15840 (ILL_ILLTRP): Likewise.
15841 (ILL_PRVOPC): Likewise.
15842 (ILL_PRVREG): Likewise.
15843 (ILL_COPROC): Likewise.
15844 (ILL_BADSTK): Likewise.
15845 (FPE_INTDIV): Likewise.
15846 (FPE_INTOVF): Likewise.
15847 (FPE_FLTDIV): Likewise.
15848 (FPE_FLTOVF): Likewise.
15849 (FPE_FLTUND): Likewise.
15850 (FPE_FLTRES): Likewise.
15851 (FPE_FLTINV): Likewise.
15852 (FPE_FLTSUB): Likewise.
15853 (SEGV_MAPERR): Likewise.
15854 (SEGV_ACCERR): Likewise.
15855 (BUS_ADRALN): Likewise.
15856 (BUS_ADRERR): Likewise.
15857 (BUS_OBJERR): Likewise.
15858 (BUS_MCEERR_AR): Likewise.
15859 (BUS_MCEERR_AO): Likewise.
15860 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15861 (TRAP_TRACE): Likewise.
15862 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15864 (CLD_KILLED): Likewise.
15865 (CLD_DUMPED): Likewise.
15866 (CLD_TRAPPED): Likewise.
15867 (CLD_STOPPED): Likewise.
15868 (CLD_CONTINUED): Likewise.
15869 (POLL_IN): Likewise.
15870 (POLL_OUT): Likewise.
15871 (POLL_MSG): Likewise.
15872 (POLL_ERR): Likewise.
15873 (POLL_PRI): Likewise.
15874 (POLL_HUP): Likewise.
15875 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15876 (ILL_ILLOPN): Likewise.
15877 (ILL_ILLADR): Likewise.
15878 (ILL_ILLTRP): Likewise.
15879 (ILL_PRVOPC): Likewise.
15880 (ILL_PRVREG): Likewise.
15881 (ILL_COPROC): Likewise.
15882 (ILL_BADSTK): Likewise.
15883 (ILL_DBLFLT): Likewise.
15884 (ILL_HARDWALL): Likewise.
15885 (FPE_INTDIV): Likewise.
15886 (FPE_INTOVF): Likewise.
15887 (FPE_FLTDIV): Likewise.
15888 (FPE_FLTOVF): Likewise.
15889 (FPE_FLTUND): Likewise.
15890 (FPE_FLTRES): Likewise.
15891 (FPE_FLTINV): Likewise.
15892 (FPE_FLTSUB): Likewise.
15893 (SEGV_MAPERR): Likewise.
15894 (SEGV_ACCERR): Likewise.
15895 (BUS_ADRALN): Likewise.
15896 (BUS_ADRERR): Likewise.
15897 (BUS_OBJERR): Likewise.
15898 (BUS_MCEERR_AR): Likewise.
15899 (BUS_MCEERR_AO): Likewise.
15900 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15901 (TRAP_TRACE): Likewise.
15902 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15904 (CLD_KILLED): Likewise.
15905 (CLD_DUMPED): Likewise.
15906 (CLD_TRAPPED): Likewise.
15907 (CLD_STOPPED): Likewise.
15908 (CLD_CONTINUED): Likewise.
15909 (POLL_IN): Likewise.
15910 (POLL_OUT): Likewise.
15911 (POLL_MSG): Likewise.
15912 (POLL_ERR): Likewise.
15913 (POLL_PRI): Likewise.
15914 (POLL_HUP): Likewise.
15915 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15916 (ILL_ILLOPN): Likewise.
15917 (ILL_ILLADR): Likewise.
15918 (ILL_ILLTRP): Likewise.
15919 (ILL_PRVOPC): Likewise.
15920 (ILL_PRVREG): Likewise.
15921 (ILL_COPROC): Likewise.
15922 (ILL_BADSTK): Likewise.
15923 (FPE_INTDIV): Likewise.
15924 (FPE_INTOVF): Likewise.
15925 (FPE_FLTDIV): Likewise.
15926 (FPE_FLTOVF): Likewise.
15927 (FPE_FLTUND): Likewise.
15928 (FPE_FLTRES): Likewise.
15929 (FPE_FLTINV): Likewise.
15930 (FPE_FLTSUB): Likewise.
15931 (SEGV_MAPERR): Likewise.
15932 (SEGV_ACCERR): Likewise.
15933 (BUS_ADRALN): Likewise.
15934 (BUS_ADRERR): Likewise.
15935 (BUS_OBJERR): Likewise.
15936 (BUS_MCEERR_AR): Likewise.
15937 (BUS_MCEERR_AO): Likewise.
15938 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15939 (TRAP_TRACE): Likewise.
15940 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15942 (CLD_KILLED): Likewise.
15943 (CLD_DUMPED): Likewise.
15944 (CLD_TRAPPED): Likewise.
15945 (CLD_STOPPED): Likewise.
15946 (CLD_CONTINUED): Likewise.
15947 (POLL_IN): Likewise.
15948 (POLL_OUT): Likewise.
15949 (POLL_MSG): Likewise.
15950 (POLL_ERR): Likewise.
15951 (POLL_PRI): Likewise.
15952 (POLL_HUP): Likewise.
15953 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15954 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15957 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15958 before #include of <time.h>.
15959 [!__USE_XOPEN2K] (__need_timespec): Likewise.
15960 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15961 (test-xfail-UNIX98/sched.h/conform): Likewise.
15963 2014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
15965 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15966 error absence of trapping exception support.
15967 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15969 2014-03-07 Joseph Myers <joseph@codesourcery.com>
15971 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15972 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15973 * timezone/Makefile (testdata): Move definition above include of
15975 (test-zones): New variable.
15976 (tests-special): Add zone files.
15977 (build-testdata): Use $(evaluate-test).
15979 * elf/Makefile (tests-special): Rename tests to end with .out.
15980 ($(objpfx)noload-mem): Likewise.
15981 ($(objpfx)tst-leaks1-mem): Likewise.
15982 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15983 * iconv/Makefile (xtests-special): Change test-iconvconfig to
15984 $(objpfx)test-iconvconfig.out.
15985 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
15986 set -e inside subshell and redirect output to file.
15987 * iconvdata/Makefile (generated): Rename tests to end with .out.
15989 (tests-special): Rename tests to end with .out.
15990 ($(objpfx)mtrace-tst-loading): Likewise.
15991 * intl/Makefile (generated): Likewise.
15992 (tests-special): Likewise.
15993 ($(objpfx)mtrace-tst-gettext): Likewise.
15994 * misc/Makefile (generated): Likewise.
15995 (tests-special): Likewise.
15996 ($(objpfx)tst-error1-mem): Likewise.
15997 * nptl/Makefile (tests-special): Likewise.
15998 ($(objpfx)tst-stack3-mem): Likewise.
15999 (generated): Likewise.
16000 * posix/Makefile (generated): Likewise.
16001 (tests-special): Likewise.
16002 (xtests-special): Likewise.
16003 ($(objpfx)tst-fnmatch-mem): Likewise.
16004 ($(objpfx)bug-regex2-mem): Likewise.
16005 ($(objpfx)bug-regex14-mem): Likewise.
16006 ($(objpfx)bug-regex21-mem): Likewise.
16007 ($(objpfx)bug-regex31-mem): Likewise.
16008 ($(objpfx)tst-vfork3-mem): Likewise.
16009 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16010 ($(objpfx)tst-pcre-mem): Likewise.
16011 ($(objpfx)tst-boost-mem): Likewise.
16012 ($(objpfx)bug-ga2-mem): Likewise.
16013 ($(objpfx)bug-glob2-mem): Likewise.
16014 * resolv/Makefile (generate): Likewise.
16015 (tests-special): Likewise.
16016 (xtests-special): Likewise.
16017 (generated): Likewise.
16018 ($(objpfx)mtrace-tst-leaks): Likewise.
16019 ($(objpfx)mtrace-tst-leaks2): Likewise.
16021 * scripts/merge-test-results.sh: New file.
16022 * Makefile (tests-special-notdir): New variable.
16023 (tests): Run merge-test-results.sh.
16024 (xtests): Likewise.
16025 * Rules (tests-special-notdir): New variable.
16026 (xtests-special-notdir): Likewise.
16027 (tests): Run merge-test-results.sh
16028 (xtests): Likewise.
16030 * Makeconfig (test-xfail-name): New variable.
16031 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16032 compute variable name for expected failures.
16033 * conform/Makefile (conformtest-headers-data): New variable.
16034 (conformtest-standards): Likewise.
16035 (conformtest-headers-ISO): Likewise.
16036 (conformtest-headers-ISO99): Likewise.
16037 (conformtest-headers-ISO11): Likewise.
16038 (conformtest-headers-POSIX): Likewise.
16039 (conformtest-headers-XPG3): Likewise.
16040 (conformtest-headers-XPG4): Likewise.
16041 (conformtest-headers-UNIX98): Likewise.
16042 (conformtest-headers-XOPEN2K): Likewise.
16043 (conformtest-headers-POSIX2008): Likewise.
16044 (conformtest-headers-XOPEN2K8): Likewise.
16045 (conformtest-header-list-base): Likewise.
16046 (conformtest-header-list-tests): Likewise.
16047 (conformtest-header-base): Likewise.
16048 (conformtest-header-tests): Likewise.
16049 (tests-special): Add $(conformtest-header-list-tests). If
16050 [$(fast-check) && !$(cross-compiling)], add
16051 $(conformtest-header-tests) instead of
16052 $(objpfx)run-conformtest.out.
16053 (generated): Add $(conformtest-header-list-base). If
16054 [$(fast-check) && !$(cross-compiling)], add
16055 $(conformtest-header-base). Remove previous setting.
16056 ($(conformtest-header-list-tests)): New target.
16057 (test-xfail-run-conformtest): Remove variable.
16058 ($(objpfx)run-conformtest.out): Remove target.
16059 (test-xfail-ISO11/complex.h/conform): New variable.
16060 (test-xfail-ISO11/stdalign.h/conform): Likewise.
16061 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16062 (test-xfail-XPG3/varargs.h/conform): Likewise.
16063 (test-xfail-XPG4/varargs.h/conform): Likewise.
16064 (test-xfail-UNIX98/varargs.h/conform): Likewise.
16065 (test-xfail-XPG4/ndbm.h/conform): Likewise.
16066 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16067 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16068 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16069 (test-xfail-XPG3/fcntl.h/conform): Likewise.
16070 (test-xfail-XPG3/ftw.h/conform): Likewise.
16071 (test-xfail-XPG3/grp.h/conform): Likewise.
16072 (test-xfail-XPG3/langinfo.h/conform): Likewise.
16073 (test-xfail-XPG3/limits.h/conform): Likewise.
16074 (test-xfail-XPG3/pwd.h/conform): Likewise.
16075 (test-xfail-XPG3/search.h/conform): Likewise.
16076 (test-xfail-XPG3/signal.h/conform): Likewise.
16077 (test-xfail-XPG3/stdio.h/conform): Likewise.
16078 (test-xfail-XPG3/stdlib.h/conform): Likewise.
16079 (test-xfail-XPG3/string.h/conform): Likewise.
16080 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16081 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16082 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16083 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16084 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16085 (test-xfail-XPG3/sys/types.h/conform): Likewise.
16086 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16087 (test-xfail-XPG3/termios.h/conform): Likewise.
16088 (test-xfail-XPG3/time.h/conform): Likewise.
16089 (test-xfail-XPG3/unistd.h/conform): Likewise.
16090 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16091 (test-xfail-XPG4/fcntl.h/conform): Likewise.
16092 (test-xfail-XPG4/langinfo.h/conform): Likewise.
16093 (test-xfail-XPG4/netdb.h/conform): Likewise.
16094 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16095 (test-xfail-XPG4/signal.h/conform): Likewise.
16096 (test-xfail-XPG4/stdio.h/conform): Likewise.
16097 (test-xfail-XPG4/stdlib.h/conform): Likewise.
16098 (test-xfail-XPG4/stropts.h/conform): Likewise.
16099 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16100 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16101 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16102 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16103 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16104 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16105 (test-xfail-XPG4/sys/time.h/conform): Likewise.
16106 (test-xfail-XPG4/sys/types.h/conform): Likewise.
16107 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16108 (test-xfail-XPG4/termios.h/conform): Likewise.
16109 (test-xfail-XPG4/ucontext.h/conform): Likewise.
16110 (test-xfail-XPG4/unistd.h/conform): Likewise.
16111 (test-xfail-XPG4/utmpx.h/conform): Likewise.
16112 (test-xfail-POSIX/sched.h/conform): Likewise.
16113 (test-xfail-POSIX/signal.h/conform): Likewise.
16114 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16115 (test-xfail-POSIX/tar.h/conform): Likewise.
16116 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16117 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16118 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16119 (test-xfail-UNIX98/netdb.h/conform): Likewise.
16120 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16121 (test-xfail-UNIX98/sched.h/conform): Likewise.
16122 (test-xfail-UNIX98/signal.h/conform): Likewise.
16123 (test-xfail-UNIX98/stdio.h/conform): Likewise.
16124 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16125 (test-xfail-UNIX98/stropts.h/conform): Likewise.
16126 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16127 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16128 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16129 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16130 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16131 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16132 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16133 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16134 (test-xfail-UNIX98/unistd.h/conform): Likewise.
16135 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16136 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16137 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16138 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16139 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16140 (test-xfail-XOPEN2K/math.h/conform): Likewise.
16141 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16142 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16143 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16144 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16145 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16146 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16147 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16148 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16149 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16150 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16151 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16152 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16153 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16154 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16155 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16156 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16157 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16158 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16159 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16160 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16161 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16162 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16163 (test-xfail-POSIX2008/signal.h/conform): Likewise.
16164 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16165 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16166 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16167 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16168 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16169 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16170 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16171 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16172 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16173 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16174 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16175 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16176 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16177 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16178 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16179 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16180 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16181 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16182 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16183 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16184 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16185 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16186 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16187 (conformtest-cc-flags): Likewise.
16188 ($(conformtest-header-tests): New target.
16189 * conform/check-header-lists.sh: New file.
16190 * conform/run-conformtest.sh: Remove.
16192 * conform/conformtest.pl: Allow ' and \ in values given for
16194 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16196 [POSIX] (sys/types.h): Likewise.
16197 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16199 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16201 * conform/data/signal.h-data (SIGIO): Remove expectation.
16202 [XPG3] (SIGBUS): Do not expect.
16203 [POSIX || XPG3] (SIGPOLL): Likewise.
16204 [POSIX || XPG3] (SIGPROF): Likewise.
16205 [POSIX || XPG3] (SIGSYS): Likewise.
16206 [XPG3] (SIGTRAP): Likewise.
16207 [POSIX || XPG3] (SIGURG): Likewise.
16208 [POSIX || XPG3] (SIGVTALRM): Likewise.
16209 [POSIX || XPG3] (SIGXCPU): Likewise.
16210 [POSIX || XPG3] (SIGXFSZ): Likewise.
16211 [POSIX] (SA_SIGINFO): Expect.
16212 [XPG3] (siginfo_t): Do not expect type or contents.
16213 [POSIX] (si_pid): Do not expect element.
16214 [POSIX] (si_uid): Likewise.
16215 [POSIX] (si_addr): Likewise.
16216 [POSIX] (si_status): Likewise.
16217 [POSIX] (si_band): Likewise.
16218 [XPG4] (si_value): Likewise.
16219 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16220 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16221 [POSIX || XPG3] (ILL_ILLADR): Likewise.
16222 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16223 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16224 [POSIX || XPG3] (ILL_PRVREG): Likewise.
16225 [POSIX || XPG3] (ILL_COPROC): Likewise.
16226 [POSIX || XPG3] (ILL_BADSTK): Likewise.
16227 [POSIX || XPG3] (FPE_INTDIV): Likewise.
16228 [POSIX || XPG3] (FPE_INTOVF): Likewise.
16229 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16230 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16231 [POSIX || XPG3] (FPE_FLTUND): Likewise.
16232 [POSIX || XPG3] (FPE_FLTRES): Likewise.
16233 [POSIX || XPG3] (FPE_FLTINV): Likewise.
16234 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16235 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16236 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16237 [POSIX || XPG3] (BUS_ADRALN): Likewise.
16238 [POSIX || XPG3] (BUS_ADRERR): Likewise.
16239 [POSIX || XPG3] (BUS_OBJERR): Likewise.
16240 [POSIX || XPG3] (CLD_EXITED): Likewise.
16241 [POSIX || XPG3] (CLD_KILLED): Likewise.
16242 [POSIX || XPG3] (CLD_DUMPED): Likewise.
16243 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16244 [POSIX || XPG3] (CLD_STOPPED): Likewise.
16245 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16246 [POSIX || XPG3] (POLL_IN): Likewise.
16247 [POSIX || XPG3] (POLL_OUT): Likewise.
16248 [POSIX || XPG3] (POLL_MSG): Likewise.
16249 [POSIX || XPG3] (POLL_ERR): Likewise.
16250 [POSIX || XPG3] (POLL_PRI): Likewise.
16251 [POSIX || XPG3] (POLL_HUP): Likewise.
16252 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16253 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16254 (SIG*): Do not allow.
16255 [XPG3] (si_*): Likewise.
16256 [XPG3] (SI_*): Likewise.
16257 [XPG3 || XPG4] (sigev_*): Likewise.
16258 [XPG3 || XPG4] (SIGEV_*): Likewise.
16259 [XPG3 || XPG4] (sival_*): Likewise.
16260 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16261 [POSIX || XPG3] (BUS_*): Likewise.
16262 [POSIX || XPG3] (CLD_*): Likewise.
16263 [POSIX || XPG3] (FPE_*): Likewise.
16264 [POSIX || XPG3] (ILL_*): Likewise.
16265 [POSIX || XPG3] (POLL_*): Likewise.
16266 [POSIX || XPG3] (SEGV_*): Likewise.
16267 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16268 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16269 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16270 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16271 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16272 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16273 Specify type and value.
16274 (TVERSLEN): Likewise.
16275 (REGTYPE): Likewise.
16276 (AREGTYPE): Likewise.
16277 (LNKTYPE): Likewise.
16278 (SYMTYPE): Likewise.
16279 (CHRTYPE): Likewise.
16280 (BLKTYPE): Likewise.
16281 (DIRTYPE): Likewise.
16282 (FIFOTYPE): Likewise.
16283 (CONTTYPE): Likewise.
16287 (TUREAD): Likewise.
16288 (TUWRITE): Likewise.
16289 (TUEXEC): Likewise.
16290 (TGREAD): Likewise.
16291 (TGWRITE): Likewise.
16292 (TGEXEC): Likewise.
16293 (TOREAD): Likewise.
16294 (TOWRITE): Likewise.
16295 (TOEXEC): Likewise.
16296 [POSIX] (TSVTX): Expect constant.
16298 2014-03-06 Joseph Myers <joseph@codesourcery.com>
16300 * Makefile (tests): Change dependencies to ....
16301 (tests-special): ... additions to this variable.
16302 (tests): Depend on $(tests-special).
16303 * Makerules (check-abi-list): New variable.
16304 (check-abi): Depend on $(check-abi-list).
16305 [$(subdir) = elf] (tests-special): Add
16306 $(objpfx)check-abi-libc.out.
16307 [$(build-shared) = yes && subdir] (tests-special): Add
16309 [$(build-shared) = yes && subdir] (tests): Do not depend on
16311 * Rules (tests): Depend on $(tests-special).
16312 (xtests): Depend on $(xtests-special).
16313 * catgets/Makefile (tests): Change dependencies to ....
16314 (tests-special): ... additions to this variable.
16315 * conform/Makefile (tests): Change dependencies to ....
16316 (tests-special): ... additions to this variable.
16317 * elf/Makefile (tests): Change dependencies to ....
16318 (tests-special): ... additions to this variable.
16319 * grp/Makefile (tests): Change dependencies to ....
16320 (tests-special): ... additions to this variable.
16321 * iconv/Makefile (xtests): Change dependencies to ....
16322 (xtests-special): ... additions to this variable.
16323 * iconvdata/Makefile (tests): Change dependencies to ....
16324 (tests-special): ... additions to this variable.
16325 * intl/Makefile (tests): Change dependencies to ....
16326 (tests-special): ... additions to this variable. Also add
16327 $(objpfx)tst-gettext.out.
16328 * io/Makefile (tests): Change dependencies to ....
16329 (tests-special): ... additions to this variable.
16330 * libio/Makefile (tests): Change dependencies to ....
16331 (tests-special): ... additions to this variable.
16332 * malloc/Makefile (tests): Change dependencies to ....
16333 (tests-special): ... additions to this variable.
16334 * misc/Makefile (tests): Change dependencies to ....
16335 (tests-special): ... additions to this variable.
16336 * nptl/Makefile (tests): Change dependencies to ....
16337 (tests-special): ... additions to this variable.
16338 * nptl_db/Makefile (tests): Change dependencies to ....
16339 (tests-special): ... additions to this variable.
16340 * posix/Makefile (tests): Change dependencies to ....
16341 (tests-special): ... additions to this variable.
16342 (xtests): Change dependencies to ....
16343 (xtests-special): ... additions to this variable.
16344 * resolv/Makefile (tests): Change dependencies to ....
16345 (tests-special): ... additions to this variable.
16346 (xtests): Change dependencies to ....
16347 (xtests-special): ... additions to this variable.
16348 * stdio-common/Makefile (tests): Change dependencies to ....
16349 (tests-special): ... additions to this variable.
16350 (do-tst-unbputc): Remove target.
16351 (do-tst-printf): Likewise.
16352 * stdlib/Makefile (tests): Change dependencies to ....
16353 (tests-special): ... additions to this variable.
16354 * string/Makefile (tests): Change dependencies to ....
16355 (tests-special): ... additions to this variable.
16356 * sysdeps/x86/Makefile (tests): Change dependencies to ....
16357 (tests-special): ... additions to this variable.
16359 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16361 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16363 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16364 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16366 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16367 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16368 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16369 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16370 * conform/data/libgen.h-data [XPG3]: Likewise.
16371 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16372 * conform/data/ndbm.h-data [XPG3]: Likewise.
16373 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16374 * conform/data/netdb.h-data [XPG3]: Likewise.
16375 * conform/data/netinet/in.h-data [XPG3]: Likewise.
16376 * conform/data/poll.h-data [XPG3]: Likewise.
16377 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16378 * conform/data/strings.h-data [XPG3]: Likewise.
16379 * conform/data/stropts.h-data [XPG3]: Likewise.
16380 * conform/data/sys/mman.h-data [XPG3]: Likewise.
16381 * conform/data/sys/resource.h-data [XPG3]: Likewise.
16382 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16384 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16385 * conform/data/sys/time.h-data [XPG3]: Likewise.
16386 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16387 * conform/data/sys/uio.h-data [XPG3]: Likewise.
16388 * conform/data/sys/un.h-data [XPG3]: Likewise.
16389 * conform/data/syslog.h-data [XPG3]: Likewise.
16390 * conform/data/ucontext.h-data [XPG3]: Likewise.
16391 * conform/data/utmpx.h-data [XPG3]: Likewise.
16392 * conform/data/varargs.h-data [UNIX98]: Enable file.
16394 * manual/Makefile (INSTALL_INFO): Remove variable setting.
16396 * math/libm-test.inc (struct test_f_f_data): Move expected results
16397 into structure for each rounding mode.
16398 (struct test_ff_f_data): Likewise.
16399 (struct test_ff_f_data_nexttoward): Likewise.
16400 (struct test_fi_f_data): Likewise.
16401 (struct test_fl_f_data): Likewise.
16402 (struct test_if_f_data): Likewise.
16403 (struct test_fff_f_data): Likewise.
16404 (struct test_c_f_data): Likewise.
16405 (struct test_f_f1_data): Likewise.
16406 (struct test_fF_f1_data): Likewise.
16407 (struct test_ffI_f1_data): Likewise.
16408 (struct test_c_c_data): Likewise.
16409 (struct test_cc_c_data): Likewise.
16410 (struct test_f_i_data): Likewise.
16411 (struct test_ff_i_data): Likewise.
16412 (struct test_f_l_data): Likewise.
16413 (struct test_f_L_data): Likewise.
16414 (struct test_fFF_11_data): Likewise.
16416 (RM_FE_DOWNWARD): Likewise.
16417 (RM_FE_TONEAREST): Likewise.
16418 (RM_FE_TOWARDZERO): Likewise.
16419 (RM_FE_UPWARD): Likewise.
16420 (RUN_TEST_LOOP_f_f): Update references to expected results.
16421 (RUN_TEST_LOOP_2_f): Likewise.
16422 (RUN_TEST_LOOP_fff_f): Likewise.
16423 (RUN_TEST_LOOP_c_f): Likewise.
16424 (RUN_TEST_LOOP_f_f1): Likewise.
16425 (RUN_TEST_LOOP_fF_f1): Likewise.
16426 (RUN_TEST_LOOP_fI_f1): Likewise.
16427 (RUN_TEST_LOOP_ffI_f1): Likewise.
16428 (RUN_TEST_LOOP_c_c): Likewise.
16429 (RUN_TEST_LOOP_cc_c): Likewise.
16430 (RUN_TEST_LOOP_f_i): Likewise.
16431 (RUN_TEST_LOOP_f_i_tg): Likewise.
16432 (RUN_TEST_LOOP_ff_i_tg): Likewise.
16433 (RUN_TEST_LOOP_f_b): Likewise.
16434 (RUN_TEST_LOOP_f_b_tg): Likewise.
16435 (RUN_TEST_LOOP_f_l): Likewise.
16436 (RUN_TEST_LOOP_f_L): Likewise.
16437 (RUN_TEST_LOOP_fFF_11): Likewise.
16438 * math/gen-libm-test.pl (parse_args): Output four copies of
16439 expected results for each test.
16441 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16442 (__ASSUME_UTIMES): Remove.
16443 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16444 (__ASSUME_UTIMES): Likewise.
16446 * math/gen-auto-libm-tests.c: Update comment on output format.
16447 (output_for_one_input_case): Generate before-rounding and
16448 after-rounding information as conditions on output flags not
16449 floating-point format.
16450 * math/auto-libm-test-out: Regenerated.
16451 * math/gen-libm-test.pl (cond_value): New function.
16452 (or_cond_value): Use cond_value.
16453 (generate_testfile): Handle conditional exceptions.
16455 2014-03-05 Joseph Myers <joseph@codesourcery.com>
16457 * math/libm-test.inc (max_valid_error): New variable.
16458 (init_max_error): Take new argument specifying whether function
16459 results are exactly determined. Set max_valid_error and bound
16460 other variables for errors based on this argument.
16461 (set_max_error): Do not record results above max_valid_error.
16462 (check_float_internal): Only accept errors of up to 0.5ulps if
16463 also at most max_valid_error.
16464 (START): Take new argument EXACT and pass it to init_max_error.
16465 (acos_test): Update call to START.
16466 (acos_test_tonearest): Likewise.
16467 (acos_test_towardzero): Likewise.
16468 (acos_test_downward): Likewise.
16469 (acos_test_upward): Likewise.
16470 (acosh_test): Likewise.
16471 (asin_test): Likewise.
16472 (asin_test_tonearest): Likewise.
16473 (asin_test_towardzero): Likewise.
16474 (asin_test_downward): Likewise.
16475 (asin_test_upward): Likewise.
16476 (asinh_test): Likewise.
16477 (atan_test): Likewise.
16478 (atanh_test): Likewise.
16479 (atan2_test): Likewise.
16480 (cabs_test): Likewise.
16481 (cacos_test): Likewise.
16482 (cacosh_test): Likewise.
16483 (carg_test): Likewise.
16484 (casin_test): Likewise.
16485 (casinh_test): Likewise.
16486 (catan_test): Likewise.
16487 (catanh_test): Likewise.
16488 (cbrt_test): Likewise.
16489 (ccos_test): Likewise.
16490 (ccosh_test): Likewise.
16491 (ceil_test): Likewise.
16492 (cexp_test): Likewise.
16493 (cimag_test): Likewise.
16494 (clog_test): Likewise.
16495 (clog10_test): Likewise.
16496 (conj_test): Likewise.
16497 (copysign_test): Likewise.
16498 (cos_test): Likewise.
16499 (cos_test_tonearest): Likewise.
16500 (cos_test_towardzero): Likewise.
16501 (cos_test_downward): Likewise.
16502 (cos_test_upward): Likewise.
16503 (cosh_test): Likewise.
16504 (cosh_test_tonearest): Likewise.
16505 (cosh_test_towardzero): Likewise.
16506 (cosh_test_downward): Likewise.
16507 (cosh_test_upward): Likewise.
16508 (cpow_test): Likewise.
16509 (cproj_test): Likewise.
16510 (creal_test): Likewise.
16511 (csin_test): Likewise.
16512 (csinh_test): Likewise.
16513 (csqrt_test): Likewise.
16514 (ctan_test): Likewise.
16515 (ctan_test_tonearest): Likewise.
16516 (ctan_test_towardzero): Likewise.
16517 (ctan_test_downward): Likewise.
16518 (ctan_test_upward): Likewise.
16519 (ctanh_test): Likewise.
16520 (ctanh_test_tonearest): Likewise.
16521 (ctanh_test_towardzero): Likewise.
16522 (ctanh_test_downward): Likewise.
16523 (ctanh_test_upward): Likewise.
16524 (erf_test): Likewise.
16525 (erfc_test): Likewise.
16526 (exp_test): Likewise.
16527 (exp_test_tonearest): Likewise.
16528 (exp_test_towardzero): Likewise.
16529 (exp_test_downward): Likewise.
16530 (exp_test_upward): Likewise.
16531 (exp10_test): Likewise.
16532 (exp10_test_tonearest): Likewise.
16533 (exp10_test_towardzero): Likewise.
16534 (exp10_test_downward): Likewise.
16535 (exp10_test_upward): Likewise.
16536 (pow10_test): Likewise.
16537 (exp2_test): Likewise.
16538 (expm1_test): Likewise.
16539 (expm1_test_tonearest): Likewise.
16540 (expm1_test_towardzero): Likewise.
16541 (expm1_test_downward): Likewise.
16542 (expm1_test_upward): Likewise.
16543 (fabs_test): Likewise.
16544 (fdim_test): Likewise.
16545 (floor_test): Likewise.
16546 (fma_test): Likewise.
16547 (fma_test_towardzero): Likewise.
16548 (fma_test_downward): Likewise.
16549 (fma_test_upward): Likewise.
16550 (fmax_test): Likewise.
16551 (fmin_test): Likewise.
16552 (fmod_test): Likewise.
16553 (fpclassify_test): Likewise.
16554 (frexp_test): Likewise.
16555 (hypot_test): Likewise.
16556 (ilogb_test): Likewise.
16557 (isfinite_test): Likewise.
16558 (finite_test): Likewise.
16559 (isgreater_test): Likewise.
16560 (isgreaterequal_test): Likewise.
16561 (isinf_test): Likewise.
16562 (isless_test): Likewise.
16563 (islessequal_test): Likewise.
16564 (islessgreater_test): Likewise.
16565 (isnan_test): Likewise.
16566 (isnormal_test): Likewise.
16567 (issignaling_test): Likewise.
16568 (isunordered_test): Likewise.
16569 (j0_test): Likewise.
16570 (j1_test): Likewise.
16571 (jn_test): Likewise.
16572 (ldexp_test): Likewise.
16573 (lgamma_test): Likewise.
16574 (gamma_test): Likewise.
16575 (lrint_test): Likewise.
16576 (lrint_test_tonearest): Likewise.
16577 (lrint_test_towardzero): Likewise.
16578 (lrint_test_downward): Likewise.
16579 (lrint_test_upward): Likewise.
16580 (llrint_test): Likewise.
16581 (llrint_test_tonearest): Likewise.
16582 (llrint_test_towardzero): Likewise.
16583 (llrint_test_downward): Likewise.
16584 (llrint_test_upward): Likewise.
16585 (log_test): Likewise.
16586 (log10_test): Likewise.
16587 (log1p_test): Likewise.
16588 (log2_test): Likewise.
16589 (logb_test): Likewise.
16590 (logb_test_downward): Likewise.
16591 (lround_test): Likewise.
16592 (llround_test): Likewise.
16593 (modf_test): Likewise.
16594 (nearbyint_test): Likewise.
16595 (nextafter_test): Likewise.
16596 (nexttoward_test): Likewise.
16597 (pow_test): Likewise.
16598 (pow_test_tonearest): Likewise.
16599 (pow_test_towardzero): Likewise.
16600 (pow_test_downward): Likewise.
16601 (pow_test_upward): Likewise.
16602 (remainder_test): Likewise.
16603 (drem_test): Likewise.
16604 (remainder_test_tonearest): Likewise.
16605 (drem_test_tonearest): Likewise.
16606 (remainder_test_towardzero): Likewise.
16607 (drem_test_towardzero): Likewise.
16608 (remainder_test_downward): Likewise.
16609 (drem_test_downward): Likewise.
16610 (remainder_test_upward): Likewise.
16611 (drem_test_upward): Likewise.
16612 (remquo_test): Likewise.
16613 (rint_test): Likewise.
16614 (rint_test_tonearest): Likewise.
16615 (rint_test_towardzero): Likewise.
16616 (rint_test_downward): Likewise.
16617 (rint_test_upward): Likewise.
16618 (round_test): Likewise.
16619 (scalb_test): Likewise.
16620 (scalbn_test): Likewise.
16621 (scalbln_test): Likewise.
16622 (signbit_test): Likewise.
16623 (sin_test): Likewise.
16624 (sin_test_tonearest): Likewise.
16625 (sin_test_towardzero): Likewise.
16626 (sin_test_downward): Likewise.
16627 (sin_test_upward): Likewise.
16628 (sincos_test): Likewise.
16629 (sinh_test): Likewise.
16630 (sinh_test_tonearest): Likewise.
16631 (sinh_test_towardzero): Likewise.
16632 (sinh_test_downward): Likewise.
16633 (sinh_test_upward): Likewise.
16634 (sqrt_test): Likewise.
16635 (sqrt_test_tonearest): Likewise.
16636 (sqrt_test_towardzero): Likewise.
16637 (sqrt_test_downward): Likewise.
16638 (sqrt_test_upward): Likewise.
16639 (tan_test): Likewise.
16640 (tan_test_tonearest): Likewise.
16641 (tan_test_towardzero): Likewise.
16642 (tan_test_downward): Likewise.
16643 (tan_test_upward): Likewise.
16644 (tanh_test): Likewise.
16645 (tgamma_test): Likewise.
16646 (trunc_test): Likewise.
16647 (y0_test): Likewise.
16648 (y1_test): Likewise.
16649 (yn_test): Likewise.
16650 (significand_test): Likewise.
16652 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16653 individual tests in comment.
16654 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16655 (prev_max_error): New variable.
16656 (prev_real_max_error): Likewise.
16657 (prev_imag_max_error): Likewise.
16658 (compare_ulp_data): Don't refer to test names in comment.
16659 (find_test_ulps): Remove function.
16660 (find_function_ulps): Likewise.
16661 (find_complex_function_ulps): Likewise.
16662 (init_max_error): Take function name as argument. Look up ulps
16664 (print_ulps): Remove function.
16665 (print_max_error): Use prev_max_error instead of calling
16666 find_function_ulps.
16667 (print_complex_max_error): Use prev_real_max_error and
16668 prev_imag_max_error instead of calling find_complex_function_ulps.
16669 (check_float_internal): Take max_ulp parameter instead of calling
16670 find_test_ulps. Don't call print_ulps.
16671 (check_float): Update call to check_float_internal.
16672 (check_complex): Update calls to check_float_internal.
16673 (START): Pass argument to init_max_error.
16674 * math/gen-libm-test.pl (%results): Don't include "kind"
16676 (parse_ulps): Don't handle ulps of individual tests.
16677 (print_ulps_file): Likewise.
16678 (output_ulps): Likewise.
16679 * math/README.libm-test: Update.
16680 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16682 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16683 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16684 * sysdeps/arm/libm-test-ulps: Likewise.
16685 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16686 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16687 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16688 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16689 * sysdeps/microblaze/libm-test-ulps: Likewise.
16690 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16691 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16692 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16693 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16694 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16695 * sysdeps/sh/libm-test-ulps: Likewise.
16696 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16697 * sysdeps/tile/libm-test-ulps: Likewise.
16698 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16700 2014-03-04 Joseph Myers <joseph@codesourcery.com>
16702 * math/libm-test.inc (print_complex_max_error): Check separately
16703 whether real and imaginary errors are within allowed range and
16704 pass 0 to print_complex_function_ulps instead of value within
16707 2014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
16709 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16711 (get_handles_fopen): Likewise.
16712 (do_write_test): Likewise.
16714 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16716 * libio/fileops.c (do_ftell): Use cached offset when
16718 * libio/iofwide.c (do_ftell_wide): Likewise.
16719 * libio/iofdopen.c (_IO_new_fdopen): Don't use
16721 * libio/wfileops.c (_IO_fwide): Don't cache offset.
16724 * libio/libioP.h (get_file_offset): New function.
16725 * libio/fileops.c (get_file_offset): Likewise.
16726 (do_ftell): Likewise.
16727 (_IO_new_file_seekoff): Split out ftell logic.
16728 * libio/wfileops.c (do_ftell_wide): Likewise.
16729 (_IO_wfile_seekoff): Split out ftell logic.
16730 * libio/tst-ftell-active-handler.c: New test case.
16731 * libio/Makefile (tests): Add it.
16733 2014-03-03 Roland McGrath <roland@hack.frob.com>
16735 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16736 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16738 2014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
16741 * nscd/connections.c (nscd_init): Call do_exit.
16742 (start_threads): Call do_exit and notify_parent.
16743 (begin_drop_privileges): Call do_exit.
16744 (finish_drop_privileges): Likewise.
16745 * nscd/selinux.c (preserve_capabilities): Likewise.
16746 (install_real_capabilities): Likewise.
16747 (nscd_selinux_enabled): Likewise.
16748 (avc_create_thread): Likewise.
16749 (avc_alloc_lock): Likewise.
16750 (nscd_avc_init): Likewise.
16751 * nscd/nscd.c (parent_fd): New static variable.
16752 (main): Create a pipe between parent and child processes.
16753 Skip closing parent_fd.
16754 (monitor_child): New function.
16755 (do_exit): Likewise.
16756 (notify_parent): Likewise.
16757 * nscd/nscd.h (notify_parent): Likewise.
16758 (do_exit): Likewise.
16760 2014-03-03 Carlos O'Donell <carlos@redhat.com>
16762 * malloc/malloc.c (__libc_calloc): Revert last change.
16764 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16766 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16768 2014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16770 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16771 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16773 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16774 (__libc_ifunc_impl_list): Likewise.
16775 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16776 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16777 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16778 * string/strrchr.c: Define STRRCHR.
16780 2014-02-28 Ondřej Bílka <neleai@seznam.cz>
16782 * benchtest/bench-strtok.c (simple_strtok): Delete.
16783 (strtok_string): Use as benchmark.
16784 * string/strtok (STRTOK): New macro.
16786 2014-02-28 Carlos O'Donell <carlos@redhat.com>
16788 * manual/threads.texi: Add header and standard comments to all
16791 * elf/dl-lookup.c (check_match): New function.
16792 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16793 (do_lookup_x): Remove nested function check_match. Use non-nested
16794 function check_match.
16796 2014-02-28 Roland McGrath <roland@hack.frob.com>
16798 * csu/Makefile (generated, before-compile): Use += rather than =.
16799 * catgets/Makefile (generated, generated-dirs): Likewise.
16800 * debug/Makefile (generated): Likewise.
16801 * dlfcn/Makefile (generated): Likewise.
16802 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16803 * iconvdata/Makefile (before-compile, generated): Likewise.
16804 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16805 * libio/Makefile (generated): Likewise.
16806 * malloc/Makefile (generated): Likewise.
16807 * manual/Makefile (generated, generated-dirs): Likewise.
16808 * misc/Makefile (generated): Likewise.
16809 * posix/Makefile (generated): Likewise.
16810 * resolv/Makefile (generated): Likewise.
16811 * sunrpc/Makefile (generated, generated-dirs): Likewise.
16812 * timezone/Makefile (generated, generated-dirs): Likewise.
16814 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16816 2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16818 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16819 power8 implementation.
16820 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16821 file: POWER8 llround ifunc implementation.
16822 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16823 (__lllround): Add POWER8 implementation.
16824 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16825 POWER8 llround implementation.
16827 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16828 power8 implementation.
16829 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16830 file: POWER8 llrint ifunc implementation.
16831 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16832 Add POWER8 implementation.
16833 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16834 POWER8 llrint implementation.
16836 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16837 power8 implementation.
16838 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16839 file: POWER8 finite ifunc implementation.
16840 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16841 Add POWER8 implementation.
16842 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16844 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16845 POWER8 finite implementation.
16846 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16848 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16849 power8 implementation.
16850 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16851 file: POWER8 isinf ifunc implementation.
16852 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16853 POWER8 implementation.
16854 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16856 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16857 isinf implementation.
16858 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16860 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16861 (INIT_ARCH): Add hwcap2 initialization.
16862 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16863 power8 implementation.
16864 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16865 file: POWER8 isnan ifunc implementation.
16866 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16867 POWER8 implementation.
16868 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16870 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16871 isnan implementation.
16872 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16874 2014-02-27 Joey Ye <joey.ye@arm.com>
16876 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16877 (_FP_NANFRAC_Q): Set to zero.
16879 2014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16882 * math/auto-libm-test-in: New test inputs.
16883 * math/auto-libm-test-out: Regenerate.
16884 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16887 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16889 2014-02-27 Joseph Myers <joseph@codesourcery.com>
16891 * scripts/evaluate-test.sh: Take new argument indicating whether
16892 failure is expected.
16893 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16894 indicating whether failure is expected.
16895 * conform/Makefile (test-xfail-run-conformtest): New variable.
16896 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16898 * posix/Makefile (test-xfail-annexc): New variable.
16899 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16901 2014-02-26 Joseph Myers <joseph@codesourcery.com>
16903 * argp/Makefile: Include Makeconfig immediately after defining
16905 * assert/Makefile: Likewise.
16906 * benchtests/Makefile: Likewise.
16907 * catgets/Makefile: Likewise.
16908 * conform/Makefile: Likewise.
16909 * crypt/Makefile: Likewise.
16910 * csu/Makefile: Likewise.
16911 (all): Remove target.
16912 * ctype/Makefile: Include Makeconfig immediately after defining
16914 * debug/Makefile: Likewise.
16915 * dirent/Makefile: Likewise.
16916 * dlfcn/Makefile: Likewise.
16917 * gmon/Makefile: Likewise.
16918 * gnulib/Makefile: Likewise.
16919 * grp/Makefile: Likewise.
16920 * gshadow/Makefile: Likewise.
16921 * hesiod/Makefile: Likewise.
16922 * hurd/Makefile: Likewise.
16923 (all): Remove target.
16924 * iconvdata/Makefile: Include Makeconfig immediately after
16926 * inet/Makefile: Likewise.
16927 * intl/Makefile: Likewise.
16928 * io/Makefile: Likewise.
16929 * libio/Makefile: Likewise.
16930 (all): Remove target.
16931 * locale/Makefile: Include Makeconfig immediately after defining
16933 * login/Makefile: Likewise.
16934 * mach/Makefile: Likewise.
16935 (all): Remove target.
16936 * malloc/Makefile: Include Makeconfig immediately after defining
16938 (all): Remove target.
16939 * manual/Makefile: Include Makeconfig immediately after defining
16941 * math/Makefile: Likewise.
16942 * misc/Makefile: Likewise.
16943 * nis/Makefile: Likewise.
16944 * nss/Makefile: Likewise.
16945 * po/Makefile: Likewise.
16946 (all): Remove target.
16947 * posix/Makefile: Include Makeconfig immediately after defining
16949 * pwd/Makefile: Likewise.
16950 * resolv/Makefile: Likewise.
16951 * resource/Makefile: Likewise.
16952 * rt/Makefile: Likewise.
16953 * setjmp/Makefile: Likewise.
16954 * shadow/Makefile: Likewise.
16955 * signal/Makefile: Likewise.
16956 * socket/Makefile: Likewise.
16957 * soft-fp/Makefile: Likewise.
16958 * stdio-common/Makefile: Likewise.
16959 * stdlib/Makefile: Likewise.
16960 * streams/Makefile: Likewise.
16961 * string/Makefile: Likewise.
16962 * sunrpc/Makefile: Likewise.
16963 (all): Remove target.
16964 * sysvipc/Makefile: Include Makeconfig immediately after defining
16966 * termios/Makefile: Likewise.
16967 * time/Makefile: Likewise.
16968 * timezone/Makefile: Likewise.
16969 (all): Remove target.
16970 * wcsmbs/Makefile: Include Makeconfig immediately after defining
16972 * wctype/Makefile: Likewise.
16974 2014-02-26 Steve Ellcey <sellcey@mips.com>
16976 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16977 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16978 (libc_feholdexcept_setround_mips): Ditto.
16979 (libc_feholdsetround): New.
16980 (libc_feholdsetroundf): New.
16981 (libc_feholdsetroundl): New.
16982 (libc_feupdateenv_test_mips): New.
16983 (libc_feupdateenv_test): New.
16984 (libc_feupdateenv_testf): New.
16985 (libc_feupdateenv_testl): New.
16986 (libc_feresetround): New.
16987 (libc_feresetroundf): New.
16988 (libc_feresetroundl): New.
16989 (libc_fetestexcept_mips): New.
16990 (libc_fetestexcept): New.
16991 (libc_fetestexceptf): New.
16992 (libc_fetestexceptl): New.
16993 (HAVE_RM_CTX): New.
16994 (libc_feholdexcept_setround_mips_ctx): New.
16995 (libc_feholdexcept_setround_ctx): New.
16996 (libc_feholdexcept_setroundf_ctx): New.
16997 (libc_feholdexcept_setroundl_ctx): New.
16998 (libc_fesetenv_mips_ctx): New.
16999 (libc_fesetenv_ctx): New.
17000 (libc_fesetenv_ctxf): New.
17001 (libc_fesetenv_ctxl): New.
17002 (libc_feupdateenv_mips_ctx): New.
17003 (libc_feupdateenv_ctx): New.
17004 (libc_feupdateenvf_ctx): New.
17005 (libc_feupdateenvl_ctx): New.
17006 (libc_feholdsetround_mips_ctx): New.
17007 (libc_feholdsetround_ctx): New.
17008 (libc_feholdsetroundf_ctx): New.
17009 (libc_feholdsetroundl_ctx): New.
17010 (libc_feresetround_mips_ctx): New.
17011 (libc_feresetround_ctx): New.
17012 (libc_feresetroundf_ctx): New.
17013 (libc_feresetroundl_ctx): New.
17015 2014-02-26 Carlos O'Donell <carlos@redhat.com>
17017 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17019 * manual/ipc.texi: New file.
17020 * manual/Makefile (chapters): Add ipc.
17021 * manual/job.texi: Add "Inter-Process Communication" to next.
17022 * manual/process.texi: Add "Inter-Process Communication" to prev.
17024 2014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17026 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17028 2014-02-26 Ondřej Bílka <neleai@seznam.cz>
17030 * malloc/malloc.c (__libc_calloc): Simplify implementation.
17032 * manual/arith.texi: Fix spaces after sentences.
17033 * manual/charset.texi: Likewise.
17034 * manual/errno.texi: Likewise.
17035 * manual/install.texi: Likewise.
17036 * manual/llio.texi: Likewise.
17037 * manual/locale.texi: Likewise.
17038 * manual/maint.texi: Likewise.
17039 * manual/math.texi: Likewise.
17040 * manual/memory.texi: Likewise.
17041 * manual/message.texi: Likewise.
17042 * manual/probes.texi: Likewise.
17043 * manual/resource.texi: Likewise.
17044 * manual/signal.texi: Likewise.
17045 * manual/socket.texi: Likewise.
17046 * manual/stdio.texi: Likewise.
17047 * manual/string.texi: Likewise.
17048 * manual/time.texi: Likewise.
17049 * manual/users.texi: Likewise.
17051 2014-02-25 Carlos O'Donell <carlos@redhat.com>
17054 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17055 _DEFAULT_SOURCE is defined.
17057 2014-02-25 Ulrich Drepper <drepper@gmail.com>
17058 Carlos O'Donell <carlos@redhat.com>
17061 * elf/dl-tls.c (_dl_count_modids): New function.
17062 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17063 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17064 audit library and increment generation counter.
17065 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17066 * elf/tst-audit9.c: New file.
17067 * elf/tst-auditmod9a.c: New file.
17068 * elf/tst-auditmod9b.c: New file.
17069 * elf/Makefile: Add rules to build and run tst-audit9.
17071 2014-02-25 Florian Weimer <fweimer@redhat.com>
17074 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17076 2014-02-25 Will Newton <will.newton@linaro.org>
17078 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17079 (__longjmp): Restore sp and lr before restoring callee
17080 saved registers. Add longjmp and longjmp_target
17081 SystemTap probe point.
17082 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17083 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17084 Define to zero to match jmpbuf layout.
17085 * sysdeps/arm/setjmp.S: Include stap-probe.h.
17086 (__sigsetjmp): Save sp and lr before saving callee
17087 saved registers. Add setjmp SystemTap probe point.
17089 2014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
17091 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17093 2014-02-24 Andreas Schwab <schwab@suse.de>
17096 * elf/pldd.c (wait_for_ptrace_stop): New function.
17097 (main): Call it after attaching.
17099 2014-02-22 Roland McGrath <roland@hack.frob.com>
17101 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17102 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17103 Versions files is now verboten.
17104 * hurd/Versions (libc: GLIBC_2.0):
17105 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17106 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17107 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17108 * mach/Versions: Likewise.
17110 * csu/Versions: Remove unused %include.
17111 * resolv/Versions: Likewise.
17113 2014-02-21 Joseph Myers <joseph@codesourcery.com>
17115 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17116 ($(objpfx)check-local-headers.out): Likewise.
17117 ($(objpfx)begin-end-check.out): Likewise.
17118 * Makerules (check-abi-%.out): Likewise.
17119 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17120 ($(objpfx)test2.cat): Likewise.
17121 ($(objpfx)de/libc.cat): Likewise.
17122 ($(objpfx)test-gencat.out): Likewise.
17123 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17124 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17125 ($(objpfx)noload-mem): Likewise.
17126 ($(objpfx)tst-pathopt.out): Likewise.
17127 ($(objpfx)tst-rtld-load-self.out): Likewise.
17128 ($(objpfx)tst-array1-cmp.out): Likewise.
17129 ($(objpfx)tst-array1-static-cmp.out): Likewise.
17130 ($(objpfx)tst-array2-cmp.out): Likewise.
17131 ($(objpfx)tst-array3-cmp.out): Likewise.
17132 ($(objpfx)tst-array4-cmp.out): Likewise.
17133 ($(objpfx)tst-array5-cmp.out): Likewise.
17134 ($(objpfx)tst-array5-static-cmp.out): Likewise.
17135 ($(objpfx)check-textrel.out): Likewise.
17136 ($(objpfx)check-execstack.out): Likewise.
17137 ($(objpfx)check-localplt.out): Likewise.
17138 ($(objpfx)order2-cmp.out): Likewise.
17139 ($(objpfx)tst-leaks1-mem): Likewise.
17140 ($(objpfx)tst-leaks1-static-mem): Likewise.
17141 ($(objpfx)tst-initorder-cmp.out): Likewise.
17142 ($(objpfx)tst-initorder2-cmp.out): Likewise.
17143 ($(objpfx)tst-unused-dep.out): Likewise.
17144 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17145 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17146 * iconv/Makefile (test-iconvconfig): Likewise.
17147 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17148 ($(objpfx)iconv-test.out): Likewise.
17149 ($(objpfx)tst-tables.out): Likewise.
17150 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17151 ($(objpfx)tst-gettext.out): Likewise.
17152 ($(objpfx)tst-translit.out): Likewise.
17153 ($(objpfx)tst-gettext2.out): Likewise.
17154 ($(objpfx)tst-gettext4.out): Likewise.
17155 ($(objpfx)tst-gettext6.out): Likewise.
17156 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17157 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17158 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17159 ($(objpfx)tst-fopenloc-mem.out): Likewise.
17160 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17161 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17162 * posix/Makefile ($(objpfx)globtest.out): Likewise.
17163 ($(objpfx)wordexp-tst.out): Likewise.
17164 ($(objpfx)annexc.out): Likewise.
17165 ($(objpfx)tst-fnmatch-mem): Likewise.
17166 ($(objpfx)bug-regex2-mem): Likewise.
17167 ($(objpfx)bug-regex14-mem): Likewise.
17168 ($(objpfx)bug-regex21-mem): Likewise.
17169 ($(objpfx)bug-regex31-mem): Likewise.
17170 ($(objpfx)tst-vfork3-mem): Likewise.
17171 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17172 ($(objpfx)tst-pcre-mem): Likewise.
17173 ($(objpfx)tst-boost-mem): Likewise.
17174 ($(objpfx)tst-getconf.out): Likewise.
17175 ($(objpfx)bug-ga2-mem): Likewise.
17176 ($(objpfx)bug-glob2-mem): Likewise.
17177 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17178 ($(objpfx)mtrace-tst-leaks2): Likewise.
17179 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17180 ($(objpfx)tst-printf.out): Likewise.
17181 ($(objpfx)tst-setvbuf1.out): Likewise.
17182 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17183 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17184 ($(objpfx)tst-fmtmsg.out): Likewise.
17185 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17186 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17188 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17189 * bits/sigaction.h [__USE_MISC]: Likewise.
17190 * bits/waitstatus.h: Update #endif comments.
17191 * ctype/ctype.h: Likewise.
17192 * dirent/dirent.h: Likewise.
17193 [__USE_MISC]: Remove redundant conditionals.
17194 * grp/grp.h: Update #endif comments.
17195 [__USE_GNU]: Remove redundant conditionals.
17196 [__USE_MISC]: Likewise.
17197 * inet/netinet/in.h [__USE_GNU]: Likewise.
17198 * io/sys/stat.h [__USE_MISC]: Likewise.
17199 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17200 * libio/bits/stdio.h: Update #endif comments.
17201 [__USE_MISC]: Remove redundant conditionals.
17202 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17203 * libio/stdio.h: Update #endif comments.
17204 [__USE_MISC]: Remove redundant conditionals.
17205 * math/bits/math-finite.h [__USE_MISC]: Likewise.
17206 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17207 * math/math.h: Update #else and #endif comments.
17208 [__USE_MISC]: Remove redundant conditionals.
17209 * misc/sys/uio.h: Update #endif comments.
17210 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17211 * posix/glob.h [__USE_MISC]: Likewise.
17212 * posix/sys/types.h: Update #endif comments.
17213 [__USE_MISC]: Remove redundant conditionals.
17214 * posix/sys/wait.h: Update #endif comments.
17215 [__USE_MISC]: Remove redundant conditionals.
17216 * posix/unistd.h: Update #endif comments.
17217 [__USE_MISC]: Remove redundant conditionals.
17218 * pwd/pwd.h [__USE_GNU]: Likewise.
17219 [__USE_MISC]: Likewise.
17220 * resolv/netdb.h [__USE_GNU]: Likewise.
17221 * signal/signal.h: Update #endif comments.
17222 [__USE_MISC]: Remove redundant conditionals.
17223 * stdlib/stdlib.h: Update #else and #endif comments.
17224 [__USE_MISC]: Remove redundant conditionals.
17225 [__USE_GNU]: Likewise.
17226 * string/bits/string2.h [__USE_MISC]: Likewise.
17227 * string/string.h: Update #endif comments.
17228 [__USE_MISC]: Remove redundant conditionals.
17229 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17231 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17232 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17233 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17235 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17237 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17239 [__USE_MISC]: Remove redundant conditionals.
17240 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17241 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17242 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17243 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17244 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17246 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17247 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17249 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17250 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17252 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17254 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17255 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17257 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17259 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17260 * sysdeps/x86/bits/string.h: Update #endif comments.
17261 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17263 * time/sys/time.h: Update #endif comments.
17264 * time/time.h: Likewise.
17265 [__USE_MISC]: Remove redundant conditionals.
17267 2014-02-21 Yury Gribov <y.gribov@samsung.com>
17270 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17272 2014-02-21 Andreas Schwab <schwab@linux-m68k.org>
17274 * Versions.def (librt): Add GLIBC_2.17.
17276 2014-02-21 Adam Conrad <adconrad@0c3.net>
17278 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17279 synonym for _SYS_AUXV_H to allow direct inclusion.
17280 * sysdeps/sparc/bits/hwcap.h: Likewise.
17281 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17282 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17283 * sysdeps/sparc/sysdep.h: Likewise.
17285 2014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
17287 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17289 2014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17291 * benchtests/bench-strrchr.c: Print length instead of position.
17293 2014-02-20 Joseph Myers <joseph@codesourcery.com>
17296 * sysdeps/unix/sysv/linux/kernel-features.h
17297 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17298 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17299 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17300 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17302 [__i386__ || __powerpc__ || __sh__ || __sparc__]
17303 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17304 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17305 (__ASSUME_SENDMMSG): Define instead of using previous
17306 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17307 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17308 (__ASSUME_SENDMMSG_SYSCALL): Define.
17309 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17310 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17312 * sysdeps/unix/sysv/linux/arm/kernel-features.h
17313 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17315 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17316 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17318 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17319 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17320 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17321 [__ASSUME_SENDMMSG]: Change conditionals to
17322 [__ASSUME_SENDMMSG_SOCKETCALL].
17323 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17324 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17326 * sysdeps/unix/sysv/linux/mips/kernel-features.h
17327 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17329 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17330 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17331 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17332 [!__ASSUME_SENDMMSG]: Change conditional to
17333 [!__ASSUME_SENDMMSG_SOCKETCALL].
17334 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17335 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17339 * sysdeps/unix/sysv/linux/kernel-features.h
17340 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17341 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17342 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17343 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17344 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17345 [__i386__ || __sparc__]
17346 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17347 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17348 (__ASSUME_RECVMMSG): Define instead of using previous
17349 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17350 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17351 (__ASSUME_RECVMMSG_SYSCALL): Define.
17352 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17353 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17355 * sysdeps/unix/sysv/linux/arm/kernel-features.h
17356 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17358 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17359 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17361 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17362 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17363 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17364 [__ASSUME_RECVMMSG]: Change condition to
17365 [__ASSUME_RECVMMSG_SOCKETCALL].
17366 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17367 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17369 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17370 * sysdeps/unix/sysv/linux/mips/kernel-features.h
17371 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17373 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17374 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17375 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17376 [!__ASSUME_RECVMMSG]: Change condition to
17377 [!__ASSUME_RECVMMSG_SOCKETCALL].
17378 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17379 (__ASSUME_RECVMMSG_SYSCALL): Define.
17382 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17383 __powerpc__ || __s390__ || __sh__ || __sparc__]
17384 (__ASSUME_SOCKETCALL): Define.
17385 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17386 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17387 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17388 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17389 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17390 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17391 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17392 (__ASSUME_ACCEPT4): Define instead of using previous
17393 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17394 __powerpc__ || __sparc__ || __s390__)] condition.
17395 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17396 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17397 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17398 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17399 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17400 [!__ASSUME_ACCEPT4]: Change condition to
17401 [!__ASSUME_ACCEPT4_SOCKETCALL].
17402 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17403 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
17404 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17405 * sysdeps/unix/sysv/linux/arm/kernel-features.h
17406 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17407 __ASSUME_ACCEPT4_SYSCALL.
17408 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17409 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17410 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17411 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17412 __ASSUME_ACCEPT4_SYSCALL.
17413 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17414 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17415 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17416 [__ASSUME_ACCEPT4]: Change condition to
17417 [__ASSUME_ACCEPT4_SOCKETCALL].
17418 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17419 (__ASSUME_SOCKETCALL): Define.
17420 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17421 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17422 (__ASSUME_SOCKETCALL): Define.
17423 (__ASSUME_ACCEPT4): Remove.
17424 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17426 * sysdeps/unix/sysv/linux/mips/kernel-features.h
17427 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17429 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17430 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17432 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17434 (HWCAP_ARM_LPAE): Likewise.
17435 (HWCAP_ARM_EVTSTRM): Likewise.
17436 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17437 Add vpfd32, lpae and evtstrm.
17438 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17441 2014-02-19 Joseph Myers <joseph@codesourcery.com>
17443 * math/auto-libm-test-in: Add tests of clog10.
17444 * math/auto-libm-test-out: Regenerated.
17445 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17446 * sysdeps/i386/fpu/libm-test-ulps: Update.
17447 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17449 2014-02-18 Andreas Schwab <schwab@suse.de>
17452 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17453 Store non-zero if the second buffer was newly allocated.
17454 (send_dg): Likewise.
17455 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17456 to send_vc and send_dg.
17457 (res_nsend): Pass NULL for ansp2_malloced.
17458 * resolv/res_query.c (__libc_res_nquery): Add parameter
17459 answerp2_malloced and pass it down to __libc_res_nsend.
17460 (res_nquery): Pass additional NULL to __libc_res_nquery.
17461 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17462 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
17463 second answer buffer if answerp2_malloced was set.
17464 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17465 (__libc_res_nquerydomain): Add parameter
17466 answerp2_malloced and pass it down to __libc_res_nquery.
17467 (res_nquerydomain): Pass additional NULL to
17468 __libc_res_nquerydomain.
17469 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17470 additional NULL to __libc_res_nsend and __libc_res_nquery.
17471 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17472 additional NULL to __libc_res_nsearch.
17473 (_nss_dns_gethostbyname4_r): Revert last change. Use new
17474 parameter of __libc_res_nsearch to check for separately allocated
17476 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17478 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17479 additional NULL to __libc_res_nquery.
17480 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17481 __libc_res_nsearch.
17482 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17483 * include/resolv.h: Update prototypes of __libc_res_nquery,
17484 __libc_res_nsearch, __libc_res_nsend.
17486 2014-02-18 Joseph Myers <joseph@codesourcery.com>
17488 * math/auto-libm-test-in: Add tests of fma.
17489 * math/auto-libm-test-out: Regenerated.
17490 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17491 (fma_towardzero_test_data): Likewise.
17492 (fma_downward_test_data): Likewise.
17493 (fma_upward_test_data): Likewise.
17494 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17496 (rounding_modes): Add values for new field.
17497 (func_calc_method): Add value mpfr_fff_f.
17498 (func_calc_desc): Add mpfr_fff_f union field.
17499 (test_function): Add field exact_args.
17500 (FUNC): Add macro argument EXACT_ARGS.
17501 (FUNC_mpfr_f_f): Update call to FUNC.
17502 (FUNC_mpfr_f_f): Likewise.
17503 (FUNC_mpfr_ff_f): Likewise.
17504 (FUNC_mpfr_if_f): Likewise.
17505 (FUNC_mpc_c_f): Likewise.
17506 (FUNC_mpc_c_c): Likewise.
17507 (test_functions): Add fma. Update calls to FUNC.
17508 (handle_input_arg): Add argument exact_args.
17509 (add_test): Update call to handle_input_arg.
17510 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
17511 (output_for_one_input_case): Update call to calc_generic_results.
17512 Recalculate exact zero results in each rounding mode.
17514 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17515 non-negative before setting low bit.
17516 * math/auto-libm-test-in: Mark one asin test possibly having
17517 spurious underflow.
17518 * math/auto-libm-test-out: Regenerated.
17519 * sysdeps/i386/fpu/libm-test-ulps: Update.
17520 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17522 2014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
17524 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17525 * sysdeps/unix/sysv/linux/microblaze: Move directory from
17526 ports/sysdeps/unix/sysv/linux/microblaze.
17527 * README: Add missing listing for microblaze*-*-linux-gnu.
17529 2014-02-16 Ondřej Bílka <neleai@seznam.cz>
17531 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17534 2014-02-16 Mike Frysinger <vapier@gentoo.org>
17536 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17537 * sysdeps/unix/sysv/linux/ia64: Move directory from
17538 ports/sysdeps/unix/sysv/linux/ia64.
17539 * README: Update listing for ia64-*-linux-gnu.
17541 2014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
17542 Joseph Myers <joseph@codesourcery.com>
17544 * Makeconfig (test-name): New variable.
17545 (evaluate-test): Likewise.
17546 * Makerules (do-test-clean): Remove .test-result files.
17547 (common-mostlyclean): Likewise.
17548 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17549 * scripts/evaluate-test.sh: New file.
17551 2014-02-14 Joseph Myers <joseph@codesourcery.com>
17553 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17554 separate $(objpfx)tst-fopenloc-cmp.out and
17555 $(objpfx)tst-fopenloc-mem.out targets.
17556 (tests): Update dependencies.
17557 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17558 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17559 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17560 (tst-rxspencer-no-utf8-ARGS): New variable.
17561 (tst-rxspencer-no-utf8-ENV): Likewise.
17562 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17563 instead of $(objpfx)tst-rxspencer-mem.
17564 ($(objpfx)tst-rxspencer-mem): Change target to
17565 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
17566 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17567 * posix/tst-rxspencer-no-utf8.c: New file.
17569 * elf/Makefile ($(objpfx)order.out): Remove rule.
17570 [$(run-built-tests) = yes] (tests): Depend on
17571 $(objpfx)order-cmp.out.
17572 ($(objpfx)order-cmp.out): New rule.
17573 [$(run-built-tests) = yes] (tests): Depend on
17574 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17575 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17576 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17577 $(objpfx)tst-array5-static-cmp.out.
17578 ($(objpfx)tst-array1.out): Remove rule.
17579 ($(objpfx)tst-array1-cmp.out): New rule.
17580 ($(objpfx)tst-array1-static.out): Remove rule.
17581 ($(objpfx)tst-array1-static-cmp.out): New rule.
17582 ($(objpfx)tst-array2.out): Remove rule.
17583 ($(objpfx)tst-array2-cmp.out): New rule.
17584 ($(objpfx)tst-array3.out): Remove rule.
17585 ($(objpfx)tst-array3-cmp.out): New rule.
17586 ($(objpfx)tst-array4.out): Remove rule.
17587 ($(objpfx)tst-array4-cmp.out): New rule.
17588 ($(objpfx)tst-array5.out): Remove rule.
17589 ($(objpfx)tst-array5-cmp.out): New rule.
17590 ($(objpfx)tst-array5-static.out): Remove rule.
17591 ($(objpfx)tst-array5-static-cmp.out): New rule.
17592 [$(run-built-tests) = yes] (tests): Depend on
17593 $(objpfx)order2-cmp.out.
17594 ($(objpfx)order2.out): Remove rule.
17595 ($(objpfx)order2-cmp.out): New rule.
17596 ($(objpfx)tst-initorder.out): Remove rule.
17597 [$(run-built-tests) = yes] (tests): Depend on
17598 $(objpfx)tst-initorder-cmp.out.
17599 ($(objpfx)tst-initorder-cmp.out): New rule.
17600 ($(objpfx)tst-initorder2.out): Remove rule.
17601 [$(run-built-tests) = yes] (tests): Depend on
17602 $(objpfx)tst-initorder2-cmp.out.
17603 ($(objpfx)tst-initorder2-cmp.out): New rule.
17604 [$(run-built-tests) = yes] (tests): Depend on
17605 $(objpfx)tst-unused-dep-cmp.out.
17606 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17607 ($(objpfx)tst-unused-dep-cmp.out): New rule.
17608 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17609 on $(objpfx)tst-setvbuf1-cmp.out.
17610 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17611 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17612 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17613 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17614 ($(objpfx)tst-svc.out): Remove rule.
17615 ($(objpfx)tst-svc-cmp.out): New rule.
17617 2014-02-13 Joseph Myers <joseph@codesourcery.com>
17619 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17620 * ctype/ctype.h [__USE_MISC]: Likewise.
17621 * dirent/dirent.h [__USE_MISC]: Likewise.
17622 * grp/grp.h [__USE_MISC]: Likewise.
17623 * io/fcntl.h [__USE_MISC]: Likewise.
17624 * io/sys/stat.h [__USE_MISC]: Likewise.
17625 * libio/stdio.h [__USE_MISC]: Likewise.
17626 * posix/unistd.h [__USE_MISC]: Likewise.
17627 * pwd/pwd.h [__USE_MISC]: Likewise.
17628 * stdlib.h [__USE_MISC]: Likewise.
17629 * string/bits/string2.h [__USE_MISC]: Likewise.
17630 * string/string.h [__USE_MISC]: Likewise.
17631 * time/time.h [__USE_MISC]: Likewise.
17633 2014-02-13 Andreas Schwab <schwab@suse.de>
17636 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17637 second answer buffer if it was separately allocated.
17639 2014-02-12 Joseph Myers <joseph@codesourcery.com>
17641 * sysdeps/mips/math-tests.h: Include <features.h>.
17642 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17643 (ROUNDING_TESTS_long_double): Do not define.
17644 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17645 (EXCEPTION_TESTS_long_double): Likewise.
17646 * sysdeps/mips/mips64/libm-test-ulps: Update.
17648 * include/features.h (__USE_BSD): Remove macro definitions.
17649 (__USE_SVID): Likewise.
17650 (_BSD_SOURCE): Likewise.
17651 (_SVID_SOURCE): Likewise.
17652 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17653 from definition of _DEFAULT_SOURCE.
17654 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17656 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17657 * bits/mman.h [__USE_BSD]: Likewise.
17658 * bits/termios.h [__USE_BSD]: Likewise.
17659 * bits/waitstatus.h [__USE_BSD]: Likewise.
17660 * ctype/ctype.h [__USE_SVID]: Likewise.
17661 * dirent/dirent.h [__USE_BSD]: Likewise.
17662 * grp/grp.h [__USE_SVID]: Likewise.
17663 [__USE_BSD]: Likewise.
17664 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17665 * io/fcntl.h [__USE_BSD]: Likewise.
17666 * io/ftw.h [__USE_BSD]: Likewise.
17667 * io/sys/stat.h [__USE_BSD]: Likewise.
17668 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17669 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17670 * libio/stdio.h [__USE_SVID]: Likewise.
17671 [__USE_BSD]: Likewise.
17672 * math/math.h [__USE_SVID]: Likewise.
17673 [__USE_BSD]: Likewise.
17674 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17675 * misc/bits/syslog.h [__USE_BSD]: Likewise.
17676 * misc/search.h [__USE_SVID]: Likewise.
17677 * misc/sys/mman.h [__USE_BSD]: Likewise.
17678 * misc/sys/syslog.h [__USE_BSD]: Likewise.
17679 * misc/sys/uio.h [__USE_BSD]: Likewise.
17680 * posix/bits/unistd.h [__USE_BSD]: Likewise.
17681 * posix/glob.h [__USE_BSD]: Likewise.
17682 * posix/regex.h [__USE_BSD]: Likewise.
17683 * posix/sys/types.h [__USE_BSD]: Likewise.
17684 [__USE_SVID]: Likewise.
17685 * posix/sys/utsname.h [__USE_SVID]: Likewise.
17686 * posix/sys/wait.h [__USE_BSD]: Likewise.
17687 [__USE_SVID]: Likewise.
17688 * posix/unistd.h [__USE_BSD]: Likewise.
17689 [__USE_SVID]: Likewise.
17690 * pwd/pwd.h [__USE_SVID]: Likewise.
17691 * resolv/netdb.h [__USE_BSD]: Likewise.
17692 * setjmp/setjmp.h [__USE_BSD]: Likewise.
17693 * signal/signal.h [__USE_BSD]: Likewise.
17694 [__USE_SVID]: Likewise.
17695 * socket/sys/socket.h [__USE_BSD]: Likewise.
17696 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17697 * stdlib/stdlib.h [__USE_BSD]: Likewise.
17698 [__USE_SVID]: Likewise.
17699 * string/bits/string2.h [__USE_BSD]: Likewise.
17700 [__USE_SVID]: Likewise.
17701 * string/bits/string3.h [__USE_BSD]: Likewise.
17702 * string/endian.h [__USE_BSD]: Likewise.
17703 * string/string.h [__USE_SVID]: Likewise.
17704 [__USE_BSD]: Likewise.
17705 * string/strings.h [__USE_BSD]: Likewise.
17706 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17707 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17708 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17709 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17710 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17711 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17713 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17715 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17716 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17718 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17719 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17721 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17723 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17724 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17725 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17727 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17729 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17730 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17731 * termios/termios.h [__USE_BSD]: Likewise.
17732 * time/sys/time.h [__USE_BSD]: Likewise.
17733 * time/time.h [__USE_BSD]: Likewise.
17734 [__USE_SVID]: Likewise.
17736 * Makefile (subdir_targets): Remove subdir_lint.out.
17738 * stdio-common/Makefile (do-tst-unbputc): Remove target.
17739 (do-tst-printf): Likewise.
17740 (tests): Depend directly on $(objpfx)tst-unbputc.out and
17741 $(objpfx)tst-printf.out.
17743 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17745 * Makerules (check-abi-%): Change target to
17746 $(objpfx)check-abi-%.out.
17747 (check-abi target): Update dependencies.
17748 (check-abi-pattern variable): Redirect output of diff to $@.
17749 (check-abi variable): Likewise.
17750 * elf/Makefile (check-abi): Update dependencies.
17752 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17754 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17755 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17757 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17758 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17759 value has largest subnormal exponent.
17760 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17761 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17762 * sysdeps/aarch64/soft-fp/sfp-machine.h
17763 (_FP_TININESS_AFTER_ROUNDING): New macro.
17764 * sysdeps/alpha/soft-fp/sfp-machine.h
17765 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17766 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17768 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17769 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17770 * sysdeps/mips/soft-fp/sfp-machine.h
17771 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17772 * sysdeps/powerpc/soft-fp/sfp-machine.h
17773 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17774 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17776 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17777 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17778 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17779 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17780 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17783 2014-02-12 Dylan Alex Simon <dylan@dylex.net>
17786 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17789 2014-02-12 Richard Henderson <rth@redhat.com>
17791 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17792 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17793 * sysdeps/unix/sysv/linux/alpha: Move directory from
17794 ports/sysdeps/unix/sysv/linux/alpha.
17795 * README: Update listing for alpha-*-linux-gnu.
17797 2014-02-11 Joseph Myers <joseph@codesourcery.com>
17799 * include/features.h: Update comment documenting feature test
17801 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
17803 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17804 (_SVID_SOURCE): Likewise.
17805 (_DEFAULT_SOURCE): Update description of default features.
17806 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17808 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17809 (S_ISVTX): Likewise.
17810 * manual/math.texi (Mathematical Constants): Likewise.
17811 * manual/signal.texi (Interrupted Primitives): Likewise.
17812 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17813 * math/test-matherr.c (_SVID_SOURCE): Do not define.
17814 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17815 Don't refer to _SVID_SOURCE in warning text.
17817 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17819 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17821 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17822 * sysdeps/mips/dl-lookup.c: Remove.
17823 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17825 2014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
17828 * math/auto-libm-test-in: Add testcase for expl.
17829 * math/auto-libm-test-out: Regenerate.
17830 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17831 calculation of unsafe.
17832 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17834 2014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
17836 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17837 * sysdeps/unix/sysv/linux/aarch64: Move directory from
17838 ports/sysdeps/unix/sysv/linux/aarch64.
17839 * README: Update listing for aarch64*-*-linux-gnu.
17841 2014-02-11 Will Newton <will.newton@linaro.org>
17843 * manual/probes.texi (Mathematical Function Probes): Use
17844 "triggered" instead of "hit".
17846 * manual/probes.texi (Internal Probes): Add documentation
17847 of setjmp, longjmp and longjmp_target probes.
17849 * include/stap-probe.h: Add comment about probe argument
17852 * malloc/mtrace.c (attribute_hidden): Remove unused macro
17853 definition. (tr_where, tr_freehook, tr_mallochook,
17854 tr_reallochook, tr_memalignhook): Use ANSI protoype.
17856 2014-02-11 David S. Miller <davem@davemloft.net>
17858 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17859 processing int_tests.
17861 2014-02-10 Joseph Myers <joseph@codesourcery.com>
17863 * sysdeps/mips: Move directory from ports/sysdeps/mips.
17864 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17865 * sysdeps/unix/sysv/linux/mips: Move directory from
17866 ports/sysdeps/unix/sysv/linux/mips.
17867 * README: Update listing for mips-*-linux-gnu and
17868 mips64-*-linux-gnu.
17870 2014-02-10 Andreas Schwab <schwab@linux-m68k.org>
17872 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17873 * sysdeps/unix/sysv/linux/m68k: Move directory from
17874 ports/sysdeps/unix/sysv/linux/m68k.
17875 * README: Update listing for m68k-*-linux-gnu.
17877 2014-02-10 Chris Metcalf <cmetcalf@tilera.com>
17879 * sysdeps/tile: Move directory from ports/sysdeps/tile.
17880 * sysdeps/unix/sysv/linux/generic: Move directory from
17881 ports/sysdeps/unix/sysv/linux/generic.
17882 * sysdeps/unix/sysv/linux/tile: Move directory from
17883 ports/sysdeps/unix/sysv/linux/tile.
17884 * README: Update listing for tile*-*-linux-gnu.
17886 2014-02-10 Ondřej Bílka <neleai@seznam.cz>
17888 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17890 * benchtests/bench-memmem.c (simple_memmem): Likewise.
17891 * catgets/open_catalog.c (__open_catalog): Likewise.
17892 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17893 * debug/confstr_chk.c: Likewise.
17894 * debug/fread_chk.c (__fread_chk): Likewise.
17895 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17896 * debug/getgroups_chk.c: Likewise.
17897 * debug/mbsnrtowcs_chk.c: Likewise.
17898 * debug/mbsrtowcs_chk.c: Likewise.
17899 * debug/mbstowcs_chk.c: Likewise.
17900 * debug/memcpy_chk.c: Likewise.
17901 * debug/memmove_chk.c: Likewise.
17902 * debug/mempcpy_chk.c: Likewise.
17903 * debug/memset_chk.c: Likewise.
17904 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17905 * debug/strcat_chk.c (__strcat_chk): Likewise.
17906 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17907 * debug/strncat_chk.c (__strncat_chk): Likewise.
17908 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17909 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17910 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17911 * debug/wcpncpy_chk.c: Likewise.
17912 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17913 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17914 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17915 * debug/wcsncpy_chk.c: Likewise.
17916 * debug/wcsnrtombs_chk.c: Likewise.
17917 * debug/wcsrtombs_chk.c: Likewise.
17918 * debug/wcstombs_chk.c: Likewise.
17919 * debug/wmemcpy_chk.c: Likewise.
17920 * debug/wmemmove_chk.c: Likewise.
17921 * debug/wmempcpy_chk.c: Likewise.
17922 * debug/wmemset_chk.c: Likewise.
17923 * dirent/scandirat.c (SCANDIRAT): Likewise.
17924 * dlfcn/dladdr1.c (dladdr1): Likewise.
17925 * dlfcn/dladdr.c (dladdr): Likewise.
17926 * dlfcn/dlclose.c (dlclose_doit): Likewise.
17927 * dlfcn/dlerror.c (__dlerror): Likewise.
17928 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17929 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17930 * dlfcn/dlopen.c (dlopen_doit): Likewise.
17931 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17932 * dlfcn/dlsym.c (dlsym_doit): Likewise.
17933 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17934 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17935 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17937 * elf/dl-conflict.c: Likewise.
17938 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17939 * elf/dl-dst.h: Likewise.
17940 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17941 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17942 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17943 * elf/dl-init.c (call_init, _dl_init): Likewise.
17944 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17945 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17946 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17948 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17950 * elf/dl-minimal.c (__libc_memalign): Likewise.
17951 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17952 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17953 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17954 * elf/dl-sym.c (do_sym): Likewise.
17955 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17956 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17957 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17958 * elf/dl-writev.h (_dl_writev): Likewise.
17959 * elf/ldconfig.c (search_dir): Likewise.
17960 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17961 (dl_main): Likewise.
17962 * elf/setup-vdso.h (setup_vdso): Likewise.
17963 * grp/compat-initgroups.c (compat_call): Likewise.
17964 * grp/fgetgrent.c (fgetgrent): Likewise.
17965 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17966 * grp/putgrent.c (putgrent): Likewise.
17967 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17969 * hurd/hurdinit.c: Likewise.
17970 * iconvdata/8bit-gap.c (struct): Likewise.
17971 * iconvdata/ansi_x3.110.c : Likewise.
17972 * iconvdata/big5.c : Likewise.
17973 * iconvdata/big5hkscs.c : Likewise.
17974 * iconvdata/cp1255.c: Likewise.
17975 * iconvdata/cp1258.c : Likewise.
17976 * iconvdata/cp932.c : Likewise.
17977 * iconvdata/euc-cn.c: Likewise.
17978 * iconvdata/euc-jisx0213.c : Likewise.
17979 * iconvdata/euc-jp.c: Likewise.
17980 * iconvdata/euc-jp-ms.c : Likewise.
17981 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17982 * iconvdata/gb18030.c : Likewise.
17983 * iconvdata/gbbig5.c (const): Likewise.
17984 * iconvdata/gbgbk.c: Likewise.
17985 * iconvdata/gbk.c : Likewise.
17986 * iconvdata/ibm1364.c : Likewise.
17987 * iconvdata/ibm930.c : Likewise.
17988 * iconvdata/ibm932.c: Likewise.
17989 * iconvdata/ibm933.c : Likewise.
17990 * iconvdata/ibm935.c : Likewise.
17991 * iconvdata/ibm937.c : Likewise.
17992 * iconvdata/ibm939.c : Likewise.
17993 * iconvdata/ibm943.c: Likewise.
17994 * iconvdata/iso_11548-1.c: Likewise.
17995 * iconvdata/iso-2022-cn.c : Likewise.
17996 * iconvdata/iso-2022-cn-ext.c : Likewise.
17997 * iconvdata/iso-2022-jp-3.c: Likewise.
17998 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17999 * iconvdata/iso-2022-kr.c : Likewise.
18000 * iconvdata/iso646.c (gconv_end): Likewise.
18001 * iconvdata/iso_6937-2.c : Likewise.
18002 * iconvdata/iso_6937.c : Likewise.
18003 * iconvdata/iso8859-1.c: Likewise.
18004 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18005 * iconvdata/shift_jisx0213.c : Likewise.
18006 * iconvdata/sjis.c : Likewise.
18007 * iconvdata/t.61.c : Likewise.
18008 * iconvdata/tcvn5712-1.c : Likewise.
18009 * iconvdata/tscii.c: Likewise.
18010 * iconvdata/uhc.c : Likewise.
18011 * iconvdata/unicode.c (gconv_end): Likewise.
18012 * iconvdata/utf-16.c (gconv_end): Likewise.
18013 * iconvdata/utf-32.c (gconv_end): Likewise.
18014 * iconvdata/utf-7.c (base64): Likewise.
18015 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18016 * iconv/gconv_close.c (__gconv_close): Likewise.
18017 * iconv/gconv_open.c (__gconv_open): Likewise.
18018 * iconv/gconv_simple.c (internal_ucs4_loop_single)
18019 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18020 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18021 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18022 (ucs4le_internal_loop_single): Likewise.
18023 * iconv/iconv.c (iconv): Likewise.
18024 * iconv/iconv_close.c: Likewise.
18025 * iconv/loop.c (SINGLE): Likewise.
18026 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18027 * include/atomic.h: Likewise.
18028 * inet/inet6_option.c (option_alloc): Likewise.
18029 * intl/bindtextdom.c (set_binding_values): Likewise.
18030 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18031 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18032 * intl/localealias.c (read_alias_file): Likewise.
18033 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18034 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18035 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18036 * libio/fmemopen.c (fmemopen): Likewise.
18037 * libio/iofgets.c (_IO_fgets): Likewise.
18038 * libio/iofgets_u.c (fgets_unlocked): Likewise.
18039 * libio/iofgetws.c (fgetws): Likewise.
18040 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18041 * libio/iogetdelim.c (_IO_getdelim): Likewise.
18042 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18043 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18044 * locale/findlocale.c (_nl_find_locale): Likewise.
18045 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18046 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18048 * locale/setlocale.c (setlocale): Likewise.
18049 * login/programs/pt_chown.c (main): Likewise.
18050 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18051 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18052 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18053 (mmap, mmap64, mremap, munmap): Likewise.
18054 * math/e_exp2l.c: Likewise.
18055 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18056 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18057 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18058 * math/s_catan.c (__catan): Likewise.
18059 * math/s_catanf.c (__catanf): Likewise.
18060 * math/s_catanh.c (__catanh): Likewise.
18061 * math/s_catanhf.c (__catanhf): Likewise.
18062 * math/s_catanhl.c (__catanhl): Likewise.
18063 * math/s_catanl.c (__catanl): Likewise.
18064 * math/s_ccosh.c (__ccosh): Likewise.
18065 * math/s_ccoshf.c (__ccoshf): Likewise.
18066 * math/s_ccoshl.c (__ccoshl): Likewise.
18067 * math/s_cexp.c (__cexp): Likewise.
18068 * math/s_cexpf.c (__cexpf): Likewise.
18069 * math/s_cexpl.c (__cexpl): Likewise.
18070 * math/s_clog10.c (__clog10): Likewise.
18071 * math/s_clog10f.c (__clog10f): Likewise.
18072 * math/s_clog10l.c (__clog10l): Likewise.
18073 * math/s_clog.c (__clog): Likewise.
18074 * math/s_clogf.c (__clogf): Likewise.
18075 * math/s_clogl.c (__clogl): Likewise.
18076 * math/s_csin.c (__csin): Likewise.
18077 * math/s_csinf.c (__csinf): Likewise.
18078 * math/s_csinh.c (__csinh): Likewise.
18079 * math/s_csinhf.c (__csinhf): Likewise.
18080 * math/s_csinhl.c (__csinhl): Likewise.
18081 * math/s_csinl.c (__csinl): Likewise.
18082 * math/s_csqrt.c (__csqrt): Likewise.
18083 * math/s_csqrtf.c (__csqrtf): Likewise.
18084 * math/s_csqrtl.c (__csqrtl): Likewise.
18085 * math/s_ctan.c (__ctan): Likewise.
18086 * math/s_ctanf.c (__ctanf): Likewise.
18087 * math/s_ctanh.c (__ctanh): Likewise.
18088 * math/s_ctanhf.c (__ctanhf): Likewise.
18089 * math/s_ctanhl.c (__ctanhl): Likewise.
18090 * math/s_ctanl.c (__ctanl): Likewise.
18091 * math/w_pow.c: Likewise.
18092 * math/w_powf.c: Likewise.
18093 * math/w_powl.c: Likewise.
18094 * math/w_scalb.c (sysv_scalb): Likewise.
18095 * math/w_scalbf.c (sysv_scalbf): Likewise.
18096 * math/w_scalbl.c (sysv_scalbl): Likewise.
18097 * misc/error.c (error_tail): Likewise.
18098 * misc/pselect.c (__pselect): Likewise.
18099 * nis/nis_callback.c (__nis_create_callback): Likewise.
18100 * nis/nis_call.c (__nisfind_server): Likewise.
18101 * nis/nis_creategroup.c (nis_creategroup): Likewise.
18102 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18103 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18104 * nis/nis_getservlist.c (nis_getservlist): Likewise.
18105 * nis/nis_lookup.c (nis_lookup): Likewise.
18106 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18107 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18108 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18109 * nis/nis_xdr.c (xdr_endpoint): Likewise.
18110 * nis/nss_compat/compat-grp.c (getgrent_next_file)
18111 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18112 * nis/nss_compat/compat-initgroups.c (add_group)
18113 (internal_getgrent_r): Likewise.
18114 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18115 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18116 * nis/nss_compat/compat-spwd.c (getspent_next_file)
18117 (internal_getspnam_r): Likewise.
18118 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18119 (_nss_nis_getaliasbyname_r): Likewise.
18120 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18121 (_nss_nis_getntohost_r): Likewise.
18122 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18123 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18124 (_nss_nis_getgrgid_r): Likewise.
18125 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18126 (internal_nis_gethostent_r, internal_gethostbyname2_r)
18127 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18128 (_nss_nis_gethostbyname4_r): Likewise.
18129 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18130 (initgroups_netid): Likewise.
18131 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18132 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18133 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18134 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18135 (_nss_nis_getprotobynumber_r): Likewise.
18136 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18137 (_nss_nis_getsecretkey): Likewise.
18138 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18139 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18140 (_nss_nis_getpwuid_r): Likewise.
18141 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18142 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18143 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18144 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18145 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18146 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18147 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18149 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18150 (_nss_nisplus_getntohost_r): Likewise.
18151 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18152 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18153 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18154 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18156 * nis/nss_nisplus/nisplus-initgroups.c
18157 (_nss_nisplus_initgroups_dyn): Likewise.
18158 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18159 (_nss_nisplus_getnetbyaddr_r): Likewise.
18160 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18161 (_nss_nisplus_getprotobynumber_r): Likewise.
18162 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18163 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18164 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18166 * nis/nss_nisplus/nisplus-service.c
18167 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18168 (_nss_nisplus_getservbyport_r): Likewise.
18169 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18170 (_nss_nisplus_getspnam_r): Likewise.
18171 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18173 * nscd/aicache.c (addhstaiX): Likewise.
18174 * nscd/cache.c (cache_search, prune_cache): Likewise.
18175 * nscd/connections.c (register_traced_file, send_ro_fd)
18176 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18177 (main_loop_epoll): Likewise.
18178 * nscd/grpcache.c (addgrbyX): Likewise.
18179 * nscd/hstcache.c (addhstbyX): Likewise.
18180 * nscd/initgrcache.c (addinitgroupsX): Likewise.
18181 * nscd/mem.c (gc, mempool_alloc): Likewise.
18182 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18183 (addinnetgrX): Likewise.
18184 * nscd/nscd-client.h (__nscd_acquire_maplock)
18185 (__nscd_drop_map_ref): Likewise.
18186 * nscd/nscd_getai.c (__nscd_getai): Likewise.
18187 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18188 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18190 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18191 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18192 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18193 (__nscd_get_map_ref): Likewise.
18194 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18195 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18197 * nscd/pwdcache.c (addpwbyX): Likewise.
18198 * nscd/selinux.c (preserve_capabilities): Likewise.
18199 * nscd/servicescache.c (addservbyX): Likewise.
18200 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18201 * posix/fnmatch.c (fnmatch): Likewise.
18202 * posix/getopt.c (_getopt_internal_r): Likewise.
18203 * posix/glob.c (glob, glob_in_dir): Likewise.
18204 * posix/wordexp.c (exec_comm_child): Likewise.
18205 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18206 (getanswer_r, gaih_getanswer_slice): Likewise.
18207 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18208 * resolv/res_init.c: Likewise.
18209 * resolv/res_mkquery.c (res_nmkquery): Likewise.
18210 * resolv/res_query.c (__libc_res_nquery): Likewise.
18211 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18213 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18214 * stdio-common/perror.c (perror): Likewise.
18215 * stdio-common/printf_fp.c (___printf_fp): Likewise.
18216 * stdio-common/tmpnam.c (tmpnam): Likewise.
18217 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18218 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18219 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18221 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18222 * stdlib/putenv.c (putenv): Likewise.
18223 * stdlib/setenv.c (__add_to_environ): Likewise.
18224 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18225 * stdlib/strtol_l.c (INTERNAL): Likewise.
18226 * string/memmem.c (memmem): Likewise.
18227 * string/strerror.c (strerror): Likewise.
18228 * string/strnlen.c (__strnlen): Likewise.
18229 * string/test-memmem.c (simple_memmem): Likewise.
18230 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18231 * sunrpc/pm_getport.c (__get_socket): Likewise.
18232 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18233 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18234 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18235 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18237 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18238 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18239 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18240 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18241 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18242 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18244 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18246 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18247 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18248 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18249 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18250 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18251 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18252 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18253 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18254 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18255 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18256 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18257 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18259 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18261 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18263 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18264 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18265 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18266 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18267 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18268 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18269 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18270 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18271 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18272 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18273 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18274 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18275 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18276 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18277 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18278 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18280 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18282 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18284 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18286 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18287 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18288 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18290 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18291 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18292 * sysdeps/posix/opendir.c (__opendirat): Likewise.
18293 * sysdeps/posix/sleep.c: Likewise.
18294 * sysdeps/posix/tempname.c: Likewise.
18295 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18296 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18298 * sysdeps/powerpc/powerpc32/dl-machine.h
18299 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18300 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18301 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18302 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18303 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18305 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18306 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18307 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18308 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18309 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18310 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18311 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18312 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18313 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18314 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18315 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18316 (elf_machine_lazy_rel): Likewise.
18317 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18318 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18319 (elf_machine_lazy_rel): Likewise.
18320 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18321 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18322 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18323 * sysdeps/unix/grantpt.c (grantpt): Likewise.
18324 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18325 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18326 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18327 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18329 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18330 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18331 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18332 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18333 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18334 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18335 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18336 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18337 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18338 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18339 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18341 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18342 (__posix_fallocate64_l64): Likewise.
18343 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18344 (posix_fallocate): Likewise.
18345 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18347 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18348 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18349 (getifaddrs_internal): Likewise.
18350 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18351 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18352 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18353 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18354 * sysdeps/unix/sysv/linux/posix_fallocate64.c
18355 (__posix_fallocate64_l64): Likewise.
18356 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18358 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18359 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18360 (__get_clockfreq): Likewise.
18361 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18362 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18363 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18364 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18365 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18366 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18367 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18368 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18370 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18371 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18372 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18373 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18374 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18375 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18376 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18378 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18379 (posix_fallocate): Likewise.
18380 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18381 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18382 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18383 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18384 (elf_machine_rela, elf_machine_rela_relative)
18385 (elf_machine_lazy_rel): Likewise.
18386 * time/asctime.c (asctime_internal): Likewise.
18387 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18388 * time/tzset.c (__tzset_parse_tz): Likewise.
18389 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18390 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18391 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18392 * wcsmbs/wcsmbsload.h: Likewise.
18395 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18397 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18398 (arena_get2): Remove THREAD_STATS conditionals.
18399 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18400 (__malloc_stats, int): Likewise.
18402 2014-02-08 Mike Frysinger <vapier@gentoo.org>
18404 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18405 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
18407 * manual/setjmp.texi: Fix typos/grammar errors.
18409 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18410 Only return early when n is <= 0. Delete unused return statement.
18412 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18413 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18414 * debug/tst-longjmp_chk3.c: New file.
18416 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18417 (test_main): Replace code with set_fortify_handler call.
18418 * debug/test-strcpy_chk.c: Likewise.
18419 * debug/tst-chk1.c: Likewise.
18420 * debug/tst-longjmp_chk.c: Likewise.
18421 * test-skeleton.c: Include fcntl.h & paths.h
18422 (set_fortify_handler): Define.
18424 * debug/tst-longjmp_chk.c: Add header comment and include
18425 ../test-skeleton.c.
18426 (do_test): Mark static.
18427 (TEST_FUNCTION): Define.
18429 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18430 (IP_PMTUDISC_INTERFACE): Likewise.
18431 (IP_MULTICAST_IF): Likewise.
18432 (IP_MULTICAST_TTL): Likewise.
18433 (IP_MULTICAST_LOOP): Likewise.
18434 (IP_ADD_MEMBERSHIP): Likewise.
18435 (IP_DROP_MEMBERSHIP): Likewise.
18436 (IP_UNBLOCK_SOURCE): Likewise.
18437 (IP_BLOCK_SOURCE): Likewise.
18438 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18439 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18440 (IP_MSFILTER): Likewise.
18441 (MCAST_JOIN_GROUP): Likewise.
18442 (MCAST_BLOCK_SOURCE): Likewise.
18443 (MCAST_UNBLOCK_SOURCE): Likewise.
18444 (MCAST_LEAVE_GROUP): Likewise.
18445 (MCAST_JOIN_SOURCE_GROUP): Likewise.
18446 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18447 (MCAST_MSFILTER): Likewise.
18448 (IP_MULTICAST_ALL): Likewise.
18449 (IP_UNICAST_IF): Likewise.
18451 * timezone/Makefile: Delete $(have-ksh) check.
18452 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18453 * timezone/tzselect.ksh: Add +x mode bits.
18455 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18456 (ANON_INODE_FS_MAGIC): Likewise.
18457 (BDEVFS_MAGIC): Likewise.
18458 (BINFMTFS_MAGIC): Likewise.
18459 (BTRFS_TEST_MAGIC): Likewise.
18460 (CRAMFS_MAGIC_WEND): Likewise.
18461 (DEBUGFS_MAGIC): Likewise.
18462 (ECRYPTFS_SUPER_MAGIC): Likewise.
18463 (EXT3_SUPER_MAGIC): Likewise.
18464 (EXT4_SUPER_MAGIC): Likewise.
18465 (FUTEXFS_SUPER_MAGIC): Likewise.
18466 (HOSTFS_SUPER_MAGIC): Likewise.
18467 (HUGETLBFS_MAGIC): Likewise.
18468 (MINIX3_SUPER_MAGIC): Likewise.
18469 (MTD_INODE_FS_MAGIC): Likewise.
18470 (NILFS_SUPER_MAGIC): Likewise.
18471 (OPENPROM_SUPER_MAGIC): Likewise.
18472 (PIPEFS_MAGIC): Likewise.
18473 (PSTOREFS_MAGIC): Likewise.
18474 (QNX6_SUPER_MAGIC): Likewise.
18475 (RAMFS_MAGIC): Likewise.
18476 (REISERFS_SUPER_MAGIC_STRING): Likewise.
18477 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18478 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18479 (SECURITYFS_MAGIC): Likewise.
18480 (SELINUX_MAGIC): Likewise.
18481 (SMACK_MAGIC): Likewise.
18482 (SOCKFS_MAGIC): Likewise.
18483 (SQUASHFS_MAGIC): Likewise.
18484 (STACK_END_MAGIC): Likewise.
18485 (TMPFS_MAGIC): Likewise.
18486 (USBDEVICE_SUPER_MAGIC): Likewise.
18487 (V9FS_MAGIC): Likewise.
18488 (XENFS_SUPER_MAGIC): Likewise.
18489 (CRAMFS_MAGIC): Fix typo in comment.
18490 (EXT2_SUPER_MAGIC): Update comment.
18491 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18493 2014-02-08 Joseph Myers <joseph@codesourcery.com>
18495 * sysdeps/arm: Move directory from ports/sysdeps/arm.
18496 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18497 * sysdeps/unix/sysv/linux/arm: Move directory from
18498 ports/sysdeps/unix/sysv/linux/arm.
18499 * README: Update listing for arm-*-linux-gnueabi.
18501 * README: Remove mention of am33.
18503 2014-02-07 Roland McGrath <roland@hack.frob.com>
18505 * bits/sigset.h (__sigemptyset): Use a statement expression rather
18506 than the comma operator, to avoid "rhs of comma has no effect"
18508 (__sigfillset, __sigandset, __sigorset): Likewise.
18509 * include/signal.h (__sigemptyset): Likewise.
18510 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18512 2014-02-07 Allan McRae <allan@archlinux.org>
18514 * version.h (RELEASE): Set to "development".
18515 (VERSION): Set to "2.19.90"
18516 * NEWS: Add 2.20 section.
18518 2014-02-06 Carlos O'Donell <carlos@redhat.com>
18521 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18523 2014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
18525 * manual/contrib.texi: Update entry for Carlos O'Donell,
18526 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18528 2014-02-05 Carlos O'Donell <carlos@rehdat.com>
18530 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18532 * sysdeps/unix/sysv/linux/kernel-features.h
18533 [__LINUX_KERNEL_VERSION >= 0x020621]
18534 (__ASSUME_PROC_PID_TASK_COMM): Define.
18536 2014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
18539 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18540 conversion when destination buffer does not have enough space.
18541 * libio/tst-ftell-partial-wide.c: New test case.
18542 * libio/Makefile (tests): Add tst-ftell-partial-wide.
18544 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18545 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
18546 Leonard and Allan McRae.
18548 2014-02-04 David S. Miller <davem@davemloft.net>
18550 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18553 2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18582 2014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18584 * nptl/shlib-versions: Change powerpc*le start to 2.17.
18585 * shlib-versions: Likewise.
18587 2014-02-04 Roland McGrath <roland@hack.frob.com>
18588 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18590 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18591 (abilist-pattern): New variable, set to %-le.abilist.
18593 * Makerules (abilist-pattern): New variable.
18594 (vpath): Use $(abilist-pattern) in place of %.abilist.
18595 (check-abi-% pattern rule): Likewise.
18596 (check-abi, update-abi): Likewise.
18598 2014-02-04 Eric Wong <normalperson@yhbt.net>
18600 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18602 2014-02-03 Carlos O'Donell <carlos@redhat.com>
18604 * manual/startup.texi: Add next, previous, and top entries for
18605 the `Program Arguments' and `Environment Variables' nodes.
18607 2014-02-03 Alexandre Oliva <aoliva@redhat.com>
18609 * manual/macros.texi: Add comments before MTASC-safety macros.
18611 * manual/users.texi: Document MTASC-safety properties.
18613 * manual/threads.texi (pthread_key_create, pthread_key_delete)
18614 (pthread_getspecific, pthread_setspecific): Format with
18615 @deftypefun, and add @safety note.
18616 * manual/signal.texi: Move comments that analyze the above
18617 functions to their home place.
18619 2014-02-03 Allan McRae <allan@archlinux.org>
18621 * po/sl.po: Update Slovenian translation from translation project.
18623 2014-02-02 Alexandre Oliva <aoliva@redhat.com>
18625 * manual/time.texi (timegm): Add missing blank after @c.
18626 Reported by Joseph Myers <joseph@codesourcery.com>.
18628 2014-02-01 Alexandre Oliva <aoliva@redhat.com>
18630 * manual/check-safety.sh: New.
18631 * manual/Makefile ($(objpfx)stamp-summary): Run it.
18633 * manual/terminal.texi: Document MTASC-safety properties.
18635 * manual/filesys.texi: Document MTASC-safety properties.
18637 * manual/errno.texi: Document MTASC-safety properties.
18639 * manual/intro.texi: Document safety identifiers and
18642 * manual/string.texi (wcstok): Fix prototype.
18643 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18645 * manual/time.texi: Document MTASC-safety properties.
18647 * manual/string.texi: Document MTASC-safety properties.
18649 * manual/threads.texi: Document MTASC-safety properties.
18651 * manual/stdio.texi: Document MTASC-safety properties.
18653 * manual/syslog.texi: Document MTASC-safety properties.
18655 * manual/sysinfo.texi: Document MTASC-safety properties.
18657 * manual/startup.texi: Document MTASC-safety properties.
18659 * manual/socket.texi: Document MTASC-safety properties.
18661 * manual/signal.texi: Document MTASC-safety properties.
18663 2014-01-31 Alexandre Oliva <aoliva@redhat.com>
18665 * manual/setjmp.texi: Document MTASC-safety properties.
18667 * manual/search.texi: Document MTASC-safety properties.
18669 * manual/resource.texi: Document MTASC-safety properties.
18671 * manual/process.texi: Document MTASC-safety properties.
18673 * manual/platform.texi: Document MTASC-safety properties.
18675 * manual/pipe.texi: Document MTASC-safety properties.
18677 * manual/pattern.texi: Document MTASC-safety properties.
18679 * manual/message.texi: Document MTASC-safety properties.
18682 * manual/memory.texi: Document MTASC-safety properties.
18684 * manual/math.texi: Document MTASC-safety properties.
18686 * manual/locale.texi: Document MTASC-safety properties.
18688 * manual/llio.texi: Document MTASC-safety properties.
18690 * manual/libdl.texi: New.
18692 * manual/lang.texi: Document MTASC-safety properties.
18694 * manual/job.texi: Document MTASC-safety properties.
18696 * manual/getopt.texi: Document MTASC-safety properties.
18698 * manual/ctype.texi: Document MTASC-safety properties.
18700 2014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
18703 * csu/libc-tls.c (static_map): Remove variable.
18704 (__libc_setup_tls): Use main executable's link map for TLS data.
18705 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18706 casing for LM_ID_BASE and GL(dl_nns).
18707 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18708 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
18709 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18710 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18711 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18713 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18716 2014-01-30 Alexandre Oliva <aoliva@redhat.com>
18718 * manual/debug.texi: Document MTASC-safety properties.
18720 2014-01-29 H.J. Lu <hongjiu.lu@intel.com>
18723 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18724 of __x86_64__ when disabling x87 inline functions.
18726 2014-01-29 Alexandre Oliva <aoliva@redhat.com>
18728 * manual/charset.texi: Document MTASC-safety properties.
18730 * manual/crypt.texi: Document MTASC-safety properties.
18732 * manual/conf.texi: Document MTASC-safety properties.
18734 * manual/arith.texi: Document MTASC-safety properties.
18736 * manual/argp.texi: Document MTASC-safety properties.
18738 * manual/macros.texi: Introduce macros to document multi
18739 thread, asynchronous signal and asynchronous cancellation
18741 * manual/intro.texi: Introduce the properties themselves.
18743 2014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18745 * sysdeps/sh/sh4/Makefile: New file.
18747 2014-01-27 Andreas Schwab <schwab@linux-m68k.org>
18749 * math/gen-libm-test.pl ($srcdir): New variable.
18750 ($auto_input): Use it.
18752 2014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
18755 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18756 access beyond array bounds when parsing netgroups file.
18758 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18759 the old buffer before realloc.
18761 2014-01-27 Allan McRae <allan@archlinux.org>
18763 * po/fr.po: Update French translation from translation project.
18765 2014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18767 * sysdeps/sh/libm-test-ulps: Regenerate.
18769 2014-01-24 David S. Miller <davem@davemloft.net>
18771 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18773 2014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18775 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18776 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18778 2013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
18781 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18782 string pointers after reallocation.
18784 2014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18786 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18787 __SH4A__ instead of __SH_FPU_ANY__.
18789 2014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18791 * sysdeps/sh/fpu_control.h: New file.
18792 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18793 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18794 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18795 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18796 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18797 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18798 * sysdeps/sh/sys/ucontext.h: Remove.
18799 * sysdeps/sh/sys: Remove directory.
18801 2014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18803 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18804 s390/sys/ucontext.h.
18805 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18806 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18808 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
18811 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18813 2014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18816 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18817 Adjust the vDSO correctly for internal calls.
18818 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18820 2014-01-20 Allan McRae <allan@archlinux.org>
18822 * po/ca.po: Update Catalan translation from translation project.
18824 2014-01-16 Mike Frysinger <vapier@gentoo.org>
18826 * sysdeps/s390/sotruss-lib.c: New file.
18828 2014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18831 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18832 (__GI___gettimeofday): Alias for a different internal symbol to avoid
18833 local calls issues by not having a PLT stub required for IFUNC calls.
18834 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18836 2014-01-16 Joseph Myers <joseph@codesourcery.com>
18838 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18839 * math/test-fpucw-static.c: Likewise.
18841 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
18844 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18846 2014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18848 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18849 implementation for powerpc.
18851 2014-01-15 Ondřej Bílka <neleai@seznam.cz>
18854 * sysdeps/posix/system.c (__libc_system): Do not enable
18855 asynchronous cancellation.
18857 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18860 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18861 handling only for numbers special also in the IEEE case.
18863 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18865 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18867 2014-01-11 Allan McRae <allan@archlinux.org>
18869 * po/bg.po: Update Bulgarian translation from translation project.
18871 * po/de.po: Update German translation from translation project.
18873 2014-01-10 Roland McGrath <roland@hack.frob.com>
18875 * sysdeps/generic/gcc-compat.h: New file.
18877 2014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
18879 * benchtests/asin-inputs: Correct slow inputs.
18880 * benchtests/acos-inputs: Likewise.
18882 2014-01-10 Allan McRae <allan@archlinux.org>
18884 * po:sv.po: Update Swedish translation from translation project.
18886 * po/vi.po: Update Vietnamese translation from translation project.
18888 * po/eo.po: Update Esperanto translation from translation project.
18890 * po/cs.po: Update Czech translation from translation project.
18892 * po/nl.po: Update Dutch translation from translation project.
18894 * po/pl.po: Update Polish translation from translation project.
18896 * po/ru.po: Update Russian translation from translation project.
18898 * po/uk.po: Update Ukrainian translation from translation project.
18900 2014-01-08 Brooks Moses <bmoses@google.com>
18902 * elf/dl-load.c: Fix comment typo.
18904 2014-01-08 Carlos O'Donell <carlos@redhat.com>
18906 * po/header.pot: Rename to...
18907 * po/pot.header: ... this.
18908 * po/Makefile: Use pot.header.
18910 2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
18911 Maxim Kuvyrkov <maxim@kugelworks.com>
18914 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18915 SRC and DEST against LEN.
18917 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18920 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18922 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18924 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18926 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18928 2014-01-08 Joseph Myers <joseph@codesourcery.com>
18931 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18932 for large positive arguments.
18934 2014-01-07 Joseph Myers <joseph@codesourcery.com>
18936 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18938 * math/auto-libm-test-in: Mark various tests with
18939 xfail-rounding:ldbl-128ibm.
18940 * math/auto-libm-test-out: Regenerated.
18943 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18944 Increase overflow threshold.
18946 2014-01-07 Ondřej Bílka <neleai@seznam.cz>
18949 * stdio-common/vfprintf.c: Check for integer overflow.
18951 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18953 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18954 the first argument and return value of __tls_get_addr_internal.
18956 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18958 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18959 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18961 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18963 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18964 * sysdeps/s390/rtld-global-offsets.sym: New file.
18965 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18967 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18968 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18969 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18971 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18972 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18974 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18976 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18978 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18979 halfs of GPRs for high_gprs contexts.
18980 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18981 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
18983 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18985 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18987 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18988 for high GPRs (uc_high_gprs) and for future extensions
18990 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18991 for future extensions (__reserved).
18992 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18994 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18995 SC_HIGHGPRS offset definition.
18996 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18997 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18999 * Versions.def: Add GLIBC_2.19 for libpthread.
19000 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19001 siglongjmp for libpthread with GLIBC_2.19 symver.
19002 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19003 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19004 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19005 * sysdeps/s390/__longjmp.c: New file.
19006 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19007 * sysdeps/s390/longjmp.c: New file.
19008 * sysdeps/s390/setjmp.S: New file.
19009 * sysdeps/s390/sigjmp.S: New file.
19010 * sysdeps/s390/v1-longjmp.c: New file.
19011 * sysdeps/s390/v1-setjmp.h: New file.
19012 * sysdeps/s390/v1-sigjmp.c: New file.
19013 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19014 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19015 GLIBC_2.19 version.
19016 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19017 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19018 versioned symbols for ____longjmp_chk.
19019 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19021 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19023 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19025 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19027 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19029 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19030 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19031 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19032 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19033 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19034 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19035 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19036 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19037 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19038 * sysdeps/s390/rtld-__longjmp.c: New file.
19039 * sysdeps/s390/rtld-setjmp.S: New file.
19041 2014-01-06 Joseph Myers <joseph@codesourcery.com>
19044 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19045 Return -__logl (x) for small positive arguments without evaluating
19048 2014-01-06 Mike Frysinger <vapier@gentoo.org>
19050 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19052 (__ptrace_peeksiginfo_args): ... this.
19053 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19054 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19055 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19057 2014-01-06 Allan McRae <allan@archlinux.org>
19059 * inet/netinet/in.h: Fix typo in comment.
19061 2014-01-05 Andreas Jaeger <aj@suse.de>
19063 * sysdeps/i386/fpu/libm-test-ulps: Update.
19065 2014-01-05 Allan McRae <allan@archlinux.org>
19067 * po/libc.pot: Regenerated.
19069 * malloc/memusagestat.c: Fix gettext call formatting.
19071 2014-01-04 Sami Kerola <kerolasa@iki.fi>
19073 * nscd/nscd.c: Improve usage() output.
19075 2014-01-04 Mike Frysinger <vapier@gentoo.org>
19077 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19078 * sysdeps/unix/sysv/linux/configure: Regenerated.
19079 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19080 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19082 2014-01-03 Joseph Myers <joseph@codesourcery.com>
19085 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19086 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19088 2014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19090 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19091 extra tokens at end of #undef directive.
19092 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19093 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19094 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19096 2014-01-03 Joseph Myers <joseph@codesourcery.com>
19098 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19100 * math/auto-libm-test-in: Mark various tests with
19101 xfail-rounding:ldbl-128ibm.
19102 * math/auto-libm-test-out: Regenerated.
19104 2014-01-02 Joseph Myers <joseph@codesourcery.com>
19107 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19108 numbers with subnormal high part when calculating exponent.
19111 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19115 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19117 (__ieee754_acoshl): Use __log1pl not __log1p.
19119 2013-01-02 Ondřej Bílka <neleai@seznam.cz>
19121 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19122 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19123 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19124 (grow_heap, heap_trim, _int_new_arena, get_free_list)
19125 (reused_arena, arena_get2): Convert to GNU style.
19126 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19127 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19128 (memalign_check, __malloc_set_state): Likewise.
19129 * malloc/mallocbug.c (main): Likewise.
19130 * malloc/malloc.c (__malloc_assert, malloc_init_state)
19131 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19132 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19133 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19134 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19135 (__posix_memalign, malloc_info): Likewise.
19136 * malloc/malloc.h: Likewise.
19137 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19138 (mallochook, memalignhook, reallochook, mabort): Likewise.
19139 * malloc/mcheck.h: Likewise.
19140 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19141 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19142 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19143 * malloc/morecore.c (__default_morecore): Likewise.
19144 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19145 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19146 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19147 (print_and_abort): Likewise.
19148 * malloc/obstack.h: Likewise.
19149 * malloc/set-freeres.c (__libc_freeres): Likewise.
19150 * malloc/tst-mallocstate.c (main): Likewise.
19151 * malloc/tst-mtrace.c (main): Likewise.
19152 * malloc/tst-realloc.c (do_test): Likewise.
19154 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
19157 * nscd/netgroupcache.c (do_notfound): New function.
19158 (addgetnetgrentX): Use it.
19161 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19162 NSS_STATUS_NOTFOUND.
19164 2014-01-01 Joseph Myers <joseph@codesourcery.com>
19166 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19167 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19169 2014-01-01 Allan McRae <allan@archlinux.org>
19171 * scripts/update-copyrights: Update configure input file suffix.
19173 * NEWS: Update copyright year.
19174 * catgets/gencat.c: Likewise.
19175 * csu/version.c: Likewise.
19176 * debug/catchsegv.sh: Likewise.
19177 * debug/pcprofiledump.c: Likewise.
19178 * debug/xtrace.sh: Likewise.
19179 * elf/ldconfig.c: Likewise.
19180 * elf/ldd.bash.in: Likewise.
19181 * elf/pldd.c: Likewise.
19182 * elf/sotruss.ksh: Likewise.
19183 * elf/sprof.c: Likewise.
19184 * iconv/iconv_prog.c: Likewise.
19185 * iconv/iconvconfig.c: Likewise.
19186 * locale/programs/locale.c: Likewise.
19187 * locale/programs/localedef.c: Likewise.
19188 * login/programs/pt_chown.c: Likewise.
19189 * malloc/memusage.sh: Likewise.
19190 * malloc/memusagestat.c: Likewise.
19191 * malloc/mtrace.pl: Likewise.
19192 * manual/libc.texinfo: Likewise.
19193 * nscd/nscd.c: Likewise.
19194 * nss/getent.c: Likewise.
19195 * nss/makedb.c: Likewise.
19196 * posix/getconf.c: Likewise.
19197 * scripts/test-installation.pl: Likewise.
19199 * All files with FSF copyright notices: Update copyright dates
19200 using scripts/update-copyrights.
19201 * intl/plural.c: Regenerated.
19202 * locale/programs/charmap-kw.h: Likewise.
19203 * locale/programs/locfile-kw.h: Likewise.
19205 2013-12-31 Mike Frysinger <vapier@gentoo.org>
19207 * sysdeps/unix/sysv/linux/configure: Regenerated.
19208 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19209 the linux/fanotify.h header.
19210 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19211 HAVE_LINUX_FANOTIFY_H is defined.
19213 2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
19215 * benchtests/cos-inputs: New inputs.
19216 * benchtests/sin-inputs: Likewise.
19218 * benchtests/atan-inputs: New inputs. Fix name of multiple
19219 precision fallback inputs.
19221 * benchtests/atanh-inputs: New inputs.
19222 * benchtests/tanh-inputs: Likewise.
19224 * benchtests/acosh-inputs: New inputs.
19225 * benchtests/asinh-inputs: Likewise.
19227 * benchtests/cosh-inputs: New inputs.
19228 * benchtests/sinh-inputs: Likewise.
19230 * benchtests/acos-inputs: Add more inputs.
19231 * benchtests/asin-inputs: Likewise.
19233 2013-12-30 Ville Skytta <ville.skytta@iki.fi>
19236 * manual/arith.texi: Fix spelling.
19237 * manual/charset.texi: Likewise.
19238 * manual/errno.texi: Likewise.
19239 * manual/filesys.texi: Likewise.
19240 * manual/lang.texi: Likewise.
19241 * manual/llio.texi: Likewise.
19242 * manual/locale.texi: Likewise.
19243 * manual/message.texi: Likewise.
19244 * manual/resource.texi: Likewise.
19245 * manual/search.texi: Likewise.
19246 * manual/setjmp.texi: Likewise.
19247 * manual/stdio.texi: Likewise.
19248 * manual/string.texi: Likewise.
19249 * manual/sysinfo.texi: Likewise.
19250 * manual/time.texi: Likewise.
19252 2013-12-27 Carlos O'Donell <carlos@redhat.com>
19254 * po/sl.po: New file.
19256 2013-12-27 Mike Frysinger <vapier@gentoo.org>
19258 * .gitignore: Add core/.gdbinit/.gdb_history.
19260 2013-12-27 Allan McRae <allan@archlinux.org>
19263 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19264 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19266 2013-12-24 Brooks Moses <bmoses@google.com>
19268 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19269 all compilers that claim C++98 compliance, not just GCC.
19270 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19273 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
19275 * NEWS: Restore accidentally deleted bug-fix entries.
19277 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
19278 Ondřej Bílka <neleai@seznam.cz>
19281 * malloc/malloc.c (_int_free): Perform sanity check only if we
19284 2013-12-23 Ondřej Bílka <neleai@seznam.cz>
19287 * manual/stdio.texi (String Input Conversions): Clarify that character
19288 classes are not supported.
19290 2013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19292 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19294 2013-12-22 Joseph Myers <joseph@codesourcery.com>
19297 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19298 Calculate results for small negative arguments directly rather
19299 than using reflection formula with special underflow handling.
19301 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19302 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19303 sysdeps/unix/bsd/bsd4.4/syscalls.list.
19304 (fchflags): Likewise.
19305 (revoke): Likewise.
19306 (setlogin): Likewise.
19307 (sigaltstack): Likewise.
19309 (sigblock): Remove.
19310 (sigsetmask): Likewise.
19312 (waitpid): Likewise.
19313 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19314 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19316 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19317 * sysdeps/unix/bsd/Makefile: ... here.
19318 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19319 * sysdeps/unix/bsd/Versions: ... here.
19320 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19321 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19322 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19323 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19324 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19325 * sysdeps/unix/bsd/sigblock.c: ... here.
19326 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19327 * sysdeps/unix/bsd/sigsetmask.c: ... here.
19328 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19329 * sysdeps/unix/bsd/sigvec.c: ... here.
19330 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19331 * sysdeps/unix/bsd/tcdrain.c: ... here.
19332 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19333 * sysdeps/unix/bsd/tcgetattr.c: ... here.
19334 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19335 * sysdeps/unix/bsd/tcsetattr.c: ... here.
19336 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19337 * sysdeps/unix/bsd/wait.c: ... here.
19338 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19339 * sysdeps/unix/bsd/wait3.c: ... here.
19340 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19341 * sysdeps/unix/bsd/waitpid.c: ... here.
19343 2013-12-21 Joseph Myers <joseph@codesourcery.com>
19346 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19347 round-to-nearest for [!USE_AS_EXPM1L].
19348 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19349 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
19350 more tests of exp and exp10. Expect some exp10 tests to miss
19351 exceptions or fail in directed rounding modes.
19352 * math/auto-libm-test-out: Regenerated.
19353 * math/libm-test.inc (exp10_tonearest_test_data): New array.
19354 (exp10_test_tonearest): New function.
19355 (exp10_towardzero_test_data): New array.
19356 (exp10_test_towardzero): New function.
19357 (exp10_downward_test_data): New array.
19358 (exp10_test_downward): New function.
19359 (exp10_upward_test_data): New array.
19360 (exp10_test_upward): New function.
19361 (main): Call the new functions.
19362 * sysdeps/i386/fpu/libm-test-ulps: Update.
19363 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19365 2013-12-20 Joseph Myers <joseph@codesourcery.com>
19367 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19368 asinh, atan, atan2, atanh, cbrt, cos and cosh.
19369 * math/auto-libm-test-out: Regenerated.
19370 * math/libm-test.inc (acosh_test_data): Add more tests.
19371 (atanh_test_data): Likewise.
19372 (ceil_test_data): Likewise.
19373 (copysign_test_data): Likewise.
19374 * sysdeps/i386/fpu/libm-test-ulps: Update.
19375 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19377 * timezone/checktab.awk: Update from tzcode 2013i.
19378 * timezone/private.h: Likewise.
19379 * timezone/scheck.c: Likewise.
19380 * timezone/tzfile.h: Likewise.
19381 * timezone/tzselect.ksh: Likewise.
19382 * timezone/zdump.c: Likewise.
19383 * timezone/zic.c: Likewise.
19385 * math/auto-libm-test-in: Add tests of cpow.
19386 * math/auto-libm-test-out: Regenerated.
19387 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19388 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19390 (func_calc_desc): Add mpc_cc_c union field.
19391 (test_functions): Add cpow.
19392 (special_fill_2pi): New function.
19393 (special_real_inputs): Add 2pi.
19394 (calc_generic_results): Handle mpc_cc_c.
19395 * sysdeps/i386/fpu/libm-test-ulps: Update.
19396 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19398 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19399 csqrt, ctan and ctanh.
19400 * math/auto-libm-test-out: Regenerated.
19401 * math/libm-test.inc (TEST_COND_x86_64): New macro.
19402 (TEST_COND_x86): Likewise.
19403 (ccos_test_data): Use AUTO_TESTS_c_c.
19404 (ccosh_test_data): Likewise.
19405 (cexp_test_data): Likewise.
19406 (clog_test_data): Likewise.
19407 (csqrt_test_data): Likewise.
19408 (ctan_test_data): Likewise.
19409 (ctan_tonearest_test_data): Likewise.
19410 (ctan_towardzero_test_data): Likewise.
19411 (ctan_downward_test_data): Likewise.
19412 (ctan_upward_test_data): Likewise.
19413 (ctanh_test_data): Likewise.
19414 (ctanh_tonearest_test_data): Likewise.
19415 (ctanh_towardzero_test_data): Likewise.
19416 (ctanh_downward_test_data): Likewise.
19417 (ctanh_upward_test_data): Likewise.
19418 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19420 (func_calc_desc): Add mpc_c_c union field.
19421 (FUNC_mpc_c_c): New macro.
19422 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19423 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19425 (special_fill_min_subnorm_p120): New function.
19426 (special_real_inputs): Add min_subnorm_p120.
19427 (calc_generic_results): Handle mpc_c_c.
19428 * sysdeps/i386/fpu/libm-test-ulps: Update.
19429 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19431 2013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19433 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19434 (do_sin_slow): New functions.
19435 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19436 (cslow2, csloww1, csloww2): Use the new functions.
19438 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19439 Use M to change sign of result instead of X. Assume X is
19441 (csloww1): Likewise.
19445 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19446 arguments A and DA.
19450 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19452 (sloww1): Don't adjust sign of DX.
19453 (csloww1): Likewise.
19454 (sloww2): Use X directly and don't adjust sign of DX.
19455 (csloww2): Likewise.
19457 2013-12-19 Joseph Myers <joseph@codesourcery.com>
19459 * math/auto-libm-test-in: Add tests of cabs and carg.
19460 * math/auto-libm-test-out: Regenerated.
19461 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19462 (carg_test_data): Likewise.
19463 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19465 (func_calc_desc): Add mpc_c_f union field.
19466 (test_functions): Add cabs and carg.
19467 (calc_generic_results): Handle mpc_c_f.
19469 * sysdeps/powerpc/powerpc32/libgcc-compat.S
19470 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19471 as a macro and a compat symbol.
19472 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19473 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19474 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19475 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19476 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19477 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19479 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19481 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19483 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19485 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19487 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19489 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19490 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19493 2013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19495 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19497 2013-12-19 Joseph Myers <joseph@codesourcery.com>
19499 * manual/texinfo.tex: Update to version 2013-11-26.10 with
19500 trailing whitespace removed.
19501 * scripts/config.guess: Update to version 2013-11-29.
19502 * scripts/config.sub: Update to version 2013-10-01.
19504 * math/auto-libm-test-in: Add tests of sincos.
19505 * math/auto-libm-test-out: Regenerated.
19506 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19507 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19509 (func_calc_desc): Add mpfr_f_11 union field.
19510 (test_functions): Add sincos.
19511 (calc_generic_results): Handle mpfr_f_11.
19512 * sysdeps/i386/fpu/libm-test-ulps: Update.
19513 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19515 2013-12-19 Andreas Schwab <schwab@suse.de>
19517 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19519 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19520 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19521 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19523 2013-12-19 Joseph Myers <joseph@codesourcery.com>
19525 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19526 * sysdeps/i386/fpu/libm-test-ulps: Update.
19527 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19530 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19531 round-to-nearest mode when using frndint.
19532 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19533 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19534 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19536 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
19538 * math/auto-libm-test-out: Regenerated.
19539 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19540 (TEST_COND_x86): Likewise.
19541 (expm1_tonearest_test_data): New array.
19542 (expm1_test_tonearest): New function.
19543 (expm1_towardzero_test_data): New array.
19544 (expm1_test_towardzero): New function.
19545 (expm1_downward_test_data): New array.
19546 (expm1_test_downward): New function.
19547 (expm1_upward_test_data): New array.
19548 (expm1_test_upward): New function.
19549 (main): Run the new test functions.
19550 * sysdeps/i386/fpu/libm-test-ulps: Update.
19551 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19553 * include/features.h: Update comment documenting feature test
19554 macros. Mention _DEFAULT_SOURCE in comment.
19555 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19556 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19557 _BSD_SOURCE and _SVID_SOURCE.
19558 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19559 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19560 !_SVID_SOURCE]: Likewise.
19561 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19562 (__USE_POSIX_IMPLICITLY): Define.
19563 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19564 (_POSIX_SOURCE): Undefine and redefine.
19565 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19566 (_POSIX_C_SOURCE): Likewise.
19567 * manual/creature.texi (_DEFAULT_SOURCE): Document.
19568 (Feature Test Macros): Update documentation of default features.
19570 2013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19572 * benchtests/Makefile: Add bench-strtok.
19573 * benchtests/bench-strtok.c: New file: strtok benchtest.
19575 2013-12-19 Allan McRae <allan@archlinux.org>
19577 * manual/install.texi: Suppress menu for plain text output.
19578 * INSTALL: Regenerated.
19580 2013-12-18 Brooks Moses <bmoses@google.com>
19583 * misc/getauxval.c: Include errno.h.
19584 (__getauxval): Set errno to ENOENT if the requested type is not
19586 * misc/sys/auxv.h (getauxval): Document that it may set errno;
19587 don't declare with __attribute_const__.
19588 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19589 * manual/startup.texi: Document that getauxval sets errno.
19591 2013-12-18 Joseph Myers <joseph@codesourcery.com>
19593 * math/auto-libm-test-in: Add tests of jn and yn.
19594 * math/auto-libm-test-out: Regenerated.
19595 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19596 (yn_test_data): Likewise.
19597 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19599 (func_calc_desc): Add mpfr_if_f union field.
19600 (FUNC_mpfr_if_f): New macro.
19601 (test_functions): Add jn and yn.
19602 (calc_generic_results): Assert type of second input for
19603 mpfr_ff_f. Handle mpfr_if_f.
19604 (output_for_one_input_case): Disable all checking for arguments
19605 fitting floating-point types in case of an integer argument.
19606 * sysdeps/i386/fpu/libm-test-ulps: Update.
19607 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19609 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19610 Don't expect fegetround reference in libm.so.
19612 2013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19614 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19615 $(config-cflags-nofma).
19617 2013-12-18 Joseph Myers <joseph@codesourcery.com>
19619 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19620 * math/auto-libm-test-out: Regenerated.
19623 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19624 to determine exponent and adjust argument to have exponent of -1.
19625 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19627 * math/auto-libm-test-out: Regenerated.
19628 * sysdeps/i386/fpu/libm-test-ulps: Update.
19629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19631 2013-12-18 Ondřej Bílka <neleai@seznam.cz>
19633 * manual/probes.texi: Remove cases when per-thread arenas are
19636 2013-12-18 Andreas Schwab <schwab@suse.de>
19638 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19639 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19640 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19641 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19642 * sysdeps/i386/i686/multiarch/Makefile: Update.
19643 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19645 2013-12-17 Joseph Myers <joseph@codesourcery.com>
19647 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19648 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19650 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
19653 Support TZ transition times < 00:00:00.
19654 This is needed for version-3 tz-format files; it supports time
19655 stamps past 2037 for America/Godthab (the only entry in the tz
19656 database for which this change is relevant).
19657 * manual/time.texi (TZ Variable): Document transition times
19658 from -167:59:59 through -00:00:01.
19659 * time/tzset.c (tz_rule): Time of day is now signed.
19660 (__tzset_parse_tz): Parse negative time of day.
19662 Document TZ transition times >= 25:00:00.
19663 * manual/time.texi (TZ Variable): Document transition times from
19664 25:00:00 through 167:59:59. These are already supported, and this
19665 support will help with version-3 tz-format files.
19667 * manual/time.texi (TZ Variable): Modernize North America example
19668 to reflect current (i.e., 2007-and-later) daylight saving rules.
19670 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19672 2013-12-17 Joseph Myers <joseph@codesourcery.com>
19674 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19675 * sysdeps/unix/bsd/bits/stat.h: Likewise.
19676 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19677 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19678 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19679 * sysdeps/unix/bsd/bsdstat.h: Likewise.
19680 * sysdeps/unix/bsd/clock.c: Likewise.
19681 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19682 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19683 * sysdeps/unix/bsd/init-posix.c: Likewise.
19684 * sysdeps/unix/bsd/poll.c: Likewise.
19685 * sysdeps/unix/bsd/ptsname.c: Likewise.
19686 * sysdeps/unix/bsd/seekdir.c: Likewise.
19687 * sysdeps/unix/bsd/setegid.c: Likewise.
19688 * sysdeps/unix/bsd/seteuid.c: Likewise.
19689 * sysdeps/unix/bsd/setgid.c: Likewise.
19690 * sysdeps/unix/bsd/setrgid.c: Likewise.
19691 * sysdeps/unix/bsd/setruid.c: Likewise.
19692 * sysdeps/unix/bsd/setsid.c: Likewise.
19693 * sysdeps/unix/bsd/setuid.c: Likewise.
19694 * sysdeps/unix/bsd/sigaction.c: Likewise.
19695 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19696 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19697 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19698 * sysdeps/unix/bsd/telldir.c: Likewise.
19699 * sysdeps/unix/bsd/times.c: Likewise.
19700 * sysdeps/unix/bsd/usleep.c: Likewise.
19702 * misc/Makefile (install-lib): Remove libbsd-compat.a.
19703 ($(objpfx)libbsd-compat.a): Remove rule.
19705 * include/features.h (__FAVOR_BSD): Do not define.
19706 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19707 features conflicting with POSIX.
19708 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19709 (_BSD_SOURCE): Remove description of not being a subset of other
19710 feature test macros.
19711 * manual/job.texi (getpgrp): Do not document BSD version.
19712 (getpgid): Do not document by reference to BSD getpgrp.
19713 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19714 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19715 * signal/signal.h [__FAVOR_BSD]: Likewise.
19716 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19717 instead of making contents conditional on [__FAVOR_BSD].
19718 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19720 2013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19722 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19724 2013-12-17 Joseph Myers <joseph@codesourcery.com>
19727 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19728 values below 2**-450, not 2**-500.
19729 * math/auto-libm-test-in: Don't allow spurious underflow from
19731 * math/auto-libm-test-out: Regenerated.
19735 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19736 values of ha and hb and sort them after adjusting subnormal
19738 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19740 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19741 values of ea and eb and sort them after adjusting subnormal
19743 * math/auto-libm-test-in: Do not expect some hypot tests of
19744 subnormals to fail. Add more hypot tests.
19745 * math/auto-libm-test-out: Regenerated.
19747 2013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19750 * sysdeps/sh/s_fma.c: New file.
19751 * sysdeps/sh/s_fmaf.c: New file.
19752 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
19754 * sysdeps/sh/Implies: Add sh/soft-fp.
19756 2013-12-16 Roland McGrath <roland@hack.frob.com>
19758 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
19759 level of indirection to members `objname', `errstring', `malloced'.
19760 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19761 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
19762 it as the __longjmp argument (just pass 1 instead).
19763 (_dl_catch_error): Initialize C with argument pointers and address of
19764 volatile local ERRCODE rather than copying values out of C at return.
19766 2013-12-16 Joseph Myers <joseph@codesourcery.com>
19768 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19769 * math/auto-libm-test-out: Regenerated.
19770 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19771 (hypot_test_data): Likewise.
19772 (pow_test_data): Likewise.
19773 (pow_tonearest_test_data): Likewise.
19774 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19776 (func_calc_desc): Add mpfr_ff_f union field.
19777 (FUNC_mpfr_ff_f): New macro.
19778 (test_functions): Add atan2, hypot and pow.
19779 (special_fill_min): New function.
19780 (special_fill_minus_min): Likewise.
19781 (special_fill_min_subnorm): Likewise.
19782 (special_fill_minus_min_subnorm): Likewise.
19783 (special_real_inputs): Add min, -min, min_subnorm and
19785 (calc_generic_results): Handle mpfr_ff_f.
19786 * sysdeps/i386/fpu/libm-test-ulps: Update.
19787 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19789 2013-12-16 Will Newton <will.newton@linaro.org>
19791 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19792 (Aligned Memory Blocks): Add documentation for aligned_alloc
19793 and suggest it as an alternative to posix_memalign.
19794 (Hooks for Malloc): Document __memalign_hook is also called
19795 for aligned_alloc. (Summary of Malloc): Add summary for
19796 aligned alloc. Document __memalign_hook is also called
19799 2013-12-16 Will Newton <will.newton@linaro.org>
19801 * manual/memory.texi (Malloc Examples): Clarify default
19802 alignment documentation. Suggest posix_memalign rather
19803 than memalign or valloc.
19804 (Aligned Memory Blocks): Remove suggestion to use memalign
19805 or valloc. Remove obsolete comment about BSD.
19806 Document memalign errno values and mark the function obsolete.
19807 Document posix_memalign returned error codes. Mark valloc
19808 as obsolete. (Hooks for Malloc): __memalign_hook is also
19809 called for posix_memalign and valloc.
19810 (Summary of Malloc): Add posix_memalign to function summary.
19811 __memalign_hook is also called for posix_memalign and valloc.
19813 2013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
19815 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19819 (sloww): Use mynumber union. Expand ternary operator into
19820 if-else statements.
19821 (cslow): use mynumber union.
19823 2013-12-16 Allan McRae <allan@archlinux.org>
19825 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19826 * configure: Regenerated.
19828 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19831 * configure.ac: Added --enable-maintainer-mode. Check for
19832 autoconf when enabled.
19833 * configure: Regenerated.
19835 * nscd/nscd.service: New file.
19836 * nscd/nscd.tmpfiles: New file.
19838 2013-12-14 Ondřej Bílka <neleai@seznam.cz>
19841 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19842 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19843 * sysdeps/x86_64/multiarch/strstr.c: ... here.
19844 (strstr): Add __strstr_sse2_unaligned ifunc.
19845 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19846 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19847 (strcasestr): Remove __strcasestr_sse42 ifunc.
19848 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19849 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19850 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19852 2013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19854 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19855 * sysdeps/sh/bits/fenv.h: ... here.
19856 * sysdeps/sh/sh4/fpu/bits: Remove directory.
19858 2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19860 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19862 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19863 hypotf multiarch implementations.
19864 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19865 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19866 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19867 multiarch hypot for PPC64.
19868 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19869 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19870 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19871 multiarch hypotf for PPC64.
19873 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19874 modff multiarch implementations.
19875 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19876 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19877 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19878 multiarch modf for PPC64.
19879 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19880 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19881 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19882 multiarch modff for PPC64.
19884 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19885 and logl multiarch implementations.
19886 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19887 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19888 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19889 multiarch logb for PPC64.
19890 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19891 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19892 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19893 multiarch logb for PPC64.
19894 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19895 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19896 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19897 multiarch logb for PPC64.
19899 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19900 isinff multiarch implementation.
19901 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19903 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19904 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19905 multiarch isinf for PPC64.
19906 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19908 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19909 multiarch isinff for PPC64.
19911 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19912 finitef multiarch implementation.
19913 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19915 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19916 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19917 multiarch finite for PPC64.
19918 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19920 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19921 multiarch finitef for PPC64.
19923 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19924 lrint multiarch implementation.
19925 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19927 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19928 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19929 multiarch llrint for PPC64.
19930 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19931 multiarch lrint for PPC64.
19933 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19934 copysignf multiarch implementation.
19935 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19937 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19939 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19940 multiarch copysign for PPC64.
19941 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19942 multiarch copysignf for PPC64.
19944 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19945 multiarch implementation.
19946 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19948 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19950 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19952 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19954 multiarch llround for PPC64.
19955 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19956 multiarch trunc for PPC64.
19957 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19958 multiarch truncf for PPC64.
19960 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19961 multiarch implementation.
19962 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19964 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19966 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19968 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19970 multiarch llround for PPC64.
19971 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19972 multiarch round for PPC64.
19973 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19974 multiarch roundf for PPC64.
19976 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19977 multiarch implementation.
19978 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19980 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19982 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19984 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19986 multiarch llround for PPC64.
19987 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19988 multiarch floor for PPC64.
19989 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19990 multiarch floorf for PPC64.
19992 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19993 multiarch implementation.
19994 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19996 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19998 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20000 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20002 multiarch llround for PPC64.
20003 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20004 multiarch ceil for PPC64.
20005 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20006 multiarch ceilf for PPC64.
20008 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20009 multiarch implementation.
20010 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20012 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20014 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20016 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20017 multiarch llround for PPC64.
20018 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20019 multiarch lround for PPC64.
20021 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20022 multiarch implementation.
20023 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20024 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20025 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20027 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20028 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20029 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20030 multiarch isnan for PPC64.
20031 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20032 multiarch isnanf for PPC64.
20034 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20035 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20036 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20037 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20038 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20041 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20042 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20043 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20044 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20046 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20047 multiarch implementations.
20048 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20049 (__libc_ifunc_impl_list): Likewise.
20050 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20051 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20052 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20053 multiarch stpcpy for PPC64.
20055 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20056 multiarch implementations.
20057 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20058 (__libc_ifunc_impl_list): Likewise.
20059 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20060 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20061 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20062 multiarch strcpy for PPC64.
20064 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20065 redefine function name.
20066 (_wordcopy_fwd_dest_aligned): Likewise.
20067 (_wordcopy_bwd_aligned): Likewise.
20068 (_wordcopy_bwd_dest_aligned): Likewise.
20069 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20070 multiarch implementations.
20071 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20072 (__libc_ifunc_impl_list): Likewise.
20073 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20074 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20075 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20076 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20077 multiarch wcscpy for PPC64.
20079 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20080 multiarch implementations.
20081 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20082 (__libc_ifunc_impl_list): Likewise.
20083 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20084 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20085 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20086 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20087 multiarch wcscpy for PPC64.
20089 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20090 multiarch implementations.
20091 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20092 (__libc_ifunc_impl_list): Likewise.
20093 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20094 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20095 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20096 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20097 multiarch wcsrchr for PPC64.
20099 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20100 multiarch implementations.
20101 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20102 (__libc_ifunc_impl_list): Likewise.
20103 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20104 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20105 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20106 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20107 multiarch wcschr for PPC64.
20109 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20110 multiarch implementations.
20111 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20112 (__libc_ifunc_impl_list): Likewise.
20113 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20114 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20115 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20116 multiarch strchrnul for PPC64.
20118 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20120 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20121 (__libc_ifunc_impl_list): Likewise.
20122 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20123 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20124 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20125 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20128 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20130 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20131 (__libc_ifunc_impl_list): Likewise.
20132 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20133 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20134 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20135 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20138 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20139 multiarch implementations.
20140 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20141 (__libc_ifunc_impl_list): Likewise.
20142 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20143 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20144 strncasecmp for PPC64.
20145 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20146 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20147 multiarch strncasecmp_l for PPC64.
20149 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20150 multiarch implementations.
20151 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20152 (__libc_ifunc_impl_list): Likewise.
20153 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20154 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20155 multiarch strcasecmp for PPC64.
20156 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20158 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20159 multiarch strcasecmp_l for PPC64.
20161 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20163 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20164 (__libc_ifunc_impl_list): Likewise.
20165 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20166 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20167 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20170 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20172 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20173 (__libc_ifunc_impl_list): Likewise.
20174 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20175 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20176 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20179 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20181 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20182 (__libc_ifunc_impl_list): Likewise.
20183 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20184 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20185 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20186 rawmemrchr for PPC64.
20188 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20190 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20191 (__libc_ifunc_impl_list): Likewise.
20192 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20193 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20194 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20197 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20199 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20200 (__libc_ifunc_impl_list): Likewise.
20201 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20202 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20203 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20206 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20208 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20209 (__libc_ifunc_impl_list): Likewise.
20210 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20211 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20212 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20215 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20216 avoid cretion of __bzero symbol.
20217 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20219 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20221 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20223 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20224 multiarch implementations.
20225 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20226 (__libc_ifunc_impl_list): Likewise.
20227 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20228 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20229 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20230 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20232 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20233 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20234 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20235 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20236 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20238 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20240 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20241 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20243 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20244 (__libc_ifunc_impl_list): Likewise.
20245 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20246 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20247 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20248 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20251 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20252 multiarch for POWER/PPC64.
20253 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20254 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20255 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20256 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20257 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20258 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20259 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20260 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20261 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20264 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20265 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20266 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20267 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20268 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20269 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20270 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20271 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20272 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20273 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20274 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20275 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20276 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20277 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20278 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20280 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20281 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20282 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20284 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20285 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20287 2013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20289 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20291 2013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
20293 * benchtests/Makefile (bench): Add exp2 and log2.
20294 (LDLIBS-bench-exp2): Add -lm.
20295 (LDLIBS-bench-log2): Likewise.
20296 * benchtests/exp2-inputs: New inputs file.
20297 * benchtests/log2-inputs: New inputs file.
20298 * benchtests/log-inputs: Add new inputs.
20299 * benchtests/tan-inputs: Likewise.
20301 2013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20303 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20305 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20306 (csloww2): ... from here.
20308 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20309 instead of structures.
20310 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20311 (POLYNOMIAL): Likewise.
20312 (TAYLOR_SLOW): Likewise.
20318 (sloww1); Likewise.
20319 (sloww2): Likewise.
20320 (bsloww1): Likewise.
20321 (bsloww2): Likewise.
20322 (cslow2): Likewise.
20323 (csloww): Likewise.
20324 (csloww1): Likewise.
20325 (csloww2): Likewise.
20327 2013-12-10 Ondřej Bílka <neleai@seznam.cz>
20329 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20330 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20331 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20332 * malloc/hooks.c (realloc_check): Likewise.
20334 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20335 * malloc/arena.c: Remove PER_THREAD conditional.
20336 [!PER_THREAD]: Remove code.
20337 (ptmalloc_unlock_all2): Likewise.
20338 (ptmalloc_init): Likewise.
20339 (_int_new_arena): Likewise.
20340 (arena_get2): Likewise.
20341 * malloc/hooks.c (__malloc_get_state): Likewise.
20342 (__malloc_set_state): Likewise.
20343 * malloc/malloc.c: Likewise.
20344 (struct malloc_state): Likewise.
20345 (struct malloc_par): Likewise.
20346 (__libc_realloc): Likewise.
20347 (__libc_mallopt): Likewise.
20349 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20351 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20353 2013-12-09 Ondřej Bílka <neleai@seznam.cz>
20355 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20356 macro to a function. Check for zero perturb_byte.
20357 (_int_malloc, _int_free): Remove zero perturb_byte checks.
20359 * malloc/malloc.c: (force_reg): Remove.
20360 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20361 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20362 force_reg by atomic_forced_read.
20363 * malloc/arena.c (ptmalloc_init): Likewise.
20364 * malloc/hooks.c (top_check): Likewise.
20366 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20368 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20370 2013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
20372 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20374 2013-12-08 Joseph Myers <joseph@codesourcery.com>
20376 * math/auto-libm-test-in: Add tests of lgamma.
20377 * math/auto-libm-test-out: Regenerated.
20378 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20379 (M_LOG_2_SQRT_PIl): Likewise.
20380 (lgamma_test_data): Use AUTO_TESTS_f_f1.
20381 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20383 (func_calc_desc): Add mpfr_f_f1 union field.
20384 (ARGS1): New macro.
20392 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20393 (test_functions): Add lgamma.
20394 (calc_generic_results): Handle mpfr_f_f1.
20395 * sysdeps/i386/fpu/libm-test-ulps: Update.
20396 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20398 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20400 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20401 __mpn_add_n for PowerPC64/POWER7.
20402 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20403 __mpn_sub_n for PowerPC64/POWER7.
20405 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20406 __mpn_addmul_1 for PowerPC64.
20407 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20408 __mpn_submul_1 for PowerPC64.
20409 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20411 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20414 2013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
20417 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20419 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20421 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20423 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20424 add multiarch folders.
20425 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20426 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20427 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20428 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20429 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20430 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20431 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20432 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20433 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20434 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20435 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20438 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20439 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20441 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20443 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20444 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20445 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20447 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20449 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20450 multiarch __ieee754_hypot for PowerPC32.
20451 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20453 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20455 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20456 multiarch __ieee754_hypotf for PowerPC32.
20458 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20459 long_double_symbol only if __logbl is defined.
20460 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20461 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20462 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20463 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20464 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20465 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20466 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20467 path for implementation.
20468 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20469 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20470 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20471 logb, and logbl multiarch implementations for PowerPC32.
20472 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20474 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20476 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20477 multiarch logb for PowerPC32.
20478 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20480 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20482 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20483 multiarch logbf for PowerPC32.
20484 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20485 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20487 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20488 multiarch logbl implementation for PowerPC32.
20490 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20491 and modff multiarch implementations.
20492 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20494 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20496 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20497 multiarch modf for PowerPC32.
20498 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20500 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20502 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20503 multiarch modff for PowerPC32.
20505 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20506 and lrintf multiarch implementations.
20507 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20509 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20511 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20512 multiarch lrint for PowerPC32.
20513 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20514 file: multiarch lrintf for PowerPC32.
20516 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20517 and lroundf multiarch implementations.
20518 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20520 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20522 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20524 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20525 multiarch lround for PowerPC32.
20526 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20527 file: multiarch lroundf for PowerPC32.
20529 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20530 copysign and copysignf multiarch implementations.
20531 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20533 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20535 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20536 file: multiarch copysign for PowerPC32.
20537 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20538 file: multiarch copysignf for PowerPC32.
20540 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20541 and truncf multiarch implementations.
20542 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20544 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20546 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20547 multiarch trunc for PowerPC32.
20548 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20550 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20552 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20553 multiarch truncf for PowerPC32.
20555 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20556 and roundf multiarch implementations.
20557 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20559 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20561 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20562 multiarch round for PowerPC32.
20563 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20565 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20567 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20568 multiarch roundf for PowerPC32.
20570 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20571 and floorf multiarch implementations.
20572 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20574 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20576 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20577 multiarch floor for PowerPC32.
20578 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20580 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20582 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20583 multiarch floorf for PowerPC32.
20585 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20586 and ceilf multiarch implementations.
20587 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20589 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20591 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20592 multiarch ceil for PowerPC32.
20593 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20595 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20597 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20598 multiarch ceilf for PowerPC32.
20600 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20602 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20603 FINITEF is defined.
20604 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20605 and finitef multiarch implementations.
20606 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20608 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20610 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20611 multiarch finite for PowerPC32.
20612 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20614 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20615 file: multiarch finitef for PowerPC32.
20617 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20618 and isinff multiarch implementations.
20619 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20621 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20623 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20624 multiarch isinf for PowerPC32.
20625 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20627 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20628 multiarch isinff for PowerPC32.
20630 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20631 alias when __isnan is defined.
20632 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20633 and isnanf multiarch implementations.
20634 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20636 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20638 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20640 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20642 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20643 multiarch isnan for PowerPC32.
20644 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20646 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20648 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20649 multiarch isnanf for PowerPC32.
20651 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20652 and sqrtf multiarch implementations.
20653 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20655 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20657 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20658 multiarch sqrt for PowerPC32.
20659 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20661 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20663 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20664 multiarch sqrtf for PowerPC32.
20666 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20667 and llroundf multiarch implementations.
20668 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20670 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20672 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20674 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20675 file: multiarch llround for PowerPC32.
20676 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20677 file: multiarch llroundf for PowerPC32.
20679 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20680 multiarch PowerPC32 fpu implementations.
20681 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20683 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20685 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20686 multiarch llrint for PowerPC32.
20687 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20689 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20691 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20694 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20696 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20698 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20700 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20702 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20703 multiarch wordcopy for PPC32.
20704 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20706 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20707 (__libc_ifunc_impl_list): Likewise.
20708 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20709 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20710 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20711 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20712 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20713 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20715 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20716 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20718 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20720 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20722 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20723 multiarch wcscpy for PPC32.
20724 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20726 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20727 (__libc_ifunc_impl_list): Likewise.
20728 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20729 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20730 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20731 sysdeps/powerpc/power6/wcscpy.c.
20733 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20734 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20736 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20738 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20740 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20741 multiarch wcsrchr for PPC32.
20742 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20744 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20745 (__libc_ifunc_impl_list): Likewise.
20746 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20747 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20748 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20749 sysdeps/powerpc/power6/wcsrchr.c.
20751 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20753 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20755 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20756 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20757 multiarch wcschr for PPc32.
20758 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20760 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20761 (__libc_ifunc_impl_list): Likewise.
20762 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20763 * sysdeps/powerpc/power6/wcschr.c: ... to here.
20764 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20765 sysdeps/powerpc/power6/wcschr.c.
20767 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20768 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20770 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20771 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20772 file: multiarch strchr for PPC32.
20773 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20775 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20776 (__libc_ifunc_impl_list): Likewise.
20778 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20780 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20782 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20784 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20785 multiarch strchrnul for PPC32.
20786 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20788 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20789 (__libc_ifunc_impl_list): Likewise.
20791 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20793 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20794 multiarch strncasecmp for PPC32.
20795 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20797 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20798 multiarch strncasecmp_l for PPC32.
20799 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20800 strncasecmp multiarch objects.
20801 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20802 (__libc_ifunc_impl_list): Likewise.
20804 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20806 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20807 multiarch strncasecmp for PPC32.
20808 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20810 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20811 multiarch strcasecmp_l for PPC32.
20812 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20814 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20815 (__libc_ifunc_impl_list): Likewise.
20817 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20819 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20821 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20822 multiarch strncmp for PPC32.
20823 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20825 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20826 (__libc_ifunc_impl_list): Likewise.
20828 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20829 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20831 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20832 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20833 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20835 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20836 (__libc_ifunc_impl_list): Likewise.
20838 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20840 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20842 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20843 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20845 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20846 (__libc_ifunc_impl_list): Likewise.
20848 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20850 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20852 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20853 multiarch rawmemchr for PPC32.
20854 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20856 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20857 (__libc_ifunc_impl_list): Likewise.
20859 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20861 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20863 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20864 file: memrchr multiarch for PPC32.
20865 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20867 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20868 (__libc_ifunc_impl_list): Likewise.
20870 * string/memchr.c (__memchr): Using macro to redefine symbol name.
20871 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20873 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20874 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20875 multiarch memchr for PPC32.
20876 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20878 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20879 (__libc_ifunc_impl_list): Likewise.
20881 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20882 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20884 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20886 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20887 file: multiarch mempcpy for PPC32.
20888 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20890 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20891 (__libc_ifunc_impl_list): Likewise.
20893 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20894 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20895 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20896 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20897 multiarch bzero for PPC32.
20898 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20900 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20902 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20903 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20904 file: multiarch memset for PPC32.
20905 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20906 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20907 memset multiarch objects.
20908 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20909 (__libc_ifunc_impl_list): Likewise.
20911 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20913 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20914 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20916 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20917 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20919 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20920 (__libc_ifunc_impl_list): Likewise.
20922 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20923 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20924 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20926 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20928 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20930 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20931 multiarch memcpy for PPC32.
20932 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20934 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20935 (__libc_ifunc_impl_list): Likewise.
20937 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20938 support multiarch for POWER/PPC32.
20939 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20941 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20942 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20943 Implies file to make multiarch folder appers before the fpu and
20944 default folder for power4 configuration.
20946 2013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
20948 * scripts/bench.pl: Append volatile keyword to type.
20950 2013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20952 * sysdeps/sh/sotruss-lib.c: New file.
20953 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20955 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20957 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20959 2013-12-05 Joseph Myers <joseph@codesourcery.com>
20962 * math/w_tgamma.c: Include <errno.h>.
20963 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
20964 * math/w_tgammaf.c: Include <errno.h>.
20965 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
20966 * math/w_tgammal.c: Include <errno.h>.
20967 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
20968 * math/auto-libm-test-in: Do not allow missing errno on tgamma
20969 underflow. Add more tgamma tests.
20970 * math/auto-libm-test-out: Regenerated.
20971 * sysdeps/i386/fpu/libm-test-ulps: Update.
20972 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20974 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20975 sin, sinh, tan, tanh, tgamma, y0 and y1.
20976 * math/auto-libm-test-out: Regenerated.
20977 * math/libm-test.inc (TEST_COND_x86_64): New macro.
20978 (TEST_COND_x86): Likewise.
20979 (M_E2l): Remove macro.
20981 (M_2_SQRT_PIl): Likewise.
20982 (M_SQRT_PIl): Likewise.
20983 (M_1_DIV_El): Likewise.
20984 (log_test_data): Use AUTO_TESTS_f_f.
20985 (log10_test_data): Likewise.
20986 (log1p_test_data): Likewise.
20987 (log2_test_data): Likewise.
20988 (sin_test_data): Likewise.
20989 (sin_tonearest_test_data): Likewise.
20990 (sin_towardzero_test_data): Likewise.
20991 (sin_downward_test_data): Likewise.
20992 (sin_upward_test_data): Likewise.
20993 (sinh_test_data): Likewise.
20994 (sinh_tonearest_test_data): Likewise.
20995 (sinh_towardzero_test_data): Likewise.
20996 (sinh_downward_test_data): Likewise.
20997 (sinh_upward_test_data): Likewise.
20998 (tan_test_data): Likewise.
20999 (tan_tonearest_test_data): Likewise.
21000 (tan_towardzero_test_data): Likewise.
21001 (tan_downward_test_data): Likewise.
21002 (tan_upward_test_data): Likewise.
21003 (tanh_test_data): Likewise.
21004 (tgamma_test_data): Likewise.
21005 (y0_test_data): Likewise.
21006 (y1_test_data): Likewise.
21007 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21008 (special_real_inputs): Add pi/4.
21009 * sysdeps/i386/fpu/libm-test-ulps: Update.
21010 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21012 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21014 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21015 "longjmp_target" static probes.
21016 (__longjmp): Rename to __longjmp_symbol.
21017 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21018 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21019 on which longjmp to generate.
21020 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21021 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21023 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21024 (__sigjmp_save): Rename to __sigjmp_save_symbol.
21025 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21026 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21027 and __sigjmp_save_symbol based on which sigsetjmp to generated.
21028 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21029 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21030 __longjmp_symbol based on which __longjmp to generate.
21031 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21033 (setjmp): Rename to setjmp_symbol.
21034 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21035 (_setjmp): Rename to _setjmp_symbol.
21036 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21037 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21038 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21039 which setjmp to generate.
21040 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21041 "longjmp_target" static probes.
21043 2013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
21045 * benchtests/README: Add note about output arguments.
21046 * benchtests/bench-sincos.c: Remove file.
21047 * benchtests/sincos-inputs: New file.
21048 * scripts/bench.pl: Identify output arguments and define
21049 static variables for them.
21051 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21054 * Makefile (INSTALL): Add install-plain.texi as the primary
21056 * manual/install-plain.texi: New file.
21057 * manual/install.texi: Include node directive only for
21058 non-plaintext output.
21060 2013-12-04 Joseph Myers <joseph@codesourcery.com>
21062 * stdlib/longlong.h: Update from GCC.
21066 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21067 * math/w_j0f.c (y0f): Likewise.
21068 * math/w_j0l.c (__y0l): Likewise.
21069 * math/w_j1.c (y1): Likewise.
21070 * math/w_j1f.c (y1f): Likewise.
21071 * math/w_j1l.c (__y1l): Likewise
21072 * math/w_jn.c (yn): Likewise.
21073 * math/w_jnf.c (ynf): Likewise.
21074 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21075 Bessel function pole errors in _POSIX_ mode. Use NAN as return
21076 value for Bessel function domain errors outside _SVID_ mode.
21077 Adjust sign of return value for yn (negative integer, 0).
21078 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21079 by zero in return for negative x and set sign appropriately for
21081 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21082 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21083 * math/libm-test.inc (y0_test_data): Add more tests and adjust
21084 expectations in error cases.
21085 (y1_test_data): Likewise.
21086 (yn_test_data): Likewise.
21087 * sysdeps/i386/fpu/libm-test-ulps: Update.
21088 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21090 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21092 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21093 "64" to "64-v1". Add "64-v2".
21094 (abi-64-options): Rename to ...
21095 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
21096 (abi-64-condition): Rename to ...
21097 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
21098 (abi-64-ld-soname): Rename to ...
21099 (abi-64-v1-ld-soname): ... this.
21100 (abi-64-v2-options): Define.
21101 (abi-64-v2-condition): Likewise.
21102 (abi-64-v2-ld-soname): Likewise.
21103 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21104 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21106 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21109 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21110 Alan Modra <amodra@gmail.com>
21112 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21113 New versions for use with the ELFv2 ABI.
21114 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21115 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21117 (struct La_ppc64v2_retval): Likewise.
21118 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21119 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21120 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21121 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21122 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21123 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21124 Do not save or restore CR.
21125 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21126 (_dl_profile_resolve): Do no save or restore CR. Support extended
21127 return values for ELFv2 ABI. Fix location of FPR return registers.
21128 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21129 updated values for _CALL_ELF == 2.
21130 (La_regs, La_retval, int_retval): Likewise.
21132 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21134 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21135 (FRAME_MIN_SIZE_PARM): Likewise.
21136 (FRAME_BACKCHAIN): Likewise.
21137 (FRAME_CR_SAVE): Likewise.
21138 (FRAME_LR_SAVE): Likewise.
21139 (FRAME_TOC_SAVE): Likewise.
21140 (FRAME_PARM_SAVE): Likewise.
21141 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21142 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21143 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21144 (call_mcount_parm_offset): New macro.
21145 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21146 (PROF): Use symbolic stack frame offsets.
21147 (TAIL_CALL_SYSCALL_ERROR): Likewise.
21148 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21149 Redefine in terms of FRAME_MIN_SIZE.
21150 (_dl_runtime_resolve): Use symbolic stack frame offsets.
21151 (_dl_profile_resolve): Likewise. Update comment.
21152 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21153 symbols stack frame offsets.
21154 (__sigsetjmp): Likewise.
21155 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21156 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21157 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21158 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21160 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21161 (FRAME_BACKCHAIN): Remove.
21162 (FRAME_CR_SAVE): Likewise.
21163 (FRAME_LR_SAVE): Likewise.
21164 (FRAME_COMPILER_DW): Likewise.
21165 (FRAME_LINKER_DW): Likewise.
21166 (FRAME_TOC_SAVE): Likewise.
21167 (FRAME_PARM_SAVE): Likewise.
21168 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21169 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21170 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21172 (CHECK_SP): Use symbolic stack frame offsets.
21173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21174 zone" instead of caller's parameter save area for temp storage.
21175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21176 Likewise. Also, use symbolic stack frame offsets.
21177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21178 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21179 our own stack frame instead of the caller's.
21180 (__socket): Use symbolic stack frame offsets.
21182 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21183 Alan Modra <amodra@gmail.com>
21185 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21187 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21188 (PPC64_LOCAL_ENTRY_OFFSET): Define.
21189 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21191 (elf_machine_fixup_plt): Call it.
21192 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
21194 (elf_machine_rela): Update call to elf_machine_plt_conflict.
21195 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21196 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21197 r2 before calling target.
21199 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21200 Alan Modra <amodra@gmail.com>
21202 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21203 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21204 versions of macros to support ELFv2 ABI.
21205 (LOCALENTRY): New macro.
21206 (ENTRY, EALIGN): Use it.
21207 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21208 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21209 fall through into ENTRY entry point.
21210 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21211 Only define if _CALL_ELF != 2.
21213 (elf_machine_matches_host): Verify ABI version matches.
21214 (RTLD_START): Use LOCALENTRY.
21215 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21216 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21217 (PLT_ENTRY_WORDS): New macro.
21218 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21219 (elf_machine_runtime_setup): Support ELFv2 ABI.
21220 (elf_machine_fixup_plt): Likewise.
21221 (elf_machine_plt_conflict): Likewise.
21222 (resolve_ifunc): Likewise.
21223 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21224 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21227 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21228 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21229 (makecontext): Support ELFv2 ABI.
21230 * elf/elf.h (EF_PPC64_ABI): Define.
21232 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21234 * sysdeps/powerpc/powerpc64/sysdep.h
21235 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21236 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21237 (ENTRY) [ASSEMBLER]: ... but instead here ...
21238 (EALIGN) [ASSEMBLER]: ... and here.
21239 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21240 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21241 (ENTRY_2) [!ASSEMBLER]: Use it.
21242 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21243 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
21244 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21245 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21246 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21248 Use PPC64_LOAD_FUNCPTR.
21250 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21252 2013-12-04 Alan Modra <amodra@gmail.com>
21254 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21255 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21256 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21257 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21259 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21260 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21261 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21262 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21263 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21264 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21266 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21268 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21269 (__makecontext): Fix incorrect CFI when backtracing out of
21270 context created via makecontext.
21271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21272 (__setcontext): Fix incorrect CFI during switch to new context.
21273 (__novec_setcontext): Likewise.
21275 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
21278 * time/strptime_l.c (__strptime_internal): Allow modifiers
21280 * time/tst-strptime.c (day_tests): Add testcase.
21282 2013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
21284 * scripts/bench.pl: Skip over blank lines.
21286 2013-12-04 Paul Eggert <eggert@cs.ucla.edu>
21289 * manual/time.texi (Calendar Time): Clarify what timezone functions
21292 2013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21294 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21296 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
21298 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21300 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21301 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21302 * debug/memset_chk.c (__memset_chk): Likewise.
21303 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21304 * debug/strncpy_chk.c: Likewise.
21306 2013-12-03 Joseph Myers <joseph@codesourcery.com>
21310 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21311 (__ieee754_exp): For possibly underflowing results, check size of
21312 result and force underflow exception if required.
21313 * math/auto-libm-test-in: Add more tests of exp.
21314 * math/auto-libm-test-out: Regenerated.
21315 * sysdeps/i386/fpu/libm-test-ulps: Update.
21316 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21319 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21320 * math/w_exp2f.c (__exp2f): Likewise.
21321 * math/w_exp2l.c (__exp2l): Likewise.
21322 * math/auto-libm-test-in: Do not allow missing errno on exp2
21324 * math/auto-libm-test-out: Regenerated.
21326 2013-12-03 Ondřej Bílka <neleai@seznam.cz>
21329 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21330 handle filename validation.
21331 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21334 2013-12-03 Joseph Myers <joseph@codesourcery.com>
21337 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21338 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21339 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21341 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21342 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21343 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21344 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21345 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21346 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21347 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21348 * math/auto-libm-test-in: Don't allow missing errno from erfc.
21349 Add more erfc tests.
21350 * math/auto-libm-test-out: Regenerated.
21351 * sysdeps/i386/fpu/libm-test-ulps: Update.
21352 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21354 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21355 exp2, expm1, j0 and j1.
21356 * math/auto-libm-test-out: Regenerated.
21357 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21358 (erfc_test_data): Likewise.
21359 (exp_test_data): Likewise.
21360 (exp_tonearest_test_data): Likewise.
21361 (exp_towardzero_test_data): Likewise.
21362 (exp_downward_test_data): Likewise.
21363 (exp_upward_test_data): Likewise.
21364 (exp10_test_data): Likewise.
21365 (exp2_test_data): Likewise.
21366 (expm1_test_data): Likewise.
21367 (j0_test_data): Likewise.
21368 (j1_test_data): Likewise.
21369 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21370 (input_flag_type): Add flag_xfail_rounding.
21371 (input_flags): Add xfail-rounding.
21372 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21373 (output_for_one_input_case): Handle flag_xfail_rounding.
21374 * sysdeps/i386/fpu/libm-test-ulps: Update.
21375 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21377 2013-12-03 Aurelien Jarno <aurelien@aurel32.net>
21380 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21383 2013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
21386 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21387 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21388 (STAP_PROBE0): New macro.
21389 (STAP_PROBE1): Likewise.
21390 (STAP_PROBE2): Likewise.
21391 (STAP_PROBE3): Likewise.
21392 (STAP_PROBE4): Likewise.
21394 2013-12-02 Ondřej Bílka <neleai@seznam.cz>
21396 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21398 2013-12-02 Steve Ellcey <sellcey@mips.com>
21400 * benchtests/Makefile (bench): Add sqrt.
21401 (LDLIBS-bench-sqrt): New.
21402 * benchtests/sqrt-input: New.
21404 2013-12-02 Pavel Simerda <psimerda@redhat.com>
21406 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21407 (GAIH_EAI): Likewise.
21408 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21409 (gaih_inet): Likewise.
21410 (getaddrinfo): Don't use GAIH_EAI.
21412 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21413 (struct gaih): Remove definition.
21415 2013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
21417 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21418 Use HERRNOP directly.
21420 2013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21422 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21424 2013-11-30 Joseph Myers <joseph@codesourcery.com>
21426 * math/gen-auto-libm-tests.c (test_functions): Add more
21427 single-argument functions.
21428 (special_fill_pi_2): New function.
21429 (special_fill_minus_pi_2): Likewise.
21430 (special_fill_pi_6): Likewise.
21431 (special_fill_minus_pi_6): Likewise.
21432 (special_fill_pi_3): Likewise.
21433 (special_fill_2pi_3): Likewise.
21434 (special_fill_e): Likewise.
21435 (special_fill_1_e): Likewise.
21436 (special_fill_e_minus_1): Likewise.
21437 (special_real_inputs): Add more special inputs.
21438 (output_for_one_input_case): Do not require ERANGE on underflow to
21439 zero if round-to-nearest result does not underflow to zero, unless
21440 exact results required.
21441 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21442 atan, atanh, cbrt, cos and cosh.
21443 * math/auto-libm-test-out: Regenerated.
21444 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21445 (acos_tonearest_test_data): Likewise.
21446 (acos_towardzero_test_data): Likewise.
21447 (acos_downward_test_data): Likewise.
21448 (acos_upward_test_data): Likewise.
21449 (acosh_test_data): Likewise.
21450 (asin_test_data): Likewise.
21451 (asin_tonearest_test_data): Likewise.
21452 (asin_towardzero_test_data): Likewise.
21453 (asin_upward_test_data): Likewise.
21454 (asinh_test_data): Likewise.
21455 (atan_test_data): Likewise.
21456 (atanh_test_data): Likewise.
21457 (cbrt_test_data): Likewise.
21458 (cos_test_data): Likewise.
21459 (cos_tonearest_test_data): Likewise.
21460 (cos_towardzero_test_data): Likewise.
21461 (cos_downward_test_data): Likewise.
21462 (cos_upward_test_data): Likewise.
21463 (cosh_test_data): Likewise.
21464 (cosh_tonearest_test_data): Likewise.
21465 (cosh_towardzero_test_data): Likewise.
21466 (cosh_downward_test_data): Likewise.
21467 (cosh_upward_test_data): Likewise.
21468 * sysdeps/i386/fpu/libm-test-ulps: Update.
21469 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21471 2013-11-29 Joseph Myers <joseph@codesourcery.com>
21474 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21475 * math/w_exp10f.c (__exp10f): Likewise.
21476 * math/w_exp10l.c (__exp10l): Likewise.
21477 * math/libm-test.inc (exp10_test_data): Add more tests and expect
21478 errno settings in existing tests.
21481 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21482 precision control set to double precision.
21483 * sysdeps/i386/fpu/w_sqrt.c: New file.
21484 * math/auto-libm-test-in: Add more tests.
21485 * math/auto-libm-test-out: Update.
21487 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21488 (sqrt_test_tonearest): New function.
21489 (sqrt_towardzero_test_data): New variable.
21490 (sqrt_test_towardzero): New function.
21491 (sqrt_downward_test_data): New variable.
21492 (sqrt_test_downward): New function.
21493 (sqrt_upward_test_data): New variable.
21494 (sqrt_test_upward): New function.
21495 (main): Call the new functions.
21497 * math/gen-auto-libm-tests.c: New file.
21498 * math/auto-libm-test-in: Likewise.
21499 * math/auto-libm-test-out: New generated file.
21500 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21502 (%beautify): Add generated representations of zero.
21503 (top level): Set $auto_input and call parse_auto_input.
21504 (beautify): Remove trailing "f" from hex float constants.
21505 (parse_args): Handle XFAIL_TEST.
21506 (convert_condition): New function.
21507 (or_value): Likewise.
21508 (or_cond_value): Likewise.
21509 (generate_testfile): Handle AUTO_TESTS_* lines.
21510 (parse_auto_input): New function.
21511 * math/libm-test.inc (XFAIL_TEST): New macro.
21512 (ERRNO_UNCHANGED): Update value.
21513 (ERRNO_EDOM): Likewise.
21514 (ERRNO_ERANGE): Likewise.
21515 (IGNORE_RESULT): Likewise.
21516 (TEST_COND_flt_32): New macro.
21517 (TEST_COND_dbl_64): Likewise.
21518 (TEST_COND_ldbl_96_intel): Likewise.
21519 (TEST_COND_ldbl_96_m68k): Likewise.
21520 (TEST_COND_ldbl_128): Likewise.
21521 (TEST_COND_ldbl_128ibm): Likewise.
21522 (TEST_COND_long32): Likewise.
21523 (TEST_COND_long64): Likewise.
21524 (TEST_COND_before_rounding): Likewise.
21525 (TEST_COND_after_rounding): Likewise.
21526 (enable_test): Handle XFAIL_TEST flag.
21527 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21528 with finite results.
21529 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21530 auto-libm-test-out.
21532 2013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
21533 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21536 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21537 __tls_get_addr_internal instead of __tls_get_offset in order to
21538 avoid GOT pointer dependency. Make rtld export
21539 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21540 __tls_get_addr since we are a __tls_get_offset platform.
21541 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21542 GOT pointer being set up before.
21543 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21545 2013-11-28 Joseph Myers <joseph@codesourcery.com>
21547 * manual/math.texi (Errors in Math Functions): Document accuracy
21551 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21552 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21553 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21554 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21555 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21556 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21557 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21558 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21559 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21560 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21561 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21562 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21563 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21564 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21565 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21566 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21568 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21569 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21570 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21571 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21572 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21574 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21576 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21578 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21579 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21580 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21581 atomic-feupdateenv and flt-rounds.
21582 * sysdeps/powerpc/nofpu/Versions (libc): Add
21583 __atomic_feholdexcept, __atomic_feclearexcept,
21584 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21585 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21586 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21587 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21588 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21590 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21593 * manual/arith.texi (FP Exceptions): Document that exceptions may
21594 not be raised when matherr is used.
21595 (Math Error Reporting): Document overflow in directed rounding
21596 modes. Document that errno may not be set when finite values are
21597 returned on overflow. Document intent to set errno on underflow
21598 only for underflow to zero.
21601 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21602 round-to-nearest then adjust result for other rounding modes.
21603 * include/fenv.h (fegetround): Use libm_hidden_proto.
21604 * math/fegetround.c (fegetround): Use libm_hidden_def.
21605 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21606 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21607 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21608 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21610 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21611 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21612 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21613 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21615 2013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
21618 * nss/Versions (libnss_files): Add
21619 _nss_files_gethostbyname3_r.
21620 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21622 (HOST_DB_LOOKUP): Remove macro.
21623 (_nss_files_gethostbyname_r): Implement function without the
21624 HOST_DB_LOOKUP macro.
21625 (_nss_files_gethostbyname2_r): Likewise.
21627 2013-11-28 Ondřej Bílka <neleai@seznam.cz>
21629 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21631 2013-11-26 Uros Bizjak <ubizjak@gmail.com>
21633 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21634 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21637 2013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21639 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21640 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21641 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21642 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21643 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21644 __fe_nomask_env_priv and attribute_hidden.
21645 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21646 (libc_feupdateenv_test_ppc): Likewise.
21647 (libc_feresetround_ppc): Likewise.
21648 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21649 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21650 compat_symbol macro.
21651 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21652 (__fe_nomask_env): Likewise.
21653 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21655 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
21657 * string/Makefile: Remove ifunc tests.
21658 * string/test-string.h: Define TEST_IFUNC.
21659 * string/test-bcopy-ifunc.c: Remove.
21660 * string/test-bzero-ifunc.c: Likewise.
21661 * string/test-memccpy-ifunc.c: Likewise.
21662 * string/test-memchr-ifunc.c: Likewise.
21663 * string/test-memcmp-ifunc.c: Likewise.
21664 * string/test-memcpy-ifunc.c: Likewise.
21665 * string/test-memmem-ifunc.c: Likewise.
21666 * string/test-memmove-ifunc.c: Likewise.
21667 * string/test-mempcpy-ifunc.c: Likewise.
21668 * string/test-memrchr-ifunc.c: Likewise.
21669 * string/test-memset-ifunc.c: Likewise.
21670 * string/test-rawmemchr-ifunc.c: Likewise.
21671 * string/test-stpcpy-ifunc.c: Likewise.
21672 * string/test-stpncpy-ifunc.c: Likewise.
21673 * string/test-strcasecmp-ifunc.c: Likewise.
21674 * string/test-strcasestr-ifunc.c: Likewise.
21675 * string/test-strcat-ifunc.c: Likewise.
21676 * string/test-strchr-ifunc.c: Likewise.
21677 * string/test-strchrnul-ifunc.c: Likewise.
21678 * string/test-strcmp-ifunc.c: Likewise.
21679 * string/test-strcpy-ifunc.c: Likewise.
21680 * string/test-strcspn-ifunc.c: Likewise.
21681 * string/test-strlen-ifunc.c: Likewise.
21682 * string/test-strncasecmp-ifunc.c: Likewise.
21683 * string/test-strncat-ifunc.c: Likewise.
21684 * string/test-strncmp-ifunc.c: Likewise.
21685 * string/test-strncpy-ifunc.c: Likewise.
21686 * string/test-strnlen-ifunc.c: Likewise.
21687 * string/test-strpbrk-ifunc.c: Likewise.
21688 * string/test-strrchr-ifunc.c: Likewise.
21689 * string/test-strspn-ifunc.c: Likewise.
21690 * string/test-strstr-ifunc.c: Likewise.
21692 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
21694 * benchtests/Makefile: Remove ifunc tests.
21695 * benchtests/bench-string.h: Define TEST_IFUNC.
21696 * benchtests/bench-bcopy-ifunc.c: Remove.
21697 * benchtests/bench-bzero-ifunc.c: Likewise.
21698 * benchtests/bench-memccpy-ifunc.c: Likewise.
21699 * benchtests/bench-memchr-ifunc.c: Likewise.
21700 * benchtests/bench-memcmp-ifunc.c: Likewise.
21701 * benchtests/bench-memcpy-ifunc.c: Likewise.
21702 * benchtests/bench-memmem-ifunc.c: Likewise.
21703 * benchtests/bench-memmove-ifunc.c: Likewise.
21704 * benchtests/bench-mempcpy-ifunc.c: Likewise.
21705 * benchtests/bench-memrchr-ifunc.c: Likewise.
21706 * benchtests/bench-memset-ifunc.c: Likewise.
21707 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21708 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21709 * benchtests/bench-stpcpy-ifunc.c: Likewise.
21710 * benchtests/bench-stpncpy-ifunc.c: Likewise.
21711 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21712 * benchtests/bench-strcasestr-ifunc.c: Likewise.
21713 * benchtests/bench-strcat-ifunc.c: Likewise.
21714 * benchtests/bench-strchr-ifunc.c: Likewise.
21715 * benchtests/bench-strchrnul-ifunc.c: Likewise.
21716 * benchtests/bench-strcmp-ifunc.c: Likewise.
21717 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21718 * benchtests/bench-strcpy-ifunc.c: Likewise.
21719 * benchtests/bench-strcspn-ifunc.c: Likewise.
21720 * benchtests/bench-strlen-ifunc.c: Likewise.
21721 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21722 * benchtests/bench-strncat-ifunc.c: Likewise.
21723 * benchtests/bench-strncmp-ifunc.c: Likewise.
21724 * benchtests/bench-strncpy-ifunc.c: Likewise.
21725 * benchtests/bench-strnlen-ifunc.c: Likewise.
21726 * benchtests/bench-strpbrk-ifunc.c: Likewise.
21727 * benchtests/bench-strrchr-ifunc.c: Likewise.
21728 * benchtests/bench-strsep-ifunc.c: Likewise.
21729 * benchtests/bench-strspn-ifunc.c: Likewise.
21730 * benchtests/bench-strstr-ifunc.c: Likewise.
21732 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
21734 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21736 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
21738 * resolv/netdb.h: Use __glibc_reserved instead __unused.
21739 * rt/aio.h: Likewise.
21740 * sysdeps/gnu/bits/utmp.h: Likewise.
21741 * sysdeps/gnu/bits/utmpx.h: Likewise.
21742 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21743 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21744 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21745 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21746 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21747 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21748 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21749 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21750 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21751 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21752 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21753 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21754 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21755 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21756 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21757 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21758 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21759 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21760 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21761 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21762 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21763 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21764 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21765 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21766 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21767 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21768 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21769 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21770 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21771 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21772 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21773 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21774 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21775 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21776 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21777 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21778 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21779 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21780 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21781 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21782 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21783 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21785 2013-11-25 Carlos O'Donell <carlos@redhat.com>
21788 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21789 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21791 2013-11-25 Joseph Myers <joseph@codesourcery.com>
21793 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21794 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21797 2013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21799 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21800 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21801 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21802 (__fesetround): Remove define.
21803 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21804 rounding and exceptions handling.
21805 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21806 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21807 (__fe_nomask_env): Likewise.
21808 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21809 __fegetround instead of fegetround.
21810 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21811 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21813 2013-11-21 Roland McGrath <roland@hack.frob.com>
21815 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21818 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21820 2013-11-21 Meador Inge <meadori@codesourcery.com>
21823 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21824 (encrypt_r): Likewise.
21825 * malloc/obstack.h (obstack_free): Likewise.
21826 * posix/unistd.h (encrypt): Likewise.
21828 2013-11-21 Guy Martin <gmsoft@tuxicoman.be>
21830 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21831 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21832 DL_CALL_DT_FINI() that call the functions directly.
21833 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21834 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21835 * elf/dl-fini.c: Likewise.
21837 2013-11-20 Ondřej Bílka <neleai@seznam.cz>
21839 * malloc/hooks.c (memalign_check): Add alignment rounding.
21840 * malloc/malloc.c (_mid_memalign): New function.
21841 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21842 Implement by calling _mid_memalign.
21843 * manual/probes.texi (Memory Allocation Probes): Remove
21844 memory_valloc_retry and memory_pvalloc_retry.
21846 2013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
21848 * locale/programs/locarchive.c (open_archive): Add const
21849 qualifier to ARCHIVEFNAME and copy default fname to
21853 * libio/tst-widetext.input: Rename Oriya to Odia.
21854 * locale/iso-639.def: Likewise.
21856 * manual/probes.texi (Mathematical Function Probes): Add
21857 documentation for sin, cos, asin and acos probes.
21858 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21859 (__sin32): Add slowasin probe.
21860 (__cos32): Add slowacos probe.
21861 (__mpsin): Add slowsin probe.
21862 (__mpcos): Add slowcos probe.
21864 2013-11-19 Joseph Myers <joseph@codesourcery.com>
21867 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21868 thread-local __sim_exceptions_thread and global
21869 __sim_exceptions_global.
21870 (__sim_disabled_exceptions): Change to thread-local
21871 __sim_disabled_exceptions_thread and global
21872 __sim_disabled_exceptions_global.
21873 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21874 and global __sim_round_mode_global.
21875 (__simulate_exceptions): Use thread-local floating-point state and
21876 set global state from it as needed.
21877 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21878 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21879 __sim_round_mode_thread.
21880 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21881 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21882 and global __sim_exceptions_global.
21883 (__sim_disabled_exceptions): Change to thread-local
21884 __sim_disabled_exceptions_thread and global
21885 __sim_disabled_exceptions_global.
21886 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21887 and global __sim_round_mode_global.
21888 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21889 (SIM_SET_GLOBAL): Likewise.
21890 * sysdeps/powerpc/soft-fp/sfp-machine.h
21891 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21892 __sim_round_mode_thread.
21893 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21894 __sim_disabled_exceptions_thread.
21895 (__sim_exceptions): Change to __sim_exceptions_thread.
21896 (__sim_disabled_exceptions): Change to
21897 __sim_disabled_exceptions_thread.
21898 (__sim_round_mode): Change to __sim_round_mode_thread.
21899 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21900 thread-local floating-point state and set global state from it as
21902 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21903 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21904 (__sim_disabled_exceptions): Remove extern declaration.
21905 (feenableexcept): Use thread-local floating-point state and set
21906 global state from it as needed.
21907 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21908 extern declaration.
21909 (__sim_disabled_exceptions): Likewise.
21910 (__sim_round_mode): Likewise.
21911 (__fegetenv): Use thread-local floating-point state.
21912 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21913 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21914 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21915 floating-point state and set global state from it as needed.
21916 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21917 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21918 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21920 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21921 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21923 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21924 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21925 Use __sim_round_mode_thread.
21926 * math/test-fenv-tls.c: New file.
21927 * math/Makefile (tests): Add test-fenv-tls.
21928 ($(objpfx)test-fenv-tls): Depend on
21929 $(common-objpfx)nptl/libpthread.so.
21931 2013-11-19 Andreas Schwab <schwab@suse.de>
21933 * locale/programs/locale.c (show_info): Decode wordarray elements.
21934 * locale/categories.def (LC_MONETARY): Add element for
21935 _NL_MONETARY_CRNCYSTR.
21936 * locale/C-monetary.c (conversion_rate): New variable.
21937 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21940 2013-11-18 Chris Metcalf <cmetcalf@tilera.com>
21942 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21943 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21945 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
21947 * elf/Makefile (tst-auxv): New test.
21948 * elf/tst-auxv.c: New
21949 * elf/rtld.c (dl_main): Adjust AT_EXECFN
21951 2013-11-18 Joseph Myers <joseph@codesourcery.com>
21953 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21954 (hidden_proto): Caller changed.
21955 (hidden_tls_proto): New macro.
21956 (libc_hidden_tls_proto): Likewise.
21957 (rtld_hidden_tls_proto): Likewise.
21958 (libm_hidden_tls_proto): Likewise.
21959 (libresolv_hidden_tls_proto): Likewise.
21960 (librt_hidden_tls_proto): Likewise.
21961 (libdl_hidden_tls_proto): Likewise.
21962 (libnss_files_hidden_tls_proto): Likewise.
21963 (libnsl_hidden_tls_proto): Likewise.
21964 (libnss_nisplus_hidden_tls_proto): Likewise.
21965 (libutil_hidden_tls_proto): Likewise.
21967 2013-11-18 Ondřej Bílka <neleai@seznam.cz>
21970 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21971 (decompose_rpath): Defer expansion to fillin_rpath.
21972 (_dl_init_paths): Pass linkmap to fillin_rpath.
21974 2013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
21976 * benchtests/Makefile: Add strsep.
21977 * benchtests/bench-strsep.c: New file: strsep benchtest.
21978 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21980 2013-11-18 Andreas Schwab <schwab@suse.de>
21982 * locale/programs/locale.c (show_info) [case byte]: Check for
21983 '\377' instead of '\177'.
21984 * locale/C-monetary.c (not_available): Always use "\377".
21985 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21986 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
21987 detect unavailable sign_posn locale elements.
21988 * locale/localeconv.c (__localeconv): For grouping and
21989 mon_grouping handle "\177" and "\377" like no grouping.
21990 (INT_ELEM): New macro. Use it to set all numeric members.
21991 * locale/programs/ld-monetary.c (monetary_read)
21992 <tok_mon_grouping>: Normalize single -1 to the empty string.
21993 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21996 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
21999 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22000 when we match (nil).
22001 * stdio-common/tst-sscanf.c (struct test): Add testcase.
22003 2013-11-16 Joseph Myers <joseph@codesourcery.com>
22005 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22006 (NO_TEST_INLINE): Update value.
22007 (ERRNO_UNCHANGED): Likewise.
22008 (ERRNO_EDOM): Likewise.
22009 (ERRNO_ERANGE): Likewise.
22010 (IGNORE_RESULT): Likewise.
22011 (check_float_internal): Check signs of NaN results if
22012 TEST_NAN_SIGN used.
22013 (check_complex): Pass TEST_NAN_SIGN flag through to second
22014 check_float_internal call.
22015 (copysign_test_data): Add tests with quiet NaNs as second
22016 argument. Use TEST_NAN_SIGN.
22017 (fabs_test_data): Add test of negative quiet NaN argument. Use
22019 (signbit_test_data): Add tests of quiet NaN argument.
22020 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22022 * math/gen-libm-test.pl (show_exceptions): Take extra argument
22024 (parse_args): Handle function results specified as IGNORE.
22025 * math/libm-test.inc (IGNORE_RESULT): New macro.
22026 (check_float_internal): Do not check numerical result if flag
22028 (check_complex): Pass through IGNORE_RESULT to second
22029 check_float_internal call.
22030 (check_int): Do not check numerical result if flag IGNORE_RESULT
22032 (check_long): Likewise.
22033 (check_bool): Likewise.
22034 (check_longlong): Likewise.
22035 (lrint_test_data): Add tests of infinite and NaN arguments.
22036 (lrint_tonearest_test_data): Likewise.
22037 (lrint_towardzero_test_data): Likewise.
22038 (lrint_downward_test_data): Likewise.
22039 (lrint_upward_test_data): Likewise.
22040 (llrint_test_data): Likewise.
22041 (llrint_tonearest_test_data): Likewise.
22042 (llrint_towardzero_test_data): Likewise.
22043 (llrint_downward_test_data): Likewise.
22044 (llrint_upward_test_data): Likewise.
22045 (lround_test_data): Likewise.
22046 (llround_test_data): Likewise.
22048 * math/libm-test.inc (NO_TEST_INLINE): New macro.
22049 (ERRNO_UNCHANGED): Update value.
22050 (ERRNO_EDOM): Likewise.
22051 (ERRNO_ERANGE): Likewise.
22052 (NO_TEST_INLINE_FLOAT): New macro.
22053 (NO_TEST_INLINE_DOUBLE): Likewise.
22054 (enable_test): New function.
22055 (RUN_TEST_f_f): Check enable_test before running test.
22056 (RUN_TEST_2_f): Likewise.
22057 (RUN_TEST_fff_f): Likewise.
22058 (RUN_TEST_c_f): Likewise.
22059 (RUN_TEST_f_f1): Likewise.
22060 (RUN_TEST_fF_f1): Likewise.
22061 (RUN_TEST_fI_f1): Likewise.
22062 (RUN_TEST_ffI_f1): Likewise.
22063 (RUN_TEST_c_c): Likewise.
22064 (RUN_TEST_cc_c): Likewise.
22065 (RUN_TEST_f_i): Likewise.
22066 (RUN_TEST_f_i_tg): Likewise.
22067 (RUN_TEST_ff_i_tg): Likewise.
22068 (RUN_TEST_f_b): Likewise.
22069 (RUN_TEST_f_b_tg): Likewise.
22070 (RUN_TEST_f_l): Likewise.
22071 (RUN_TEST_f_L): Likewise.
22072 (RUN_TEST_fFF_11): Likewise.
22073 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22075 (cosh_test_data): Likewise.
22076 (exp_test_data): Likewise.
22077 (expm1_test_data): Likewise.
22078 (hypot_test_data): Likewise.
22079 (pow_test_data): Likewise.
22080 (sinh_test_data): Likewise.
22081 (tanh_test_data): Likewise.
22082 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22085 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22086 tests with quiet NaN input and output.
22087 (acosh_test_data): Likewise.
22088 (asin_test_data): Likewise.
22089 (asinh_test_data): Likewise.
22090 (atan_test_data): Likewise.
22091 (atanh_test_data): Likewise.
22092 (atan2_test_data): Likewise.
22093 (cbrt_test_data): Likewise.
22094 (cos_test_data): Likewise.
22095 (cosh_test_data): Likewise.
22096 (erf_test_data): Likewise.
22097 (erfc_test_data): Likewise.
22098 (exp_test_data): Likewise.
22099 (exp10_test_data): Likewise.
22100 (exp2_test_data): Likewise.
22101 (expm1_test_data): Likewise.
22102 (hypot_test_data): Likewise.
22103 (j0_test_data): Likewise.
22104 (j1_test_data): Likewise.
22105 (jn_test_data): Likewise.
22106 (lgamma_test_data): Likewise.
22107 (log_test_data): Likewise.
22108 (log10_test_data): Likewise.
22109 (log1p_test_data): Likewise.
22110 (log2_test_data): Likewise.
22111 (pow_test_data): Likewise.
22112 (scalb_test_data): Likewise.
22113 (sin_test_data): Likewise.
22114 (sincos_test_data): Likewise.
22115 (sinh_test_data): Likewise.
22116 (tan_test_data): Likewise.
22117 (tanh_test_data): Likewise.
22118 (tgamma_test_data): Likewise.
22119 (y0_test_data): Likewise.
22120 (y1_test_data): Likewise.
22121 (yn_test_data): Likewise.
22124 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22125 argument being NaN and avoid computations with second argument in
22127 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22128 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22129 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22131 2013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
22133 * locale/iso-639.def: Add Chitwani Tharu (the).
22135 2013-11-14 Andreas Schwab <schwab@suse.de>
22137 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22138 word instead of empty string.
22140 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22142 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22143 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22144 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22145 (__fe_nomask_env): Likewise.
22147 2013-11-13 Steve Ellcey <sellcey@mips.com>
22149 * benchtests/bench-timing.h: Include time.h.
22151 2013-11-13 H.J. Lu <hongjiu.lu@intel.com>
22154 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22156 * sysdeps/unix/sysv/linux/configure: Regenerated.
22158 2013-11-13 Joseph Myers <joseph@codesourcery.com>
22161 * stdlib/strtod_l.c (round_and_return): Do not consider
22162 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22163 exponent one less than half the least subnormal exponent.
22164 * stdlib/test-strtod-round-data: Add more tests.
22165 * stdlib/tst-strtod-round.c (tests): Regenerated.
22167 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22170 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22171 (__fe_mask_env): Likewise.
22172 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22173 libm_hidden_proto and add function prototype.
22174 (__fe_mask_env): Add function prototype.
22175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22176 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22178 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22179 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22180 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22182 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
22184 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22185 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22187 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
22189 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22190 of htab_find_slot().
22192 2013-11-11 David S. Miller <davem@davemloft.net>
22195 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22196 symbol in the non-vis3 case in static builds.
22197 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22198 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22199 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22200 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22202 2013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22205 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22208 2013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22210 * benchtests/Makefile: Add bench-strtod.
22211 * benchtests/bench-strtod.c: New file: strtod benchtest
22213 2013-11-11 Andreas Schwab <schwab@suse.de>
22216 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22217 terminating NUL in key length.
22219 2013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22221 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22222 Add artificial ODP entry for vDSO symbol for PPC64.
22223 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22224 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22226 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
22229 * nss/getent.c (services_keys): Recognize services starting with digit.
22231 2013-11-06 David S. Miller <davem@davemloft.net>
22234 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22235 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22237 2013-11-06 Will Newton <will.newton@linaro.org>
22239 * manual/memory.texi (Malloc Examples): Remove register
22240 keyword from examples.
22242 2013-11-04 Chris Leonard <cjl@sugarlabs.org>
22244 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22246 2013-11-04 Joseph Myers <joseph@codesourcery.com>
22249 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22250 depending on [__GCC_IEC_559 > 0].
22251 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22252 depending on [__GCC_IEC_559_COMPLEX > 0].
22254 2013-11-03 Chris Leonard <cjl@sugarlabs.org>
22256 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22259 2013-11-03 Ondřej Bílka <neleai@seznam.cz>
22261 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22263 2013-11-01 Ondřej Bílka <neleai@seznam.cz>
22266 * malloc/malloc (malloc_info): Do not handle first bin as
22269 2013-11-01 Chris Leonard <cjl@sugarlabs.org>
22271 * locale/iso-639.def: Add Central Nahuatl (nhn).
22273 2013-11-01 Bruno Haible <bruno@clisp.org>
22276 * manual/math.texi (BSD Random): Specify range upper bound as
22279 2013-10-31 Chris Leonard <cjl@sugarlabs.org>
22281 * locale/iso-639.def: Add Meadow Mari (mhr).
22283 2013-10-31 Ondřej Bílka <neleai@seznam.cz>
22285 [BZ #14752], [BZ #15763]
22286 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22288 * rt/tst_shm.c: Add test for escaping directory.
22290 2013-10-31 Andreas Schwab <schwab@suse.de>
22293 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22294 followed by 'x' as part of digit sequence.
22295 * stdio-common/tst-sscanf.c (double_tests2): New tests.
22297 2013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22300 * configure.ac: allow GNU Make 4.0 and greater.
22301 * configure: Regenerated.
22303 2013-10-30 Will Newton <will.newton@linaro.org>
22306 * malloc/hooks.c (memalign_check): Limit alignment to the
22307 maximum representable power of two.
22308 * malloc/malloc.c (__libc_memalign): Likewise.
22309 * malloc/tst-memalign.c (do_test): Add test for very
22310 large alignment values.
22311 * malloc/tst-posix_memalign.c (do_test): Likewise.
22313 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
22316 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22317 (munmap_chunk): Likewise.
22318 (mremap_chunk): Likewise.
22320 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
22323 * stdlib/div.c (div): Remove obsolete code.
22324 * stdlib/ldiv.c (ldiv): Likewise.
22325 * stdlib/lldiv.c (lldiv): Likewise.
22327 2013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
22330 * nss/nss_files/files-XXX.c (get_contents_ret): New
22332 (get_contents): New function.
22333 (internal_getent): Use it. Expand size of LINEBUFLEN.
22335 2013-10-30 Mike Frysinger <vapier@gentoo.org>
22337 * configure.in: Moved to ...
22338 * configure.ac: ... here. Change reference to configure.in
22340 * sysdeps/arm/preconfigure.ac: ... here.
22341 configure.in to configure.ac.
22342 * sysdeps/gnu/configure.in: Moved to ...
22343 * sysdeps/gnu/configure.ac: ... here.
22344 * sysdeps/i386/configure.in: Moved to ...
22345 * sysdeps/i386/configure.ac: ... here.
22346 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22347 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22348 * sysdeps/mach/configure.in: Moved to ...
22349 * sysdeps/mach/configure.ac: ... here.
22350 * sysdeps/mach/hurd/configure.in: Moved to ...
22351 * sysdeps/mach/hurd/configure.ac: ... here.
22352 * sysdeps/powerpc/configure.in: Moved to ...
22353 * sysdeps/powerpc/configure.ac: ... here.
22354 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22355 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22356 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22357 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22358 * sysdeps/s390/s390-32/configure.in: Moved to ...
22359 * sysdeps/s390/s390-32/configure.ac: ... here.
22360 * sysdeps/s390/s390-64/configure.in: Moved to ...
22361 * sysdeps/s390/s390-64/configure.ac: ... here.
22362 * sysdeps/sh/configure.in: Moved to ...
22363 * sysdeps/sh/configure.ac: ... here.
22364 * sysdeps/sparc/configure.in: Moved to ...
22365 * sysdeps/sparc/configure.ac: ... here.
22366 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22367 * sysdeps/unix/sysv/linux/configure.ac: ... here.
22368 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22369 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22370 * sysdeps/x86_64/configure.in: Moved to ...
22371 * sysdeps/x86_64/configure.ac: ... here.
22372 * sysdeps/x86_64/preconfigure.in: Moved to ...
22373 * sysdeps/x86_64/preconfigure.ac: ... here.
22374 * aclocal.m4: Change reference to configure.in to configure.ac.
22375 * config.h.in: Likewise.
22376 * manual/install.texi: Likewise.
22377 * manual/maint.texi: Likewise.
22378 * Makefile: Likewise.
22379 * malloc/Makefile: Likewise.
22380 * nscd/Makefile: Likewise.
22381 * Makeconfig: Change reference to configure.in and
22382 preconfigure.in to configure.ac and preconfigure.ac
22384 * INSTALL: Regenerated.
22385 * configure: Likewise.
22386 * sysdeps/gnu/configure: Likewise.
22387 * sysdeps/i386/configure: Likewise.
22388 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22389 * sysdeps/mach/configure: Likewise.
22390 * sysdeps/mach/hurd/configure: Likewise.
22391 * sysdeps/powerpc/configure: Likewise.
22392 * sysdeps/powerpc/powerpc32/configure: Likewise.
22393 * sysdeps/powerpc/powerpc64/configure: Likewise.
22394 * sysdeps/s390/s390-32/configure: Likewise.
22395 * sysdeps/s390/s390-64/configure: Likewise.
22396 * sysdeps/sh/configure: Likewise.
22397 * sysdeps/sparc/configure: Likewise.
22398 * sysdeps/unix/sysv/linux/configure: Likewise.
22399 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22400 * sysdeps/x86_64/configure: Likewise.
22401 * sysdeps/x86_64/preconfigure: Likewise.
22403 2013-10-29 Andreas Schwab <schwab@suse.de>
22405 * stdio-common/Makefile (tst-swscanf-ENV): Define.
22407 2013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22409 * benchtests/pow-inputs: Add new inputs.
22411 * benchtests/exp-inputs: Add new inputs.
22413 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22414 conditional check for return value.
22415 (__cos32): Likewise.
22417 2013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22419 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22420 to provide a boost for large inputs with word alignment.
22421 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22422 implementation based on optimized PPC64 strcpy.
22423 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22424 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22425 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22426 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22428 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
22431 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22433 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
22436 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22437 * time/tst-strptime.c (day_tests): Add testcase.
22439 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
22442 * manual/pattern.texi: Acknowledge that fnmatch can fail.
22444 2013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
22447 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22448 MAP_FAILED on error.
22450 2013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
22453 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22454 heap for large requests.
22456 2013-10-25 Aurelien Jarno <aurelien@aurel32.net>
22459 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22460 result if the result has no associated interface.
22461 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22462 interface for all 127.X.Y.Z addresses.
22464 2013-10-24 Chris Leonard <cjl@sugarlabs.org>
22466 * locale/iso-639.def: Add Ligurian (lij)
22468 2013-10-21 Ondřej Bílka <neleai@seznam.cz>
22471 * sunrpc/rpc_main.c: Document rpcgen -5.
22473 2013-10-19 Michael Stahl <mstahl@redhat.com>
22475 * elf/rtld.c (do_preload): Print the reason why preloading failed.
22477 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
22480 * posix/glob.c: Match only directories when trailing slash is present.
22481 * posix/tst-gnuglob.c (my_opendir): Do not open files.
22482 (main): Add testcase.
22484 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
22487 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22489 2013-10-18 Carlos O'Donell <carlos@redhat.com>
22491 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22492 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22493 AUTH_DES and cindex for FIPS 140-2.
22494 (DES Encryption): Add cindex FIPS 46-3.
22496 * locale/locarchive.h (struct locarhandle): Add fname.
22497 * locale/programs/localedef.c (main): Pass ARGV[remaining]
22498 if an optional argument was specified to --list-archive,
22500 * locale/programs/locarchive.c (show_archive_content): Take new
22501 argument fname and pass it via ah.fname to open_archive.
22502 * locale/programs/localedef.h: Update decl.
22503 (open_archive): If AH->fname is non-null, open that file
22504 rather than the default file name, and don't ignore ENOENT.
22505 (create_archive): Set AH.fname to NULL.
22506 (delete_locales_from_archive): Likewise.
22507 (add_locales_to_archive): Likewise.
22508 * locale/programs/locfile.c (write_all_categories): Likewise.
22510 2013-10-18 Joseph Myers <joseph@codesourcery.com>
22511 Aldy Hernandez <aldyh@redhat.com>
22513 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22514 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22515 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22516 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22517 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22518 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22519 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22520 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22521 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22522 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22523 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22524 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22525 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22526 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22527 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22529 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22531 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22533 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22535 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22536 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22538 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22539 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22540 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22541 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22543 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22544 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22545 * sysdeps/powerpc/preconfigure: Likewise.
22546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22548 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22549 Replace contents of file by #include of <fenv_libc.h>.
22550 * sysdeps/powerpc/soft-fp/sfp-machine.h
22551 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22553 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22554 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22555 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22556 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22557 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22558 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22559 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22560 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22561 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22562 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22563 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22564 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22566 Allow copysignl PLT reference to be missing.
22568 2013-10-18 Richard Sandiford <richard@codesourcery.com>
22569 Joseph Myers <joseph@codesourcery.com
22572 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22574 (add_to_tablewc): Assert sequence of wide characters is nonempty.
22576 2013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
22578 * elf/tst-tls-dlinfo.c: Don't include tls.h.
22579 * elf/tst-tls1.c: Likewise.
22580 * elf/tst-tls10.h: Likewise.
22581 * elf/tst-tls14.c: Likewise.
22582 * elf/tst-tls2.c: Likewise.
22583 * elf/tst-tls3.c: Likewise.
22584 * elf/tst-tls4.c: Likewise.
22585 * elf/tst-tls5.c: Likewise.
22586 * elf/tst-tls6.c: Likewise.
22587 * elf/tst-tls7.c: Likewise.
22588 * elf/tst-tls8.c: Likewise.
22589 * elf/tst-tls9.c: Likewise.
22590 * elf/tst-tlsmod1.c: Likewise.
22591 * elf/tst-tlsmod13.c: Likewise.
22592 * elf/tst-tlsmod13a.c: Likewise.
22593 * elf/tst-tlsmod14a.c: Likewise.
22594 * elf/tst-tlsmod16a.c: Likewise.
22595 * elf/tst-tlsmod16b.c: Likewise.
22596 * elf/tst-tlsmod2.c: Likewise.
22597 * elf/tst-tlsmod3.c: Likewise.
22598 * elf/tst-tlsmod4.c: Likewise.
22599 * elf/tst-tlsmod5.c: Likewise.
22600 * elf/tst-tlsmod6.c: Likewise.
22602 2013-10-18 Ondřej Bílka <neleai@seznam.cz>
22605 * malloc/malloc.c: remove checks for statistics.
22607 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
22610 * inet/inet_net.c (inet_network): Detect additional invalid strings.
22611 * inet/tst-network.c: Add testcase.
22613 2013-10-17 Andreas Schwab <schwab@suse.de>
22616 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22617 to determine canonical name.
22619 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
22621 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22622 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22623 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22624 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22625 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22626 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22627 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22628 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22629 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22630 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22631 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22632 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22633 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22634 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22635 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22636 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22637 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22638 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22639 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22640 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22641 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22642 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22643 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22644 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22645 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22646 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22647 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22648 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22649 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22650 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22651 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22652 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22653 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22654 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22655 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22656 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22657 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22658 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22659 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22660 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22661 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22662 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22663 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22664 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22665 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22666 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22667 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22668 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22669 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22670 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22671 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22672 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22673 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22674 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22675 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22676 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22677 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22678 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22680 2013-10-17 Joseph Myers <joseph@codesourcery.com>
22683 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22684 make result into a quiet NaN.
22686 2013-10-16 Joseph Myers <joseph@codesourcery.com>
22688 * soft-fp/adddf3.c: Fix horizontal whitespace.
22689 * soft-fp/addsf3.c: Likewise.
22690 * soft-fp/addtf3.c: Likewise.
22691 * soft-fp/divdf3.c: Likewise.
22692 * soft-fp/divsf3.c: Likewise.
22693 * soft-fp/divtf3.c: Likewise.
22694 * soft-fp/double.h: Likewise.
22695 * soft-fp/eqdf2.c: Likewise.
22696 * soft-fp/eqsf2.c: Likewise.
22697 * soft-fp/eqtf2.c: Likewise.
22698 * soft-fp/extenddftf2.c: Likewise.
22699 * soft-fp/extended.h: Likewise.
22700 * soft-fp/extendsfdf2.c: Likewise.
22701 * soft-fp/extendsftf2.c: Likewise.
22702 * soft-fp/extendxftf2.c: Likewise.
22703 * soft-fp/fixdfdi.c: Likewise.
22704 * soft-fp/fixdfsi.c: Likewise.
22705 * soft-fp/fixdfti.c: Likewise.
22706 * soft-fp/fixsfdi.c: Likewise.
22707 * soft-fp/fixsfsi.c: Likewise.
22708 * soft-fp/fixsfti.c: Likewise.
22709 * soft-fp/fixtfdi.c: Likewise.
22710 * soft-fp/fixtfsi.c: Likewise.
22711 * soft-fp/fixtfti.c: Likewise.
22712 * soft-fp/fixunsdfdi.c: Likewise.
22713 * soft-fp/fixunsdfsi.c: Likewise.
22714 * soft-fp/fixunsdfti.c: Likewise.
22715 * soft-fp/fixunssfdi.c: Likewise.
22716 * soft-fp/fixunssfsi.c: Likewise.
22717 * soft-fp/fixunssfti.c: Likewise.
22718 * soft-fp/fixunstfdi.c: Likewise.
22719 * soft-fp/fixunstfsi.c: Likewise.
22720 * soft-fp/fixunstfti.c: Likewise.
22721 * soft-fp/floatdidf.c: Likewise.
22722 * soft-fp/floatdisf.c: Likewise.
22723 * soft-fp/floatditf.c: Likewise.
22724 * soft-fp/floatsidf.c: Likewise.
22725 * soft-fp/floatsisf.c: Likewise.
22726 * soft-fp/floatsitf.c: Likewise.
22727 * soft-fp/floattidf.c: Likewise.
22728 * soft-fp/floattisf.c: Likewise.
22729 * soft-fp/floattitf.c: Likewise.
22730 * soft-fp/floatundidf.c: Likewise.
22731 * soft-fp/floatundisf.c: Likewise.
22732 * soft-fp/floatunditf.c: Likewise.
22733 * soft-fp/floatunsidf.c: Likewise.
22734 * soft-fp/floatunsisf.c: Likewise.
22735 * soft-fp/floatunsitf.c: Likewise.
22736 * soft-fp/floatuntidf.c: Likewise.
22737 * soft-fp/floatuntisf.c: Likewise.
22738 * soft-fp/floatuntitf.c: Likewise.
22739 * soft-fp/fmadf4.c: Likewise.
22740 * soft-fp/fmasf4.c: Likewise.
22741 * soft-fp/fmatf4.c: Likewise.
22742 * soft-fp/gedf2.c: Likewise.
22743 * soft-fp/gesf2.c: Likewise.
22744 * soft-fp/getf2.c: Likewise.
22745 * soft-fp/ledf2.c: Likewise.
22746 * soft-fp/lesf2.c: Likewise.
22747 * soft-fp/letf2.c: Likewise.
22748 * soft-fp/muldf3.c: Likewise.
22749 * soft-fp/mulsf3.c: Likewise.
22750 * soft-fp/multf3.c: Likewise.
22751 * soft-fp/negdf2.c: Likewise.
22752 * soft-fp/negsf2.c: Likewise.
22753 * soft-fp/negtf2.c: Likewise.
22754 * soft-fp/op-1.h: Likewise.
22755 * soft-fp/op-2.h: Likewise.
22756 * soft-fp/op-4.h: Likewise.
22757 * soft-fp/op-8.h: Likewise.
22758 * soft-fp/op-common.h: Likewise.
22759 * soft-fp/quad.h: Likewise.
22760 * soft-fp/single.h: Likewise.
22761 * soft-fp/soft-fp.h: Likewise.
22762 * soft-fp/sqrtdf2.c: Likewise.
22763 * soft-fp/sqrtsf2.c: Likewise.
22764 * soft-fp/sqrttf2.c: Likewise.
22765 * soft-fp/subdf3.c: Likewise.
22766 * soft-fp/subsf3.c: Likewise.
22767 * soft-fp/subtf3.c: Likewise.
22768 * soft-fp/truncdfsf2.c: Likewise.
22769 * soft-fp/trunctfdf2.c: Likewise.
22770 * soft-fp/trunctfsf2.c: Likewise.
22771 * soft-fp/trunctfxf2.c: Likewise.
22772 * soft-fp/unorddf2.c: Likewise.
22773 * soft-fp/unordsf2.c: Likewise.
22774 * soft-fp/unordtf2.c: Likewise.
22776 2013-10-15 Joseph Myers <joseph@codesourcery.com>
22778 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22779 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22781 2013-10-15 Ondřej Bílka <neleai@seznam.cz>
22783 * elf/dl-libc.c: Clear initfini list after freeing.
22785 2013-10-14 Joseph Myers <joseph@codesourcery.com>
22787 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22788 * soft-fp/addsf3.c: Likewise.
22789 * soft-fp/addtf3.c: Likewise.
22790 * soft-fp/divdf3.c: Likewise.
22791 * soft-fp/divsf3.c: Likewise.
22792 * soft-fp/divtf3.c: Likewise.
22793 * soft-fp/double.h: Likewise.
22794 * soft-fp/eqdf2.c: Likewise.
22795 * soft-fp/eqsf2.c: Likewise.
22796 * soft-fp/eqtf2.c: Likewise.
22797 * soft-fp/extenddftf2.c: Likewise.
22798 * soft-fp/extended.h: Likewise.
22799 * soft-fp/extendsfdf2.c: Likewise.
22800 * soft-fp/extendsftf2.c: Likewise.
22801 * soft-fp/extendxftf2.c: Likewise.
22802 * soft-fp/fixdfdi.c: Likewise.
22803 * soft-fp/fixdfsi.c: Likewise.
22804 * soft-fp/fixdfti.c: Likewise.
22805 * soft-fp/fixsfdi.c: Likewise.
22806 * soft-fp/fixsfsi.c: Likewise.
22807 * soft-fp/fixsfti.c: Likewise.
22808 * soft-fp/fixtfdi.c: Likewise.
22809 * soft-fp/fixtfsi.c: Likewise.
22810 * soft-fp/fixtfti.c: Likewise.
22811 * soft-fp/fixunsdfdi.c: Likewise.
22812 * soft-fp/fixunsdfsi.c: Likewise.
22813 * soft-fp/fixunsdfti.c: Likewise.
22814 * soft-fp/fixunssfdi.c: Likewise.
22815 * soft-fp/fixunssfsi.c: Likewise.
22816 * soft-fp/fixunssfti.c: Likewise.
22817 * soft-fp/fixunstfdi.c: Likewise.
22818 * soft-fp/fixunstfsi.c: Likewise.
22819 * soft-fp/fixunstfti.c: Likewise.
22820 * soft-fp/floatdidf.c: Likewise.
22821 * soft-fp/floatdisf.c: Likewise.
22822 * soft-fp/floatditf.c: Likewise.
22823 * soft-fp/floatsidf.c: Likewise.
22824 * soft-fp/floatsisf.c: Likewise.
22825 * soft-fp/floatsitf.c: Likewise.
22826 * soft-fp/floattidf.c: Likewise.
22827 * soft-fp/floattisf.c: Likewise.
22828 * soft-fp/floattitf.c: Likewise.
22829 * soft-fp/floatundidf.c: Likewise.
22830 * soft-fp/floatundisf.c: Likewise.
22831 * soft-fp/floatunsidf.c: Likewise.
22832 * soft-fp/floatunsisf.c: Likewise.
22833 * soft-fp/floatuntidf.c: Likewise.
22834 * soft-fp/floatuntisf.c: Likewise.
22835 * soft-fp/floatuntitf.c: Likewise.
22836 * soft-fp/fmadf4.c: Likewise.
22837 * soft-fp/fmasf4.c: Likewise.
22838 * soft-fp/fmatf4.c: Likewise.
22839 * soft-fp/gedf2.c: Likewise.
22840 * soft-fp/gesf2.c: Likewise.
22841 * soft-fp/getf2.c: Likewise.
22842 * soft-fp/ledf2.c: Likewise.
22843 * soft-fp/lesf2.c: Likewise.
22844 * soft-fp/letf2.c: Likewise.
22845 * soft-fp/muldf3.c: Likewise.
22846 * soft-fp/mulsf3.c: Likewise.
22847 * soft-fp/multf3.c: Likewise.
22848 * soft-fp/negdf2.c: Likewise.
22849 * soft-fp/negsf2.c: Likewise.
22850 * soft-fp/negtf2.c: Likewise.
22851 * soft-fp/op-1.h: Likewise.
22852 * soft-fp/op-2.h: Likewise.
22853 * soft-fp/op-4.h: Likewise.
22854 * soft-fp/op-8.h: Likewise.
22855 * soft-fp/op-common.h: Likewise.
22856 * soft-fp/quad.h: Likewise.
22857 * soft-fp/single.h: Likewise.
22858 * soft-fp/soft-fp.h: Likewise.
22859 * soft-fp/sqrtdf2.c: Likewise.
22860 * soft-fp/sqrtsf2.c: Likewise.
22861 * soft-fp/sqrttf2.c: Likewise.
22862 * soft-fp/subdf3.c: Likewise.
22863 * soft-fp/subsf3.c: Likewise.
22864 * soft-fp/subtf3.c: Likewise.
22865 * soft-fp/truncdfsf2.c: Likewise.
22866 * soft-fp/trunctfdf2.c: Likewise.
22867 * soft-fp/trunctfsf2.c: Likewise.
22868 * soft-fp/trunctfxf2.c: Likewise.
22869 * soft-fp/unorddf2.c: Likewise.
22870 * soft-fp/unordsf2.c: Likewise.
22871 * soft-fp/unordtf2.c: Likewise.
22873 2013-10-14 Ondřej Bílka <neleai@seznam.cz>
22876 * misc/error.c (error_tail): Fix possible buffer overflow.
22878 2013-10-14 Aurelien Jarno <aurelien@aurel32.net>
22881 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22884 2013-10-14 P. J. McDermott <pj@pehjota.net>
22887 * elf/ldd.bash.in (try_trace): New function. Delete previous code
22888 testing pipefail option.
22890 2013-10-12 Joseph Myers <joseph@codesourcery.com>
22892 * soft-fp/double.h: Indent preprocessor directives inside #if.
22893 * soft-fp/extended.h: Likewise.
22894 * soft-fp/op-2.h: Likewise.
22895 * soft-fp/op-4.h: Likewise.
22896 * soft-fp/op-common.h: Likewise.
22897 * soft-fp/quad.h: Likewise.
22898 * soft-fp/single.h: Likewise.
22899 * soft-fp/soft-fp.h: Likewise.
22901 2013-10-12 Yuri Chornoivan <yurchor@ukr.net>
22903 * iconv/iconv_prog.c: Fix typos.
22904 * stdio-common/psiginfo-data.h: Likewise.
22906 2013-10-12 Reuben Thomas <rrt@sc3d.org>
22909 * locale/setlocale.c: Fix typo.
22911 2013-10-12 Joseph Myers <joseph@codesourcery.com>
22914 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22915 signaling NaN arguments.
22916 * soft-fp/unordsf2.c (__unordsf2): Likewise.
22917 * soft-fp/unordtf2.c (__unordtf2): Likewise.
22920 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22921 unordered operands.
22922 * soft-fp/gesf2.c (__gesf2): Likewise.
22923 * soft-fp/getf2.c (__getf2): Likewise.
22924 * soft-fp/ledf2.c (__ledf2): Likewise.
22925 * soft-fp/lesf2.c (__lesf2): Likewise.
22926 * soft-fp/letf2.c (__letf2): Likewise.
22928 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22929 * soft-fp/eqsf2.c (__eqsf2): Likewise.
22930 * soft-fp/eqtf2.c (__eqtf2): Likewise.
22931 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22932 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22933 * soft-fp/fixdfti.c (__fixdfti): Likewise.
22934 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22935 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22936 * soft-fp/fixsfti.c (__fixsfti): Likewise.
22937 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22938 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22939 * soft-fp/fixtfti.c (__fixtfti): Likewise.
22940 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22941 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22942 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22943 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22944 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22945 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22946 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22947 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22948 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22949 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22950 * soft-fp/floatdisf.c (__floatdisf): Likewise.
22951 * soft-fp/floatsisf.c (__floatsisf): Likewise.
22952 * soft-fp/floattidf.c (__floattidf): Likewise.
22953 * soft-fp/floattisf.c (__floattisf): Likewise.
22954 * soft-fp/floattitf.c (__floattitf): Likewise.
22955 * soft-fp/floatundidf.c (__floatundidf): Likewise.
22956 * soft-fp/floatundisf.c (__floatundisf): Likewise.
22957 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22958 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22959 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22960 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22961 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22962 * soft-fp/gesf2.c (__gesf2): Likewise.
22963 * soft-fp/getf2.c (__getf2): Likewise.
22964 * soft-fp/ledf2.c (__ledf2): Likewise.
22965 * soft-fp/lesf2.c (__lesf2): Likewise.
22966 * soft-fp/letf2.c (__letf2): Likewise.
22968 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22969 Undefine and redefine.
22970 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22971 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22972 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22973 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22974 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22975 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22976 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22977 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22978 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22979 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22980 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22981 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22982 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22983 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22984 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22987 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22988 without decrementing exponent if mantissa >= that for the
22989 denominator, not >.
22990 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22991 denominator, not >. Decrement exponent in < case instead of
22992 incrementing in >= case.
22993 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22994 without decrementing exponent if mantissa >= that for the
22995 denominator, not >.
22997 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22998 computing saturated result for unsigned overflow.
23000 2013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23001 Jeff Law <law@redhat.com>
23003 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23004 (atan2Mp): Add systemtap probe marker.
23005 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23006 (__ieee754_log): Add systemtap probe marker.
23007 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23008 (atanMp): Add systemtap probe marker.
23009 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23010 (tanMp): Add systemtap probe marker.
23011 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23012 (__slowexp): Add systemtap probe marker.
23013 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23014 (__slowpow): Add systemtap probe marker.
23015 * manual/probes.texi: Document probes.
23017 2013-10-11 Eric Biggers <ebiggers3@gmail.com>
23020 * libio/fileops.c (_IO_new_file_write): Return count of bytes
23022 (_IO_new_file_xsputn): Don't return EOF if nothing has been
23024 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23025 written to buffer but not flushed.
23026 * libio/iofwrite_u.c: Likewise.
23027 * libio/iopadn.c: Return bytes returned even if EOF was
23029 * libio/iowpadn.c: Likewise.
23030 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23031 if _IO_padn does not write the whole buffer.
23032 [!COMPILE_WPRINTF] (PAD): Likewise.
23034 2013-10-10 David S. Miller <davem@davemloft.net>
23036 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23039 2013-10-10 Joseph Myers <joseph@codesourcery.com>
23041 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
23042 instead of FSF address.
23043 * soft-fp/fixdfti.c: Likewise.
23044 * soft-fp/fixsfti.c: Likewise.
23045 * soft-fp/fixtfti.c: Likewise.
23046 * soft-fp/fixunsdfti.c: Likewise.
23047 * soft-fp/fixunssfti.c: Likewise.
23048 * soft-fp/fixunstfti.c: Likewise.
23049 * soft-fp/floattidf.c: Likewise.
23050 * soft-fp/floattisf.c: Likewise.
23051 * soft-fp/floattitf.c: Likewise.
23052 * soft-fp/floatuntidf.c: Likewise.
23053 * soft-fp/floatuntisf.c: Likewise.
23054 * soft-fp/floatuntitf.c: Likewise.
23055 * soft-fp/trunctfxf2.c: Likewise.
23057 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
23058 * soft-fp/fixdfti.c: Likewise.
23059 * soft-fp/fixsfti.c: Likewise.
23060 * soft-fp/fixtfti.c: Likewise.
23061 * soft-fp/fixunsdfti.c: Likewise.
23062 * soft-fp/fixunssfti.c: Likewise.
23063 * soft-fp/fixunstfti.c: Likewise.
23064 * soft-fp/floattidf.c: Likewise.
23065 * soft-fp/floattisf.c: Likewise.
23066 * soft-fp/floattitf.c: Likewise.
23067 * soft-fp/floatuntidf.c: Likewise.
23068 * soft-fp/floatuntisf.c: Likewise.
23069 * soft-fp/floatuntitf.c: Likewise.
23070 * soft-fp/trunctfxf2.c: Likewise.
23072 2013-10-10 David S. Miller <davem@davemloft.net>
23074 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23076 2013-10-10 Joseph Myers <joseph@codsourcery.com>
23078 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23079 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23080 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23081 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23082 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23083 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23084 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23086 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23087 for NaNs before doing comparisons on argument.
23088 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23091 2013-10-10 Will Newton <will.newton@linaro.org>
23093 * malloc/hooks.c (memalign_check): Ensure the value of bytes
23094 passed to _int_memalign does not overflow.
23096 2013-10-10 Torvald Riegel <triegel@redhat.com>
23098 * scripts/bench.pl: Add include-sources directive.
23099 * benchtests/README: Update documentation.
23101 2013-10-10 Joseph Myers <joseph@codesourcery.com>
23103 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23104 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23105 instead of FP_INIT_ROUNDMODE.
23106 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23107 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23110 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
23111 copy class of input value.
23112 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
23113 not handle exceptions.
23114 * soft-fp/negsf2.c (__negsf2): Likewise.
23115 * soft-fp/negtf2.c (__negtf2): Likewise.
23116 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23118 2013-10-09 Joseph Myers <joseph@codesourcery.com>
23120 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23121 semicolon. From Linux kernel.
23123 2013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
23125 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23127 2013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
23130 * manual/socket.texi: Added statement about buffer
23131 for gethostbyname2_r.
23133 2013-10-08 Ondřej Bílka <neleai@seznam.cz>
23135 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23136 Use .p2align directive instead, throughout.
23137 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23138 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23139 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23140 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23141 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23142 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23143 * sysdeps/x86_64/strchr.S: Likewise.
23144 * sysdeps/x86_64/strrchr.S: Likewise.
23146 2013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
23148 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23150 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23152 * sysdeps/generic/math_private.h (__mpsin1): Remove
23154 (__mpcos1): Likewise.
23155 (__mpsin): New argument __range_reduce.
23156 (__mpcos): Likewise.
23157 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23158 (slow): Use __mpsin and __mpcos.
23162 (sloww1): Likewise.
23163 (sloww2): Likewise.
23164 (bsloww): Likewise.
23165 (bsloww1): Likewise.
23166 (bsloww2): Likewise.
23167 (cslow2): Likewise.
23168 (csloww): Likewise.
23169 (csloww1): Likewise.
23170 (csloww2): Likewise.
23171 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23172 range_reduce. Merge in __mpsin1.
23173 (__mpcos): Likewise.
23174 (__mpsin1): Remove.
23175 (__mpcos1): Likewise.
23177 2013-10-07 Joseph Myers <joseph@codesourcery.com>
23179 * locale/loadlocale.c (_nl_intern_locale_data): Use
23181 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23182 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23183 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23184 obstack data is appropriately aligned.
23185 (obstack_int32_grow_fast): Likewise.
23186 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23187 * locale/programs/locfile.c (add_locale_uint32): Likewise.
23188 (add_locale_uint32_array): Likewise.
23190 2013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
23192 * benchtests/Makefile: Remove ARGLIST and RET variables.
23193 ($(objpfx)bench-%.c): Pass only function name to the script.
23194 * benchtests/README: Update documentation.
23195 * benchtests/acos-inputs: Add new directives.
23196 * benchtests/acosh-inputs: Likewise.
23197 * benchtests/asin-inputs: Likewise.
23198 * benchtests/asinh-inputs: Likewise.
23199 * benchtests/atan-inputs: Likewise.
23200 * benchtests/atanh-inputs: Likewise.
23201 * benchtests/cos-inputs: Likewise.
23202 * benchtests/cosh-inputs: Likewise.
23203 * benchtests/exp-inputs: Likewise.
23204 * benchtests/log-inputs: Likewise.
23205 * benchtests/pow-inputs: Likewise.
23206 * benchtests/rint-inputs: Likewise.
23207 * benchtests/sin-inputs: Likewise.
23208 * benchtests/sinh-inputs: Likewise.
23209 * benchtests/tan-inputs: Likewise.
23210 * benchtests/tanh-inputs: Likewise.
23211 * scripts/bench.pl: Add support for new directives.
23213 2013-10-07 Alan Modra <amodra@gmail.com>
23215 * README: Fix careless merge.
23217 2013-10-05 Alan Modra <amodra@gmail.com>
23219 * NEWS: Mention powerpc64le support and bugs fixed.
23220 * README: Both big-endian and little-endian powerpc64 supported.
23222 2013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
23224 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23225 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23226 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23227 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23229 2013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
23231 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23234 2013-10-04 Joseph Myers <joseph@codesourcery.com>
23236 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23237 Move -mhard-float appending from
23238 ports/sysdeps/powerpc/powerpc32/Makefile.
23239 [$(with-fp) = yes] (ASFLAGS): Likewise.
23240 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23241 * sysdeps/powerpc/nofpu: Move directory from
23242 ports/sysdeps/powerpc/nofpu.
23243 * sysdeps/powerpc/soft-fp: Move directory from
23244 ports/sysdeps/powerpc/soft-fp.
23245 * sysdeps/powerpc/powerpc32/405: Move directory from
23246 ports/sysdeps/powerpc/powerpc32/405.
23247 * sysdeps/powerpc/powerpc32/440: Move directory from
23248 ports/sysdeps/powerpc/powerpc32/440.
23249 * sysdeps/powerpc/powerpc32/464: Move directory from
23250 ports/sysdeps/powerpc/powerpc32/464.
23251 * sysdeps/powerpc/powerpc32/476: Move directory from
23252 ports/sysdeps/powerpc/powerpc32/476.
23253 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23254 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23256 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23258 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23259 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23260 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23262 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23263 * README: Update for powerpc-*-linux-gnu software floating point
23266 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23267 case to powerpc/powerpc32*.
23268 * sysdeps/unix/sysv/linux/configure: Regenerated.
23270 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23271 (_FPU_MASK_OM): Define as 0x04.
23272 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23273 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23275 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23277 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23279 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23280 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23282 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23283 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23285 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23286 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23287 and setcontext_e500.
23289 2013-10-04 Chris Leonard <cjl@sugarlabs,.org>
23291 * locale/iso-3166.def: Update iso-1366.def and related occurrences
23293 2013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
23295 * manual/threads.texi (Default Thread Attributes): Fix typo.
23297 2013-10-04 Will Newton <will.newton@linaro.org>
23299 * malloc/Makefile: Add tst-memalign.
23300 * malloc/tst-memalign.c: New file.
23302 * malloc/tst-posix_memalign.c: Add comments.
23303 (do_test): Add comments and call free on all potentially
23304 allocated pointers. Add space after cast.
23306 * malloc/tst-pvalloc.c: Add comments.
23307 (do_test): Add comments and call free on all potentially
23308 allocated pointers. Remove duplicate check for NULL pointer.
23309 Add space after cast.
23311 * malloc/tst-valloc.c: Add comments.
23312 (do_test): Add comments and call free on all potentially
23313 allocated pointers. Remove duplicate check for NULL pointer.
23314 Add space after cast.
23316 2013-10-04 Alan Modra <amodra@gmail.com>
23318 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23319 Use stdint types in rather than __attribute__((mode())).
23320 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23322 2013-10-04 Alan Modra <amodra@gmail.com>
23324 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23325 Correct handling of unaligned relocs for little-endian.
23326 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23328 2013-10-04 Alan Modra <amodra@gmail.com>
23330 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23331 * configure: Regenerate.
23332 * nptl/shlib-versions: Powerpc*le starts at 2.18.
23333 * shlib-versions: Likewise.
23335 2013-10-04 Alan Modra <amodra@gmail.com>
23337 * string/tester.c (test_memrchr): Increment reported test cycle.
23339 2013-10-04 Alan Modra <amodra@gmail.com>
23341 * string/test-memcpy.c (do_one_test): When reporting errors, print
23342 string address and don't overrun end of string.
23344 2013-10-04 Alan Modra <amodra@gmail.com>
23346 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23347 insrdi. Make better use of reg selection to speed exit slightly.
23348 Schedule entry path a little better. Remove useless "are we done"
23349 checks on entry to main loop. Handle wrapping around zero address.
23350 Correct main loop count. Handle single left-over word from main
23351 loop inline rather than by using loop_small. Remove extra word
23352 case in loop_small caused by wrong loop count. Add little-endian
23354 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23355 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
23357 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23358 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23359 support. Avoid rlwimi.
23360 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23362 2013-10-04 Alan Modra <amodra@gmail.com>
23364 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23365 insrdi. Formatting.
23366 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23367 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23368 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23369 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23370 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23371 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23373 2013-10-04 Alan Modra <amodra@gmail.com>
23375 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23376 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23377 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23378 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23379 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23380 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23381 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23382 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23383 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
23384 use of regs. Use power7 mtocrf. Tidy function tails.
23386 2013-10-04 Alan Modra <amodra@gmail.com>
23388 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23389 Formatting. Consistently use rXXX register defines or rN defines.
23390 Use early exit labels that avoid restoring unused non-volatile regs.
23391 Make cr field use more consistent with rWORDn compares. Rename
23392 regs used as shift registers for unaligned loop, using rN defines
23393 for short lifetime/multiple use regs.
23394 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23395 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
23396 addi 1,1,64 to pop stack frame. Simplify return value code.
23397 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23399 2013-10-04 Alan Modra <amodra@gmail.com>
23401 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23402 support. Correct typos, formatting. Optimize tail. Use insrdi
23403 rather than rlwimi.
23404 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23405 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23406 little-endian support. Correct typos.
23407 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
23408 rather than rlwimi.
23409 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
23410 in loop and entry code to keep "and." results.
23411 (strchr): Add little-endian support. Comment. Move cntlzd
23413 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23415 2013-10-04 Alan Modra <amodra@gmail.com>
23417 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23418 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23419 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23420 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23422 2013-10-04 Alan Modra <amodra@gmail.com>
23424 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23425 (rTMP): Define as r11.
23426 (strcmp): Add little-endian support. Optimise tail.
23427 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23428 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23429 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23430 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23431 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23432 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23433 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23435 2013-10-04 Alan Modra <amodra@gmail.com>
23437 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23438 little-endian support. Remove unnecessary "are we done" tests.
23439 Handle "s" wrapping around zero and extremely large "size".
23440 Correct main loop count. Handle single left-over word from main
23441 loop inline rather than by using small_loop. Correct comments.
23442 Delete "zero" tail, use "end_max" instead.
23443 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23445 2013-10-04 Alan Modra <amodra@gmail.com>
23447 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23448 support. Don't branch over align.
23449 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23450 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23451 support. Rearrange tmp reg use to suit. Comment.
23452 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23454 2013-10-04 Alan Modra <amodra@gmail.com>
23456 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23458 2013-10-04 Alan Modra <amodra@gmail.com>
23460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23461 conditional form of branch and link when obtaining pc.
23462 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23464 2013-10-04 Alan Modra <amodra@gmail.com>
23466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23468 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23471 2013-10-04 Alan Modra <amodra@gmail.com>
23473 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23474 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23475 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23476 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23477 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23478 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23479 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23480 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23481 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23482 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23484 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23485 Alistair Popple <alistair@ozlabs.au.ibm.com>
23486 Alan Modra <amodra@gmail.com>
23489 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23490 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23491 _dl_hwcap access for little-endian.
23492 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
23493 destroy vmx regs when saving unaligned.
23494 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23495 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
23496 destroy vmx regs when saving unaligned.
23498 2013-10-04 Alan Modra <amodra@gmail.com>
23500 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23501 Don't use a union to pack hi/low value.
23503 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23505 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23507 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23508 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23509 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23510 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23511 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23513 2013-10-04 Alan Modra <amodra@gmail.com>
23515 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23516 constants to usual value for .cst8 section, and remove redundant
23518 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23519 constant for 0x1p52. Load little-endian words of double from
23520 correct stack offsets.
23522 2013-10-04 Alan Modra <amodra@gmail.com>
23524 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23525 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23526 words of double from correct stack offsets.
23527 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23528 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23529 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23530 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23531 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23532 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23533 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23534 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23535 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23536 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23537 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23538 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23539 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23540 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23541 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23542 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23543 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23545 2013-10-04 Alan Modra <amodra@gmail.com>
23547 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23548 64-bit int/double union.
23549 (_FPU_SETCW): Likewise.
23550 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23551 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23553 2013-10-04 Alan Modra <amodra@gmail.com>
23555 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23556 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23558 2013-10-04 Alan Modra <amodra@gmail.com>
23560 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23561 use vector int constants.
23562 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23564 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23566 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23567 array with long long.
23568 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23569 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23570 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23571 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23572 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23573 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23574 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23575 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23576 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23577 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23578 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23579 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23580 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23582 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23584 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23585 (__signbit): Likewise. Correct for little-endian.
23586 (__signbitl): Call __signbit.
23587 (lrint): Correct for little-endian.
23588 (lrintf): Call lrint.
23590 2013-10-04 Alan Modra <amodra@gmail.com>
23592 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23593 union 32-bit int array member with 64-bit int array.
23594 (t515, tm256): Double rather than long double.
23595 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23597 2013-10-04 Alan Modra <amodra@gmail.com>
23599 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23601 (IEEE854_LONG_DOUBLE_BIAS): Delete.
23602 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23603 version of math_ldbl.h.
23605 2013-10-04 Alan Modra <amodra@gmail.com>
23607 [BZ #15734], [BZ #15735]
23608 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23609 all uses of ieee875 long double macros and unions. Simplify test
23610 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
23611 ldbl_extract_mantissa value for ix,iy exponents. Properly
23612 normalize after ldbl_extract_mantissa, and don't add hidden bit
23613 already handled. Don't treat low word of ieee854 mantissa like
23614 low word of IBM long double and mask off bit when testing for
23616 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23617 all uses of ieee875 long double macros and unions. Simplify tests
23618 for 0.0L and inf. Correct double adjustment of k. Delete dead code
23619 adjusting ha,hb. Simplify code setting kld. Delete two600 and
23620 two1022, instead use their values. Recognise that tests for large
23621 "a" and small "b" are mutually exclusive. Rename vars. Comment.
23622 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23623 Rewrite all uses of ieee875 long double macros and unions. Simplify
23624 test for 0.0L and nan. Correct negation.
23625 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23626 ieee875 long double macros and unions. Correct output for large
23627 magnitude x. Correct absolute value calculation.
23628 (__erfcl): Likewise.
23629 * math/libm-test.inc: Add tests for errors discovered in IBM long
23630 double versions of fmodl, remainderl, erfl and erfcl.
23632 2013-10-04 Alan Modra <amodra@gmail.com>
23634 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23635 all uses of ieee854 long double macros and unions. Simplify tests
23636 for long doubles that are fully specified by the high double.
23637 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23639 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23640 Remove dead code too.
23641 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23642 (__ieee754_ynl): Likewise.
23643 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23644 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23645 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23646 Remove dead code too.
23647 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23648 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23649 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23650 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23652 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23654 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23655 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23656 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23657 Comment on variable precision.
23658 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23659 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23661 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23662 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23663 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23664 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23665 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23667 2013-10-04 Alan Modra <amodra@gmail.com>
23669 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23670 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23671 all uses of ieee854 long double macros and unions.
23672 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23673 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23674 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23675 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23676 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23677 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23679 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23680 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23681 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23682 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23683 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23684 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23685 Simplify sign and nan test too.
23686 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23687 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23688 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23689 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23691 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23692 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23694 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23695 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23696 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23697 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23698 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23699 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23701 2013-10-04 Alan Modra <amodra@gmail.com>
23703 * stdio-common/printf_size.c (__printf_size): Don't use
23704 union ieee854_long_double in fpnum union.
23705 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
23706 signbit macro to retrieve sign from long double.
23707 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23708 retrieve sign from long double.
23709 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23710 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23711 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23712 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23713 * math/test-misc.c (main): Don't use union ieee854_long_double.
23715 2013-10-04 Alan Modra <amodra@gmail.com>
23718 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23719 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23720 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23721 calculation. Remove unnecessary test for denormal exponent.
23722 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23723 Correct handling of denormals. Avoid undefined shift behaviour.
23724 Correct normalisation of low mantissa when low double is denormal.
23725 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23726 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
23727 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23728 Correct normalisation of low mantissa. Test for overflow of high
23729 mantissa and normalise.
23730 (ldbl_nearbyint): Use more readable constant for two52.
23731 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23732 (__mpn_construct_long_double): Fix test for overflow of high
23733 mantissa and correct normalisation. Avoid undefined shift.
23735 2013-10-04 Alan Modra <amodra@gmail.com>
23737 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23738 (union ibm_extended_long_double): Define as an array of ieee754_double.
23739 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23740 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23741 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23742 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23743 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23744 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23745 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23746 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23747 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23748 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23749 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23751 2013-10-03 Joseph Myers <joseph@codesourcery.com>
23753 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23754 page size instead of calling getpagesize.
23756 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23757 (LOCFILE_ALIGN_MASK): Likewise.
23758 (LOCFILE_ALIGN_UP): Likewise.
23759 (LOCFILE_ALIGNED_P): Likewise.
23760 * locale/programs/ld-collate.c (collate_output): Use the new
23761 macros instead of __alignof__ (int32_t).
23762 * locale/weight.h (findidx): Likewise.
23764 2013-10-03 Ondřej Bílka <neleai@seznam.cz>
23767 * manual/string.texi: Fix strncat and wcsncat.
23769 2013-10-03 Brooks Moses <bmoses@google.com>
23772 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23773 * Makerules: ...here, and adjust associated comments.
23775 2013-10-02 Will Newton <will.newton@linaro.org>
23777 * malloc/Makefile: Add tst-pvalloc.
23778 * malloc/tst-pvalloc.c: New file.
23780 2013-10-02 Will Newton <will.newton@linaro.org>
23782 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23783 improve test coverage.
23785 2013-10-02 Will Newton <will.newton@linaro.org>
23787 * malloc/Makefile: Add tst-posix_memalign.
23788 * malloc/tst-posix_memalign.c: New file.
23790 2013-10-01 Eric Blake <eblake@redhat.com>
23792 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23793 Use __THROWNL rather than __THROW on static functions.
23795 2013-09-30 Petr Machata <pmachata@redhat.com>
23797 * elf/elf.h (R_AARCH64_ABS16): New macro.
23798 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23799 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23800 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23801 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23802 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23803 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23804 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23805 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23806 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23807 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23808 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23809 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23810 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23811 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23812 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23813 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23814 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23815 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23816 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23817 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23818 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23819 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23820 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23821 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23822 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23823 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23824 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23825 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23826 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23827 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23828 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23829 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23830 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23831 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23832 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23833 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23834 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23835 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23836 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23837 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23838 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23839 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23840 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23841 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23842 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23843 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23844 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23845 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23846 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23847 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23848 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23849 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23850 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23851 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23852 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23853 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23854 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23855 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23856 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23857 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23858 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23859 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23860 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23861 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23862 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23863 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23864 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23865 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23866 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23867 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23868 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23869 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23870 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23871 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23872 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23873 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23874 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23875 (R_AARCH64_TLSDESC_LDR): Likewise.
23876 (R_AARCH64_TLSDESC_ADD): Likewise.
23877 (R_AARCH64_TLSDESC_CALL): Likewise.
23879 2013-09-30 Andreas Schwab <schwab@suse.de>
23882 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23883 the nss database lookup.
23884 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23885 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23887 2013-09-28 Mike Frysinger <vapier@gentoo.org>
23889 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23891 2013-09-28 P. J. McDermott <pj@pehjota.net>
23893 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23894 ${Bash-specific parameter/pattern/string} parameter expansion.
23895 * sysdeps/unix/make-syscalls.sh: Likewise.
23897 2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
23899 * sysdeps/sh/stackguard-macros.h: New file.
23901 2013-09-26 Ondřej Bílka <neleai@seznam.cz>
23903 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23904 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23905 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23906 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23907 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23908 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23910 2013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23912 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23913 Fix thread ID register.
23915 2013-09-25 Joseph Myers <joseph@codesourcery.com>
23917 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23918 [POSIX || UNIX98]: Require rather than permitting all symbols from
23920 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23921 element of struct sched_param.
23922 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23923 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23924 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23925 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23928 2013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
23930 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23931 argument calculation.
23933 2013-09-24 Joseph Myers <joseph@codesourcery.com>
23935 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23937 [POSIX] (pthread_attr_t): Do not require type.
23938 [POSIX] (pthread_cond_t): Likewise.
23939 [POSIX] (pthread_condattr_t): Likewise.
23940 [POSIX] (pthread_key_t): Likewise.
23941 [POSIX] (pthread_mutex_t): Likewise.
23942 [POSIX] (pthread_mutexattr_t): Likewise.
23943 [POSIX] (pthread_once_t): Likewise.
23944 [POSIX] (pthread_t): Likewise.
23945 [POSIX-based standards] (pthread_atfork): Expect function.
23947 2013-09-24 Joseph Myers <joseph@codesourcery.com>
23948 Richard Sandiford <richard@codesourcery.com>
23950 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23951 (swap_endianness_p): New extern variable.
23952 (set_big_endian): New inline function.
23953 (maybe_swap_uint32): Likewise.
23954 (maybe_swap_uint32_array): Likewise.
23955 (maybe_swap_uint32_obstack): Likewise.
23956 * locale/programs/locfile.c: Include <stdbool.h>.
23957 (swap_endianness_p): New variable.
23958 (add_locale_uint32): Call maybe_swap_uint32.
23959 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23960 (write_locale_data): Call maybe_swap_uint32_array.
23961 * locale/programs/ld-collate.c (obstack_int32_grow): Call
23963 (obstack_int32_grow_fast): Likewise.
23964 (output_weightwc): Call maybe_swap_uint32_obstack.
23965 (collate_output): Likewise.
23966 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23967 (OPT_LITTLE_ENDIAN): Likewise.
23968 (options): Add --little-endian and --big-endian options.
23969 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23970 * locale/programs/locarchive.c: Include "locfile.h".
23974 (create_archive): Use the new macros to access fields of
23975 structures directly mapped from or written to locale archives.
23976 (oldlocrecentcmp): Likewise.
23977 (enlarge_archive): Likewise.
23978 (insert_name): Likewise.
23979 (add_alias): Likewise.
23980 (add_locale): Likewise.
23981 (delete_locales_from_archive): Likewise.
23982 (show_archive_content): Likewise.
23983 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
23986 2013-09-24 Roland McGrath <roland@hack.frob.com>
23988 * manual/freemanuals.texi: Updated from (newly) canonical copy at
23989 http://www.gnu.org/doc/freemanuals.texi.
23990 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23992 2013-09-24 Will Newton <will.newton@linaro.org>
23994 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23997 2013-09-23 Joseph Myers <joseph@codesourcery.com>
23999 * locale/hashval.h (compute_hashval): Interpret bytes of key as
24002 2013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
24004 * manual/threads.texi (POSIX Threads): Fix a typo.
24006 2013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
24009 * string/tst-strcoll-overflow.c: New test case.
24010 * string/Makefile (xtests): Add tst-strcoll-overflow.
24011 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24012 cache if string sizes may cause integer overflow.
24015 * string/strcoll_l.c (coll_seq): New members rule, idx,
24016 save_idx and back_us.
24017 (get_next_seq_nocache): New function.
24018 (do_compare_nocache): New function.
24019 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24022 2013-09-23 Carlos O'Donell <carlos@redhat.com>
24025 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24026 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24027 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24030 * elf/Makefile (tests): Add tst-ptrguard1.
24031 (tests-static): Add tst-ptrguard1-static.
24032 (tst-ptrguard1-ARGS): Define.
24033 (tst-ptrguard1-static-ARGS): Define.
24034 * elf/tst-ptrguard1.c: New file.
24035 * elf/tst-ptrguard1-static.c: New file.
24036 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24037 * sysdeps/i386/stackguard-macros.h: Likewise.
24038 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24039 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24040 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24041 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24042 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24043 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24045 2013-09-23 Hector Marco <hecmargi@upv.es>
24046 Ismael Ripoll <iripoll@disca.upv.es>
24047 Carlos O'Donell <carlos@redhat.com>
24050 * sysdeps/generic/stackguard-macros.h: Define
24051 __pointer_chk_guard_local and POINTER_CHK_GUARD.
24052 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24053 Define __pointer_chk_guard_local.
24054 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24055 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24057 2013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
24060 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24062 2013-09-20 Andreas Schwab <schwab@linux-m68k.org>
24064 * include/string.h (__ffs): Declare as hidden.
24065 * string/ffs.c (__ffs): Define as hidden.
24066 * sysdeps/i386/ffs.c (__ffs): Likewise.
24067 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24068 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24069 * sysdeps/s390/ffs.c (__ffs): Likewise.
24070 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24072 2013-09-20 Alexandre Oliva <aoliva@redhat.com>
24074 * NEWS: Mention malloc probes.
24076 * malloc/arena.c (new_heap): New memory_heap_new probe.
24077 (grow_heap): New memory_heap_more probe.
24078 (shrink_heap): New memory_heap_less probe.
24079 (heap_trim): New memory_heap_free probe.
24080 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24081 (systrim): New memory_sbrk_less probe.
24082 * manual/probes.texi: Document them.
24084 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24085 * manual/probes.texi: Document it.
24087 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24088 (__libc_realloc): Add memory_realloc_retry probe.
24089 (__libc_memalign): Add memory_memalign_retry probe.
24090 (__libc_valloc): Add memory_valloc_retry probe.
24091 (__libc_pvalloc): Add memory_pvalloc_retry probe.
24092 (__libc_calloc): Add memory_calloc_retry probe.
24093 * manual/probes.texi: Document them.
24095 * malloc/arena.c (get_free_list): Add probe
24096 memory_arena_reuse_free_list.
24097 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24098 and memory_arena_reuse.
24099 (arena_get2) [!PER_THREAD]: Likewise.
24100 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24101 memory_arena_reuse_realloc.
24102 * manual/probes.texi: Document them.
24104 * malloc/malloc.c (__libc_free): Add
24105 memory_mallopt_free_dyn_thresholds probe.
24106 (__libc_mallopt): Add multiple memory_mallopt probes.
24107 * manual/probes.texi: Document them.
24109 * malloc/malloc.c: Include stap-probe.h.
24110 (__libc_mallopt): Add memory_mallopt probe.
24111 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24112 * manual/probes.texi: New.
24113 * manual/Makefile (chapters): Add probes.
24114 * manual/threads.texi: Set next node.
24116 2013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
24118 [BZ #15963, #13985]
24119 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24120 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24121 Add `Chinese' to `nan' entry name.
24123 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24125 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24126 (POLYNOMIAL): Likewise.
24127 (TAYLOR_SINCOS): Likewise.
24128 (TAYLOR_SLOW): Likewise.
24129 (__sin): Use TAYLOR_SINCOS.
24131 (slow): Use TAYLOR_SLOW.
24133 (bsloww): Likewise.
24134 (csloww): Likewise.
24136 2013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24138 * stdlib/strtod_l.c: Fix buffer overrun.
24140 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24142 * benchtests/Makefile (bench): Add sincos.
24143 * benchtests/bench-sincos.c: New file.
24145 * math/libm-test.inc (cos_test_data): New test inputs.
24146 (sin_test_data): Likewise.
24148 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24154 (sloww1): Likewise.
24155 (sloww2): Likewise.
24156 (bsloww1): Likewise.
24157 (bsloww2): Likewise.
24158 (cslow2): Likewise.
24159 (csloww1): Likewise.
24160 (csloww2): Likewise.
24162 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24167 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24171 2013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
24173 * config.h.in (HAVE_MIPS_NAN2008): New macro.
24174 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24175 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24176 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24177 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24178 * elf/cache.c (print_entry): Handle the new cache flags.
24180 2013-09-18 Joseph Myers <joseph@codesourcery.com>
24181 Aldy Hernandez <aldyh@redhat.com>
24183 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24184 Change condition to [_SOFT_FLOAT].
24185 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24186 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24187 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24188 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24189 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24190 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24191 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24192 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24193 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24194 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24195 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24196 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24197 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24198 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24199 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24200 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24203 2013-09-18 Joseph Myers <joseph@codesourcery.com>
24205 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24206 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24207 (__longjmp): Use LOAD_GP to load saved GPRs.
24208 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24209 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24210 (__sigsetjmp): Use SAVE_GP to save GPRs.
24212 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24213 Do not append -msoft-float.
24214 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24216 2013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
24218 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24220 2013-09-17 Joseph Myers <joseph@codesourcery.com>
24223 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24224 (_FPU_GETCW): Use initial "__" on variable and field names but not
24225 on macro parameter name.
24226 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
24227 parentheses around reference to macro parameter.
24229 2013-09-13 Richard Sandiford <richard@codesourcery.com>
24231 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24233 (ctype_startup): Use uint32_t in cast and sizeof for
24236 2013-09-11 Jia Liu <proljc@gmail.com>
24238 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24240 [__FreeBSD__]: Likewise.
24242 2013-09-11 Ondřej Bílka <neleai@seznam.cz>
24244 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24245 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24246 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24247 (strchr): Remove __strchr_sse42 ifunc selection.
24248 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24249 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24251 2013-09-11 Will Newton <will.newton@linaro.org>
24253 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24254 parameter to RES. Remove hardcoded 1000 value.
24255 * benchtests/bench-skeleton.c (main): Pass RES parameter
24256 to TIMING_INIT and multiply result by 1000.
24258 2013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24260 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24262 2013-09-11 Andreas Schwab <schwab@suse.de>
24264 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24266 (O_TMPFILE) [__USE_GNU]: Define.
24267 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24270 2013-09-11 Will Newton <will.newton@linaro.org>
24273 * malloc/malloc.c (__libc_memalign): Check the value of bytes
24276 2013-09-11 Will Newton <will.newton@linaro.org>
24279 * malloc/malloc.c (__libc_valloc): Check the value of bytes
24282 2013-09-11 Will Newton <will.newton@linaro.org>
24285 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24288 2013-09-10 Ondřej Bílka <neleai@seznam.cz>
24290 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24291 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24292 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24293 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24294 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24296 2013-09-10 Allan McRae <allan@archlinux.org>
24299 * manual/arith.texi (Parsing of Floats): Clarify
24303 * manual/install.texi (Running make install): Mention
24305 * INSTALL: Regenerated.
24307 2013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
24309 * csu/init-first.c (_init): Remove the !SHARED condition around
24310 FPU control word initialization.
24311 * elf/dl-support.c (_dl_fpu_control): New variable.
24312 (_dl_aux_init) <AT_FPUCW>: Initialize it.
24313 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24314 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24315 * math/test-fpucw-static.c: New file.
24316 * math/test-fpucw-ieee.c: New file.
24317 * math/test-fpucw-ieee-static.c: New file.
24318 * math/Makefile (tests): Add `test-fpucw-ieee' and
24320 (tests-static): New variable.
24321 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24323 [($(build-shared),yes)]
24324 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24326 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24329 2013-09-09 Allan McRae <allan@archlinux.org>
24332 * manual/string.texi (Collation Functions): Fix typo in
24334 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24337 * stdlib/isomac.c (get_null_defines): Fix memory leak.
24340 * libio/memstream.c (open_memstream): Fix memory leak.
24341 * libio/wmemstream.c (open_wmemstream): Likewise.
24344 * nscd/netgroupcache.c: Fix nesting of ifdefs.
24346 2013-09-09 Will Newton <will.newton@linaro.org>
24348 * malloc/Makefile: Add tst-realloc to tests.
24349 * malloc/tst-realloc.c: New file.
24351 2013-09-09 Allan McRae <allan@archlinux.org>
24354 * COPYING: Update from GNU website to fix FSF address.
24355 * COPYING.LIB: Likewise.
24357 2013-09-06 David S. Miller <davem@davemloft.net>
24359 * po/zh_TW.po: Update Chinese (traditional) translation from
24360 translation project.
24362 2013-09-06 Richard Sandiford <richard@codesourcery.com>
24363 Joseph Myers <joseph@codesourcery.com>
24365 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24367 (obstack_chunk_alloc): New macro.
24368 (obstack_chunk_free): Likewise.
24369 (record_offset): New function.
24370 (init_locale_data): Likewise.
24371 (align_locale_data): Likewise.
24372 (add_locale_empty): Likewise.
24373 (add_locale_raw_data): Likewise.
24374 (add_locale_raw_obstack): Likewise.
24375 (add_locale_string): Likewise.
24376 (add_locale_wstring): Likewise.
24377 (add_locale_uint32): Likewise.
24378 (add_locale_uint32_array): Likewise.
24379 (add_locale_char): Likewise.
24380 (start_locale_structure): Likewise.
24381 (end_locale_structure): Likewise.
24382 (start_locale_prelude): Likewise.
24383 (end_locale_prelude): Likewise.
24384 (write_locale_data): Take locale_file structure rather than an
24386 * locale/programs/locfile.h: Include "obstack.h".
24387 (struct locale_file): Change to store locale file contents instead
24389 (init_locale_data): New prototype.
24390 (align_locale_data): Likewise.
24391 (add_locale_empty): Likewise.
24392 (add_locale_raw_data): Likewise.
24393 (add_locale_raw_obstack): Likewise.
24394 (add_locale_string): Likewise.
24395 (add_locale_wstring): Likewise.
24396 (add_locale_uint32): Likewise.
24397 (add_locale_uint32_array): Likewise.
24398 (add_locale_char): Likewise.
24399 (start_locale_structure): Likewise.
24400 (end_locale_structure): Likewise.
24401 (start_locale_prelude): Likewise.
24402 (end_locale_prelude): Likewise.
24403 (write_locale_data): Update prototype.
24404 * locale/programs/3level.h (struct TABLE): Remove result field.
24405 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24406 Use new locale_file interface.
24407 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24408 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24409 * locale/programs/ld-address.c (address_output): Use new
24410 locale_file interface.
24411 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24413 (collate_finish): Don't call collseq_table_finalize.
24414 (collate_output): Use new locale_file interface.
24415 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24417 (NO_FINALIZE): Change to NO_ADD_LOCALE.
24418 (TABLE): Move defines earlier in file.
24419 (ELEMENT): Likewise.
24420 (DEFAULT): Likewise.
24421 (wctrans_table_add): Move macro and inline function earlier in
24423 (struct wctype_table): Move type earlier in file.
24424 (add_locale_wctype_table): New static prototype.
24425 (struct locale_ctype_t): Use logical types instead of struct iovec
24426 pointers for members.
24427 (ctype_output): Use new locale_file interface.
24428 (wctype_table_finalize): Change to add_locale_wctype_table. Use
24429 new locale_file interface.
24430 (allocate_arrays): Update for use of new locale_file interface.
24431 * locale/programs/ld-identification.c (identification_output): Use
24432 new locale_file interface.
24433 * locale/programs/ld-measurement.c (measurement_output): Likewise.
24434 * locale/programs/ld-messages.c (messages_output): Likewise.
24435 * locale/programs/ld-monetary.c (monetary_output): Likewise.
24436 * locale/programs/ld-name.c (name_output): Likewise.
24437 * locale/programs/ld-numeric.c (numeric_output): Likewise.
24438 * locale/programs/ld-paper.c (paper_output): Likewise.
24439 * locale/programs/ld-telephone.c (telephone_output): Likewise.
24440 * locale/programs/ld-time.c (time_output): Likewise.
24442 2013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24444 * benchtests/Makefile: Add memrchr benchmark.
24445 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24446 benchmark as memrchr.
24447 * benchtests/bench-memrchr-ifunc.c: New file.
24448 * benchtests/bench-memrchr.c: New file.
24450 2013-09-06 Will Newton <will.newton@linaro.org>
24452 * benchtests/Makefile (string-bench): Add memcpy.
24454 2013-09-05 Carlos O'Donell <carlos@redhat.com>
24455 Cong Wang <amwang@redhat.com>
24458 * sysdeps/unix/sysv/linux/bits/in.h
24459 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24460 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24461 before __USE_KERNEL_IPV6_DEFS uses.
24462 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24464 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24465 sockaddr_in6, or ipv6_mreq.
24467 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24469 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24470 memory access for final bytes in some large inputs.
24471 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24473 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24475 * string/test-memrchr.c: New file.
24476 * string/test-memrchr-ifunc.c: New file.
24477 * string/Makefile: Add new memrchr testcase.
24479 2013-09-05 Mike Frysinger <vapier@gentoo.org>
24481 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24482 fanotify_init returns EPERM.
24484 2013-09-04 Joseph Myers <joseph@codesourcery.com>
24486 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24488 (top level): Treat second token from macro or constant entries for
24489 allowed headers as allowed.
24490 * include/complex.h: Condition internal declarations on
24492 * include/fenv.h: Condition include of <stdbool.h> and internal
24493 declarations on [!_ISOMAC].
24495 2013-09-04 Chris Leonard <cjl@sugarlabs,.org>
24498 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24500 2013-09-04 Joseph Myers <joseph@codesourcery.com>
24502 * configure.in (--enable-versioning): Remove configure option.
24503 (libc_cv_asm_symver_directive): Remove configure test.
24504 (libc_cv_ld_version_script_option): Likewise.
24505 (VERSIONING): Remove variable and AC_SUBST.
24506 (DO_VERSIONING): Remove AC_DEFINE.
24507 * configure: Regenerated.
24508 * config.h.in (DO_VERSIONING): Remove macro.
24509 * Makerules [$(versioning) = yes]: Change conditionals to
24510 [$(build-shared) = yes].
24511 * config.make.in (versioning): Remove variable.
24512 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24513 [$(build-shared) = yes].
24514 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24515 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24516 * elf/Makefile [$(versioning) = yes]: Change conditionals to
24517 [$(build-shared) = yes].
24518 * extra-lib.mk [$(versioning) = yes]: Likewise.
24519 * hurd/Makefile [$(versioning) = yes]: Likewise.
24520 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24522 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24524 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24525 [SHARED && !NO_HIDDEN].
24526 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24528 [SHARED && DO_VERSIONING]: Likewise..
24529 * libio/Makefile [$(versioning) = yes]: Change conditionals to
24530 [$(build-shared) = yes].
24531 * manual/install.texi (--disable-versioning): Remove
24533 * INSTALL: Regenerated.
24534 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24536 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24537 [$(build-shared) = yes].
24538 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24539 * sysdeps/i386/i686/multiarch/strstr-c.c
24540 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24541 [SHARED && !NO_HIDDEN].
24542 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24543 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24544 * sysdeps/powerpc/powerpc32/dl-machine.c
24545 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24546 * sysdeps/powerpc/powerpc32/sysdep.h
24547 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24548 to [SHARED && PIC && !NO_HIDDEN].
24549 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24550 conditional to [SHARED].
24552 2013-09-04 Will Newton <will.newton@linaro.org>
24554 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24555 * benchtests/bench-string.h: Include bench-timing.h instead
24556 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24557 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24558 call to HP_TIMING_DIFF_INIT.
24559 * benchtests/bench-memccpy.c: Use bench-timing.h macros
24560 instead of hp-timing.h macros.
24561 * benchtests/bench-memchr.c: Likewise.
24562 * benchtests/bench-memcmp.c: Likewise.
24563 * benchtests/bench-memcpy.c: Likewise.
24564 * benchtests/bench-memmem.c: Likewise.
24565 * benchtests/bench-memmove.c: Likewise.
24566 * benchtests/bench-memset.c: Likewise.
24567 * benchtests/bench-rawmemchr.c: Likewise.
24568 * benchtests/bench-strcasecmp.c: Likewise.
24569 * benchtests/bench-strcasestr.c: Likewise.
24570 * benchtests/bench-strcat.c: Likewise.
24571 * benchtests/bench-strchr.c: Likewise.
24572 * benchtests/bench-strcmp.c: Likewise.
24573 * benchtests/bench-strcpy.c: Likewise.
24574 * benchtests/bench-strcpy_chk.c: Likewise.
24575 * benchtests/bench-strlen.c: Likewise.
24576 * benchtests/bench-strncasecmp.c: Likewise.
24577 * benchtests/bench-strncat.c: Likewise.
24578 * benchtests/bench-strncmp.c: Likewise.
24579 * benchtests/bench-strncpy.c: Likewise.
24580 * benchtests/bench-strnlen.c: Likewise.
24581 * benchtests/bench-strpbrk.c: Likewise.
24582 * benchtests/bench-strrchr.c: Likewise.
24583 * benchtests/bench-strspn.c: Likewise.
24584 * benchtests/bench-strstr.c: Likewise.
24586 2013-09-04 Will Newton <will.newton@linaro.org>
24588 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24590 2013-09-03 Joseph Myers <joseph@codesourcery.com>
24593 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24594 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24595 * math/libm-test.inc (lgamma_test_data): Add more tests.
24596 * sysdeps/i386/fpu/libm-test-ulps: Update.
24597 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24599 2013-09-03 Ondřej Bílka <neleai@seznam.cz>
24601 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24602 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24604 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24605 Add strcmp-sse2-unaligned
24606 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24608 2013-09-02 Mike Frysinger <vapier@gentoo.org>
24610 * Versions.def (libc): Add GLIBC_2.19.
24612 2013-09-02 Mike Frysinger <vapier@gentoo.org>
24614 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24615 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24617 2013-09-02 Joseph Myers <joseph@codesourcery.com>
24620 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24621 intermediate calculations in recurrence.
24622 (__ieee754_ynf): Likewise.
24623 * math/libm-test.inc (jn_test_data): Do not allow spurious
24624 underflow exception. Add more tests.
24625 (yn_test_data): Add more tests.
24626 * sysdeps/i386/fpu/libm-test-ulps: Update.
24627 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24629 2013-09-02 Ondřej Bílka <neleai@seznam.cz>
24631 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24633 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
24635 * csu/init-first.c: Fix then/than typos.
24636 * locale/programs/ld-collate.c: Likewise.
24637 * locale/programs/linereader.h: Likewise.
24638 * manual/charset.texi: Likewise.
24639 * manual/filesys.texi: Likewise.
24640 * manual/stdio.texi: Likewise.
24641 * manual/string.texi: Likewise.
24642 * stdlib/fmtmsg.c: Likewise.
24643 * sysdeps/i386/stpncpy.S: Likewise.
24644 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24645 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24646 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24647 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24649 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
24651 * elf/dl-open.c: Fix typos.
24652 * iconvdata/gbbig5.c: Likewise.
24653 * iconvdata/iso-2022-jp.c: Likewise.
24654 * iconv/gconv_int.h: Likewise.
24655 * iconv/loop.c: Likewise.
24656 * nis/rpcsvc/nis.h: Likewise.
24657 * resolv/ns_name.c: Likewise.
24658 * stdio-common/vfscanf.c: Likewise.
24659 * streams/stropts.h: Likewise.
24660 * sunrpc/rpc_thread.c: Likewise.
24661 * sysdeps/i386/strpbrk.S: Likewise.
24662 * sysdeps/ieee754/k_standard.c: Likewise.
24663 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24664 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24665 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24666 * sysdeps/mach/hurd/profil.c: Likewise.
24667 * sysdeps/s390/dl-procinfo.h: Likewise.
24668 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24669 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24670 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24671 * sysdeps/x86_64/dl-trampoline.S: Likewise.
24672 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24674 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
24676 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24677 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24679 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
24681 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24682 aix specific files.
24683 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24684 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24685 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24686 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24687 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24688 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24689 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24690 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24692 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
24693 Roland McGrath <roland@hack.frob.com>
24695 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24696 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24698 2013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
24700 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24701 __executable_start symbol instead of _start.
24703 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
24705 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24706 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24708 * sysdeps/gnu/ldsodefs.h: ... this new file.
24710 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24711 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24712 instead of ELFOSABI_LINUX.
24714 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24715 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24716 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24717 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24719 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24720 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24721 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24723 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24724 (ibm_extended_long_double): Add ieee_nan member.
24725 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24726 (do_test): New function.
24728 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24730 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24731 functions, renamed from truncdfsf_test, trunctfsf_test,
24733 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24735 (do_test): Run all these.
24737 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
24739 * argp/argp-help.c: Fix typos.
24740 * argp/argp-parse.c: Likewise.
24741 * debug/backtracesyms.c: Likewise.
24742 * elf/elf.h: Likewise.
24743 * malloc/malloc.c: Likewise.
24744 * nis/nis_print.c: Likewise.
24745 * resolv/res_comp.c: Likewise.
24746 * stdlib/stdlib.h: Likewise.
24747 * sunrpc/clnt_tcp.c: Likewise.
24748 * sunrpc/clnt_udp.c: Likewise.
24749 * sunrpc/clnt_unix.c: Likewise.
24750 * sysdeps/unix/bsd/ptsname.c: Likewise.
24751 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24752 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24753 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24755 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24757 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24759 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24761 2013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24763 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24764 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24766 2013-08-27 Mike Frysinger <vapier@gentoo.org>
24769 * dlfcn/Makefile (tests): Add bug-dl-leaf.
24770 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24771 ($(objpfx)bug-dl-leaf): New rule.
24772 ($(objpfx)bug-dl-leaf.so): Likewise.
24773 ($(objpfx)bug-dl-leaf.out): Likewise.
24774 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24775 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24776 * dlfcn/bug-dl-leaf.c: New test.
24777 * dlfcn/bug-dl-leaf-lib.c: Likewise.
24778 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24779 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24780 (dlclose): Likewise.
24781 (dlmopen): Likewise.
24783 2013-08-27 Roland McGrath <roland@hack.frob.com>
24785 * include/netdb.h [!_ISOMAC]:
24786 Don't include <tls.h>.
24787 (h_errno, __libc_h_errno): Move declaration and macros out of
24790 * include/resolv.h [_RESOLV_H_]:
24791 Don't include <tls.h>.
24792 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24793 * resolv/res_libc.c: Don't include <tls.h>.
24794 (_res): Use __attribute__ ((nocommon)) in place of
24795 __attribute__ ((section (".bss"))).
24797 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24798 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24800 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24802 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24803 only under [SIOCGIFCONF && SIOCGIFNETMASK].
24805 * resolv/res_mkquery.c: Include <sys/time.h>.
24807 * inet/ifreq.c: Moved to ...
24808 * sysdeps/unix/ifreq.c: ... here.
24809 * inet/ifreq.c: New file, true stub version.
24811 * socket/sa_len.c: New file.
24812 * socket/Makefile (aux): Add it.
24813 * sysdeps/unix/sysv/linux/Makefile
24814 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24815 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24816 and #include <socket/sa_len.c>.
24817 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24818 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24820 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24821 * bits/socket.h: ... here.
24823 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24824 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24825 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24827 2013-08-27 Andreas Schwab <schwab@suse.de>
24830 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24831 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24832 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24833 * string/test-strcasecmp.c (test_main): Run tests in several
24835 * string/test-strncasecmp.c (test_main): Likewise.
24837 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24838 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24839 to __strcasecmp_nonascii and __strncasecmp_nonascii.
24840 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24841 (__strncasecmp_ssse3) [PIC]: Likewise.
24843 2013-08-26 Roland McGrath <roland@hack.frob.com>
24845 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24847 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24848 instead of explicitly declaring xdecrypt.
24849 * nis/nss_nis/nis-publickey.c: Likewise.
24851 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24854 * nscd/aicache.c: Include res_hconf.h.
24855 (addhstaiX): Initialize res_hconf.
24857 2013-08-26 Andreas Schwab <schwab@suse.de>
24859 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24860 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24862 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24864 * nscd/aicache.c (addhstaiX): Fix indentation.
24866 2013-08-25 Mike Frysinger <vapier@gentoo.org>
24868 * configure.ac: Quote $build_pt_chown test.
24869 * configure: Regenerated.
24871 2013-08-23 Joseph Myers <joseph@codesourcery.com>
24874 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24875 * math/s_cexpf.c (__cexpf): Likewise.
24876 * math/s_cexpl.c (__cexpl): Likewise.
24877 * math/libm-test.inc (cexp_test_data): Correct expected return
24878 value for NaN + i0. Add another test.
24880 2013-08-22 David S. Miller <davem@davemloft.net>
24882 * po/ca.po: Update Catalan translation from translation project.
24883 * po/uk.po: Add Ukrainian translations from translation project.
24885 2013-08-21 Joseph Myers <joseph@codesourcery.com>
24888 * math/s_fdim.c (__fdim): Check for infinite arguments if result
24889 is infinite, not alongside NaN test.
24890 * math/s_fdimf.c (__fdimf): Likewise.
24891 * math/s_fdiml.c (__fdiml): Likewise.
24892 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
24893 errno is unchanged.
24895 2013-08-21 Ondřej Bílka <neleai@seznam.cz>
24897 * argp/argp-help.c: Fix typos.
24898 * crypt/speeds.c: Likewise.
24899 * csu/check_fds.c: Likewise.
24900 * elf/dl-load.c: Likewise.
24901 * elf/dl-open.c: Likewise.
24902 * elf/reldep3.c: Likewise.
24903 * elf/reldep.c: Likewise.
24904 * elf/sprof.c: Likewise.
24905 * iconv/iconv_charmap.c: Likewise.
24906 * iconv/skeleton.c: Likewise.
24907 * iconv/strtab.c: Likewise.
24908 * io/lockf64.c: Likewise.
24909 * libio/libioP.h: Likewise.
24910 * resolv/gai_notify.c: Likewise.
24911 * resolv/ns_name.c: Likewise.
24912 * resolv/ns_samedomain.c: Likewise.
24913 * resolv/res_send.c: Likewise.
24914 * stdlib/random.c: Likewise.
24915 * sunrpc/rpc/xdr.h: Likewise.
24916 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24917 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24918 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24919 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24920 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24921 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24922 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24923 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24924 * sysdeps/mach/hurd/check_fds.c: Likewise.
24925 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24926 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24927 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24928 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24929 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24930 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24931 * sysdeps/pthread/aio_notify.c: Likewise.
24932 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24933 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24934 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24935 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24936 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24938 2013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24940 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24941 version if bit_Slow_SSE4_2 is set.
24942 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24943 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24945 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24948 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24949 trampoline stack frame information.
24950 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24951 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24952 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24953 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24954 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24955 * sysdeps/unix/sysv/linux/powerpc/init-first.c
24956 (_libc_vdso_platform_setup): Initialize the signal trampolines.
24957 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24959 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24960 interrupting a syscall and set with option SA_SIGINFO.
24962 2013-08-20 Joseph Myers <joseph@codesourcery.com>
24965 * math/s_cproj.c (__cproj): Only return an infinity if one part of
24966 argument is infinite.
24967 * math/s_cprojf.c (__cprojf): Likewise.
24968 * math/s_cprojl.c (__cprojl): Likewise.
24969 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24970 * math/libm-test.inc (cproj_test_data): Add more tests.
24972 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24974 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24975 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24976 size. Use __ffs to determine corresponding shift.
24978 2013-08-20 Joseph Myers <joseph@codesourcery.com>
24979 Roland McGrath <roland@hack.frob.com>
24981 * Makefile (INSTALL): Remove trailing blank lines from output of
24984 2013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24986 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24987 Align 32 bit compat elf_greg to 8 bytes.
24989 2013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
24991 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24993 2013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
24995 * string/strcoll_l.c (coll_seq): New structure.
24996 (get_next_seq_cached): New function.
24997 (get_next_seq): New function.
24998 (do_compare): New function.
24999 (STRCOLL): Use GNU style definition. Simplify implementation
25000 by using get_next_seq, get_next_seq_cached and do_compare.
25002 2013-08-16 Florian Weimer <fweimer@redhat.com>
25006 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25008 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25010 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25011 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25012 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
25014 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25015 GETDENTS_64BIT_ALIGNED.
25016 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25017 * manual/filesys.texi (Reading/Closing Directory): Document
25018 ENAMETOOLONG return value of readdir_r. Recommend readdir more
25020 * manual/conf.texi (Limits for Files): Add portability note to
25021 NAME_MAX, PATH_MAX.
25022 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25024 2013-08-13 Andreas Schwab <schwab@suse.de>
25027 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25029 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25030 LDBL_MAX_EXP >= 16384]: Add tests for it.
25032 2013-08-12 David S. Miller <davem@davemloft.net>
25034 * version.h (RELEASE): Set to "development".
25035 (VERSION): Set to "2.18.90".
25036 * NEWS: Add 2.19 section.
25038 2013-08-03 David S. Miller <davem@davemloft.net>
25040 * po/ko.po: Update Korean translation from translation project.
25042 2013-08-01 David S. Miller <davem@davemloft.net>
25044 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
25045 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25048 2013-07-30 David S. Miller <davem@davemloft.net>
25050 * po/fr.po: Update French translation from translation project.
25052 2013-07-28 David S. Miller <davem@davemloft.net>
25054 * po/cs.po: Update Czech translation from translation project.
25056 * po/sv.po: Update Swedish translation from translation project.
25058 2013-07-27 David S. Miller <davem@davemloft.net>
25060 * po/eo.po: Update Esperanto translation from translation project.
25062 * po/vi.po: Update Vietnamese translation from translation project.
25064 * po/de.po: Update German translation from translation project.
25066 2013-07-26 David S. Miller <davem@davemloft.net>
25068 * po/bg.po: Update Bulgarian translation from translation project.
25070 * po/nl.po: Update Dutch translation from translation project.
25071 * po/pl.po: Update Polish translation from translation project.
25072 * po/ru.po: Update Russian translation from translation project.
25074 2013-07-24 David S. Miller <davem@davemloft.net>
25076 * po/libc.pot: Update.
25078 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25080 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25081 variable page size.
25082 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25083 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25084 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25086 2013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25088 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25090 2013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25091 Andreas Schwab <schwab@suse.de>
25092 Roland McGrath <roland@hack.frob.com>
25093 Joseph Myers <joseph@codesourcery.com>
25094 Carlos O'Donell <carlos@redhat.com>
25097 * config.h.in: Define HAVE_PT_CHOWN.
25098 * config.make.in (build-pt-chown): New variable.
25099 * configure.in (--enable-pt_chown): New configure option.
25100 * configure: Regenerate.
25101 * login/Makefile: Include Makeconfig. Build pt_chown only if
25102 build-pt-chown is enabled.
25103 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25104 pt_chown to fix pty ownership.
25105 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25107 * manual/install.texi (Configuring and compiling): Mention
25108 --enable-pt_chown. Add @findex for grantpt.
25109 * INSTALL: Regenerate.
25111 2013-07-20 David S. Miller <davem@davemloft.net>
25113 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25114 difference between 32-bit and 64-bit.
25116 2013-07-15 Carlos O'Donell <carlos@redhat.com>
25119 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25120 Avoid system header dependency with -ffreestanding.
25121 ($(objpfx)bits/syscall%d): Likewise.
25123 2013-07-13 David S. Miller <davem@davemloft.net>
25125 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25126 underflows from atanl/atan2l due to bug 15319.
25127 (casinh_test_data): Likewise.
25129 2013-07-07 David S. Miller <davem@davemloft.net>
25131 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25133 2013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
25135 * sysdeps/i386/fpu/libm-test-ulps: Update.
25136 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25138 2013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
25140 * configure.in (--enable-lock-elision): Fix message text.
25141 * INSTALL: Regenerate.
25142 * configure: Regenerate.
25144 2013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25146 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25148 2013-07-03 Andreas Jaeger <aj@suse.de>
25150 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25152 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25153 (ptrace_peeksiginfo_args): Add.
25154 (__ptrace_peeksiginfo_flags): Add.
25155 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25156 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25157 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25159 2013-07-03 Allan McRae <allan@archlinux.org>
25161 * sysdeps/i386/fpu/libm-test-ulps: Update.
25163 2013-07-02 David S. Miller <davem@davemloft.net>
25165 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25167 2013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
25169 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25171 2013-07-02 Joseph Myers <joseph@codesourcery.com>
25173 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25174 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25176 2013-07-02 Andi Kleen <ak@linux.intel.com>
25178 * config.h.in (ENABLE_LOCK_ELISION): Add.
25179 * configure.in (--enable-lock-elision): Add option.
25180 * manual/install.texi: Document --enable lock elision.
25181 * configure: Regenerate
25182 * INSTALL: Regenerate.
25184 2013-07-02 H.J. Lu <hongjiu.lu@intel.com>
25186 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25187 SSE4.2 strcasecmp for libc.a.
25188 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25190 2013-07-02 Joseph Myers <joseph@codesourcery.com>
25193 * soft-fp/op-common.h (_FP_FMA): New macro.
25194 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25195 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
25196 (_FP_MUL_MEAT_1_imm): ... here.
25197 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
25198 (_FP_MUL_MEAT_1_wide): ... here.
25199 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
25200 (_FP_MUL_MEAT_1_hard): ... here.
25201 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25202 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
25203 (_FP_MUL_MEAT_2_wide): ... here.
25204 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
25205 (_FP_MUL_MEAT_2_wide_3mul): ... here.
25206 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
25207 (_FP_MUL_MEAT_2_gmp): ... here.
25208 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25209 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
25210 (_FP_MUL_MEAT_4_wide): ... here.
25211 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
25212 (_FP_MUL_MEAT_4_gmp): ... here.
25213 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25214 (_FP_WFRACBITS_DW_S): Likewise.
25215 (_FP_WFRACXBITS_DW_S): Likewise.
25216 (_FP_HIGHBIT_DW_S): Likewise.
25217 (FP_FMA_S): Likewise.
25218 (_FP_FRAC_HIGH_DW_S): Likewise.
25219 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25220 (_FP_WFRACBITS_DW_D): Likewise.
25221 (_FP_WFRACXBITS_DW_D): Likewise.
25222 (_FP_HIGHBIT_DW_D): Likewise.
25223 (FP_FMA_D): Likewise.
25224 (_FP_FRAC_HIGH_DW_D): Likewise.
25225 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25226 (_FP_WFRACBITS_DW_E): Likewise.
25227 (_FP_WFRACXBITS_DW_E): Likewise.
25228 (_FP_HIGHBIT_DW_E): Likewise.
25229 (FP_FMA_E): Likewise.
25230 (_FP_FRAC_HIGH_DW_E): Likewise.
25231 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25232 (_FP_WFRACBITS_DW_Q): Likewise.
25233 (_FP_WFRACXBITS_DW_Q): Likewise.
25234 (_FP_HIGHBIT_DW_Q): Likewise.
25235 (FP_FMA_Q): Likewise.
25236 (_FP_FRAC_HIGH_DW_Q): Likewise.
25237 * soft-fp/fmasf4.c: New file.
25238 * soft-fp/fmadf4.c: Likewise.
25239 * soft-fp/fmatf4.c: Likewise.
25241 2013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25243 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25244 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25246 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25248 (index_Slow_SSE4_2): Likewise.
25249 (index_Prefer_PMINUB_for_stringop): Likewise.
25250 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25251 bit_Slow_SSE4_2 is set.
25252 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25253 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25255 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25257 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25258 rtld_global._dl_hwcap2.
25259 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25261 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25262 POWER8 feature descriptions defined in _dl_hwcap2.
25263 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25264 string handling for POWER8 feature bits.
25265 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25266 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25267 _dl_powerpc_cap_flags.
25268 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25269 * sysdeps/powerpc/rtld-global-offsets.sym
25270 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25271 _dl_hwcap2 in the rtld_global_ro structure.
25273 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25275 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25276 hardware capabilities in support of AT_HWCAP2.
25277 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25278 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25280 (_dl_show_auxv): Add support for calling _dl_procinfo to display
25281 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
25282 explicitly the unknown a_type display mechanism is used.
25283 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25284 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25286 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25287 to macro prototype for AT_HWCAP2 support.
25288 * sysdeps/i386/dl-procinfo.h: Likewise.
25289 * sysdeps/s390/dl-procinfo.h: Likewise.
25290 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25291 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
25292 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
25293 return -1 for unknown a_type display fallback.
25294 * sysdeps/sparc/dl-procinfo.h: Likewise.
25295 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25296 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25298 2013-06-28 Joseph Myers <joseph@codesourcery.com>
25300 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25301 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25303 2013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
25306 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25307 mprotect making __stack_prot writable.
25309 2013-06-28 Nathan Froyd <froydnj@codesourcery.com>
25310 Joseph Myers <joseph@codesourcery.com>
25312 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25313 as being properly aligned.
25315 2013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
25317 * dlfcn/modstatic5.c: New file.
25318 * dlfcn/tststatic5.c: New file.
25319 * dlfcn/Makefile (tests): Add tststatic5.
25320 (tests-static): Likewise.
25321 (modules-names): Add modstatic5.
25322 (tststatic5-ENV): New variable.
25323 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25326 * elf/dl-support.c (_dl_main_map): New variable.
25327 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25328 (_dl_nns, _dl_load_adds): Set to 1.
25329 (_dl_initial_searchlist): Refer to _dl_main_map.
25330 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25331 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25332 call to _dl_get_origin.
25333 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25335 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25336 * dlfcn/modstatic3.c: New file.
25337 * dlfcn/tststatic3.c: New file.
25338 * dlfcn/tststatic4.c: New file.
25339 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25340 (tests-static): Likewise.
25341 (modules-names): Add modstatic3.
25342 (tststatic3-ENV, tststatic4-ENV): New variables.
25343 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25344 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25346 2013-06-26 Joseph Myers <joseph@codesourcery.com>
25348 * configure.in (CC): Require GCC version 4.4 or later.
25349 * configure: Regenerated.
25350 * manual/install.texi (Tools for Compilation): Update GCC version
25352 * INSTALL: Regenerated.
25354 2013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25357 * string/test-memcmp.c (check2): New.
25358 (main): Call check2.
25360 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25362 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
25365 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25367 (dl_open_worker) [!SHARED]: ... here.
25369 2013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25371 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25373 2013-06-25 Richard Henderson <rth@redhat.com>
25375 * locale/programs/locarchive.c: Include <libc-internal.h>
25377 2013-06-25 Joseph Myers <joseph@codesourcery.com>
25379 * manual/texinfo.tex: Update to version 2013-06-21.17, with
25380 trailing whitespace removed.
25382 2013-06-24 Mike Frysinger <vapier@gentoo.org>
25385 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25386 * locale/programs/locarchive.c: Include libc-mmap.h.
25387 (prepare_address_space): Take two new outputs (the mmap base and len).
25388 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
25390 (create_archive): Declare new mmap base and len values for
25391 prepare_address_space, and store the result in ah.
25392 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25393 (enlarge_archive): If ah->mmap_base is not NULL, use that and
25394 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25395 Declare new mmap base and len values for
25396 prepare_address_space, and store the result in new_ah.
25397 (open_archive): Declare new mmap base and len values for
25398 prepare_address_space, and store the result in ah.
25399 (close_archive): If ah->mmap_base is not NULL, use that and
25400 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25401 * sysdeps/generic/libc-mmap.h: New file.
25403 2013-06-24 Mike Frysinger <vapier@gentoo.org>
25405 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25406 (ALIGN_UP): Likewise.
25407 (PTR_ALIGN_DOWN): Likewise.
25408 (PTR_ALIGN_UP): Likewise.
25410 2013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25412 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25413 entry mapped to PPC_PLATFORM_POWER8.
25414 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25416 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25417 (_dl_string_platform): Add case for exporting platform position for
25419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25420 search path to sysdeps/powerpc/powerpc32/power8 directory.
25421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25422 search path to sysdeps/powerpc/powerpc64/power8 directory.
25423 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25424 power7 directories.
25425 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25426 power7 directories.
25428 2013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
25430 * INSTALL: Regenerate.
25432 * nscd/connections.c (nscd_init): Fix comment.
25434 2013-06-22 Joseph Myers <joseph@codesourcery.com>
25436 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25439 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25440 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25442 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
25444 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25446 (DL_DST_REQ_STATIC): Remove macro.
25448 2013-06-21 Joseph Myers <joseph@codesourcery.com>
25451 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25452 with a shift of 0 bits.
25454 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
25456 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25459 2013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
25462 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25464 2013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25466 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25467 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25468 accepts -fno-tree-loop-distribute-patterns.
25469 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25470 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25472 * string/memset.c (memset): Likewise.
25473 * string/test-memmove.c (simple_memmove): Disable loop transformation
25475 * string/test-memset.c (simple_memset): Likewise.
25476 * benchtests/bench-memmove.c (simple_memmove): Likewise.
25477 * benchtests/bench-memset.c (simple_memset): Likewise.
25478 * configure: Regenerated.
25480 2013-06-20 Joseph Myers <joseph@codesourcery.com>
25482 * math/test-misc.c (main): Ignore fesetround failure when failures
25483 of subsequent rounding tests would be ignored.
25486 * math/fedisblxcpt.c (fedisableexcept): Return 0.
25487 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25488 * math/fegetenv.c (__fegetenv): Return 0.
25489 * math/fegetexcept.c (fegetexcept): Return 0.
25490 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25492 * math/feholdexcpt.c (feholdexcept): Return 0.
25493 * math/fesetenv.c (__fesetenv): Return 0.
25494 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25495 argument FE_TONEAREST.
25496 * math/feupdateenv.c (__feupdateenv): Return 0.
25497 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25499 2013-06-18 Roland McGrath <roland@hack.frob.com>
25501 * elf/rtld-Rules (rtld-compile-command.S): New variable.
25502 (rtld-compile-command.s, rtld-compile-command.c): New variables.
25503 ($(objpfx)rtld-%.os rules): Use them.
25505 2013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25507 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25510 2013-06-17 Roland McGrath <roland@hack.frob.com>
25512 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25513 length of target pattern, then descending length of dependency pattern.
25514 * configure.in (AWK): Require gawk 3.1.2 or newer.
25515 * manual/install.texi (Tools for Compilation): Say that we do.
25516 * configure: Regenerated.
25518 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25519 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25520 * scripts/sysd-rules.awk: ... this new script.
25521 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25522 than a glob-style pattern.
25524 2013-06-17 Joseph Myers <joseph@codesourcery.com>
25526 * math/test-misc.c (main): Do not treat incorrectly rounded
25527 conversions as failure unless ROUNDING_TESTS passes.
25529 2013-06-15 Joseph Myers <joseph@codesourcery.com>
25532 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25533 restore exception state around main square root computation, then
25534 check for inexactness explicitly.
25536 * math/libm-test.inc (fma_test_data): Add another test.
25538 2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
25540 * manual/threads.texi (Non-POSIX Extensions): New document
25541 node. Document pthread_getattr_default_np and
25542 pthread_setattr_default_np.
25544 * Versions.def (libpthread): Add GLIBC_2.18.
25545 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25550 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25552 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25554 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25556 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25558 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25560 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25562 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25565 2013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25567 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25568 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25570 2013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
25571 H.J. Lu <hjl.tools@gmail.com>
25574 * sysdeps/x86_64/rtld-memset.c: Remove file.
25575 * sysdeps/x86_64/rtld-memset.S: New file.
25577 2013-06-14 Joseph Myers <joseph@codesourcery.com>
25579 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25580 (test_in_one_mode): Take arguments for whether the rounding mode
25581 is supported for each floating-point type.
25582 (do_test): Pass new arguments to test_in_one_mode using
25585 2013-06-13 Roland McGrath <roland@hack.frob.com>
25587 * posix/tst-waitid.c (do_test): Distinguish different instances of
25588 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
25589 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25590 before entering the kernel for waitpid.
25592 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25594 * NEWS: Fix note on clock function precision. Text by Roland
25597 2013-06-13 Roland McGrath <roland@hack.frob.com>
25599 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25600 it into place only when and if the sanity check passes.
25602 2013-06-13 Joseph Myers <joseph@codesourcery.com>
25604 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25605 output for whether conversion result is exact. Take argument
25606 indicating whether type is IBM long double.
25607 (round_for_all): Change need_exact field to ibm_ld.
25608 * stdlib/tst-strtod-round.c (struct exactness): New type.
25609 (struct test): Change bool ld_ok field to struct exactness exact.
25610 (TEST): Update all definitions for change to field.
25611 (tests): Regenerate array contents.
25612 (test_in_one_mode): Take pointer to new field instead of old ld_ok
25613 field value. Check for IBM long double here.
25614 (do_test): Update calls to test_in_one_mode.
25616 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25619 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25620 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25622 2013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25625 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25626 generated by the compiler on loop optimizations.
25627 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25628 general definitions.
25630 2013-06-12 Joseph Myers <joseph@codesourcery.com>
25632 * math/bug-nextafter.c: Include <math-tests.h>.
25633 (main): Only test for exceptions if EXCEPTION_TESTS is true for
25635 * math/bug-nexttoward.c: Include <math-tests.h>.
25636 (main): Only test for exceptions if EXCEPTION_TESTS is true for
25638 * math/test-misc.c: Include <math-tests.h>.
25639 (main): Only test for exceptions if EXCEPTION_TESTS is true for
25642 2013-06-12 Andreas Jaeger <aj@suse.de>
25644 * po/ia.po: Update Interlingua translation from translation
25647 2013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
25649 * include/fenv.h: Include stdbool.h.
25650 (struct rm_ctx): New structure.
25651 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25653 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25654 (SET_RESTORE_ROUNDF): Likewise.
25655 (SET_RESTORE_ROUNDL): Likewise.
25656 (SET_RESTORE_ROUND_NOEX): Likewise.
25657 (SET_RESTORE_ROUND_NOEXF): Likewise.
25658 (SET_RESTORE_ROUND_NOEXL): Likewise.
25659 (SET_RESTORE_ROUND_53BIT): Likewise.
25660 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25661 (libc_feresetround_noexf_ctx): Likewise.
25662 (libc_feresetround_noexl_ctx): Likewise.
25663 (libc_feholdsetround_53bit_ctx): Likewise.
25664 (libc_feresetround_53bit_ctx): Likewise.
25665 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25666 (libc_feholdexcept_setround_sse_ctx): New function.
25667 (libc_fesetenv_sse_ctx): Likewise.
25668 (libc_feupdateenv_sse_ctx): Likewise.
25669 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25670 (libc_feholdexcept_setround_387_ctx): Likewise.
25671 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25672 (libc_feholdsetround_387_prec_ctx): Likewise.
25673 (libc_feholdsetround_387_ctx): Likewise.
25674 (libc_feholdsetround_387_53bit_ctx): Likewise.
25675 (libc_feholdsetround_sse_ctx): Likewise.
25676 (libc_feresetround_sse_ctx): Likewise.
25677 (libc_feresetround_387_ctx): Likewise.
25678 (libc_feupdateenv_387_ctx): Likewise.
25679 (libc_feholdexcept_setroundf_ctx): Define macro.
25680 (libc_fesetenvf_ctx): Likewise.
25681 (libc_feupdateenvf_ctx): Likewise.
25682 (libc_feholdsetroundf_ctx): Likewise.
25683 (libc_feresetroundf_ctx): Likewise.
25684 (libc_feholdexcept_setround_ctx): Likewise.
25685 (libc_fesetenv_ctx): Likewise.
25686 (libc_feupdateenv_ctx): Likewise.
25687 (libc_feholdsetround_ctx): Likewise.
25688 (libc_feresetround_ctx): Likewise.
25689 (libc_feholdexcept_setroundl_ctx): Likewise.
25690 (libc_feupdateenvl_ctx): Likewise.
25691 (libc_feholdsetroundl_ctx): Likewise.
25692 (libc_feresetroundl_ctx): Likewise.
25693 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25694 (libc_feresetround_53bit_ctx): Likewise.
25696 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25698 * locale/iso-639.def: Convert to UTF-8.
25700 2013-06-11 Joseph Myers <joseph@codesourcery.com>
25702 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25703 (EXCEPTION_TESTS_double): Likewise.
25704 (EXCEPTION_TESTS_long_double): Likewise.
25705 (EXCEPTION_TESTS): Likewise.
25706 * math/libm-test.inc (test_exceptions): Only test exceptions if
25707 EXCEPTION_TESTS (FLOAT).
25709 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25711 * benchtests/Makefile (string-bench): Add strcpy_chk and
25713 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25714 * benchtests/bench-stpcpy_chk.c: New file.
25715 * benchtests/bench-strcpy_chk-ifunc.c: New file.
25716 * benchtests/bench-strcpy_chk.c: New file.
25717 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25719 (do_test): Likewise.
25721 2013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25723 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25724 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25725 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25726 with tabs where appropriate.
25727 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25729 [PPC_PLATFORM_PPC440]: Likewise.
25730 [PPC_PLATFORM_PPC464]: Likewise.
25731 [PPC_PLATFORM_PPC476]: Likewise.
25732 (_dl_string_platform): Add support for detecting ppc405, ppc440,
25733 ppc464, and ppc476 platform strings merging from ports/
25736 2013-06-11 Andreas Schwab <schwab@suse.de>
25739 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25740 (from_ucs4_idx): Regenerate.
25741 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25742 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25743 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25744 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25745 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25746 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25747 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25748 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25749 from FROM_LOOP and TO_LOOP specific macros.
25750 (BODY): Handle combining characters.
25751 * iconvdata/BIG5HKSCS.irreversible: Update.
25752 * iconvdata/BIG5HKSCS.precomposed: New file.
25753 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25755 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25757 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25759 * include/sys/time.h: Fix indentation and add copyright header.
25761 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25762 (do_test): Likewise.
25763 * string/test-memchr.c (do_one_test): Likewise.
25764 (do_test): Likewise.
25765 * string/test-memcmp.c (do_one_test): Likewise.
25766 (do_test): Likewise.
25767 * string/test-memcpy.c (do_one_test): Likewise.
25768 (do_test): Likewise.
25769 * string/test-memmem.c (do_one_test): Likewise.
25770 (do_test): Likewise.
25771 (do_random_tests): Likewise.
25772 * string/test-memmove.c (do_one_test): Likewise.
25773 (do_test): Likewise.
25774 * string/test-memset.c (do_one_test): Likewise.
25775 (do_test): Likewise.
25776 * string/test-rawmemchr.c (do_one_test): Likewise.
25777 (do_test): Likewise.
25778 * string/test-strcasecmp.c (do_one_test): Likewise.
25779 (do_test): Likewise.
25780 * string/test-strcasestr.c (do_one_test): Likewise.
25781 (do_test): Likewise.
25782 * string/test-strcat.c (do_one_test): Likewise.
25783 (do_test): Likewise.
25784 * string/test-strchr.c (do_one_test): Likewise.
25785 (do_test): Likewise.
25786 * string/test-strcmp.c (do_one_test): Likewise.
25787 (do_test): Likewise.
25788 * string/test-strcpy.c (do_one_test): Likewise.
25789 (do_test): Likewise.
25790 * string/test-string.h: Likewise.
25791 (test_init): Likewise.
25792 * string/test-strlen.c (do_one_test): Likewise.
25793 (do_test): Likewise.
25794 * string/test-strncasecmp.c (do_one_test): Likewise.
25795 (do_test): Likewise.
25796 * string/test-strncat.c (do_one_test): Likewise.
25797 (do_test): Likewise.
25798 * string/test-strncmp.c (do_one_test): Likewise.
25799 (do_test_limit): Likewise.
25800 (do_test): Likewise.
25801 * string/test-strncpy.c (do_one_test): Likewise.
25802 (do_test): Likewise.
25803 * string/test-strnlen.c (do_one_test): Likewise.
25804 (do_test): Likewise.
25805 * string/test-strpbrk.c (do_one_test): Likewise.
25806 (do_test): Likewise.
25807 * string/test-strrchr.c (do_one_test): Likewise.
25808 (do_test): Likewise.
25809 * string/test-strspn.c (do_one_test): Likewise.
25810 (do_test): Likewise.
25811 * string/test-strstr.c (do_one_test): Likewise.
25812 (do_test): Likewise.
25814 * benchtests/Makefile (string-bench): Add string benchmarks.
25815 * benchtests/bench-bcopy-ifunc.c: New file.
25816 * benchtests/bench-bcopy.c: New file.
25817 * benchtests/bench-bzero-ifunc.c: New file.
25818 * benchtests/bench-bzero.c: New file.
25819 * benchtests/bench-memccpy-ifunc.c: New file.
25820 * benchtests/bench-memccpy.c: New file.
25821 * benchtests/bench-memchr-ifunc.c: New file.
25822 * benchtests/bench-memchr.c: New file.
25823 * benchtests/bench-memcmp-ifunc.c: New file.
25824 * benchtests/bench-memcmp.c: New file.
25825 * benchtests/bench-memmem-ifunc.c: New file.
25826 * benchtests/bench-memmem.c: New file.
25827 * benchtests/bench-memmove-ifunc.c: New file.
25828 * benchtests/bench-memmove.c: New file.
25829 * benchtests/bench-mempcpy-ifunc.c: New file.
25830 * benchtests/bench-mempcpy.c: New file.
25831 * benchtests/bench-memset-ifunc.c: New file.
25832 * benchtests/bench-memset.c: New file.
25833 * benchtests/bench-rawmemchr-ifunc.c: New file.
25834 * benchtests/bench-rawmemchr.c: New file.
25835 * benchtests/bench-stpcpy-ifunc.c: New file.
25836 * benchtests/bench-stpcpy.c: New file.
25837 * benchtests/bench-stpncpy-ifunc.c: New file.
25838 * benchtests/bench-stpncpy.c: New file.
25839 * benchtests/bench-strcasecmp-ifunc.c: New file.
25840 * benchtests/bench-strcasecmp.c: New file.
25841 * benchtests/bench-strcasestr-ifunc.c: New file.
25842 * benchtests/bench-strcasestr.c: New file.
25843 * benchtests/bench-strcat-ifunc.c: New file.
25844 * benchtests/bench-strcat.c: New file.
25845 * benchtests/bench-strchr-ifunc.c: New file.
25846 * benchtests/bench-strchr.c: New file.
25847 * benchtests/bench-strchrnul-ifunc.c: New file.
25848 * benchtests/bench-strchrnul.c: New file.
25849 * benchtests/bench-strcmp-ifunc.c: New file.
25850 * benchtests/bench-strcmp.c: New file.
25851 * benchtests/bench-strcpy-ifunc.c: New file.
25852 * benchtests/bench-strcpy.c: New file.
25853 * benchtests/bench-strcspn-ifunc.c: New file.
25854 * benchtests/bench-strcspn.c: New file.
25855 * benchtests/bench-strlen-ifunc.c: New file.
25856 * benchtests/bench-strlen.c: New file.
25857 * benchtests/bench-strncasecmp-ifunc.c: New file.
25858 * benchtests/bench-strncasecmp.c: New file.
25859 * benchtests/bench-strncat-ifunc.c: New file.
25860 * benchtests/bench-strncat.c: New file.
25861 * benchtests/bench-strncmp-ifunc.c: New file.
25862 * benchtests/bench-strncmp.c: New file.
25863 * benchtests/bench-strncpy-ifunc.c: New file.
25864 * benchtests/bench-strncpy.c: New file.
25865 * benchtests/bench-strnlen-ifunc.c: New file.
25866 * benchtests/bench-strnlen.c: New file.
25867 * benchtests/bench-strpbrk-ifunc.c: New file.
25868 * benchtests/bench-strpbrk.c: New file.
25869 * benchtests/bench-strrchr-ifunc.c: New file.
25870 * benchtests/bench-strrchr.c: New file.
25871 * benchtests/bench-strspn-ifunc.c: New file.
25872 * benchtests/bench-strspn.c: New file.
25873 * benchtests/bench-strstr-ifunc.c: New file.
25874 * benchtests/bench-strstr.c: New file.
25876 * benchtests/Makefile: Disable parallel execution of targets.
25877 (string-bench): Add memcpy.
25878 (benchset): New variable to store a list of benchmark sets.
25879 (bench-func): Renamed from bench.
25880 (bench-set): New target.
25881 (bench): Depend on bench-func and bench-set.
25882 * benchtests/README: Add section on benchmark sets.
25883 * benchtests/bench-memcpy-ifunc.c: New file.
25884 * benchtests/bench-memcpy.c: New file.
25885 * benchtests/bench-string.h: New file.
25887 2013-06-11 Andreas Schwab <schwab@suse.de>
25890 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25891 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25892 values in the triple.
25893 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25894 terminator in the group key.
25896 2013-06-11 Andreas Jaeger <aj@suse.de>
25898 * po/zh_TW.po: Update Chinese (traditional) translation from
25899 translation project.
25901 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25903 * include/time.h (__clock_gettime): Add libc_hidden_proto.
25904 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25905 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
25906 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25907 (clock_getcpuclockid): Likewise.
25908 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25909 Add weak_alias and libc_hidden_def.
25910 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25911 * rt/clock_gettime.c (clock_gettime): Rename to
25912 __clock_gettime. Add weak_alias and libc_hidden_def.
25913 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25914 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25915 __clock_nanosleep. Add weak_alias and libc_hidden_def.
25916 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25917 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25919 * rt/clock_settime.c (clock_settime): Rename to
25920 __clock_settime. Add weak_alias and libc_hidden_def.
25921 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25923 2013-06-10 Joseph Myers <joseph@codesourcery.com>
25925 * mach/err_boot.sub: Remove trailing whitespace.
25926 * mach/err_ipc.sub: Likewise.
25927 * mach/err_mach.sub: Likewise.
25929 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25930 (ROUNDING_TESTS_double): Likewise.
25931 (ROUNDING_TESTS_long_double): Likewise.
25932 (ROUNDING_TESTS): Likewise.
25933 * math/libm-test.inc: Include <math-tests.h>.
25934 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25935 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25936 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25937 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25939 2013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25941 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25944 2013-06-08 Joseph Myers <joseph@codesourcery.com>
25946 * sysdeps/gnu/errlist.awk: Do not generate space at end of
25947 otherwise empty TRANS lines.
25948 * sysdeps/gnu/errlist.c: Regenerated.
25950 * catgets/gencat.c (error_print): Use (void) in function
25952 * crypt/crypt_util.c (__init_des): Likewise.
25953 * crypt/speeds.c (Stop): Likewise.
25955 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25956 * inet/ruserpass.c (token): Likewise.
25957 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25958 * intl/localealias.c (extend_alias_table): Likewise.
25959 * intl/plural-exp.c (init_germanic_plural): Likewise.
25960 * libio/fcloseall.c (__fcloseall): Likewise.
25961 * libio/genops.c (_IO_flush_all): Likewise.
25962 (_IO_flush_all_linebuffered): Likewise.
25963 (_IO_cleanup): Likewise.
25964 (_IO_iter_begin): Likewise.
25965 (_IO_iter_end): Likewise.
25966 (_IO_list_lock): Likewise.
25967 (_IO_list_unlock): Likewise.
25968 (_IO_list_resetlock): Likewise.
25969 * libio/getchar.c (getchar): Likewise.
25970 * libio/getchar_u.c (getchar_unlocked): Likewise.
25971 * libio/getwchar.c (getwchar): Likewise.
25972 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25973 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25974 * login/getpt.c (__getpt): Likewise.
25975 * login/tst-utmp.c (main): Likewise.
25976 * malloc/hooks.c (__malloc_check_init): Likewise.
25977 * malloc/malloc.c (__malloc_stats): Likewise.
25978 * malloc/mtrace.c (tr_break): Likewise.
25979 (mtrace): Likewise.
25980 (muntrace): Likewise.
25981 * misc/fstab.c (endfsent): Likewise.
25982 * misc/getclktck.c (__getclktck): Likewise.
25983 * misc/getdtsz.c (__getdtablesize): Likewise.
25984 * misc/gethostid.c (gethostid): Likewise.
25985 * misc/getpagesize.c (__getpagesize): Likewise.
25986 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25987 (__get_nprocs): Likewise.
25988 (__get_phys_pages): Likewise.
25989 (__get_avphys_pages): Likewise.
25990 * misc/getttyent.c (getttyent): Likewise.
25991 (setttyent): Likewise.
25992 (endttyent): Likewise.
25993 * misc/getusershell.c (getusershell): Likewise.
25994 (endusershell): Likewise.
25995 (setusershell): Likewise.
25996 (initshells): Likewise.
25997 * misc/hsearch.c (__hdestroy): Likewise.
25998 * misc/sync.c (sync): Likewise.
25999 * misc/syslog.c (closelog_internal): Likewise.
26000 (closelog): Likewise.
26001 * misc/ttyslot.c (ttyslot): Likewise.
26002 * misc/vhangup.c (vhangup): Likewise.
26003 * posix/fork.c (__fork): Likewise.
26004 * posix/getegid.c (__getegid): Likewise.
26005 * posix/geteuid.c (__geteuid): Likewise.
26006 * posix/getgid.c (__getgid): Likewise.
26007 * posix/getpid.c (__getpid): Likewise.
26008 * posix/getppid.c (__getppid): Likewise.
26009 * posix/getuid.c (__getuid): Likewise.
26010 * posix/pause.c (pause): Likewise.
26011 * posix/setpgrp.c (setpgrp): Likewise.
26012 * posix/setsid.c (__setsid): Likewise.
26013 * posix/test-vfork.c (noop): Likewise.
26014 * resolv/gethnamaddr.c (_endhtent): Likewise.
26015 (_gethtent): Likewise.
26016 (ht_endhostent): Likewise.
26017 (gethostent): Likewise.
26018 (dns_service): Likewise.
26019 * stdlib/drand48.c (drand48): Likewise.
26020 * stdlib/lrand48.c (lrand48): Likewise.
26021 * stdlib/mrand48.c (mrand48): Likewise.
26022 * stdlib/rand.c (rand): Likewise.
26023 * stdlib/random.c (__random): Likewise.
26024 * stdlib/setenv.c (clearenv): Likewise.
26025 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26026 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26027 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26028 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26029 (__get_nprocs): Likewise.
26030 (__get_phys_pages): Likewise.
26031 (__get_avphys_pages): Likewise.
26032 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26033 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26034 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26035 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26036 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26037 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26038 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26039 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26040 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26041 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26042 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26043 * sysdeps/mach/hurd/sync.c (sync): Likewise.
26044 * sysdeps/posix/clock.c (clock): Likewise.
26045 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26046 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26047 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26048 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26049 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26050 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26051 (__get_nprocs_conf): Likewise.
26052 (__get_phys_pages): Likewise.
26053 (__get_avphys_pages): Likewise.
26054 * time/clock.c (clock): Likewise.
26055 * time/tzset.c (__tzname_max): Likewise.
26057 2013-06-07 Joseph Myers <joseph@codesourcery.com>
26059 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26060 (__bswap_32): Do not use "register".
26061 * crypt/crypt.c (_ufc_doit_r): Likewise.
26062 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26063 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26064 * gmon/gmon.c (__monstartup): Likewise.
26065 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26066 * hurd/hurdmalloc.c (more_memory): Likewise.
26067 (malloc): Likewise.
26069 (realloc): Likewise.
26070 (malloc_fork_prepare): Likewise.
26071 (malloc_fork_parent): Likewise.
26072 (malloc_fork_child): Likewise.
26073 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26074 (_svcauth_des): Likewise.
26075 * inet/inet_lnaof.c (inet_lnaof): Likewise.
26076 * inet/inet_net.c (inet_network): Likewise.
26077 * inet/inet_netof.c (inet_netof): Likewise.
26078 * inet/rcmd.c (__validuser2_sa): Likewise.
26079 * io/fts.c (fts_open): Likewise.
26080 (fts_load): Likewise.
26081 (fts_close): Likewise.
26082 (fts_read): Likewise.
26083 (fts_children): Likewise.
26084 (fts_build): Likewise.
26085 (fts_stat): Likewise.
26086 (fts_sort): Likewise.
26087 (fts_alloc): Likewise.
26088 (fts_lfree): Likewise.
26089 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26090 (_IO_file_xsgetn): Likewise.
26091 (_IO_file_xsgetn_mmap): Likewise.
26092 * libio/iofopncook.c (_IO_cookie_read): Likewise.
26093 (_IO_cookie_write): Likewise.
26094 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26095 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26096 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26097 * malloc/obstack.c (_obstack_begin): Likewise.
26098 (_obstack_begin_1): Likewise.
26099 (_obstack_newchunk): Likewise.
26100 (_obstack_allocated_p): Likewise.
26101 (obstack_free): Likewise.
26102 (_obstack_memory_used): Likewise.
26103 * misc/getttyent.c (getttynam): Likewise.
26104 (getttyent): Likewise.
26107 * misc/getusershell.c (initshells): Likewise.
26108 * misc/syslog.c (__vsyslog_chk): Likewise.
26109 * misc/ttyslot.c (ttyslot): Likewise.
26110 * nis/nis_hash.c (__nis_hash): Likewise.
26111 * posix/fnmatch_loop.c (FCT): Likewise.
26112 * posix/getconf.c (print_all): Likewise.
26114 * posix/getopt.c (exchange): Likewise.
26115 * posix/glob.c (globfree): Likewise.
26116 (prefix_array): Likewise.
26117 (__glob_pattern_type): Likewise.
26118 * resolv/arpa/nameser.h (NS_GET16): Likewise.
26119 (NS_GET32): Likewise.
26120 (NS_PUT16): Likewise.
26121 (NS_PUT32): Likewise.
26122 * resolv/gethnamaddr.c (getanswer): Likewise.
26123 (gethostbyname2): Likewise.
26124 (gethostbyaddr): Likewise.
26125 (_gethtent): Likewise.
26126 (_gethtbyname2): Likewise.
26127 (_gethtbyaddr): Likewise.
26128 * resolv/ns_print.c (dst_s_get_int16): Likewise.
26129 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26130 * resolv/res_init.c (__res_vinit): Likewise.
26131 (net_mask): Likewise.
26132 * resolv/res_mkquery.c (outchar): Likewise.
26134 * stdio-common/printf_fp.c (outchar): Likewise.
26136 * stdio-common/printf_fphex.c (outchar): Likewise.
26138 * stdio-common/printf_size.c (outchar): Likewise.
26140 * stdio-common/test_rdwr.c (main): Likewise.
26141 * stdio-common/tfformat.c (matches): Likewise.
26142 * stdio-common/vfprintf.c (outchar): Likewise.
26143 (printf_unknown): Likewise.
26144 (buffered_vfprintf): Likewise.
26145 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26146 * stdio-common/xbug.c (AppendToBuffer): Likewise.
26147 (ReadFile): Likewise.
26148 * stdlib/qsort.c (SWAP): Likewise.
26149 (_quicksort): Likewise.
26150 * stdlib/setenv.c (__add_to_environ): Likewise.
26151 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26152 * stdlib/strtol_l.c (__strtol_l): Likewise.
26153 * stdlib/tst-strtod.c (main): Likewise.
26154 * stdlib/tst-strtol.c (main): Likewise.
26155 * stdlib/tst-strtoll.c (main): Likewise.
26156 * string/bits/string2.h (__strcmp_cc): Likewise.
26157 (__strcmp_cg): Likewise.
26158 (__strcspn_c1): Likewise.
26159 (__strcspn_c2): Likewise.
26160 (__strcspn_c3): Likewise.
26161 (__strspn_c1): Likewise.
26162 (__strspn_c2): Likewise.
26163 (__strspn_c3): Likewise.
26164 (__strsep_1c): Likewise.
26165 (__strsep_2c): Likewise.
26166 (__strsep_3c): Likewise.
26167 * string/memccpy.c (__memccpy): Likewise.
26168 * string/stpcpy.c (__stpcpy): Likewise.
26169 * string/strcmp.c (strcmp): Likewise.
26170 * string/strrchr.c (strrchr): Likewise.
26171 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26173 * sysdeps/mach/hurd/getcwd.c
26174 (_hurd_canonicalize_directory_name_internal): Likewise.
26175 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26176 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26177 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26178 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26179 Likewise, in both definitions.
26180 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26182 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26183 64] (__bswap_64): Likewise.
26184 * time/test_time.c (main): Likewise.
26185 * time/tzfile.c (__tzfile_read): Likewise.
26186 (__tzfile_compute): Likewise.
26187 * time/tzset.c (__tzset_parse_tz): Likewise.
26188 (tzset_internal): Likewise.
26189 (compute_change): Likewise.
26190 * wcsmbs/wcscat.c (__wcscat): Likewise.
26191 * wcsmbs/wcschr.c (wcschr): Likewise.
26192 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26193 * wcsmbs/wcscspn.c (wcscspn): Likewise.
26194 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26195 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26196 * wcsmbs/wcsspn.c (wcsspn): Likewise.
26197 * wcsmbs/wcsstr.c (wcsstr): Likewise.
26198 * wcsmbs/wmemchr.c (wmemchr): Likewise.
26199 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26200 * wcsmbs/wmemset.c (wmemset): Likewise.
26202 2013-06-06 Joseph Myers <joseph@codesourcery.com>
26204 * scripts/config.guess: Update to version 2013-05-16.
26205 * scripts/config.sub: Update to version 2013-04-24.
26206 * scripts/install-sh: Update to version 2011-11-20.07.
26207 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26208 * scripts/move-if-change: Update to version 2012-01-06 07:23.
26210 2013-06-06 Ondřej Bílka <neleai@seznam.cz>
26212 * debug/fgetws_u_chk.c: Fix leading whitespaces.
26213 * elf/sln.c: Likewise.
26214 * hurd/hurd/ioctl.h: Likewise.
26215 * hurd/hurdmalloc.c: Likewise.
26216 * hurd/xattr.c: Likewise.
26217 * include/shlib-compat.h: Likewise.
26218 * inet/ruserpass.c: Likewise.
26219 * libio/iofgets_u.c: Likewise.
26220 * libio/iofgetws_u.c: Likewise.
26221 * locale/programs/ld-identification.c: Likewise.
26222 * locale/programs/ld-time.c: Likewise.
26223 * mach/msg-destroy.c: Likewise.
26224 * nss/nss_files/files-netgrp.c: Likewise.
26225 * resolv/res_data.c: Likewise.
26226 * soft-fp/op-1.h: Likewise.
26227 * soft-fp/op-2.h: Likewise.
26228 * soft-fp/op-4.h: Likewise.
26229 * soft-fp/op-common.h: Likewise.
26230 * stdio-common/printf_fphex.c: Likewise.
26231 * stdlib/strtod_l.c: Likewise.
26232 * sunrpc/rpc/clnt.h: Likewise.
26233 * sysdeps/generic/framestate.c: Likewise.
26234 * sysdeps/i386/bsd-_setjmp.S: Likewise.
26235 * sysdeps/i386/bsd-setjmp.S: Likewise.
26236 * sysdeps/i386/__longjmp.S: Likewise.
26237 * sysdeps/i386/setjmp.S: Likewise.
26238 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26239 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26240 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26241 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26242 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26243 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26244 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26245 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26246 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26247 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26248 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26249 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26250 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26251 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26252 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26253 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26254 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26255 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26256 * sysdeps/ieee754/support.c: Likewise.
26257 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26258 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26259 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26260 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26261 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26262 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26263 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26264 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26265 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26266 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26267 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26268 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26269 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26270 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26271 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26272 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26273 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26274 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26276 2013-06-05 Ondřej Bílka <neleai@seznam.cz>
26278 * posix/transbug.c: Remove executable mode.
26280 2013-06-05 Joseph Myers <joseph@codesourcery.com>
26282 * crypt/speeds.c: Remove trailing whitespace.
26283 * dlfcn/default.c: Likewise.
26284 * elf/ifuncdep2.c: Likewise.
26285 * elf/ifuncmain1.c: Likewise.
26286 * elf/ifuncmain1vis.c: Likewise.
26287 * elf/testobj.h: Likewise.
26288 * elf/tst-stackguard1.c: Likewise.
26289 * gmon/sys/gmon.h: Likewise.
26290 * hurd/hurdmsg.c: Likewise.
26291 * hurd/new-fd.c: Likewise.
26292 * hurd/ports-get.c: Likewise.
26293 * iconvdata/ibm1008_420.c: Likewise.
26294 * inet/tst-getni1.c: Likewise.
26295 * inet/tst-getni2.c: Likewise.
26296 * libio/ioungetc.c: Likewise.
26297 * libio/wfiledoalloc.c: Likewise.
26298 * manual/libm-err-tab.pl: Likewise.
26299 * math/w_dremf.c: Likewise.
26300 * misc/ftruncate.c: Likewise.
26301 * posix/bug-glob2.c: Likewise.
26302 * posix/tst-pcre.c: Likewise.
26303 * posix/wait4.c: Likewise.
26304 * resolv/README: Likewise.
26305 * resolv/res_debug.h: Likewise.
26306 * resolv/tst-inet_ntop.c: Likewise.
26307 * setjmp/bug269-setjmp.c: Likewise.
26308 * soft-fp/extended.h: Likewise.
26309 * soft-fp/op-1.h: Likewise.
26310 * soft-fp/op-2.h: Likewise.
26311 * soft-fp/op-4.h: Likewise.
26312 * soft-fp/op-8.h: Likewise.
26313 * soft-fp/testit.c: Likewise.
26314 * stdio-common/bug16.c: Likewise.
26315 * stdlib/random.c: Likewise.
26316 * sunrpc/rpcsvc/rquota.x: Likewise.
26317 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26318 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26319 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26320 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26321 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26322 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26323 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26324 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26325 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26326 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26327 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26328 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26329 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26330 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26331 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26332 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26333 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26334 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26335 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26336 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26337 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26338 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26339 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26340 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26341 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26342 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26343 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26344 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26345 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26346 * sysdeps/ieee754/s_lib_version.c: Likewise.
26347 * sysdeps/mach/hurd/check_fds.c: Likewise.
26348 * sysdeps/mach/hurd/getsockname.c: Likewise.
26349 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26350 * sysdeps/mach/hurd/recvfrom.c: Likewise.
26351 * sysdeps/powerpc/bits/link.h: Likewise.
26352 * sysdeps/powerpc/dl-procinfo.c: Likewise.
26353 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26354 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26355 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26356 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26357 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26358 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26359 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26360 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26361 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26362 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26363 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26364 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26365 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26366 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26367 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26368 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26369 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26370 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26371 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26372 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26373 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26374 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26375 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26376 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26377 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26378 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26379 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26380 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26381 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26382 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26383 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26384 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26385 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26386 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26387 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26388 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26389 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26390 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26391 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26392 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26393 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26394 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26395 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26396 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26397 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26398 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26399 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26400 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26401 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26402 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26403 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26404 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26405 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26406 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26407 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26408 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26409 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26410 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26411 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26412 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26413 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26414 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26415 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26416 * sysdeps/powerpc/sysdep.h: Likewise.
26417 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26418 * sysdeps/s390/s390-64/sub_n.S: Likewise.
26419 * sysdeps/sh/dl-trampoline.S: Likewise.
26420 * sysdeps/sh/memset.S: Likewise.
26421 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26422 * sysdeps/sh/strlen.S: Likewise.
26423 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26424 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26425 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26426 * sysdeps/sparc/sparc32/rem.S: Likewise.
26427 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26428 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26429 * sysdeps/sparc/sparc32/strchr.S: Likewise.
26430 * sysdeps/sparc/sparc32/udiv.S: Likewise.
26431 * sysdeps/sparc/sparc32/urem.S: Likewise.
26432 * sysdeps/sparc/sparc64/add_n.S: Likewise.
26433 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26434 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26435 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26436 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26437 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26438 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26439 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26440 * sysdeps/unix/bsd/times.c: Likewise.
26441 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26442 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26444 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26446 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26447 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26448 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26449 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26450 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26451 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26452 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26453 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26454 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26455 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26456 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26457 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26458 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26459 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26460 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26461 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26462 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26463 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26464 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26465 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26466 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26467 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26468 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26469 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26470 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26471 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26472 * sysdeps/x86_64/strcspn.S: Likewise.
26474 2013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26476 * locale/C-translit.h: Revert #include <stdint.h> because this is a
26477 generated file. Regenerate properly from gen-translit.pl.
26478 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
26479 locale/C-translit.h.
26481 2013-06-05 Andreas Schwab <schwab@suse.de>
26484 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26485 week as 6 instead of -1.
26486 * time/tst-strptime.c (day_tests): Add test case.
26488 2013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
26490 * sysdeps/generic/math_private.h
26491 (libc_feholdexcept_setround_53bit): Replace with
26492 libc_feholdsetround_53bit.
26493 (libc_feupdateenv_53bit): Replace with
26494 libc_feresetround_53bit.
26495 (SET_RESTORE_ROUND_53BIT): Adjust.
26497 2013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
26499 * string/test-strchrnul.c: Add copyright header.
26501 * posix/tst-getaddrinfo4.c: Increase test timeout.
26503 2013-06-03 Carlos O'Donell <carlos@redhat.com>
26506 * math/libm-test.inc (MAX_EXP): Remove
26508 (ulp): Use MIN_EXP - MANT_DIG.
26509 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26511 2013-05-31 Carlos O'Donell <carlos@redhat.com>
26513 * po/be.po: Revert last change.
26514 * po/zh_CN.po: Likewise.
26515 * po/header.pot: Likewise.
26517 2013-05-31 Joseph Myers <joseph@codesourcery.com>
26519 * Makefile ($(common-objpfx)linkobj/libc.so): Define
26520 link-libc-deps to empty as target-specific variable.
26521 * Makerules (link-libc-args): New variable.
26522 (libc-for-link): Likewise.
26523 (link-libc-deps): Likewise.
26524 (lib%.so): Depend on $(link-libc-deps). Link with
26526 (build-module): Link with $(link-libc-args).
26527 (build-module-asneeded): Likewise.
26528 (build-module-helper-objlist): Filter out $(link-libc-deps) from
26530 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26531 target-specific variable.
26532 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26533 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26534 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26536 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26538 ($(objpfx)libpcprofile.so): Likewise.
26539 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26541 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26542 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26543 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26545 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26546 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26547 * login/Makefile ($(objpfx)libutil.so): Likewise.
26548 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26549 * math/Makefile ($(objpfx)libm.so): Likewise.
26550 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26551 $(objpfx)libnsl.so): Define libc-for-link as target-specific
26552 variable instead of depending directly on libc.
26553 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26554 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26556 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26558 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26559 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26560 ($(objpfx)libanl.so): Likewise.
26561 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26563 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26565 * sysdeps/i386/fpu/Makefile: Remove file.
26566 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26567 ($(objpfx)libm.so): Remove dependency on ld.so.
26569 2013-05-30 Patsy Franklin <pfrankli@redhat.com>
26572 * nis/yp_xdr.c (XDRMAXNAME): Define.
26573 (XDRMAXRECORD): Define.
26574 (xdr_domainname): Use XDRMAXNAME.
26575 (xdr_mapname): Likewise.
26576 (xdr_peername): Likewise.
26577 (xdr_keydat): Use XDRMAXRECORD.
26578 (xdr_valdat): Likewise.
26580 2013-05-30 Jeff Law <law@redhat.com>
26583 * manual/errno.texi (ESTALE): Update to account for more than
26584 just NFS file systems.
26585 * sysdeps/gnu/errlist.c: Regenerated.
26587 2013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
26590 * elf/Makefile (tests): Add tst-null-argv.
26591 (modules-names): Add tst-null-argv-lib.
26592 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26593 (tst-null-argv-ENV): Set environment for tst-null-argv.
26594 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26595 (RTLD_PROGNAME): New macro.
26596 * elf/tst-null-argv.c: New test case.
26597 * elf/tst-null-argv-lib.c: Library for test case.
26598 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26599 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26600 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26601 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26602 * elf/dl-init.c (call_init): Likewise.
26603 (_dl_init): Likewise.
26604 * elf/dl-load.c (print_search_path): Likewise.
26605 (_dl_map_object): Likewise.
26606 * elf/dl-lookup.c (do_lookup_x): Likewise.
26607 (add_dependency): Likewise.
26608 (_dl_lookup_symbol_x): Likewise.
26609 (_dl_debug_bindings): Likewise.
26610 * elf/dl-open.c (_dl_show_scope): Likewise.
26611 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26612 * elf/dl-version.c (match_symbol): Likewise.
26613 (_dl_check_map_versions): Likewise.
26614 * elf/rtld.c (dl_main): Likewise.
26615 (print_unresolved): Use RTLD_PROGNAME.
26616 (print_missing_version): Likewise.
26617 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26618 (elf_machine_rela): Likewise.
26619 * sysdeps/powerpc/powerpc32/dl-machine.c
26620 (__process_machine_rela): Likewise.
26621 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26623 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26625 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26627 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26628 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26630 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26632 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26634 2013-05-28 Carlos O'Donell <carlos@redhat.com>
26636 * po/be.po: Add descriptive title.
26637 * po/zh_CN.po: Likewise.
26638 * po/header.pot: Likewise.
26640 2013-05-28 Mike Frysinger <vapier@gentoo.org>
26642 * locale/programs/locarchive.c (create_archive): Inlucde fname in
26644 (enlarge_archive): Likewise.
26646 2013-05-28 Ben North <ben@redfrontdoor.org>
26648 * manual/arith.texi (frexp): It is the magnitude of the return
26649 value which lies in [0.5, 1), not the return value itself.
26651 2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26653 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26655 2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
26657 * stdio-common/bug26.c (main): Correct fscanf template.
26659 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26660 declare _dl_skip_args.
26662 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26665 * manual/platform.texi: Add missing @end deftypefun.
26667 2013-05-24 Joseph Myers <joseph@codesourcery.com>
26670 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26671 bit of mantissa of 2^16382.
26672 * math/libm-test.inc (hypot_test_data): Add more tests.
26674 * math/libm-test.inc: Add drem and pow10 to list of tested
26676 (pow10_test): New function.
26677 (drem_test): Likewise.
26678 (drem_test_tonearest): Likewise.
26679 (drem_test_towardzero): Likewise.
26680 (drem_test_downward): Likewise.
26681 (drem_test_upward): Likewise.
26682 (main): Call the new functions.
26684 * math/libm-test.inc (finite_test_data): Remove.
26685 (finite_test): Run tests from isfinite_test_data.
26686 (gamma_test_data): Remove.
26687 (gamma_test): Run tests from lgamma_test_data.
26688 * sysdeps/i386/fpu/libm-test-ulps: Update.
26689 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26691 2013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26693 * manual/platform.texi: Add PowerPC PPR function set documentation.
26694 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26697 2013-05-24 Carlos O'Donell <carlos@redhat.com>
26699 * math/libm-test.inc (MAX_EXP): Define.
26701 (ulp): New function.
26702 (check_float_internal): Use ULPDIFF.
26703 (cpow_test): Disable failing test.
26704 (check_ulp): Test ulp() implemetnation.
26705 (main): Call check_ulp before starting tests.
26707 2013-05-24 Joseph Myers <joseph@codesourcery.com>
26709 * math/gen-libm-test.pl (generate_testfile): Do not handle
26710 START_DATA and END_DATA.
26711 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26713 (acos_tonearest_test_data): Likewise.
26714 (acos_towardzero_test_data): Likewise.
26715 (acos_downward_test_data): Likewise.
26716 (acos_upward_test_data): Likewise.
26717 (acosh_test_data): Likewise.
26718 (asin_test_data): Likewise.
26719 (asin_tonearest_test_data): Likewise.
26720 (asin_towardzero_test_data): Likewise.
26721 (asin_downward_test_data): Likewise.
26722 (asin_upward_test_data): Likewise.
26723 (asinh_test_data): Likewise.
26724 (atan_test_data): Likewise.
26725 (atanh_test_data): Likewise.
26726 (atan2_test_data): Likewise.
26727 (cabs_test_data): Likewise.
26728 (cacos_test_data): Likewise.
26729 (cacosh_test_data): Likewise.
26730 (carg_test_data): Likewise.
26731 (casin_test_data): Likewise.
26732 (casinh_test_data): Likewise.
26733 (catan_test_data): Likewise.
26734 (catanh_test_data): Likewise.
26735 (cbrt_test_data): Likewise.
26736 (ccos_test_data): Likewise.
26737 (ccosh_test_data): Likewise.
26738 (ceil_test_data): Likewise.
26739 (cexp_test_data): Likewise.
26740 (cimag_test_data): Likewise.
26741 (clog_test_data): Likewise.
26742 (clog10_test_data): Likewise.
26743 (conj_test_data): Likewise.
26744 (copysign_test_data): Likewise.
26745 (cos_test_data): Likewise.
26746 (cos_tonearest_test_data): Likewise.
26747 (cos_towardzero_test_data): Likewise.
26748 (cos_downward_test_data): Likewise.
26749 (cos_upward_test_data): Likewise.
26750 (cosh_test_data): Likewise.
26751 (cosh_tonearest_test_data): Likewise.
26752 (cosh_towardzero_test_data): Likewise.
26753 (cosh_downward_test_data): Likewise.
26754 (cosh_upward_test_data): Likewise.
26755 (cpow_test_data): Likewise.
26756 (cproj_test_data): Likewise.
26757 (creal_test_data): Likewise.
26758 (csin_test_data): Likewise.
26759 (csinh_test_data): Likewise.
26760 (csqrt_test_data): Likewise.
26761 (ctan_test_data): Likewise.
26762 (ctan_tonearest_test_data): Likewise.
26763 (ctan_towardzero_test_data): Likewise.
26764 (ctan_downward_test_data): Likewise.
26765 (ctan_upward_test_data): Likewise.
26766 (ctanh_test_data): Likewise.
26767 (ctanh_tonearest_test_data): Likewise.
26768 (ctanh_towardzero_test_data): Likewise.
26769 (ctanh_downward_test_data): Likewise.
26770 (ctanh_upward_test_data): Likewise.
26771 (erf_test_data): Likewise.
26772 (erfc_test_data): Likewise.
26773 (exp_test_data): Likewise.
26774 (exp_tonearest_test_data): Likewise.
26775 (exp_towardzero_test_data): Likewise.
26776 (exp_downward_test_data): Likewise.
26777 (exp_upward_test_data): Likewise.
26778 (exp10_test_data): Likewise.
26779 (exp2_test_data): Likewise.
26780 (expm1_test_data): Likewise.
26781 (fabs_test_data): Likewise.
26782 (fdim_test_data): Likewise.
26783 (finite_test_data): Likewise.
26784 (floor_test_data): Likewise.
26785 (fma_test_data): Likewise.
26786 (fma_towardzero_test_data): Likewise.
26787 (fma_downward_test_data): Likewise.
26788 (fma_upward_test_data): Likewise.
26789 (fmax_test_data): Likewise.
26790 (fmin_test_data): Likewise.
26791 (fmod_test_data): Likewise.
26792 (fpclassify_test_data): Likewise.
26793 (frexp_test_data): Likewise.
26794 (gamma_test_data): Likewise.
26795 (hypot_test_data): Likewise.
26796 (ilogb_test_data): Likewise.
26797 (isfinite_test_data): Likewise.
26798 (isgreater_test_data): Likewise.
26799 (isgreaterequal_test_data): Likewise.
26800 (isinf_test_data): Likewise.
26801 (isless_test_data): Likewise.
26802 (islessequal_test_data): Likewise.
26803 (islessgreater_test_data): Likewise.
26804 (isnan_test_data): Likewise.
26805 (isnormal_test_data): Likewise.
26806 (issignaling_test_data): Likewise.
26807 (isunordered_test_data): Likewise.
26808 (j0_test_data): Likewise.
26809 (j1_test_data): Likewise.
26810 (jn_test_data): Likewise.
26811 (ldexp_test_data): Likewise.
26812 (lgamma_test_data): Likewise.
26813 (lrint_test_data): Likewise.
26814 (lrint_tonearest_test_data): Likewise.
26815 (lrint_towardzero_test_data): Likewise.
26816 (lrint_downward_test_data): Likewise.
26817 (lrint_upward_test_data): Likewise.
26818 (llrint_test_data): Likewise.
26819 (llrint_tonearest_test_data): Likewise.
26820 (llrint_towardzero_test_data): Likewise.
26821 (llrint_downward_test_data): Likewise.
26822 (llrint_upward_test_data): Likewise.
26823 (log_test_data): Likewise.
26824 (log10_test_data): Likewise.
26825 (log1p_test_data): Likewise.
26826 (log2_test_data): Likewise.
26827 (logb_test_data): Likewise.
26828 (logb_downward_test_data): Likewise.
26829 (lround_test_data): Likewise.
26830 (llround_test_data): Likewise.
26831 (modf_test_data): Likewise.
26832 (nearbyint_test_data): Likewise.
26833 (nextafter_test_data): Likewise.
26834 (nexttoward_test_data): Likewise.
26835 (pow_test_data): Likewise.
26836 (pow_tonearest_test_data): Likewise.
26837 (pow_towardzero_test_data): Likewise.
26838 (pow_downward_test_data): Likewise.
26839 (pow_upward_test_data): Likewise.
26840 (remainder_test_data): Likewise.
26841 (remainder_tonearest_test_data): Likewise.
26842 (remainder_towardzero_test_data): Likewise.
26843 (remainder_downward_test_data): Likewise.
26844 (remainder_upward_test_data): Likewise.
26845 (remquo_test_data): Likewise.
26846 (rint_test_data): Likewise.
26847 (rint_tonearest_test_data): Likewise.
26848 (rint_towardzero_test_data): Likewise.
26849 (rint_downward_test_data): Likewise.
26850 (rint_upward_test_data): Likewise.
26851 (round_test_data): Likewise.
26852 (scalb_test_data): Likewise.
26853 (scalbn_test_data): Likewise.
26854 (scalbln_test_data): Likewise.
26855 (signbit_test_data): Likewise.
26856 (sin_test_data): Likewise.
26857 (sin_tonearest_test_data): Likewise.
26858 (sin_towardzero_test_data): Likewise.
26859 (sin_downward_test_data): Likewise.
26860 (sin_upward_test_data): Likewise.
26861 (sincos_test_data): Likewise.
26862 (sinh_test_data): Likewise.
26863 (sinh_tonearest_test_data): Likewise.
26864 (sinh_towardzero_test_data): Likewise.
26865 (sinh_downward_test_data): Likewise.
26866 (sinh_upward_test_data): Likewise.
26867 (sqrt_test_data): Likewise.
26868 (tan_test_data): Likewise.
26869 (tan_tonearest_test_data): Likewise.
26870 (tan_towardzero_test_data): Likewise.
26871 (tan_downward_test_data): Likewise.
26872 (tan_upward_test_data): Likewise.
26873 (tanh_test_data): Likewise.
26874 (tgamma_test_data): Likewise.
26875 (trunc_test_data): Likewise.
26876 (y0_test_data): Likewise.
26877 (y1_test_data): Likewise.
26878 (yn_test_data): Likewise.
26879 (significand_test_data): Likewise.
26881 * math/gen-libm-test.pl (@functions): Remove variable.
26882 (generate_testfile): Don't handle START and END lines.
26883 * math/libm-test.inc (START): New macro.
26885 (END_COMPLEX): Likewise.
26886 (acos_test): Use END macro without arguments.
26887 (acos_test_tonearest): Likewise.
26888 (acos_test_towardzero): Likewise.
26889 (acos_test_downward): Likewise.
26890 (acos_test_upward): Likewise.
26891 (acosh_test): Likewise.
26892 (asin_test): Likewise.
26893 (asin_test_tonearest): Likewise.
26894 (asin_test_towardzero): Likewise.
26895 (asin_test_downward): Likewise.
26896 (asin_test_upward): Likewise.
26897 (asinh_test): Likewise.
26898 (atan_test): Likewise.
26899 (atanh_test): Likewise.
26900 (atan2_test): Likewise.
26901 (cabs_test): Likewise.
26902 (cacos_test): Use END_COMPLEX macro without arguments.
26903 (cacosh_test): Likewise.
26904 (carg_test): Use END macro without arguments.
26905 (casin_test): Use END_COMPLEX macro without arguments.
26906 (casinh_test): Likewise.
26907 (catan_test): Likewise.
26908 (catanh_test): Likewise.
26909 (cbrt_test): Use END macro without arguments.
26910 (ccos_test): Use END_COMPLEX macro without arguments.
26911 (ccosh_test): Likewise.
26912 (ceil_test): Use END macro without arguments.
26913 (cexp_test): Use END_COMPLEX macro without arguments.
26914 (cimag_test): Use END macro without arguments.
26915 (clog_test): Use END_COMPLEX macro without arguments.
26916 (clog10_test): Likewise.
26917 (conj_test): Likewise.
26918 (copysign_test): Use END macro without arguments.
26919 (cos_test): Likewise.
26920 (cos_test_tonearest): Likewise.
26921 (cos_test_towardzero): Likewise.
26922 (cos_test_downward): Likewise.
26923 (cos_test_upward): Likewise.
26924 (cosh_test): Likewise.
26925 (cosh_test_tonearest): Likewise.
26926 (cosh_test_towardzero): Likewise.
26927 (cosh_test_downward): Likewise.
26928 (cosh_test_upward): Likewise.
26929 (cpow_test): Use END_COMPLEX macro without arguments.
26930 (cproj_test): Likewise.
26931 (creal_test): Use END macro without arguments.
26932 (csin_test): Use END_COMPLEX macro without arguments.
26933 (csinh_test): Likewise.
26934 (csqrt_test): Likewise.
26935 (ctan_test): Likewise.
26936 (ctan_test_tonearest): Likewise.
26937 (ctan_test_towardzero): Likewise.
26938 (ctan_test_downward): Likewise.
26939 (ctan_test_upward): Likewise.
26940 (ctanh_test): Likewise.
26941 (ctanh_test_tonearest): Likewise.
26942 (ctanh_test_towardzero): Likewise.
26943 (ctanh_test_downward): Likewise.
26944 (ctanh_test_upward): Likewise.
26945 (erf_test): Use END macro without arguments.
26946 (erfc_test): Likewise.
26947 (exp_test): Likewise.
26948 (exp_test_tonearest): Likewise.
26949 (exp_test_towardzero): Likewise.
26950 (exp_test_downward): Likewise.
26951 (exp_test_upward): Likewise.
26952 (exp10_test): Likewise.
26953 (exp2_test): Likewise.
26954 (expm1_test): Likewise.
26955 (fabs_test): Likewise.
26956 (fdim_test): Likewise.
26957 (finite_test): Likewise.
26958 (floor_test): Likewise.
26959 (fma_test): Likewise.
26960 (fma_test_towardzero): Likewise.
26961 (fma_test_downward): Likewise.
26962 (fma_test_upward): Likewise.
26963 (fmax_test): Likewise.
26964 (fmin_test): Likewise.
26965 (fmod_test): Likewise.
26966 (fpclassify_test): Likewise.
26967 (frexp_test): Likewise.
26968 (gamma_test): Likewise.
26969 (hypot_test): Likewise.
26970 (ilogb_test): Likewise.
26971 (isfinite_test): Likewise.
26972 (isgreater_test): Likewise.
26973 (isgreaterequal_test): Likewise.
26974 (isinf_test): Likewise.
26975 (isless_test): Likewise.
26976 (islessequal_test): Likewise.
26977 (islessgreater_test): Likewise.
26978 (isnan_test): Likewise.
26979 (isnormal_test): Likewise.
26980 (issignaling_test): Likewise.
26981 (isunordered_test): Likewise.
26982 (j0_test): Likewise.
26983 (j1_test): Likewise.
26984 (jn_test): Likewise.
26985 (ldexp_test): Likewise.
26986 (lgamma_test): Likewise.
26987 (lrint_test): Likewise.
26988 (lrint_test_tonearest): Likewise.
26989 (lrint_test_towardzero): Likewise.
26990 (lrint_test_downward): Likewise.
26991 (lrint_test_upward): Likewise.
26992 (llrint_test): Likewise.
26993 (llrint_test_tonearest): Likewise.
26994 (llrint_test_towardzero): Likewise.
26995 (llrint_test_downward): Likewise.
26996 (llrint_test_upward): Likewise.
26997 (log_test): Likewise.
26998 (log10_test): Likewise.
26999 (log1p_test): Likewise.
27000 (log2_test): Likewise.
27001 (logb_test): Likewise.
27002 (logb_test_downward): Likewise.
27003 (lround_test): Likewise.
27004 (llround_test): Likewise.
27005 (modf_test): Likewise.
27006 (nearbyint_test): Likewise.
27007 (nextafter_test): Likewise.
27008 (nexttoward_test): Likewise.
27009 (pow_test): Likewise.
27010 (pow_test_tonearest): Likewise.
27011 (pow_test_towardzero): Likewise.
27012 (pow_test_downward): Likewise.
27013 (pow_test_upward): Likewise.
27014 (remainder_test): Likewise.
27015 (remainder_test_tonearest): Likewise.
27016 (remainder_test_towardzero): Likewise.
27017 (remainder_test_downward): Likewise.
27018 (remainder_test_upward): Likewise.
27019 (remquo_test): Likewise.
27020 (rint_test): Likewise.
27021 (rint_test_tonearest): Likewise.
27022 (rint_test_towardzero): Likewise.
27023 (rint_test_downward): Likewise.
27024 (rint_test_upward): Likewise.
27025 (round_test): Likewise.
27026 (scalb_test): Likewise.
27027 (scalbn_test): Likewise.
27028 (scalbln_test): Likewise.
27029 (signbit_test): Likewise.
27030 (sin_test): Likewise.
27031 (sin_test_tonearest): Likewise.
27032 (sin_test_towardzero): Likewise.
27033 (sin_test_downward): Likewise.
27034 (sin_test_upward): Likewise.
27035 (sincos_test): Likewise.
27036 (sinh_test): Likewise.
27037 (sinh_test_tonearest): Likewise.
27038 (sinh_test_towardzero): Likewise.
27039 (sinh_test_downward): Likewise.
27040 (sinh_test_upward): Likewise.
27041 (sqrt_test): Likewise.
27042 (tan_test): Likewise.
27043 (tan_test_tonearest): Likewise.
27044 (tan_test_towardzero): Likewise.
27045 (tan_test_downward): Likewise.
27046 (tan_test_upward): Likewise.
27047 (tanh_test): Likewise.
27048 (tgamma_test): Likewise.
27049 (trunc_test): Likewise.
27050 (y0_test): Likewise.
27051 (y1_test): Likewise.
27052 (yn_test): Likewise.
27053 (significand_test): Likewise.
27055 2013-05-24 Ondřej Bílka <neleai@seznam.cz>
27058 * libio/genops.c (_IO_no_init): Initialize wide struct info.
27060 2013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
27063 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27064 __ppc_mdoio and __ppc_mdoom.
27065 * manual/platform.texi: Document new functions __ppc_yield,
27066 __ppc_mdoio and __ppc_mdoom.
27068 2013-05-22 Carlos O'Donell <carlos@redhat.com>
27070 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27071 (main): Mention "tls" pseudo-hwcap is legacy.
27072 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27074 2013-05-22 Joseph Myers <joseph@codesourcery.com>
27076 * math/gen-libm-test.pl (parse_args): Output only string of
27077 arguments as text for test name, not full call or descriptions of
27078 tests for extra outputs.
27079 (generate_testfile): Do not pass function name to parse_args.
27080 Generate this_func variable from START.
27081 * math/libm-test.inc (struct test_f_f_data): Rename test_name
27083 (struct test_ff_f_data): Likewise.
27084 (test_ff_f_data_nexttoward): Likewise.
27085 (struct test_fi_f_data): Likewise.
27086 (struct test_fl_f_data): Likewise.
27087 (struct test_if_f_data): Likewise.
27088 (struct test_fff_f_data): Likewise.
27089 (struct test_c_f_data): Likewise.
27090 (struct test_f_f1_data): Likewise. Remove field extra_name.
27091 (struct test_fF_f1_data): Likewise.
27092 (struct test_ffI_f1_data): Likewise.
27093 (struct test_c_c_data): Rename test_name field to arg_str.
27094 (struct test_cc_c_data): Likewise.
27095 (struct test_f_i_data): Likewise.
27096 (struct test_ff_i_data): Likewise.
27097 (struct test_f_l_data): Likewise.
27098 (struct test_f_L_data): Likewise.
27099 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
27101 (COMMON_TEST_SETUP): New macro.
27102 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27103 (COMMON_TEST_CLEANUP): Likewise.
27104 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27105 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
27107 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27108 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
27110 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27111 (RUN_TEST_fff_f): Take argument string. Call new setup and
27113 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27114 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
27116 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27117 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
27119 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27120 (RUN_TEST_fF_f1): Take argument string. Call new setup and
27122 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27123 (RUN_TEST_fI_f1): Take argument string. Call new setup and
27125 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27126 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
27128 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27129 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
27131 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27132 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
27134 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27135 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
27137 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27138 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
27140 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27141 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
27143 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27144 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
27146 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27147 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
27149 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27150 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
27152 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27153 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
27155 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27156 (RUN_TEST_fFF_11): Take argument string. Call new setup and
27158 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27160 2013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
27162 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27163 to _sifields.sigfault.
27164 (si_addr_lsb): Define new macro.
27165 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27166 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27167 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27169 2013-05-03 Carlos O'Donell <carlos at redhat.com>
27172 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27174 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27176 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27177 loading the domain.
27179 2013-05-22 Joseph Myers <joseph@codesourcery.com>
27181 * math/gen-libm-test.pl (parse_args): Do not include expected
27182 result in test name.
27183 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27184 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27185 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27186 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27187 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27188 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27190 2013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
27192 * benchtests/Makefile: Sort function entries.
27194 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27195 tanh, asinh, acosh, atanh.
27196 * benchtests/acos-inputs: New file.
27197 * benchtests/acosh-inputs: New file.
27198 * benchtests/asin-inputs: New file.
27199 * benchtests/asinh-inputs: New file.
27200 * benchtests/atanh-inputs: New file.
27201 * benchtests/cosh-inputs: New file.
27202 * benchtests/log-inputs: New file.
27203 * benchtests/sinh-inputs: New file.
27204 * benchtests/tanh-inputs: New file.
27206 2013-05-21 Dmitry V. Levin <ldv@altlinux.org>
27209 * posix/tst-getaddrinfo4.c: New test.
27210 * posix/Makefile (tests): Add it.
27212 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27215 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27216 when no services were used.
27217 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27218 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27220 2013-05-21 Andreas Schwab <schwab@suse.de>
27223 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27224 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27226 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27227 redundant variable declarations and reallocation of buffer when
27228 parsing as IPv6 address. Always set NSS status when called from
27229 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
27230 buffer too small. Correct computation of needed size.
27231 * nss/Makefile (tests): Add test-digits-dots.
27232 * nss/test-digits-dots.c: New test.
27234 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27236 * benchtests/Makefile: Remove instructions for adding
27238 * benchtests/README: New file to explain how to execute and
27239 enhance the benchmark tests.
27241 2013-05-21 Andreas Schwab <schwab@suse.de>
27244 * setjmp/Makefile (tests): Add tst-sigsetjmp.
27245 * setjmp/tst-sigsetjmp.c: New test.
27247 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
27249 * sysdeps/x86_64/memset.S (memset): New implementation.
27250 (__bzero): Likewise.
27251 (__memset_tail): New function.
27253 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
27255 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27256 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27257 __memcpy_sse2_unaligned ifunc selection.
27258 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27259 Add memcpy-sse2-unaligned.S.
27260 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27261 Add: __memcpy_sse2_unaligned.
27263 2013-05-19 Joseph Myers <joseph@codesourcery.com>
27266 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27267 math_force_eval before restoring floating-point envrionment.
27268 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27269 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27271 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27273 (__nearbyintl): Use math_force_eval before restoring
27274 floating-point environment.
27275 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27277 * math/gen-libm-test.pl (special_functions): Remove.
27278 (parse_args): Don't handle TEST_extra. Handle functions with no
27280 * math/libm-test.inc (struct test_sincos_data): Replace with
27281 struct test_fFF_11_data.
27282 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27283 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27284 (sincos_test_data): Change element type to struct
27285 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
27286 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27287 RUN_TEST_LOOP_sincos.
27288 * math/README.libm-test: Don't mention special handling of
27289 individual functions.
27290 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27291 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27292 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27293 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27294 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27295 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27297 * math/gen-libm-test.pl (get_variable): Remove function.
27298 (parse_args): Don't show pointer parameters to call in test
27299 names. Use "extra output N" in test names for extra outputs
27300 rather than naming variables.
27302 2013-05-18 Joseph Myers <joseph@codesourcery.com>
27305 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27306 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27307 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27309 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27311 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27314 * math/gen-libm-test.pl (@tests): Remove variable.
27315 ($count): Likewise.
27316 (new_test): Remove function.
27317 (show_exceptions): New function.
27318 (special_functions): Use show_exceptions instead of new_test.
27319 (parse_args): Likewise.
27320 (generate_testfile): Pass only function name in generated call to
27321 print_max_error or print_complex_max_error.
27322 (get_ulps): Do not handle complex tests specially.
27323 (output_test): Rename to ...
27324 (get_all_ulps_for_test): ... this. Return a string rather than
27325 printing to a file. Require ulps to be present.
27326 (output_ulps): Generate arrays rather than #defines.
27327 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27328 (struct ulp_data): New type.
27329 (BUILD_COMPLEX_ULP): Remove macro.
27330 (compare_ulp_data): New function.
27331 (find_ulps): Likewise.
27332 (find_test_ulps): Likewise.
27333 (find_function_ulps): Likewise.
27334 (find_complex_function_ulps): Likewise.
27335 (print_max_error): Determine allowed ulps using
27336 find_function_ulps.
27337 (print_complex_max_error): Determine allowed ulps using
27338 find_complex_function_ulps.
27339 (check_float_internal): Determine max ulps using find_test_ulps.
27340 (check_float): Do not take max_ulp parameter. Update call to
27341 check_float_internal.
27342 (check_complex): Likewise.
27343 (check_int): Do not take max_ulp parameter.
27344 (check_long): Likewise.
27345 (check_bool): Likewise.
27346 (check_longlong): Likewise.
27347 (struct test_f_f_data): Remove max_ulp field.
27348 (struct test_ff_f_data): Likewise.
27349 (struct test_ff_f_data_nexttoward): Likewise.
27350 (struct test_fi_f_data): Likewise.
27351 (struct test_fl_f_data): Likewise.
27352 (struct test_if_f_data): Likewise.
27353 (struct test_fff_f_data): Likewise.
27354 (struct test_c_f_data): Likewise.
27355 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27356 (struct test_fF_f1_data): Likewise.
27357 (struct test_ffI_f1_data): Likewise.
27358 (struct test_c_c_data): Remove max_ulp field.
27359 (struct test_cc_c_data): Likewise.
27360 (struct test_f_i_data): Likewise.
27361 (struct test_ff_i_data): Likewise.
27362 (struct test_f_l_data): Likewise.
27363 (struct test_f_L_data): Likewise.
27364 (struct test_sincos_data): Likewise.
27365 (RUN_TEST_f_f): Do not handle ulps.
27366 (RUN_TEST_LOOP_f_f): Likewise.
27367 (RUN_TEST_2_f): Likewise.
27368 (RUN_TEST_LOOP_2_f): Likewise.
27369 (RUN_TEST_fff_f): Likewise.
27370 (RUN_TEST_LOOP_fff_f): Likewise.
27371 (RUN_TEST_c_f): Likewise.
27372 (RUN_TEST_LOOP_c_f): Likewise.
27373 (RUN_TEST_f_f1): Likewise.
27374 (RUN_TEST_LOOP_f_f1): Likewise.
27375 (RUN_TEST_fF_f1): Likewise.
27376 (RUN_TEST_LOOP_fF_f1): Likewise.
27377 (RUN_TEST_fI_f1): Likewise.
27378 (RUN_TEST_LOOP_fI_f1): Likewise.
27379 (RUN_TEST_ffI_f1): Likewise.
27380 (RUN_TEST_LOOP_ffI_f1): Likewise.
27381 (RUN_TEST_c_c): Likewise.
27382 (RUN_TEST_LOOP_c_c): Likewise.
27383 (RUN_TEST_cc_c): Likewise.
27384 (RUN_TEST_LOOP_cc_c): Likewise.
27385 (RUN_TEST_f_i): Likewise.
27386 (RUN_TEST_LOOP_f_i): Likewise.
27387 (RUN_TEST_f_i_tg): Likewise.
27388 (RUN_TEST_LOOP_f_i_tg): Likewise.
27389 (RUN_TEST_ff_i_tg): Likewise.
27390 (RUN_TEST_LOOP_ff_i_tg): Likewise.
27391 (RUN_TEST_f_b): Likewise.
27392 (RUN_TEST_LOOP_f_b): Likewise.
27393 (RUN_TEST_f_b_tg): Likewise.
27394 (RUN_TEST_LOOP_f_b_tg): Likewise.
27395 (RUN_TEST_f_l): Likewise.
27396 (RUN_TEST_LOOP_f_l): Likewise.
27397 (RUN_TEST_f_L): Likewise.
27398 (RUN_TEST_LOOP_f_L): Likewise.
27399 (RUN_TEST_sincos): Likewise.
27400 (RUN_TEST_LOOP_sincos): Likewise.
27402 2013-05-17 Joseph Myers <joseph@codesourcery.com>
27406 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27407 main case of finite arguments, set rounding mode to FE_TONEAREST
27408 and discard exceptions.
27409 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27411 (remainder_tonearest_test_data): New variable.
27412 (remainder_test_tonearest): New function.
27413 (remainder_towardzero_test_data): New variable.
27414 (remainder_test_towardzero): New function.
27415 (remainder_downward_test_data): New variable.
27416 (remainder_test_downward): New function.
27417 (remainder_upward_test_data): New variable.
27418 (remainder_test_upward): New function.
27419 (main): Call the new test functions.
27421 * math/libm-test.inc (struct test_f_f1_data): Remove field
27423 (struct test_fF_f1_data): Likewise.
27424 (struct test_ffI_f1_data): Likewise.
27425 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
27426 based on value of EXTRA_EXPECTED.
27427 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27428 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
27429 EXTRA_VAR based on value of EXTRA_EXPECTED.
27430 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27431 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
27432 EXTRA_VAR based on value of EXTRA_EXPECTED.
27433 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27434 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
27435 EXTRA_VAR based on value of EXTRA_EXPECTED.
27436 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27437 * math/gen-libm-test.pl (parse_args): Don't output initializers
27438 for extra output values.
27440 * math/libm-test.inc (check_int): Expect result to be exactly
27441 equal to expected value and do not handle ulps.
27442 (check_long): Likewise.
27443 (check_longlong): Likewise.
27445 * math/libm-test.inc (ceil_test_data): Test for "inexact"
27447 (cimag_test_data): Likewise.
27448 (conj_test_data): Likewise.
27449 (copysign_test_data): Likewise.
27450 (cproj_test_data): Likewise.
27451 (creal_test_data): Likewise.
27452 (fabs_test_data): Likewise.
27453 (fdim_test_data): Likewise.
27454 (finite_test_data): Likewise.
27455 (floor_test_data): Likewise.
27456 (fmax_test_data): Likewise.
27457 (fmin_test_data): Likewise.
27458 (fmod_test_data): Likewise.
27459 (fpclassify_test_data): Likewise.
27460 (frexp_test_data): Likewise.
27461 (ilogb_test_data): Likewise.
27462 (isfinite_test_data): Likewise.
27463 (isgreater_test_data): Likewise.
27464 (isgreaterequal_test_data): Likewise.
27465 (isinf_test_data): Likewise.
27466 (isless_test_data): Likewise.
27467 (islessequal_test_data): Likewise.
27468 (islessgreater_test_data): Likewise.
27469 (isnan_test_data): Likewise.
27470 (isnormal_test_data): Likewise.
27471 (issignaling_test_data): Likewise.
27472 (isunordered_test_data): Likewise.
27473 (ldexp_test_data): Likewise.
27474 (lrint_test_data): Likewise.
27475 (lrint_test_data) [TEST_FLOAT]: Disable one test.
27476 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27477 (lrint_tonearest_test_data): Test for "inexact" exceptions.
27478 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27479 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27480 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27482 (lrint_towardzero_test_data): Test for "inexact" exceptions.
27483 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27484 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27485 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27487 (lrint_downward_test_data): Test for "inexact" exceptions.
27488 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27489 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27490 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27492 (lrint_upward_test_data): Test for "inexact" exceptions.
27493 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27495 (llrint_test_data): Test for "inexact" exceptions.
27496 (llrint_test_data) [TEST_FLOAT]: Disable one test.
27497 (llrint_tonearest_test_data): Test for "inexact" exceptions.
27498 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27499 (llrint_towardzero_test_data): Test for "inexact" exceptions.
27500 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27501 (llrint_downward_test_data): Test for "inexact" exceptions.
27502 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27503 (llrint_upward_test_data): Test for "inexact" exceptions.
27504 (logb_test_data): Likewise.
27505 (logb_downward_test_data): Likewise.
27506 (nextafter_test_data): Likewise.
27507 (nexttoward_test_data): Likewise.
27508 (remainder_test_data): Likewise.
27509 (remquo_test_data): Likewise.
27510 (scalbn_test_data): Likewise.
27511 (scalbln_test_data): Likewise.
27512 (signbit_test_data): Likewise.
27513 (sqrt_test_data): Likewise.
27514 (significand_test_data): Likewise.
27516 2013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
27519 * benchtests/bench-modf.c (struct args): Mark arg0 as
27521 * scripts/bench.pl: Mark members of struct args as volatile.
27523 2013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27526 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27527 negative infinity on POWER6 or lower.
27528 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27530 2013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
27533 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27534 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27535 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27536 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27537 (_FP_SETQNAN): New macro.
27538 (_FP_SETQNAN_SEMIRAW): Likewise.
27539 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27540 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27541 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27542 (FP_EXTEND): Use _FP_FRAC_SNANP.
27543 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27544 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27546 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27548 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27551 2013-05-16 Joseph Myers <joseph@codesourcery.com>
27553 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27554 with DIVIDE_BY_ZERO_EXCEPTION.
27555 (gamma_test_data): Likewise.
27556 (lgamma_test_data): Likewise.
27557 (log_test_data): Likewise.
27558 (log10_test_data): Likewise.
27559 (log2_test_data): Likewise.
27560 (tgamma_test_data): Likewise.
27562 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27563 (acos_test_tonearest): Likewise.
27564 (acos_test_towardzero): Likewise.
27565 (acos_test_downward): Likewise.
27566 (acos_test_upward): Likewise.
27567 (acosh_test): Likewise.
27568 (asin_test): Likewise.
27569 (asin_test_tonearest): Likewise.
27570 (asin_test_towardzero): Likewise.
27571 (asin_test_downward): Likewise.
27572 (asin_test_upward): Likewise.
27573 (asinh_test): Likewise.
27574 (atan_test): Likewise.
27575 (atanh_test): Likewise.
27576 (atan2_test): Likewise.
27577 (cabs_test): Likewise.
27578 (cacos_test): Likewise.
27579 (cacosh_test): Likewise.
27580 (casin_test): Likewise.
27581 (casinh_test): Likewise.
27582 (catan_test): Likewise.
27583 (catanh_test): Likewise.
27584 (cbrt_test): Likewise.
27585 (ccos_test): Likewise.
27586 (ccosh_test): Likewise.
27587 (cexp_test): Likewise.
27588 (clog_test): Likewise.
27589 (clog10_test): Likewise.
27590 (cos_test): Likewise.
27591 (cos_test_tonearest): Likewise.
27592 (cos_test_towardzero): Likewise.
27593 (cos_test_downward): Likewise.
27594 (cos_test_upward): Likewise.
27595 (cosh_test): Likewise.
27596 (cosh_test_tonearest): Likewise.
27597 (cosh_test_towardzero): Likewise.
27598 (cosh_test_downward): Likewise.
27599 (cosh_test_upward): Likewise.
27600 (cpow_test): Likewise.
27601 (csin_test): Likewise.
27602 (csinh_test): Likewise.
27603 (csqrt_test): Likewise.
27604 (ctan_test): Likewise.
27605 (ctan_test_tonearest): Likewise.
27606 (ctan_test_towardzero): Likewise.
27607 (ctan_test_downward): Likewise.
27608 (ctan_test_upward): Likewise.
27609 (ctanh_test): Likewise.
27610 (ctanh_test_tonearest): Likewise.
27611 (ctanh_test_towardzero): Likewise.
27612 (ctanh_test_downward): Likewise.
27613 (ctanh_test_upward): Likewise.
27614 (erf_test): Likewise.
27615 (erfc_test): Likewise.
27616 (exp_test): Likewise.
27617 (exp_test_tonearest): Likewise.
27618 (exp_test_towardzero): Likewise.
27619 (exp_test_downward): Likewise.
27620 (exp_test_upward): Likewise.
27621 (exp10_test): Likewise.
27622 (exp2_test): Likewise.
27623 (expm1_test): Likewise.
27624 (fmod_test): Likewise.
27625 (gamma_test): Likewise.
27626 (hypot_test): Likewise.
27627 (j0_test): Likewise.
27628 (j1_test): Likewise.
27629 (jn_test): Likewise.
27630 (lgamma_test): Likewise.
27631 (log_test): Likewise.
27632 (log10_test): Likewise.
27633 (log1p_test): Likewise.
27634 (log2_test): Likewise.
27635 (logb_test_downward): Likewise.
27636 (pow_test): Likewise.
27637 (pow_test_tonearest): Likewise.
27638 (pow_test_towardzero): Likewise.
27639 (pow_test_downward): Likewise.
27640 (pow_test_upward): Likewise.
27641 (remainder_test): Likewise.
27642 (remquo_test): Likewise.
27643 (sin_test): Likewise.
27644 (sin_test_tonearest): Likewise.
27645 (sin_test_towardzero): Likewise.
27646 (sin_test_downward): Likewise.
27647 (sin_test_upward): Likewise.
27648 (sincos_test): Likewise.
27649 (sinh_test): Likewise.
27650 (sinh_test_tonearest): Likewise.
27651 (sinh_test_towardzero): Likewise.
27652 (sinh_test_downward): Likewise.
27653 (sinh_test_upward): Likewise.
27654 (sqrt_test): Likewise.
27655 (tan_test): Likewise.
27656 (tan_test_tonearest): Likewise.
27657 (tan_test_towardzero): Likewise.
27658 (tan_test_downward): Likewise.
27659 (tan_test_upward): Likewise.
27660 (tanh_test): Likewise.
27661 (tgamma_test): Likewise.
27662 (y0_test): Likewise.
27663 (y1_test): Likewise.
27664 (yn_test): Likewise.
27666 * math/gen-libm-test.pl (adjust_arg): Remove function.
27667 (special_function): Remove argument $in_func. Only handle
27668 generating output for tables of tests, not inside functions.
27669 (parse_args): Likewise.
27670 (generate_testfile): Remove variable $in_func. Update call to
27672 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27673 (MINUS_ZERO_INIT): Rename macro to minus_zero.
27674 (PLUS_INFTY_INIT): Rename macro to plus_infty.
27675 (MINUS_INFTY_INIT): Rename macro to minus_infty.
27676 (QNAN_VALUE_INIT): Rename macro to qnan_value.
27677 (MAX_VALUE_INIT): Rename macro to max_value.
27678 (MIN_VALUE_INIT): Rename macro to min_value.
27679 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27680 (plus_zero): Remove variable.
27681 (minus_zero): Likewise.
27682 (plus_infty): Likewise.
27683 (minus_infty): Likewise.
27684 (qnan_value): Likewise.
27685 (max_value): Likewise.
27686 (min_value): Likewise.
27687 (min_subnorm_value): Likewise.
27689 2013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27691 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27692 uint64_t or uint32_t usage.
27693 * crypt/sha256-block.c: Likewise.
27694 * crypt/sha256-crypt.c: Likewise.
27695 * crypt/sha256.c: Likewise.
27696 * crypt/sha512-block.c: Likewise.
27697 * crypt/sha512-crypt.c: Likewise.
27698 * crypt/sha512.c: Likewise.
27699 * debug/backtrace-tst.c: Likewise.
27700 * debug/pcprofiledump.c: Likewise.
27701 * elf/cache.c: Likewise.
27702 * elf/dl-cache.c: Likewise.
27703 * elf/dl-misc.c: Likewise.
27704 * elf/dl-profile.c: Likewise.
27705 * elf/dl-support.c: Likewise.
27706 * elf/ldconfig.c: Likewise.
27707 * elf/sprof.c: Likewise.
27708 * iconv/dummy-repertoire.c: Likewise.
27709 * iconv/iconv_charmap.c: Likewise.
27710 * iconv/skeleton.c: Likewise.
27711 * iconvdata/8bit-generic.c: Likewise.
27712 * iconvdata/cp737.h: Likewise.
27713 * iconvdata/cp775.h: Likewise.
27714 * iconvdata/ibm1008.h: Likewise.
27715 * iconvdata/ibm1025.h: Likewise.
27716 * iconvdata/ibm1046.h: Likewise.
27717 * iconvdata/ibm1097.h: Likewise.
27718 * iconvdata/ibm1112.h: Likewise.
27719 * iconvdata/ibm1122.h: Likewise.
27720 * iconvdata/ibm1123.h: Likewise.
27721 * iconvdata/ibm1124.h: Likewise.
27722 * iconvdata/ibm1129.h: Likewise.
27723 * iconvdata/ibm1130.h: Likewise.
27724 * iconvdata/ibm1132.h: Likewise.
27725 * iconvdata/ibm1133.h: Likewise.
27726 * iconvdata/ibm1137.h: Likewise.
27727 * iconvdata/ibm1140.h: Likewise.
27728 * iconvdata/ibm1141.h: Likewise.
27729 * iconvdata/ibm1142.h: Likewise.
27730 * iconvdata/ibm1143.h: Likewise.
27731 * iconvdata/ibm1144.h: Likewise.
27732 * iconvdata/ibm1145.h: Likewise.
27733 * iconvdata/ibm1146.h: Likewise.
27734 * iconvdata/ibm1147.h: Likewise.
27735 * iconvdata/ibm1148.h: Likewise.
27736 * iconvdata/ibm1149.h: Likewise.
27737 * iconvdata/ibm1153.h: Likewise.
27738 * iconvdata/ibm1154.h: Likewise.
27739 * iconvdata/ibm1155.h: Likewise.
27740 * iconvdata/ibm1156.h: Likewise.
27741 * iconvdata/ibm1157.h: Likewise.
27742 * iconvdata/ibm1158.h: Likewise.
27743 * iconvdata/ibm1160.h: Likewise.
27744 * iconvdata/ibm1161.h: Likewise.
27745 * iconvdata/ibm1162.h: Likewise.
27746 * iconvdata/ibm1163.h: Likewise.
27747 * iconvdata/ibm1164.h: Likewise.
27748 * iconvdata/ibm1166.h: Likewise.
27749 * iconvdata/ibm1167.h: Likewise.
27750 * iconvdata/ibm12712.h: Likewise.
27751 * iconvdata/ibm1390.h: Likewise.
27752 * iconvdata/ibm1399.h: Likewise.
27753 * iconvdata/ibm16804.h: Likewise.
27754 * iconvdata/ibm4517.h: Likewise.
27755 * iconvdata/ibm4899.h: Likewise.
27756 * iconvdata/ibm4909.h: Likewise.
27757 * iconvdata/ibm4971.h: Likewise.
27758 * iconvdata/ibm5347.h: Likewise.
27759 * iconvdata/ibm803.h: Likewise.
27760 * iconvdata/ibm856.h: Likewise.
27761 * iconvdata/ibm901.h: Likewise.
27762 * iconvdata/ibm902.h: Likewise.
27763 * iconvdata/ibm9030.h: Likewise.
27764 * iconvdata/ibm9066.h: Likewise.
27765 * iconvdata/ibm921.h: Likewise.
27766 * iconvdata/ibm922.h: Likewise.
27767 * iconvdata/ibm9448.h: Likewise.
27768 * iconvdata/isiri-3342.h: Likewise.
27769 * iconvdata/jis0201.h: Likewise.
27770 * include/link.h: Likewise.
27771 * include/netdb.h: Likewise.
27772 * inet/check_native.c: Likewise.
27773 * inet/check_pf.c: Likewise.
27774 * inet/getipv4sourcefilter.c: Likewise.
27775 * inet/getnameinfo.c: Likewise.
27776 * inet/getsourcefilter.c: Likewise.
27777 * inet/htonl.c: Likewise.
27778 * inet/setipv4sourcefilter.c: Likewise.
27779 * inet/setsourcefilter.c: Likewise.
27780 * inet/test-inet6_opt.c: Likewise.
27781 * inet/tst-network.c: Likewise.
27782 * locale/C-collate.c: Likewise.
27783 * locale/C-ctype.c: Likewise.
27784 * locale/C-time.c: Likewise.
27785 * locale/C-translit.h: Likewise.
27786 * locale/loadarchive.c: Likewise.
27787 * locale/programs/3level.h: Likewise.
27788 * locale/programs/charmap.c: Likewise.
27789 * locale/programs/charmap.h: Likewise.
27790 * locale/programs/ld-address.c: Likewise.
27791 * locale/programs/ld-collate.c: Likewise.
27792 * locale/programs/ld-ctype.c: Likewise.
27793 * locale/programs/ld-identification.c: Likewise.
27794 * locale/programs/ld-measurement.c: Likewise.
27795 * locale/programs/ld-messages.c: Likewise.
27796 * locale/programs/ld-monetary.c: Likewise.
27797 * locale/programs/ld-name.c: Likewise.
27798 * locale/programs/ld-numeric.c: Likewise.
27799 * locale/programs/ld-paper.c: Likewise.
27800 * locale/programs/ld-telephone.c: Likewise.
27801 * locale/programs/ld-time.c: Likewise.
27802 * locale/programs/linereader.c: Likewise.
27803 * locale/programs/locale.c: Likewise.
27804 * locale/programs/locarchive.c: Likewise.
27805 * locale/programs/locfile.h: Likewise.
27806 * locale/programs/repertoire.c: Likewise.
27807 * locale/programs/simple-hash.c: Likewise.
27808 * locale/programs/simple-hash.h: Likewise.
27809 * malloc/memusage.c: Likewise.
27810 * malloc/memusagestat.c: Likewise.
27811 * nis/nis_defaults.c: Likewise.
27812 * nis/nis_hash.c: Likewise.
27813 * nis/nis_print.c: Likewise.
27814 * nis/nis_xdr.c: Likewise.
27815 * nscd/connections.c: Likewise.
27816 * nscd/hstcache.c: Likewise.
27817 * nscd/nscd_gethst_r.c: Likewise.
27818 * nscd/nscd_getserv_r.c: Likewise.
27819 * nscd/nscd_helper.c: Likewise.
27820 * nscd/servicescache.c: Likewise.
27821 * nss/makedb.c: Likewise.
27822 * nss/nss_db/db-XXX.c: Likewise.
27823 * nss/nss_db/db-initgroups.c: Likewise.
27824 * nss/nss_db/db-netgrp.c: Likewise.
27825 * nss/nss_files/files-network.c: Likewise.
27826 * nss/nss_files/files-parse.c: Likewise.
27827 * posix/bug-regex5.c: Likewise.
27828 * posix/fnmatch_loop.c: Likewise.
27829 * posix/regcomp.c: Likewise.
27830 * posix/regexec.c: Likewise.
27831 * posix/tst-rfc3484-2.c: Likewise.
27832 * posix/tst-rfc3484-3.c: Likewise.
27833 * posix/tst-rfc3484.c: Likewise.
27834 * resolv/nss_dns/dns-canon.c: Likewise.
27835 * resolv/nss_dns/dns-network.c: Likewise.
27836 * resolv/res_init.c: Likewise.
27837 * resolv/res_mkquery.c: Likewise.
27838 * resolv/tst-aton.c: Likewise.
27839 * stdlib/cxa_atexit.c: Likewise.
27840 * stdlib/cxa_finalize.c: Likewise.
27841 * stdlib/gen-fpioconst.c: Likewise.
27842 * stdlib/strtol_l.c: Likewise.
27843 * string/tst-endian.c: Likewise.
27844 * sunrpc/auth_des.c: Likewise.
27845 * sunrpc/clnt_udp.c: Likewise.
27846 * sunrpc/rtime.c: Likewise.
27847 * sunrpc/svcauth_des.c: Likewise.
27848 * sunrpc/xdr.c: Likewise.
27849 * sunrpc/xdr_intXX_t.c: Likewise.
27850 * sunrpc/xdr_rec.c: Likewise.
27851 * sysdeps/generic/ldconfig.h: Likewise.
27852 * sysdeps/generic/ldsodefs.h: Likewise.
27853 * sysdeps/generic/memusage.h: Likewise.
27854 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27855 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27856 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27857 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27858 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27859 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27860 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27861 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27862 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27863 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27864 * sysdeps/posix/getaddrinfo.c: Likewise.
27865 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27866 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27867 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27868 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27869 * sysdeps/powerpc/test-gettimebase.c: Likewise.
27870 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27871 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27872 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27873 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27874 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27875 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27876 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27877 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27878 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27879 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27880 * sysdeps/x86_64/dl-tls.h: Likewise.
27881 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27882 * time/alt_digit.c: Likewise.
27883 * time/era.c: Likewise.
27884 * wcsmbs/tst-c16c32-1.c: Likewise.
27886 2013-05-16 Joseph Myers <joseph@codesourcery.com>
27888 * math/libm-test.inc (struct test_sincos_data): New type.
27889 (RUN_TEST_LOOP_sincos): New macro.
27890 (sincos_test_data): New variable.
27891 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27893 2013-05-16 Richard Henderson <rth@redhat.com>
27895 * math/atest-exp2.c (LIMB64): New macro.
27896 (CONSTSZ): New macro.
27897 (mp_exp1, mp_exp_m1, mp_log2): New variables.
27899 (print_mpn_fp): ... to function scope.
27900 (read_mpn_hex): Remove.
27901 (get_log2): Remove.
27902 (exp2_mpn): Use mp_log2.
27903 (main): Use mp_exp1.
27905 2013-05-16 Joseph Myers <joseph@codesourcery.com>
27907 * math/libm-test.inc: Remove comment about not testing "inexact"
27909 (INEXACT_EXCEPTION): New macro.
27910 (NO_INEXACT_EXCEPTION): Likewise.
27911 (INVALID_EXCEPTION_OK): Update value.
27912 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27913 (OVERFLOW_EXCEPTION_OK): Likewise.
27914 (UNDERFLOW_EXCEPTION_OK): Likewise.
27915 (IGNORE_ZERO_INF_SIGN): Likewise.
27916 (ERRNO_UNCHANGED): Likewise.
27917 (ERRNO_EDOM): Likewise.
27918 (ERRNO_ERANGE): Likewise.
27919 (test_exceptions): Handle testing "inexact" exceptions.
27920 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27921 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27922 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27923 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27925 (rint_towardzero_test_data): Likewise.
27926 (rint_downward_test_data): Likewise.
27927 (rint_upward_test_data): Likewise.
27929 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27930 with OVERFLOW_EXCEPTION.
27931 (exp10_test_data): Likewise.
27932 (exp2_test_data): Likewise.
27933 (expm1_test_data): Likewise.
27934 (lgamma_test_data): Likewise.
27935 (pow_test_data): Likewise.
27936 (tgamma_test_data): Likewise.
27937 (yn_test_data): Remove duplicate test of overflow.
27939 * math/libm-test.inc (struct test_cc_c_data): New type.
27940 (RUN_TEST_LOOP_cc_c): New macro.
27941 (cpow_test_data): New variable.
27942 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27944 * math/libm-test.inc (struct test_f_L_data): New type.
27945 (RUN_TEST_LOOP_f_L): New macro.
27946 (llrint_test_data): New variable.
27947 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27948 (llrint_tonearest_test_data): New variable.
27949 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27950 (llrint_towardzero_test_data): New variable.
27951 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27952 (llrint_downward_test_data): New variable.
27953 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27954 (llrint_upward_test_data): New variable.
27955 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27956 (llround_test_data): New variable.
27957 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27959 2013-05-13 Peter Collingbourne <pcc@google.com>
27961 * math/atest-exp2.c (get_log2): Remove const attribute.
27963 2013-05-15 Joseph Myers <joseph@codesourcery.com>
27965 * math/libm-test.inc (struct test_f_l_data): New type.
27966 (RUN_TEST_LOOP_f_l): New macro.
27967 (lrint_test_data): New variable.
27968 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27969 (lrint_tonearest_test_data): New variable.
27970 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27971 (lrint_towardzero_test_data): New variable.
27972 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27973 (lrint_downward_test_data): New variable.
27974 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27975 (lrint_upward_test_data): New variable.
27976 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27977 (lround_test_data): New variable.
27978 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27980 2013-05-15 Peter Collingbourne <pcc@google.com>
27982 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27983 (EXTRACT_WORDS64) Use where appropriate.
27984 (INSERT_WORDS64) Likewise.
27986 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27987 constraints with x constraints.
27988 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27990 * malloc/obstack.c (_obstack_compat): Add initializer.
27992 2013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
27994 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27995 si_trapno and add si_addr_lsb to _sifields.sigfault.
27996 (si_trapno): Remove macro.
27997 (si_addr_lsb): Define new macro.
27998 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28000 2013-05-15 Joseph Myers <joseph@codesourcery.com>
28002 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28003 instead of TEST_f_l.
28004 (llrint_test_tonearest): Likewise.
28005 (llrint_test_towardzero): Likewise.
28006 (llrint_test_downward): Likewise.
28007 (llrint_test_upward): Likewise.
28008 (llround_test): Likewise.
28010 * math/libm-test.inc (struct test_f_i_data): Add comment.
28011 (RUN_TEST_LOOP_f_b): New macro.
28012 (RUN_TEST_LOOP_f_b_tg): Likewise.
28013 (finite_test_data): New variable.
28014 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28015 (isfinite_test_data): New variable.
28016 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28017 (isinf_test_data): New variable.
28018 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28019 (isnan_test_data): New variable.
28020 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28021 (isnormal_test_data): New variable.
28022 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28023 (issignaling_test_data): New variable.
28024 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28025 (signbit_test_data): New variable.
28026 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28028 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28029 with INVALID_EXCEPTION.
28030 (acosh_test_data): Likewise.
28031 (asin_test_data): Likewise.
28032 (atanh_test_data): Likewise.
28033 (fmod_test_data): Likewise.
28034 (log_test_data): Likewise.
28035 (log10_test_data): Likewise.
28036 (log2_test_data): Likewise.
28037 (pow_test_data): Likewise.
28038 (sqrt_test_data): Likewise.
28039 (y0_test_data): Likewise.
28040 (y1_test_data): Likewise.
28041 (yn_test_data): Likewise.
28043 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28046 * math/libm-test.inc (struct test_ff_i_data): New type.
28047 (RUN_TEST_LOOP_ff_i_tg): New macro.
28048 (isgreater_test_data): New variable.
28049 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28050 (isgreaterequal_test_data): New variable.
28051 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28052 (isless_test_data): New variable.
28053 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28054 (islessequal_test_data): New variable.
28055 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28056 (islessgreater_test_data): New variable.
28057 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28058 (isunordered_test_data): New variable.
28059 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28061 2013-05-14 David S. Miller <davem@davemloft.net>
28063 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28065 2013-05-14 Joseph Myers <joseph@codesourcery.com>
28067 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28069 * math/libm-test.inc (struct test_fF_f1_data): Change type of
28071 (struct test_f_i_data): Change type of max_ulp to int.
28073 * math/libm-test.inc (test_ffI_f1_data): New type.
28074 (RUN_TEST_LOOP_ffI_f1): New macro.
28075 (remquo_test_data): New variable.
28076 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28078 * setjmp/tst-setjmp-fp.c: New file.
28079 * setjmp/Makefile (tests): Add tst-setjmp-fp.
28080 (link-libm): New variable.
28081 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28083 * math/libm-test.inc (struct test_f_i_data): New type.
28084 (RUN_TEST_LOOP_f_i): New macro.
28085 (RUN_TEST_LOOP_f_i_tg): Likewise.
28086 (fpclassify_test_data): New variable.
28087 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28088 (ilogb_test_data): New variable.
28089 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28091 * math/libm-test.inc (scalbln_test): Correct function name in END
28094 * math/libm-test.inc (struct test_f_f1_data): Add comment.
28095 (RUN_TEST_LOOP_fI_f1): New macro.
28096 (frexp_test_data): New variable.
28097 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28099 * math/libm-test.inc (struct test_fF_f1_data): New type.
28100 (RUN_TEST_LOOP_fF_f1): New macro.
28101 (modf_test_data): New variable.
28102 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28104 * math/libm-test.inc (struct test_f_f1_data): New type.
28105 (RUN_TEST_LOOP_f_f1): New macro.
28106 (gamma_test_data): New variable.
28107 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28108 (lgamma_test_data): New variable.
28109 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28111 2013-05-13 Carlos O'Donell <carlos@redhat.com>
28113 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28114 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28115 (main): Comment "tls" pseudo-hwcap.
28117 2013-05-13 Joseph Myers <joseph@codesourcery.com>
28119 * math/libm-test.inc (struct test_fl_f_data): New type.
28120 (RUN_TEST_LOOP_fl_f): New variable.
28121 (scalbln_test_data): New variable.
28122 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28124 * math/libm-test.inc (struct test_fi_f_data): New type.
28125 (RUN_TEST_LOOP_fi_f): New macro.
28126 (ldexp_test_data): New variable.
28127 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28128 (scalbn_test_data): New variable.
28129 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28131 * math/libm-test.inc (struct test_c_f_data): New type.
28132 (RUN_TEST_LOOP_c_f): New macro.
28133 (cabs_test_data): New variable.
28134 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28135 (carg_test_data): New variable.
28136 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28137 (cimag_test_data): New variable.
28138 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28139 (creal_test_data): New variable.
28140 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28142 * math/libm-test.inc (struct test_if_f_data): New type.
28143 (RUN_TEST_LOOP_if_f): New macro.
28144 (jn_test_data): New variable.
28145 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28146 (yn_test_data): New variable.
28147 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28149 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28151 2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28153 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28154 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28156 2013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
28158 * benchtests/Makefile (CPPFLAGS-nonlib): Add
28159 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28160 (bench-deps): Add bench-timing.h.
28161 * benchtests-bench-skeleton.c: Include bench-timing.h.
28162 (main): Use TIMING_* macros instead of clock_gettime.
28163 * benchtests/bench-timing.h: New file.
28166 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28167 Renamed from _LIB_VERSION.
28168 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28170 2013-05-12 Joseph Myers <joseph@codesourcery.com>
28172 * math/libm-test.inc (struct test_fff_f_data): New type.
28173 (RUN_TEST_LOOP_fff_f): New macro.
28174 (fma_test_data): New variable.
28175 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28176 (fma_towardzero_test_data): New variable.
28177 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28178 (fma_downward_test_data): New variable.
28179 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28180 (fma_upward_test_data): New variable.
28181 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28183 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28184 (struct test_c_c_data): New type.
28185 (RUN_TEST_LOOP_c_c): New macro.
28186 (cacos_test_data): New variable.
28187 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28188 (cacosh_test_data): New variable.
28189 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28190 (casin_test_data): New variable.
28191 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28192 (casinh_test_data): New variable.
28193 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28194 (catan_test_data): New variable.
28195 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28196 (catanh_test_data): New variable.
28197 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28198 (ccos_test_data): New variable.
28199 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28200 (ccosh_test_data): New variable.
28201 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28202 (cexp_test_data): New variable.
28203 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28204 (clog_test_data): New variable.
28205 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28206 (clog10_test_data): New variable.
28207 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28208 (conj_test_data): New variable.
28209 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28210 (cproj_test_data): New variable.
28211 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28212 (csin_test_data): New variable.
28213 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28214 (csinh_test_data): New variable.
28215 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28216 (csqrt_test_data): New variable.
28217 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28218 (ctan_test_data): New variable.
28219 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28220 (ctan_tonearest_test_data): New variable.
28221 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28222 (ctan_towardzero_test_data): New variable.
28223 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28224 (ctan_downward_test_data): New variable.
28225 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28226 (ctan_upward_test_data): New variable.
28227 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28228 (ctanh_test_data): New variable.
28229 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28230 (ctanh_tonearest_test_data): New variable.
28231 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28232 (ctanh_towardzero_test_data): New variable.
28233 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28234 (ctanh_downward_test_data): New variable.
28235 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28236 (ctanh_upward_test_data): New variable.
28237 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28238 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28241 * math/libm-test.inc (struct test_ff_f_data): New type.
28242 (struct test_ff_f_data_nexttoward): Likewise.
28243 (RUN_TEST_LOOP_2_f): New macro.
28244 (RUN_TEST_LOOP_ff_f): Likewise.
28245 (atan2_test_data): New variable.
28246 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28247 (copysign_test_data): New variable.
28248 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28249 (fdim_test_data): New variable.
28250 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28251 (fmax_test_data): New variable.
28252 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28253 (fmin_test_data): New variable.
28254 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28255 (fmod_test_data): New variable.
28256 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28257 (hypot_test_data): New variable.
28258 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28259 (nextafter_test_data): New variable.
28260 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28261 (nexttoward_test_data): New variable.
28262 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28263 (pow_test_data): New variable.
28264 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28265 (pow_tonearest_test_data): New variable.
28266 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28267 (pow_towardzero_test_data): New variable.
28268 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28269 (pow_downward_test_data): New variable.
28270 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28271 (pow_upward_test_data): New variable.
28272 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28273 (remainder_test_data): New variable.
28274 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28275 (scalb_test_data): New variable.
28276 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28277 * sysdeps/i386/fpu/libm-test-ulps: Update.
28279 2013-05-11 Joseph Myers <joseph@codesourcery.com>
28281 * math/libm-test.inc (fma_test): Use max_value instead of local
28283 (nextafter_test): Likewise.
28285 * math/libm-test.inc (acos_towardzero_test_data): New variable.
28286 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28287 (acos_downward_test_data): New variable.
28288 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28289 (acos_upward_test_data): New variable.
28290 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28291 (acosh_test_data): New variable.
28292 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28293 (asin_test_data): New variable.
28294 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28295 (asin_tonearest_test_data): New variable.
28296 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28297 (asin_towardzero_test_data): New variable.
28298 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28299 (asin_downward_test_data): New variable.
28300 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28301 (asin_upward_test_data): New variable.
28302 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28303 (asinh_test_data): New variable.
28304 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28305 (atan_test_data): New variable.
28306 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28307 (atanh_test_data): New variable.
28308 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28309 (cbrt_test_data): New variable.
28310 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28311 (ceil_test_data): New variable.
28312 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28313 (cos_test_data): New variable.
28314 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28315 (cos_tonearest_test_data): New variable.
28316 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28317 (cos_towardzero_test_data): New variable.
28318 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28319 (cos_downward_test_data): New variable.
28320 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28321 (cos_upward_test_data): New variable.
28322 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28323 (cosh_test_data): New variable.
28324 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28325 (cosh_tonearest_test_data): New variable.
28326 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28327 (cosh_towardzero_test_data): New variable.
28328 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28329 (cosh_downward_test_data): New variable.
28330 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28331 (cosh_upward_test_data): New variable.
28332 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28333 (erf_test_data): New variable.
28334 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28335 (erfc_test_data): New variable.
28336 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28337 (exp_test_data): New variable.
28338 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28339 (exp_tonearest_test_data): New variable.
28340 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28341 (exp_towardzero_test_data): New variable.
28342 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28343 (exp_downward_test_data): New variable.
28344 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28345 (exp_upward_test_data): New variable.
28346 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28347 (exp10_test_data): New variable.
28348 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28349 (exp2_test_data): New variable.
28350 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28351 (expm1_test_data): New variable.
28352 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28353 (fabs_test_data): New variable.
28354 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28355 (floor_test_data): New variable.
28356 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28357 (j0_test_data): New variable.
28358 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28359 (j1_test_data): New variable.
28360 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28361 (log_test_data): New variable.
28362 (log_test): Run tests with RUN_TEST_LOOP_f_f.
28363 (log10_test_data): New variable.
28364 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28365 (log1p_test_data): New variable.
28366 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28367 (log2_test_data): New variable.
28368 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28369 (logb_test_data): New variable.
28370 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28371 (logb_downward_test_data): New variable.
28372 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28373 (nearbyint_test_data): New variable.
28374 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28375 (rint_test_data): New variable.
28376 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28377 (rint_tonearest_test_data): New variable.
28378 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28379 (rint_towardzero_test_data): New variable.
28380 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28381 (rint_downward_test_data): New variable.
28382 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28383 (rint_upward_test_data): New variable.
28384 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28385 (round_test_data): New variable.
28386 (round_test): Run tests with RUN_TEST_LOOP_f_f.
28387 (sin_test_data): New variable.
28388 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28389 (sin_tonearest_test_data): New variable.
28390 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28391 (sin_towardzero_test_data): New variable.
28392 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28393 (sin_downward_test_data): New variable.
28394 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28395 (sin_upward_test_data): New variable.
28396 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28397 (sinh_test_data): New variable.
28398 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28399 (sinh_tonearest_test_data): New variable.
28400 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28401 (sinh_towardzero_test_data): New variable.
28402 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28403 (sinh_downward_test_data): New variable.
28404 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28405 (sinh_upward_test_data): New variable.
28406 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28407 (sqrt_test_data): New variable.
28408 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28409 (tan_test_data): New variable.
28410 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28411 (tan_tonearest_test_data): New variable.
28412 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28413 (tan_towardzero_test_data): New variable.
28414 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28415 (tan_downward_test_data): New variable.
28416 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28417 (tan_upward_test_data): New variable.
28418 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28419 (tanh_test_data): New variable.
28420 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28421 (tgamma_test_data): New variable.
28422 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28423 (trunc_test_data): New variable.
28424 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28425 (y0_test_data): New variable.
28426 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28427 (y1_test_data): New variable.
28428 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28429 (significand_test_data): New variable.
28430 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28432 2013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
28435 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28437 2013-05-10 Pino Toscano <toscano.pino@tiscali.it>
28439 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28441 2013-05-10 Andreas Jaeger <aj@suse.de>
28444 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28445 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28447 2013-05-10 Joseph Myers <joseph@codesourcery.com>
28449 * math/gen-libm-test.pl (adjust_arg): New function.
28450 (special_functions): Handle generating output in both functions
28452 (parse_args): Likewise.
28453 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
28454 $in_func argument to parse_args.
28455 * math/libm-test.inc (struct test_f_f_data): New type.
28456 (IF_ROUND_INIT_): New macro.
28457 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28458 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28459 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28460 (IF_ROUND_INIT_FE_UPWARD): Likewise.
28461 (ROUND_RESTORE_): Likewise.
28462 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28463 (ROUND_RESTORE_FE_TONEAREST): Likewise.
28464 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28465 (ROUND_RESTORE_FE_UPWARD): Likewise.
28466 (RUN_TEST_LOOP_f_f): New macro.
28467 (acos_test_data): New variable.
28468 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28469 (acos_tonearest_test_data): New variable.
28470 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28472 2013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
28474 * benchtests/bench-skeleton.c (startup): Fix coding style.
28476 2013-05-10 Joseph Myers <joseph@codesourcery.com>
28479 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28480 negative infinity argument.
28481 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28482 negative infinity argument.
28483 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28484 negative infinity argument.
28485 * math/libm-test.inc (tgamma_test): Expect errno to be set for
28488 2013-05-10 Florian Weimer <fweimer@redhat.com>
28490 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28491 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28492 * iconv/iconv_prog.c (main): Likewise.
28493 * locale/programs/charmap-dir.c (charmap_readdir)
28494 (fopen_uncompressed): Likewise.
28495 * locale/programs/locfile.c (siblings_uncached)
28496 (write_locale_data): Use lstat64 instead of lstat.
28497 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28500 2013-05-10 Andreas Jaeger <aj@suse.de>
28503 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28505 Include <locale.h>.
28507 2013-05-09 Carlos O'Donell <carlos@redhat.com>
28509 * elf/dl-close.c (_dl_close_worker): Add comments.
28511 2013-05-09 Joseph Myers <joseph@codesourcery.com>
28514 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28516 (__ieee754_rem_pio2l): Update comments.
28519 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28521 (__ieee754_rem_pio2l): Update comments.
28523 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28524 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28526 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28529 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28530 (M_PI_34_LOG10El): Likewise.
28531 (M_PI2_LOG10El): Likewise.
28532 (M_PI4_LOG10El): Likewise.
28533 (M_PI_LOG10El): Likewise.
28535 2013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28537 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28539 2013-05-08 Joseph Myers <joseph@codesourcery.com>
28541 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28542 (MINUS_ZERO_INIT): Likewise.
28543 (PLUS_INFTY_INIT): Likewise.
28544 (MINUS_INFTY_INIT): Likewise.
28545 (QNAN_VALUE_INIT): Likewise.
28546 (MAX_VALUE_INIT): Likewise.
28547 (MIN_VALUE_INIT): Likewise.
28548 (MIN_SUBNORM_VALUE_INIT): Likewise.
28549 (plus_zero): Initialize with PLUS_ZERO_INIT.
28550 (minus_zero): Initialize with MINUS_ZERO_INIT.
28551 (plus_infty): Initialize with PLUS_INFTY_INIT.
28552 (minus_infty): Initialize with MINUS_INFTY_INIT.
28553 (qnan_value): Initialize with QNAN_VALUE_INIT.
28554 (max_value): Initialize with MAX_VALUE_INIT.
28555 (min_value): Initialize with MIN_VALUE_INIT.
28556 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28558 * math/libm-test.inc (RUN_TEST_if_f): New macro.
28559 (jn_test): Use TEST_if_f instead of TEST_ff_f.
28560 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28561 (yn_test): Use TEST_if_f instead of TEST_ff_f.
28563 * math/libm-test.inc (RUN_TEST_f_f): New macro.
28564 (RUN_TEST_2_f): Likewise.
28565 (RUN_TEST_ff_f): Likewise.
28566 (RUN_TEST_fi_f): Likewise.
28567 (RUN_TEST_fl_f): Likewise.
28568 (RUN_TEST_fff_f): Likewise.
28569 (RUN_TEST_c_f): Likewise.
28570 (RUN_TEST_f_f1): Likewise.
28571 (RUN_TEST_fF_f1): Likewise.
28572 (RUN_TEST_fI_f1): Likewise.
28573 (RUN_TEST_ffI_f1): Likewise.
28574 (RUN_TEST_c_c): Likewise.
28575 (RUN_TEST_cc_c): Likewise.
28576 (RUN_TEST_f_i): Likewise.
28577 (RUN_TEST_f_i_tg): Likewise.
28578 (RUN_TEST_ff_i_tg): Likewise.
28579 (RUN_TEST_f_b): Likewise.
28580 (RUN_TEST_f_b_tg): Likewise.
28581 (RUN_TEST_f_l): Likewise.
28582 (RUN_TEST_f_L): Likewise.
28583 (RUN_TEST_sincos): Likewise.
28584 * math/gen-libm-test.pl (new_test): Take new argument to indicate
28585 whether to show exceptions. Do not include ");\n" in return
28587 (special_functions): Output call to RUN_TEST_sincos instead of
28588 check_float calls. Update calls to new_test.
28589 (parse_args): Output call to single RUN_TEST_* macro instead of
28590 check_* calls and other assignments. Update calls to new_test.
28596 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28597 input to result for tgamma overflow.
28598 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28599 (gamma_coeff): New variable.
28600 (NCOEFF): New macro.
28601 (gamma_positive): New function.
28602 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28603 underflow here. Use gamma_positive instead of exp (lgamma) for
28605 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28606 (gamma_coeff): New variable.
28607 (NCOEFF): New macro.
28608 (gammaf_positive): New function.
28609 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28610 underflow here. Use gamma_positive instead of exp (lgamma) for
28612 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28613 (gamma_coeff): New variable.
28614 (NCOEFF): New macro.
28615 (gammal_positive): New function.
28616 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28617 underflow here. Use gamma_positive instead of exp (lgamma) for
28619 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28620 (gamma_coeff): New variable.
28621 (NCOEFF): New macro.
28622 (gammal_positive): New function.
28623 (__ieee754_gammal_r): Handle positive infinity, overflow and
28624 underflow here. Handle NaN the same as positive infinity. Remove
28625 check x < 0xffffffff for negative integers. Use gamma_positive
28626 instead of exp (lgamma) for other arguments.
28627 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28628 (gamma_coeff): New variable.
28629 (NCOEFF): New macro.
28630 (gammal_positive): New function.
28631 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28632 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28633 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28634 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28635 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28636 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28637 * sysdeps/generic/math_private.h (__gamma_productf): New
28639 (__gamma_product): Likewise.
28640 (__gamma_productl): Likewise.
28641 * math/Makefile (libm-calls): Add gamma_product.
28642 * math/libm-test.inc (tgamma_test): Add more tests.
28643 * sysdeps/i386/fpu/libm-test-ulps: Update.
28644 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28646 2013-05-08 Ondřej Bílka <neleai@seznam.cz>
28648 * benchtests/bench-skeleton.c (main): Preheat CPU.
28650 2013-05-07 Aurelien Jarno <aurelien@aurel32.net>
28652 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28654 2013-05-07 Roland McGrath <roland@hack.frob.com>
28656 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28657 and _dl_skip_args_internal.
28659 2013-05-07 Carlos O'Donell <carlos@redhat.com>
28661 * manual/message.texi (Message Translation): Talk about users.
28662 Message to key mapping impacts design.
28664 2013-05-06 Roland McGrath <roland@hack.frob.com>
28666 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28668 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28670 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28671 * sysdeps/wordsize-64/glob64.c: ... here.
28673 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28674 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28677 * debug/getlogin_r_chk.c: Moved to ...
28678 * login/getlogin_r_chk.c: ... here.
28679 * debug/Makefile (routines): Move getlogin_r_chk to ...
28680 * login/Makefile (routines): ... here.
28681 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28682 * login/Versions (libc: GLIBC_2.4): ... here.
28684 * io/poll.c (__poll): Renamed from poll.
28685 Add libc_hidden_def.
28686 (poll): Define as weak alias.
28688 * debug/ptsname_r_chk.c: Moved to ...
28689 * login/ptsname_r_chk.c: ... here.
28690 * debug/Makefile (routines): Move ptsname_r_chk to ...
28691 * login/Makefile (routines): ... here.
28692 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28693 * login/Versions (libc: GLIBC_2.4): ... here.
28695 * posix/getlogin.c: Moved to ...
28696 * login/getlogin.c: ... here.
28697 * posix/getlogin_r.c: Moved to ...
28698 * login/getlogin_r.c: ... here.
28699 * posix/getlogin_r.c: Moved to ...
28700 * login/getlogin_r.c: ... here.
28701 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28702 * login/Makefile (routines): ... here.
28703 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28704 * login/Versions (libc: GLIBC_2.0): ... here.
28706 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28707 (setrlimit): Define as weak alias.
28709 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28710 Call __ names for open, ftruncate, and close.
28711 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28712 (truncate): Define as weak alias.
28714 2013-05-06 Joseph Myers <joseph@codesourcery.com>
28716 * math/gen-libm-test.pl (parse_args): Initialize x before each
28717 test of frexp, modf and remquo.
28719 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28720 test signgam value.
28722 2013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28726 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28728 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28730 2013-05-06 Roland McGrath <roland@hack.frob.com>
28732 * elf/dl-writev.h: New file.
28733 * elf/dl-misc.c: Include it.
28734 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28735 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28737 2013-05-04 Joseph Myers <joseph@codesourcery.com>
28739 * math/libm-test.inc (noXFails): Remove variable.
28740 (noXPasses): Likewise.
28741 (BUILD_COMPLEX_INT): Remove macro.
28742 (print_screen): Remove xfail argument.
28743 (print_screen_max_error): Likewise.
28744 (update_stats): Likewise.
28745 (print_max_error): Likewise. Update calls to other affected
28747 (print_complex_max_error): Likewise.
28748 (test_single_exception): Update calls to print_screen.
28749 (test_single_errno): Likewise.
28750 (check_float_internal): Remove xfail argument. Update calls to
28751 other affected functions.
28752 (check_float): Likewise.
28753 (check_complex): Likewise.
28754 (check_int): Likewise.
28755 (check_long): Likewise.
28756 (check_bool): Likewise.
28757 (check_longlong): Likewise.
28758 (main): Don't print noXFails and noXPasses.
28759 * math/gen-libm-test.pl (top level): Don't mention expected
28760 failure handling in comment.
28761 (new_test): Don't handle expected failures.
28762 (parse_args): Don't mention expected failure handling in comment.
28763 (generate_testfile): Don't handle expected failures.
28764 (parse_ulps): Likewise.
28765 (print_ulps_file): Likewise.
28766 (get_failure): Remove function.
28767 (output_test): Don't handle expected failures.
28768 * make/README.libm-test: Don't mention expected failure handling.
28770 * math/libm-test.inc (plus_zero): Make const. Add initializer.
28771 (minus_zero): Likewise.
28772 (plus_infty): Likewise.
28773 (minus_infty): Likewise.
28774 (qnan_value): Likewise.
28775 (max_value): Likewise.
28776 (min_value): Likewise.
28777 (min_subnorm_value): Likewise.
28778 (initialize): Do not initialize those variables dynamically.
28780 2013-05-03 Roland McGrath <roland@hack.frob.com>
28782 * io/open.c (__open_2): Moved to ...
28783 * io/open_2.c: ... this new file.
28784 * io/open64.c (__open64_2): Moved to ...
28785 * io/open64_2.c: ... this new file.
28786 * io/openat.c (__openat_2): Moved to ...
28787 * io/openat_2.c: ... this new file.
28788 * io/openat64.c (__openat64_2): Moved to ...
28789 * io/openat64_2.c: ... this new file.
28790 * io/Makefile (routines): Add them.
28791 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28792 * sysdeps/unix/sysv/linux/open_2.c: File removed.
28793 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28794 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28795 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28796 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28797 (__openat64): Add hidden_ver.
28798 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28799 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28801 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28802 Separately conditionalize setting of GLRO(dl_sysinfo) so
28803 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28804 as well, but the actual setting is only under [NEED_DL_SYSINFO].
28806 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28808 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28809 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28811 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28812 * sysdeps/unix/sysv/linux/powerpc/init-first.c
28813 (_libc_vdso_platform_setup): Add __vdso_time initialization.
28814 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28815 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28817 2013-05-03 Joseph Myers <joseph@codesourcery.com>
28819 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28820 test signgam value.
28822 * math/libm-test.inc (hypot_test): Do not use
28823 IGNORE_ZERO_INF_SIGN.
28825 2013-05-03 Andreas Jaeger <aj@suse.de>
28827 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28829 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28830 (PF_MAX): Adjust for VSOCK change.
28832 2013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28834 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28836 2013-05-02 Carlos O'Donell <carlos@redhat.com>
28839 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28840 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28841 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28843 2013-05-02 David S. Miller <davem@davemloft.net>
28845 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28847 2013-05-01 Ondřej Bílka <neleai@seznam.cz>
28849 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28851 2013-05-01 Roland McGrath <roland@hack.frob.com>
28853 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28855 2013-05-01 Richard Smith <richard@metafoo.co.uk>
28858 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28859 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28860 Use __attribute__ ((__gnu_inline__)).
28861 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28862 Don't use __attribute__ ((__gnu_inline__)).
28864 2013-05-01 Joseph Myers <joseph@codesourcery.com>
28867 * math/s_catan.c (__catan): Handle small real or imaginary part of
28868 input specially to avoid spurious underflow.
28869 * math/s_catanf.c (__catanf): Likewise.
28870 * math/s_catanh.c (__catanh): Likewise.
28871 * math/s_catanhf.c (__catanhf): Likewise.
28872 * math/s_catanhl.c (__catanhl): Likewise.
28873 * math/s_catanl.c (__catanl): Likewise.
28874 * math/libm-test.inc (catan_test): Add more tests.
28875 (catanh_test): Likewise.
28876 * sysdeps/i386/fpu/libm-test-ulps: Update.
28877 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28879 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28881 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28883 2013-04-30 Joseph Myers <joseph@codesourcery.com>
28886 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28887 accurately for denominator in atan2.
28888 * math/s_catanf.c (__catanf): Likewise.
28889 * math/s_catanh.c (__catanh): Likewise.
28890 * math/s_catanhf.c (__catanhf): Likewise.
28891 * math/s_catanhl.c (__catanhl): Likewise.
28892 * math/s_catanl.c (__catanl): Likewise.
28893 * math/libm-test.inc (catan_test): Add more tests.
28894 (catanh_test): Likewise.
28895 * sysdeps/i386/fpu/libm-test-ulps: Update.
28896 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28898 2013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28900 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28902 * benchtests/Makefile (bench): Remove slow benchmarks.
28903 * benchtests/atan-inputs: Add slow benchmark inputs.
28904 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28905 (BENCH_FUNC): Accept variant offset.
28907 * benchtests/bench-skeleton.c (main): Run benchmark for each
28909 * benchtests/cos-inputs: Add slow benchmark inputs.
28910 * benchtests/exp-inputs: Likewise.
28911 * benchtests/pow-inputs: Likewise.
28912 * benchtests/sin-inputs: Likewise.
28913 * benchtests/slowatan-inputs: Remove.
28914 * benchtests/slowatan.c: Remove.
28915 * benchtests/slowcos-inputs: Remove.
28916 * benchtests/slowcos.c: Remove.
28917 * benchtests/slowexp-inputs: Remove.
28918 * benchtests/slowexp.c: Remove.
28919 * benchtests/slowpow-inputs: Remove.
28920 * benchtests/slowpow.c: Remove.
28921 * benchtests/slowsin-inputs: Remove.
28922 * benchtests/slowsin.c: Remove.
28923 * benchtests/slowtan-inputs: Remove.
28924 * benchtests/slowtan.c: Remove.
28925 * benchtests/tan-inputs: Add slow benchmark inputs.
28926 * scripts/bench.pl: Parse comments and directives.
28928 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
28930 ($(objpfx)bench-%.c): Remove *-ITER.
28931 * benchtests/bench-modf.c: Remove definition of ITER.
28932 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28933 (main): Loop for DURATION seconds instead of fixed number of
28935 * scripts/bench.pl: Don't expect iterations in parameters.
28937 2013-04-29 Roland McGrath <roland@hack.frob.com>
28939 * io/fchdir.c (__fchdir): Renamed from fchdir.
28940 (fchdir): Define as weak alias.
28942 2013-04-29 Joseph Myers <joseph@codesourcery.com>
28944 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28945 (ERRNO_EDOM): Likewise.
28946 (ERRNO_ERANGE): Likewise.
28947 (noErrnoTests): New variable.
28948 (init_max_error): Set errno to 0.
28949 (test_single_errno): New function.
28950 (test_errno): Likewise.
28951 (check_float_internal): Call test_errno. Set errno to 0.
28952 (check_complex): Refer to errno tests in comment.
28953 (check_int): Call test_errno. Set errno to 0.
28954 (check_long): Likewise.
28955 (check_bool): Likewise.
28956 (check_longlong): Likewise.
28957 (cos_test): Use ERRNO_* flags for errno tests instead of
28959 (expm1_test): Likewise.
28960 (fmod_test): Likewise.
28961 (ilogb_test): Likewise.
28962 (lgamma_test): Likewise.
28963 (pow_test): Likewise.
28964 (remainder_test): Likewise.
28965 (sin_test): Likewise.
28966 (tan_test): Likewise.
28967 (yn_test): Likewise.
28968 (initialize): Set errno to 0.
28969 (main): Print number of errno tests.
28970 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28972 2013-04-29 Andreas Jaeger <aj@suse.de>
28975 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28979 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28980 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28984 * stdlib/random.c (__initstate): Return NULL if
28988 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28989 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28992 2013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28994 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28996 2013-04-29 Joseph Myers <joseph@codesourcery.com>
28998 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28999 of individual tests.
29000 (casin_test): Likewise.
29001 (casinh_test): Likewise.
29003 2013-04-27 Joseph Myers <joseph@codesourcery.com>
29006 * math/s_catan.c (__catan): Handle arguments with large real or
29007 imaginary part separately without squaring.
29008 * math/s_catanf.c (__catanf): Likewise.
29009 * math/s_catanh.c (__catanh): Likewise.
29010 * math/s_catanhf.c (__catanhf): Likewise.
29011 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29013 (__catanhl): Handle arguments with large real or imaginary part
29014 separately without squaring.
29015 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29017 (__catanl): Handle arguments with large real or imaginary part
29018 separately without squaring.
29019 * math/libm-test.inc (catan_test): Add more tests.
29020 (catanh_test): Likewise.
29021 * sysdeps/i386/fpu/libm-test-ulps: Update.
29022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29024 2013-04-27 Andreas Jaeger <aj@suse.de>
29027 * stdlib/stdlib.h: Update guards for qecvt.
29028 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29031 2013-04-27 Allan McRae <allan@archlinux.org>
29033 * sysdeps/i386/fpu/libm-test-ulps: Update.
29035 2013-04-26 Joseph Myers <joseph@codesourcery.com>
29038 * math/s_catan.c: Include <float.h>.
29039 (__catan): Ensure underflow exception occurs for underflowed
29041 * math/s_catanf.c: Include <float.h>.
29042 (__catanf): Ensure underflow exception occurs for underflowed
29044 * math/s_catanh.c: Include <float.h>.
29045 (__catanh): Ensure underflow exception occurs for underflowed
29047 * math/s_catanhf.c: Include <float.h>.
29048 (__catanhf): Ensure underflow exception occurs for underflowed
29050 * math/s_catanhl.c: Include <float.h>.
29051 (__catanhl): Ensure underflow exception occurs for underflowed
29053 * math/s_catanl.c: Include <float.h>.
29054 (__catanl): Ensure underflow exception occurs for underflowed
29056 * math/libm-test.inc (catan_test): Add more tests.
29057 (catanh_test): Likewise.
29060 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29061 underflowed result.
29062 * math/s_ccoshf.c (__ccoshf): Likewise.
29063 * math/s_ccoshl.c (__ccoshl): Likewise.
29064 * math/s_csin.c (__csin): Likewise.
29065 * math/s_csinf.c (__csinf): Likewise.
29066 * math/s_csinh.c (__csinh): Likewise.
29067 * math/s_csinhf.c (__csinhf): Likewise.
29068 * math/s_csinhl.c (__csinhl): Likewise.
29069 * math/s_csinl.c (__csinl): Likewise.
29070 * math/libm-test.inc (ccos_test): Add more tests.
29071 (ccosh_test): Likewise.
29072 (csin_test): Likewise.
29073 (csinh_test): Likewise.
29075 2013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29077 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29078 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29079 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29080 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29081 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29082 powerpc/power5+/fpu folders.
29083 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29086 2013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
29088 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29090 2013-04-25 Joseph Myers <joseph@codesourcery.com>
29092 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29093 additions to variable.
29094 [$(config-machine) = x86_64] (modules-names): Likewise.
29095 ($(objpfx)tst-audit3): Remove dependency.
29096 ($(objpfx)tst-audit3.out): Likewise.
29097 ($(objpfx)tst-audit4): Likewise.
29098 ($(objpfx)tst-audit4.out): Likewise.
29099 ($(objpfx)tst-audit5): Likewise.
29100 ($(objpfx)tst-audit5.out): Likewise.
29101 ($(objpfx)tst-audit6): Likewise.
29102 ($(objpfx)tst-audit6.out): Likewise.
29103 ($(objpfx)tst-audit7): Likewise.
29104 ($(objpfx)tst-audit7.out): Likewise.
29105 (tst-audit3-ENV): Remove variable.
29106 (tst-audit4-ENV): Likewise.
29107 (tst-audit5-ENV): Likewise.
29108 (tst-audit6-ENV): Likewise.
29109 (tst-audit7-ENV): Likewise.
29110 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29111 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29112 addition to variable.
29113 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29114 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29115 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29116 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29117 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29118 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29119 tst-audit3, tst-audit4 and tst-audit5.
29120 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29121 tst-audit6 and tst-audit7.
29122 [$(subdir) = elf] (modules-names): Add audit modules for those
29124 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29125 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29126 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29127 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29128 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29129 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29130 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29131 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29132 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29133 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29134 [$(subdir) = elf] (tst-audit3-ENV): New variable.
29135 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29136 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29137 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29138 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29139 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29141 [$(subdir) = elf && $(config-cflags-avx) = yes]
29142 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29143 [$(subdir) = elf && $(config-cflags-avx) = yes]
29144 (CFLAGS-tst-auditmod4a.c): Likewise.
29145 [$(subdir) = elf && $(config-cflags-avx) = yes]
29146 (CFLAGS-tst-auditmod4b.c): Likewise.
29147 [$(subdir) = elf && $(config-cflags-avx) = yes]
29148 (CFLAGS-tst-auditmod6b.c): Likewise.
29149 [$(subdir) = elf && $(config-cflags-avx) = yes]
29150 (CFLAGS-tst-auditmod6c.c): Likewise.
29151 [$(subdir) = elf && $(config-cflags-avx) = yes]
29152 (CFLAGS-tst-auditmod7b.c): Likewise.
29153 * elf/tst-audit3.c: Move to ...
29154 * sysdeps/x86_64/tst-audit3.c: ... here.
29155 * elf/tst-audit4.c: Move to ...
29156 * sysdeps/x86_64/tst-audit4.c: ... here.
29157 * elf/tst-audit5.c: Move to ...
29158 * sysdeps/x86_64/tst-audit5.c: ... here.
29159 * elf/tst-audit6.c: Move to ...
29160 * sysdeps/x86_64/tst-audit6.c: ... here.
29161 * elf/tst-audit7.c: Move to ...
29162 * sysdeps/x86_64/tst-audit7.c: ... here.
29163 * elf/tst-auditmod3a.c: Move to ...
29164 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29165 * elf/tst-auditmod3b.c: Move to ...
29166 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29167 * elf/tst-auditmod4a.c: Move to ...
29168 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29169 * elf/tst-auditmod4b.c: Move to ...
29170 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29171 * elf/tst-auditmod5a.c: Move to ...
29172 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29173 * elf/tst-auditmod5b.c: Move to ...
29174 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29175 * elf/tst-auditmod6a.c: Move to ...
29176 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29177 * elf/tst-auditmod6b.c: Move to ...
29178 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29179 * elf/tst-auditmod6c.c: Move to ...
29180 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29181 * elf/tst-auditmod7a.c: Move to ...
29182 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29183 * elf/tst-auditmod7b.c: Move to ...
29184 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29186 2013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
29189 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29190 define unconditionally.
29191 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29192 define unconditionally.
29193 (INT8_C, INT16_C, etc.): Likewise.
29195 2013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
29197 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29198 __ehdr_start with hidden visibility.
29200 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29202 2013-04-24 Carlos O'Donell <carlos@redhat.com>
29204 * math/libm-test.inc (cos_test): Use accurate hex constants.
29205 (sincost_test): Likewise.
29207 2013-04-24 Joseph Myers <joseph@codesourcery.com>
29209 * math/libm-test.inc (catan_test): Add more tests.
29210 (catanh_test): Likewise.
29212 * math/s_catanf.c (__catanf): Use suffixed floating-point
29214 * math/s_catanhf.c (__catanhf): Likewise.
29215 * math/s_catanhl.c (__catanhl): Likewise.
29216 * math/s_catanl.c (__catanl): Likewise.
29219 * math/s_catan.c (__catan): Calculate imaginary part of result
29220 with log1p not log unless computing log of number close to 0.
29221 * math/s_catanf.c (__catanf): Likewise.
29222 * math/s_catanl.c (__catanl): Likewise.
29223 * math/s_catanh.c (__catanh): Calculate real part of result with
29224 log1p not log unless computing log of number close to 0.
29225 * math/s_catanhf.c (__catanhf): Likewise.
29226 * math/s_catanhl.c (__catanhl): Likewise.
29227 * math/libm-test.inc (catan_test): Add more tests.
29228 (catanh_test): Likewise.
29229 * sysdeps/i386/fpu/libm-test-ulps: Update.
29230 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29232 2013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
29234 * benchtests/Makefile: Mention files in which fast and slow
29235 paths of math functions are implemented.
29237 2013-04-23 Roland McGrath <roland@hack.frob.com>
29239 * sysdeps/posix/timespec_get.c: New file.
29241 2013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29243 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29245 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29247 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29248 powerpc/power5/fpu folders.
29249 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29250 * benchtests/Makefile: Add modf testcase.
29251 * benchtests/bench-modf.c: New file: Benchmark test for mo
29253 2013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
29256 * time/Makefile (tests): Add tst-strptime-whitespace.
29257 * time/strptime_l.c (get_number): Use ISSPACE.
29258 (__strptime_internal): Likewise.
29259 * time/tst-strptime-whitespace.c: New test case.
29261 2013-04-23 Andreas Schwab <schwab@linux-m68k.org>
29263 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29265 (_nss_files_init): Set it here.
29267 2013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
29269 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29270 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29273 2013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
29275 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29277 2013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
29279 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29282 2013-04-21 David S. Miller <davem@davemloft.net>
29284 * po/ru.po: Update Russion translation from translation project.
29286 2013-04-17 Adam Conrad <adconrad@0c3.net>
29288 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29291 2013-04-17 Carlos O'Donell <carlos@redhat.com>
29293 * configure.in: Remove i386 configure warning. Remove i386 case.
29294 * configure: Regenerate.
29295 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29296 Add example to error message.
29297 * sysdeps/i386/configure: Regenerate.
29299 2013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
29301 * benchtests/Makefile (bench): Add cos, tan, slowcos and
29303 * benchtests/cos-inputs: New file.
29304 * benchtests/slowcos-inputs: New file.
29305 * benchtests/slowcos.c: New file.
29306 * benchtests/slowtan-inputs: New file.
29307 * benchtests/slowtan.c: New file.
29308 * benchtests/tan-inputs: New file.
29310 2013-04-16 Roland McGrath <roland@hack.frob.com>
29312 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29315 2013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29317 * benchtests/Makefile: Include cppflags-iterator.mk to add
29318 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29320 * Makefile.in (bench-clean): New target.
29321 * benchtests/Makefile (bench-clean): Likewise.
29323 2013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
29325 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29327 2013-04-15 Thomas Schwinge <thomas@codesourcery.com>
29329 * stdio-common/tstdiomisc.c: Fix coding-style violation.
29331 2013-04-15 Andreas Schwab <schwab@suse.de>
29333 * nscd/grpcache.c (cache_addgr): Properly check for short write.
29334 * nscd/initgrcache.c (addinitgroupsX): Likewise.
29335 * nscd/pwdcache.c (cache_addpw): Likewise.
29336 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
29339 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29341 * benchtests/Makefile (bench): Write all output to
29342 bench-out.tmp together.
29344 2013-04-15 Andreas Schwab <schwab@suse.de>
29346 * nscd/nscd.c (main): Don't fork again after closing files.
29348 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29350 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29352 * benchtests/Rules (bench-deps): Collect dependencies into a
29353 single variable. Add Makefile to dependencies.
29354 ($(objpfx)bench-%.c): Depend on bench-deps.
29356 2013-04-12 Roland McGrath <roland@hack.frob.com>
29357 Xavier Roche <roche+kml2@exalead.com>
29360 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29361 just that it's a file descriptor.
29362 * manual/llio.texi (Synchronizing AIO Operations): Update description
29363 for EBADF error from aio_fsync.
29365 2013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
29367 * Rules (bench): Move target definition...
29368 * benchtests/Makefile: ... here.
29370 2013-04-11 Carlos O'Donell <carlos@redhat.com>
29372 * math/libm-test.inc (cos_test): Fix PI/2 test.
29373 (sincos_test): Likewise.
29374 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29375 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29377 2013-04-11 Andreas Schwab <schwab@suse.de>
29380 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29381 accept exponent character only when digits were seen.
29382 * stdio-common/Makefile (tests): Add bug26.
29383 * stdio-common/bug26.c: New file.
29386 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29389 2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
29391 * Makeconfig (rtld-prefix): Define built linker prefix.
29392 * Rules (run-bench): Use it.
29393 * math/Makefile (run-regen-ulps): Likewise.
29395 * Rules (bench): Remove eval.
29397 2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29398 Roland McGrath <roland@hack.frob.com>
29399 Ondrej Bilka <neleai@seznam.cz>
29402 * time/getdate.c: Include ctype.h and alloca.h.
29403 (__getdate_r): Trim leading and trailing spaces of input.
29404 * time/tst-getdate.c (tests): Add tests with leading and
29407 2013-04-08 Roland McGrath <roland@hack.frob.com>
29410 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29411 when computing value.
29413 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29415 * math/README.libm-test (How can I generate "libm-test-ulps"?):
29416 Use testrun.sh to run libm tests.
29419 * elf/dl-open.c (dl_open_worker): memset all of seen array.
29421 2013-04-06 Marko Myllynen <myllynen@redhat.com>
29424 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29426 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29428 * Makefile.in (regen-ulps): New target.
29429 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29430 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29431 [ifneq (no,$(PERL)] (regen-ulps): New target.
29432 [ifeq (no,$(PERL)] (regen-ulps): New target.
29433 * math/libm-test.inc (ulps_file_name): Define.
29434 (output_dir): New variable.
29435 (options): Add "output-dir" option.
29436 (parse_opt): Handle 'o' case.
29437 (main): If output_dir is non-NULL use it as a prefix
29439 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29441 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29443 [BZ #10060, #10062]
29444 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29445 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29446 fail configure if __sync_val_compare_and_swap is not inlined.
29447 * sysdeps/i386/configure: Regenerate.
29448 * configure.in: Build for i686 when configured for i386.
29449 * configure: Regenerate.
29450 * README: Remove i386 reference.
29452 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29454 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29455 * sysdeps/s390/s390-64/sysdep.h: Likewise.
29457 2013-04-05 Thomas Schwinge <thomas@codesourcery.com>
29459 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29460 (lmsnanval): New variables.
29461 (F): Add conversion tests.
29462 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29463 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29465 * stdio-common/tstdiomisc.c (F): Properly collect individual
29468 [BZ #14686, #15336]
29469 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29470 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29471 Instead, use input NaN values or generate a qNaN by arithmetic
29472 operation. Also fix bugs to comply with the standard.
29473 * math/libm-test.inc (remainder_test): Add more tests.
29475 [BZ #15335, #15342]
29476 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29477 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29478 input NaN values or generate a qNaN by arithmetic operation.
29480 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29483 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29486 2013-04-03 Joseph Myers <joseph@codesourcery.com>
29489 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29490 underflowed result.
29491 * math/s_cexpf.c (__cexpf): Likewise.
29492 * math/s_cexpl.c (__cexpl): Likewise.
29493 * math/libm-test.inc (cexp_test): Add more tests.
29495 2013-04-03 Andreas Schwab <schwab@suse.de>
29498 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29499 order arrays from heap if bigger than alloca cutoff.
29501 2013-04-03 Thomas Schwinge <thomas@codesourcery.com>
29503 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29504 (SNAN_TESTS_double): Refer to GCC PR56831.
29505 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29508 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
29510 * Rules (bench): Move bench.out after the run is complete.
29512 * Rules (bench): Echo currently running benchmark.
29514 * benchtests/Makefile (bench): Add atan and slowatan.
29515 * benchtests/atan-inputs: New file.
29516 * benchtests/slowatan-inputs: New file.
29517 * benchtests/slowatan.c: New file.
29519 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29520 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29524 * sysdeps/unix/sysv/linux/kernel-features.h
29525 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29526 __ASSUME_XFS_RESTRICTED_CHOWN.
29527 * sysdeps/unix/sysv/linux/pathconf.c
29528 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29529 Save and restore errno.
29531 2013-04-02 Joseph Myers <joseph@codesourcery.com>
29534 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29535 arguments using __kernel_casinh.
29536 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29537 arguments using __kernel_casinhf.
29538 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29539 arguments using __kernel_casinhl.
29540 * math/libm-test.inc (cacosh_test): Add more tests.
29541 * sysdeps/i386/fpu/libm-test-ulps: Update.
29542 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29544 2013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
29546 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29547 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29549 * bench/Makefile (bench): Add sin and slowsin.
29550 * benchtests/sin-inputs: New file.
29551 * benchtests/slowsin-inputs: New file.
29552 * benchtests/slowsin.c: New file.
29554 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29555 (bench): Add slowexp and slowpow.
29556 (exp-ITER): Increase iterations.
29557 (pow-ITER): Likewise.
29558 * benchtests/exp-inputs: Change input.
29559 * benchtests/pow-inputs: Likewise.
29560 * benchtests/slowexp-inputs: New file.
29561 * benchtests/slowexp.c: New file.
29562 * benchtests/slowpow-inputs: New file.
29563 * benchtests/slowpow.c: New file.
29565 2013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29567 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29569 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29570 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29571 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29572 * benchtests/Makefile: Add rint benchtest.
29573 * benchtests/rint-inputs: Input for rint benchtest.
29575 2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
29577 * Versions.def (libm): Add GLIBC_2.18.
29578 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29579 hidden libm prototypes.
29580 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29581 * math/Makefile (libm-calls): Add s_issignaling.
29582 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29583 __issignalingf, __issignalingl. Adjust all libm.abilist files.
29584 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29586 * math/math.h [__USE_GNU] (issignaling): New macro.
29587 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29588 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29589 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29590 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29591 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29592 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29593 * manual/arith.texi (issignaling): New section.
29594 * manual/libm-err-tab.pl (@all_functions): Update comment.
29595 * math/gen-libm-test.pl (parse_args): Apply special handling for
29597 * math/libm-test.inc (print_float, issignaling_test): New
29599 (check_float_internal): Add issignaling checks.
29600 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29601 default definition.
29602 * sysdeps/powerpc/math-tests.h: New file.
29603 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29605 * math/test-snan.c (TEST_FUNC): Likewise.
29607 2013-03-30 David S. Miller <davem@davemloft.net>
29609 * po/de.po: Update from translation team.
29611 2013-03-30 Joseph Myers <joseph@codesourcery.com>
29614 * math/k_casinh.c (__kernel_casinh): Handle arguments with
29615 imaginary part less than 1.0 and real part less than 0.5
29617 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29618 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29619 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29620 (cacos_test): Add more tests.
29621 (casin_test): Likewise.
29622 (casinh_test): Likewise.
29623 * sysdeps/i386/fpu/libm-test-ulps: Update.
29624 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29626 2013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
29628 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29629 ONE with its value.
29631 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29632 (__pow_mp): Replace ONE and MONE with their values.
29633 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29634 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29635 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29636 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29637 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29638 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29640 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29642 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29643 (__pow_mp): Replace ZERO and MZERO with their values.
29644 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29645 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29646 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29647 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29648 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29649 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29652 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29654 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29656 2013-03-28 Roland McGrath <roland@hack.frob.com>
29658 * include/stdlib.h [!SHARED] (__call_tls_dtors):
29659 Declare with __attribute__ ((weak)).
29660 * stdlib/exit.c (__libc_atexit) [!SHARED]:
29661 Call __call_tls_dtors only if it's not NULL.
29663 2013-03-28 Roland McGrath <roland@hack.frob.com>
29665 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29666 didn't do it already, then set _dl_phdr and _dl_phnum based on the
29667 magic __ehdr_start linker symbol if it's defined.
29668 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29669 them up here if it was already done.
29671 * elf/dl-support.c (_dl_phdr): Make pointer to const.
29672 (_dl_aux_init): Use const in cast when setting it.
29673 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29674 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29675 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29677 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29679 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29680 * csu/libc-tls.c: Nor here.
29681 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29683 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29684 (__libc_message): Never call vsyslog.
29686 2013-03-28 Alan Modra <amodra@gmail.com>
29688 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29690 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29693 2013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29696 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29698 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29700 2013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
29703 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29704 Don't add gid passed as argument.
29706 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29708 2013-03-27 Joseph Myers <joseph@codesourcery.com>
29711 * math/k_casinh.c (__kernel_casinh): Handle arguments with
29712 imaginary part between 1.0 and 1.5 and real part less than 0.5
29714 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29715 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29716 * math/libm-test.inc (cacos_test): Add more tests.
29717 (casin_test): Likewise.
29718 (casinh_test): Likewise.
29719 * sysdeps/i386/fpu/libm-test-ulps: Update.
29720 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29722 2013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
29724 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29727 (denorm): Likewise.
29728 (__dbl_mp): Likewise.
29729 (add_magnitudes): Likewise.
29730 (sub_magnitudes): Likewise.
29738 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29740 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29741 (__dubcos): Likewise.
29742 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29743 (__ieee754_acos): Likewise.
29744 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29745 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29746 (__exp1): Likewise.
29747 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29748 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29750 (my_log2): Likewise.
29751 (checkint): Likewise.
29752 * sysdeps/ieee754/dbl-64/e_remainder.c
29753 (__ieee754_remainder): Likewise.
29754 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29755 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29756 (bsloww): Likewise.
29757 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29759 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29760 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29761 MANTISSA_STORE_T to store computations on mantissa. Use
29762 macros for rounding and division.
29763 (denorm): Likewise.
29764 (__dbl_mp): Likewise.
29765 (add_magnitudes): Likewise.
29766 (sub_magnitudes): Likewise.
29769 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
29770 powers of two in terms of TWOPOW macro.
29771 (mp_no): Make type of mantissa as MANTISSA_T.
29772 [!RADIXI]: Define RADIXI.
29773 [!TWO52]: Define TWO52.
29774 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29776 2013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29778 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29779 llroundl symbol when building for PPC32.
29781 2013-03-24 Mark H Weaver <mhw@netris.org>
29783 * manual/arith.texi (Normalization Functions): Fix prototypes for
29784 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29786 2013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29789 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29790 high value to check if expl overflow.
29791 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29792 to check for underflow and overflow.
29793 * math/libm-test.inc: Add exp test.
29795 2013-03-21 Dmitry V. Levin <ldv@altlinux.org>
29798 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29801 2013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29803 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29806 2013-03-21 Thomas Schwinge <thomas@codesourcery.com>
29808 * math/gen-libm-test.pl (parse_args, special_functions): Properly
29809 wrap blocks consisting of several statements.
29811 * sysdeps/generic/math-tests.h: New file.
29812 * sysdeps/i386/fpu/math-tests.h: Likewise.
29813 * math/test-snan.c: Include it.
29814 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29816 2013-03-21 Joseph Myers <joseph@codesourcery.com>
29819 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29820 (__ieee754_j0l): Do not improve calculations using cos of twice
29821 input for inputs above LDBL_MAX / 2.0L.
29822 (__ieee754_y0l): Likewise.
29823 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29824 (__ieee754_j1l): Do not improve calculations using cos of twice
29825 input for inputs above LDBL_MAX / 2.0L.
29826 (__ieee754_y1l): Likewise.
29827 * math/libm-test.inc (j0_test): Add another test.
29828 (j1_test): Likewise.
29829 (y0_test): Likewise.
29830 (y1_test): Likewise.
29831 * sysdeps/i386/fpu/libm-test-ulps: Update.
29833 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
29835 * Rules ($(objpfx)bench-%.c): Include code from a C source
29838 2013-03-21 Joseph Myers <joseph@codesourcery.com>
29841 * math/k_casinh.c (__kernel_casinh): Handle arguments with
29842 imaginary part 1.0 and real part less than 0.5 specially.
29843 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29844 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29845 * math/libm-test.inc (cacos_test): Add more tests.
29846 (casin_test): Likewise.
29847 (casinh_test): Likewise.
29848 * sysdeps/i386/fpu/libm-test-ulps: Update.
29849 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29851 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
29853 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29854 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29856 2013-03-20 Joseph Myers <joseph@codesourcery.com>
29858 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29859 * config.make.in (config-cflags-sse4): Remove variable.
29860 (config-cflags-avx): Likewise.
29861 (config-cflags-sse2avx): Likewise.
29862 (config-cflags-novzeroupper): Likewise.
29863 (config-asflags-i686): Likewise.
29864 (have-mfma4): Likewise.
29865 (have-as-vis3): Likewise.
29867 * configure.in (MIG): Do not AC_SUBST.
29868 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29869 (libc_cv_cc_sse4): Do not AC_SUBST.
29870 (libc_cv_cc_avx): Likewise.
29871 (libc_cv_cc_sse2avx): Likewise.
29872 (libc_cv_cc_novzeroupper): Likewise.
29873 (libc_cv_cc_fma4): Likewise.
29874 (libc_cv_as_i686): Likewise.
29875 (libc_cv_sparc_as_vis3): Likewise.
29876 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29878 (config-asflags-i686): Likewise.
29879 (config-cflags-avx): Likewise.
29880 (config-cflags-sse2avx): Likewise.
29881 (have-mfma4): Likewise.
29882 (config-cflags-novzeroupper): Likewise.
29883 * sysdeps/mach/configure.in (MIG): Likewise.
29884 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29885 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29887 (config-cflags-avx): Likewise.
29888 (config-cflags-sse2avx): Likewise.
29889 (have-mfma4): Likewise.
29890 (config-cflags-novzeroupper): Likewise.
29891 * configure: Regenerated.
29892 * sysdeps/i386/configure: Likewise.
29893 * sysdeps/mach/configure: Likewise.
29894 * sysdeps/sparc/configure: Likewise.
29895 * sysdeps/x86_64/configure: Likewise.
29897 2013-03-20 Roland McGrath <roland@hack.frob.com>
29900 * locale/programs/localedef.c (options): Put N_ translation marker
29901 on argument names, not just descriptions.
29903 2013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29905 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29907 2013-03-20 Ondřej Bílka <neleai@seznam.cz>
29910 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29912 2013-03-19 Roland McGrath <roland@hack.frob.com>
29914 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29915 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29916 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29917 [!BEFORE_ABORT] (before_abort): New function.
29918 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29919 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29920 (writev_for_fatal): New function.
29921 (WRITEV_FOR_FATAL): New macro; call that.
29922 (backtrace_and_maps): New function.
29923 (BEFORE_ABORT): New macro; call that.
29924 (struct str_list): Type removed.
29925 (__libc_message, __libc_fatal): Functions removed.
29926 Include <sysdeps/posix/libc_fatal.c> instead.
29928 2013-03-19 Joseph Myers <joseph@codesourcery.com>
29930 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29932 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29935 2013-03-19 Andreas Schwab <schwab@suse.de>
29937 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29938 * sysdeps/gnu/configure: Regenerate.
29940 * configure.in: Substitute libc_cv_rtlddir.
29941 * configure: Regenerate.
29942 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29943 * Makeconfig (rtlddir, inst_rtlddir): New variables.
29944 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29945 * elf/Makefile (install-others, CFLAGS-interp.c)
29946 (ldso_install, common-ldd-rewrite): Likewise.
29947 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29948 $(inst_slibdir)/$(rtld-installed-name).
29949 * scripts/rellns-sh: Add -p option.
29950 * Makerules (make-shlib-link): Use rellns-sh to get relative name
29953 2013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
29955 * manual/nptl.texi: Renamed to ...
29956 * manual/threads.texi: ... this.
29957 * manual/Makefile (chapters): Update.
29959 2013-03-18 Roland McGrath <roland@hack.frob.com>
29962 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29963 on argument names, not just descriptions.
29964 * malloc/memusagestat.c (options): Likewise.
29965 * nss/getent.c (options): Likewise.
29967 2013-03-18 Benno Schulenberg <bensberg@justemail.net>
29970 * iconv/iconv_prog.c (options): Put N_ translation marker
29971 on argument names, not just descriptions.
29972 * iconv/iconvconfig.c (options): Likewise.
29974 2013-03-18 Ondrej Bilka <neleai@seznam.cz>
29976 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29977 implementation which is faster on all x86_64 architectures.
29978 Tested on AMD, Intel Nehalem, SNB, IVB.
29979 * sysdeps/x86_64/strnlen.S: Likewise.
29981 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29982 Remove all multiarch strlen and strnlen versions.
29983 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29984 Remove strlen and strnlen related parts.
29986 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29987 Inline strlen part.
29988 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29990 * sysdeps/x86_64/multiarch/strlen.S: Remove.
29991 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29992 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29993 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29994 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29995 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29997 2013-03-17 Carlos O'Donell <carlos@redhat.com>
29999 * manual/memory.texi (Malloc Tunable Parameters):
30000 Sort parameters alphabetically. Add comments for missing entries.
30002 2013-03-17 David S. Miller <davem@davemloft.net>
30004 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30006 2013-03-16 Joseph Myers <joseph@codesourcery.com>
30009 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30010 for arguments at most half maximum finite value.
30011 * math/libm-test.inc (j0_test): Add more tests.
30012 (j1_test): Likewise.
30013 (y0_test): Likewise.
30014 (y1_test): Likewise.
30015 * sysdeps/i386/fpu/libm-test-ulps: Update.
30016 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30019 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30020 1 / x and functions P and Q for arguments above 0x1p256L.
30021 (__ieee754_y0l): Likewise.
30022 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30023 (__ieee754_y1l): Likewise.
30024 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30025 (j1_test): Likewise.
30026 (y0_test): Likewise.
30027 (y1_test): Likewise.
30029 2013-03-16 Thomas Schwinge <thomas@codesourcery.com>
30031 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30034 2013-03-15 Roland McGrath <roland@hack.frob.com>
30036 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30037 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30038 zero since it's initialized to EXEC_PAGESIZE.
30040 * sysdeps/unix/sysv/linux/ldsodefs.h
30041 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30042 * sysdeps/generic/ldsodefs.h: ... here.
30044 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
30046 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30048 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30050 * math/test-snan.c: Renamed from
30051 sysdeps/powerpc/fpu/test-powerpc-snan.c.
30052 * math/Makefile (tests): Add test-snan.
30053 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30056 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30057 SUFFIX. Initialize qNaN_var with __builtin_nan family of
30059 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
30060 __builtin_nan family of functions.
30061 * math/libm-test.inc (initialize): Initialize qnan_value with
30062 __builtin_nan family of functions.
30063 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30065 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30067 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
30068 storage class. Initialize qNaN_var and sNaN_var with
30069 __builtin_nan and __builtin_nans families of functions,
30072 * math/libm-test.inc (acosh_test): Also test with qNaN input.
30073 (sqrt_test): Remove duplicate test with qNaN input.
30074 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30075 (round_test, signbit_test, significand_test): Note missing +/-Inf
30076 as well as qNaN tests.
30078 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30079 qNaN_var. Fix a few strings, too.
30080 * math/libm-test.inc (nan_value): Rename to qnan_value.
30081 * math/gen-libm-test.pl (%beautify): Adjust to that.
30082 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30083 * math/test-misc.c (main): Likewise.
30084 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30085 to __qnan_bytes, and __qnan_union, respectively.
30086 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30088 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30089 and lqnanval, respectively.
30090 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30091 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30092 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30093 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30095 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30096 * math/test-misc.c (main) [__x86_64__]: Enable test for long
30099 * math/test-misc.c (main): Fix copy'n'pastos.
30100 * misc/tst-efgcvt.c (special): Likewise.
30102 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30103 Remove declarations.
30105 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30107 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30108 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30109 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30110 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30112 2013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30114 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30115 macro to return vdso values correctly in IFUNC implementations.
30116 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30117 Optimization by using IFUNC.
30119 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30120 Richard Henderson <rth@redhat.com>
30121 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30123 * Makefile.in (bench): New target.
30124 * NEWS: Mention the benchmark framework.
30125 * Rules (bench): Likewise.
30126 (binaries-bench): Generate binaries for functions to
30128 * benchtests/Makefile: New makefile for benchmark tests.
30129 * benchtests/bench-skeleton.c: New skeleton file for benchmark
30131 * benchtests/exp-inputs: New input file for EXP function.
30132 * benchtests/pow-inputs: New input file for POW function.
30133 * scripts/bench.pl: New script to generate source files for
30134 benchmark programs.
30136 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30138 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30139 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30140 computations on mantissa. Use macros for rounding and
30142 (denorm): Likewise.
30143 (__dbl_mp): Likewise.
30144 (add_magnitudes): Likewise.
30145 (sub_magnitudes): Likewise.
30148 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
30149 powers of two in terms of TWOPOW macro.
30150 (mp_no): Make type of mantissa as MANTISSA_T.
30151 [!RADIXI]: Define RADIXI.
30152 [!TWO52]: Define TWO52.
30153 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30155 * manual/nptl.texi (cindex): Modify threads to pthreads.
30157 2013-03-15 Joseph Myers <joseph@codesourcery.com>
30159 * sysdeps/x86_64/preconfigure: Regenerated.
30161 2013-03-14 Joseph Myers <joseph@codesourcery.com>
30164 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30166 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30167 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30169 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30170 * math/libm-test.inc (j0_test): Do not allow one spurious
30171 underflow exception.
30172 (y1_test): Likewise.
30174 2013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30176 * manual/Makefile (chapters): Add nptl.
30177 * manual/debug.texi (Debugging Support): Add link to Threads
30179 * manual/nptl.texi: New file.
30181 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30183 2013-03-14 Petr Baudis <pasky@ucw.cz>
30185 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30186 for non-NULL pointer before the memory validity test. Pointed
30187 out by Holger Brunck <holger.brunck@keymile.com>.
30189 2013-03-13 Andreas Schwab <schwab@suse.de>
30191 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30194 2013-03-13 Joseph Myers <joseph@codesourcery.com>
30196 * timezone/zic.c: Update from tzcode 2013b.
30198 2013-03-12 Carlos O'Donell <carlos@redhat.com>
30200 * manual/install.texi (Configuring and compiling):
30201 Mention i686 and i586.
30202 * INSTALL: Regenerate.
30204 2013-03-12 Roland McGrath <roland@hack.frob.com>
30206 * sysdeps/init_array/elf-init.c: New file.
30208 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30209 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30211 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30212 __gmon_start__ as global, but as static with a .preinit_array pointer.
30213 * sysdeps/init_array/gmon-start.c: New file. Use that.
30214 * sysdeps/init_array/crti.S: New file, empty except for comments.
30215 * sysdeps/init_array/crtn.S: Likewise.
30217 2013-03-11 Ondřej Bílka <neleai@seznam.cz>
30219 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30221 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30222 Remove Prefer_SSE_for_memop.
30223 * sysdeps/x86_64/multiarch/init-arch.h: Remove
30224 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30225 HAS_PREFER_SSE_FOR_MEMOP.
30226 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30228 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30229 Remove bzero, memset ifunc support.
30230 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30231 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30232 * sysdeps/x86_64/multiarch/memset.S: Likewise.
30233 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30235 2013-03-11 Andreas Schwab <schwab@suse.de>
30238 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30240 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30241 (GLIBC_2.16): Remove pthread_atfork.
30243 2013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
30245 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30246 (ptestcases.h): Likewise.
30248 2013-03-08 Roland McGrath <roland@hack.frob.com>
30250 * Makeconfig ($(common-objpfx)config.status): Depend on
30251 sysdeps/*/preconfigure{,.in} too.
30253 2013-03-08 Joseph Myers <joseph@codesourcery.com>
30255 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30256 (__free_hook): Use void * instead of __malloc_ptr_t.
30257 (__malloc_hook): Likewise.
30258 (__realloc_hook): Likewise.
30259 (__memalign_hook): Likewise.
30260 (__after_morecore_hook): Likewise.
30261 * malloc/arena.c (save_malloc_hook): Likewise.
30262 (save_free_hook): Likewise.
30263 * malloc/hooks.c (malloc_hook_ini): Likewise.
30264 (realloc_hook_ini): Likewise.
30265 (memalign_hook_ini): Likewise.
30266 * malloc/malloc.c (malloc_hook_ini): Likewise.
30267 (realloc_hook_ini): Likewise.
30268 (memalign_hook_ini): Likewise.
30269 (__free_hook): Likewise.
30270 (__malloc_hook): Likewise.
30271 (__realloc_hook): Likewise.
30272 (__memalign_hook): Likewise.
30273 (__libc_malloc): Likewise.
30274 (__libc_free): Likewise.
30275 (__libc_realloc): Likewise.
30276 (__libc_memalign): Likewise.
30277 (__libc_valloc): Likewise.
30278 (__libc_pvalloc): Likewise.
30279 (__libc_calloc): Likewise.
30280 (__posix_memalign): Likewise.
30281 * malloc/morecore.c (__sbrk): Likewise.
30282 (__default_morecore): Likewise.
30284 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30286 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30287 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30288 __malloc_ptrdiff_t.
30290 * malloc/malloc.h (__malloc_size_t): Remove macro.
30291 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30293 (old_memalign_hook): Likewise.
30294 (old_realloc_hook): Likewise.
30295 (struct hdr): Likewise.
30297 (mallochook): Likewise.
30298 (memalignhook): Likewise.
30299 (reallochook): Likewise.
30300 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30301 (tr_old_realloc_hook): Likewise.
30302 (tr_old_memalign_hook): Likewise.
30303 (tr_mallochook): Likewise.
30304 (tr_reallochook): Likewise.
30305 (tr_memalignhook): Likewise.
30307 2013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30309 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30310 default_ldbl_pack and using as default implementation.
30311 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30313 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30314 redundant definition.
30315 (ldbl_insert_mantissa): Likewise.
30316 (ldbl_canonicalize): Likewise.
30317 (ldbl_nearbyint): Likewise.
30318 (ldbl_pack): Rename to ldbl_pack_ppc.
30319 (ldbl_unpack): Rename to ldbl_unpack_ppc.
30320 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30321 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30323 2013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
30325 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30326 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30327 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30328 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30329 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30330 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30331 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30332 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30334 2013-03-07 Andreas Jaeger <aj@suse.de>
30336 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30339 2013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
30341 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30342 Include mpa.h and declare __MPEXP.
30343 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30344 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30345 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30346 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30347 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30348 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30349 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30351 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30352 (__slowpow): Use long double EXPL and LOGL functions to
30354 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30355 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30356 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30357 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30358 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30359 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30361 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30362 intermediate variable to calculate exponent.
30364 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30368 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30369 [!NO__SQR]: Define __sqr.
30370 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30371 and NO__SQR. Remove all code except __mul and __sqr. Include
30372 sysdeps/ieee754/dbl-64/mpa.c.
30373 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30376 * posix/Makefile (tests): Add tst-pathconf.
30377 * posix/tst-pathconf.c: New test case.
30378 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30380 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30382 2013-03-06 Patsy Franklin <pfrankli@redhat.com>
30384 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30386 2013-03-06 Andreas Jaeger <aj@suse.de>
30388 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30389 definition via __MAP_ANONYMOUS.
30391 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30392 it's not part of Linux headers.
30394 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30395 (MAP_HUGE_MASK): Define.
30397 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30399 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30400 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30402 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30403 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30405 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30406 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30408 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30410 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30411 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30412 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30413 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30414 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30415 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30417 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30420 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30421 Handle f2fs and efivarfs.
30423 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30426 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30427 (EFIVARFS_MAGIC): Add.
30428 (F2FS_LINK_MAX): Add.
30430 2013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
30432 * stdio-common/vfprintf.c: Replace __builtin_expect with
30435 2013-03-06 Joseph Myers <joseph@codesourcery.com>
30438 * sysdeps/generic/bp-sym.h: Remove file.
30439 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30440 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30441 <bp-sym.h> and <bp-asm.h>.
30442 (__longjmp): Don't use BP_SYM.
30443 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30445 (memcpy): Don't use BP_SYM.
30446 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30447 <bp-sym.h> and <bp-asm.h>.
30448 (memcpy): Don't use BP_SYM.
30449 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30451 (memcpy): Don't use BP_SYM.
30452 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30454 (memset): Don't use BP_SYM.
30455 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30456 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30457 (__bzero): Don't use BP_SYM.
30458 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30459 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30460 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30461 <bp-sym.h> and <bp-asm.h>.
30462 (memcmp): Don't use BP_SYM. Remove comment about bounded
30464 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30465 <bp-sym.h> and <bp-asm.h>.
30466 (memcpy): Don't use BP_SYM.
30467 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30468 <bp-sym.h> and <bp-asm.h>.
30469 (memset): Don't use BP_SYM.
30470 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30471 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30472 (__bzero): Don't use BP_SYM.
30473 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30474 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30475 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30476 <bp-sym.h> and <bp-asm.h>.
30477 (strncmp): Don't use BP_SYM. Remove comment about bounded
30479 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30480 <bp-sym.h> and <bp-asm.h>.
30481 (memcpy): Don't use BP_SYM.
30482 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30483 <bp-sym.h> and <bp-asm.h>.
30484 (memset): Don't use BP_SYM.
30485 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30486 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30487 (__bzero): Don't use BP_SYM.
30488 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30489 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30490 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30491 <bp-sym.h> and <bp-asm.h>.
30492 (__memchr): Don't use BP_SYM.
30493 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30494 <bp-sym.h> and <bp-asm.h>.
30495 (memcmp): Don't use BP_SYM. Remove comment about bounded
30497 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30498 <bp-sym.h> and <bp-asm.h>.
30499 (memcpy): Don't use BP_SYM.
30500 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30501 <bp-sym.h> and <bp-asm.h>.
30502 (__mempcpy): Don't use BP_SYM.
30503 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30504 <bp-sym.h> and <bp-asm.h>.
30505 (__memrchr): Don't use BP_SYM.
30506 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30507 <bp-sym.h> and <bp-asm.h>.
30508 (memset): Don't use BP_SYM.
30509 (__bzero): Likewise.
30510 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30511 <bp-sym.h> and <bp-asm.h>.
30512 (__rawmemchr): Don't use BP_SYM.
30513 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30514 <bp-sym.h> and <bp-asm.h>.
30515 (__STRCMP): Don't use BP_SYM.
30516 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30517 <bp-sym.h> and <bp-asm.h>.
30518 (strchr): Don't use BP_SYM.
30519 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30520 <bp-sym.h> and <bp-asm.h>.
30521 (__strchrnul): Don't use BP_SYM.
30522 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30523 <bp-sym.h> and <bp-asm.h>.
30524 (strlen): Don't use BP_SYM.
30525 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30526 <bp-sym.h> and <bp-asm.h>.
30527 (strncmp): Don't use BP_SYM. Remove comment about bounded
30529 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30530 <bp-sym.h> and <bp-asm.h>.
30531 (__strnlen): Don't use BP_SYM.
30532 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30533 <bp-sym.h> and <bp-asm.h>.
30534 (__GI__setjmp): Don't use BP_SYM.
30535 (_setjmp): Likewise.
30536 (__sigsetjmp): Likewise.
30537 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30538 (L(start_addresses)): Don't use BP_SYM.
30539 (_start): Likewise.
30540 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30542 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30543 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30544 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30545 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30546 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30548 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30549 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
30550 about bounded pointers.
30551 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30552 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30553 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30555 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
30556 about bounded pointers. Remove GKM FIXME comments.
30557 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30558 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30560 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30561 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
30562 Remove GKM FIXME comments.
30563 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30564 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30565 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30567 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
30568 about bounded pointers. Remove GKM FIXME comment.
30569 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30571 (strncmp): Don't use BP_SYM. Remove comment about bounded
30573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30574 <bp-sym.h> and <bp-asm.h>.
30575 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30577 <bp-sym.h> and <bp-asm.h>.
30578 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
30581 2013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
30583 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30586 2013-03-05 David S. Miller <davem@davemloft.net>
30588 * po/es.po: Update from translation team.
30590 2013-03-05 Andreas Jaeger <aj@suse.de>
30592 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30593 <bits/mman-linux.h>.
30594 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30596 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30597 <bits/mman-linux.h> to end of file.
30598 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30600 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30601 <bits/mman-linux.h> to end of file.
30602 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30604 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30605 <bits/mman-linux.h> to end of file.
30607 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30608 (MCL_CURRENT, MCL_FUTURE): Define here.
30610 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30613 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30615 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30617 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30619 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30620 fourth parameter needed for rt_sigprocmask syscall.
30621 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30622 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30623 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30624 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30625 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30626 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30628 2013-03-04 Joseph Myers <joseph@codesourcery.com>
30631 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30632 comment about bounded pointers.
30633 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30634 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30636 2013-03-04 Andreas Jaeger <aj@suse.de>
30638 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30639 common definitions.
30641 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30642 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30643 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30644 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30645 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30646 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30648 2013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30651 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30652 __ieee754_sqrl instead of __sqrl.
30654 2013-03-01 Joseph Myers <joseph@codesourcery.com>
30656 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30657 * sysdeps/powerpc/fpu_control.h: ... here.
30658 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30659 * sysdeps/powerpc/bits/fenvinline.h: ... here.
30660 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30661 * sysdeps/powerpc/bits/mathinline.h: ... here.
30663 2013-03-01 Roland McGrath <roland@hack.frob.com>
30665 * elf/dl-hwcaps.c (_dl_important_hwcaps):
30666 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30667 to just [NEED_DL_SYSINFO_DSO].
30668 * elf/dl-support.c: Likewise.
30669 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30670 * elf/rtld.c (dl_main): Likewise.
30671 * elf/setup-vdso.h (setup_vdso): Likewise.
30672 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30673 * sysdeps/unix/sysv/linux/dl-sysdep.c
30674 (_dl_discover_osversion): Likewise.
30676 2013-03-01 Carlos O'Donell <carlos@redhat.com>
30678 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30679 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30681 2013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
30683 * NEWS: Mention libm performance improvements and non-x86 PI
30686 * csu/libc-start.c (__pthread_initialize_minimal): Change
30687 function arguments.
30688 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30690 2013-02-28 Joseph Myers <joseph@codesourcery.com>
30693 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30694 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30695 <bp-sym.h> and <bp-asm.h>.
30696 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30697 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30699 (memcpy): Don't use BP_SYM.
30700 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30702 (__mpn_add_n): Don't use BP_SYM.
30703 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30704 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30706 (__mpn_addmul_1): Don't use BP_SYM.
30707 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30708 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30710 (_setjmp): Don't use BP_SYM.
30711 (__novmx_setjmp): Likewise.
30712 (__GI__setjmp): Likewise.
30713 (__vmx_setjmp): Likewise.
30714 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30716 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30717 (__bzero): Don't use BP_SYM.
30718 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30719 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30720 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30721 <bp-sym.h> and <bp-asm.h>.
30722 (memcpy): Don't use BP_SYM.
30723 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30724 <bp-sym.h> and <bp-asm.h>.
30725 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30726 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30727 <bp-sym.h> and <bp-asm.h>.
30728 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30729 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30731 (__mpn_lshift): Don't use BP_SYM.
30732 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30733 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30735 (memset): Don't use BP_SYM.
30736 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30737 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30738 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30740 (__mpn_mul_1): Don't use BP_SYM.
30741 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30742 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30743 <bp-sym.h> and <bp-asm.h>.
30744 (memcmp): Don't use BP_SYM.
30745 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30746 <bp-sym.h> and <bp-asm.h>.
30747 (memcpy): Don't use BP_SYM.
30748 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30749 <bp-sym.h> and <bp-asm.h>.
30750 (memset): Don't use BP_SYM.
30751 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30752 <bp-sym.h> and <bp-asm.h>.
30753 (strncmp): Don't use BP_SYM.
30754 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30755 <bp-sym.h> and <bp-asm.h>.
30756 (memcpy): Don't use BP_SYM.
30757 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30758 <bp-sym.h> and <bp-asm.h>.
30759 (memset): Don't use BP_SYM.
30760 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30761 <bp-sym.h> and <bp-asm.h>.
30762 (__memchr): Don't use BP_SYM.
30763 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30764 <bp-sym.h> and <bp-asm.h>.
30765 (memcmp): Don't use BP_SYM.
30766 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30767 <bp-sym.h> and <bp-asm.h>.
30768 (memcpy): Don't use BP_SYM.
30769 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30770 <bp-sym.h> and <bp-asm.h>.
30771 (__mempcpy): Don't use BP_SYM.
30772 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30773 <bp-sym.h> and <bp-asm.h>.
30774 (__memrchr): Don't use BP_SYM.
30775 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30776 <bp-sym.h> and <bp-asm.h>.
30777 (memset): Don't use BP_SYM.
30778 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30779 <bp-sym.h> and <bp-asm.h>.
30780 (__rawmemchr): Don't use BP_SYM.
30781 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30782 <bp-sym.h> and <bp-asm.h>.
30783 (__STRCMP): Don't use BP_SYM.
30784 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30785 <bp-sym.h> and <bp-asm.h>.
30786 (strchr): Don't use BP_SYM.
30787 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30788 <bp-sym.h> and <bp-asm.h>.
30789 (__strchrnul): Don't use BP_SYM.
30790 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30791 <bp-sym.h> and <bp-asm.h>.
30792 (strlen): Don't use BP_SYM.
30793 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30794 <bp-sym.h> and <bp-asm.h>.
30795 (strncmp): Don't use BP_SYM.
30796 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30797 <bp-sym.h> and <bp-asm.h>.
30798 (__strnlen): Don't use BP_SYM.
30799 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30801 (__mpn_rshift): Don't use BP_SYM.
30802 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30803 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30804 <bp-sym.h> and <bp-asm.h>.
30805 (__sigsetjmp): Don't use BP_SYM.
30806 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30807 (L(start_addresses)): Don't use BP_SYM.
30808 (_start): Likewise.
30809 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30811 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30812 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30813 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30814 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30816 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30817 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30818 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30819 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30821 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
30823 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30824 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30826 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
30828 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30829 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30830 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30832 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
30834 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30836 (strncmp): Don't use BP_SYM,
30837 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30839 (__mpn_sub_n): Don't use BP_SYM.
30840 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30841 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30843 (__mpn_submul_1): Don't use BP_SYM.
30844 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30845 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30846 <bp-sym.h> and <bp-asm.h>.
30847 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30848 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30849 <bp-sym.h> and <bp-asm.h>.
30850 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
30853 2013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30855 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30856 Use ZK to minimize writes to Z.
30857 (sub_magnitudes): Simplify code a bit.
30858 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30859 Use ZK to minimize writes to Z.
30860 (sub_magnitudes): Simplify code a bit.
30862 2013-02-27 Roland McGrath <roland@hack.frob.com>
30864 * csu/gmon-start.c: Add special exception to license text.
30866 2013-02-27 Richard Henderson <rth@redhat.com>
30868 * scripts/config.guess: Update from config.git.
30869 * scripts/config.sub: Likewise.
30871 2013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30873 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30875 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30877 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30879 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30881 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30883 2013-02-26 Roland McGrath <roland@hack.frob.com>
30885 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30886 [$(build-shared = yes].
30888 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30890 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30891 (__mul): Reduce iterations for calculating mantissa.
30893 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30895 (__mpranred): Likewise.
30898 * malloc/memusagestat.c (main): Draw graphs for heap and stack
30899 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30901 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
30903 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30904 Define __attribute__.
30906 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30908 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30910 * posix/regex_internal.h (__attribute): Remove.
30911 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30912 (re_string_context_at): Likewise.
30913 (bitset_not): Use __attribute__ and mark function as possibly
30915 (bitset_merge): Likewise.
30916 (bitset_mask): Likewise.
30917 (re_string_char_size_at): Likewise.
30918 (re_string_wchar_at): Likewise.
30919 (re_string_elem_size_at): Likewise.
30921 2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
30923 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30927 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30931 (denorm): Likewise.
30932 (__dbl_mp): Likewise.
30933 (add_magnitudes): Likewise.
30934 (sub_magnitudes): Likewise.
30938 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30941 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30944 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30947 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30948 up changes with default code.
30949 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30952 2013-02-24 Allan McRae <allan@archlinux.org>
30954 * manual/socket.texi (The Internet Namespace): Order menu items
30955 to match that in the file.
30957 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30958 node listing of the info page menu.
30960 2013-02-21 Joseph Myers <joseph@codesourcery.com>
30963 * sysdeps/i386/bp-asm.h: Remove file.
30964 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30965 (PARMS): Do not use macros from bp-asm.h.
30969 (__mpn_add_n): Do not use BP_SYM
30970 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30972 (PARMS): Do not use macros from bp-asm.h.
30975 (__mpn_addmul_1): Do not use BP_SYM
30976 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30978 (PARMS): Do not use macros from bp-asm.h.
30979 (SIGMSK): Likewise.
30980 (_setjmp): Likewise. Do not use BP_SYM.
30981 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30983 (PARMS): Do not use macros from bp-asm.h.
30984 (SIGMSK): Likewise.
30985 (setjmp): Likewise. Do not use BP_SYM.
30986 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30988 (PARMS): Do not use macros from bp-asm.h.
30989 (__frexp): Do not use BP_SYM.
30991 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30993 (PARMS): Do not use macros from bp-asm.h.
30994 (__frexpf): Do not use BP_SYM.
30995 (frexpf): Likewise.
30996 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30998 (PARMS): Do not use macros from bp-asm.h.
30999 (__frexpl): Do not use BP_SYM.
31000 (frexpl): Likewise.
31001 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31003 (PARMS): Do not use macros from bp-asm.h.
31004 (__remquo): Do not use BP_SYM.
31005 (remquo): Likewise.
31006 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31008 (PARMS): Do not use macros from bp-asm.h.
31009 (__remquof): Do not use BP_SYM.
31010 (remquof): Likewise.
31011 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31013 (PARMS): Do not use macros from bp-asm.h.
31014 (__remquol): Do not use BP_SYM.
31015 (remquol): Likewise.
31016 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31018 (PARMS): Do not use macros from bp-asm.h.
31021 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
31022 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31024 (PARMS): Do not use macros from bp-asm.h.
31025 (strlen): Do not use BP_SYM.
31026 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31028 (PARMS): Do not use macros from bp-asm.h.
31032 (__mpn_add_n): Do not use BP_SYM.
31033 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31035 (PARMS): Do not use macros from bp-asm.h.
31038 (__mpn_addmul_1): Do not use BP_SYM.
31039 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31042 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31044 (PARMS): Do not use macros from bp-asm.h.
31047 (__mpn_lshift): Do not use BP_SYM.
31048 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31050 (PARMS): Do not use macros from bp-asm.h.
31054 (memcpy): Likewise. Do not use BP_SYM.
31055 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31056 libc_hidden_def and weak_alias.
31057 (mempcpy): Do not use BP_SYM in weak_alias.
31058 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31060 (PARMS): Do not use macros from bp-asm.h.
31063 [!BZERO_P] (CHR): Likewise.
31064 (memset): Likewise. Do not use BP_SYM.
31065 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31067 (PARMS): Do not use macros from bp-asm.h.
31070 (__mpn_mul_1): Do not use BP_SYM.
31071 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31073 (PARMS): Do not use macros from bp-asm.h.
31076 (__mpn_rshift): Do not use BP_SYM.
31077 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31079 (PARMS): Do not use macros from bp-asm.h.
31082 (strchr): Likewise. Do not use BP_SYM.
31083 (index): Do not use BP_SYM in weak_alias.
31084 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31086 (PARMS): Do not use macros from bp-asm.h.
31089 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
31090 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31092 (PARMS): Do not use macros from bp-asm.h.
31093 (strlen): Do not use BP_SYM.
31094 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31096 (PARMS): Do not use macros from bp-asm.h.
31100 (__mpn_sub_n): Do not use BP_SYM.
31101 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31103 (PARMS): Do not use macros from bp-asm.h.
31106 (__mpn_submul_1): Do not use BP_SYM.
31107 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31109 (PARMS): Do not use macros from bp-asm.h.
31113 (__mpn_add_n): Do not use BP_SYM.
31114 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31117 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31119 (PARMS): Do not use macros from bp-asm.h.
31122 (memcmp): Do not use BP_SYM.
31123 (bcmp): Do not use BP_SYM in weak_alias.
31124 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31126 (PARMS): Do not use macros from bp-asm.h.
31130 (memcpy): Likewise. Do not use BP_SYM.
31131 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31133 (PARMS): Do not use macros from bp-asm.h.
31137 (memmove): Likewise. Do not use BP_SYM.
31138 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31140 (PARMS): Do not use macros from bp-asm.h.
31144 (__mempcpy): Likewise. Do not use BP_SYM.
31145 (mempcpy): Do not use BP_SYM in weak_alias.
31146 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31148 (PARMS): Do not use macros from bp-asm.h.
31151 [!BZERO_P] (CHR): Likewise.
31152 (memset): Likewise. Do not use BP_SYM.
31153 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31155 (PARMS): Do not use macros from bp-asm.h.
31157 (strcmp): Do not use BP_SYM.
31158 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31160 (PARMS): Do not use macros from bp-asm.h.
31163 [USE_AS_STRTOK_R] (SAVE): Likewise.
31164 (FUNCTION): Likewise. Do not use BP_SYM.
31165 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31167 (strtok_r): Likewise.
31168 (__GI___strtok_r): Likewise.
31169 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31170 (PARMS): Do not use macros from bp-asm.h.
31173 (__mpn_lshift): Do not use BP_SYM.
31174 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31175 (PARMS): Do not use macros from bp-asm.h.
31178 (__memchr): Do not use BP_SYM.
31179 (memchr): Do not use BP_SYM in weak_alias.
31180 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31181 (PARMS): Do not use macros from bp-asm.h.
31184 (memcmp): Do not use BP_SYM.
31185 (bcmp): Do not use BP_SYM in weak_alias.
31186 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31187 (PARMS): Do not use macros from bp-asm.h.
31190 (__mpn_mul_1): Do not use BP_SYM.
31191 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31193 (PARMS): Do not use macros from bp-asm.h.
31196 (__rawmemchr): Do not use BP_SYM.
31197 (rawmemchr): Do not use BP_SYM in weak_alias.
31198 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31199 (PARMS): Do not use macros from bp-asm.h.
31202 (__mpn_rshift): Do not use BP_SYM.
31203 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31204 (PARMS): Do not use macros from bp-asm.h.
31205 (SIGMSK): Likewise.
31206 (__sigsetjmp): Likewise. Do not use BP_SYM.
31207 * sysdeps/i386/start.S: Do not include "bp-sym.h".
31208 (_start): Do not use BP_SYM.
31209 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31210 (PARMS): Do not use macros from bp-asm.h.
31213 (__stpcpy): Likewise. Do not use BP_SYM.
31214 (stpcpy): Do not use BP_SYM in weak_alias.
31215 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31217 (PARMS): Do not use macros from bp-asm.h.
31221 (__stpncpy): Likewise. Do not use BP_SYM.
31222 (stpncpy): Do not use BP_SYM in weak_alias.
31223 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31224 (PARMS): Do not use macros from bp-asm.h.
31227 (strchr): Likewise. Do not use BP_SYM.
31228 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31230 (PARMS): Do not use macros from bp-asm.h.
31233 (__strchrnul): Likewise. Do not use BP_SYM.
31234 (strchrnul): Do not use BP_SYM in weak_alias.
31235 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31237 (PARMS): Do not use macros from bp-asm.h.
31239 (strcspn): Do not use BP_SYM.
31240 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31242 (PARMS): Do not use macros from bp-asm.h.
31245 (strpbrk): Likewise. Do not use BP_SYM.
31246 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31248 (PARMS): Do not use macros from bp-asm.h.
31251 (strrchr): Likewise. Do not use BP_SYM.
31252 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31253 (PARMS): Do not use macros from bp-asm.h.
31255 (strspn): Do not use BP_SYM.
31256 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31257 (PARMS): Do not use macros from bp-asm.h.
31261 (FUNCTION): Likewise. Do not use BP_SYM.
31262 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31264 (strtok_r): Likewise.
31265 (__GI___strtok_r): Likewise.
31266 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31267 (PARMS): Do not use macros from bp-asm.h.
31271 (__mpn_sub_n): Do not use BP_SYM.
31272 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31274 (PARMS): Do not use macros from bp-asm.h.
31277 (__mpn_submul_1): Do not use BP_SYM.
31278 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31280 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31282 (PARMS): Do not use macros from bp-asm.h.
31287 (__clone): Do not use BP_SYM.
31288 (clone): Do not use BP_SYM in weak_alias.
31289 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31291 (PARMS): Do not use macros from bp-asm.h.
31293 (__mmap64): Do not use BP_SYM.
31294 (mmap64): Do not use BP_SYM in weak_alias.
31295 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31296 <bp-sym.h> and <bp-asm.h>.
31297 (PARMS): Do not use macros from bp-asm.h.
31298 (__posix_fadvise64_l64): Do not use BP_SYM.
31299 * sysdeps/unix/sysv/linux/i386/semtimedop.S
31300 (PARMS): Do not use macros from bp-asm.h.
31302 (semtimedop): Do not use BP_SYM.
31303 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31306 2013-02-21 Allan McRae <allan@archlinux.org>
31308 * manual/message.texi (Charset conversion in gettext):
31309 Move @end statement to beginning of line.
31311 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31313 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31315 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31318 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31319 (denorm): Likewise.
31320 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31321 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31323 2013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31325 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31326 tail-call to the resolved function if pltexit isn't needed.
31328 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31330 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31331 or Y being zero as being unlikely.
31332 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31335 2013-02-20 Carlos O'Donell <carlos@redhat.com>
31337 * manual/nss.texi (System Databases and Name Service Switch):
31338 Remove frobnicate @pxref.
31340 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
31342 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31343 __attribute__ ((unused)) to __attribute__ ((__unused__)).
31345 2013-02-20 Petr Machata <pmachata@redhat.com>
31347 * elf/elf.h (R_ARM_TARGET1): New macro.
31348 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31349 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31350 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31351 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31352 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31353 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31354 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31355 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31356 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31357 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31358 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31359 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31360 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31361 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31362 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31363 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31364 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31365 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31366 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31367 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31368 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31369 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31370 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31371 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31372 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31373 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31374 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31375 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31376 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31377 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31378 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31379 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31380 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31381 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31382 (R_ARM_THM_GOT_BREL12): Likewise.
31383 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31384 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31385 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31386 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31387 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31388 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31389 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31390 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31391 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31393 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
31395 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31396 __attribute_used__ to __attribute__ ((unused)).
31398 2013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
31400 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31402 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31403 comment formatting.
31404 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31406 2013-02-19 Joseph Myers <joseph@codesourcery.com>
31409 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31411 (ENTER): Remove both macro definitions.
31413 (CHECK_BOUNDS_LOW): Likewise.
31414 (CHECK_BOUNDS_HIGH): Likewise.
31415 (CHECK_BOUNDS_BOTH): Likewise.
31416 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31417 (RETURN_BOUNDED_POINTER): Likewise.
31418 (RETURN_NULL_BOUNDED_POINTER): Likewise.
31419 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31420 (POP_ERRNO_LOCATION_RETURN): Likewise.
31421 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31422 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31423 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31425 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31426 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31427 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31428 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31429 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31430 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31431 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31432 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31433 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31434 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31435 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31436 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31437 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31438 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31440 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31441 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31443 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31444 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31445 * sysdeps/i386/i586/memset.S (memset): Likewise.
31446 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31447 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31448 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31450 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31451 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31452 Change uses of L(2) to L(out).
31453 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31454 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31455 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31456 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31457 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31459 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31460 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31462 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31463 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31464 (RETURN): Do not use macro LEAVE.
31465 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31466 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31467 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31468 * sysdeps/i386/i686/memset.S (memset): Likewise.
31469 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31470 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31471 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31472 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31474 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31475 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
31476 L(1_2) and L(1_3) into L(1).
31477 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31478 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31479 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31480 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31481 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31482 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31483 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31484 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31485 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31487 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31488 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31489 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31490 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31491 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31492 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31493 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31494 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31495 * sysdeps/i386/strcspn.S (strcspn): Likewise.
31496 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31497 * sysdeps/i386/strrchr.S (strrchr): Likewise.
31498 * sysdeps/i386/strspn.S (strspn): Likewise.
31499 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31501 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31502 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31503 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31504 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
31505 L(1_3) into L(1_1).
31506 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31507 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31508 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31510 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31512 2013-02-19 Jakub Jelinek <jakub@redhat.com>
31514 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31517 2013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
31519 * math/atest-exp.c (exp_mpn): Remove ROUND.
31520 * math/atest-exp2.c (exp_mpn): Likewise.
31521 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31523 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31524 * stdlib/tst-tls-atexit-lib.c: Likewise.
31525 * stdlib/tst-tls-atexit.c: Likewise.
31527 2013-02-18 Mike Frysinger <vapier@gentoo.org>
31529 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31530 and __attribute_alloc_size__.
31532 2013-02-18 Mike Frysinger <vapier@gentoo.org>
31534 * include/programs/xmalloc.h: Change __attribute_alloc_size to
31535 __attribute_alloc_size__.
31536 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31537 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31539 2013-02-18 Mike Frysinger <vapier@gentoo.org>
31541 * include/programs/xmalloc.h: New file.
31542 * catgets/gencat.c: Include it.
31543 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31544 * elf/pldd.c: Likewise.
31545 * iconv/iconv_charmap.c: Likewise.
31546 * iconv/iconvconfig.c: Likewise.
31547 * iconv/strtab.c: Likewise.
31548 * locale/programs/locale.c: Likewise.
31549 * locale/programs/localedef.h: Likewise.
31550 * locale/programs/simple-hash.c: Likewise.
31551 * nscd/nscd.h: Likewise.
31552 * nss/makedb.c: Likewise.
31553 * sysdeps/generic/ldconfig.h: Likewise.
31555 2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
31557 * Versions.def: Add GLIBC_2.18.
31558 * include/link.h (struct link_map): New member l_tls_dtor_count.
31559 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31560 (__call_tls_dtors): Likewise.
31561 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31562 __cxa_thread_atexit_impl.
31563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31567 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31569 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31571 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31572 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31574 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31576 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31577 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31579 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31580 (tests): Add test case tst-tls-atexit.
31581 (modules-names): Add shared library for tst-tls-atexit.
31582 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31583 (GLIBC_PRIVATE): Add __call_tls_dtors.
31584 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31586 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31587 * stdlib/tst-tls-atexit.c: New test case.
31588 * stdlib/tst-tls-atexit-lib.c: New test case.
31590 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31592 * elf/Versions (ld): Add _dl_find_dso_for_object.
31593 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31594 * elf/dl-open.c (_dl_find_dso_for_object): New function.
31595 (dl_open_worker): Use _dl_find_dso_for_object.
31596 * elf/dl-sym.c (do_sym): Likewise.
31597 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31599 2013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31601 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31602 Syntactic changes only.
31603 (_dl_runtime_profile): Do a tail-call to the resolved function.
31605 2013-02-17 Joseph Myers <joseph@codesourcery.com>
31608 * sysdeps/x86_64/bp-asm.h: Remove file.
31609 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31610 <bp-sym.h> and <bp-asm.h>.
31611 (__clone): Do not use BP_SYM.
31612 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31613 <bp-sym.h> and <bp-asm.h>.
31614 * sysdeps/unix/x86_64/sysdep.S: Likewise.
31615 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31617 (_setjmp): Do not use BP_SYM.
31618 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31620 (setjmp): Do not use BP_SYM.
31621 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31623 (mempcpy): Do not use BP_SYM in weak_alias.
31624 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31626 (strchr): Do not use BP_SYM.
31627 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31629 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31630 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31631 (_start): Do not use BP_SYM.
31632 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31634 (strcat): Do not use BP_SYM.
31635 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31637 (STRCMP): Do not use BP_SYM.
31638 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31640 (STRCPY): Do not use BP_SYM.
31641 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31643 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31645 (FUNCTION): Do not use BP_SYM.
31646 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31648 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31650 2013-02-17 Andreas Jaeger <aj@suse.de>
31652 * time/Versions: Sort entries.
31653 * string/Versions: Likewise.
31654 * resolv/Versions: Likewise.
31655 * posix/Versions: Likewise.
31656 * iconv/Versions: Likewise.
31657 * elf/Versions: Likewise.
31658 * wcsmbs/Versions: Likewise.
31660 2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31662 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31663 loop termination condition.
31665 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31666 variable to calculate EZ.
31669 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31670 the lower precision input.
31672 2013-02-15 Joseph Myers <joseph@codesourcery.com>
31675 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31676 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31677 (run-via-rtld-prefix): Do not handle %-bp tests.
31678 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31679 (all-object-suffixes): Remove .ob.
31680 (bppfx): Remove variable.
31681 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31682 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31683 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31684 [$(build-bounded) = yes] (libtype.ob): Likewise.
31685 * Makerules (elide-routines.ob): Remove variable.
31686 (do-tests-clean): Do not handle *-bp.out.
31687 (common-mostlyclean): Do not handle *-bp and *-bp.out.
31688 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31689 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31690 (tests): Do not include $(tests-bp.out).
31691 (xtests): Do not include $(xtests-bp.out).
31692 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31693 [$(build-bounded) = yes] ($(addprefix
31694 $(objpfx),$(binaries-bounded))): Remove rule.
31695 ($(objpfx)%-bp.out): Remove rule.
31696 * config.make.in (build-bounded): Remove variable.
31697 * crypt/Makefile [$(build-bounded) = yes]
31698 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31699 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31700 append to variable.
31701 [$(build-bounded) = yes] (install-lib): Likewise.
31702 [$(build-bounded) = yes] (generated): Likewise.
31703 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31705 * intl/Makefile [$(build-bounded) = yes]
31706 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31707 * math/Makefile [$(build-bounded) = yes]
31708 ($(tests:%=$(objpfx)%-bp): Likewise.
31709 * misc/Makefile [$(build-bounded) = yes]
31710 ($(objpfx)tst-tsearch-bp): Likewise.
31711 * nptl/Makeconfig (bounded-thread-library): Remove variable.
31712 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31714 * string/Makefile (o-objects.ob): Remove variable.
31715 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31716 (CFLAGS-.ob): Remove variable.
31717 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31718 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31719 both definitions of variable.
31720 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31721 (ASFLAGS-.ob): Remove variable.
31723 2013-02-14 Joseph Myers <joseph@codesourcery.com>
31726 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31727 Remove __BOUNDED_POINTERS__ from condition.
31728 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31729 * string/bits/string2.h [!__NO_STRING_INLINES &&
31730 !__BOUNDED_POINTERS__]: Likewise.
31731 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31733 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31734 Remove conditional code.
31735 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31736 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31737 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31741 * csu/libc-start.c: Do not include <bp-sym.h>.
31742 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31743 * elf/dl-open.c: Do not include <bp-sym.h>.
31744 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31745 * math/fegetenv.c: Do not include <bp-sym.h>.
31746 (fegetenv): Do not use BP_SYM in versioned symbols.
31747 * nptl/sysdeps/pthread/bits/libc-lockP.h
31748 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31750 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31751 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31752 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31753 (__pthread_mutex_destroy): Likewise.
31754 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31755 (__pthread_mutex_lock): Likewise.
31756 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31757 (__pthread_mutex_trylock): Likewise.
31758 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31759 (__pthread_mutex_unlock): Likewise.
31760 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31761 (__pthread_mutexattr_init): Likewise.
31762 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31763 (__pthread_mutexattr_destroy): Likewise.
31764 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31765 (__pthread_mutexattr_settype): Likewise.
31766 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31767 (__pthread_rwlock_init): Likewise.
31768 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31769 (__pthread_rwlock_destroy): Likewise.
31770 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31771 (__pthread_rwlock_rdlock): Likewise.
31772 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31773 (__pthread_rwlock_tryrdlock): Likewise.
31774 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31775 (__pthread_rwlock_wrlock): Likewise.
31776 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31777 (__pthread_rwlock_trywrlock): Likewise.
31778 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31779 (__pthread_rwlock_unlock): Likewise.
31780 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31781 (__pthread_key_create): Likewise.
31782 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31783 (__pthread_setspecific): Likewise.
31784 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31785 (__pthread_getspecific): Likewise.
31786 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31788 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31789 (_pthread_cleanup_push_defer): Likewise.
31790 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31791 (_pthread_cleanup_pop_restore): Likewise.
31792 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31793 (pthread_setcancelstate): Likewise.
31794 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31796 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31797 (memchr): Do not use BP_SYM in weak_alias.
31798 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31799 (fegetenv): Do not use BP_SYM in versioned symbols.
31800 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31801 (fesetenv): Do not use BP_SYM in versioned symbols.
31802 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31803 (feupdateenv): Do not use BP_SYM in versioned symbols.
31804 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31805 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31806 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31807 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31808 (open64): Do not use BP_SYM in weak_alias.
31809 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31810 (fegetenv): Do not use BP_SYM in versioned symbols.
31811 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31812 (fesetenv): Do not use BP_SYM in versioned symbols.
31813 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31814 (feupdateenv): Do not use BP_SYM in versioned symbols.
31815 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31816 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31817 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31818 (feraiseexcept): Do not use BP_SYM in versioned symbols.
31819 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31820 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31821 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31823 (__libc_start_main): Do not use BP_SYM.
31825 2013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
31827 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31828 redundant return line.
31830 (denorm): Likewise.
31831 (dbl_mp): Likewise.
31832 (sub_magnitudes): Likewise.
31838 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31840 (denorm): Likewise.
31841 (dbl_mp): Likewise.
31842 (sub_magnitudes): Likewise.
31849 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31851 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31852 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31855 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31856 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31857 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31858 of __mul for squares.
31859 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31861 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31863 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31864 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31866 2013-02-13 Joseph Myers <joseph@codesourcery.com>
31869 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31871 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31872 prototype or function definition. Rename ubp_* variables and
31873 parameters. Remove argv definitions conditional on
31874 [__BOUNDED_POINTERS__].
31875 * debug/backtrace.c (__backtrace): Do not use __unbounded.
31876 * elf/dl-runtime.c (_dl_fixup): Likewise.
31877 * include/set-hooks.h (RUN_HOOK): Likewise.
31878 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31880 * string/strcpy.c (strcpy): Do not use __unbounded.
31881 * sysdeps/generic/frame.h (struct layout): Likewise.
31882 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31883 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31884 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31885 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31886 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31887 (__backtrace): Likewise.
31888 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31890 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31891 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31892 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31894 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31895 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31896 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31897 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31898 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31899 Do not use __unbounded.
31900 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31901 Rename __unboundedrlimits parameter to rlimits in prototype.
31902 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31903 Do not use __unbounded.
31904 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31905 not use __ptrvalue.
31906 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31907 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31908 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31909 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31910 __ptrvalue or __unbounded.
31911 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31912 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31914 (__new_msgctl): Do not use __ptrvalue.
31915 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31917 (__libc_msgrcv): Do not use __ptrvalue.
31918 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31919 startup_info): Do not use __unbounded.
31920 (__libc_start_main): Likewise. Rename ubp_* variables and
31921 parameters. Remove argv definitions conditional on
31922 [__BOUNDED_POINTERS__].
31923 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31925 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31927 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31929 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31931 (__new_shmctl): Do not use __ptrvalue.
31932 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31933 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31935 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31936 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31937 (__libc_sigaction): Likewise.
31938 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31939 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31941 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31943 2013-02-13 Ondřej Bílka <neleai@seznam.cz>
31945 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31947 * string/mempcpy.c: Implement by calling memcpy.
31949 2013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
31951 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31953 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31956 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31957 values in the mantissa.
31959 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31960 minimize writes to Z.
31961 (sub_magnitudes): Simplify code a bit.
31963 2013-02-12 Roland McGrath <roland@hack.frob.com>
31965 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31966 from the message. The linker prefixes all warnings with that already.
31968 2013-02-12 Andreas Schwab <schwab@suse.de>
31971 * posix/regexec.c (extend_buffers): Add parameter min_len.
31972 (check_matching): Pass minimum needed length.
31973 (clean_state_log_if_needed): Likewise.
31974 (get_subexp): Likewise.
31975 * posix/Makefile (tests): Add bug-regex34.
31976 (bug-regex34-ENV): Define.
31977 * posix/bug-regex34.c: New file.
31980 * posix/regcomp.c (parse_bracket_exp): When looking up collating
31981 elements compare against the byte sequence of it, not its name.
31982 * posix/Makefile (tests): Add bug-regex35.
31983 (bug-regex35-ENV): Define.
31984 * posix/bug-regex35.c: New file.
31986 2013-02-11 Tom de Vries <tom@codesourcery.com>
31988 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
31990 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31991 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31992 (CHECK_EOL): Add undef.
31994 2013-02-11 Ondřej Bílka <neleai@seznam.cz>
31996 * bits/stdlib-bsearch.h: New file.
31997 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31998 * stdlib/stdlib.h: Likewise.
32000 2013-02-11 Roland McGrath <roland@hack.frob.com>
32002 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32003 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32005 * manual/search.texi (Array Search Function): Add missing const in
32007 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32008 declaration to use rlim_t.
32009 (Basic Scheduling Functions): Remove erroneous const from
32010 sched_getparam prototype. Remove erroneous * from
32011 sched_get_priority_max and sched_get_priority_min prototypes.
32012 (Resource Usage): Fix summary @comment on vtimes to refer to
32013 sys/vtimes.h rather than vtimes.h.
32014 Add missing *s in vtimes prototype.
32015 (Limits on Resources): Fix ulimit prototype to return long int.
32016 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32017 prototypes to use long int rather than double.
32018 (BSD Random): Fix initstate and setstate to use char *, not void *.
32019 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32020 prototype to make second argument 'struct aiocb64 *const[]'.
32021 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32022 (Status of AIO Operations): Remove erroneous const in aio_return and
32023 aio_return64 prototypes.
32024 (Synchronizing I/O): Fix sync prototype to return void.
32025 * manual/startup.texi (Suboptions): Remove an erroneous const in
32026 getsubopt prototype.
32027 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32028 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32029 use size_t rather than int.
32030 (Scanning All Users): Likewise for getpwent_r.
32031 (Setting Groups): Add missing const to setgroups prototype.
32032 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32033 * manual/socket.texi (Host Names): Fix gethostbyaddr and
32034 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32035 'const void *' rather than 'const char *'.
32036 (Host Address Functions): Likewise for inet_ntop.
32037 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32038 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32039 ssize_t for return value.
32040 (Sending Data): Likewise for send, sendto, sendmsg.
32041 (Socket Option Functions): Add a missing const in setsockopt prototype.
32042 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32043 use wchar_t for the argument.
32044 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32045 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32047 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32048 double/float/long double for second argument.
32049 Fix return types of significand, significandf, significandl.
32050 * manual/filesys.texi (Setting Permissions): Use mode_t for second
32051 argument in fchmod prototype.
32052 (File Owner): Use uid_t and gid_t in fchown prototype.
32053 (File Times): Add const to utimes, futimes, and lutimes prototypes.
32054 (Making Special Files): Use mode_t and dev_t in mknod prototype.
32055 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32056 use 'const struct dirent **' as argument types to CMP function pointer
32058 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32059 (File Times): Fix summary magic @comment for struct utimbuf and utime
32060 to refer to utime.h, not time.h.
32061 * manual/string.texi (Argz Functions): Add missing const in
32062 argz_extract and argz_next prototypes.
32063 (Finding Tokens in a String): Likewise for basename.
32064 (String/Array Comparison): Fix typo in wcscasecmp prototype.
32065 (Copying and Concatenation): Fix typo in wmemmove prototype.
32066 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32067 (Signal Stack): Remove erroneous const in sigstack prototype.
32068 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32070 (Simple Calendar Time): Likewise for stime.
32071 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32073 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32074 say sys/sysctl.h instead.
32075 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32076 and vsyslog prototypes.
32078 2013-02-11 Tom de Vries <tom@codesourcery.com>
32080 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32083 2013-02-11 Roland McGrath <roland@hack.frob.com>
32085 * misc/sys/mman.h: Fix typo in mremap comment.
32087 2013-02-08 Roland McGrath <roland@hack.frob.com>
32089 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32090 the '\0' terminator.
32092 2013-02-08 Joseph Myers <joseph@codesourcery.com>
32095 * debug/segfault.c: Don't include <bp-checks.h>.
32096 * sysdeps/generic/bp-checks.h: Remove file.
32097 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32098 (__GETDENTS): Don't use CHECK_N.
32099 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32100 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32101 (__getgroups): Don't use CHECK_N.
32102 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32103 (setgroups): Don't use CHECK_N.
32104 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32105 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32106 (__libc_msgrcv): Don't use CHECK_N.
32107 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32108 (__libc_msgsnd): Don't use CHECK_N.
32109 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32111 (__libc_pread): Don't use CHECK_N.
32112 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32113 include <bp-checks.h>.
32114 (__libc_pread64): Don't use CHECK_N.
32115 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32116 include <bp-checks.h>.
32117 (__libc_pwrite): Don't use CHECK_N.
32118 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32119 include <bp-checks.h>.
32120 (__libc_pwrite64): Don't use CHECK_N.
32121 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32123 (__libc_pread): Don't use CHECK_N.
32124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32125 include <bp-checks.h>.
32126 (__libc_pread64): Don't use CHECK_N.
32127 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32128 include <bp-checks.h>.
32129 (__libc_pwrite): Don't use CHECK_N.
32130 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32131 include <bp-checks.h>.
32132 (__libc_pwrite64): Don't use CHECK_N.
32133 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32134 (do_pread): Don't use CHECK_N.
32135 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32136 (do_pread64): Don't use CHECK_N.
32137 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32138 (do_pwrite): Don't use CHECK_N.
32139 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32140 (do_pwrite64): Don't use CHECK_N.
32141 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32142 (__libc_readv): Don't use CHECK_N.
32143 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32144 (semop): Don't use CHECK_N.
32145 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32147 (semtimedop): Don't use CHECK_N.
32148 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32149 (__libc_pread): Don't use CHECK_N.
32150 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32152 (__libc_pread64): Don't use CHECK_N.
32153 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32155 (__libc_pwrite): Don't use CHECK_N.
32156 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32158 (__libc_pwrite64): Don't use CHECK_N.
32159 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32161 (__libc_msgrcv): Don't use CHECK_N.
32162 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32163 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
32164 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32165 (__libc_writev): Don't use CHECK_N.
32167 2013-02-08 Roland McGrath <roland@hack.frob.com>
32169 * string/strcpy.c: Removed unused variable.
32171 * Makeconfig (+sysdep-includes): Define with := rather than =.
32172 Use an existing include/ subdir of each sysdeps dir before it.
32174 2013-02-08 Carlos O'Donell <carlos@redhat.com>
32176 * nscd/connection.c (register_traced_file): Comment function.
32177 [HAVE_INOTIFY] (union __inev): Define.
32178 [HAVE_INOTIFY] (inotify_check_files): New function.
32179 [HAVE_INOTIFY] (clear_db_cache): Likewise.
32180 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32182 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32184 2013-02-08 Carlos O'Donell <carlos@redhat.com>
32186 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32187 loaded if not already and that a failure is permanent.
32189 2013-02-08 Carlos O'Donell <carlos@redhat.com>
32192 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32193 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32195 2013-02-08 Joseph Myers <joseph@codesourcery.com>
32198 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32199 (CHECK_1_NULL_OK): Likewise.
32200 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32201 (__fxstat): Do not use CHECK_1.
32202 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32204 (___fxstat64): Do not use CHECK_1.
32205 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32207 (__fxstatat): Do not use CHECK_1.
32208 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32210 (__fxstatat64): Do not use CHECK_1.
32211 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32213 (__fxstat): Do not use CHECK_1.
32214 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32216 (__fxstatat): Do not use CHECK_1.
32217 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32219 (__getresgid): Do not use CHECK_1.
32220 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32222 (__getresuid): Do not use CHECK_1.
32223 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32225 (__lxstat): Do not use CHECK_1.
32226 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32228 (__old_msgctl): Do not use CHECK_1.
32229 (__new_msgctl): Likewise.
32230 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32232 (__new_setrlimit): Do not use CHECK_1.
32233 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32235 (__old_shmctl): Do not use CHECK_1.
32236 (__new_shmctl): Likewise.
32237 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32239 (__xstat): Do not use CHECK_1.
32240 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32241 (__lxstat): Do not use CHECK_1.
32242 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32244 (___lxstat64): Do not use CHECK_1.
32245 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32246 (__old_msgctl): Do not use CHECK_1.
32247 (__new_msgctl): Likewise.
32248 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32250 (__gettimeofday): Do not use CHECK_1.
32251 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32252 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32253 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32255 (__gettimeofday): Do not use CHECK_1.
32256 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32257 (__old_shmctl): Do not use CHECK_1_NULL_OK.
32258 (__new_shmctl): Do not use CHECK_1.
32259 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32261 (do_sigtimedwait): Do not use CHECK_1.
32262 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32264 (do_sigwaitinfo): Do not use CHECK_1.
32265 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32267 (msgctl): Do not use CHECK_1.
32268 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32270 (shmctl): Do not use CHECK_1.
32271 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32272 (ustat): Do not use CHECK_1.
32273 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32275 (__fxstat): Do not use CHECK_1.
32276 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32278 (__fxstatat): Do not use CHECK_1.
32279 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32281 (__lxstat): Do not use CHECK_1.
32282 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32284 (__xstat): Do not use CHECK_1.
32285 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32286 (__xstat): Do not use CHECK_1.
32287 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32288 (___xstat64): Do not use CHECK_1.
32291 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32293 (CHECK_BOUNDS_HIGH): Likewise.
32294 * string/strcpy.c: Do not include <bp-checks.h>.
32295 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32297 2013-02-07 Roland McGrath <roland@hack.frob.com>
32299 * nscd/nscd-client.h (__nscd_drop_map_ref):
32300 Add __attribute__ ((unused)).
32301 * nis/nss-nisplus.h (niserr2nss): Likewise.
32303 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32304 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32306 * csu/libc-tls.c (init_static_tls, init_slotinfo):
32307 Remove inline keyword.
32308 * include/rounding-mode.h (round_away): Likewise.
32309 * libio/wfileops.c (adjust_wide_data): Likewise.
32310 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32311 (__m128i_strloadu_tolower): Likewise.
32312 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32313 (__m128i_strloadu_tolower): Likewise.
32314 * time/mktime.c (ydhms_diff): Likewise.
32315 * locale/elem-hash.h (elem_hash): Likewise.
32316 * locale/setlocale.c (setdata): Likewise.
32317 * posix/regex_internal.h (re_string_char_size_at): Likewise.
32318 (re_string_wchar_at): Likewise.
32319 (bitset_not, bitset_merge, bitset_mask): Likewise.
32320 [!(__GNUC__ > 3)] (inline): Remove macro.
32321 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32322 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32323 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32324 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32325 * string/memcmp.c (memcmp_bytes): Likewise.
32326 * locale/programs/locarchive.c (compute_hashval): Likewise.
32327 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32328 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32329 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32330 * nss/getent.c (print_rpc, print_protocols): Likewise.
32331 (print_passwd, print_group, print_aliases): Likewise.
32332 * nis/nss-nisplus.h (niserr2nss): Likewise.
32333 * nscd/connections.c (restart_p): Likewise.
32334 Change return type to bool.
32336 2013-02-05 Roland McGrath <roland@hack.frob.com>
32338 * Makeconfig (all-Depend-files): Add existing
32339 $(sorted-subdirs:=/Depend) files.
32340 (all-subdirs): Remove nss.
32341 * sysdeps/unix/inet/Subdirs: Add it here instead.
32342 * hesiod/Depend: New file.
32344 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32345 instead of calling alloca.
32347 * io/lseek.c (__lseek): Rename to __libc_lseek.
32348 Define __lseek as an alias.
32350 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32352 2013-02-04 Carlos O'Donell <carlos@redhat.com>
32354 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32355 else clause and remove check for non-standard endianness.
32357 2013-02-04 David S. Miller <davem@davemloft.net>
32359 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32361 2013-02-04 Joseph Myers <joseph@codesourcery.com>
32364 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32365 (__ubp_memchr): Remove prototype.
32366 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32367 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32368 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32369 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32370 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32372 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32373 (__ubp_memchr): Likewise.
32374 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32375 (__ubp_memchr): Likewise.
32376 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32377 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32378 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32379 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32381 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32382 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32383 (__getcwd): Do not use CHECK_STRING.
32384 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32386 (__real_chown): Do not use CHECK_STRING.
32387 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32389 (fchownat): Do not use CHECK_STRING.
32390 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32392 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32394 (__lchown): Do not use CHECK_STRING.
32395 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32396 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32397 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32398 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32399 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32400 include <bp-checks.h>.
32401 (truncate64): Do not use CHECK_STRING.
32402 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32404 (__real_chown): Do not use CHECK_STRING.
32405 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32407 (__lchown): Do not use CHECK_STRING.
32408 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32410 (__chown): Do not use CHECK_STRING.
32411 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32413 (truncate64): Do not use CHECK_STRING.
32414 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32416 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32417 (__xmknod): Do not use CHECK_STRING.
32418 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32420 (__xmknodat): Do not use CHECK_STRING.
32421 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32422 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32424 2013-02-04 Andreas Schwab <schwab@suse.de>
32427 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32428 * include/netdb.h: Likewise for h_errno.
32429 * elf/tst-stackguard1.c: Include <tls.h>.
32431 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
32433 * elf/link.h (struct link_map): Extend the l_addr comment.
32434 * include/link.h (struct link_map): Likewise.
32436 2013-02-01 Joseph Myers <joseph@codesourcery.com>
32439 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32440 (BOUNDED_1): Remove macro.
32441 * debug/backtrace.c: Don't include <bp-checks.h>.
32442 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32443 (__backtrace): Likewise.
32444 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32446 (__backtrace): Don't use BOUNDED_1.
32447 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32449 (__backtrace): Don't use BOUNDED_1.
32450 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32451 (__backtrace): Don't use BOUNDED_1.
32452 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32453 (shmat): Don't use BOUNDED_N.
32455 2013-01-31 Joseph Myers <joseph@codesourcery.com>
32458 * sysdeps/generic/bp-start.h: Remove file.
32459 * csu/libc-start.c: Don't include <bp-start.h>.
32460 (LIBC_START_MAIN): Set up __environ directly instead of using
32461 INIT_ARGV_and_ENVIRON.
32462 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32466 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32468 (CHECK_FCNTL): Likewise.
32469 (CHECK_N_PAGES): Likewise.
32472 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32474 (CHECK_SIGSET_NULL_OK): Likewise.
32475 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32477 (sigpending): Don't use CHECK_SIGSET.
32478 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32480 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32481 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32483 (do_sigsuspend): Don't use CHECK_SIGSET.
32484 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32486 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32487 (do_sigwait): Don't use CHECK_SIGSET.
32488 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32490 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32491 include <bp-checks.h>.
32492 (sigpending): Don't use CHECK_SIGSET.
32493 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32494 include <bp-checks.h>.
32495 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32496 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32498 (sigpending): Don't use CHECK_SIGSET.
32499 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32501 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32504 * sysdeps/generic/bp-semctl.h: Remove file.
32505 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32506 <bp-checks.h> and <bp-semctl.h>.
32507 (__old_semctl): Don't use CHECK_SEMCTL.
32508 (__new_semctl): Likewise.
32509 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32511 (__old_semctl): Don't use CHECK_SEMCTL.
32512 (__new_semctl): Likewise.
32513 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32514 <bp-checks.h> and <bp-semctl.h>.
32515 (__old_semctl): Don't use CHECK_SEMCTL.
32516 (__new_semctl): Likewise.
32517 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32518 <bp-checks.h> and <bp-semctl.h>.
32519 (semctl): Don't use CHECK_SEMCTL.
32522 * Makerules (elide-bp-thunks): Remove variable.
32523 (elide-routines.oS): Don't use $(elide-bp-thunks).
32524 (elide-routines.os): Likewise.
32525 (elide-routines.o): Likewise.
32526 (elide-routines.op): Likewise.
32527 (elide-routines.og): Likewise.
32528 (objects): Don't use $(bp-thunks).
32529 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32531 (common-generated): Do not add s-proto-bp.d.
32532 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32535 Do not generate makefile rules for bounded-pointer thunks.
32536 * sysdeps/generic/bp-thunks.h: Remove file.
32537 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32538 * sysdeps/unix/s-proto-bp.S: Likewise.
32541 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32542 parts of result separately when argument is not close to line from
32543 -i to i and one part of argument is small.
32544 * math/k_casinhf.c (__kernel_casinhf): Likewise.
32545 * math/k_casinhl.c (__kernel_casinhl): Likewise.
32546 * math/libm-test.inc (cacos_test): Add more tests.
32547 (casin_test): Likewise.
32548 (casinh_test): Likewise.
32549 * sysdeps/i386/fpu/libm-test-ulps: Update.
32550 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32552 2013-01-31 David S. Miller <davem@davemloft.net>
32554 * po/de.po: Update from translation team.
32556 2013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
32558 * time/tzfile.c: Include stdint.h for SIZE_MAX.
32560 2013-01-25 Thomas Schwinge <thomas@codesourcery.com>
32562 * configure.in (_AC_PROG_CC_C89): New definition.
32563 * configure: Regenerate.
32565 * configure.in (AC_PROG_CPP): New definition.
32566 * configure: Regenerate.
32568 2013-01-23 Joseph Myers <joseph@codesourcery.com>
32570 * debug/tst-backtrace.h: New file.
32571 * debug/tst-backtrace2.c: Include tst-backtrace.h.
32572 (ret): Remove variable.
32574 (FAIL): Remove macro.
32575 (NO_INLINE): Likewise.
32576 (fn1): Use match function instead of strstr.
32577 * debug/tst-backtrace3.c: Include tst-backtrace.h.
32578 (ret): Remove variable.
32580 (FAIL): Remove macro.
32581 (NO_INLINE): Likewise.
32582 (fn): Use match function instead of strstr.
32583 * debug/tst-backtrace4.c: Include tst-backtrace.h.
32584 (ret): Remove variable.
32586 (FAIL): Remove macro.
32587 (NO_INLINE): Likewise.
32588 (handle_signal): Use match function instead of strstr.
32589 * debug/tst-backtrace5.c: Include tst-backtrace.h.
32590 (ret): Remove variable.
32592 (FAIL): Remove macro.
32593 (NO_INLINE): Likewise.
32594 (handle_signal): Use match function instead of strstr.
32596 2013-01-23 Roland McGrath <roland@hack.frob.com>
32598 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32600 2013-01-23 David S. Miller <davem@davemloft.net>
32602 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32603 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32604 argument of CAS if possible.
32605 * sysdeps/sparc/sparc64/bits/atomic.h
32606 (__arch_compare_and_exchange_val_32_acq): Likewise.
32607 (__arch_compare_and_exchange_val_64_acq): Likewise.
32609 2013-01-23 Pino Toscano <toscano.pino@tiscali.it>
32611 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32612 * sysdeps/posix/ulimit.c: ... this.
32613 Include <limits.h>.
32614 * sysdeps/unix/bsd/ulimit.c: Remove file.
32616 2013-01-23 Adam Conrad <adconrad@0c3.net>
32618 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32619 (LDFLAGS-tst-array5): Likewise.
32621 2013-01-23 Joseph Myers <joseph@codesourcery.com>
32624 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32625 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32626 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32627 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32629 2013-01-21 David S. Miller <davem@davemloft.net>
32631 * sysdeps/sparc/backtrace.c: New file.
32632 * sysdeps/sparc/sparc32/backtrace.h: New file.
32633 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32634 * sysdeps/sparc/sparc64/backtrace.h: New file.
32635 * sysdeps/sparc/sparc64/backtrace.c: Delete.
32636 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32639 2013-01-21 Andreas Schwab <schwab@suse.de>
32642 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32645 2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
32647 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32649 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32651 2013-01-18 Joseph Myers <joseph@codesourcery.com>
32652 Mark Mitchell <mark@codesourcery.com>
32653 Tom de Vries <tom@codesourcery.com>
32654 Paul Pluzhnikov <ppluzhnikov@google.com>
32656 * debug/tst-backtrace2.c: New file.
32657 * debug/tst-backtrace3.c: Likewise.
32658 * debug/tst-backtrace4.c: Likewise.
32659 * debug/tst-backtrace5.c: Likewise.
32660 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32661 (CFLAGS-tst-backtrace3.c): Likewise.
32662 (CFLAGS-tst-backtrace4.c): Likewise.
32663 (CFLAGS-tst-backtrace5.c): Likewise.
32664 (LDFLAGS-tst-backtrace2): Likewise.
32665 (LDFLAGS-tst-backtrace3): Likewise.
32666 (LDFLAGS-tst-backtrace4): Likewise.
32667 (LDFLAGS-tst-backtrace5): Likewise.
32668 (tests): Add new tests tst-backtrace2, tst-backtrace3,
32669 tst-backtrace4 and tst-backtrace5.
32671 2013-01-18 Anton Blanchard <anton@samba.org>
32672 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
32674 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32675 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32676 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32677 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32678 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32679 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32680 "+r" and remove output regs list as redundant. Add explicit inline
32681 asm to specify register of return val to work around compiler codegen
32682 bug. Remove (int) cast on return value. Add return type parameter to
32683 use in macro so that this macro does not truncate return value for
32685 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32686 pass to INTERNAL_VSYSCALL_NCS.
32687 (INLINE_VSYSCALL): Add 'long int' as return type to
32688 INTERNAL_VSYSCALL_NCS macro invocation.
32689 (INTERNAL_VSYSCALL): Add 'long int' as return type to
32690 INTERNAL_VSYSCALL_NCS macro invocation.
32691 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32693 2013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
32696 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32697 Fix application of SIMD FP exception mask.
32699 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32700 mp_no from a power of two.
32701 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32702 __mpexp_twomm1. Use __pow_mp.
32704 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32707 2013-01-17 David S. Miller <davem@davemloft.net>
32709 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32711 2013-01-17 Joseph Myers <joseph@codesourcery.com>
32714 * include/complex.h: Condition contents on [!_COMPLEX_H].
32715 (__kernel_casinhf): New prototype.
32716 (__kernel_casinh): Likewise.
32717 (__kernel_casinhl): Likewise.
32718 * math/Makefile (libm_calls): Add k_casinh.
32719 * math/k_casinh.c: New file.
32720 * math/k_casinhf.c: Likewise.
32721 * math/k_casinhl.c: Likewise.
32722 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32723 finite nonzero arguments.
32724 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32725 finite nonzero arguments.
32726 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32727 finite nonzero arguments.
32728 * math/s_casinh.c: Do not include <float.h>.
32729 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32730 * math/s_casinhf.c: Do not include <float.h>.
32731 (__casinhf): Move code for finite nonzero arguments to
32733 * math/s_casinhl.c: Do not include <float.h>.
32734 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32736 (__casinhl): Move code for finite nonzero arguments to
32738 * math/libm-test.inc (cacos_test): Add more tests.
32739 * sysdeps/i386/fpu/libm-test-ulps: Update.
32740 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32742 2013-01-17 Pino Toscano <toscano.pino@tiscali.it>
32744 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32745 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32746 [!HAVE_MREMAP]: Remove [defined linux] case.
32747 * malloc/arena.c: Do not include <malloc-sysdep.h>.
32749 2013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
32751 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32753 2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
32755 * elf/elf.h (R_386_SIZE32): New relocation.
32756 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32758 (elf_machine_rela): Likewise.
32759 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32760 R_X86_64_SIZE64 and R_X86_64_SIZE32.
32762 2013-01-17 Joseph Myers <joseph@codesourcery.com>
32764 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32765 (FP_FAST_FMA): Do not define.
32766 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32767 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32768 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32769 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32770 !_SOFT_FLOAT]: Likewise.
32771 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32772 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32774 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32775 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32776 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32777 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32778 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32779 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32782 2013-01-16 Andreas Schwab <schwab@suse.de>
32785 * include/stdlib.h (__mktemp): Add declaration.
32786 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32787 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32789 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32791 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32793 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32794 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32795 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32797 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32798 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32800 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32802 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32803 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32804 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32806 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32807 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32809 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32811 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32813 2013-01-15 David S. Miller <davem@davemloft.net>
32815 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32816 trunc{,f} to libm-sysdep_routes.
32817 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32818 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32820 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32821 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32823 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32825 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32826 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32827 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32828 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32829 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32830 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32831 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32832 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32834 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32835 nearbyint{,f} to libm-sysdep_routes.
32836 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32837 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32839 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32841 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32843 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32845 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32846 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32847 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32849 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32850 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32852 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32853 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32854 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32856 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32857 libc_feholdexcept and libc_fesetenv.
32859 2013-01-15 Mike Frysinger <vapier@gentoo.org>
32861 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32863 2013-01-14 David S. Miller <davem@davemloft.net>
32865 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32866 (SPARC_ASM_VIS2_IFUNC): Likewise.
32867 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32868 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32869 use of 'siam' instruction.
32870 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32872 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32874 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32876 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32877 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32878 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32879 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32880 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32882 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32884 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32886 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32888 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32889 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32890 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32891 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32892 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32894 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32895 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32896 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32898 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32899 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32900 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32901 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32902 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32903 routines to libm-sysdep_routines.
32904 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32906 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32907 fdim/fdimf to libm-sysdep_routines.
32908 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32910 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32911 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32913 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32914 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32915 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32916 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32917 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32918 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32919 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32921 2013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
32923 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32924 to optimize copies.
32926 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32927 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32928 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32930 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32931 local variable MPTWO.
32932 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32935 2013-01-13 Mike Frysinger <vapier@gentoo.org>
32937 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32940 2013-01-13 Mike Frysinger <vapier@gentoo.org>
32942 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32944 2013-01-13 Mike Frysinger <vapier@gentoo.org>
32946 * manual/pattern.texi (glob_t): Document gl_flags.
32947 (glob64_t): Likewise.
32949 2013-01-11 David S. Miller <davem@davemloft.net>
32951 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32952 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32953 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32954 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32955 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32956 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32957 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32958 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32959 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32960 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32961 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32962 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32963 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32965 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32966 sparc V9 rather than using V8 code.
32967 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32968 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32970 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32972 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32975 2013-01-11 Roland McGrath <roland@hack.frob.com>
32977 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32978 not in the main loop.
32979 * configure: Regenerated.
32981 2013-01-11 Joseph Myers <joseph@codesourcery.com>
32983 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32984 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32986 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
32987 [!__GLIBC_HAVE_LONG_LONG] case.
32988 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32989 condition to just #else.
32990 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32991 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32992 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32993 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32995 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32996 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32997 #elif condition to just #else.
32998 * sysdeps/unix/sysv/linux/sys/sysmacros.h
32999 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33000 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33001 #elif condition to just #else.
33003 2013-01-11 Steve Ellcey <sellcey@mips.com>
33005 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33006 (EF_MIPS_ARCH_64): Fix value.
33007 (EF_MIPS_ARCH_32R2): New.
33008 (EF_MIPS_ARCH_64R2): New.
33010 2013-01-11 H.J. Lu <hongjiu.lu@intel.com>
33012 * Makeconfig (+link-pie-before-libc): New.
33013 (+link-pie-after-libc): Likewise.
33014 (+link-pie-tests): Likewise.
33015 (+link-pie): Rewritten.
33016 (link-before-libc): Remove $(config-LDFLAGS).
33017 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33018 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33019 (config-LDFLAGS): Renamed to ...
33020 (rtld-LDFLAGS): This.
33021 (rtld-tests-LDFLAGS): New macro.
33022 (link-libc-rpath-link): Likewise.
33023 (link-libc-tests-rpath-link): Likewise.
33024 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33025 (link-libc): Prepand $(link-libc-rpath-link).
33026 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33027 (test-program-prefix): New macro.
33028 (test-via-rtld-prefix): Likewise.
33029 (test-program-cmd): Likewise.
33030 (host-test-program-cmd): Likewise.
33031 * Makefile ($(common-objpfx)testrun.sh): Replace
33032 $(run-program-prefix) with $(test-program-prefix).
33033 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33035 ($(common-objpfx)shlib.lds): Likewise.
33036 (build-module-helper): Likewise.
33037 ($(common-objpfx)format.lds): Likewise.
33038 * Rules (binaries-pie-tests): New.
33039 (binaries-pie-notests): Likewise.
33040 (binaries-pie): Rewritten.
33041 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33042 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33043 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33044 (make-test-out): Replace $(host-built-program-cmd) with
33045 $(host-test-program-cmd).
33046 * config.make.in (build-hardcoded-path-in-tests): New variable.
33047 * configure.in (--enable-hardcoded-path-in-tests): New configure
33049 (hardcoded_path_in_tests): New AC_SUBST.
33050 * configure: Regenerated.
33051 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33052 $(built-program-cmd) with $(test-program-cmd).
33053 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33054 (test_program_cmd): This.
33055 * elf/Makefile ($(objpfx)order.out): Run test with
33056 $(test-program-prefix).
33057 ($(objpfx)order2.out): Likewise.
33058 ($(objpfx)tst-initorder.out): Likewise.
33059 ($(objpfx)tst-initorder2.out): Likewise.
33060 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33061 $(test-program-cmd).
33062 ($(objpfx)tst-array1-static.out): Likewise.
33063 ($(objpfx)tst-array2.out): Likewise.
33064 ($(objpfx)tst-array3.out): Likewise.
33065 ($(objpfx)tst-array4.out): Likewise.
33066 ($(objpfx)tst-array5.out): Likewise.
33067 ($(objpfx)tst-array5-static.out): Likewise.
33068 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33069 $(test-program-cmd).
33070 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33071 $(run-program-prefix) with $(test-program-prefix).
33072 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33073 (test_program_prefix): This.
33074 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33075 $(run-program-prefix) with $(test-program-prefix).
33076 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33077 (test_program_prefix): This.
33078 * iconvdata/tst-tables.sh: Likewise.
33079 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33080 $(run-program-prefix) with $(test-program-prefix).
33081 ($(objpfx)tst-translit.out): Likewise.
33082 ($(objpfx)tst-gettext2.out): Likewise.
33083 ($(objpfx)tst-gettext4.out): Likewise.
33084 ($(objpfx)tst-gettext6.out): Likewise.
33085 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33086 (test_program_prefix): This.
33087 * intl/tst-gettext2.sh: Likewise.
33088 * intl/tst-gettext4.sh Likewise.
33089 * intl/tst-gettext6.sh: Likewise.
33090 * intl/tst-translit.sh: Likewise.
33091 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33092 with $(test-program-cmd).
33093 * libio/Makefile ($(objpfx)test-freopen.out): Replace
33094 $(run-program-prefix) with $(test-program-prefix).
33095 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33096 (test_program_prefix): This.
33097 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33098 $(run-program-prefix) with $(test-program-prefix).
33099 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33100 (test_program_prefix): This.
33101 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33102 * posix/Makefile ($(objpfx)globtest.out): Replace
33103 $(run-via-rtld-prefix) and $(test-wrapper) with
33104 $(test-program-prefix) and $(test-via-rtld-prefix).
33105 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33106 $(test-program-prefix).
33107 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33108 $(host-test-program-cmd).
33109 (tst-spawn-ARGS): Likewise.
33110 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33111 $(test-program-prefix).
33112 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33113 (test_via_rtld_prefix): This.
33114 (test_wrapper): Renamed to ...
33115 (test_program_prefix): This.
33116 (run_program_prefix): Replaced by test_program_prefix.
33117 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33118 (test_program_prefix): This.
33119 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33120 with $(host-test-program-cmd).
33121 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33122 $(run-program-prefix) with $(test-program-prefix).
33123 ($(objpfx)tst-printf.out): Likewise.
33124 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33125 $(test-program-cmd).
33126 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33127 (test_program_prefix): This.
33128 * stdio-common/tst-unbputc.sh: Likewise.
33129 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33130 $(run-program-prefix) with $(test-program-prefix).
33131 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33132 (test_program_prefix): This.
33133 * string/Makefile ($(objpfx)tst-svc.out): Replace
33134 $(built-program-cmd) with $(test-program-cmd).
33136 2013-01-11 Andreas Jaeger <aj@suse.de>
33139 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33140 value. Sync with Linux 3.7.
33142 2013-01-10 David S. Miller <davem@davemloft.net>
33144 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33145 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33146 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33148 2013-01-10 Roland McGrath <roland@hack.frob.com>
33150 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33152 * configure: Regenerated.
33154 2013-01-10 David S. Miller <davem@davemloft.net>
33156 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33157 sparc V9 rather than using V8 code.
33158 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33159 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33161 2013-01-10 Roland McGrath <roland@hack.frob.com>
33163 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33164 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33165 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33166 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33167 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33168 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33169 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33170 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33171 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33172 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33173 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33174 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33175 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33176 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33177 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33178 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33179 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33180 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33181 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33182 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33183 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33184 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33185 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33186 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33187 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33188 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33189 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33191 2013-01-10 David S. Miller <davem@davemloft.net>
33193 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33195 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
33197 * posix/Makefile (tests-static): New variable.
33198 (tests): Add $(tests-static).
33199 (tst-exec-static-ARGS): New variable.
33200 (tst-spawn-static-ARGS): Likewise.
33201 * posix/tst-exec-static.c: New file.
33202 * posix/tst-spawn-static.c: Likewise.
33203 * posix/tst-exec.c: Support run directly.
33204 * posix/tst-spawn.c: Likewise.
33206 2013-01-10 Joseph Myers <joseph@codesourcery.com>
33208 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33210 * math/bits/mathcalls.h (llrint): Likewise.
33211 (llround): Likewise.
33212 * stdlib/stdlib.h (struct drand48_data): Likewise.
33213 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33214 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33215 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33217 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33219 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33220 (elf_greg_t): Likewise.
33221 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33222 (__jmp_buf): Likewise.
33223 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33225 (llrint): Likewise, for all definitions.
33226 (llrintl): Likewise.
33228 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33229 Remove [__GNUC__] condition.
33230 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33231 condition to just [__USE_ISOC99].
33232 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33234 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
33237 * sysdeps/unix/sysv/linux/x86/bits/environments.h
33238 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33240 (_POSIX_V6_ILP32_OFF32): Likewise.
33241 (_XBS5_ILP32_OFF32): Likewise.
33242 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33243 (__ILP32_OFFBIG_LDFLAGS): Likewise.
33245 2013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
33247 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33249 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33250 doubles __mpexp_twomm1. Adjust usage.
33251 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33254 2013-01-10 Andreas Schwab <schwab@suse.de>
33257 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33258 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33260 2013-01-09 David S. Miller <davem@davemloft.net>
33263 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33264 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33265 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33266 (TCP_FASTOPEN): Define.
33267 (tcp_repair_opt): New structure.
33268 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33270 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33271 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33272 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33273 (tcp_cookie_transactions): New structure.
33275 2013-01-09 Anton Blanchard <anton@samba.org>
33277 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33278 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33279 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33280 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33282 2013-01-09 Joseph Myers <joseph@codesourcery.com>
33284 * include/features.h (__USE_ANSI): Remove.
33286 2013-01-09 Roland McGrath <roland@hack.frob.com>
33288 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33290 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33292 2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
33294 * sysdeps/s390/fpu/libm-test-ulps: Update.
33296 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33298 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33302 (denorm): Likewise.
33303 (__mp_dbl): Likewise.
33304 (__dbl_mp): Likewise.
33305 (add_magnitudes): Likewise.
33306 (sub_magnitudes): Likewise.
33312 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33316 (denorm): Likewise.
33317 (__mp_dbl): Likewise.
33318 (__dbl_mp): Likewise.
33319 (add_magnitudes): Likewise.
33320 (sub_magnitudes): Likewise.
33326 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33330 (denorm): Likewise.
33331 (__mp_dbl): Likewise.
33332 (__dbl_mp): Likewise.
33333 (add_magnitudes): Likewise.
33334 (sub_magnitudes): Likewise.
33341 2013-01-08 Joseph Myers <joseph@codesourcery.com>
33343 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33344 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33345 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33346 2 && __USE_EXTERN_INLINES]: Likewise.
33348 2013-01-08 Andreas Jaeger <aj@suse.de>
33351 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33353 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33354 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33356 2013-01-07 Anton Blanchard <anton@samba.org>
33358 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33359 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33360 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33361 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33362 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33363 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33364 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33365 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33366 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33367 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33368 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33369 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33370 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33371 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33372 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33373 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33374 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33375 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33376 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33377 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33378 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33379 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33380 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33381 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33382 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33383 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33384 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33385 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33386 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33387 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33388 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33389 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33390 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33391 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33392 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33393 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33394 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33395 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33396 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33397 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33398 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33399 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33400 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33402 2013-01-07 Joseph Myers <joseph@codesourcery.com>
33404 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33405 (__MALLOC_PMT): Likewise.
33406 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33407 [__GNUC__], only on [_LIBC].
33408 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33409 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33410 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33411 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33412 forward declaration.
33413 (realloc_hook_ini): Likewise.
33414 (memalign_hook_ini): Likewise.
33415 (__libc_memalign): Do not use __MALLOC_PMT in variable
33417 (__libc_valloc): Likewise.
33418 (__libc_pvalloc): Likewise.
33419 (__libc_calloc): Likewise.
33420 (__posix_memalign): Likewise.
33423 * math/s_casinh.c: Include <float.h>.
33424 (__casinh): Do not do computation with squaring and square root
33425 for large arguments.
33426 * math/s_casinhf.c: Include <float.h>.
33427 (__casinhf): Do not do computation with squaring and square root
33428 for large arguments.
33429 * math/s_casinhl.c: Include <float.h>.
33430 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33431 (__casinhl): Do not do computation with squaring and square root
33432 for large arguments.
33433 * math/libm-test.inc (casin_test): Add more tests.
33434 (casinh_test): Likewise.
33435 * sysdeps/i386/fpu/libm-test-ulps: Update.
33436 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33438 2013-01-04 H.J. Lu <hongjiu.lu@intel.com>
33440 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33441 (__x86_64_raw_data_cache_size): Likewise.
33442 (__x86_64_data_cache_size_half): Likewise.
33443 (__x86_64_raw_data_cache_size_half): Likewise.
33444 (__x86_64_shared_cache_size): Likewise.
33445 (__x86_64_raw_shared_cache_size): Likewise.
33446 (__x86_64_shared_cache_size_half): Likewise.
33447 (__x86_64_raw_shared_cache_size_half): Likewise.
33448 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33450 (__x86_data_cache_size): This.
33451 (__x86_64_raw_data_cache_size): Renamed to ...
33452 (__x86_raw_data_cache_size): This.
33453 (__x86_64_data_cache_size_half): Renamed to ...
33454 (__x86_data_cache_size_half): This.
33455 (__x86_64_raw_data_cache_size_half): Renamed to ...
33456 (__x86_raw_data_cache_size_half): This.
33457 (__x86_64_shared_cache_size): Renamed to ...
33458 (__x86_shared_cache_size): This.
33459 (__x86_64_raw_shared_cache_size): Renamed to ...
33460 (__x86_raw_shared_cache_size): This.
33461 (__x86_64_shared_cache_size_half): Renamed to ...
33462 (__x86_shared_cache_size_half): This.
33463 (__x86_64_raw_shared_cache_size_half): Renamed to ...
33464 (__x86_raw_shared_cache_size_half): This.
33465 * sysdeps/x86_64/memcpy.S: Updated.
33466 * sysdeps/x86_64/memset.S: Likewise.
33467 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33468 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33469 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33471 2013-01-04 David S. Miller <davem@davemloft.net>
33473 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33475 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
33477 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33478 1 to avoid redefinition warning.
33479 (__USE_GNU): Don't define.
33480 (init_signaling_nan): Protoize.
33482 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33484 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
33486 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33487 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33488 (__cpymn): Likewise.
33489 (norm): Remove commented code.
33490 (denorm): Likewise.
33491 (__mp_dbl): Likewise.
33493 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33494 (__cpymn): Likewise.
33495 (norm): Remove commented code.
33496 (denorm): Likewise.
33497 (__mp_dbl): Likewise.
33500 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33501 mp_no value for 1.0 and 2.0.
33502 (norm): Use RADIXI instead of radixi.d.
33503 (denorm): Likewise.
33504 (__mul): Use 0.0 instead of zero.d.
33505 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33506 mp_no value for 1.0 and 2.0.
33507 (norm): Use RADIXI instead of radixi.d.
33508 (denorm): Likewise.
33509 (__mul): Use 0.0 instead of zero.d.
33511 2013-01-04 Joseph Myers <joseph@codesourcery.com>
33514 * math/s_casinh.c (__casinh): Reduce finite argument to first
33515 quadrant then set signs of results at the end.
33516 * math/s_casinhf.c (__casinhf): Likewise.
33517 * math/s_casinhl.c (__casinhl): Likewise.
33518 * math/libm-test.inc (casin_test): Add more tests.
33519 (casinh_test): Likewise.
33520 * sysdeps/i386/fpu/libm-test-ulps: Update.
33521 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33523 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
33525 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33527 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33529 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33531 (denorm): Likewise.
33532 (__mp_dbl): Likewise.
33535 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33536 and adjust the header comment.
33538 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33539 variable name from declaration.
33541 2013-01-03 H.J. Lu <hongjiu.lu@intel.com>
33543 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33544 Initialize COMMON_CPUID_INDEX_7 element.
33545 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33546 (CPUID_RTM): Likewise.
33547 (HAS_RTM): Likewise.
33548 (COMMON_CPUID_INDEX_7): New enum.
33550 2013-01-03 Andreas Schwab <schwab@linux-m68k.org>
33553 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33554 size is zero, record memory as freed.
33556 2013-01-03 Andreas Jaeger <aj@suse.de>
33558 * po/ia.po: Add new Interlingua translation.
33560 2012-01-03 Allan McRae <allan@archlinux.org>
33562 * locale/programs/localedef.c: Fix description of '--posix' flag.
33564 2013-01-02 Joseph Myers <joseph@codesourcery.com>
33566 * NEWS: Update dates in second copyright notice.
33567 * README: Update copyright dates in example.
33568 * manual/libc.texinfo: Update copyright dates.
33569 * scripts/test-installation.pl: Update copyright date in --version
33572 * hurd/ctty-input.c: Fix copyright notice formatting.
33573 * hurd/ctty-output.c: Likewise.
33574 * hurd/dtable.c: Likewise.
33575 * hurd/hurd-raise.c: Likewise.
33576 * hurd/hurdprio.c: Likewise.
33577 * hurd/msgportdemux.c: Likewise.
33578 * misc/sys/file.h: Likewise.
33579 * misc/sys/ioctl.h: Likewise.
33580 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33581 * sysdeps/mach/hurd/chdir.c: Likewise.
33582 * sysdeps/mach/hurd/fchdir.c: Likewise.
33583 * sysdeps/mach/hurd/rename.c: Likewise.
33584 * sysdeps/mach/hurd/rmdir.c: Likewise.
33585 * sysdeps/mach/hurd/seekdir.c: Likewise.
33586 * sysdeps/mach/hurd/setsid.c: Likewise.
33587 * sysdeps/posix/wait3.c: Likewise.
33589 * All files with FSF copyright notices: Update copyright dates
33590 using scripts/update-copyrights.
33591 * intl/plural.c: Regenerated.
33592 * locale/programs/charmap-kw.h: Likewise.
33593 * locale/programs/locfile-kw.h: Likewise.
33595 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
33597 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33600 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33601 calculation loop and add branch prediction.
33603 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33604 check access beyond bounds of m1np.
33606 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33608 (__inv): Remove local variable MPTWO to use the global
33610 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33611 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33613 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33614 MP3HALFS static const.
33616 2013-01-01 David S. Miller <davem@davemloft.net>
33618 * po/ca.po: Update from translation team.
33620 2013-01-01 Joseph Myers <joseph@codesourcery.com>
33622 * scripts/update-copyrights: New file.
33623 * Makeconfig: Reformat copyright notice.
33624 * ctype/ctype.h: Likewise.
33625 * debug/swprintf_chk.c: Likewise.
33626 * elf/dl-cache.c: Likewise.
33627 * elf/dl-debug.c: Likewise.
33628 * elf/dl-object.c: Likewise.
33629 * grp/initgroups.c: Likewise.
33630 * hurd/Makefile: Likewise.
33631 * hurd/hurd/signal.h: Likewise.
33632 * hurd/hurdfault.c: Likewise.
33633 * hurd/hurdioctl.c: Likewise.
33634 * hurd/hurdlookup.c: Likewise.
33635 * hurd/intr-msg.c: Likewise.
33636 * iconv/gconv_open.c: Likewise.
33637 * libio/swprintf.c: Likewise.
33638 * locale/lc-ctype.c: Likewise.
33639 * locale/nl_langinfo.c: Likewise.
33640 * mach/Machrules: Likewise.
33641 * mach/Makefile: Likewise.
33642 * malloc/obstack.h: Likewise.
33643 * manual/Makefile: Likewise.
33644 * manual/tsort.awk: Likewise.
33645 * misc/bits/stab.def: Likewise.
33646 * nis/nis_print_group_entry.c: Likewise.
33647 * nis/nis_table.c: Likewise.
33648 * nis/nss_compat/compat-pwd.c: Likewise.
33649 * nis/nss_compat/compat-spwd.c: Likewise.
33650 * po/Makefile: Likewise.
33651 * posix/fnmatch.c: Likewise.
33652 * posix/regex.h: Likewise.
33653 * resolv/Makefile: Likewise.
33654 * resolv/nss_dns/dns-network.c: Likewise.
33655 * resolv/res_hconf.c: Likewise.
33656 * scripts/gen-sorted.awk: Likewise.
33657 * soft-fp/soft-fp.h: Likewise.
33658 * stdio-common/printf.h: Likewise.
33659 * stdlib/monetary.h: Likewise.
33660 * stdlib/random.c: Likewise.
33661 * stdlib/random_r.c: Likewise.
33662 * sysdeps/generic/Makefile: Likewise.
33663 * sysdeps/gnu/Makefile: Likewise.
33664 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33665 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33666 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33667 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33668 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33669 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33670 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33671 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33672 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33673 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33674 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33675 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33676 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33677 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33678 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33679 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33680 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33681 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33682 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33683 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33684 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33685 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33686 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33687 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33688 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33689 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33690 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33691 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33692 * sysdeps/mach/hurd/errnos.awk: Likewise.
33693 * sysdeps/mach/hurd/fork.c: Likewise.
33694 * sysdeps/mach/hurd/getcwd.c: Likewise.
33695 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33696 * sysdeps/mach/hurd/mmap.c: Likewise.
33697 * sysdeps/mach/hurd/utimes.c: Likewise.
33698 * sysdeps/mach/hurd/xmknod.c: Likewise.
33699 * sysdeps/posix/profil.c: Likewise.
33700 * sysdeps/posix/readdir_r.c: Likewise.
33701 * sysdeps/powerpc/bits/mathdef.h: Likewise.
33702 * sysdeps/powerpc/bits/setjmp.h: Likewise.
33703 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33704 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33705 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33706 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33707 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33708 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33709 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33710 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33711 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33712 * sysdeps/pthread/lio_listio.c: Likewise.
33713 * sysdeps/sparc/dl-procinfo.h: Likewise.
33714 * sysdeps/unix/i386/sysdep.S: Likewise.
33715 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33716 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33717 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33718 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33720 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33721 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33722 * sysdeps/unix/sysv/linux/speed.c: Likewise.
33723 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33724 * sysdeps/wordsize-32/divdi3.c: Likewise.
33725 * time/sys/time.h: Likewise.
33726 * wcsmbs/Makefile: Likewise.
33728 2013-01-01 David S. Miller <davem@davemloft.net>
33730 * po/fr.po: Update from translation team.
33732 * catgets/gencat.c: Update copyright year.
33733 * csu/version.c: Likewise.
33734 * debug/catchsegv.sh: Likewise.
33735 * debug/pcprofiledump.c: Likewise.
33736 * debug/xtrace.sh: Likewise.
33737 * elf/ldconfig.c: Likewise.
33738 * elf/ldd.bash.in: Likewise.
33739 * elf/pldd.c: Likewise.
33740 * elf/sotruss.ksh: Likewise.
33741 * elf/sprof.c: Likewise.
33742 * iconv/iconv_prog.c: Likewise.
33743 * iconv/iconvconfig.c: Likewise.
33744 * locale/programs/locale.c: Likewise.
33745 * locale/programs/localedef.c: Likewise.
33746 * login/programs/pt_chown.c: Likewise.
33747 * malloc/memusage.sh: Likewise.
33748 * malloc/memusagestat.c: Likewise.
33749 * malloc/mtrace.pl: Likewise.
33750 * nscd/nscd.c: Likewise.
33751 * nss/getent.c: Likewise.
33752 * nss/makedb.c: Likewise.
33753 * posix/getconf.c: Likewise.
33755 2012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
33757 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33760 2012-12-30 Mike Frysinger <vapier@gentoo.org>
33762 * math/bits/mathcalls.h (modf): Use __nonnull.
33764 2012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
33766 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33767 (split): Use macro CN instead of the bare value.
33768 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33770 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33771 instead of the bare value.
33772 (power1): Likewise.
33774 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33776 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33778 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33780 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33782 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33783 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33784 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33785 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33787 2012-12-28 Andreas Jaeger <aj@suse.de>
33789 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
33790 values are from Linux 3.7.
33792 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33793 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
33795 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33797 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33800 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33802 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33803 variables with preprocessor constants.
33804 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33805 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33806 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33808 2012-12-27 Bruno Haible <bruno@clisp.org>
33811 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33814 2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
33816 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33817 and use variable directly.
33818 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33820 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33822 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33823 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33825 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33826 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33827 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33828 include directive. Remove local variable MPONE.
33829 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33830 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33831 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33833 2012-12-25 David S. Miller <davem@davemloft.net>
33835 * version.h (RELEASE): Set to "development".
33836 (VERSION): Set to "2.17.90".
33837 * NEWS: Add 2.18 section.
33839 2012-12-21 David S. Miller <davem@davemloft.net>
33841 * po/hr.po: Update from translation team.
33843 2012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33845 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33847 2012-12-19 Steve Ellcey <sellcey@mips.com>
33849 * NEWS: Mention new memcpy for MIPS.
33851 2012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
33853 * manual/contrib.texi (Contributors): Spelling correction.
33855 2012-12-15 David S. Miller <davem@davemloft.net>
33857 * po/ru.po: Update from translation team.
33859 2012-12-13 David S. Miller <davem@davemloft.net>
33861 * NEWS: Mention IFUNC testsuite enhancements.
33863 * po/pl.po: Update from translation team.
33864 * po/bg.po: Likewise.
33866 * manual/contrib.texi (Contributors): Update entries for Hongjiu
33867 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
33869 2012-12-11 David S. Miller <davem@davemloft.net>
33871 * po/sv.po: Update from translation team.
33873 * po/vi.po: Update from translation team.
33875 * po/cs.po: Update from translation team.
33877 * po/de.po: Update from translation team.
33878 * po/eo.po: Likewise.
33879 * po/nl.po: Likewise.
33881 2012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
33884 * manual/argp.texi (Argp Helper Functions): Move node to follow
33885 Argp Parsing State.
33888 * manual/conf.texi (Limits on File System Capacity): Mention if
33889 terminating null is included in the max size.
33891 2012-12-10 Andreas Jaeger <aj@suse.de>
33893 * po/cs.po: Update from translation team.
33895 2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
33897 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33898 void pointer and cast to uintptr_t.
33899 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33901 * sysdeps/s390/s390-64/memcpy.S: Likewise.
33902 * sysdeps/s390/s390-64/memset.S: Likewise.
33904 2012-12-08 Benno Schulenberg <bensberg@justemail.net>
33907 * menual/message.texi (Message Translation): Fix typos.
33908 (Helper programs for gettext): Likewise.
33910 2012-12-07 Andreas Schwab <schwab@linux-m68k.org>
33913 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33916 2012-12-07 David S. Miller <davem@davemloft.net>
33918 * po/libc.pot: Update.
33920 2012-12-07 Richard Henderson <rth@redhat.com>
33923 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33924 normal/normal case to before the switch.
33925 (_FP_DIV): Likewise.
33927 2012-12-06 Carlos O'Donell <carlos@systemhalted.org>
33928 Mike Frysinger <vapier@gentoo.org>
33930 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33931 check for __NR_fadvise64_64.
33933 2012-12-06 Chris Metcalf <cmetcalf@tilera.com>
33935 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33936 0, not just to plain "0" as a statement.
33937 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33940 2012-12-06 Joseph Myers <joseph@codesourcery.com>
33942 * NEWS: Use sourceware.org in Bugzilla URL.
33944 2012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
33946 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33947 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33949 * stdio-common/tst-put-error.c (do_test): Add newline to the
33950 padded test to ensure flush.
33952 2012-12-05 Jeff Law <law@redhat.com>
33954 * sunrpc/etc.rpc (fedfs_admin): Add entry.
33956 2012-12-05 Joseph Myers <joseph@codesourcery.com>
33958 * README: Don't refer to ports add-on as distributed separately.
33959 Mention AArch64 in list of systems supported in the ports add-on.
33961 * LICENSES: Add more non-FSF copyright and license notices.
33963 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33966 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33968 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33969 10000 as width of padded output.
33971 2012-12-04 Joseph Myers <joseph@codesourcery.com>
33973 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33975 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33976 variable LX with __attribute__ ((unused)).
33977 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33979 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33980 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33981 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33982 with __attribute__ ((unused)).
33984 2012-12-04 David S. Miller <davem@abraco.davemloft.net>
33986 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33988 2012-12-04 Joseph Myers <joseph@codesourcery.com>
33990 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33991 (CFLAGS-nldbl-acos.c): New variable.
33992 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33993 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33994 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33995 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33996 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33997 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33998 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33999 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34000 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34001 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34002 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34003 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34004 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34005 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34006 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34007 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34008 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34009 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34010 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34011 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34012 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34013 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34014 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34015 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34016 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34017 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34018 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34019 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34020 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34021 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34022 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34023 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34024 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34025 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34026 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34027 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34028 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34029 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34030 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34031 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34032 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34033 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34034 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34035 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34036 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34037 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34038 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34039 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34040 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34041 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34042 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34043 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34044 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34045 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34046 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34047 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34048 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34049 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34050 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34051 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34052 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34053 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34054 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34055 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34056 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34057 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34058 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34059 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34060 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34061 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34062 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34063 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34064 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34065 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34066 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34067 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34068 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34069 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34070 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34071 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34072 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34073 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34074 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34075 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34076 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34077 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34078 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34079 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34080 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34081 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34082 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34083 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34084 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34085 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34086 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34087 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34088 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34090 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34091 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34094 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34095 whole low double instead of just low 47 bits when splitting values
34098 2012-12-03 Allan McRae <allan@archlinux.org>
34100 * manual/stdio.texi (Predefined Printf Handlers): Remove
34101 @hsep and @vsep usage.
34103 2012-12-03 Mike Frysinger <vapier@gentoo.org>
34105 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34106 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34108 2012-12-03 Jeff Law <law@redhat.com>
34110 * time/sys/time.h (settimeofday): Do not mark TV argument
34113 2012-12-01 Mike Frysinger <vapier@gentoo.org>
34115 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34116 when currently writing and seek to current position when not.
34117 * libio/Makefile (tests): Remove bug-fclose1.
34118 * libio/bug-fclose1.c: Delete.
34120 2012-12-01 Joseph Myers <joseph@codesourcery.com>
34122 * manual/arith.texi (feenableexcept): Fix typo.
34123 (fedisableexcept): Likewise.
34125 2012-11-30 Roland McGrath <roland@hack.frob.com>
34127 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34128 second, differently-typed declaration, rather than a cast.
34130 2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
34132 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34133 * include/rpc/svc.h: ... here.
34135 2012-11-30 Aurelien Jarno <aurel32@debian.org>
34138 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34139 depending n and resplen2 to catch cases where answer
34142 2012-11-29 Carlos O'Donell <carlos@systemhalted.org>
34144 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34145 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34147 2012-11-29 Mike Frysinger <vapier@gentoo.org>
34149 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34151 2012-11-29 Roland McGrath <roland@hack.frob.com>
34153 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34155 2012-11-28 Jeff Law <law@redhat.com>
34158 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34159 dataset_temporary. Track alloca usage into alloca_used.
34160 If dataset is large allocate and release it via malloc/free.
34162 2012-06-04 Florian Weimer <fweimer@redhat.com>
34165 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34167 2012-11-28 David S. Miller <davem@davemloft.net>
34169 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34171 2012-11-28 Joseph Myers <joseph@codesourcery.com>
34174 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34175 of pi/2 rounded to nearest to 64 bits.
34176 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34177 nearest to 64 bits.
34178 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34181 2012-11-28 Jeff Law <law@redhat.com>
34182 Martin Osvald <mosvald@redhat.com>
34185 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34186 * sunrpc/svc.c: Include time.h.
34187 (__svc_accept_failed): New function.
34188 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34189 any reason other than EINTR, call __svc_accept_failed.
34190 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34191 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34193 2012-11-28 Andreas Schwab <schwab@suse.de>
34195 * scripts/abilist.awk: Also handle indirect functions in .opd
34198 2012-11-28 Joseph Myers <joseph@codesourcery.com>
34201 * sysdeps/x86/fpu/powl_helper.c: New file.
34202 * sysdeps/x86/fpu/Makefile: Likewise.
34203 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34205 (__ieee754_powl): Use __powl_helper for finite arguments except
34206 integer exponents below 8.
34207 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34209 (__ieee754_powl): Use __powl_helper for finite arguments except
34210 integer exponents below 8.
34211 * math/libm-test.inc (pow_test): Add more tests and enable some
34212 previously disabled tests.
34213 * sysdeps/i386/fpu/libm-test-ulps: Update.
34214 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34216 2012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34217 Carlos O'Donell <carlos_odonell@mentor.com>
34219 * nss/makedb.c (is_prime): Assert that input is odd and greater
34220 than 4. Note that fact in a comment too.
34221 (next_prime): Add 4 to input.
34223 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
34226 * libio/Makefile (tests): Add test case tst-fwrite-error.
34227 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34228 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34229 * libio/tst-fwrite-error.c: New test case.
34231 2012-11-26 H.J. Lu <hongjiu.lu@intel.com>
34233 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34234 before casting to void *.
34235 * include/libc-internal.h (__pointer_type): New macro.
34236 (__integer_if_pointer_type_sub): Likewise.
34237 (__integer_if_pointer_type): Likewise.
34238 (cast_to_integer): Likewise.
34239 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34240 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34241 before casting to atomic64_t.
34242 (atomic_exchange_acq): Likewise.
34243 (__arch_exchange_and_add_body): Likewise.
34244 (__arch_add_body): Likewise.
34245 (atomic_add_negative): Likewise.
34246 (atomic_add_zero): Likewise.
34248 2012-11-26 Joseph Myers <joseph@codesourcery.com>
34250 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34251 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34252 (add_fdes): Likewise.
34253 (linear_search_fdes): Likewise.
34254 (binary_search_unencoded_fdes): Likewise.
34256 2012-11-26 Andreas Schwab <schwab@linux-m68k.org>
34258 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34260 2012-11-24 Adam Conrad <adconrad@0c3.net>
34262 * configure.in: Autodetect C++ header directories.
34263 * configure: Regenerated.
34265 2012-11-23 Mike Frysinger <vapier@gentoo.org>
34267 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34269 2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
34271 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34273 2012-11-22 Joseph Myers <joseph@codesourcery.com>
34275 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34276 LDBL_MANT_DIG == 106]: Disable some tests.
34277 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34279 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34283 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34284 input for small inputs. Return +/- pi/2 for large inputs.
34285 * math/libm-test.inc (atan_test): Add more tests.
34287 * sysdeps/generic/unwind-dw2-fde-glibc.c
34288 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34289 __attribute__ ((unused)).
34292 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34293 x * y if x and y are nonzero and z is zero.
34296 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34297 nonzero exponents with absolute value below 0x1p-117 to +/-
34301 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34302 up arguments below 2**-450, not just those below 2**-500.
34303 * math/libm-test.inc (hypot_test): Add another test.
34306 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34307 Return a+b for ratio over 2**120, not 2**60.
34308 * math/libm-test.inc (hypot_test): Add another test.
34310 * math/libm-test.inc (clog_test): Use
34311 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34312 (clog10_test): Likewise.
34315 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34317 2012-11-22 Andreas Schwab <schwab@suse.de>
34319 * sysdeps/i386/fpu/libm-test-ulps: Update.
34321 2012-11-22 Pino Toscano <toscano.pino@tiscali.it>
34323 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34324 printf output with newline.
34326 2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
34329 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34330 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34331 -z nodlopen, -z initfirst and -z execstack support.
34332 * configure: Regenerated.
34334 * elf/elf.h (DF_1_NODIRECT): New macro.
34335 (DF_1_IGNMULDEF): Likewise.
34336 (DF_1_NOKSYMS): Likewise.
34337 (DF_1_NOHDR): Likewise.
34338 (DF_1_EDITED): Likewise.
34339 (DF_1_NORELOC): Likewise.
34340 (DF_1_SYMINTPOSE): Likewise.
34341 (DF_1_GLOBAUDIT): Likewise.
34342 (DF_1_SINGLETON): Likewise.
34343 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34344 DT_1_SUPPORTED_MASK bits.
34345 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34347 2012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
34349 * sysdeps/unix/make-syscalls.sh: Document prefixes.
34351 2012-11-20 Thomas Schwinge <thomas@codesourcery.com>
34353 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34356 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34357 (sendmmsg): Move declarations...
34358 * socket/sys/socket.h: ... here.
34359 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34360 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34362 * socket/recvmmsg.c: ... this new file.
34363 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34364 (sendmmsg): Rename to __sendmmsg, create weak alias and make
34365 definition of __sendmmsg hidden.
34366 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34367 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34368 Move ENOSYS stub into and include it from...
34369 * socket/sendmmsg.c: ... this new file.
34370 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34371 (sysdep_routines): Move recvmmsg and sendmmsg...
34372 * socket/Makefile (routines): ... here.
34373 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34374 (GLIBC_PRIVATE): Add __sendmmsg.
34375 * include/sys/socket.h (__sendmmsg): Add declarations.
34376 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34379 2012-11-20 Joseph Myers <joseph@codesourcery.com>
34381 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34382 variable I1 with __attribute__ ((unused)).
34383 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34385 2012-11-19 Joseph Myers <joseph@codesourcery.com>
34387 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34388 DUMMY variables with __attribute__ ((unused)).
34390 * bits/byteswap.h: Include <bits/types.h>.
34391 (__bswap_64): Use __uint64_t instead of unsigned long long int.
34393 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
34395 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34396 string_t. Do not manually set errno.
34397 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34398 length with __strnlen. Make sure to both set errno and return it on
34401 2012-11-19 David S. Miller <davem@davemloft.net>
34403 With help from Joseph Myers.
34404 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34405 very large arguments properly.
34406 * math/libm-test.inc (atan_test): New tests.
34407 (atan2_test): New tests.
34408 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34409 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34411 2012-11-19 Joseph Myers <joseph@codesourcery.com>
34414 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34417 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34418 [POSIX] (EADDRNOTAVAIL): Likewise.
34419 [POSIX] (EAFNOSUPPORT): Likewise.
34420 [POSIX] (EALREADY): Likewise.
34421 [POSIX] (ECONNABORTED): Likewise.
34422 [POSIX] (ECONNREFUSED): Likewise.
34423 [POSIX] (ECONNRESET): Likewise.
34424 [POSIX] (EDESTADDRREQ): Likewise.
34425 [POSIX] (EDQUOT): Likewise.
34426 [POSIX] (EHOSTUNREACH): Likewise.
34427 [POSIX] (EIDRM): Likewise.
34428 [POSIX] (EISCONN): Likewise.
34429 [POSIX] (ELOOP): Likewise.
34430 [POSIX] (EMULTIHOP): Likewise.
34431 [POSIX] (ENETDOWN): Likewise.
34432 [POSIX] (ENETUNREACH): Likewise.
34433 [POSIX] (ENOBUFS): Likewise.
34434 [POSIX] (ENODATA): Likewise.
34435 [POSIX] (ENOLINK): Likewise.
34436 [POSIX] (ENOMSG): Likewise.
34437 [POSIX] (ENOPROTOOPT): Likewise.
34438 [POSIX] (ENOSR): Likewise.
34439 [POSIX] (ENOSTR): Likewise.
34440 [POSIX] (ENOTCONN): Likewise.
34441 [POSIX] (ENOTSOCK): Likewise.
34442 [POSIX] (EOPNOTSUPP): Likewise.
34443 [POSIX] (EOVERFLOW): Likewise.
34444 [POSIX] (EPROTO): Likewise.
34445 [POSIX] (EPROTONOSUPPORT): Likewise.
34446 [POSIX] (EPROTOTYPE): Likewise.
34447 [POSIX] (ESTALE): Likewise.
34448 [POSIX] (ETIME): Likewise.
34449 [POSIX] (ETXTBSY): Likewise.
34450 [POSIX] (EWOULDBLOCK): Likewise.
34451 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34452 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34453 [POSIX] (SEEK_CUR): Likewise.
34454 [POSIX] (SEEK_END): Likewise.
34455 [POSIX || UNIX98] (mode_t): Do not require.
34456 [POSIX] (off_t): Likewise.
34457 [POSIX] (pid_t): Likewise.
34458 [POSIX] (sys/stat.h): Do not allow header.
34459 [POSIX] (unistd.h): Likewise.
34460 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34461 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34462 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34463 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34465 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34466 sigevent): Specify elements.
34467 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34469 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34470 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34472 * conform/data/cpio.h-data [POSIX]: Disable whole file.
34473 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34474 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34475 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34476 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34477 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34478 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34479 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34480 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34481 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34482 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34483 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34484 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34485 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34487 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34489 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34491 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34493 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34494 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34495 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34496 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34497 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34498 Specify lower bound on value.
34499 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34500 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34501 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34502 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34503 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34504 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34505 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34506 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34508 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34510 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34511 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34512 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34513 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34514 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34515 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34516 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34517 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34518 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34519 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34520 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34521 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34522 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34523 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34524 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34525 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34527 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34529 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34530 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34531 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34532 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34533 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34534 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34536 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34537 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34538 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34539 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34540 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
34541 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34542 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34544 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34545 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34546 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34547 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34548 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34549 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34550 specify as optional.
34551 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34552 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34553 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34554 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34555 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34556 [XPG3] (NL_LANGMAX): Likewise.
34557 [POSIX || XPG3] (NL_MSGMAX): Likewise.
34558 [POSIX || XPG3] (NL_NMAX): Likewise.
34559 [POSIX || XPG3] (NL_SETMAX): Likewise.
34560 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34561 [XPG3] (NZERO): Likewise.
34562 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34563 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34564 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34565 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34566 (REG_ERANGE): Expect.
34567 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34569 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34570 Use (void) in prototype.
34571 [POSIX] (*_t): Allow.
34572 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34573 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34574 (WRDE_BADVAL): Expect.
34576 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34578 [XPG3 || XPG4] (O_RSYNC): Likewise.
34579 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34581 [XPG3 || XPG4] (pthread_sigmask): Likewise.
34582 [XPG3 || XPG4] (sigqueue): Likewise.
34583 [XPG3 || XPG4] (sigtimedwait): Likewise.
34584 [XPG3 || XPG4] (sigwaitinfo): Likewise.
34585 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34586 [XPG3 || XPG4] (vsnprintf): Likewise.
34587 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34589 [XPG3 || XPG4] (blksize_t): Likewise.
34590 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34592 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34593 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34594 [XPG3 || XPG4] (struct itimerspec): Likewise.
34595 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34596 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34597 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34598 [XPG3 || XPG4] (clockid_t): Likewise.
34599 [XPG3 || XPG4] (timer_t): Likewise.
34600 [XPG3 || XPG4] (clock_getres): Likewise.
34601 [XPG3 || XPG4] (clock_gettime): Likewise.
34602 [XPG3 || XPG4] (clock_settime): Likewise.
34603 [XPG3 || XPG4] (nanosleep): Likewise.
34604 [XPG3 || XPG4] (timer_create): Likewise.
34605 [XPG3 || XPG4] (timer_delete): Likewise.
34606 [XPG3 || XPG4] (timer_gettime): Likewise.
34607 [XPG3 || XPG4] (timer_getoverrun): Likewise.
34608 [XPG3 || XPG4] (timer_settime): Likewise.
34609 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34610 [XPG3 || XPG4] (getlogin_r): Likewise.
34611 [XPG3 || XPG4] (pread): Likewise.
34612 [XPG3 || XPG4] (pthread_atfork): Likewise.
34613 [XPG3 || XPG4] (pwrite): Likewise.
34616 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34619 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
34621 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34622 finalizing MALLSTREAM.
34624 * sysdeps/mach/hurd/syncfs.c: New file.
34626 2012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
34629 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34630 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34631 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34632 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34633 (_nss_dns_gethostbyname4_r): Likewise.
34634 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34635 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34637 2012-11-19 Peng Haitao <penght@cn.fujitsu.com>
34640 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34642 2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
34644 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34645 * elf/cache.c (print_entry): Print ",AArch64" for
34648 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34649 * elf/cache.c (print_entry): Print ",hard-float" for
34652 2012-11-18 David S. Miller <davem@davemloft.net>
34654 With help from Joseph Myers.
34655 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34657 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34659 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34660 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34662 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34663 * math/libm-test.inc (y0_test): New tests.
34664 (y1_test): New tests.
34665 * sysdeps/i386/fpu/libm-test-ulps: Update.
34666 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34667 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34669 2012-11-18 Andreas Schwab <schwab@linux-m68k.org>
34671 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34673 * configure: Regenerated.
34675 2012-11-17 David S. Miller <davem@davemloft.net>
34678 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34679 nonzero exponents with absolute value below 0x1p-128 to +/-
34682 2012-11-17 Joseph Myers <joseph@codesourcery.com>
34684 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34686 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34688 * posix/getconf-speclist.c: New file.
34689 * posix/posix-envs.def: Likewise.
34690 * posix/confstr.c (START_ENV_GROUP): New macro.
34691 (END_ENV_GROUP): Likewise.
34692 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34693 (KNOWN_PRESENT_ENV_STRING): Likewise.
34694 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34695 (UNKNOWN_ENVIRONMENT): Likewise.
34696 (confstr): Include posix-envs.def instead of handling
34697 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34698 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34699 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34700 (END_ENV_GROUP): Likewise.
34701 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34702 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34703 (UNKNOWN_ENVIRONMENT): Likewise.
34704 (__sysconf): Include posix-envs.def instead of handling associated
34705 cases directly here.
34706 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34707 preprocessing getconf-speclist.c rather than running getconf or
34708 generating empty file.
34710 2012-11-16 Pino Toscano <toscano.pino@tiscali.it>
34712 * scripts/check-local-headers.sh: Ignore 'mach' headers.
34714 2012-11-16 Andrej Lajovic <natrij@gmail.com>
34717 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34719 2012-11-16 David S. Miller <davem@davemloft.net>
34721 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34722 smaller than LDBL_EPSILON/2.0L, just return xm1.
34724 2012-11-16 H.J. Lu <hongjiu.lu@intel.com>
34726 * elf/tst-array1.c (init): Set constructor priority to 1000.
34727 (fini): Set destructor priority to 1000.
34728 * elf/tst-array2dep.c: Likewise.
34730 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
34733 * libio/fileops.c (_IO_new_file_write): Correctly return error.
34734 (_IO_new_file_xsputn): Also return EOF if none of the input
34735 data was written when overflow failed.
34736 * libio/iopadn.c (_IO_padn): Likewise.
34737 * libio/iowpadn.c (_IO_wpadn): Likewise.
34738 * stdio-common/tst-put-error.c: Add copyright notice.
34739 (do_test): Add case for printing padded string.
34740 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34741 _IO_padn returned error.
34742 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34743 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34746 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
34748 * libio/libioP.h: Add comment note that the references to C++
34749 bits are now obsolete.
34751 2012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34753 * math/libm-test.inc (check_complex): Use asprintf.
34755 2012-11-14 Joseph Myers <joseph@codesourcery.com>
34757 * debug/pcprofiledump.c (print_version): Update copyright year.
34758 * malloc/memusagestat.c (print_version): Likewise.
34760 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
34763 * elf/Makefile (tests): Add tst-audit8.
34764 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34765 ($(objpfx)tst-audit8.out): New target.
34766 (tst-audit8-ENV): New variable.
34767 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34768 audit if l_reloc_result is NULL.
34769 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34770 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34771 * elf/tst-audit8.c: New file.
34773 2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34775 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34776 * misc/Makefile (CFLAGS-select.c): Define.
34777 * posix/Makefile (CFLAGS-pause.c): Define.
34779 2012-11-13 David S. Miller <davem@davemloft.net>
34781 * crypt/Makefile: Move test targets after toplevel Rules
34782 inclusion. Grab any necessary sysdep routines when linking.
34783 * crypt/md5.c (md5_process_block): Remove define, we will always
34784 name it __md5_process_block.
34785 (md5_finish_ctx): Update md5_process_block call.
34786 (md5_stream): Likewise.
34787 (md5_process_bytes): Likewise.
34788 (md5_process_block): Rename to __md5_process_block and move to ...
34789 * crypt/md5-block.c: ... here.
34790 * crypt/sha256.c (sha256_process_block): Move to ...
34791 * crypt/sha256-block.c: ... here.
34792 * crypt/sha512.c (sha512_process_block): Move to ...
34793 * crypt/sha512-block.c: ... here.
34794 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34796 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34797 * sysdeps/sparc/sparc64/multiarch/Makefile
34798 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34800 (localedef-aux): Add md5 crypto assembler when in locale subdir.
34801 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34803 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34804 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34805 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34806 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34807 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34808 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34809 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34810 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34811 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34813 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34814 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34816 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34818 2012-11-13 Joseph Myers <joseph@codesourcery.com>
34820 * timezone/tzselect.ksh: Update from tzcode git revision
34821 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34822 * timezone/zdump.c: Likewise.
34823 * timezone/zic.c: Likewise.
34824 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34825 in TZVERSION setting, not $(PKGVERSION).
34826 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
34827 REPORT_BUGS_TO settings.
34830 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34833 2012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34835 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34836 detection to immediately after _FP_ROUND().
34837 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34840 2012-11-11 David S. Miller <davem@davemloft.net>
34842 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34844 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34845 __close rather than their public counterparts.
34847 2012-11-10 Joseph Myers <joseph@codesourcery.com>
34849 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34851 [UNIX98] (sem_timedwait): Do not expect.
34852 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34853 [XPG4 || UNIX98] (sockatmark): Do not expect.
34854 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34855 (clock_getcpuclockid): Do not expect.
34856 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34857 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34859 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34860 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34861 [UNIX98] (vwscanf): Likewise.
34862 [UNIX98] (vswscanf): Likewise.
34864 2012-11-09 Joseph Myers <joseph@codesourcery.com>
34866 * timezone/version.h: Remove file.
34867 * timezone/README: Do not refer to version.h.
34868 * timezone/Makefile ($(objpfx)zic.o): New dependency on
34869 $(objpfx)version.h.
34870 ($(objpfx)zdump.o): Likewise.
34871 ($(objpfx)version.h): New target.
34873 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34875 * timezone/README: Don't mention modification to tzselect.ksh.
34876 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34877 work on unmodified tzselect.ksh. Substitute version numbers in
34880 * Makefile (format-me): Remove.
34881 (INSTALL): Adjust indentation. Use commands directly instead of
34882 using $(format-me).
34884 * aclocal.m4 (ACX_PKGVERSION): New macro.
34885 (ACX_BUGURL): Likewise.
34886 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34887 (PKGVERSION): New AC_DEFINE_UNQUOTED.
34888 (REPORT_BUGS_TO): Likewise.
34889 * configure: Regenerated.
34890 * config.h.in (PKGVERSION): New macro.
34891 (REPORT_BUGS_TO): Likewise.
34892 * config.make.in (PKGVERSION): New variable.
34893 (PKGVERSION_TEXI): Likewise.
34894 (REPORT_BUGS_TO): Likewise.
34895 (REPORT_BUGS_TEXI): Likewise.
34896 * Makefile (format-me): Use -I$(common-objpfx)manual.
34897 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34898 ($(common-objpfx)manual/%): New target.
34899 (manual/%): Remove target.
34900 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34901 (print_version): Use PKGVERSION.
34902 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34903 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34904 and REPORT_BUGS_TO.
34905 ($(objpfx)xtrace): Likewise.
34906 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34907 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34908 (print_version): Use PKGVERSION.
34909 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34910 (do_version): Use PKGVERSION.
34911 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34913 (common-ldd-rewrite): Likewise.
34914 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34915 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34916 (print_version): Use PKGVERSION.
34917 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34918 * elf/pldd.c (argp_program_bug_address): Remove variable.
34919 (more_help): New function.
34920 (argp): Use more_help.
34921 (print_version): Use PKGVERSION.
34922 * elf/sln.c (main): Use PKGVERSION.
34923 (usage): Use REPORT_BUGS_TO.
34924 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34925 (top level): Use PKGVERSION.
34926 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34927 (print_version): Use PKGVERSION.
34928 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34929 (print_version): Use PKGVERSION.
34930 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34931 (print_version): Use PKGVERSION.
34932 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34933 (print_version): Use PKGVERSION.
34934 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34935 (print_version): Use PKGVERSION.
34936 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34937 (print_version): Use PKGVERSION.
34938 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34940 ($(objpfx)memusage): Likewise.
34941 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34942 (do_version): Use PKGVERSION.
34943 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34944 (print_version): Use PKGVERSION.
34945 * malloc/mtrace.pl ($PACKAGE): Remove variable.
34946 ($PKGVERSION): New variable.
34947 ($REPORT_BUGS_TO): Likewise.
34948 (usage): Use $REPORT_BUGS_TO.
34949 (top level): Use $PKGVERSION.
34950 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34951 ($(objpfx)pkgvers.texi): New rule.
34952 ($(objpfx)stamp-pkgvers): Likewise.
34953 * manual/install.texi: Include pkgvers.texi.
34954 (--with-pkgversion): Document new configure option.
34955 (--with-bugurl): Likewise.
34956 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34957 than necessarily for this particular distribution. Use
34958 REPORT_BUGS_TO for where to report bugs.
34959 * INSTALL: Regenerated.
34960 * manual/libc.texinfo: Include pkgvers.texi.
34961 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34962 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34963 (print_version): Use PKGVERSION.
34964 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34965 (print_version): Use PKGVERSION.
34966 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34967 (print_version): Use PKGVERSION.
34968 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34969 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34971 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34972 (print_version): Use PKGVERSION.
34973 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34974 (print_version): Use PKGVERSION.
34975 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34978 * timezone/checktab.awk: Update from tzcode 2012i.
34979 * timezone/ialloc.c: Likewise.
34980 * timezone/private.h: Likewise.
34981 * timezone/scheck.c: Likewise.
34982 * timezone/tzfile.h: Likewise.
34983 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34984 (TZVERSION): Hardcode tzcode version number.
34985 * timezone/zdump.c: Update from tzcode 2012i.
34986 * timezone/zic.c: Likewise.
34987 * timezone/version.h: New file.
34988 * timezone/README: Describe version.h. Update upstream location.
34991 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34992 (mktemp): Enable declaration.
34993 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34994 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34995 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34996 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34998 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35000 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35002 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35004 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35006 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35010 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35011 offset in buffer as u_int32_t not u_long. Consistently use memcpy
35012 for copies of such integer values.
35013 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35014 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35016 2012-11-09 Andreas Jaeger <aj@suse.de>
35018 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35019 definitions and declarations that are provided by
35020 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35022 2012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35024 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35025 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35026 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35029 2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35031 * elf/elf.h: Update comment before AArch64 relocations.
35033 2012-11-07 David S. Miller <davem@davemloft.net>
35035 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35036 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35037 (__start_context): Declare.
35038 (__makecontext_ret): Delete.
35039 (__makecontext): Hook up __start_context instead of
35041 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35042 (sysdep_routines): Add __start_context when in stdlib.
35044 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35046 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35047 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35048 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
35050 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
35051 (READELF): New variable. Use it instead of hardcoded "readelf".
35053 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
35055 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35056 * sysdeps/x86/Makefile: Here.
35057 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35058 * sysdeps/x86/tst-xmmymm.sh: This.
35060 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35062 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35064 [UNIX98] (pthread_barrier_t): Do not expect.
35065 [UNIX98] (pthread_barrierattr_t): Likewise.
35066 [UNIX98] (pthread_spinlock_t): Likewise.
35067 [UNIX98] (pthread_barrier_destroy): Likewise.
35068 [UNIX98] (pthread_barrier_init): Likewise.
35069 [UNIX98] (pthread_barrier_wait): Likewise.
35070 [UNIX98] (pthread_barrierattr_destroy): Likewise.
35071 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35072 [UNIX98] (pthread_barrierattr_init): Likewise.
35073 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35074 [UNIX98] (pthread_getcpuclockid): Likewise.
35075 [UNIX98] (pthread_mutex_timedlock): Likewise.
35076 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35077 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35078 [UNIX98] (pthread_sigmask): Likewise.
35079 [UNIX98] (pthread_spin_destroy): Likewise.
35080 [UNIX98] (pthread_spin_init): Likewise.
35081 [UNIX98] (pthread_spin_lock): Likewise.
35082 [UNIX98] (pthread_spin_trylock): Likewise.
35083 [UNIX98] (pthread_spin_unlock): Likewise.
35084 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35086 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35087 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35088 [XPG3 || XPG4] (pthread_cond_t): Likewise.
35089 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35090 [XPG3 || XPG4] (pthread_key_t): Likewise.
35091 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35092 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35093 [XPG3 || XPG4] (pthread_once_t): Likewise.
35094 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35095 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35096 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35097 [XPG3 || XPG4] (pthread_t): Likewise.
35099 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35101 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35103 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35104 Change function return type to int.
35106 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35107 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35108 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35109 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35110 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35111 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35112 [!POSIX] (posix_madvise): Likewise.
35113 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35115 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35116 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35117 (mode_t): Likewise.
35118 (posix_mem_offset): Likewise.
35119 (posix_typed_mem_get_info): Likewise.
35120 (posix_typed_mem_open): Likewise.
35122 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35123 Change condition to [XOPEN2K8].
35125 * conform/conformtest.pl: Preprocess allow-header data with -x c
35126 instead of from stdin.
35127 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35128 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35129 [C99-based standards] (cerfc): Likewise.
35130 [C99-based standards] (cexp2): Likewise.
35131 [C99-based standards] (cexpm1): Likewise.
35132 [C99-based standards] (clog10): Likewise.
35133 [C99-based standards] (clog1p): Likewise.
35134 [C99-based standards] (clog2): Likewise.
35135 [C99-based standards] (clgamma): Likewise.
35136 [C99-based standards] (ctgamma): Likewise.
35137 [C99-based standards] (cerff): Likewise.
35138 [C99-based standards] (cerfcf): Likewise.
35139 [C99-based standards] (cexp2f): Likewise.
35140 [C99-based standards] (cexpm1f): Likewise.
35141 [C99-based standards] (clog10f): Likewise.
35142 [C99-based standards] (clog1pf): Likewise.
35143 [C99-based standards] (clog2f): Likewise.
35144 [C99-based standards] (clgammaf): Likewise.
35145 [C99-based standards] (ctgammaf): Likewise.
35146 [C99-based standards] (cerfl): Likewise.
35147 [C99-based standards] (cerfcl): Likewise.
35148 [C99-based standards] (cexp2l): Likewise.
35149 [C99-based standards] (cexpm1l): Likewise.
35150 [C99-based standards] (clog10l): Likewise.
35151 [C99-based standards] (clog1pl): Likewise.
35152 [C99-based standards] (clog2l): Likewise.
35153 [C99-based standards] (clgammal): Likewise.
35154 [C99-based standards] (ctgammal): Likewise.
35155 * conform/data/inttypes.h-data [C99-based standards]: Include
35156 stdint.h-data. Remove all expectations for stdint.h contents.
35157 [C99-based standards] (PRI*): Do not allow.
35158 [C99-based standards] (SCN*): Likewise.
35159 [C99-based standards] (*_t): Likewise.
35160 [C99-based-standards] (PRId8): Expect macro.
35161 [C99-based-standards] (PRIi8): Likewise.
35162 [C99-based-standards] (PRIo8): Likewise.
35163 [C99-based-standards] (PRIu8): Likewise.
35164 [C99-based-standards] (PRIx8): Likewise.
35165 [C99-based-standards] (PRIX8): Likewise.
35166 [C99-based-standards] (SCNd8): Likewise.
35167 [C99-based-standards] (SCNi8): Likewise.
35168 [C99-based-standards] (SCNo8): Likewise.
35169 [C99-based-standards] (SCNu8): Likewise.
35170 [C99-based-standards] (SCNx8): Likewise.
35171 [C99-based-standards] (PRIdLEAST8): Likewise.
35172 [C99-based-standards] (PRIiLEAST8): Likewise.
35173 [C99-based-standards] (PRIoLEAST8): Likewise.
35174 [C99-based-standards] (PRIuLEAST8): Likewise.
35175 [C99-based-standards] (PRIxLEAST8): Likewise.
35176 [C99-based-standards] (PRIXLEAST8): Likewise.
35177 [C99-based-standards] (SCNdLEAST8): Likewise.
35178 [C99-based-standards] (SCNiLEAST8): Likewise.
35179 [C99-based-standards] (SCNoLEAST8): Likewise.
35180 [C99-based-standards] (SCNuLEAST8): Likewise.
35181 [C99-based-standards] (SCNxLEAST8): Likewise.
35182 [C99-based-standards] (PRIdFAST8): Likewise.
35183 [C99-based-standards] (PRIiFAST8): Likewise.
35184 [C99-based-standards] (PRIoFAST8): Likewise.
35185 [C99-based-standards] (PRIuFAST8): Likewise.
35186 [C99-based-standards] (PRIxFAST8): Likewise.
35187 [C99-based-standards] (PRIXFAST8): Likewise.
35188 [C99-based-standards] (SCNdFAST8): Likewise.
35189 [C99-based-standards] (SCNiFAST8): Likewise.
35190 [C99-based-standards] (SCNoFAST8): Likewise.
35191 [C99-based-standards] (SCNuFAST8): Likewise.
35192 [C99-based-standards] (SCNxFAST8): Likewise.
35193 [C99-based-standards] (PRId16): Likewise.
35194 [C99-based-standards] (PRIi16): Likewise.
35195 [C99-based-standards] (PRIo16): Likewise.
35196 [C99-based-standards] (PRIu16): Likewise.
35197 [C99-based-standards] (PRIx16): Likewise.
35198 [C99-based-standards] (PRIX16): Likewise.
35199 [C99-based-standards] (SCNd16): Likewise.
35200 [C99-based-standards] (SCNi16): Likewise.
35201 [C99-based-standards] (SCNo16): Likewise.
35202 [C99-based-standards] (SCNu16): Likewise.
35203 [C99-based-standards] (SCNx16): Likewise.
35204 [C99-based-standards] (PRIdLEAST16): Likewise.
35205 [C99-based-standards] (PRIiLEAST16): Likewise.
35206 [C99-based-standards] (PRIoLEAST16): Likewise.
35207 [C99-based-standards] (PRIuLEAST16): Likewise.
35208 [C99-based-standards] (PRIxLEAST16): Likewise.
35209 [C99-based-standards] (PRIXLEAST16): Likewise.
35210 [C99-based-standards] (SCNdLEAST16): Likewise.
35211 [C99-based-standards] (SCNiLEAST16): Likewise.
35212 [C99-based-standards] (SCNoLEAST16): Likewise.
35213 [C99-based-standards] (SCNuLEAST16): Likewise.
35214 [C99-based-standards] (SCNxLEAST16): Likewise.
35215 [C99-based-standards] (PRIdFAST16): Likewise.
35216 [C99-based-standards] (PRIiFAST16): Likewise.
35217 [C99-based-standards] (PRIoFAST16): Likewise.
35218 [C99-based-standards] (PRIuFAST16): Likewise.
35219 [C99-based-standards] (PRIxFAST16): Likewise.
35220 [C99-based-standards] (PRIXFAST16): Likewise.
35221 [C99-based-standards] (SCNdFAST16): Likewise.
35222 [C99-based-standards] (SCNiFAST16): Likewise.
35223 [C99-based-standards] (SCNoFAST16): Likewise.
35224 [C99-based-standards] (SCNuFAST16): Likewise.
35225 [C99-based-standards] (SCNxFAST16): Likewise.
35226 [C99-based-standards] (PRId32): Likewise.
35227 [C99-based-standards] (PRIi32): Likewise.
35228 [C99-based-standards] (PRIo32): Likewise.
35229 [C99-based-standards] (PRIu32): Likewise.
35230 [C99-based-standards] (PRIx32): Likewise.
35231 [C99-based-standards] (PRIX32): Likewise.
35232 [C99-based-standards] (SCNd32): Likewise.
35233 [C99-based-standards] (SCNi32): Likewise.
35234 [C99-based-standards] (SCNo32): Likewise.
35235 [C99-based-standards] (SCNu32): Likewise.
35236 [C99-based-standards] (SCNx32): Likewise.
35237 [C99-based-standards] (PRIdLEAST32): Likewise.
35238 [C99-based-standards] (PRIiLEAST32): Likewise.
35239 [C99-based-standards] (PRIoLEAST32): Likewise.
35240 [C99-based-standards] (PRIuLEAST32): Likewise.
35241 [C99-based-standards] (PRIxLEAST32): Likewise.
35242 [C99-based-standards] (PRIXLEAST32): Likewise.
35243 [C99-based-standards] (SCNdLEAST32): Likewise.
35244 [C99-based-standards] (SCNiLEAST32): Likewise.
35245 [C99-based-standards] (SCNoLEAST32): Likewise.
35246 [C99-based-standards] (SCNuLEAST32): Likewise.
35247 [C99-based-standards] (SCNxLEAST32): Likewise.
35248 [C99-based-standards] (PRIdFAST32): Likewise.
35249 [C99-based-standards] (PRIiFAST32): Likewise.
35250 [C99-based-standards] (PRIoFAST32): Likewise.
35251 [C99-based-standards] (PRIuFAST32): Likewise.
35252 [C99-based-standards] (PRIxFAST32): Likewise.
35253 [C99-based-standards] (PRIXFAST32): Likewise.
35254 [C99-based-standards] (SCNdFAST32): Likewise.
35255 [C99-based-standards] (SCNiFAST32): Likewise.
35256 [C99-based-standards] (SCNoFAST32): Likewise.
35257 [C99-based-standards] (SCNuFAST32): Likewise.
35258 [C99-based-standards] (SCNxFAST32): Likewise.
35259 [C99-based-standards] (PRId64): Likewise.
35260 [C99-based-standards] (PRIi64): Likewise.
35261 [C99-based-standards] (PRIo64): Likewise.
35262 [C99-based-standards] (PRIu64): Likewise.
35263 [C99-based-standards] (PRIx64): Likewise.
35264 [C99-based-standards] (PRIX64): Likewise.
35265 [C99-based-standards] (SCNd64): Likewise.
35266 [C99-based-standards] (SCNi64): Likewise.
35267 [C99-based-standards] (SCNo64): Likewise.
35268 [C99-based-standards] (SCNu64): Likewise.
35269 [C99-based-standards] (SCNx64): Likewise.
35270 [C99-based-standards] (PRIdLEAST64): Likewise.
35271 [C99-based-standards] (PRIiLEAST64): Likewise.
35272 [C99-based-standards] (PRIoLEAST64): Likewise.
35273 [C99-based-standards] (PRIuLEAST64): Likewise.
35274 [C99-based-standards] (PRIxLEAST64): Likewise.
35275 [C99-based-standards] (PRIXLEAST64): Likewise.
35276 [C99-based-standards] (SCNdLEAST64): Likewise.
35277 [C99-based-standards] (SCNiLEAST64): Likewise.
35278 [C99-based-standards] (SCNoLEAST64): Likewise.
35279 [C99-based-standards] (SCNuLEAST64): Likewise.
35280 [C99-based-standards] (SCNxLEAST64): Likewise.
35281 [C99-based-standards] (PRIdFAST64): Likewise.
35282 [C99-based-standards] (PRIiFAST64): Likewise.
35283 [C99-based-standards] (PRIoFAST64): Likewise.
35284 [C99-based-standards] (PRIuFAST64): Likewise.
35285 [C99-based-standards] (PRIxFAST64): Likewise.
35286 [C99-based-standards] (PRIXFAST64): Likewise.
35287 [C99-based-standards] (SCNdFAST64): Likewise.
35288 [C99-based-standards] (SCNiFAST64): Likewise.
35289 [C99-based-standards] (SCNoFAST64): Likewise.
35290 [C99-based-standards] (SCNuFAST64): Likewise.
35291 [C99-based-standards] (SCNxFAST64): Likewise.
35292 [C99-based-standards] (PRIdMAX): Likewise.
35293 [C99-based-standards] (PRIiMAX): Likewise.
35294 [C99-based-standards] (PRIoMAX): Likewise.
35295 [C99-based-standards] (PRIuMAX): Likewise.
35296 [C99-based-standards] (PRIxMAX): Likewise.
35297 [C99-based-standards] (PRIXMAX): Likewise.
35298 [C99-based-standards] (SCNdMAX): Likewise.
35299 [C99-based-standards] (SCNiMAX): Likewise.
35300 [C99-based-standards] (SCNoMAX): Likewise.
35301 [C99-based-standards] (SCNuMAX): Likewise.
35302 [C99-based-standards] (SCNxMAX): Likewise.
35303 [C99-based-standards] (PRIdPTR): Likewise.
35304 [C99-based-standards] (PRIiPTR): Likewise.
35305 [C99-based-standards] (PRIoPTR): Likewise.
35306 [C99-based-standards] (PRIuPTR): Likewise.
35307 [C99-based-standards] (PRIxPTR): Likewise.
35308 [C99-based-standards] (PRIXPTR): Likewise.
35309 [C99-based-standards] (SCNdPTR): Likewise.
35310 [C99-based-standards] (SCNiPTR): Likewise.
35311 [C99-based-standards] (SCNoPTR): Likewise.
35312 [C99-based-standards] (SCNuPTR): Likewise.
35313 [C99-based-standards] (SCNxPTR): Likewise.
35314 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35316 * conform/data/stdint.h-data: Update comments to clarify
35318 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
35320 [C99-based standards] (INT8_MAX): Likewise.
35321 [C99-based standards] (INT16_MIN): Likewise.
35322 [C99-based standards] (INT16_MAX): Likewise.
35323 [C99-based standards] (INT32_MIN): Likewise.
35324 [C99-based standards] (INT32_MAX): Likewise.
35325 [C99-based standards] (INT64_MIN): Likewise.
35326 [C99-based standards] (INT64_MAX): Likewise.
35327 [C99-based standards] (UINT8_MAX): Likewise.
35328 [C99-based standards] (UINT16_MAX): Likewise.
35329 [C99-based standards] (UINT32_MAX): Likewise.
35330 [C99-based standards] (UINT64_MAX): Likewise.
35331 [C99-based standards] (INT_LEAST8_MIN): Likewise.
35332 [C99-based standards] (INT_LEAST8_MAX): Likewise.
35333 [C99-based standards] (INT_LEAST16_MIN): Likewise.
35334 [C99-based standards] (INT_LEAST16_MAX): Likewise.
35335 [C99-based standards] (INT_LEAST32_MIN): Likewise.
35336 [C99-based standards] (INT_LEAST32_MAX): Likewise.
35337 [C99-based standards] (INT_LEAST64_MIN): Likewise.
35338 [C99-based standards] (INT_LEAST64_MAX): Likewise.
35339 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35340 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35341 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35342 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35343 [C99-based standards] (INT_FAST8_MIN): Likewise.
35344 [C99-based standards] (INT_FAST8_MAX): Likewise.
35345 [C99-based standards] (INT_FAST16_MIN): Likewise.
35346 [C99-based standards] (INT_FAST16_MAX): Likewise.
35347 [C99-based standards] (INT_FAST32_MIN): Likewise.
35348 [C99-based standards] (INT_FAST32_MAX): Likewise.
35349 [C99-based standards] (INT_FAST64_MIN): Likewise.
35350 [C99-based standards] (INT_FAST64_MAX): Likewise.
35351 [C99-based standards] (UINT_FAST8_MAX): Likewise.
35352 [C99-based standards] (UINT_FAST16_MAX): Likewise.
35353 [C99-based standards] (UINT_FAST32_MAX): Likewise.
35354 [C99-based standards] (UINT_FAST64_MAX): Likewise.
35355 [C99-based standards] (INTPTR_MIN): Likewise.
35356 [C99-based standards] (INTPTR_MAX): Likewise.
35357 [C99-based standards] (UINTPTR_MAX): Likewise.
35358 [C99-based standards] (INTMAX_MIN): Likewise.
35359 [C99-based standards] (INTMAX_MAX): Likewise.
35360 [C99-based standards] (UINTMAX_MAX): Likewise.
35361 [C99-based standards] (PTRDIFF_MIN): Likewise.
35362 [C99-based standards] (PTRDIFF_MAX): Likewise.
35363 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35364 [C99-based standards] (SIZE_MAX): Likewise.
35365 [C99-based standards] (WCHAR_MAX): Likewise.
35366 [C99-based standards] (WINT_MAX): Likewise.
35367 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
35368 constraint on value.
35369 [C99-based standards] (WCHAR_MIN): Likewise.
35370 [C99-based standards] (WINT_MIN): Likewise.
35371 [C99-based standards] (*_t): Allow.
35372 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35373 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35374 Include math.h-data and complex.h-data. Remove all expectations
35375 of math.h and complex.h contents.
35376 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35378 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35379 (struct tm): Expect tag.
35380 [C99-based-standards] (wcstof): Expect function.
35381 [C99-based-standards] (wcstold): Likewise.
35382 [C99-based-standards] (wcstoll): Likewise.
35383 [C99-based-standards] (wcstoull): Likewise.
35384 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35385 macro-int-constant. Specify type.
35386 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
35387 constraint on value.
35388 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35390 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35392 [ISO C standards]: Do not allow headers.
35393 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35394 wcs[abcdefghijklmnopqrstuvwxyz]*.
35395 [ISO C standards] (*_t): Do not allow.
35396 * conform/data/wctype.h-data [C99-based standards] (iswblank):
35398 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35399 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35401 [ISO C standards]: Do not allow headers.
35402 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35403 is[abcdefghijklmnopqrstuvwxyz]*.
35404 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35405 to[abcdefghijklmnopqrstuvwxyz]*.
35406 [ISO C standards] (*_t): Do not allow.
35407 * conform/data/stdalign.h-data: New file.
35408 * conform/data/stdbool.h-data: Likewise.
35409 * conform/data/stdnoreturn.h-data: Likewise.
35411 2012-11-07 Roland McGrath <roland@hack.frob.com>
35414 * manual/filesys.texi (Directory Entries): Typo fix.
35415 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35417 2012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35419 * elf/elf.h (EM_AARCH64): New macro.
35420 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35421 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35422 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35423 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35424 (R_AARCH64_TLSDESC): Likewise.
35425 (NT_ARM_TLS): Likewise.
35426 (NT_ARM_HW_BREAK): Likewise.
35427 (NT_ARM_HW_WATCH): Likewise.
35429 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35432 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35433 (__ieee754_powl): Saturate nonzero exponents with absolute value
35434 below 0x1p-79 to +/- 0x1p-79.
35435 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35436 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35437 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35438 nonzero exponents with absolute value below 0x1p-32 to +/-
35440 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35441 (__ieee754_powl): Saturate nonzero exponents with absolute value
35442 below 0x1p-79 to +/- 0x1p-79.
35443 * math/libm-test.inc (pow_test): Add more tests.
35445 2012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35447 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35448 _dl_s390_cap_flags with kernel. Increase string length.
35449 (_dl_s390_platforms): Add z196 and zEC12.
35451 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35453 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35454 Change XOPEN21K to XOPEN2K.
35456 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
35458 * string/memmove.c: Use memcpy when possible.
35460 2012-11-06 Andreas Jaeger <aj@suse.de>
35462 * po/eo.po: Update from translation team.
35464 2012-11-06 Joseph Myers <joseph@codesourcery.com>
35467 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35468 exponent and small x and y exponents, scale x or y up. Increase
35469 by 2 the exponent used in scaling up.
35470 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35471 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35472 * math/libm-test.inc (fma_test): Add more tests.
35473 (fma_test_towardzero): Likewise.
35474 (fma_test_downward): Likewise.
35475 (fma_test_upward): Likewise.
35477 2012-11-05 Joseph Myers <joseph@codesourcery.com>
35480 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35484 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35485 namespace for names of struct fields.
35486 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35488 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35489 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35491 2012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
35494 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35496 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
35498 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35502 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35505 2012-11-04 Joseph Myers <joseph@codesourcery.com>
35508 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35509 definitely overflow as x * y not x * y + z.
35510 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35511 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35512 * math/libm-test.inc (fma_test): Add more tests.
35513 (fma_test_towardzero): Likewise.
35514 (fma_test_downward): Likewise.
35515 (fma_test_upward): Likewise.
35517 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
35521 * include/stub-tag.h: Remove file.
35522 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35524 * manual/maint.texi (Porting): Don't reference it.
35525 * Makerules ($(objpfx)stubs): Likewise.
35526 * dirent/closedir.c: Don't include <stub-tag.h>.
35527 * dirent/dirfd.c: Likewise.
35528 * dirent/fdopendir.c: Likewise.
35529 * dirent/getdents.c: Likewise.
35530 * dirent/getdents64.c: Likewise.
35531 * dirent/opendir.c: Likewise.
35532 * dirent/readdir.c: Likewise.
35533 * dirent/readdir64.c: Likewise.
35534 * dirent/readdir64_r.c: Likewise.
35535 * dirent/readdir_r.c: Likewise.
35536 * dirent/rewinddir.c: Likewise.
35537 * dirent/seekdir.c: Likewise.
35538 * dirent/telldir.c: Likewise.
35539 * gmon/profil.c: Likewise.
35540 * grp/setgroups.c: Likewise.
35541 * inet/if_index.c: Likewise.
35542 * io/access.c: Likewise.
35543 * io/chdir.c: Likewise.
35544 * io/chmod.c: Likewise.
35545 * io/chown.c: Likewise.
35546 * io/close.c: Likewise.
35547 * io/dup.c: Likewise.
35548 * io/dup2.c: Likewise.
35549 * io/dup3.c: Likewise.
35550 * io/euidaccess.c: Likewise.
35551 * io/faccessat.c: Likewise.
35552 * io/fchdir.c: Likewise.
35553 * io/fchmod.c: Likewise.
35554 * io/fchmodat.c: Likewise.
35555 * io/fchown.c: Likewise.
35556 * io/fchownat.c: Likewise.
35557 * io/fcntl.c: Likewise.
35558 * io/flock.c: Likewise.
35559 * io/fstatfs.c: Likewise.
35560 * io/fstatfs64.c: Likewise.
35561 * io/fstatvfs.c: Likewise.
35562 * io/fstatvfs64.c: Likewise.
35563 * io/futimens.c: Likewise.
35564 * io/fxstat.c: Likewise.
35565 * io/fxstat64.c: Likewise.
35566 * io/fxstatat.c: Likewise.
35567 * io/fxstatat64.c: Likewise.
35568 * io/getcwd.c: Likewise.
35569 * io/isatty.c: Likewise.
35570 * io/lchmod.c: Likewise.
35571 * io/lchown.c: Likewise.
35572 * io/link.c: Likewise.
35573 * io/linkat.c: Likewise.
35574 * io/lseek.c: Likewise.
35575 * io/lseek64.c: Likewise.
35576 * io/lxstat64.c: Likewise.
35577 * io/mkdir.c: Likewise.
35578 * io/mkdirat.c: Likewise.
35579 * io/mkfifo.c: Likewise.
35580 * io/mkfifoat.c: Likewise.
35581 * io/open.c: Likewise.
35582 * io/open64.c: Likewise.
35583 * io/openat.c: Likewise.
35584 * io/openat64.c: Likewise.
35585 * io/pipe.c: Likewise.
35586 * io/pipe2.c: Likewise.
35587 * io/poll.c: Likewise.
35588 * io/posix_fadvise.c: Likewise.
35589 * io/posix_fadvise64.c: Likewise.
35590 * io/posix_fallocate.c: Likewise.
35591 * io/posix_fallocate64.c: Likewise.
35592 * io/read.c: Likewise.
35593 * io/readlink.c: Likewise.
35594 * io/readlinkat.c: Likewise.
35595 * io/rmdir.c: Likewise.
35596 * io/sendfile.c: Likewise.
35597 * io/sendfile64.c: Likewise.
35598 * io/statfs.c: Likewise.
35599 * io/statfs64.c: Likewise.
35600 * io/statvfs.c: Likewise.
35601 * io/statvfs64.c: Likewise.
35602 * io/symlink.c: Likewise.
35603 * io/symlinkat.c: Likewise.
35604 * io/ttyname.c: Likewise.
35605 * io/ttyname_r.c: Likewise.
35606 * io/umask.c: Likewise.
35607 * io/unlink.c: Likewise.
35608 * io/unlinkat.c: Likewise.
35609 * io/utime.c: Likewise.
35610 * io/utimensat.c: Likewise.
35611 * io/write.c: Likewise.
35612 * io/xmknod.c: Likewise.
35613 * io/xmknodat.c: Likewise.
35614 * io/xstat.c: Likewise.
35615 * io/xstat64.c: Likewise.
35616 * login/getpt.c: Likewise.
35617 * login/grantpt.c: Likewise.
35618 * login/unlockpt.c: Likewise.
35619 * math/e_acoshl.c: Likewise.
35620 * math/e_acosl.c: Likewise.
35621 * math/e_asinl.c: Likewise.
35622 * math/e_atan2l.c: Likewise.
35623 * math/e_atanhl.c: Likewise.
35624 * math/e_coshl.c: Likewise.
35625 * math/e_expl.c: Likewise.
35626 * math/e_fmodl.c: Likewise.
35627 * math/e_gammal_r.c: Likewise.
35628 * math/e_hypotl.c: Likewise.
35629 * math/e_j0l.c: Likewise.
35630 * math/e_j1l.c: Likewise.
35631 * math/e_jnl.c: Likewise.
35632 * math/e_lgammal_r.c: Likewise.
35633 * math/e_log10l.c: Likewise.
35634 * math/e_log2l.c: Likewise.
35635 * math/e_logl.c: Likewise.
35636 * math/e_powl.c: Likewise.
35637 * math/e_rem_pio2l.c: Likewise.
35638 * math/e_sinhl.c: Likewise.
35639 * math/e_sqrtl.c: Likewise.
35640 * math/fclrexcpt.c: Likewise.
35641 * math/fedisblxcpt.c: Likewise.
35642 * math/feenablxcpt.c: Likewise.
35643 * math/fegetenv.c: Likewise.
35644 * math/fegetexcept.c: Likewise.
35645 * math/fegetround.c: Likewise.
35646 * math/feholdexcpt.c: Likewise.
35647 * math/fesetenv.c: Likewise.
35648 * math/fesetround.c: Likewise.
35649 * math/feupdateenv.c: Likewise.
35650 * math/fgetexcptflg.c: Likewise.
35651 * math/fraiseexcpt.c: Likewise.
35652 * math/fsetexcptflg.c: Likewise.
35653 * math/ftestexcept.c: Likewise.
35654 * math/k_cosl.c: Likewise.
35655 * math/k_rem_pio2l.c: Likewise.
35656 * math/k_sinl.c: Likewise.
35657 * math/k_tanl.c: Likewise.
35658 * math/s_asinhl.c: Likewise.
35659 * math/s_atanl.c: Likewise.
35660 * math/s_cbrtl.c: Likewise.
35661 * math/s_erfl.c: Likewise.
35662 * math/s_expm1l.c: Likewise.
35663 * math/s_log1pl.c: Likewise.
35664 * math/s_tanhl.c: Likewise.
35665 * misc/acct.c: Likewise.
35666 * misc/brk.c: Likewise.
35667 * misc/chflags.c: Likewise.
35668 * misc/chroot.c: Likewise.
35669 * misc/fchflags.c: Likewise.
35670 * misc/fgetxattr.c: Likewise.
35671 * misc/flistxattr.c: Likewise.
35672 * misc/fremovexattr.c: Likewise.
35673 * misc/fsetxattr.c: Likewise.
35674 * misc/fsync.c: Likewise.
35675 * misc/ftruncate.c: Likewise.
35676 * misc/futimes.c: Likewise.
35677 * misc/futimesat.c: Likewise.
35678 * misc/getdomain.c: Likewise.
35679 * misc/getdtsz.c: Likewise.
35680 * misc/gethostid.c: Likewise.
35681 * misc/gethostname.c: Likewise.
35682 * misc/getloadavg.c: Likewise.
35683 * misc/getpagesize.c: Likewise.
35684 * misc/getsysstats.c: Likewise.
35685 * misc/getxattr.c: Likewise.
35686 * misc/gtty.c: Likewise.
35687 * misc/ioctl.c: Likewise.
35688 * misc/lgetxattr.c: Likewise.
35689 * misc/listxattr.c: Likewise.
35690 * misc/llistxattr.c: Likewise.
35691 * misc/lremovexattr.c: Likewise.
35692 * misc/lsetxattr.c: Likewise.
35693 * misc/lutimes.c: Likewise.
35694 * misc/madvise.c: Likewise.
35695 * misc/mincore.c: Likewise.
35696 * misc/mlock.c: Likewise.
35697 * misc/mlockall.c: Likewise.
35698 * misc/mmap.c: Likewise.
35699 * misc/mprotect.c: Likewise.
35700 * misc/msync.c: Likewise.
35701 * misc/munlock.c: Likewise.
35702 * misc/munlockall.c: Likewise.
35703 * misc/munmap.c: Likewise.
35704 * misc/preadv.c: Likewise.
35705 * misc/preadv64.c: Likewise.
35706 * misc/ptrace.c: Likewise.
35707 * misc/pwritev.c: Likewise.
35708 * misc/pwritev64.c: Likewise.
35709 * misc/readv.c: Likewise.
35710 * misc/reboot.c: Likewise.
35711 * misc/remap_file_pages.c: Likewise.
35712 * misc/removexattr.c: Likewise.
35713 * misc/revoke.c: Likewise.
35714 * misc/select.c: Likewise.
35715 * misc/setdomain.c: Likewise.
35716 * misc/setegid.c: Likewise.
35717 * misc/seteuid.c: Likewise.
35718 * misc/sethostid.c: Likewise.
35719 * misc/sethostname.c: Likewise.
35720 * misc/setregid.c: Likewise.
35721 * misc/setreuid.c: Likewise.
35722 * misc/setxattr.c: Likewise.
35723 * misc/sstk.c: Likewise.
35724 * misc/stty.c: Likewise.
35725 * misc/swapoff.c: Likewise.
35726 * misc/swapon.c: Likewise.
35727 * misc/sync.c: Likewise.
35728 * misc/syncfs.c: Likewise.
35729 * misc/syscall.c: Likewise.
35730 * misc/truncate.c: Likewise.
35731 * misc/ualarm.c: Likewise.
35732 * misc/usleep.c: Likewise.
35733 * misc/ustat.c: Likewise.
35734 * misc/utimes.c: Likewise.
35735 * misc/vhangup.c: Likewise.
35736 * misc/writev.c: Likewise.
35737 * posix/_exit.c: Likewise.
35738 * posix/alarm.c: Likewise.
35739 * posix/execve.c: Likewise.
35740 * posix/fexecve.c: Likewise.
35741 * posix/fork.c: Likewise.
35742 * posix/fpathconf.c: Likewise.
35743 * posix/getaddrinfo.c: Likewise.
35744 * posix/getegid.c: Likewise.
35745 * posix/geteuid.c: Likewise.
35746 * posix/getgid.c: Likewise.
35747 * posix/getgroups.c: Likewise.
35748 * posix/getlogin.c: Likewise.
35749 * posix/getlogin_r.c: Likewise.
35750 * posix/getpgid.c: Likewise.
35751 * posix/getpid.c: Likewise.
35752 * posix/getppid.c: Likewise.
35753 * posix/getresgid.c: Likewise.
35754 * posix/getresuid.c: Likewise.
35755 * posix/getsid.c: Likewise.
35756 * posix/getuid.c: Likewise.
35757 * posix/glob64.c: Likewise.
35758 * posix/nanosleep.c: Likewise.
35759 * posix/pathconf.c: Likewise.
35760 * posix/pause.c: Likewise.
35761 * posix/posix_madvise.c: Likewise.
35762 * posix/pread.c: Likewise.
35763 * posix/pread64.c: Likewise.
35764 * posix/pwrite.c: Likewise.
35765 * posix/pwrite64.c: Likewise.
35766 * posix/sched_getaffinity.c: Likewise.
35767 * posix/sched_getp.c: Likewise.
35768 * posix/sched_gets.c: Likewise.
35769 * posix/sched_primax.c: Likewise.
35770 * posix/sched_primin.c: Likewise.
35771 * posix/sched_rr_gi.c: Likewise.
35772 * posix/sched_setaffinity.c: Likewise.
35773 * posix/sched_setp.c: Likewise.
35774 * posix/sched_sets.c: Likewise.
35775 * posix/sched_yield.c: Likewise.
35776 * posix/setgid.c: Likewise.
35777 * posix/setlogin.c: Likewise.
35778 * posix/setpgid.c: Likewise.
35779 * posix/setresgid.c: Likewise.
35780 * posix/setresuid.c: Likewise.
35781 * posix/setsid.c: Likewise.
35782 * posix/setuid.c: Likewise.
35783 * posix/sleep.c: Likewise.
35784 * posix/spawni.c: Likewise.
35785 * posix/sysconf.c: Likewise.
35786 * posix/times.c: Likewise.
35787 * posix/wait.c: Likewise.
35788 * posix/wait3.c: Likewise.
35789 * posix/wait4.c: Likewise.
35790 * posix/waitpid.c: Likewise.
35791 * resolv/gai_sigqueue.c: Likewise.
35792 * resource/getpriority.c: Likewise.
35793 * resource/getrlimit.c: Likewise.
35794 * resource/getrusage.c: Likewise.
35795 * resource/nice.c: Likewise.
35796 * resource/setpriority.c: Likewise.
35797 * resource/setrlimit.c: Likewise.
35798 * resource/ulimit.c: Likewise.
35799 * rt/aio_cancel.c: Likewise.
35800 * rt/aio_fsync.c: Likewise.
35801 * rt/aio_read.c: Likewise.
35802 * rt/aio_sigqueue.c: Likewise.
35803 * rt/aio_suspend.c: Likewise.
35804 * rt/aio_write.c: Likewise.
35805 * rt/clock_getres.c: Likewise.
35806 * rt/clock_gettime.c: Likewise.
35807 * rt/clock_nanosleep.c: Likewise.
35808 * rt/clock_settime.c: Likewise.
35809 * rt/lio_listio.c: Likewise.
35810 * rt/mq_close.c: Likewise.
35811 * rt/mq_getattr.c: Likewise.
35812 * rt/mq_notify.c: Likewise.
35813 * rt/mq_open.c: Likewise.
35814 * rt/mq_receive.c: Likewise.
35815 * rt/mq_send.c: Likewise.
35816 * rt/mq_setattr.c: Likewise.
35817 * rt/mq_timedreceive.c: Likewise.
35818 * rt/mq_timedsend.c: Likewise.
35819 * rt/mq_unlink.c: Likewise.
35820 * rt/shm_open.c: Likewise.
35821 * rt/shm_unlink.c: Likewise.
35822 * rt/timer_create.c: Likewise.
35823 * rt/timer_delete.c: Likewise.
35824 * rt/timer_getoverr.c: Likewise.
35825 * rt/timer_gettime.c: Likewise.
35826 * rt/timer_settime.c: Likewise.
35827 * setjmp/__longjmp.c: Likewise.
35828 * setjmp/setjmp.c: Likewise.
35829 * signal/kill.c: Likewise.
35830 * signal/killpg.c: Likewise.
35831 * signal/raise.c: Likewise.
35832 * signal/sigaction.c: Likewise.
35833 * signal/sigaltstack.c: Likewise.
35834 * signal/sigblock.c: Likewise.
35835 * signal/sigignore.c: Likewise.
35836 * signal/sigintr.c: Likewise.
35837 * signal/signal.c: Likewise.
35838 * signal/sigpause.c: Likewise.
35839 * signal/sigpending.c: Likewise.
35840 * signal/sigqueue.c: Likewise.
35841 * signal/sigreturn.c: Likewise.
35842 * signal/sigset.c: Likewise.
35843 * signal/sigsetmask.c: Likewise.
35844 * signal/sigstack.c: Likewise.
35845 * signal/sigsuspend.c: Likewise.
35846 * signal/sigtimedwait.c: Likewise.
35847 * signal/sigvec.c: Likewise.
35848 * signal/sigwait.c: Likewise.
35849 * signal/sigwaitinfo.c: Likewise.
35850 * signal/sysv_signal.c: Likewise.
35851 * socket/accept.c: Likewise.
35852 * socket/accept4.c: Likewise.
35853 * socket/bind.c: Likewise.
35854 * socket/connect.c: Likewise.
35855 * socket/getpeername.c: Likewise.
35856 * socket/getsockname.c: Likewise.
35857 * socket/getsockopt.c: Likewise.
35858 * socket/isfdtype.c: Likewise.
35859 * socket/listen.c: Likewise.
35860 * socket/recv.c: Likewise.
35861 * socket/recvfrom.c: Likewise.
35862 * socket/recvmsg.c: Likewise.
35863 * socket/send.c: Likewise.
35864 * socket/sendmsg.c: Likewise.
35865 * socket/sendto.c: Likewise.
35866 * socket/setsockopt.c: Likewise.
35867 * socket/shutdown.c: Likewise.
35868 * socket/sockatmark.c: Likewise.
35869 * socket/socket.c: Likewise.
35870 * socket/socketpair.c: Likewise.
35871 * stdio-common/ctermid.c: Likewise.
35872 * stdio-common/cuserid.c: Likewise.
35873 * stdio-common/remove.c: Likewise.
35874 * stdio-common/rename.c: Likewise.
35875 * stdio-common/renameat.c: Likewise.
35876 * stdio-common/tempname.c: Likewise.
35877 * stdlib/getcontext.c: Likewise.
35878 * stdlib/makecontext.c: Likewise.
35879 * stdlib/setcontext.c: Likewise.
35880 * stdlib/swapcontext.c: Likewise.
35881 * stdlib/system.c: Likewise.
35882 * streams/fattach.c: Likewise.
35883 * streams/fdetach.c: Likewise.
35884 * streams/getmsg.c: Likewise.
35885 * streams/getpmsg.c: Likewise.
35886 * streams/putmsg.c: Likewise.
35887 * streams/putpmsg.c: Likewise.
35888 * sysdeps/unix/bsd/getpt.c: Likewise.
35889 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35890 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35891 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35894 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35895 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35896 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35897 * sysvipc/msgctl.c: Likewise.
35898 * sysvipc/msgget.c: Likewise.
35899 * sysvipc/msgrcv.c: Likewise.
35900 * sysvipc/msgsnd.c: Likewise.
35901 * sysvipc/semctl.c: Likewise.
35902 * sysvipc/semget.c: Likewise.
35903 * sysvipc/semop.c: Likewise.
35904 * sysvipc/semtimedop.c: Likewise.
35905 * sysvipc/shmat.c: Likewise.
35906 * sysvipc/shmctl.c: Likewise.
35907 * sysvipc/shmdt.c: Likewise.
35908 * sysvipc/shmget.c: Likewise.
35909 * termios/tcdrain.c: Likewise.
35910 * termios/tcflow.c: Likewise.
35911 * termios/tcflush.c: Likewise.
35912 * termios/tcgetattr.c: Likewise.
35913 * termios/tcgetpgrp.c: Likewise.
35914 * termios/tcsendbrk.c: Likewise.
35915 * termios/tcsetattr.c: Likewise.
35916 * termios/tcsetpgrp.c: Likewise.
35917 * time/adjtime.c: Likewise.
35918 * time/clock.c: Likewise.
35919 * time/getitimer.c: Likewise.
35920 * time/gettimeofday.c: Likewise.
35921 * time/setitimer.c: Likewise.
35922 * time/settimeofday.c: Likewise.
35923 * time/stime.c: Likewise.
35924 * time/time.c: Likewise.
35926 2012-11-04 Pino Toscano <toscano.pino@tiscali.it>
35928 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35931 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35933 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35935 2012-11-03 Joseph Myers <joseph@codesourcery.com>
35938 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35939 FE_TONEAREST before applying Dekker multiplication and Knuth
35940 addition. Clear inexact exceptions and check for exact zero
35941 results afterwards.
35942 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35943 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35944 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35945 * math/libm-test.inc (fma_test): Add more tests.
35946 (fma_test_towardzero): Likewise.
35947 (fma_test_downward): Likewise.
35948 (fma_test_upward): Likewise.
35949 * sysdeps/generic/math_private.h (default_libc_fesetround): New
35951 (libc_fesetround): New macro.
35952 (libc_fesetroundf): Likewise.
35953 (libc_fesetroundl): Likewise.
35954 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35956 (libc_fesetround_387): Likewise.
35957 (libc_fesetroundf): New macro.
35958 (libc_fesetround): Likewise.
35959 (libc_fesetroundl): Likewise.
35960 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35962 (libc_fesetroundf): New macro.
35963 (libc_fesetround): Likewise.
35964 (libc_fesetroundl): Likewise.
35965 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35966 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35967 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35969 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35970 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35972 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35973 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35975 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35979 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35980 integer constant usable in #if and use that to give value to enum
35982 (FE_DIVBYZERO): Likewise.
35983 (FE_UNDERFLOW): Likewise.
35984 (FE_OVERFLOW): Likewise.
35985 (FE_INVALID): Likewise.
35986 (FE_INVALID_SNAN): Likewise.
35987 (FE_INVALID_ISI): Likewise.
35988 (FE_INVALID_IDI): Likewise.
35989 (FE_INVALID_ZDZ): Likewise.
35990 (FE_INVALID_IMZ): Likewise.
35991 (FE_INVALID_COMPARE): Likewise.
35992 (FE_INVALID_SOFTWARE): Likewise.
35993 (FE_INVALID_SQRT): Likewise.
35994 (FE_INVALID_INTEGER_CONVERSION): Likewise.
35995 (FE_TONEAREST): Likewise.
35996 (FE_TOWARDZERO): Likewise.
35997 (FE_UPWARD): Likewise.
35998 (FE_DOWNWARD): Likewise.
35999 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36000 (FE_DIVBYZERO): Likewise.
36001 (FE_OVERFLOW): Likewise.
36002 (FE_UNDERFLOW): Likewise.
36003 (FE_INEXACT): Likewise.
36004 (FE_TONEAREST): Likewise.
36005 (FE_DOWNWARD): Likewise.
36006 (FE_UPWARD): Likewise.
36007 (FE_TOWARDZERO): Likewise.
36008 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36009 (FE_UNDERFLOW): Likewise.
36010 (FE_OVERFLOW): Likewise.
36011 (FE_DIVBYZERO): Likewise.
36012 (FE_INVALID): Likewise.
36013 (FE_TONEAREST): Likewise.
36014 (FE_TOWARDZERO): Likewise.
36015 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36016 (FE_OVERFLOW): Likewise.
36017 (FE_UNDERFLOW): Likewise.
36018 (FE_DIVBYZERO): Likewise.
36019 (FE_INEXACT): Likewise.
36020 (FE_TONEAREST): Likewise.
36021 (FE_TOWARDZERO): Likewise.
36022 (FE_UPWARD): Likewise.
36023 (FE_DOWNWARD): Likewise.
36024 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36025 (FE_DIVBYZERO): Likewise.
36026 (FE_OVERFLOW): Likewise.
36027 (FE_UNDERFLOW): Likewise.
36028 (FE_INEXACT): Likewise.
36029 (FE_TONEAREST): Likewise.
36030 (FE_DOWNWARD): Likewise.
36031 (FE_UPWARD): Likewise.
36032 (FE_TOWARDZERO): Likewise.
36034 2012-11-02 Chris Metcalf <cmetcalf@tilera.com>
36036 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36038 2012-11-03 Andreas Schwab <schwab@linux-m68k.org>
36040 * scripts/cross-test-ssh.sh (command): Use newlines to separate
36041 commands. Quote $PWD.
36042 (blacklist_exports): Don't use remove_newlines. Replace "declare
36044 (remove_newlines): Remove.
36046 2012-11-02 H.J. Lu <hongjiu.lu@intel.com>
36048 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36049 * stdlib/stdlib.h (atof): Moved to ...
36050 * include/bits/stdlib-float.h: Here. New file.
36051 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36052 * stdlib/bits/stdlib-float.h: New file.
36053 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36055 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36058 2012-11-02 Joseph Myers <joseph@codesourcery.com>
36060 * conform/conformtest.pl (@headers): Add fenv.h.
36061 * conform/data/fenv.h-data: New file.
36062 * include/fenv.h [_ISOMAC]: Disable all contents of file except
36063 include of <math/fenv.h>.
36065 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36066 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36067 && !UNIX98]. Enables tests for XOPEN2K8.
36068 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36069 POSIX2008]: Likewise.
36071 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36072 (struct rusage): Do not expect type or its members.
36075 * math/math.h (FP_NAN): Define macro to integer constant usable in
36076 #if and use that to give value to enum constant.
36077 (FP_INFINITE): Likewise.
36078 (FP_ZERO): Likewise.
36079 (FP_SUBNORMAL): Likewise.
36080 (FP_NORMAL): Likewise.
36082 2012-11-02 Andreas Schwab <schwab@linux-m68k.org>
36084 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36085 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36088 2012-11-02 Roland McGrath <roland@hack.frob.com>
36090 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36091 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36092 autoconf-time if not.
36093 * configure.in: Remove AC_PREREQ.
36095 2012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36097 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36098 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36099 of the internal implementation.
36101 2012-11-02 Joseph Myers <joseph@codesourcery.com>
36103 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36104 except include of <misc/sys/syslog.h>.
36106 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
36108 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36109 function returns with a NULL context exit with zero.
36111 2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36113 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36115 2012-11-01 H.J. Lu <hongjiu.lu@intel.com>
36117 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36118 (run_program_cmd): This.
36119 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36120 (tst_langinfo): New variable. Use it.
36122 2012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
36124 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36125 floating point opcodes.
36127 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36129 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36132 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36134 * sysdeps/mach/hurd/powerpc: Remove directory.
36135 * sysdeps/mach/powerpc: Likewise.
36137 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
36139 * scripts/check-local-headers.sh: Ignore c++ headers.
36141 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36143 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36144 __libc_cleanup_region_start argument.
36146 2012-11-01 Joseph Myers <joseph@codesourcery.com>
36150 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36151 x * y using scaling, not as x * y + z.
36152 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36153 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36154 * math/libm-test.inc (fma_test): Add more tests.
36155 (fma_test_towardzero): Likewise.
36156 (fma_test_downward): Likewise.
36157 (fma_test_upward): Likewise.
36159 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36161 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36163 2012-10-31 Joseph Myers <joseph@codesourcery.com>
36165 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36168 2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
36170 * rt/tst-shm.c (worker): Correct checking for mmap failure.
36172 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
36174 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36179 2012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36182 Fix the order of the list for glibc 2.17.
36183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36186 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
36188 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36190 2012-10-31 Joseph Myers <joseph@codesourcery.com>
36193 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36194 for low part of x being zero before using __atanl (y).
36195 * math/libm-test.inc (atan2_test): Add another test.
36197 * manual/install.texi (Configuring and compiling): Document
36198 general use of test-wrapper and test-wrapper-env.
36199 * INSTALL: Regenerated.
36201 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36202 (__fma): Do not extract and scale down low bits on after-rounding
36203 systems when result rounded to normal precision would have normal
36205 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36206 (__fmal): Do not extract and scale down low bits on after-rounding
36207 systems when result rounded to normal precision would have normal
36209 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36210 (__fmal): Do not extract and scale down low bits on after-rounding
36211 systems when result rounded to normal precision would have normal
36213 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36215 (fma_test): Add more tests.
36216 (fma_test_towardzero): Likewise.
36217 (fma_test_downward): Likewise.
36218 (fma_test_upward): Likewise.
36220 2012-10-30 H.J. Lu <hongjiu.lu@intel.com>
36222 * sysdeps/i386/tininess.h: Renamed to ...
36223 * sysdeps/x86/tininess.h: This.
36224 * sysdeps/x86_64/tininess.h: Removed.
36226 2012-10-30 Joseph Myers <joseph@codesourcery.com>
36228 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36229 input. Use $(build-program-cmd).
36230 ($(objpfx)tst-array1-static.out): Likewise.
36231 ($(objpfx)tst-array2.out): Likewise.
36232 ($(objpfx)tst-array3.out): Likewise.
36233 ($(objpfx)tst-array4.out): Likewise.
36234 ($(objpfx)tst-array5.out): Likewise.
36235 ($(objpfx)tst-array5-static.out): Likewise.
36237 2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
36239 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36242 * nss/nsswitch.h (nss_interface_function): Provide new
36243 macro for use with NSS functions.
36244 * grp/initgroups.c: Use new macro.
36245 * nss/getXXbyYY.c: Likewise.
36246 * nss/getXXbyYY_r.c: Likewise.
36247 * nss/getXXent.c: Likewise.
36248 * nss/getXXent_r.c: Likewise.
36249 * sysdeps/posix/getaddrinfo.c: Likewise.
36251 2012-10-30 Andreas Jaeger <aj@suse.de>
36253 * po/ru.po: Update Russion translation from translation project.
36255 2012-10-30 Joseph Myers <joseph@codesourcery.com>
36259 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36260 result and shift together with sticky bit instead of replicating
36261 round-to-nearest rounding.
36262 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36263 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36264 * math/libm-test.inc (fma_test): Add more tests. Do not permit
36265 missing underflow exceptions.
36266 (fma_test_towardzero): Add more tests.
36267 (fma_test_downward): Likewise.
36268 (fma_test_upward): Likewise.
36271 * sysdeps/generic/tininess.h: New file.
36272 * sysdeps/i386/tininess.h: Likewise.
36273 * sysdeps/sh/tininess.h: Likewise.
36274 * sysdeps/x86_64/tininess.h: Likewise.
36275 * stdlib/tst-strtod-underflow.c: Likewise.
36276 * stdlib/tst-tininess.c: Likewise.
36277 * stdlib/strtod_l.c: Include <tininess.h>.
36278 (round_and_return): Do not set errno for exact underflow cases.
36279 Force an underflow exception when setting errno for underflow.
36280 Determine underflow based on rounding to normal precision if
36281 TININESS_AFTER_ROUNDING.
36282 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36283 ERANGE for exact underflow cases.
36284 * stdlib/Makefile (tests): Add tst-tininess and
36285 tst-strtod-underflow.
36286 ($(objpfx)tst-tininess): Use $(link-libm).
36287 ($(objpfx)tst-strtod-underflow): Likewise.
36289 2012-10-30 Andreas Jaeger <aj@suse.de>
36292 * elf/Makefile (tests): Remove conditional for have-initfini-array
36293 since this is now always required and the variable does not exist
36295 (tests-static): Likewise.
36296 (modules-names): Likewise.
36298 * po/eo.po: Add Esperanto translation from translation project.
36300 * elf/tst-array1.c (fini_array): Make writeable so that it can be
36301 merged with constructor/destructor.
36302 (init_array): Likewise.
36303 * elf/tst-array2dep.c (fini_array): Likewise.
36304 (init_array): Likewise.
36306 2012-10-29 Mike Frysinger <vapier@gentoo.org>
36308 * manual/message.texi: Delete @cartouche tags.
36310 2012-10-29 Pino Toscano <toscano.pino@tiscali.it>
36312 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36314 * sysdeps/mach/hurd/fsync.c: Likewise.
36316 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36317 [_POSIX_REALTIME_SIGNALS]: Change condition to
36318 [_POSIX_REALTIME_SIGNALS > 0].
36320 2012-10-27 Andreas Jaeger <aj@suse.de>
36322 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36323 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36324 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36325 [__WORDSIZE != 64]: Likewise.
36327 2012-10-26 H.J. Lu <hongjiu.lu@intel.com>
36329 * iconvdata/tst-table.sh: Remove ${SHELL}.
36330 * iconvdata/tst-tables.sh: Likewise.
36332 2012-10-25 David S. Miller <davem@davemloft.net>
36334 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36335 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36338 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36340 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36341 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36342 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36345 2012-10-25 Roland McGrath <roland@hack.frob.com>
36347 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36348 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36351 2012-10-25 Joseph Myers <joseph@codesourcery.com>
36352 Jim Blandy <jimb@codesourcery.com>
36354 * scripts/cross-test-ssh.sh: New file.
36355 * manual/install.texi (Configuring and compiling): Document use of
36357 * INSTALL: Regenerated.
36359 2012-10-25 Pino Toscano <toscano.pino@tiscali.it>
36361 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36364 2012-10-25 Joseph Myers <joseph@codesourcery.com>
36366 * Makeconfig (run-program-prefix): Fix comment.
36368 2012-10-24 Joseph Myers <joseph@codesourcery.com>
36369 Jim Blandy <jimb@codesourcery.com>
36371 * Makeconfig (test-wrapper): New variable,
36372 (test-wrapper-env): Likewise.
36373 [$(cross-compiling) = yes && $(test-wrapper) != ""]
36374 (run-built-tests): Define to yes.
36375 (run-program-prefix): Use $(test-wrapper).
36376 (built-program-cmd): Likewise.
36377 * Rules (make-test-out): Use $(test-wrapper-env) and
36378 $(host-built-program-cmd).
36379 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36380 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36382 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36383 $(test-wrapper-env) to tst-rtld-load-self.sh.
36384 ($(objpfx)order2.out): Use $(test-wrapper).
36385 ($(objpfx)tst-initorder.out): Likewise.
36386 ($(objpfx)tst-initorder2.out): Likewise.
36387 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36388 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36389 (test_wrapper_env): New variable. Use it to run ld.so.
36390 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36391 Use it to run ld.so.
36392 (test_wrapper_env): Likewise.
36393 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36394 $(test-wrapper) to run-iconv-test.sh.
36395 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36396 (ICONV): Use $test_wrapper.
36397 * posix/Makefile ($(objpfx)globtest.out): Pass
36398 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36399 globtest.sh, not $(run-program-prefix).
36400 * posix/globtest.sh (run_via_rtld_prefix): New variable.
36401 (test_wrapper): Likewise.
36402 (test_wrapper_env): Likewise. Use it to run globtest with HOME
36403 set together with run_via_rtld_prefix.
36404 (run_program_prefix): Define in terms of test_wrapper and
36405 run_via_rtld_prefix.
36407 2012-10-24 Roland McGrath <roland@hack.frob.com>
36409 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36410 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36414 * include/time.h: Remove librt_hidden_proto (clock_gettime).
36415 Declare __clock_getres, __clock_gettime, __clock_settime,
36416 __clock_nanosleep, and __clock_getcpuclockid.
36417 * rt/clock_gettime.c: Define __clock_gettime as an alias.
36418 Remove librt_hidden_def (clock_gettime).
36419 * sysdeps/unix/clock_gettime.c: Likewise.
36420 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36421 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36422 * rt/clock_getres.c: Define __clock_getres as an alias.
36423 * sysdeps/posix/clock_getres.c: Likewise.
36424 * rt/clock_settime.c: Define __clock_settime as an alias.
36425 * sysdeps/unix/clock_settime.c: Likewise.
36426 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36427 * sysdeps/unix/clock_nanosleep.c: Likewise.
36428 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36429 * rt/clock-compat.c: New file.
36430 * rt/Makefile (librt-routines): Add clock-compat and move
36431 $(clock-routines) to ...
36432 (routines): ... here, new variable.
36433 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36434 Don't add get_clockfreq here.
36435 * rt/Versions (libc: GLIBC_2.17): New version set.
36436 Add clock_* symbols here.
36437 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
36438 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36439 (GLIBC_2.17): Add clock_* symbols.
36440 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36441 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36442 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36447 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36448 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36449 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36450 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36451 * NEWS: Mention the move.
36453 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36454 Use __open, __read, __close rather than their public counterparts.
36455 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36456 (__get_clockfreq_via_cpuinfo): Likewise.
36457 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36458 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36460 * config.h.in (HAVE_IFUNC): New #undef.
36461 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36463 * configure: Regenerated.
36465 2012-10-24 Mike Frysinger <vapier@gentoo.org>
36467 * configure.in: Move READELF check to start of file.
36468 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36469 libc_cv_asm_gnu_indirect_function in the process.
36470 * configure: Regenerated.
36472 2012-10-24 Mike Frysinger <vapier@gentoo.org>
36474 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36475 send the output to /dev/null.
36476 (libc_cv_cc_with_libunwind): Likewise.
36477 (libc_cv_as_noexecstack): Likewise.
36478 * configure: Regenerate.
36480 2012-10-24 Joseph Myers <joseph@codesourcery.com>
36482 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36484 * posix/globtest.sh (TMPDIR): Do not set.
36485 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36486 (testout): Likewise.
36488 2012-10-24 Andreas Jaeger <aj@suse.de>
36490 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36491 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36492 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36493 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36494 posix_fadvise64, posix_fallocate64.
36496 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36497 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36498 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36500 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36502 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36504 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36505 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36506 <bits/fcntl-linux.h>.
36507 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36509 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36510 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36511 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36512 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36513 [__WORDSIZE != 64]: Likewise.
36515 2012-10-23 Joseph Myers <joseph@codesourcery.com>
36517 * Makeconfig (run-built-tests): New variable.
36518 * Rules [$(cross-compiling) = yes]: Change condition to
36519 [$(run-built-tests) = no].
36520 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36521 to [$(run-built-tests) = yes].
36522 * elf/Makefile [$(cross-compiling) = no]: Likewise
36523 * grp/Makefile [$(cross-compiling) = no]: Likewise.
36524 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36525 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36526 * intl/Makefile [$(cross-compiling) = no]: Likewise.
36527 * io/Makefile [$(cross-compiling) = no]: Likewise.
36528 * libio/Makefile [$(cross-compiling) = no]: Likewise.
36529 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36530 * misc/Makefile [$(cross-compiling) = no]: Likewise.
36531 * posix/Makefile [$(cross-compiling) = no]: Likewise.
36532 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36533 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36534 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36535 * string/Makefile [$(cross-compiling) = no]: Likewise.
36537 * posix/Makefile ($(objpfx)globtest.out): Pass
36538 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36539 $(rtld-installed-name).
36540 * posix/globtest.sh (elf_objpfx): Remove variable.
36541 (rtld_installed_name): Likewise.
36542 (library_path): Likewise.
36543 (run_program_prefix): New variable. Use for running globtest
36546 2012-10-23 Jim Blandy <jimb@codesourcery.com>
36547 Joseph Myers <joseph@codesourcery.com>
36549 * Makeconfig (host-built-program-cmd): New variable.
36550 * elf/Makefile (tst-stackguard1-ARGS): Use
36551 $(host-built-program-cmd).
36552 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36553 (tst-spawn-ARGS): Likewise.
36554 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36556 2012-10-23 Joseph Myers <joseph@codesourcery.com>
36557 Jim Blandy <jimb@codesourcery.com>
36559 * Makeconfig (run-via-rtld-prefix): New variable.
36560 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36561 (built-program-cmd): Likewise.
36563 2012-10-22 Andreas Jaeger <aj@suse.de>
36565 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36566 __O_RSYNC if it exists, otherwise to O_SYNC.
36568 2012-10-22 Jim Blandy <jimb@codesourcery.com>
36569 Joseph Myers <joseph@codesourcery.com>
36571 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36573 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36575 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36578 2012-10-22 Andreas Jaeger <aj@suse.de>
36580 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36582 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36584 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36585 bits/fcntl-linux.h.
36587 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36588 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36590 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36592 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36595 2012-10-21 Jim Blandy <jimb@codesourcery.com>
36596 Joseph Myers <joseph@codesourcery.com>
36598 * config.make.in (NM): New variable.
36600 2012-10-21 Andreas Jaeger <aj@suse.de>
36602 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36603 definitions and declarations that are provided by
36604 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36606 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
36609 * elf/Makefile (tests-static): Add tst-leaks1-static.
36610 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36611 ($(objpfx)tst-leaks1-static): New rule.
36612 ($(objpfx)tst-leaks1-static-mem): Likewise.
36613 (tst-leaks1-static-ENV): New macro.
36614 * elf/dl-open.c (dl_open_worker): Check the main application
36615 only if SHARED is defined.
36616 * elf/tst-leaks1-static.c: New file.
36618 2012-10-20 Andreas Jaeger <aj@suse.de>
36620 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36621 generic values for Linux.
36622 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36623 and declarations that are provided by <bits/fcntl-linux.h> and
36624 include <bits/fcntl-linux.h>.
36625 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36626 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36628 2012-10-20 Roland McGrath <roland@hack.frob.com>
36630 * io/fcntl.h: Move include of <bits/types.h> to the top and
36631 include it unconditionally.
36633 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
36635 * wcsmbs/Makefile (tests-ifunc): New variable.
36636 (tests): Add $(tests-ifunc).
36637 * wcsmbs/test-wcschr-ifunc.c: New file.
36638 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36639 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36640 * wcsmbs/test-wcslen-ifunc.c: Likewise.
36641 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36642 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36644 * string/Makefile (tests-ifunc): New variable.
36645 (tests): Add $(tests-ifunc).
36646 * string/test-memccpy.c (TEST_NAME): New macro.
36647 * string/test-memchr.c (TEST_NAME): Likewise.
36648 * string/test-memcmp.c (TEST_NAME): Likewise.
36649 * string/test-memcpy.c (TEST_NAME): Likewise.
36650 * string/test-memmem.c (TEST_NAME): Likewise.
36651 * string/test-memmove.c (TEST_NAME): Likewise.
36652 * string/test-memset.c (TEST_NAME): Likewise.
36653 * string/test-rawmemchr.c (TEST_NAME): Likewise.
36654 * string/test-stpcpy.c (TEST_NAME): Likewise.
36655 * string/test-stpncpy.c (TEST_NAME): Likewise.
36656 * string/test-strcasecmp.c (TEST_NAME): Likewise.
36657 * string/test-strcasestr.c (TEST_NAME): Likewise.
36658 * string/test-strcat.c (TEST_NAME): Likewise.
36659 * string/test-strchr.c (TEST_NAME): Likewise.
36660 * string/test-strcmp.c(TEST_NAME): Likewise.
36661 * string/test-strcpy.c (TEST_NAME): Likewise.
36662 * string/test-strcspn.c (TEST_NAME): Likewise.
36663 * string/test-strlen.c (TEST_NAME): Likewise.
36664 * string/test-strncasecmp.c (TEST_NAME): Likewise.
36665 * string/test-strncmp.c (TEST_NAME): Likewise.
36666 * string/test-strncpy.c (TEST_NAME): Likewise.
36667 * string/test-strnlen.c (TEST_NAME): Likewise.
36668 * string/test-strpbrk.c (TEST_NAME): Likewise.
36669 * string/test-strrchr.c (TEST_NAME): Likewise.
36670 * string/test-strspn.c (TEST_NAME): Likewise.
36671 * string/test-strstr.c (TEST_NAME): Likewise.
36672 * string/test-bcopy-ifunc.c: New file.
36673 * string/test-bzero-ifunc.c: Likewise.
36674 * string/test-memccpy-ifunc.c: Likewise.
36675 * string/test-memchr-ifunc.c: Likewise.
36676 * string/test-memcmp-ifunc.c: Likewise.
36677 * string/test-memcpy-ifunc.c: Likewise.
36678 * string/test-memmem-ifunc.c: Likewise.
36679 * string/test-memmove-ifunc.c: Likewise.
36680 * string/test-mempcpy-ifunc.c: Likewise.
36681 * string/test-memset-ifunc.c: Likewise.
36682 * string/test-rawmemchr-ifunc.c: Likewise.
36683 * string/test-stpcpy-ifunc.c: Likewise.
36684 * string/test-stpncpy-ifunc.c: Likewise.
36685 * string/test-strcasecmp-ifunc.c: Likewise.
36686 * string/test-strcasestr-ifunc.c: Likewise.
36687 * string/test-strcat-ifunc.c: Likewise.
36688 * string/test-strchr-ifunc.c: Likewise.
36689 * string/test-strchrnul-ifunc.c: Likewise.
36690 * string/test-strcmp-ifunc.c: Likewise.
36691 * string/test-strcpy-ifunc.c: Likewise.
36692 * string/test-strcspn-ifunc.c: Likewise.
36693 * string/test-strlen-ifunc.c: Likewise.
36694 * string/test-strncasecmp-ifunc.c: Likewise.
36695 * string/test-strncat-ifunc.c: Likewise.
36696 * string/test-strncmp-ifunc.c: Likewise.
36697 * string/test-strncpy-ifunc.c: Likewise.
36698 * string/test-strnlen-ifunc.c: Likewise.
36699 * string/test-strpbrk-ifunc.c: Likewise.
36700 * string/test-strrchr-ifunc.c: Likewise.
36701 * string/test-strspn-ifunc.c: Likewise.
36702 * string/test-strstr-ifunc.c: Likewise.
36704 * debug/Makefile (tests-ifunc): New variable.
36705 (tests): Add $(tests-ifunc).
36706 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36707 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36708 * debug/test-stpcpy_chk-ifunc.c: New file.
36709 * debug/test-strcpy_chk-ifunc.c: Likewise.
36711 2012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
36714 * elf/dl-load.c (open_verify): Retry read if the entire ELF
36715 header is not read in.
36717 2012-10-19 Joseph Myers <joseph@codesourcery.com>
36719 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
36720 script to $(SHELL) as $<. Pass $(common-objpfx) to script
36721 directly. Pass built executable to script as
36722 $(built-program-cmd).
36723 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
36724 $testprogram without using LD_LIBRARY_PATH and $ldso.
36726 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36727 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36728 $(rtld-installed-name).
36729 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36730 (rtld_installed_name): Likewise.
36731 (library_path): Likewise.
36732 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
36733 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36734 $(run-program-prefix) to tst-tables.sh.
36735 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
36736 it to run tst-table-from and tst-table-to.
36737 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36738 Pass it to tst-table.sh.
36739 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36740 $(run-program-prefix) to tst-gettext.sh.
36741 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36743 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36745 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
36746 to run tst-gettext.
36747 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
36748 to run tst-gettext2.
36749 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
36750 to run tst-translit.
36751 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36752 $(run-program-prefix) to tst-mtrace.sh.
36753 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
36755 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36756 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36757 $(rtld-installed-name).
36758 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36759 (rtld_installed_name): Likewise.
36760 (run_program_prefix): New variable. Use it to run wordexp-test.
36762 * Makeconfig (ARCH): Remove all definitions.
36763 (machine): Likewise.
36764 [ARCH]: Remove conditional code.
36765 [!objdir]: Give error.
36766 [!objdir] (objpfx): Remove.
36767 [!objdir] (common-objpfx): Likewise.
36768 [!objdir] (common-objdir): Likewise.
36769 * configure.in (config_makefile): Remove. Hardcode Makefile in
36770 AC_CONFIG_FILES call.
36771 * configure: Regenerated.
36774 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36776 (testout): Likewise.
36778 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36779 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36780 $(rtld-installed-name).
36781 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36782 (rtld_installed_name): Likwise.
36783 (runit): Remove function.
36784 (run_getconf): New variable, Use it for running getconf binary.
36786 2012-10-18 H.J. Lu <hongjiu.lu@intel.com>
36789 * string/test-memmem.c (check_result): New function.
36790 (do_one_test): Use it.
36791 (check1): New function.
36792 (test_main): Use it.
36794 2012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
36796 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36798 2012-10-18 Joseph Myers <joseph@codesourcery.com>
36800 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36801 (_G_LSEEK64): Likewise.
36802 (_G_MMAP64): Likewise.
36803 (_G_FSTAT64): Likewise.
36804 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36805 (_G_LSEEK64): Likewise.
36806 (_G_MMAP64): Likewise.
36807 (_G_FSTAT64): Likewise.
36808 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36809 unconditional. Call __mmap64 directly.
36810 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36811 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
36812 __lseek64 directly.
36813 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36814 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
36816 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36817 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
36818 __lseek64 directly.
36819 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36820 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
36821 __lseek64 directly.
36822 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36823 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
36824 __lseek64 directly.
36825 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36826 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
36827 __fxstat64 directly.
36828 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36829 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36831 (freopen64) [!_G_OPEN64]: Remove conditional code.
36832 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36834 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36835 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36837 (ftello64) [!_G_LSEEK64]: Remove conditional code.
36838 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36840 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36841 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36843 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36844 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36846 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36847 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36849 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36850 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36852 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36854 2012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
36857 * manual/memory.texi (Malloc Tunable Parameters): Add note
36858 about free list pointers overwriting some perturb bytes.
36859 Wording suggested by Roland McGrath.
36861 2012-10-17 Joseph Myers <joseph@codesourcery.com>
36863 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36864 (lgamma_test): Likewise.
36865 (tgamma_test): Likewise.
36867 2012-10-16 Florian Weimer <fweimer@redhat.com>
36870 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36871 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36873 2012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
36875 * NEWS: Mention BZ #14716.
36876 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36877 when removing AVAILABLE1_USES_J macro.
36879 2012-10-12 H.J. Lu <hongjiu.lu@intel.com>
36881 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36882 (__bswap_64): __uint64_t for unsigned 64-bit int.
36884 2012-10-12 Andreas Schwab <schwab@linux-m68k.org>
36886 * include/string.h (memmem): Declare libc hidden alias.
36887 * string/memmem.c (memmem): Define libc hidden alias.
36888 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36889 __read, __close instead of open, read, close.
36891 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
36893 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36894 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36896 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36897 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36898 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36900 (__rawmemchr_sse2): Likewise.
36901 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36902 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36903 (__strchr_sse2): Likewise.
36904 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36905 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36906 (__strcasecmp_sse2): Likewise.
36907 (__strncasecmp_sse2): Likewise.
36908 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36909 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36910 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36911 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36912 (__strrchr_sse2): Likewise.
36913 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36915 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36916 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36917 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36918 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36919 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36920 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36921 * sysdeps/x86_64/multiarch/memset.S: Likewise.
36922 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36923 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36924 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36925 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36926 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36927 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36928 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36929 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36930 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36931 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36932 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36933 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36934 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36935 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36936 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36937 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36938 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36939 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36940 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36941 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36942 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36943 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36944 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36946 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36948 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36949 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36950 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36951 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36953 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36955 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36956 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36957 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36958 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36960 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36961 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36962 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36963 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36964 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36965 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36966 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36967 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36968 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36969 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36970 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36971 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36972 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36973 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36974 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36975 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36976 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36977 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36978 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36979 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36980 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36981 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36982 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36983 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36984 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36985 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36986 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36987 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36988 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36989 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36990 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36991 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36992 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36993 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36994 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36995 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36996 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36997 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36998 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36999 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37000 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37002 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37003 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37004 * include/ifunc-impl-list.h: New file.
37005 * misc/ifunc-impl-list.c: Likewise.
37006 * misc/Makefile (routines): Add ifunc-impl-list.
37007 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37008 * string/test-string.h: Include <ifunc-impl-list.h>.
37009 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37010 TEST_NAME]: New variables.
37011 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37013 (test_init): Call __libc_ifunc_impl_list to initialize
37014 func_list if TEST_IFUNC and TEST_NAME are defined.
37016 * string/Makefile (strop-tests): Add bcopy and bzero.
37017 * string/test-bcopy.c: New file.
37018 * string/test-bzero.c: Likewise.
37019 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37021 * string/test-memset.c: Support bzero test if TEST_BZERO is
37023 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37025 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37027 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37030 2012-10-10 Joseph Myers <joseph@codesourcery.com>
37032 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37033 * configure: Regenerated.
37035 * Makeconfig (+link-static-before-libc): Don't include
37036 $(link-static-libc).
37038 * libio/libio.h (_IO_pos_t): Remove.
37040 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
37042 * NEWS: Add note about FIPS mode. Wording suggested by Roland
37045 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
37047 * crypt/crypt-entry.c: Include fips-private.h.
37048 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37049 * crypt/md5c-test.c (main): Tolerate disabled MD5.
37050 * sysdeps/unix/sysv/linux/fips-private.h: New file.
37051 * sysdeps/generic/fips-private.h: New file, dummy fallback.
37053 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
37055 * crypt/crypt-private.h: Include stdbool.h.
37056 (_ufc_setup_salt_r): Return bool.
37057 * crypt/crypt-entry.c: Include errno.h.
37058 (__crypt_r): Return NULL with EINVAL for bad salt.
37059 * crypt/crypt_util.c (bad_for_salt): New.
37060 (_ufc_setup_salt_r): Check that salt is long enough and within
37061 the specified alphabet.
37062 * crypt/badsalttest.c: New file.
37063 * crypt/Makefile (tests): Add it.
37064 ($(objpfx)badsalttest): New.
37066 2012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
37068 * NEWS: Add entry for BZ #14602.
37070 2012-10-09 Joseph Myers <joseph@codesourcery.com>
37072 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37074 * math/libm-test.inc: Update comment listing what functions and
37076 (isgreater_test): New function.
37077 (isgreaterequal_test): Likewise.
37078 (isless_test): Likewise.
37079 (islessequal_test): Likewise.
37080 (islessgreater_test): Likewise.
37081 (isunordered_test): Likewise.
37082 (main): Call the new functions.
37084 2012-10-09 Roland McGrath <roland@hack.frob.com>
37086 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37087 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37088 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37089 * sysdeps/i386/configure: Regenerated.
37090 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37091 * sysdeps/mach/configure: Regenerated.
37092 * sysdeps/mach/hurd/configure: Regenerated.
37093 * sysdeps/powerpc/configure: Regenerated.
37094 * sysdeps/powerpc/powerpc32/configure: Regenerated.
37095 * sysdeps/powerpc/powerpc64/configure: Regenerated.
37096 * sysdeps/s390/s390-32/configure: Regenerated.
37097 * sysdeps/s390/s390-64/configure: Regenerated.
37098 * sysdeps/sh/configure: Regenerated.
37099 * sysdeps/sparc/configure: Regenerated.
37100 * sysdeps/unix/sysv/linux/configure: Regenerated.
37101 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37102 * sysdeps/x86_64/configure: Regenerated.
37104 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37105 defined. Don't check if MAP is NULL.
37107 2012-10-09 Joseph Myers <joseph@codesourcery.com>
37109 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37110 (_G_stat64): Likewise.
37111 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37112 (_G_stat64): Likewise.
37113 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37114 instead of struct _G_stat64.
37115 * libio/fileops.c (mmap_remap_check): Likewise.
37116 (decide_maybe_mmap): Likewise.
37117 (_IO_new_file_seekoff): Likewise.
37118 (_IO_file_stat): Likewise.
37119 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37121 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37122 instead of struct _G_stat64.
37123 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37125 2012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
37128 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37130 (CHECK_EOL): New macro.
37131 (two_way_short_needle): Check beginning of haystack for EOL. Use
37133 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37134 Replace with CHECK_EOL.
37135 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37136 Replace with CHECK_EOL.
37138 2012-10-08 Joseph Myers <joseph@codesourcery.com>
37140 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37142 * math/libm-test.inc: Update comment listing what functions and
37144 (finite_test): New function.
37145 (isinf_test): Likewise.
37146 (isnan_test): Likewise.
37147 (fpclassify_test): Test subnormal input.
37148 (isfinite_test): Likewise.
37149 (isnormal_test): Likewise.
37150 (main): Call the new functions.
37152 2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
37155 * Makerules (%.dynsym): Force C locale when running
37156 $(OBJDUMP) --dynamic-syms.
37158 2012-10-08 Andreas Schwab <schwab@linux-m68k.org>
37160 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37163 2012-10-06 David S. Miller <davem@davemloft.net>
37165 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37166 upper 32-bits of the length value in %o2 since we use branch-on-register
37167 tests which consider the entire 64-bit register.
37169 2012-10-06 H.J. Lu <hongjiu.lu@intel.com>
37171 * string/test-strstr.c (check2): Add a test for page boundary.
37173 2012-10-05 David S. Miller <davem@davemloft.net>
37175 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37176 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37178 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37180 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37181 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37182 and bzero when HWCAP_SPARC_CRYPTO is present.
37184 2012-10-05 H.J. Lu <hongjiu.lu@intel.com>
37187 * string/test-strstr.c (check2): New function.
37188 (test_main): Call check2.
37190 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37192 * string/bug-strcasestr1.c (do_test): Moved to ...
37193 * string/test-strcasestr.c (check1): Here. New function.
37194 (do_one_test): Break out result checking code into ...
37195 (check_result): This. New function.
37196 (do_one_test): Call check_result.
37197 (test_main): Call check1.
37198 * string/bug-strchr1.c (do_test): Moved to ...
37199 * string/test-strchr.c (check1): Here. New function.
37200 (do_one_test): Break out result checking code into ...
37201 (check_result): This. New function.
37202 (do_one_test): Call check_result.
37203 (test_main): Call check1.
37204 * string/bug-strstr1.c (main): Moved to ...
37205 * string/test-strstr.c (check1): Here. New function.
37206 (do_one_test): Break out result checking code into ...
37207 (check_result): This. New function.
37208 (do_one_test): Call check_result.
37209 (test_main): Call check1.
37210 * string/bug-strcasestr1.c: Removed.
37211 * string/bug-strchr1.c: Likewise.
37212 * string/bug-strstr1.c: Likewise.
37214 * elf/Makefile (dl-routines): Add hwcaps.
37215 * elf/dl-support.c (_dl_important_hwcaps): Removed.
37216 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37217 (_dl_important_hwcaps): Moved to ...
37218 * elf/dl-hwcaps.c: Here. New file.
37219 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37222 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37223 if IS_IN_rtld isn't defined.
37225 * elf/dl-support.c (_dl_sysinfo_map): New.
37226 Include "get-dynamic-info.h" and "setup-vdso.h".
37227 (_dl_non_dynamic_init): Call setup_vdso.
37228 * elf/dynamic-link.h: Don't include <assert.h>.
37229 (elf_get_dynamic_info): Moved to ...
37230 * elf/get-dynamic-info.h: Here. New file.
37231 * elf/dynamic-link.h: Include "get-dynamic-info.h".
37232 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37233 * elf/setup-vdso.h: Here. New file.
37234 * elf/rtld.c: Include "setup-vdso.h".
37235 (dl_main): Call setup_vdso.
37237 2012-10-05 Joseph Myers <joseph@codesourcery.com>
37239 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37240 creal in comment listing functions tested. List finite, isinf,
37241 isnan, isless, islessequal, isgreater, isgreaterequal,
37242 islessgreater, isunordered, lgamma_r and pow10 as functions and
37243 macros not tested. Mention which functions not tested are aliases
37244 for other functions. Fix typo. Note that signs of NaNs are not
37247 * scripts/config.guess: Update from config.git.
37248 * scripts/config.sub: Likewise.
37250 2012-10-04 Roland McGrath <roland@hack.frob.com>
37252 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37253 * misc/madvise.c (madvise): Renamed to __madvise.
37254 Make madvise a weak alias.
37255 * include/sys/mman.h: Declare __madvise.
37256 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37257 * sysdeps/unix/syscalls.list
37258 (madvise): Make __madvise the strong name, and madvise a weak alias.
37259 * sysdeps/unix/sysv/linux/syscalls.list
37260 (madvise, mmap): Remove redundant entries.
37261 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37262 * malloc/malloc.c (mtrim): Likewise.
37263 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37265 2012-10-03 Roland McGrath <roland@hack.frob.com>
37267 * sysdeps/mach/hurd/dl-cache.c: File removed.
37268 * config.h.in (USE_LDCONFIG): New #undef.
37269 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37270 * configure: Regenerated.
37271 * elf/Makefile (dl-routines): Add dl-cache only under
37272 [$(use-ldconfig) = yes].
37273 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37274 cache on [USE_LDCONFIG].
37275 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37277 * elf/rtld.c (dl_main): Likewise.
37279 2012-10-03 Pino Toscano <toscano.pino@tiscali.it>
37281 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37282 _SC_LEVEL4_CACHE_LINESIZE.
37284 2012-10-03 Roland McGrath <roland@hack.frob.com>
37286 * sysdeps/unix/bsd/confstr.h: File removed.
37288 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
37290 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37293 2012-10-02 Roland McGrath <roland@hack.frob.com>
37295 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37296 Make 'mapoff' field ElfW(Off) rather than off_t.
37298 2012-10-02 Dmitry V. Levin <ldv@altlinux.org>
37300 * nscd/Makefile: Remove nscd-cflags and all its users.
37301 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37302 (CFLAGS-nonlib): Add compiler flags for nscd modules.
37305 * malloc.c (malloc_printerr): Clarify error message.
37307 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
37310 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37311 Set bit_FMA_Usable if FMA is supported.
37312 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37314 (bit_FMA4_Usable): Updated.
37315 (index_FMA_Usable): New macro.
37316 (CPUID_FMA): Likewise
37317 (HAS_FMA): Defined with bit_FMA_Usable.
37319 2012-10-01 Roland McGrath <roland@hack.frob.com>
37321 * bits/types.h (__swblk_t): Type removed.
37322 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37323 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37324 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37325 (__SWBLK_T_TYPE): Likewise.
37326 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37327 (__SWBLK_T_TYPE): Likewise.
37328 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37329 (__SWBLK_T_TYPE): Likewise.
37330 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37331 (__SWBLK_T_TYPE): Likewise.
37333 2012-10-01 Patsy Franklin <pfrankli@redhat.com>
37334 Honza Horak <hhorak@redhat.com>
37336 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37337 (xdr_mapname): Use YPMAXMAP as maxsize.
37338 (xdr_peername): Use YPMAXPEER as maxsize.
37339 (xdr_keydat): Use YPAXRECORD as maxsize.
37340 (xdr_valdat): Use YPMAXRECORD as maxsize.
37342 2012-10-01 Roland McGrath <roland@hack.frob.com>
37344 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37346 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37347 * csu/init-first.c: ... here.
37348 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37349 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37350 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37351 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37352 * sysdeps/i386/init-first.c: File removed.
37353 * sysdeps/sh/init-first.c: File removed.
37355 2012-10-01 Joseph Myers <joseph@codesourcery.com>
37358 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37359 if x * y might underflow to zero and z is zero.
37360 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37361 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37362 * math/libm-test.inc (min_subnorm_value): New variable.
37363 (fma_test): Add more tests.
37364 (fma_test_towardzero): Likewise.
37365 (fma_test_downward): Likewise
37366 (fma_test_upward): Likewise.
37367 (initialize): Set min_subnorm_value.
37369 2012-09-29 Joseph Myers <joseph@codesourcery.com>
37372 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37374 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37375 mode for addition resulting in exact zero.
37376 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37377 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37379 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37380 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37381 * math/libm-test.inc (fma_test): Add more tests.
37382 (fma_test_towardzero): New function.
37383 (fma_test_downward): Likewise.
37384 (fma_test_upward): Likewise.
37385 (main): Call the new functions.
37387 2012-09-28 David S. Miller <davem@davemloft.net>
37389 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37391 2012-09-28 Roland McGrath <roland@hack.frob.com>
37393 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37394 instead of SIGALRM.
37396 * sysdeps/gnu/_G_config.h: Moved to ...
37397 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37398 * sysdeps/mach/hurd/_G_config.h: Moved to ...
37399 * sysdeps/generic/_G_config.h: ... here.
37401 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
37403 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37405 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37406 Conditionalize target on [libnss_test1.so-version].
37408 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37410 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37411 (elfobjdir): Move out of conditionals.
37413 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37414 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37415 (__nss_lookup_function): Conditionalize label remove_from_tree on
37416 [!DO_STATIC_NSS || SHARED], matching its only use.
37418 2012-09-28 David S. Miller <davem@davemloft.net>
37420 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37421 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37423 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37425 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37426 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37427 when HWCAP_SPARC_CRYPTO is present.
37429 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
37431 * io/tst-mknodat.c: Create a FIFO instead of a socket.
37433 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
37436 * stdio-common/vfprintf.c (process_string_arg): Revert
37439 2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
37441 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37443 * stdio-common/tst-sprintf.c: Include <locale.h>
37444 (main): Test sprintf's handling of incomplete multibyte
37447 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
37449 * elf/dl-runtime.c (VERSYMIDX): Removed.
37450 * elf/dl-version.c (VERSYMIDX): Likewise.
37451 * elf/do-rel.h (VERSYMIDX): Likewise.
37452 (VALIDX): Likewise.
37453 * elf/dynamic-link.h (VERSYMIDX): Likewise.
37454 * elf/rtld.c (VALIDX): Likewise.
37455 (ADDRIDX): Likewise.
37456 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37457 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37458 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37459 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37460 (VALIDX): Likewise.
37461 (ADDRIDX): Likewise.
37463 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
37465 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37467 2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
37470 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37472 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37473 addresses are in the same scope as 192.0.2/24.
37474 * posix/gai.conf: Document new scope table defaults.
37476 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
37479 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37480 for ftell. Compute offsets from write pointers instead.
37481 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37483 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
37486 * libio/Makefile (tests): New test case tst-fseek.
37487 * libio/tst-fseek.c: New test case to verify that fseek/ftell
37488 combination works in wide mode.
37489 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37490 state when the external buffer state changes.
37492 2012-09-27 David S. Miller <davem@davemloft.net>
37495 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37496 pass reloc->r_addend in as the 'high' argument to
37497 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37499 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37501 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
37503 * rt/tst-aio2.c: Include <pthread.h>.
37504 * rt/tst-aio3.c: Likewise.
37506 2012-09-27 Steve Ellcey <sellcey@mips.com>
37508 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37510 2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
37512 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37513 contents on [SHARED].
37515 2012-09-26 Marek Polacek <polacek@redhat.com>
37519 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37520 for C++ and GCC <4.3 as well as for non GCC compilers.
37522 2012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
37524 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37526 2012-09-25 Roland McGrath <roland@hack.frob.com>
37528 * Makefile.in (all, install): Declare with .PHONY.
37529 Reported by Michael Hope <michael.hope@linaro.org>.
37531 2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37533 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37534 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37536 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37538 (sydep_routines): Add the new and the internal functions.
37539 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37540 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37541 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37542 (GLIBC_2.17): Add the new function.
37543 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37544 (GLIBC_2.17): Likewise.
37545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37546 (GLIBC_2.17): Likewise.
37547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37548 (GLIBC_2.17): Likewise.
37549 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37551 2012-09-25 Alan Modra <amodra@gmail.com>
37553 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37554 Add release barrier before setting once_control to say
37555 initialisation is done. Add hints on lwarx. Use macro in
37557 (clear_once_control): Add release barrier.
37559 2012-09-25 Joseph Myers <joseph@codesourcery.com>
37562 * math/s_clog.c (__clog): Handle more values close to |z| = 1
37564 * math/s_clog10.c (__clog10): Likewise.
37565 * math/s_clog10f.c (__clog10f): Likewise.
37566 * math/s_clog10l.c (__clog10l): Likewise.
37567 * math/s_clogf.c (__clogf): Likewise.
37568 * math/s_clogl.c (__clogl): Likewise.
37569 * math/Makefile (libm-calls): Add x2y2m1.
37570 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37571 (__x2y2m1): Likewise.
37572 (__x2y2m1l): Likewise.
37573 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37574 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37575 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37576 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37577 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37578 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37579 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37580 * sysdeps/i386/fpu/libm-test-ulps: Update.
37581 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37584 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37585 int as type of variable DEPTH.
37586 (glob): Use size_t instead of int as type of variables NEWCOUNT
37589 2012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37591 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37592 Add s_sincosf-sse2.
37593 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37594 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37595 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37596 macros for using routine as __sincosf_ia32.
37597 Use macro for function declaration and weak_alias.
37598 * sysdeps/i386/fpu/libm-test-ulps: Update.
37600 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37601 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37603 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37604 subnormal argument.
37605 * math/s_cexpf.c (__cexpf): Likewise.
37606 * math/s_csinf.c (__csinf): Likewise.
37607 * math/s_csinhf.c (__csinhf): Likewise.
37608 * math/s_ctanf.c (__ctanf): Likewise.
37609 * math/s_ctanhf.c (__ctanhf): Likewise.
37610 * math/s_ccosh.c (__ccoshf): Likewise.
37611 * math/s_cexp.c (__cexpl): Likewise.
37612 * math/s_csin.c (__csin): Likewise.
37613 * math/s_csinh.c (__csinh): Likewise.
37614 * math/s_ctan.c (__ctan): Likewise.
37615 * math/s_ctanh.c (ctanh): Likewise.
37616 * math/s_ccoshl.c (__ccoshl): Likewise.
37617 * math/s_cexpl.c (__cexpl): Likewise.
37618 * math/s_csinl.c (__csinl): Likewise.
37619 * math/s_csinhl.c (__csinhl): Likewise.
37620 * math/s_ctanl.c (__ctanl): Likewise.
37621 * math/s_ctanhl.c (__ctanhl): Likewise.
37623 2012-09-25 Joseph Myers <joseph@codesourcery.com>
37625 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37626 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37627 (_IO_off_t): Define to __off_t, not _G_off_t.
37628 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37629 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37630 (_IO_wint_t): Define to wint_t, not _G_wint_t.
37631 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37632 type of __dummy and __dummy2 fields.
37633 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37634 (_G_ssize_t): Likewise.
37635 (_G_off_t): Likewise.
37636 (_G_pid_t): Likewise.
37637 (_G_uid_t): Likewise.
37638 (_G_wchar_t): Likewise.
37639 (_G_wint_t): Likewise.
37640 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37641 (_G_ssize_t): Likewise.
37642 (_G_off_t): Likewise.
37643 (_G_pid_t): Likewise.
37644 (_G_uid_t): Likewise.
37645 (_G_wchar_t): Likewise.
37646 (_G_wint_t): Likewise.
37647 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37648 (_G_ssize_t): Likewise.
37649 (_G_off_t): Likewise.
37650 (_G_pid_t): Likewise.
37651 (_G_uid_t): Likewise.
37652 (_G_wchar_t): Likewise.
37653 (_G_wint_t): Likewise.
37655 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
37657 * malloc/arena.c: Include malloc-sysdep.h.
37658 (shrink_heap): Use check_may_shrink_heap to decide if madvise
37659 is sufficient to shrink the heap or an unmap is needed.
37660 * sysdeps/generic/malloc-sysdep.h: New file. Define
37661 new function check_may_shrink_heap.
37662 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
37663 new function check_may_shrink_heap.
37665 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
37667 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37670 2012-09-24 Dmitry V. Levin <ldv@altlinux.org>
37672 * catgets/test-gencat.sh: Add "set -e".
37673 * elf/tst-pathopt.sh: Likewise.
37674 * grp/tst_fgetgrent.sh: Likewise.
37675 * iconvdata/run-iconv-test.sh: Likewise.
37676 * intl/tst-gettext.sh: Likewise.
37677 * intl/tst-gettext2.sh: Likewise.
37678 * intl/tst-gettext4.sh: Likewise.
37679 * intl/tst-gettext6.sh: Likewise.
37680 * intl/tst-translit.sh: Likewise.
37681 * io/ftwtest-sh: Likewise.
37682 * libio/test-freopen.sh: Likewise.
37683 * malloc/tst-mtrace.sh: Likewise.
37684 * posix/globtest.sh: Likewise.
37685 * posix/tst-getconf.sh: Likewise.
37686 * posix/wordexp-tst.sh: Likewise.
37687 * stdio-common/tst-printf.sh: Likewise.
37688 * stdio-common/tst-unbputc.sh: Likewise.
37689 * stdlib/tst-fmtmsg.sh: Likewise.
37690 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37691 * catgets/Makefile: Do not specify -e option when running
37692 testsuite shell scripts.
37693 * elf/Makefile: Likewise.
37694 * grp/Makefile: Likewise.
37695 * iconvdata/Makefile: Likewise.
37696 * intl/Makefile: Likewise.
37697 * io/Makefile: Likewise.
37698 * libio/Makefile: Likewise.
37699 * malloc/Makefile: Likewise.
37700 * posix/Makefile: Likewise.
37701 * stdio-common/Makefile: Likewise.
37702 * stdlib/Makefile: Likewise.
37703 * sysdeps/x86_64/Makefile: Likewise.
37705 * io/ftwtest-sh: Add copyright header.
37706 * posix/globtest.sh: Likewise.
37707 * posix/tst-getconf.sh: Likewise.
37708 * posix/wordexp-tst.sh: Likewise.
37709 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37711 2012-09-24 H.J. Lu <hongjiu.lu@intel.com>
37714 * Makeconfig (+link): Defined as $(+link-static) if
37715 $(build-shared) isn't yes.
37716 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37718 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37720 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37723 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37724 new chunk size with MALLOC_ALIGN_MASK.
37726 2012-09-24 Joseph Myers <joseph@codesourcery.com>
37729 * stdio-common/printf_fphex.c: Include <stdbool.h> and
37731 (__printf_fphex): Determine rounding using get_rounding_mode and
37733 * stdio-common/tst-printf-round.c (struct hex_test): New
37735 (hex_tests): New variable.
37736 (test_hex_in_one_mode): New function.
37737 (do_test): Also run tests for hex float output.
37739 2012-09-21 Joseph Myers <joseph@codesourcery.com>
37741 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37742 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37743 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37744 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37745 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37746 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37747 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37748 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37750 2012-09-20 Joseph Myers <joseph@codesourcery.com>
37752 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37753 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37754 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37755 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37757 2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
37760 * elf/rtld.c (dl_main): Limit the check for self loading to normal
37762 * elf/tst-rtld-load-self.sh: New test.
37763 * elf/Makefile: Run it.
37765 2012-09-18 Joseph Myers <joseph@codesourcery.com>
37767 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37768 (tst-writev-ENV): Remove.
37769 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37771 2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
37773 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37775 2012-09-17 Joseph Myers <joseph@codesourcery.com>
37777 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37779 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37781 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37782 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37783 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37786 2012-09-14 H.J. Lu <hongjiu.lu@intel.com>
37789 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37790 * config.make.in (have-cpp-asm-debuginfo): Removed.
37791 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37792 * configure: Regenerated.
37794 2012-09-14 Joseph Myers <joseph@codesourcery.com>
37797 * stdio-common/printf_fp.c: Include <stdbool.h> and
37799 (___printf_fp): Determine rounding using get_rounding_mode and
37801 * stdio-common/tst-printf-round.c: New file.
37802 * stdio-common/Makefile (tests): Add tst-printf-round.
37803 (link-libm): New variable.
37804 ($(objpfx)tst-printf-round): Depend in $(link-libm).
37806 2012-09-13 H.J. Lu <hongjiu.lu@intel.com>
37809 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37810 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37812 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37815 2012-09-13 Joseph Myers <joseph@codesourcery.com>
37817 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37818 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37819 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37820 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37822 2012-09-12 Joseph Myers <joseph@codesourcery.com>
37825 * include/rounding-mode.h: New file.
37826 * sysdeps/generic/get-rounding-mode.h: Likewise.
37827 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37828 * stdlib/strtod_l.c: Include <rounding-mode.h>.
37829 (MAX_VALUE): New macro.
37830 (MIN_VALUE): Likewise.
37831 (overflow_value): New function.
37832 (underflow_value): Likewise.
37833 (round_and_return): Use overflow_value and underflow_value to
37834 determine return values in overflow and underflow cases. Use
37835 round_away to determine rounding depending on rounding mode.
37836 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37837 determine return values in overflow and underflow cases.
37838 * stdlib/tst-strtod-round.c: Include <fenv.h>.
37839 (struct test_results): New structure.
37840 (struct test): Use struct test_results to store expected results
37841 for all rounding modes.
37842 (TEST): Include expected results for all rounding modes.
37843 (test_in_one_mode): New function.
37844 (do_test): Use test_in_one_mode to compute and check results.
37845 Check results for all rounding modes.
37846 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37849 2012-12-09 Allan McRae <allan@archlinux.org>
37851 * sysdeps/i386/fpu/libm-test-ulps: Update
37853 2012-09-11 Joseph Myers <joseph@codesourcery.com>
37855 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37856 (_G_int32_t): Likewise.
37857 (_G_uint16_t): Likewise.
37858 (_G_uint32_t): Likewise.
37859 (_G_HAVE_BOOL): Likewise.
37860 (_G_HAVE_ATEXIT): Likewise.
37861 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37862 (_G_HAVE_IO_FILE_OPEN): Likewise.
37863 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37864 (_G_int32_t): Likewise.
37865 (_G_uint16_t): Likewise.
37866 (_G_uint32_t): Likewise.
37867 (_G_HAVE_BOOL): Likewise.
37868 (_G_HAVE_ATEXIT): Likewise.
37869 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37870 (_G_HAVE_IO_FILE_OPEN): Likewise.
37871 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37872 (_G_int32_t): Likewise.
37873 (_G_uint16_t): Likewise.
37874 (_G_uint32_t): Likewise.
37875 (_G_HAVE_BOOL): Likewise.
37876 (_G_HAVE_ATEXIT): Likewise.
37877 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37878 (_G_HAVE_IO_FILE_OPEN): Likewise.
37880 2012-09-11 H.J. Lu <hongjiu.lu@intel.com>
37882 * csu/libc-tls.c: Update copyright years.
37884 2012-09-10 Joseph Myers <joseph@codesourcery.com>
37886 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37887 [!_G_USING_THUNKS]: Remove conditional code.
37888 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37889 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37891 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37892 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37893 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37894 (_G_VTABLE_LABEL_PREFIX): Likewise.
37895 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37896 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37897 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37898 (_G_VTABLE_LABEL_PREFIX): Likewise.
37899 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37900 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37901 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37902 (_G_VTABLE_LABEL_PREFIX): Likewise.
37903 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37905 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
37907 * libio/Makefile: Include ../Makeconfig before tests.
37908 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37909 only if $(build-shared) is yes.
37911 * iconv/gconv_db.c: Update copyright years.
37913 2012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37915 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37916 unwind info if defined PIC. Fix special cases description.
37917 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37919 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37921 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37923 2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
37925 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37927 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37930 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37931 (LDLIBS-tst-chk4): This.
37932 (LDFLAGS-tst-chk5): Renamed to ...
37933 (LDLIBS-tst-chk5): This.
37934 (LDFLAGS-tst-chk6): Renamed to ...
37935 (LDLIBS-tst-chk6): This.
37936 (LDFLAGS-tst-lfschk4): Renamed to ...
37937 (LDLIBS-tst-lfschk4): This.
37938 (LDFLAGS-tst-lfschk5): Renamed to ...
37939 (LDLIBS-tst-lfschk5): This.
37940 (LDFLAGS-tst-lfschk6): Renamed to ...
37941 (LDLIBS-tst-lfschk6): This.
37943 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37944 on $(common-objpfx)soversions.mk.
37946 2012-09-07 Joseph Myers <joseph@codesourcery.com>
37949 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37952 2012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
37954 * malloc/arena.c (arena_get_retry): New function that gets
37955 another arena for the caller to try its request on.
37956 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37957 current arena cannot fulfill the request.
37958 (__libc_memalign): Likewise.
37959 (__libc_memalign): Likewise.
37960 (__libc_pvalloc): Likewise.
37961 (__libc_calloc): Likewise.
37963 2012-09-05 John Tobey <john.tobey@gmail.com>
37966 * manual/arith.texi (Operations on Complex): Fix description
37967 of carg branch cut.
37969 2012-09-06 Joseph Myers <joseph@codesourcery.com>
37972 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37976 * manual/memory.texi (Memory): Make order of menu items match
37979 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37981 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37982 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
37983 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37985 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37987 * csu/libc-tls.c (static_dtv): Renamed to ...
37988 (_dl_static_dtv): This. Make it global.
37989 (_dl_initial_dtv): Removed.
37990 (__libc_setup_tls): Updated.
37991 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37992 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37995 2012-09-06 Petr Machata <pmachata@redhat.com>
37997 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37998 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37999 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38000 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38002 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38005 * csu/libc-tls.c (_dl_initial_dtv): New variable.
38006 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38009 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38012 * Makeconfig (link-static-before-libc): Replace $(+prector)
38014 (link-static-after-libc): Replace $(+postctor) with
38016 (link-bounded): Replace $(+prector)/$(+postctor) with
38017 $(+prectorT)/$(+postctorT).
38018 (+prectorT): New macro.
38019 (+postctorT): Likewise.
38021 2012-09-06 Joseph Myers <joseph@codesourcery.com>
38023 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38024 (round_str): Handle values above the maximum for IBM long double
38026 * stdlib/tst-strtod-round.c (tests): Regenerated.
38028 2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38030 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38032 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38033 zarch_nohighgprs around the zarch optimized routines.
38034 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38035 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38036 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38039 2012-09-05 David S. Miller <davem@davemloft.net>
38041 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38043 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38044 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38045 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38046 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38049 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38051 * malloc/arena.c: Fold copyright years.
38052 * malloc/mcheck.c, malloc/memusage.c: Likewise.
38054 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38056 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38058 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38060 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
38062 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38064 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38065 change internal state upon failure.
38067 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38069 * malloc/mcheck.c (mcheck_check_all): Fix typo.
38070 * malloc/memusage.c (mmap): Likewise.
38071 (mmap64, mremap): Likewise. Adjust name in comment.
38073 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
38075 * libio/fileops.c: Fix typos in comments.
38076 * libio/oldfileops.c: Likewise.
38077 * libio/wfileops.c: Likewise.
38079 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
38082 * malloc/Makefile (tests): Add tst-malloc-usable test case.
38083 (tst-malloc-usable-ENV): Set environment for test case.
38084 * malloc/hooks.c (malloc_check_get_size): New function to get
38086 * malloc/malloc.c (musable): Use malloc_check_get_size.
38087 * malloc/tst-malloc-usable.c: New test case.
38089 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
38091 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38093 2012-09-05 Allan McRae <allan@archlinux.org>
38096 * configure.in (CXX_SYSINCLUDES): Use compiler output to
38097 determine header location.
38098 * configure: Regenerated.
38100 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
38102 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38104 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38105 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38107 (test): Regenerate.
38109 2012-09-04 David S. Miller <davem@davemloft.net>
38111 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38112 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38113 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38115 2012-09-04 Florian Weimer <fweimer@redhat.com>
38117 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38120 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38122 2012-09-04 Joseph Myers <joseph@codesourcery.com>
38125 * libio/iogetdelim.c: Include <limits.h>.
38126 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38127 + len + 1 would overflow.
38129 2012-09-03 Andreas Jaeger <aj@suse.de>
38131 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38132 * sysdeps/i386/fpu/libm-test-ulps: Update.
38134 2012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38136 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38137 Add s_sinf-sse2, s_conf-sse2.
38139 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38140 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38141 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38142 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38144 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38145 for using routine as __sinf_ia32.
38146 Use macro for function declaration and weak_alias.
38147 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38148 for using routine as __cosf_ia32.
38149 Use macro for function declaration and weak_alias.
38151 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38152 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38154 * sysdeps/x86_64/fpu/s_sinf.S: New file.
38155 * sysdeps/x86_64/fpu/s_cosf.S: New file.
38156 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38158 * math/libm-test.inc (cos_test): Add more test cases.
38159 (sin_test): Likewise.
38160 (sincos_test): Likewise.
38162 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38164 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38165 (IFUNC_RESOLVE): Make pointers to the specialized implementations
38167 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38169 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
38172 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38173 first element of the GOT.
38174 (elf_machine_load_address): Return the difference between
38175 the runtime address of _DYNAMIC and elf_machine_dynamic ().
38177 2012-09-01 Allan McRae <allan@archlinux.org>
38180 * configure.in (AWK): Require gawk version 3.0 or later.
38181 * configure: Regenerated.
38183 2012-09-01 Joseph Myers <joseph@codesourcery.com>
38185 * sysdeps/unix/sysv/linux/kernel-features.h
38186 (__ASSUME_POSIX_CPU_TIMERS): Remove.
38187 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38188 [__NR_clock_getres]: Make code unconditional.
38189 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38190 (clock_getcpuclockid): Remove code left unreachable by removal of
38192 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38193 code unconditional.
38194 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38195 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38196 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38197 Make code unconditional.
38198 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38199 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38200 * sysdeps/unix/sysv/linux/clock_settime.c
38201 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38203 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38204 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38206 2012-08-29 H.J. Lu <hongjiu.lu@intel.com>
38209 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38210 scripts/test-installation.pl.
38212 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38213 and $ld_so_version if it is set.
38215 2012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
38218 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38219 failure if reading from procfs failed.
38220 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38222 2012-08-27 Joseph Myers <joseph@codesourcery.com>
38224 * sysdeps/unix/sysv/linux/kernel-features.h
38225 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38226 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38227 Remove conditional code.
38228 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38229 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38230 Remove conditional code.
38231 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38232 * sysdeps/unix/sysv/linux/i386/fxstat.c
38233 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38234 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38235 * sysdeps/unix/sysv/linux/i386/fxstatat.c
38236 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38237 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38238 * sysdeps/unix/sysv/linux/i386/lxstat.c
38239 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38240 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38241 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38242 Remove conditional code.
38243 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38244 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38245 Remove conditional code.
38246 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38247 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38248 <kernel-features.h>.
38249 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38251 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38252 Remove conditional code.
38253 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38254 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38255 Remove conditional.
38257 2012-08-27 Mike Frysinger <vapier@gentoo.org>
38260 * NEWS: Add fixed bug number.
38262 2012-08-27 Joseph Myers <joseph@codesourcery.com>
38265 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38266 underflowing exponent in case of negative sign.
38267 * stdlib/tst-strtod-round-data: Add more tests.
38268 * stdlib/tst-strtod-round.c (tests): Regenerated.
38271 * stdlib/strtod_l.c (NDIG): Remove.
38272 (HEXNDIG): Likewise.
38273 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38274 smallest representable value.
38275 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38276 lie within an exact representation of 1/2 ulp of the result.
38277 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38279 (TENS_P9_IDX): Define unconditionally.
38280 (TENS_P9_SIZE): Likewise.
38281 (TENS_P10_IDX): Likewise.
38282 (TENS_P10_SIZE): Likewise.
38283 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38284 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38285 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38286 entries for 10^2^13 and 10^2^14.
38287 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38288 (TENS_P13_IDX): Define.
38289 (TENS_P13_SIZE): Likewise.
38290 (TENS_P14_IDX): Likewise.
38291 (TENS_P14_SIZE): Likewise.
38292 (_fpioconst_pow10): Change array size to
38293 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
38295 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38296 1024]: Add entries for 10^2^13 and 10^2^14.
38297 [LAST_POW10 > _LAST_POW10]: Remove #error.
38298 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38299 (_fpioconst_pow10): Change array size to
38300 FPIOCONST_POW10_ARRAY_SIZE.
38301 * stdlib/gen-fpioconst.c: New file.
38302 * stdlib/gen-tst-strtod-round.c: Likewise.
38303 * stdlib/tst-strtod-round-data: Likewise.
38304 * stdlib/tst-strtod-round.c: Likewise.
38305 * stdlib/Makefile (tests): Add tst-strtod-round.
38308 * stdlib/strtod_l.c: Include <stdint.h>.
38309 (NDEBUG): Do not define.
38310 (round_and_return): Change EXPONENT parameter to type intmax_t.
38311 Rearrange calculations to avoid internal overflow possibilities.
38312 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38313 Rearrange calculations to avoid internal overflow possibilities.
38314 Assert that number fits inside MPNSIZE limbs.
38315 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38316 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
38317 calculations and add assertions to avoid internal overflow
38318 possibilities. Add casts to avoid signed/unsigned operations.
38319 * stdlib/tst-strtod-overflow.c: New file.
38320 * stdlib/Makefile (tests): Add tst-strtod-overflow.
38322 2012-08-25 Marek Polacek <polacek@redhat.com>
38324 * time/time.h: Fix some typos in comments.
38326 2012-08-23 Roland McGrath <roland@hack.frob.com>
38328 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38329 * posix/tst-rfc3484-2.c: Likewise.
38330 * posix/tst-rfc3484-3.c: Likewise.
38332 2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
38334 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38335 (EF_ARM_ABI_FLOAT_HARD): Likewise.
38337 2012-08-23 Joseph Myers <joseph@codesourcery.com>
38339 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38340 #include of fxstatat64.c.
38342 2012-08-22 Roland McGrath <roland@hack.frob.com>
38344 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38345 * shadow/getspent_r.c: Likewise.
38346 * shadow/getspnam.c: Likewise.
38347 * shadow/getspnam_r.c: Likewise.
38348 * gshadow/getsgent.c: Likewise.
38349 * gshadow/getsgent_r.c: Likewise.
38350 * gshadow/getsgnam.c: Likewise.
38351 * gshadow/getsgnam_r.c: Likewise.
38352 * inet/getnetbyad.c: Likewise.
38353 * inet/getnetbyad_r.c: Likewise.
38354 * inet/getnetbynm.c: Likewise.
38355 * inet/getnetbynm_r.c: Likewise.
38356 * inet/getnetent.c: Likewise.
38357 * inet/getnetent_r.c: Likewise.
38358 * inet/getproto.c: Likewise.
38359 * inet/getproto_r.c: Likewise.
38360 * inet/getprtent.c: Likewise.
38361 * inet/getprtent_r.c: Likewise.
38362 * inet/getprtname.c: Likewise.
38363 * inet/getprtname_r.c: Likewise.
38364 * inet/getrpcbyname.c: Likewise.
38365 * inet/getrpcbyname_r.c: Likewise.
38366 * inet/getrpcbynumber.c: Likewise.
38367 * inet/getrpcbynumber_r.c: Likewise.
38368 * inet/getrpcent.c: Likewise.
38369 * inet/getrpcent_r.c: Likewise.
38370 * inet/getaliasent.c: Likewise.
38371 * inet/getaliasent_r.c: Likewise.
38372 * inet/getaliasname.c: Likewise.
38373 * inet/getaliasname_r.c: Likewise.
38374 * nscd/getgrgid_r.c: Likewise.
38375 * nscd/getgrnam_r.c: Likewise.
38376 * nscd/gethstbyad_r.c: Likewise.
38377 * nscd/gethstbynm3_r.c: Likewise.
38378 * nscd/getpwnam_r.c: Likewise.
38379 * nscd/getpwuid_r.c: Likewise.
38380 * nscd/getsrvbynm_r.c: Likewise.
38381 * nscd/getsrvbypt_r.c: Likewise.
38382 * nscd/gai.c: Likewise.
38384 * configure.in (build_nscd): New substituted variable, set
38385 by --disable-build-nscd and defaults to $use_nscd.
38386 * configure: Regenerated.
38387 * config.make.in (build-nscd): New substituted variable.
38388 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38389 Change conditional to require [$(build-nscd) = yes] as well.
38390 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38393 * configure.in (use_nscd): New substituted variable, set by
38394 --disable-nscd. If enabled, define USE_NSCD.
38395 * configure: Regenerated.
38396 * config.h.in: Add USE_NSCD.
38397 * config.make.in (use-nscd): New substituted variable.
38398 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38399 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38400 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38401 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38402 (CFLAGS-getgrnam_r.c): Likewise.
38403 (CFLAGS-initgroups.c): Likewise.
38404 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38405 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38407 * inet/getnetgrent_r.c
38408 (nscd_setnetgrent): New function, broken out of ...
38409 (setnetgrent): ... here. Call it.
38410 (innetgr): Conditionalize nscd bits on [USE_NSCD].
38411 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38412 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38413 * nscd/Makefile (routines, aux): Move definitions after include of
38414 Makeconfig. Conditionalize on [$(use-nscd) != no].
38415 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38416 Conditionalize on [USE_NSCD].
38417 (is_nscd, nscd_init_cb): Likewise.
38418 (nss_load_library): Conditionalize init callback on [USE_NSCD].
38419 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38420 * nss/nss_db/db-init.c: Likewise.
38421 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38423 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38424 (make_request): Use it.
38425 (cache_valid_p): New function.
38426 (__check_pf): Use it.
38427 * NEWS: Add item for --disable-nscd.
38429 2012-08-22 Dmitry V. Levin <ldv@altlinux.org>
38431 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38432 to support sed >= 4.2.1-20-ga9bf076.
38433 * configure: Regenerated.
38435 2012-08-22 Roland McGrath <roland@hack.frob.com>
38437 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38438 Conditionalize whole body on [IREL].
38440 2012-08-22 Jeff Law <law@redhat.com>
38443 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38444 if the family is PF_UNSPEC.
38446 2012-08-22 Mike Frysinger <vapier@gentoo.org>
38448 * Makerules (lib-version): Rename from V.
38449 (install-lib-nosubdir): Change V to lib-version.
38451 2012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
38454 * powerpc32/power6/wcschr.c: New file.
38455 * powerpc32/power6/wcscpy.c: New file.
38456 * powerpc32/power6/wcsrchr.c: New file.
38457 * powerpc64/power6/wcschr.c: New file.
38458 * powerpc64/power6/wcscpy.c: New file.
38459 * powerpc64/power6/wcsrchr.c: New file.
38461 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
38463 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38464 (two_way_short_needle): Use it.
38465 * string/strstr.c (AVAILABLE1_USES_J): Define.
38466 * string/strcasestr.c: Likewise.
38468 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38470 * string/strcasestr.c (TOLOWER): Make side-effect safe.
38473 * NEWS: Add an entry.
38474 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38475 define their defaults.
38476 (two_way_short_needle): Detect end-of-string on-the-fly.
38477 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38478 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38479 * string/bug-strcasestr1.c: New test.
38480 * string/Makefile: Run it.
38482 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
38485 * string/str-two-way.h (two_way_short_needle): Optimize matching of
38486 the first character.
38488 2012-08-21 Roland McGrath <roland@hack.frob.com>
38490 * csu/elf-init.c (__libc_csu_irel): Function removed.
38491 * csu/libc-start.c (apply_irel): New function.
38492 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38494 2012-08-21 Joseph Myers <joseph@codesourcery.com>
38496 * sysdeps/unix/sysv/linux/kernel-features.h
38497 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38498 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38499 <kernel-features.h>.
38500 [__NR_fadvise64_64]: Make code unconditional.
38501 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38502 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38503 !__NR_fadvise64_64)]: Likewise.
38504 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38505 !__NR_fadvise64_64))]: Likewise.
38506 [__NR_fadvise64]: Make code unconditional.
38507 [!__NR_fadvise64]: Remove conditional code.
38508 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38509 <kernel-features.h>.
38510 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38512 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38515 not include <kernel-features.h>.
38516 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38518 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38520 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38521 include <kernel-features.h>.
38522 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38524 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38527 2012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
38529 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38530 slight instruction rearrangements per scrollpipe analysis.
38531 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38533 2012-08-20 Roland McGrath <roland@hack.frob.com>
38535 * manual/syslog.texi (syslog; vsyslog, closelog):
38536 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38537 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38539 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38540 DSOCAPS to match condition on defining it.
38542 2012-08-20 Joseph Myers <joseph@codesourcery.com>
38544 * sysdeps/unix/sysv/linux/kernel-features.h
38545 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38547 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38548 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38549 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38550 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38551 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38552 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38553 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38554 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38556 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38557 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38559 * sysdeps/unix/sysv/linux/kernel-features.h
38560 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38561 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38563 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38564 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38565 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38566 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38567 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38568 Make code unconditional.
38569 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38570 (__mmap64) [!__NR_mmap2]: Likewise.
38571 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38572 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38573 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38574 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38575 [__NR_mmap2]: Make code unconditional.
38576 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38577 (__mmap64) [!__NR_mmap2]: Likewise.
38579 2012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38581 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38583 2012-08-18 Andreas Jaeger <aj@suse.de>
38585 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38587 2012-08-18 Mike Frysinger <vapier@gentoo.org>
38589 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38590 * include/unistd.h (__have_sock_cloexec): Likewise.
38591 (__have_pipe2): Likewise.
38592 (__have_dup3): Likewise.
38594 2012-08-18 Mike Frysinger <vapier@gentoo.org>
38597 * include/unistd.h (__have_pipe2): Change define into an extern int.
38598 (__have_dup3): Likewise.
38599 * socket/have_sock_cloexec.c: Include fcntl.h.
38600 (__have_pipe2): New variable.
38601 (__have_dup3): Likewise.
38603 2012-08-17 Mike Frysinger <vapier@gentoo.org>
38605 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38607 2012-08-17 Marek Polacek <polacek@redhat.com>
38609 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38610 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38612 2012-08-17 Roland McGrath <roland@hack.frob.com>
38614 * configure.in: Add AC_SUBST for sysheaders.
38615 * configure: Regenerated.
38616 * config.make.in (sysheaders): New substituted variable.
38618 * sysdeps/unix/mkfifo.c: Moved ...
38619 * sysdeps/posix/mkfifo.c: ... here.
38620 * sysdeps/unix/mkfifoat.c: Moved ...
38621 * sysdeps/posix/mkfifoat.c: ... here.
38623 * sysdeps/unix/utime.c: Moved ...
38624 * sysdeps/posix/utime.c: ... here.
38626 * sysdeps/unix/time.c: Moved ...
38627 * sysdeps/posix/time.c: ... here.
38628 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38629 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38631 * sysdeps/unix/nice.c: Moved ...
38632 * sysdeps/posix/nice.c: ... here.
38634 * sysdeps/unix/alarm.c: Moved ...
38635 * sysdeps/posix/alarm.c: ... here.
38637 * intl/Makefile ($(codeset_mo)): Depend on the input file.
38639 2012-08-17 Jeff Law <law@redhat.com>
38641 * intl/Makefile (codeset_mo): New variable.
38642 ($(codeset_mo)): New target.
38643 (tst-codeset.out): Depend on that. Remove explicit rule.
38644 (tst-gettext3.out, tst-gettext5.out): Likewise.
38645 (LOCPATH-ENV, tst-codeset-ENV): New variables.
38646 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38647 * intl/tst-codeset.sh: Remove.
38648 * intl/tst-gettext3.sh: Likewise.
38649 * intl/tst-gettext5.sh: Likewise.
38651 2012-08-17 Roland McGrath <roland@hack.frob.com>
38653 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
38654 * sysdeps/unix/syscalls.list: ... here.
38656 * sysdeps/posix/getaddrinfo.c
38657 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38658 (gaiconf_init, gaiconf_reload): Use them.
38659 [!_STATBUF_ST_NSEC]
38660 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38661 Define using time_t rather than struct timespec.
38663 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38664 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38666 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38668 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38669 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38672 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38673 __libc_cleanup_push argument.
38675 * bits/param.h: New file.
38676 * misc/sys/param.h: New file.
38677 * include/sys/param.h: New file.
38678 * misc/Makefile (headers): Add bits/param.h.
38679 * sysdeps/generic/sys/param.h: File removed.
38680 * sysdeps/unix/sysv/linux/bits/param.h: New file.
38681 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38682 * sysdeps/mach/hurd/bits/param.h: New file.
38683 * sysdeps/mach/hurd/sys/param.h: File removed.
38685 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38688 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38690 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38691 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38694 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38695 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38696 rather than -D_IO_MTSAFE_IO conditionally.
38697 * stdio-common/Makefile (CPPFLAGS): Likewise.
38698 * wcsmbs/Makefile (CPPFLAGS): Likewise.
38699 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38700 Use $(libio-mtsafe).
38701 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38702 of -D_IO_MTSAFE_IO.
38703 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38704 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38705 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38706 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38707 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38708 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38709 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38710 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38711 (CFLAGS-fread_u_chk.c): Likewise.
38712 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38713 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38714 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38715 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38716 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38717 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38718 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38719 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38720 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38722 * libio/Makefile: Test [$(libc-reentrant) = yes]
38723 instead of [$(filter %REENTRANT, $(defines)) nonempty].
38726 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38727 * sysdeps/pthread/configure: File removed.
38728 * sysdeps/pthread/Makeconfig: New file.
38729 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38730 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38732 2012-08-16 Gary Benson <gbenson@redhat.com>
38734 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38735 unmapping the first object in a namespace.
38737 2012-08-16 Roland McGrath <roland@hack.frob.com>
38739 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38740 (__internal_setnetgrent): ... this. Add internal_function to
38741 definition. Add libc_hidden_def.
38742 (setnetgrent): Update caller.
38743 (internal_endnetgrent): Renamed to ...
38744 (__internal_endnetgrent): ... this. Add internal_function to
38745 definition. Add libc_hidden_def.
38746 (endnetgrent): Update caller.
38747 (internal_getnetgrent_r): Renamed to ...
38748 (__internal_getnetgrent_r): ... this. Add internal_function to
38749 definition. Add libc_hidden_def.
38750 (__getnetgrent_r): Update caller.
38751 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
38753 2012-08-16 Joseph Myers <joseph@codesourcery.com>
38755 * stdlib/longlong.h: Update from GCC.
38757 2012-08-16 Roland McGrath <roland@hack.frob.com>
38759 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38760 on _QL, which is set by umul_ppmm but never used.
38761 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38762 variables, which are set by GMP macros but never used.
38763 * stdio-common/_itowa.c (_itowa): Likewise.
38764 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38765 * stdlib/mod_1.c (mpn_mod_1): Likewise.
38767 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
38769 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38770 struct La_sh_regs is not constant.
38771 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38772 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38773 and struct La_sparc64_regs are not constant.
38775 2012-08-16 Joseph Myers <joseph@codesourcery.com>
38777 * sysdeps/unix/sysv/linux/kernel-features.h
38778 (__ASSUME_POSIX_TIMERS): Remove.
38779 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38780 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38781 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38782 Make code unconditional.
38783 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38784 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38785 Make code unconditional.
38786 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38787 * sysdeps/unix/sysv/linux/clock_nanosleep.c
38788 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38789 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38790 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38791 Make code unconditional.
38792 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38793 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38794 (__libc_missing_posix_timers): Remove.
38796 2012-08-15 Roland McGrath <roland@hack.frob.com>
38798 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38799 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38801 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38803 * elf/dl-sym.c: Include <stdlib.h>.
38805 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38806 constants, which avoids warnings in 32-bit builds.
38808 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38809 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38811 * misc/lseek.c: File moved to ...
38812 * io/lseek.c: ... here.
38814 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38816 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38817 shifting LEN more than 31 bits at once.
38819 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38822 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38823 segmentation fault for a case of two empty input strings.
38824 * string/test-strncasecmp.c (check1): Renamed to...
38825 (bz12205): ...this.
38826 (bz14195): Add new testcase for two empty input strings and N > 0.
38827 (test_main): Call new testcase, adapt for renamed function.
38829 2012-08-15 Andreas Jaeger <aj@suse.de>
38832 * crypt/md5test2.c: New test, based on test supplied by Serge
38833 Belyshev <belyshev@depni.sinp.msu.ru>.
38834 * crypt/Makefile (xtests): Add md5test-giant..
38835 * crypt/Makefile ($(objpfx)md5test-giant): Add.
38837 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
38840 * crypt/md5.c (md5_process_block): Don't assume the buffer
38841 length is less than 2**32.
38842 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38843 length is less than 2**64.
38845 2012-08-15 Roland McGrath <roland@hack.frob.com>
38847 * string/str-two-way.h: Include <sys/param.h>.
38848 (MAX): Macro removed.
38850 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38851 Move #define and #undef of memmove to just before and after
38852 including <string.h>.
38854 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38855 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38856 and after including <string.h>. Move declarations of
38857 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38858 to before #include "string/memmove.c".
38860 * include/dirent.h: Declare __getdirentries.
38862 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38863 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38865 2012-08-14 Mike Frysinger <vapier@gentoo.org>
38867 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38868 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38869 * sysdeps/i386/configure: Regenerated.
38870 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38871 STABS_CURRENT_FILE, and STABS_FUN.
38872 (END): Remove call to STABS_FUN_END.
38873 (STABS_CURRENT_FILE1): Delete.
38874 (STABS_CURRENT_FILE): Likewise.
38875 (STABS_FUN): Likewise.
38876 (STABS_FUN_END): Likewise.
38877 (STABS_FUN2): Likewise.
38878 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38879 * sysdeps/x86_64/configure: Regenerated.
38881 2012-08-14 Roland McGrath <roland@hack.frob.com>
38883 * elf/dl-open.c: Include <atomic.h>.
38884 * elf/dl-lookup.c: Likewise.
38886 2012-08-14 Joseph Myers <joseph@codesourcery.com>
38888 * sysdeps/unix/sysv/linux/kernel-features.h
38889 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38890 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38892 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38894 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38895 condition on __ASSUME_CLONE_THREAD_FLAGS.
38897 2012-08-14 Andreas Jaeger <aj@suse.de>
38899 * sysdeps/i386/fpu/libm-test-ulps: Update.
38901 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
38903 * include/atomic.h (atomic_exchange_and_add): Split into ...
38904 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38907 2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
38909 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38911 2012-08-13 Jeff Law <law@redhat.com>
38913 * manual/stdio.texi (snprintf): Clarify handling of the trailing
38914 null byte in the output string.
38916 2012-08-10 Joseph Myers <joseph@codesourcery.com>
38918 * sysdeps/unix/sysv/linux/kernel-features.h
38919 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38920 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38921 (__ASSUME_ARG_MAX_STACK_BASED): Define.
38922 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38923 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38924 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
38925 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38927 2012-08-09 Jeff Law <law@redhat.com>
38930 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38931 When avoid_arena is set, don't retry in the that arena. Pick the
38932 next one, whatever it might be.
38933 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38934 (arena_lock): Pass in new parameter to arena_get2.
38935 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38937 (__libc_malloc): Unify retrying after main arena failure with
38938 __libc_memalign version.
38939 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38941 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
38944 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38945 to __redirect_strstr.
38946 (__strstr_sse42): Use typeof __redirect_strstr.
38947 (__strstr_ia32): Likewise.
38948 (__libc_strstr): New prototype.
38949 (strstr): Renamed to ...
38950 (__libc_strstr): This.
38951 (strstr): New strong alias of __libc_strstr.
38952 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38953 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38956 (__libc_time): New prototype.
38957 (time_ifunc): Replace time with __libc_time.
38958 (time): New strong alias and hidden definition of __libc_time.
38959 (__GI_time): Remove strong alias.
38960 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38961 Include <stddef.h>.
38962 (memmove): Redefined to __redirect_memmove.
38963 (__memmove_sse2): Use typeof __redirect_memmove.
38964 (__memmove_ssse3): Likewise.
38965 (__memmove_ssse3_back): Likewise.
38966 (__libc_memmove): New prototype.
38967 (memmove): Renamed to ...
38968 (__libc_memmove): This.
38969 (memmove): New strong alias of __libc_memmove.
38971 2012-08-08 Mark Salter <msalter@redhat.com>
38974 (R_MN10300_TLS_GD): Define.
38975 (R_MN10300_TLS_LD): Likewise.
38976 (R_MN10300_TLS_LDO): Likewise.
38977 (R_MN10300_TLS_GOTIE): Likewise.
38978 (R_MN10300_TLS_IE): Likewise.
38979 (R_MN10300_TLS_LE): Likewise.
38980 (R_MN10300_TLS_DTPMOD): Likewise.
38981 (R_MN10300_TLS_DTPOFF): Likewise.
38982 (R_MN10300_TLS_TPOFF): Likewise.
38983 (R_MN10300_SYM_DIFF): Likewise.
38984 (R_MN10300_ALIGN): Likewise.
38985 (R_MN10300_NUM): Update.
38987 2012-08-08 Joseph Myers <joseph@codesourcery.com>
38989 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38992 2012-08-08 Roland McGrath <roland@hack.frob.com>
38994 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38996 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38997 sysdeps/unix -> sysdeps/posix move.
38998 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39000 2012-08-07 Allan McRae <allan@archlinux.org>
39003 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39004 (SUNOS_CPP): Likewise.
39005 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39007 (open_input): Call CPP using execvp.
39009 2012-08-07 Joseph Myers <joseph@codesourcery.com>
39011 * sysdeps/unix/sysv/linux/kernel-features.h
39012 (__ASSUME_PROT_GROWSUPDOWN): Remove.
39013 (__ASSUME_NO_CLONE_DETACHED): Likewise.
39014 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39015 (__ASSUME_WAITID_SYSCALL): Likewise.
39016 * sysdeps/unix/sysv/linux/dl-execstack.c
39017 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39018 code unconditional.
39019 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39021 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39022 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39023 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39025 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39027 [__ASSUME_WAITID_SYSCALL]: Likewise.
39028 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39030 2012-08-07 Roland McGrath <roland@hack.frob.com>
39032 * sysdeps/unix/closedir.c: Renamed to ...
39033 * sysdeps/posix/closedir.c: ... here.
39034 * sysdeps/unix/dirfd.c: Renamed to ...
39035 * sysdeps/posix/dirfd.c: ... here.
39036 * sysdeps/unix/dirstream.h: Renamed to ...
39037 * sysdeps/posix/dirstream.h: ... here.
39038 * sysdeps/unix/fdopendir.c: Renamed to ...
39039 * sysdeps/posix/fdopendir.c: ... here.
39040 * sysdeps/unix/opendir.c: Renamed to ...
39041 * sysdeps/posix/opendir.c: ... here.
39042 * sysdeps/unix/readdir.c: Renamed to ...
39043 * sysdeps/posix/readdir.c: ... here.
39044 * sysdeps/unix/readdir_r.c: Renamed to ...
39045 * sysdeps/posix/readdir_r.c: ... here.
39046 * sysdeps/unix/rewinddir.c: Renamed to ...
39047 * sysdeps/posix/rewinddir.c: ... here.
39048 * sysdeps/unix/seekdir.c: Renamed to ...
39049 * sysdeps/posix/seekdir.c: ... here.
39050 * sysdeps/unix/telldir.c: Renamed to ...
39051 * sysdeps/posix/telldir.c: ... here.
39052 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39053 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39054 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39055 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39057 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39058 * bits/fcntl.h: ... here.
39060 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39062 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39063 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39064 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39065 (struct flock): Move l_start, l_len to the beginning.
39066 Use __pid_t for l_pid.
39067 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39068 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39069 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39070 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39071 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39072 [__USE_LARGEFILE64] (struct flock64): New type.
39073 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39075 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39076 * bits/dirent.h: ... here.
39078 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39079 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39081 2012-08-07 Joseph Myers <joseph@codesourcery.com>
39083 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39084 Change from 2.6.0 to 2.6.16.
39085 * sysdeps/unix/sysv/linux/configure: Regenerated.
39086 * sysdeps/unix/sysv/linux/kernel-features.h
39087 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39088 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39090 (__ASSUME_UTIMES): Likewise.
39091 (__ASSUME_CLONE_STOPPED): Remove.
39092 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39093 architectures, not kernel version.
39094 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39095 (__ASSUME_NO_CLONE_DETACHED): Likewise.
39096 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39097 (__ASSUME_WAITID_SYSCALL): Likewise.
39098 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39099 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39100 * README: State 2.6.16 as minimum Linux kernel version. Do not
39101 refer to older versions.
39103 2012-08-06 Roland McGrath <roland@hack.frob.com>
39105 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39106 Define alphasort64 as an alias.
39107 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39108 Define versionsort64 as an alias.
39109 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39110 Define scandir64 as an alias.
39111 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39112 Define scandirat64 as an alias.
39113 * dirent/alphasort64.c (alphasort64):
39114 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39115 * dirent/versionsort64.c: Likewise.
39116 * dirent/scandir64.c: Likewise.
39117 * dirent/scandirat64.c: Likewise.
39118 * sysdeps/wordsize-64/alphasort.c: File removed.
39119 * sysdeps/wordsize-64/alphasort64.c: File removed.
39120 * sysdeps/wordsize-64/scandir.c: File removed.
39121 * sysdeps/wordsize-64/scandir64.c: File removed.
39122 * sysdeps/wordsize-64/scandirat.c: File removed.
39123 * sysdeps/wordsize-64/scandirat64.c: File removed.
39124 * sysdeps/wordsize-64/versionsort.c: File removed.
39125 * sysdeps/wordsize-64/versionsort64.c: File removed.
39126 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39127 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39128 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39129 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39130 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39131 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39132 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39133 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39135 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39136 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39137 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39138 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39139 [defined __arch64__ || defined __sparcv9]
39140 (__INO_T_MATCHES_INO64_T): New macro.
39141 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39142 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39143 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39144 * sysdeps/unix/sysv/linux/bits/dirent.h
39145 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39146 (_DIRENT_MATCHES_DIRENT64): New macro.
39148 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39149 Define lockf64 as an alias.
39150 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39151 Define fseeko64 as an alias.
39152 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39153 Define ftello64 as an alias.
39154 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39155 Define _IO_fgetpos64 and fgetpos64 as aliases.
39156 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39157 Define _IO_fsetpos64 and fsetpos64 as aliases.
39158 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39159 Conditionalize body on this.
39160 * libio/fseeko64.c: Likewise.
39161 * libio/ftello64.c: Likewise.
39162 * libio/iofgetpos64.c: Likewise.
39163 * libio/iofsetpos64.c: Likewise.
39164 * sysdeps/wordsize-64/lockf.c: File removed.
39165 * sysdeps/wordsize-64/lockf64.c: File removed.
39166 * sysdeps/wordsize-64/fseeko.c: File removed.
39167 * sysdeps/wordsize-64/fseeko64.c: File removed.
39168 * sysdeps/wordsize-64/ftello.c: File removed.
39169 * sysdeps/wordsize-64/ftello64.c: File removed.
39170 * sysdeps/wordsize-64/iofgetpos.c: File removed.
39171 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39172 * sysdeps/wordsize-64/iofsetpos.c: File removed.
39173 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39174 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39175 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39176 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39177 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39178 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39179 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39180 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39181 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39182 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39183 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39185 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39186 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39187 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39188 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39189 [defined __arch64__ || defined __sparcv9]
39190 (__OFF_T_MATCHES_OFF64_T): New macro.
39191 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39192 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39193 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39194 (__OFF_T_MATCHES_OFF64_T): New macro.
39196 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
39198 * stdlib/secure-getenv.c (__secure_getenv): Replace
39199 GLIBC_2_16 with GLIBC_2_17.
39201 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
39203 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39204 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39206 2012-08-03 David S. Miller <davem@davemloft.net>
39208 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39210 2012-08-03 Joseph Myers <joseph@codesourcery.com>
39212 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39214 (__ASSUME_CORRECT_SI_PID): Likewise.
39215 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39216 (__ASSUME_TMPFS_NAME): Likewise.
39217 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39218 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39219 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39220 (HAVE_AUX_SECURE): Make definition unconditional.
39221 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39222 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39224 2012-08-03 Roland McGrath <roland@hack.frob.com>
39226 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39227 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39228 * sysdeps/mach/hurd/eloop-threshold.h: New file.
39229 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39230 __eloop_threshold instead of SYMLOOP_MAX.
39232 * sysdeps/generic/eloop-threshold.h: New file.
39233 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39235 * elf/chroot_canon.c (chroot_canon): Likewise.
39237 2012-08-03 Joseph Myers <joseph@codesourcery.com>
39240 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39241 Change to 2.6.0 everywhere.
39242 * sysdeps/unix/sysv/linux/configure: Regenerated.
39243 * sysdeps/unix/sysv/linux/kernel-features.h
39244 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39245 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39247 (__ASSUME_POSIX_TIMERS): Define unconditionally.
39248 (__ASSUME_FUTEX_REQUEUE): Remove.
39249 (__ASSUME_STATFS64): Define unconditionally.
39250 (__ASSUME_AT_SECURE): Likewise.
39251 (__ASSUME_CORRECT_SI_PID): Likewise.
39252 (__ASSUME_TGKILL): Define without depending on kernel version for
39254 (__ASSUME_UTIMES): Likewise.
39255 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39257 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39258 (__ASSUME_TMPFS_NAME): Likewise.
39259 * README: Update reference to Linux kernel versions.
39261 2012-08-02 Marek Polacek <polacek@redhat.com>
39264 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
39265 libc_cv_asm_type_prefix with %.
39266 * configure: Regenerated.
39267 * include/libc-symbols.h: Remove comment about
39268 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39269 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39270 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39271 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39272 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39273 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39274 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39275 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39276 * elf/tst-unique2mod1.c: Likewise.
39277 * elf/tst-unique1mod2.c: Likewise.
39278 * elf/tst-unique1mod1.c: Likewise.
39279 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39280 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39281 Replace ASM_TYPE_DIRECTIVE with .type.
39282 * sysdeps/s390/s390-64/sysdep.h: Likewise.
39283 * sysdeps/i386/sysdep.h: Likewise.
39284 * sysdeps/x86_64/sysdep.h: Likewise.
39285 * sysdeps/sh/sysdep.h: Likewise.
39286 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39287 Do not define ASM_TYPE_DIRECTIVE.
39288 * sysdeps/powerpc/sysdep.h: Likewise.
39289 * sysdeps/powerpc/powerpc32/sysdep.h:
39290 Replace ASM_TYPE_DIRECTIVE with .type.
39291 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39292 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39293 * sysdeps/i386/fpu/e_powf.S: Likewise.
39294 * sysdeps/i386/fpu/e_expl.S: Likewise.
39295 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39296 * sysdeps/i386/fpu/e_acosh.S: Likewise.
39297 * sysdeps/i386/fpu/e_pow.S: Likewise.
39298 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39299 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39300 * sysdeps/i386/fpu/s_expm1.S: Likewise.
39301 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39302 * sysdeps/i386/fpu/e_log2.S: Likewise.
39303 * sysdeps/i386/fpu/e_log2l.S: Likewise.
39304 * sysdeps/i386/fpu/e_scalb.S: Likewise.
39305 * sysdeps/i386/fpu/e_powl.S: Likewise.
39306 * sysdeps/i386/fpu/e_log10f.S: Likewise.
39307 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39308 * sysdeps/i386/fpu/e_logl.S: Likewise.
39309 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39310 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39311 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39312 * sysdeps/i386/fpu/e_log2f.S: Likewise.
39313 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39314 * sysdeps/i386/fpu/e_log.S: Likewise.
39315 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39316 * sysdeps/i386/fpu/e_logf.S: Likewise.
39317 * sysdeps/i386/fpu/e_log10l.S: Likewise.
39318 * sysdeps/i386/fpu/e_atanh.S: Likewise.
39319 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39320 * sysdeps/i386/fpu/e_log10.S: Likewise.
39321 * sysdeps/i386/fpu/s_frexp.S: Likewise.
39322 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39323 * sysdeps/i386/fpu/s_asinh.S: Likewise.
39324 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39325 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39326 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39327 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39328 * sysdeps/i386/i686/strtok.S: Likewise.
39329 * sysdeps/i386/i386-mcount.S: Likewise.
39330 * sysdeps/i386/strtok.S: Likewise.
39331 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39332 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39333 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39334 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39335 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39336 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39337 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39338 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39339 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39340 * sysdeps/x86_64/_mcount.S: Likewise.
39341 * sysdeps/x86_64/strtok.S: Likewise.
39342 * sysdeps/sh/_mcount.S: Likewise.
39344 2012-08-01 Roland McGrath <roland@hack.frob.com>
39346 * libio/iofopen.c: Include <fcntl.h>.
39347 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39348 (_IO_fopen64, fopen64): Define as aliases.
39349 * libio/iofopen64.c: Include <fcntl.h>.
39350 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39351 Conditionalize body on this.
39352 * sysdeps/wordsize-64/iofopen.c: File removed.
39353 * sysdeps/wordsize-64/iofopen64.c: File removed.
39355 2012-08-01 Marek Polacek <polacek@redhat.com>
39357 * libc/Makeconfig: Use elf in place of binfmt-subdir.
39358 Use dlfcn directly instead of a variable.
39359 (binfmt-subdir): Do not define.
39362 2012-08-01 Joseph Myers <joseph@codesourcery.com>
39364 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39365 Remove all definitions.
39366 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39367 <kernel-features.h>.
39368 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39369 (miss_F_GETOWN_EX): Remove all definitions.
39370 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39372 [!__ASSUME_FCNTL64]: Remove conditional code.
39373 [__ASSUME_FCNTL64]: Make code unconditional.
39374 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39375 <kernel-features.h>.
39376 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39377 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39378 (lockf64) [__NR_fcntl64]: Make code unconditional.
39379 (lockf64) [__ASSUME_FCNTL64]: Likewise.
39381 * sysdeps/unix/sysv/linux/kernel-features.h
39382 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39383 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39384 Make code unconditional.
39385 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39386 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39388 [__NR_vfork]: Make code unconditional.
39389 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39390 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39392 [__NR_vfork]: Make code unconditional.
39393 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39394 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39396 2012-08-01 Roland McGrath <roland@hack.frob.com>
39398 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39399 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39401 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39402 Define mkstemp64 as an alias.
39403 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39404 Define mkstemps64 as an alias.
39405 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39406 Define mkostemp64 as an alias.
39407 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39408 Define mkostemps64 as an alias.
39409 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39410 Conditionalize body on this.
39411 * misc/mkostemp64.c: Likewise.
39412 * misc/mkostemps64.c: Likewise.
39413 * misc/mkstemps64.c: Likewise.
39414 * sysdeps/wordsize-64/mkstemp64.c: File removed.
39415 * sysdeps/wordsize-64/mkostemp64.c: File removed.
39416 * sysdeps/wordsize-64/mkostemp.c: File removed.
39417 * sysdeps/wordsize-64/mkstemp.c: File removed.
39418 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39419 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39420 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39421 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39424 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39425 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39426 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39427 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39429 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39430 compat_symbol macros from <shlib-compat.h> rather than the underlying
39431 default_symbol_version and symbol_version macros, so that DEFAULT
39432 lines in shlib-versions are respected.
39433 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39435 2012-08-01 Florian Weimer <fweimer@redhat.com>
39437 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39438 Declare with warn_unused_result.
39439 (setgid, setregid, setegid, setresgid): Likewise.
39440 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39442 * WUR-REPORT: Remove set*id functions.
39444 2012-07-31 Pino Toscano <toscano.pino@tiscali.it>
39446 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39448 2012-07-31 Roland McGrath <roland@hack.frob.com>
39451 * include/sys/socket.h (__libc_accept, __libc_accept4):
39452 Add attribute_hidden.
39453 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39455 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39457 * inet/getnetgrent_r.c (setup): Likewise.
39459 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39461 2012-07-31 David S. Miller <davem@davemloft.net>
39463 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39465 2012-07-31 Joseph Myers <joseph@codesourcery.com>
39468 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39469 value between 1.0 and 2.0 and smaller part has absolute value less
39471 * math/s_clog10.c (__clog10): Likewise.
39472 * math/s_clog10f.c (__clog10f): Likewise.
39473 * math/s_clog10l.c (__clog10l): Likewise.
39474 * math/s_clogf.c (__clogf): Likewise.
39475 * math/s_clogl.c (__clogl): Likewise.
39476 * math/libm-test.inc (clog_test): Add more tests.
39477 (clog10_test): Likewise.
39478 * sysdeps/i386/fpu/libm-test-ulps: Update.
39479 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39481 2012-07-31 Florian Weimer <fweimer@redhat.com>
39483 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39484 Exit with zero in case no suitable GID is found, and write a
39485 message to standard error.
39487 2012-07-30 Roland McGrath <roland@hack.frob.com>
39489 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39491 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39492 (MAXPATHLEN): Removed.
39493 (NOGROUP, NODEV): New macros.
39494 (setbit, clrbit, isset, isclr): New macros.
39495 (howmany, roundup, powerof2): New macros.
39496 (DEV_BSIZE): New macro.
39498 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39499 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39501 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39502 definition on [!__NO_LONG_DOUBLE_MATH].
39504 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39505 PTR_MANGLE and PTR_DEMANGLE.
39507 * socket/accept4.c (accept4): Rename to __libc_accept4.
39508 Define accept4 as a weak alias.
39510 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39511 on [_DIRENT_HAVE_D_TYPE].
39512 * io/ftw.c (ftw_dir): Likewise.
39514 * io/xmknod.c (__xmknod): Don't check PATH for being null.
39516 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39518 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39519 Use the BSD numbers rather than the arbitrary ones we had.
39520 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39521 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39522 (SIGXCPU, SIGXFSZ): New macros.
39525 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39526 initializer on [_LIBC_REENTRANT].
39528 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39529 definitions inside [_POSIX_MAPPED_FILES].
39531 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39533 * dirent/opendir.c: Include <fcntl.h>.
39535 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39536 (__libc_getspecific): Likewise.
39537 (__libc_key_create): Likewise.
39539 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39540 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39541 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39542 (tmpfile64): Define as alias.
39543 * sysdeps/wordsize-64/tmpfile.c: File removed.
39544 * sysdeps/wordsize-64/tmpfile64.c: File removed.
39545 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39546 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39548 * stdio-common/vfscanf.c: Include <stdbool.h>.
39549 * nss/makedb.c: Likewise.
39550 * stdio-common/_i18n_number.h: Likewise.
39551 * argp/argp-help.c: Likewise.
39552 * posix/wordexp.c: Likewise.
39553 * sysdeps/posix/spawni.c: Likewise.
39554 * nss/nss_files/files-initgroups.c: Likewise.
39555 * stdio-common/reg-modifier.c: Include <stdlib.h>.
39556 * nss/nss_files/files-initgroups.c: Likewise.
39557 * nss/nss_db/db-netgrp.c: Likewise.
39558 * nss/nss_db/db-initgroups.c: Likewise.
39559 * io/fchmodat.c: Include <sys/stat.h>.
39561 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39562 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39564 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39567 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39568 Add multiple inclusion protection.
39570 2012-07-27 David S. Miller <davem@davemloft.net>
39572 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39574 2012-07-27 Gary Benson <gbenson@redhat.com>
39577 * elf/rtld.c: Include <stap-probe.h>.
39578 (dl_main): Added static probes "init_start" and "init_complete".
39579 * elf/dl-load.c: Include <stap-probe.h>.
39580 (lose): Take new parameter "nsid".
39581 Added static probe "map_failed".
39582 (_dl_map_object_from_fd): Pass namespace id to lose.
39583 Added static probe "map_start".
39584 (open_verify): Pass namespace id to lose.
39585 * elf/dl-open.c: Include <stap-probe.h>.
39586 (dl_open_worker) Added static probes "map_complete", "reloc_start"
39587 and "reloc_complete".
39588 * elf/dl-close.c: Include <stap-probe.h>.
39589 (_dl_close_worker): Added static probes "unmap_start" and
39591 * elf/rtld-debugger-interface.txt: New file documenting the above.
39593 2012-07-26 Roland McGrath <roland@hack.frob.com>
39595 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39596 rather than a string variable.
39597 * sunrpc/rpc_main.c (h_output): Likewise.
39598 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39600 2012-07-26 Pino Toscano <toscano.pino@tiscali.it>
39602 * inet/check_native.c: New file.
39604 2012-07-26 Joseph Myers <joseph@codesourcery.com>
39607 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39608 if larger part has absolute value 1.0.
39609 * math/s_clog10.c (__clog10): Likewise.
39610 * math/s_clog10f.c (__clog10f): Likewise.
39611 * math/s_clog10l.c (__clog10l): Likewise.
39612 * math/s_clogf.c (__clogf): Likewise.
39613 * math/s_clogl.c (__clogl): Likewise.
39614 * math/libm-test.inc (clog_test): Add more tests.
39615 (clog10_test): Likewise.
39616 * sysdeps/i386/fpu/libm-test-ulps: Update.
39617 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39619 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39620 (pltexit): Likewise.
39621 (La_regs): Likewise.
39622 (La_retval): Likewise.
39623 (int_retval): Likewise.
39624 Update #error for removed macros to refer only to definitions in
39626 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39628 (pltexit): Likewise.
39629 (La_regs): Likewise.
39630 (La_retval): Likewise.
39631 (int_retval): Likewise.
39632 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39634 (pltexit): Likewise.
39635 (La_regs): Likewise.
39636 (La_retval): Likewise.
39637 (int_retval): Likewise.
39638 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39640 (pltexit): Likewise.
39641 (La_regs): Likewise.
39642 (La_retval): Likewise.
39643 (int_retval): Likewise.
39644 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39646 (pltexit): Likewise.
39647 (La_regs): Likewise.
39648 (La_retval): Likewise.
39649 (int_retval): Likewise.
39650 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39652 (pltexit): Likewise.
39653 (La_regs): Likewise.
39654 (La_retval): Likewise.
39655 (int_retval): Likewise.
39656 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39658 (pltexit): Likewise.
39659 (La_regs): Likewise.
39660 (La_retval): Likewise.
39661 (int_retval): Likewise.
39662 * sysdeps/generic/tst-audit.h: Update comment to refer only to
39663 macro definitions in tst-audit.h.
39664 * sysdeps/i386/tst-audit.h: New file.
39665 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39666 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39667 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39668 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39669 * sysdeps/sh/tst-audit.h: Likewise.
39670 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39671 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39672 * sysdeps/x86_64/tst-audit.h: Likewise.
39674 2012-07-26 Andreas Jaeger <aj@suse.de>
39676 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39679 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39680 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39681 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39683 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39684 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39685 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39687 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39690 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39692 (si_call_addr, si_syscall, si_arch): Define new macro.
39693 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39695 (si_call_addr, si_syscall, si_arch): Define new marcro.
39696 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39698 (si_call_addr, si_syscall, si_arch): Define new macro.
39699 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39701 (si_call_addr, si_syscall, si_arch): Define new macro.
39703 2012-07-25 Joseph Myers <joseph@codesourcery.com>
39706 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39707 Change to 2.4.21 where previously 2.4.1.
39708 * sysdeps/unix/sysv/linux/configure: Regenerated.
39709 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39710 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39711 Linux kernel version.
39712 (__ASSUME_STD_AUXV): Remove.
39713 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39715 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39716 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39717 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39718 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39719 (__ASSUME_NETLINK_SUPPORT): Likewise.
39720 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39721 (__no_netlink_support): Remove conditional definition.
39722 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39724 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39725 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39726 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39727 (if_nameindex_ioctl): Remove.
39728 (if_nameindex_netlink): Do not handle __no_netlink_support.
39729 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39731 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39732 Remove conditional code.
39733 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39735 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39737 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39738 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39739 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39741 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39742 [!__ASSUME_STD_AUXV]: Remove conditional code.
39743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39744 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39745 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39746 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39747 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39748 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39750 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39751 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39752 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39753 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39755 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39756 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39757 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39759 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39760 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39762 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39763 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39764 code unconditional.
39765 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39767 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39769 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39771 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39772 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39774 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39776 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39777 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39778 code unconditional.
39779 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39781 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39783 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39785 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39786 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39787 code unconditional.
39788 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39790 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39792 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39795 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
39797 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39798 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39799 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39800 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39801 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39802 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39803 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39804 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39805 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39806 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39807 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39808 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39809 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39810 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39811 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39812 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39813 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39814 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39815 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39816 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39817 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39818 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39819 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39821 2012-07-25 Florian Weimer <fweimer@redhat.com>
39823 * Versions.def: Add GLIBC_2.17.
39824 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39825 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39826 Introduce __libc_secure_getenv.
39827 * stdlib/Versions (2.17): Add secure_getenv
39828 (GLIBC_PRIVATE): Add __libc_secure_getenv.
39829 * stdlib/secure-getenv.c: Rename __secure_getenv to
39830 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
39831 symbol __secure_getenv for GLIBC_2.0.
39832 * stdlib/tst-secure-getenv.c: New.
39833 * stdlib/Makefile (tests): Add testcase.
39834 * manual/startup.texi (Environment Access): Document
39836 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39837 __libc_secure_getenv.
39838 * inet/ruserpass.c (ruserpass): Likewise.
39839 * malloc/mtrace.c (mtrace): Likewise.
39840 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39841 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39842 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39843 * sysdeps/posix/tempname.c: Likewise. Evaluate
39844 HAVE_SECURE_GETENV.
39845 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39846 __secure_getenv to __libc_secure_getenv.
39847 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39848 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39850 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39852 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39853 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39854 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39855 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39856 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39857 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39858 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39860 2012-07-25 Joseph Myers <joseph@codesourcery.com>
39862 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39863 (struct La_i86_retval): Likewise.
39864 (struct La_x86_64_regs): Likewise.
39865 (struct La_x86_64_retval): Likewise.
39866 (struct La_x32_regs): Likewise.
39867 (struct La_x32_retval): Likewise.
39868 (struct La_ppc32_regs): Likewise.
39869 (struct La_ppc32_retval): Likewise.
39870 (struct La_ppc64_regs): Likewise.
39871 (struct La_ppc64_retval): Likewise.
39872 (struct La_sh_regs): Likewise.
39873 (struct La_sh_retval): Likewise.
39874 (struct La_s390_32_regs): Likewise.
39875 (struct La_s390_32_retval): Likewise.
39876 (struct La_s390_64_regs): Likewise.
39877 (struct La_s390_64_retval): Likewise.
39878 (struct La_sparc32_regs): Likewise.
39879 (struct La_sparc32_retval): Likewise.
39880 (struct La_sparc64_regs): Likewise.
39881 (struct La_sparc64_retval): Likewise.
39882 (struct audit_ifaces): Remove architecture-specific pltenter and
39884 * sysdeps/i386/ldsodefs.h: New file.
39885 * sysdeps/powerpc/ldsodefs.h: Likewise.
39886 * sysdeps/s390/ldsodefs.h: Likewise.
39887 * sysdeps/sh/ldsodefs.h: Likewise.
39888 * sysdeps/sparc/ldsodefs.h: Likewise.
39889 * sysdeps/x86_64/ldsodefs.h: Likewise.
39891 2012-07-25 Marek Polacek <polacek@redhat.com>
39894 * math/libm-test.inc (yn_test): Add another test.
39895 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39896 to ERANGE when the result is +-Inf.
39897 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39898 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39899 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39900 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39902 2012-07-24 Joseph Myers <joseph@codesourcery.com>
39904 * conform/data/time.h-data (NULL): Use macro-constant. Require
39906 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
39908 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
39910 2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
39912 * configure.in <sysdeps resolving>: Correct printing
39914 * configure: Regenerate.
39916 2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
39918 * math/w_ilogb.c: Include <limits.h>.
39919 * math/w_ilogbl.c: Likewise.
39921 2012-07-20 Joseph Myers <joseph@codesourcery.com>
39923 * manual/lang.texi (__va_copy): Document primarily as ISO C99
39924 va_copy. Document allowing for unavailable va_copy only as
39925 pre-C99 compatibility.
39926 * manual/string.texi (Copying and Concatenation): Use va_copy
39927 instead of __va_copy in concat example.
39929 2012-07-20 Pino Toscano <toscano.pino@tiscali.it>
39931 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39932 (__sendto): Use create_address_port. Initialize APORT and deallocate
39935 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39936 with O_NOLINK passed to __file_name_lookup.
39938 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39939 with O_NOLINK passed to __file_name_lookup.
39941 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39942 negative N or less than NGIDS.
39944 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39945 type to string_t. Set ERANGE as errno and return it if NAME is not big
39946 enough. Use memcpy instead of strncpy.
39948 2012-07-20 Joseph Myers <joseph@codesourcery.com>
39950 * elf/Makefile (check-data): Remove.
39951 (localplt.data): New vpath directive.
39952 ($(objpfx)check-localplt.out): Use localplt.data from vpath
39953 instead of $(check-data).
39954 * scripts/data/localplt-generic.data: Move to ...
39955 * sysdeps/generic/localplt.data: ... here.
39956 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39957 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39958 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39961 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39964 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39965 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39967 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39968 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39970 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39971 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39973 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39974 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39977 2012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39979 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39980 PPC32 and PPC64 files.
39981 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39982 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39984 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39986 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39987 __makecontext_ret to ...
39988 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39989 ... here and call exit if uc_link is NULL. New file.
39990 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39991 __makecontext_ret.S.
39992 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39993 __makecontext_ret to ...
39994 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39995 ... here and call exit if uc_link is NULL. New file.
39996 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39997 __makecontext_ret.S.
39999 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40001 * elf/elf.h (R_390_IRELATIVE): New definition.
40002 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40003 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
40004 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40005 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40006 (elf_machine_lazy_rel): Likewise.
40007 * sysdeps/s390/dl-irel.h: New file.
40008 * sysdeps/s390/s390-64/memcpy.S: New asm code.
40009 * sysdeps/s390/s390-64/memset.S: New asm code.
40010 * sysdeps/s390/s390-64/memcmp.S: New asm code.
40011 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40012 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40013 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40014 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40015 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40016 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40017 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40018 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40019 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40020 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40021 * sysdeps/s390/s390-32/memcpy.S: New asm code.
40022 * sysdeps/s390/s390-32/memset.S: New asm code.
40023 * sysdeps/s390/s390-32/memcmp.S: New asm code.
40025 2012-07-17 Marek Polacek <polacek@redhat.com>
40028 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40029 * sysdeps/s390/s390-64/configure.in: Likewise.
40030 * sysdeps/sparc/configure.in: Likewise.
40031 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40032 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40033 * sysdeps/i386/configure.in: Likewise.
40034 * sysdeps/x86_64/configure.in: Likewise.
40035 * sysdeps/sh/configure.in: Likewise.
40036 * sysdeps/s390/s390-32/configure: Regenerated.
40037 * sysdeps/s390/s390-64/configure: Likewise.
40038 * sysdeps/x86_64/configure: Likewise.
40039 * sysdeps/sh/configure: Likewise.
40040 * sysdeps/powerpc/powerpc64/configure: Likewise.
40041 * sysdeps/powerpc/powerpc32/configure: Likewise.
40042 * sysdeps/sparc/configure: Likwise.
40043 * sysdeps/i386/configure: Likewise.
40045 * elf/dl-open.c: Comment fixes.
40047 2012-07-17 Joseph Myers <joseph@codesourcery.com>
40049 * Makefile [CXX] (check-data): Remove.
40050 [CXX] (c++-types.data): New vpath directive.
40051 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40052 vpath. Do not allow for C++ type data being missing.
40053 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40054 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40055 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40056 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40057 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40058 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40059 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40060 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40062 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40065 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40066 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40068 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40069 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40071 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40072 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40074 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40075 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40077 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40078 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40080 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40081 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40083 * elf/tls-macros.h (TLS_LE): Move architecture-specific
40084 definitions to architecture-specific files.
40085 (TLS_IE): Likewise.
40086 (TLS_LD): Likewise.
40087 (TLS_GD): Likewise.
40088 * sysdeps/i386/tls-macros.h: New file.
40089 * sysdeps/powerpc/tls-macros.h: Likewise.
40090 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40091 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40092 * sysdeps/sh/tls-macros.h: Likewise.
40093 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40094 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40095 * sysdeps/x86_64/tls-macros.h: Likewise.
40097 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
40099 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40100 zero value for regular exit case.
40102 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40103 (__start_context): Preserve zero value for regular exit case.
40105 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
40106 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40108 * manual/setjmp.texi (setcontext): Clarify normal process
40109 termination when uc_link is the null pointer.
40110 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40113 2012-07-16 Andreas Schwab <schwab@linux-m68k.org>
40115 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40116 preprocessor. Test for each exception mask separately.
40118 2012-07-16 Andreas Jaeger <aj@suse.de>
40120 * po/ru.po: Update from translation team.
40122 2012-07-15 Joseph Myers <joseph@codesourcery.com>
40124 * conform/data/string.h-data (NULL): Use macro-constant. Require
40126 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40127 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40128 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40129 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40130 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40132 2012-07-13 Andreas Jaeger <aj@suse.de>
40134 * po/fr.po: Update from translation team.
40136 2012-07-12 Marek Polacek <polacek@redhat.com>
40139 * math/libm-test.inc (yn_test): Add test for BZ #14173.
40140 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40143 2012-07-12 Joseph Myers <joseph@codesourcery.com>
40146 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40147 Change to 2.4.1 where previously 2.4.0.
40148 * sysdeps/unix/sysv/linux/configure: Regenerated.
40149 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40150 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40152 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40153 (__ASSUME_AT_CLKTCK): Remove.
40154 (__ASSUME_AT_PAGESIZE): Likewise.
40155 (__ASSUME_AT_XID): Likewise.
40156 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40157 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40158 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40160 (HAVE_AUX_PAGESIZE): Likewise.
40161 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40162 [__ASSUME_AT_CLKTCK]: Make code unconditional.
40163 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40165 2012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
40168 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40169 the temporary buffer used to invoke __gethostbyname2_r,
40170 __gethostbyaddr_r and gethostbyname4_r to make room for struct
40171 host_data / struct gaih_addrtuple.
40172 * resolv/nss_dns/dns-host.c (global scope): Move definition of
40173 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40174 header file nss/nsswitch.h.
40175 * nss/nsswitch.h (global scope): Add definition of implementation
40176 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40177 resolv/nss_dns/dns-host.c).
40179 2012-07-11 Andreas Jaeger <aj@suse.de>
40181 * po/fr.po: Update from translation team.
40183 * po/sv.po: Update from translation team
40184 * po/fr.po: Another update from translation team.
40186 2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40188 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40189 for subnormals or multiply small sinh result by itself.
40190 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40191 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40193 2012-07-11 David S. Miller <davem@davemloft.net>
40195 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40197 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
40200 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40201 (INTERNAL_MARK): Shift it here.
40203 2012-07-10 Marek Polacek <polacek@redhat.com>
40206 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
40207 libc_cv_asm_global_directive with .globl.
40208 * configure: Regenerated.
40209 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40211 * sysdeps/i386/configure: Regenerated.
40212 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40214 * sysdeps/x86_64/configure: Regenerated.
40215 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40216 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40217 * elf/tst-unique2mod2.c: Likewise.
40218 * elf/tst-unique2mod1.c: Likewise.
40219 * elf/tst-unique1mod2.c: Likewise.
40220 * elf/tst-unique1mod1.c: Likewise.
40221 * sysdeps/s390/s390-32/sysdep.h: Likewise.
40222 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40223 * sysdeps/s390/s390-64/sysdep.h: Likewise.
40224 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40225 * sysdeps/mach/sysdep.h: Likewise.
40226 * sysdeps/i386/sysdep.h: Likewise.
40227 * sysdeps/i386/i386-mcount.S: Likewise.
40228 * sysdeps/x86_64/_mcount.S: Likewise.
40229 * sysdeps/x86_64/sysdep.h: Likewise.
40230 * sysdeps/sh/_mcount.S: Likewise.
40231 * sysdeps/sh/sysdep.h: Likewise.
40232 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40233 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40234 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40235 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40236 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40237 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40238 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40239 * locale/localeinfo.h: Likewise.
40240 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40241 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40243 2012-07-09 Roland McGrath <roland@hack.frob.com>
40246 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40248 * manual/message.texi (The Uniforum approach): Likewise.
40249 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40250 (glibc iconv Implementation): Likewise.
40252 2012-07-09 Joseph Myers <joseph@codesourcery.com>
40255 * math/s_clog.c (__clog): Avoid scaling a value down where that
40256 could result in underflow.
40257 * math/s_clog10.c (__clog10): Likewise.
40258 * math/s_clog10f.c (__clog10f): Likewise.
40259 * math/s_clog10l.c (__clog10l): Likewise.
40260 * math/s_clogf.c (__clogf): Likewise.
40261 * math/s_clogl.c (__clogl): Likewise.
40262 * math/libm-test.inc (clog_test): Add more tests.
40263 (clog10_test): Likewise.
40264 * sysdeps/i386/fpu/libm-test-ulps: Update.
40265 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40267 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
40270 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40271 by 7 not 8 to examine high bit of fractional part.
40274 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40275 for call to __mcount_internal.
40276 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40277 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40278 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40280 2012-07-06 Joseph Myers <joseph@codesourcery.com>
40283 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40284 approximation for values within 0x1p-13f of an odd multiple of
40286 * math/libm-test.inc (tan_test): Do not allow spurious underflow
40287 exception. Add more tests.
40288 * sysdeps/i386/fpu/libm-test-ulps: Update.
40291 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40292 inputs and return -1 for them. Do not check for +Inf in case not
40293 reachable for +Inf.
40294 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40295 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40296 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40297 and return -1 for them. Do not check for +Inf in case not
40298 reachable for +Inf.
40299 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40301 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40302 and return -1 for them. Do not check for +Inf in case not
40303 reachable for +Inf.
40304 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
40305 spurious underflow.
40306 * sysdeps/i386/fpu/libm-test-ulps: Update.
40307 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40309 2012-07-06 Mike Frysinger <vapier@gentoo.org>
40311 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40313 2012-07-05 Joseph Myers <joseph@codesourcery.com>
40317 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40318 could result in spurious underflow. Scale down values above
40319 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40320 * math/s_csqrtf.c (__csqrtf): Likewise.
40321 * math/s_csqrtl.c (__csqrtl): Likewise.
40322 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
40323 spurious underflow.
40324 * sysdeps/i386/fpu/libm-test-ulps: Update.
40325 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40327 2012-07-04 Andreas Schwab <schwab@linux-m68k.org>
40329 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40331 * catgets/xopen-msg.awk: New file.
40332 * catgets/xopen-msg.sed: Removed.
40334 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40336 * intl/po2test.awk: New file.
40337 * intl/po2test.sed: Removed.
40339 2012-07-04 Joseph Myers <joseph@codesourcery.com>
40342 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40343 or multiply small sinh result by itself.
40344 * math/s_ctanf.c (__ctanf): Likewise.
40345 * math/s_ctanh.c (__ctanh): Likewise.
40346 * math/s_ctanhf.c (__ctanhf): Likewise.
40347 * math/s_ctanhl.c (__ctanhl): Likewise.
40348 * math/s_ctanl.c (__ctanl): Likewise.
40349 * math/libm-test.inc (ctan_test_tonearest): New function.
40350 (ctan_test_towardzero): Likewise.
40351 (ctan_test_downward): Likewise.
40352 (ctan_test_upward): Likewise.
40353 (ctanh_test_tonearest): Likewise.
40354 (ctanh_test_towardzero): Likewise.
40355 (ctanh_test_downward): Likewise.
40356 (ctanh_test_upward): Likewise.
40357 (main): Call these new functions.
40358 * sysdeps/i386/fpu/libm-test-ulps: Update.
40359 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40361 2012-07-03 Mike Frysinger <vapier@gentoo.org>
40363 * .gitignore: Delete /ports entry.
40365 2012-07-03 Andreas Jaeger <aj@suse.de>
40367 * po/bg.po: Update from translation team.
40368 * po/cs.po: Likewise.
40369 * po/de.po: Likewise.
40370 * po/hr.po: Likewise.
40371 * po/nl.pl: Likewise.
40372 * po/pl.po: Likewise.
40373 * po/vi.po: Likewise.
40375 2012-07-03 Joseph Myers <joseph@codesourcery.com>
40377 * Makeconfig [!+link] (+link-before-libc): New variable.
40378 [!+link] (+link-after-libc): Likewise.
40379 [!+link] (+link-tests): Likewise.
40380 [!+link] (+link): Define in terms of $(+link-before-libc) and
40381 $(+link-after-libc).
40382 [!+link-static] (+link-static-before-libc): New variable.
40383 [!+link-static] (+link-static-after-libc): Likewise.
40384 [!+link-static] (+link-static-tests): Likewise.
40385 [!+link-static] (+link-static): Define in terms of
40386 $(+link-static-before-libc) and $(+link-static-after-libc).
40387 [build-shared] (link-libc-before-gnulib): New variable.
40388 [build-shared] (link-libc-tests): Likewise.
40389 [build-shared] (link-libc): Define in terms of
40390 $(link-libc-before-gnulib).
40391 [!build-shared] (link-libc-tests): New variable.
40392 (link-libc-static-tests): New variable.
40393 [!gnulib] (gnulib-arch): New variable.
40394 [!gnulib] (gnulib-tests): Likewise.
40395 [!gnulib] (static-gnulib-arch): Likewise.
40396 [!gnulib] (static-gnulib-tests): Likewise.
40397 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
40398 Define with "=" instead of ":=".
40399 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
40400 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
40401 * Rules (binaries-all-notests): New variable.
40402 (binaries-all-tests): Likewise.
40403 (binaries-static-notests): Likewise.
40404 (binaries-static-tests): Likewise.
40405 (binaries-all): Define using $(binaries-all-notests) and
40406 $(binaries-all-tests).
40407 (binaries-static): Define using $(binaries-static-notests) and
40408 $(binaries-static-tests).
40409 (binaries-shared-tests): New variable.
40410 (binaries-shared-notests): Likewise.
40411 (binaries-shared): Remove variable.
40412 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40413 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40414 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40415 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40416 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40417 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40418 * elf/Makefile (sln-modules): New variable.
40419 (extra-objs): Add $(sln-modules:=.o).
40420 (ldconfig-modules): Add static-stubs.
40421 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40422 * elf/static-stubs.c: New file.
40425 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40426 by 7 not 8 to examine high bit of fractional part. Use volatile
40427 variables when splitting into final array of floats if
40428 __FLT_EVAL_METHOD__ != 0.
40429 * math/libm-test.inc (cos_test): Add another test.
40430 (sin_test): Likewise.
40431 * sysdeps/i386/fpu/libm-test-ulps: Update.
40434 * math/libm-test.inc (cosh_test): Add more tests.
40436 * version.h (RELEASE): Set to "development".
40437 (VERSION): Set to "2.16.90".
40439 2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
40441 * NEWS: Update copyright. Remove last-updated date.
40442 Mention math library bug fixes and timezone data changes.
40443 * README: Mention GNU/Hurd, x32, and HPPA support status.
40445 2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
40447 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40449 2012-06-27 Andreas Jaeger <aj@suse.de>
40451 * manual/contrib.texi (Contributors): Add Samuel Thibault.
40453 2012-06-25 Andreas Jaeger <aj@suse.de>
40455 * sysdeps/s390/fpu/libm-test-ulps: Update.
40457 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
40458 Thomas Schwinge <thomas@codesourcery.com>
40460 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40461 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40462 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40465 2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
40467 * sysdeps/mach/start.c: Remove file.
40468 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40469 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40470 * sysdeps/sh/init-first.c: Likewise.
40472 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40473 registers for frame unwinding purposes, add CFI directives.
40474 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40475 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40476 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40479 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40480 __fortify_fail returning.
40481 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40483 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40484 sysdeps/sh/____longjmp_chk.S.
40485 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40486 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40487 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40488 (gen-as-const-headers): Append sigaltstack-offsets.sym.
40490 * sysdeps/sh/abort-instr.h: New file.
40491 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40492 process in case exit returns.
40494 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40495 initialize the GOT register before use.
40497 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40498 calculation of ARGC > 4.
40500 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40501 meaningful names to some local labels.
40503 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40504 Kaz Kojima <kkojima@rr.iij4u.or.jp>
40506 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40507 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40508 (__arch_compare_and_exchange_val_16_acq): Likewise.
40509 (__arch_compare_and_exchange_val_32_acq): Likewise.
40510 (atomic_exchange_and_add): Fix gUSA sequence.
40511 (atomic_add): Likewise.
40512 (atomic_add_negative): Likewise.
40513 (atomic_add_zero): Likewise.
40514 (atomic_bit_test_set): Likewise.
40516 2012-06-22 Andreas Schwab <schwab@redhat.com>
40519 * include/link.h (struct link_map): Add l_free_initfini.
40520 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40522 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40523 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40524 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40527 2012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
40529 * configure.in: Use AC_LANG_SOURCE.
40530 * configure: Regenerate.
40532 2012-06-22 Roland McGrath <roland@hack.frob.com>
40534 * configure.in (libc_cv_localstatedir): New substituted variable.
40535 * configure: Regenerated.
40536 * config.make.in (localstatedir): New variable, substituted from
40537 libc_cv_localstatedir.
40538 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40539 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40540 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40541 * sysdeps/gnu/configure: Regenerated.
40543 2012-06-21 Jeff Law <law@redhat.com>
40546 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40547 free. Simplify list management for _LIBC case.
40549 2012-06-21 Joseph Myers <joseph@codesourcery.com>
40552 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40553 Clear sign bit of 64-bit integer value before comparing against
40556 * sysdeps/mach/configure: Regenerated.
40558 2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
40561 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40563 2012-06-21 Jeff Law <law@redhat.com>
40566 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
40567 uint16_t for elements in the "seen" array to avoid char overflows.
40568 * elf/dl-fini.c (_dl_sort_fini): Likewise.
40569 * elf/dl-open.c (dl_open_worker): Likewise.
40571 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
40573 * scripts/list-sources.sh: Scan PORTS for translations.
40574 * po/libc.pot: Regenerated.
40576 2012-06-21 Andreas Jaeger <aj@suse.de>
40579 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40581 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40582 * bits/byteswap-16.h (__bswap_16): Likewise.
40583 * bits/byteswap.h (__bswap_constant_16): Likewise.
40585 2012-06-18 H.J. Lu <hongjiu.lu@intel.com>
40588 * sysdeps/i386/fpu_control.h: Removed.
40589 * sysdeps/x86_64/fpu_control.h: Moved to ...
40590 * sysdeps/x86/fpu_control.h: Here.
40592 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40593 (_FPU_SETCW): Likewise.
40595 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
40598 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40599 * sysdeps/x86/fpu/bits/mathinline.h: This.
40600 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40604 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40605 functions if __x86_64__ is defined.
40607 2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
40609 * string/endian.h: Add !__ASSEMBLER__ condition for including
40610 conversion interfaces.
40612 2012-06-15 Joseph Myers <joseph@codesourcery.com>
40615 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40616 of ABS(x) in calculating zero to negative powers other than odd
40618 * math/libm-test.inc (pow_test): Add more tests.
40620 2012-06-15 Andreas Jaeger <aj@suse.de>
40622 * manual/contrib.texi (Contributors): Update entry of Liubov
40623 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40626 2012-06-15 Cyril Hrubis <metan@ucw.cz>
40628 * string/string.h: Add __wur to GNU version of strerror_r.
40630 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
40633 * string/Makefile (tests): Add tst-strtok_r.
40634 * string/tst-strtok_r.c: New file.
40635 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40636 RAX_LP/RDX_LP on SAVE_PTR.
40638 2012-06-14 Roland McGrath <roland@hack.frob.com>
40640 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40642 2012-06-14 Joseph Myers <joseph@codesourcery.com>
40644 * libm_test.inc (csqrt_test): Allow more spurious underflow
40646 (j0_test): Likewise.
40647 (j1_test): Likewise.
40648 (y0_test): Likewise.
40649 (y1_test): Likewise.
40651 2012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
40653 * po/Makefile (libc.pot): Use UTF-8 charset.
40655 2012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
40658 Suppress sign-conversion warning from FD_SET.
40659 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40660 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40661 not unsigned long int.
40662 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40664 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
40668 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40669 __extern_always_inline instead of __extern_inline.
40670 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40671 (__signbit): Likewise.
40672 (__signbitl): Support C++ namespace.
40673 (lrintf): New inline function.
40675 (llrintf): Likewise.
40676 (llrint): Likewise.
40686 (floorf): Likewise.
40687 (nearbyint): Likewise.
40688 (nearbyintf): Likewise.
40690 2012-06-12 Thomas Schwinge <thomas@codesourcery.com>
40692 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40693 non-default versions.
40695 2012-06-11 Roland McGrath <roland@hack.frob.com>
40698 * manual/argp.texi (Argp): Reword argp_parse description slightly.
40700 2012-06-09 Thomas Schwinge <thomas@codesourcery.com>
40702 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40703 (FE_UPWARD, FE_DOWNWARD): Don't define.
40704 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40705 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40707 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40709 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40710 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40712 2012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
40714 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40715 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40716 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40717 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40719 2012-06-06 H.J. Lu <hongjiu.lu@intel.com>
40722 * sysdeps/i386/fpu/bits/fenv.h: Removed.
40723 * sysdeps/i386/fpu/Implies: New file.
40724 * sysdeps/x86_64/fpu/Implies: Likewise.
40725 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40726 * sysdeps/x86/fpu/bits/fenv.h: This.
40728 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40731 2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
40734 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40735 character 0xffff that matches the last element of the
40738 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40740 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40743 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40745 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40746 values higher than 25.6283.
40748 2012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40750 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40751 subnormal exponent extraction and add some __builtin_expect.
40752 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40753 Fix for subnormal mantissa calculation.
40755 2012-06-04 Mike Frysinger <vapier@gentoo.org>
40757 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40758 cpu2 is -1 and errno is not ENOSYS.
40760 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
40763 * sysdeps/i386/i486/bits/string.h: Renamed to ...
40764 * sysdeps/x86/bits/string.h: This.
40765 * sysdeps/x86_64/bits/string.h: Removed.
40767 * sysdeps/i386/i486/bits/string.h: Define inline functions only
40768 if not compiling for x86-64, but compiling for >= i486.
40770 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40771 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40773 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40774 New macro from Linux kernel 3.4.0.
40775 (FP_XSTATE_MAGIC2): Likewise.
40776 (FP_XSTATE_MAGIC2_SIZE): Likewise.
40777 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40778 (struct _fpx_sw_bytes): New struct.
40779 (struct _xsave_hdr): Likewise.
40780 (struct _ymmh_state): Likewise.
40781 (struct _xstate): Likewise.
40783 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40784 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40785 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40786 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40787 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40788 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40790 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40791 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40792 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40793 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40794 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40795 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40797 2012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40800 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40801 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40802 (sysdep_headers): Include sys/platform/ppc.h.
40803 * sysdeps/powerpc/test-gettimebase.c: Test for
40804 __ppc_get_timebase() to catch future ISA opcode/insn changes.
40805 * manual/Makefile (appendices): Include platform.texi.
40806 * manual/contrib.texi (Contributors): Update @node pointers.
40807 * manual/maint.texi (Maintenance): Likewise.
40808 (Platform): New node.
40809 * manual/platform.texi: New file. Document the new features.
40811 2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
40812 Jakub Jelinek <jakub@redhat.com>
40815 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40816 where __builtin_expect is unavailable.
40818 2012-06-03 David S. Miller <davem@davemloft.net>
40820 * stdlib/longlong.h: Updated from GCC.
40822 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
40825 * sysdeps/powerpc/powerpc32/mcount.c: New file.
40826 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40829 (GLIBC_2.16): Likewise.
40831 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40833 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40835 2012-06-01 Joseph Myers <joseph@codesourcery.com>
40837 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40838 (default-abi): New variable.
40839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40840 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40842 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40844 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40846 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40849 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40850 definition. Document in comment.
40852 2012-06-01 David S. Miller <davem@davemloft.net>
40854 * stdlib/longlong.h: Updated from GCC.
40856 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40859 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40860 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40861 sys/debugreg.h sys/io.h here.
40862 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40863 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40865 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40866 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40867 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40868 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40869 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40870 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40872 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40873 Define only if __x86_64__ is defined.
40875 2012-06-01 Joseph Myers <joseph@codesourcery.com>
40878 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40879 Use int64_t for variable i.
40880 * math/libm-test.inc (fmod_test): Add more tests.
40882 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40883 z computation is not scheduled after fetestexcept.
40884 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40885 Use math_force_eval instead of asm to ensure calculation scheduled
40886 before exception test.
40887 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40888 Ensure a1 + u.d computation is not scheduled after fetestexcept.
40890 2012-06-01 Aurelien Jarno <aurelien@aurel32.net>
40892 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40893 computation is not scheduled after fetestexcept.
40895 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40898 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40899 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40901 2012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40903 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40904 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40906 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
40909 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40911 (__WCHAR_MIN): Support __WORDSIZE == 64.
40912 (__WCHAR_MAX): Likewise.
40914 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40915 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40918 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40919 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40922 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40923 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40925 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40926 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40928 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40929 Defined to 1 if __x86_64__ isn't defined.
40930 (_STAT_VER_LINUX_OLD): New.
40931 (st_atime): Remove duplicate.
40932 (st_mtime): Likewise.
40933 (st_ctime): Likewise.
40935 2012-05-31 David S. Miller <davem@davemloft.net>
40937 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40940 2012-06-01 Andreas Schwab <schwab@linux-m68k.org>
40942 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40946 * elf/dl-reloc.c: Include <_itoa.h>.
40947 (_dl_reloc_bad_type): Remove use of INTUSE.
40948 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40949 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40950 * stdio-common/psiginfo.c (psiginfo): Likewise.
40951 * stdio-common/psignal.c (psignal): Likewise.
40952 * string/strsignal.c (strsignal): Likewise.
40953 * include/signal.h (_sys_siglist): Declare hidden proto.
40954 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
40955 INTVARDEF with libc_hidden_data_def.
40956 * stdio-common/itoa-udigits.c: Likewise.
40957 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40958 (_itoa_lower_digits_internal): Remove declaration.
40959 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40960 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40961 (_sys_sigabbrev_internal): Remove aliases.
40962 (_sys_siglist): Define hidden alias.
40964 2012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
40966 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40969 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
40972 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40973 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40975 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40976 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40977 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40978 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40979 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40980 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40982 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40983 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40984 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40986 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40994 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40995 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40996 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40998 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40999 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41000 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41001 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41002 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41003 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41005 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41006 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41008 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41009 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41011 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41012 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41013 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41015 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41016 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41018 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41020 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41021 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41022 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41024 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41026 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41028 2012-05-31 Joseph Myers <joseph@codesourcery.com>
41030 * math/math.h (M_El): Use two more decimal places.
41031 (M_LOG2El): Likewise.
41032 (M_LOG10El): Likewise.
41033 (M_LN2l): Likewise.
41034 (M_LN10l): Likewise.
41036 (M_PI_2l): Likewise.
41037 (M_PI_4l): Likewise.
41038 (M_1_PIl): Likewise.
41039 (M_2_PIl): Likewise.
41040 (M_2_SQRTPIl): Likewise.
41041 (M_SQRT2l): Likewise.
41042 (M_SQRT1_2l): Likewise.
41044 2012-05-31 David S. Miller <davem@davemloft.net>
41046 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41047 values between float registers.
41048 * sysdeps/sparc/sparc64/memset.S: Likewise.
41049 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41051 2012-05-31 Mike Frysinger <vapier@gentoo.org>
41053 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41054 -D_FORTIFY_SOURCE=1.
41055 (CPPFLAGS-tst-longjmp_chk.c): Define.
41056 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41057 (CPPFLAGS-tst-longjmp_chk2.c): Define.
41058 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41059 CFLAGS-tst-wchar-h.c.
41061 2012-05-31 Marek Polacek <polacek@redhat.com>
41064 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41065 __endmntent_internal): Remove declaration.
41066 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41067 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41068 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41070 2012-05-30 David S. Miller <davem@davemloft.net>
41072 * sysdeps/sparc/sparc32/soft-fp/q_util.c
41073 (___Q_simulate_exceptions): Use real FP ops rather than writing
41075 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41078 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41081 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41082 * sysdeps/x86/bits/xtitypes.h: This.
41084 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41085 * sysdeps/x86/bits/wordsize.h: This.
41087 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41088 * sysdeps/x86/bits/huge_vall.h: This.
41090 * sysdeps/i386/bits/select.h: Removed.
41091 * sysdeps/x86_64/bits/select.h: Renamed to ...
41092 * sysdeps/x86/bits/select.h: This.
41094 * sysdeps/i386/bits/setjmp.h: Removed.
41095 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41096 * sysdeps/x86/bits/setjmp.h: This.
41098 * sysdeps/i386/bits/mathdef.h: Removed.
41099 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41100 * sysdeps/x86/bits/mathdef.h: This.
41102 2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
41105 * include/sys/socket.h (__connect_internal)
41106 (__libc_sa_len_internal): Remove declaration.
41107 (__connect, __libc_sa_len): Declare hidden_proto.
41108 (SA_LEN): Remove use of INTUSE.
41109 * socket/connect.c: Add libc_hidden_def.
41110 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41111 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41112 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41114 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41115 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41116 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41117 of adding _internal alias.
41119 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41122 * sysdeps/i386/bits/link.h: Removed.
41123 * sysdeps/i386/bits/linkmap.h: Likewise.
41124 * sysdeps/x86_64/bits/link.h: Renamed to ...
41125 * sysdeps/x86/bits/link.h: This.
41126 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41127 * sysdeps/x86/bits/linkmap.h: This.
41129 * sysdeps/i386/bits/endian.h: Removed.
41130 * sysdeps/x86_64/bits/endian.h: Renamed to ...
41131 * sysdeps/x86/bits/endian.h: This.
41133 * sysdeps/i386/bits/byteswap.h: Removed.
41134 * sysdeps/i386/bits/byteswap-16.h: Likewise.
41135 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41136 * sysdeps/x86/bits/byteswap.h: This.
41137 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41138 * sysdeps/x86/bits/byteswap-16.h: This.
41139 * sysdeps/i386/Implies: Add x86.
41140 * sysdeps/x86_64/Implies: Likewise.
41142 2012-05-30 David S. Miller <davem@davemloft.net>
41144 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41145 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41146 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41147 (FP_TRAPPING_EXCEPTIONS): Define.
41148 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41149 (FP_TRAPPING_EXCEPTIONS): Define.
41150 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41151 subnormals only when inexact has been signalled or underflow
41152 exceptions are enabled.
41153 (_FP_PACK_CANONICAL): Likewise.
41155 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41158 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41159 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41161 2012-05-30 Richard Henderson <rth@twiddle.net>
41163 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41164 with #ifndef NOT_IN_libc.
41166 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
41167 marked to avoid plt entry.
41169 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41172 * Makeconfig (default-abi): New macro.
41173 (abi-includes): Likewise.
41174 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
41175 $(abi-$(default-abi)-lib-soname) for soname if defined.
41176 ($(common-objpfx)gnu/lib-names.stmp): Generate from
41178 * Makefile (installed-stubs): Likewise.
41179 * include/stubs-biarch.h: Removed.
41180 * scripts/lib-names.awk: Only handle one library at a time.
41181 * scripts/soversions.awk: Remove WORDSIZE support.
41182 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41184 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41186 (syscall-list-default-condition): Likewise.
41187 (syscall-list-default-condition): Likewise.
41188 (syscall-list-includes): Likewise.
41189 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41190 syscall-list-* with abi-*. Handle undefined abi-variants.
41191 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41192 * sysdeps/unix/sysv/linux/i386/Implies: New file.
41193 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41194 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41195 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41196 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41198 (syscall-list-32-options): Likewise.
41199 (syscall-list-32-condition): Likewise.
41200 (syscall-list-64-options): Likewise.
41201 (syscall-list-64-condition): Likewise.
41202 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41204 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41207 (abi-64-ld-soname): New macro.
41208 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41209 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41212 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41213 * sysdeps/x86_64/x32/shlib-versions: Likewise.
41215 2012-05-30 Joseph Myers <joseph@codesourcery.com>
41217 * sysdeps/unix/sysv/linux/kernel-features.h
41218 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41219 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41220 include <kernel-features.h>.
41221 [!__NR_ftruncate64]: Remove conditional code.
41222 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41223 [__NR_ftruncate64]: Make code unconditional.
41224 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41225 * sysdeps/unix/sysv/linux/truncate64.c: Do not
41226 include <kernel-features.h>.
41227 [!__NR_ftruncate64]: Remove conditional code.
41228 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41229 [__NR_ftruncate64]: Make code unconditional.
41230 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41231 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41232 include <kernel-features.h>.
41233 [!__NR_ftruncate64]: Remove conditional code.
41234 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41235 [__NR_ftruncate64]: Make code unconditional.
41236 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41237 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41238 include <kernel-features.h>.
41239 [!__NR_ftruncate64]: Remove conditional code.
41240 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41241 [__NR_ftruncate64]: Make code unconditional.
41242 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41244 * configure.in (libc_cv_fpie): Weaken to a compile test using
41245 LIBC_TRY_CC_OPTION.
41246 * configure: Regenerated.
41248 2012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41250 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41251 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41252 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41253 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41255 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41256 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41257 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41258 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41259 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41260 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41263 2012-05-27 David S. Miller <davem@davemloft.net>
41265 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41267 (__Q_simulate_exceptions): Return void. Change to simulate
41268 exceptions by writing into the %fsr.
41269 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41270 (__Qp_handle_exceptions): Likewise.
41272 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41273 __Qp_handle_exceptions.
41274 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41275 __Qp_handle_exceptions.
41276 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41277 as unused and give dummy FP_RND_NEAREST initializer.
41278 (FP_INHIBIT_RESULTS): Define.
41279 (___Q_simulate_exceptions): Update declaration.
41280 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41282 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41283 as unused and give dummy FP_RND_NEAREST initializer.
41284 (__Qp_handle_exceptions): Update declaration.
41285 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41288 2012-05-27 Thomas Schwinge <thomas@codesourcery.com>
41290 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41291 the temporary FPU control word.
41292 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41293 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41294 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41295 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41296 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41297 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41298 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41299 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41300 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41301 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41302 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41304 2012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41306 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41309 2012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
41311 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41312 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41313 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41314 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41316 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41317 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41320 2012-05-27 Ulrich Drepper <drepper@gmail.com>
41322 * po/h.po: Update from translation team.
41324 2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
41326 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41328 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41329 handling of denormals.
41330 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41331 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41332 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41333 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41334 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41335 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41336 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41339 2012-05-26 Marek Polacek <polacek@redhat.com>
41342 * math/libm-test.inc (fma_test): Don't always expect underflow
41345 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
41348 * elf/tst-execstack.c: Include stackinfo.h.
41349 (do_test): Adjust test case to ensure that pthread_getattr_np
41350 behaviour remains the same after marking stack executable.
41352 2012-05-25 Joseph Myers <joseph@codesourcery.com>
41354 * sysdeps/unix/sysv/linux/kernel-features.h
41355 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41356 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41358 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41359 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41360 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41362 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41363 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41365 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
41367 * configure.in: Define the default includes to being none.
41368 * configure: Regenerated.
41370 2012-05-25 Roland McGrath <roland@hack.frob.com>
41372 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41373 * sysdeps/x86_64/setjmp.S: Likewise.
41374 * sysdeps/i386/bsd-setjmp.S: Likewise.
41375 * sysdeps/i386/bsd-_setjmp.S: Likewise.
41376 * sysdeps/i386/setjmp.S: Likewise.
41377 * sysdeps/i386/__longjmp.S: Likewise.
41378 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41379 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41381 * include/stap-probe.h: New file.
41382 * configure.in: Handle --enable-systemtap.
41383 * configure: Regenerated.
41384 * config.h.in (USE_STAP_PROBE): New #undef.
41385 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41386 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41387 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41389 2012-05-25 Joseph Myers <joseph@codesourcery.com>
41392 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41393 to 2.4.0 where earlier.
41394 * sysdeps/unix/sysv/linux/configure: Regenerated.
41395 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41396 <kernel-features.h>.
41397 [__ASSUME_32BITUIDS]: Make code unconditional.
41398 [!__ASSUME_32BITUIDS]: Remove conditional code.
41399 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41400 <kernel-features.h>.
41401 [__ASSUME_32BITUIDS]: Make code unconditional.
41402 [!__ASSUME_32BITUIDS]: Remove conditional code.
41403 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41404 [__ASSUME_32BITUIDS]: Make code unconditional.
41405 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41406 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41407 <kernel-features.h>.
41408 [__ASSUME_32BITUIDS]: Make code unconditional.
41409 [!__ASSUME_32BITUIDS]: Remove conditional code.
41410 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41411 <kernel-features.h>.
41412 [__ASSUME_32BITUIDS]: Make code unconditional.
41413 [!__ASSUME_32BITUIDS]: Remove conditional code.
41414 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41415 <kernel-features.h>.
41416 [__ASSUME_32BITUIDS]: Make code unconditional.
41417 [!__ASSUME_32BITUIDS]: Remove conditional code.
41418 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41419 <kernel-features.h>.
41420 [__ASSUME_32BITUIDS]: Make code unconditional.
41421 [!__ASSUME_32BITUIDS]: Remove conditional code.
41422 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41423 <kernel-features.h>.
41424 [__ASSUME_32BITUIDS]: Make code unconditional.
41425 [!__ASSUME_32BITUIDS]: Remove conditional code.
41426 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41427 <kernel-features.h>.
41428 [__ASSUME_32BITUIDS]: Make code unconditional.
41429 [!__ASSUME_32BITUIDS]: Remove conditional code.
41430 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41431 <kernel-features.h>.
41432 [__ASSUME_32BITUIDS]: Make code unconditional.
41433 [!__ASSUME_32BITUIDS]: Remove conditional code.
41434 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41435 <kernel-features.h>.
41436 [__ASSUME_32BITUIDS]: Make code unconditional.
41437 [!__ASSUME_32BITUIDS]: Remove conditional code.
41438 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41439 <kernel-features.h>.
41440 [__ASSUME_32BITUIDS]: Make code unconditional.
41441 [!__ASSUME_32BITUIDS]: Remove conditional code.
41442 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41443 <kernel-features.h>.
41444 [__ASSUME_32BITUIDS]: Make code unconditional.
41445 [!__ASSUME_32BITUIDS]: Remove conditional code.
41446 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41447 <kernel-features.h>.
41448 [__NR_setresgid] (__setresgid): Do not declare.
41449 [__ASSUME_32BITUIDS]: Make code unconditional.
41450 [!__ASSUME_32BITUIDS]: Remove conditional code.
41451 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41452 <kernel-features.h>.
41453 [__NR_setresuid] (__setresuid): Do not declare.
41454 [__ASSUME_32BITUIDS]: Make code unconditional.
41455 [!__ASSUME_32BITUIDS]: Remove conditional code.
41456 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41457 <kernel-features.h>.
41458 [__ASSUME_32BITUIDS]: Make code unconditional.
41459 [!__ASSUME_32BITUIDS]: Remove conditional code.
41460 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41461 <kernel-features.h>.
41462 [__ASSUME_32BITUIDS]: Make code unconditional.
41463 [!__ASSUME_32BITUIDS]: Remove conditional code.
41464 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41465 <kernel-features.h>.
41466 [__ASSUME_32BITUIDS]: Make code unconditional.
41467 [!__ASSUME_32BITUIDS]: Remove conditional code.
41468 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41469 <kernel-features.h>.
41470 [__ASSUME_32BITUIDS]: Make code unconditional.
41471 [!__ASSUME_32BITUIDS]: Remove conditional code.
41472 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41473 <kernel-features.h>.
41474 [__ASSUME_32BITUIDS]: Make code unconditional.
41475 [!__ASSUME_32BITUIDS]: Remove conditional code.
41476 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41477 <kernel-features.h>.
41478 [__ASSUME_32BITUIDS]: Make code unconditional.
41479 [!__ASSUME_32BITUIDS]: Remove conditional code.
41480 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41481 <kernel-features.h>.
41482 [__ASSUME_32BITUIDS]: Make code unconditional.
41483 [!__ASSUME_32BITUIDS]: Remove conditional code.
41484 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41485 <kernel-features.h>.
41486 [__ASSUME_32BITUIDS]: Make code unconditional.
41487 [!__ASSUME_32BITUIDS]: Remove conditional code.
41488 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41489 <kernel-features.h>.
41490 [__ASSUME_32BITUIDS]: Make code unconditional.
41491 [!__ASSUME_32BITUIDS]: Remove conditional code.
41492 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41493 <kernel-features.h>.
41494 [__ASSUME_32BITUIDS]: Make code unconditional.
41495 [!__ASSUME_32BITUIDS]: Remove conditional code.
41496 * sysdeps/unix/sysv/linux/kernel-features.h
41497 (__ASSUME_SETRESUID_SYSCALL): Remove.
41498 (__ASSUME_SETRESGID_SYSCALL): Likewise.
41499 (__ASSUME_32BITUIDS): Likewise.
41500 (__ASSUME_LDT_WORKS): Likewise.
41501 (__ASSUME_O_DIRECTORY): Likewise.
41502 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41503 architecture but not kernel version.
41504 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41505 (__ASSUME_MMAP2_SYSCALL): Likewise.
41506 (__ASSUME_STAT64_SYSCALL): Likewise.
41507 (__ASSUME_IPC64): Likewise.
41508 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41509 <kernel-features.h>.
41510 [__ASSUME_32BITUIDS]: Make code unconditional.
41511 [!__ASSUME_32BITUIDS]: Remove conditional code.
41512 * sysdeps/unix/sysv/linux/opendir.c: Do not include
41513 <kernel-features.h>.
41514 [__ASSUME_O_DIRECTORY]: Make code unconditional.
41515 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41516 132096]: Remove conditional code.
41517 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41518 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41519 <kernel-features.h>.
41520 [__ASSUME_32BITUIDS]: Make code unconditional.
41521 [!__ASSUME_32BITUIDS]: Remove conditional code.
41522 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41523 <kernel-features.h>.
41524 [__ASSUME_32BITUIDS]: Make code unconditional.
41525 [!__ASSUME_32BITUIDS]: Remove conditional code.
41526 * sysdeps/unix/sysv/linux/setegid.c: Do not include
41527 <kernel-features.h>.
41528 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41530 (__setresgid): Do not declare.
41531 [__ASSUME_32BITUIDS]: Make code unconditional.
41532 [!__ASSUME_32BITUIDS]: Remove conditional code.
41533 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41534 <kernel-features.h>.
41535 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41537 (__setresuid): Do not declare.
41538 [__ASSUME_32BITUIDS]: Make code unconditional.
41539 [!__ASSUME_32BITUIDS]: Remove conditional code.
41540 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41541 <kernel-features.h>.
41542 [__ASSUME_32BITUIDS]: Make code unconditional.
41543 [!__ASSUME_32BITUIDS]: Remove conditional code.
41544 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41545 <kernel-features.h>.
41546 [__ASSUME_32BITUIDS]: Make code unconditional.
41547 [!__ASSUME_32BITUIDS]: Remove conditional code.
41549 2012-05-25 Richard Henderson <rth@twiddle.net>
41551 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41552 dl_hwcap to ifunc resolver.
41553 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41555 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41556 dl_hwcap to ifunc resolver.
41557 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41559 2012-05-24 Joseph Myers <joseph@codesourcery.com>
41562 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41563 for |x| <= 2**-26, not 2**-57.
41564 * math/libm-test.inc (acos_test): Do not allow spurious underflow
41567 2012-05-24 Jeff Law <law@redhat.com>
41569 * stdio-common/Makefile (tests): Add bug25.
41570 * stdio-common/bug25.c: New test.
41572 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
41575 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41576 multiple of MALLOC_ALIGNMENT in size.
41577 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41579 2012-05-24 Joseph Myers <joseph@codesourcery.com>
41581 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41583 (FILENAME_MAX): Use macro-int-constant.
41584 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
41585 (_IOFBF): Use macro-int-constant.
41586 (_IOLBF): Likewise.
41587 (_IONBF): Likewise.
41588 (SEEK_CUR): Likewise.
41589 (SEEK_END): Likewise.
41590 (SEEK_SET): Likewise.
41591 (TMP_MAX): Likewise.
41592 (EOF): Use macro-int-constant. Require < 0.
41593 (NULL): Use macro-constant. Require == 0.
41594 (stdin): Require type to be FILE *.
41595 (stdout): Likewise.
41596 (stderr): Likewise.
41597 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41598 macro-int-constant.
41599 (EXIT_SUCCESS): Likewise.
41600 (NULL): Use macro-constant. Require == 0.
41601 (RAND_MAX): Use macro-int-constant.
41602 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41603 [C99-based standards] (strtof): Require function.
41604 [C99-based standards] (strtold): Likewise.
41605 [C99-based standards] (strtoll): Likewise.
41606 [C99-based standards] (strtoull): Likewise.
41607 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41608 [ISO || ISO99 || ISO11] (limits.h): Likewise.
41609 [ISO || ISO99 || ISO11] (math.h): Likewise.
41610 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41611 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41612 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41614 2012-05-24 Andreas Schwab <schwab@linux-m68k.org>
41617 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41618 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41619 * intl/dgettext.c (DCGETTEXT): Likewise.
41620 * intl/gettext.c (DCGETTEXT): Likewise.
41621 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41622 * posix/regex_internal.h (gettext): Likewise.
41623 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41624 Remove declaration.
41625 * include/argz.h (__argz_count_internal)
41626 (__argz_stringify_internal): Remove declaration.
41627 (__argz_count, __argz_stringify): Declare hidden proto.
41628 * intl/dcgettext.c: Remove use of INTDEF.
41629 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41630 * string/argz-stringify.c: Likewise.
41631 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41632 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41633 Declare hidden proto.
41634 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41635 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41636 Declare hidden proto.
41637 * include/stdio.h (__asprintf_internal): Don't declare.
41638 (__asprintf): Don't define as macro. Declare hidden proto.
41639 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41640 (__fsetlocking): Declare hidden proto.
41641 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41642 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41644 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41645 (_IO_setlinebuf): Remove use of INTUSE.
41646 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41647 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41648 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41649 Remove declaration.
41650 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41651 (_IO_do_flush): Remove use of INTUSE.
41652 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41653 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41654 (_IO_adjust_column, _IO_least_wmarker)
41655 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41656 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41657 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41658 (_IO_default_doallocate, _IO_wdefault_doallocate)
41659 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41660 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41661 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41662 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41663 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41664 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41665 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41666 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41667 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41668 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41669 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41670 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41671 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41673 (_IO_flush_all_internal, _IO_adjust_column_internal)
41674 (_IO_default_uflow_internal, _IO_default_finish_internal)
41675 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41676 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41677 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41678 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41679 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41680 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41681 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41682 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41683 (_IO_file_close_internal, _IO_file_close_it_internal)
41684 (_IO_file_underflow_internal, _IO_file_overflow_internal)
41685 (_IO_file_init_internal, _IO_file_attach_internal)
41686 (_IO_file_fopen_internal, _IO_file_read_internal)
41687 (_IO_file_sync_internal, _IO_file_seek_internal)
41688 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41689 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41690 (_IO_str_underflow_internal, _IO_str_overflow_internal)
41691 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41692 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41693 (_IO_list_all_internal, _IO_link_in_internal)
41694 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41695 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41696 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41697 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41698 (_IO_do_write_internal, _IO_padn_internal)
41699 (_IO_getline_info_internal, _IO_getline_internal)
41700 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41701 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41702 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41703 (_IO_vfscanf_internal, _IO_vfprintf_internal)
41704 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41705 (_IO_init_internal, _IO_un_link_internal): Don't declare.
41706 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41707 with libc_hidden_ver, remove use of INTUSE.
41708 * libio/genops.c: Likewise.
41709 * libio/freopen.c: Likewise.
41710 * libio/freopen64.c: Likewise.
41711 * libio/iofclose.c: Likewise.
41712 * libio/iofdopen.c: Likewise.
41713 * libio/iofflush.c: Likewise.
41714 * libio/iofflush_u.c: Likewise.
41715 * libio/iofgets.c: Likewise.
41716 * libio/iofgets_u.c: Likewise.
41717 * libio/iofopen.c: Likewise.
41718 * libio/iofopncook.c: Likewise.
41719 * libio/iofread.c: Likewise.
41720 * libio/iofread_u.c: Likewise.
41721 * libio/ioftell.c: Likewise.
41722 * libio/iofwrite.c: Likewise.
41723 * libio/iogetline.c: Likewise.
41724 * libio/iogets.c: Likewise.
41725 * libio/iogetwline.c: Likewise.
41726 * libio/iopadn.c: Likewise.
41727 * libio/iopopen.c: Likewise.
41728 * libio/ioseekoff.c: Likewise.
41729 * libio/ioseekpos.c: Likewise.
41730 * libio/iosetbuffer.c: Likewise.
41731 * libio/iosetvbuf.c: Likewise.
41732 * libio/ioungetc.c: Likewise.
41733 * libio/ioungetwc.c: Likewise.
41734 * libio/iovdprintf.c: Likewise.
41735 * libio/iovsprintf.c: Likewise.
41736 * libio/iovsscanf.c: Likewise.
41737 * libio/memstream.c: Likewise.
41738 * libio/obprintf.c: Likewise.
41739 * libio/oldfileops.c: Likewise.
41740 * libio/oldiofclose.c: Likewise.
41741 * libio/oldiofdopen.c: Likewise.
41742 * libio/oldiofopen.c: Likewise.
41743 * libio/oldiopopen.c: Likewise.
41744 * libio/oldstdfiles.c: Likewise.
41745 * libio/putc.c: Likewise.
41746 * libio/setbuf.c: Likewise.
41747 * libio/setlinebuf.c: Likewise.
41748 * libio/stdfiles.c: Likewise.
41749 * libio/strops.c: Likewise.
41750 * libio/vasprintf.c: Likewise.
41751 * libio/vscanf.c: Likewise.
41752 * libio/vsnprintf.c: Likewise.
41753 * libio/vswprintf.c: Likewise.
41754 * libio/wfiledoalloc.c: Likewise.
41755 * libio/wfileops.c: Likewise.
41756 * libio/wgenops.c: Likewise.
41757 * libio/wmemstream.c: Likewise.
41758 * libio/wstrops.c: Likewise.
41759 * libio/__fpurge.c: Likewise.
41760 * libio/__fsetlocking.c: Likewise.
41761 * assert/assert.c: Likewise.
41762 * debug/fgets_chk.c: Likewise.
41763 * debug/fgets_u_chk.c: Likewise.
41764 * debug/fread_chk.c: Likewise.
41765 * debug/fread_u_chk.c: Likewise.
41766 * debug/gets_chk.c: Likewise.
41767 * debug/obprintf_chk.c: Likewise.
41768 * debug/vasprintf_chk.c: Likewise.
41769 * debug/vdprintf_chk.c: Likewise.
41770 * debug/vsnprintf_chk.c: Likewise.
41771 * debug/vsprintf_chk.c: Likewise.
41772 * malloc/mtrace.c: Likewise.
41773 * misc/error.c: Likewise.
41774 * misc/syslog.c: Likewise.
41775 * stdio-common/asprintf.c: Likewise.
41776 * stdio-common/fxprintf.c: Likewise.
41777 * stdio-common/getw.c: Likewise.
41778 * stdio-common/isoc99_fscanf.c: Likewise.
41779 * stdio-common/isoc99_scanf.c: Likewise.
41780 * stdio-common/isoc99_vfscanf.c: Likewise.
41781 * stdio-common/isoc99_vscanf.c: Likewise.
41782 * stdio-common/isoc99_vsscanf.c: Likewise.
41783 * stdio-common/printf-prs.c: Likewise.
41784 * stdio-common/printf_fp.c: Likewise.
41785 * stdio-common/printf_fphex.c: Likewise.
41786 * stdio-common/printf_size.c: Likewise.
41787 * stdio-common/putw.c: Likewise.
41788 * stdio-common/scanf.c: Likewise.
41789 * stdio-common/sprintf.c: Likewise.
41790 * stdio-common/tmpfile.c: Likewise.
41791 * stdio-common/vfprintf.c: Likewise.
41792 * stdio-common/vfscanf.c: Likewise.
41793 * stdlib/strfmon_l.c: Likewise.
41794 * sunrpc/openchild.c: Likewise.
41795 * sunrpc/xdr_stdio.c: Likewise.
41796 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41797 * sysdeps/mach/hurd/tmpfile.c: Likewise.
41799 2012-05-24 Roland McGrath <roland@hack.frob.com>
41801 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41803 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41804 in the third column, to generate for the shared library an IFUNC
41805 that uses _dl_vdso_vsym.
41806 * Makerules (COMPILE.c, compile-stdin.c): New variables.
41807 * Makeconfig (object-suffixes-noshared): New variable.
41809 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41810 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41811 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41812 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41815 * include/sys/time.h (__gettimeofday): Remove macro.
41816 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41817 * time/gettimeofday.c (__gettimeofday): Remove #undef.
41819 (__gettimeofday): Add libc_hidden_def.
41820 (gettimeofday): Add libc_hidden_weak.
41821 * sysdeps/mach/gettimeofday.c: Likewise.
41822 * sysdeps/posix/gettimeofday.c: Likewise.
41823 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41824 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41825 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41826 (__gettimeofday_internal): Remove strong_alias.
41827 (__gettimeofday): Add libc_hidden_def.
41828 (gettimeofday): Add libc_hidden_weak.
41829 * sysdeps/unix/syscalls.list (gettimeofday):
41830 Remove __gettimeofday_internal alias.
41832 2012-05-24 Daniel Jacobowitz <drow@false.org>
41833 H.J. Lu <hongjiu.lu@intel.com>
41836 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41837 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41838 (largebin_index_32_big): New.
41839 (largebin_index): Use it for 16-byte alignment.
41840 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
41841 correction with front_misalign.
41843 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
41845 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41846 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41848 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41850 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41852 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41854 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41856 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41858 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41860 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41862 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41864 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41866 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41868 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41871 * scripts/data/c++-types-x32-linux-gnu.data: New file.
41872 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41874 2012-05-24 Joseph Myers <joseph@codesourcery.com>
41878 * math/libm-test.inc (exp_test): Add test from bug 14036.
41879 (pow_test): Add test from bug 10846.
41881 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41883 (special_function): Do not include flags in test name.
41884 (parse_args): Likewise.
41885 * sysdeps/i386/fpu/libm-test-ulps: Update.
41886 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41887 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41888 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41889 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41891 * math/gen-libm-test.pl (%beautify): Add entries for underflow
41893 * math/libm-test.inc ("Philosophy"): Update comment about
41895 (UNDERFLOW_EXCEPTION): New macro.
41896 (UNDERFLOW_EXCEPTION_OK): Likewise.
41897 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41898 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41899 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41900 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41901 (INVALID_EXCEPTION_OK): Update value.
41902 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41903 (OVERFLOW_EXCEPTION_OK): Likewise.
41904 (IGNORE_ZERO_INF_SIGN): Likewise.
41905 (test_exceptions): Handle underflow exceptions.
41906 (acos_test): Update for underflow exception expectations.
41907 (cexp_test): Likewise.
41908 (clog_test): Likewise.
41909 (clog10_test): Likewise.
41910 (csqrt_test): Likewise.
41911 (ctan_test): Likewise.
41912 (ctanh_test): Likewise.
41913 (exp_test): Likewise.
41914 (exp10_test): Likewise.
41915 (exp2_test): Likewise.
41916 (expm1_test): Likewise.
41917 (fma_test): Likewise.
41918 (j0_test): Likewise.
41919 (jn_test): Likewise.
41920 (nexttoward_test): Likewise.
41921 (pow_test): Likewise.
41922 (scalbn_test): Likewise.
41923 (scalbln_test): Likewise.
41924 (tan_test): Likewise.
41925 (y1_test): Likewise.
41926 * sysdeps/i386/fpu/libm-test-ulps: Update.
41927 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41929 2012-05-23 David S. Miller <davem@davemloft.net>
41931 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41932 (__libc_sigaction): Remove unused local variables.
41934 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41936 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41938 2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
41940 mktime: avoid signed integer overflow
41941 * time/mktime.c (__mktime_internal): Do not mishandle the case
41942 where diff == INT_MIN.
41944 mktime: simplify computation of average
41945 * time/mktime.c (ranged_convert): Use new time_t_avg function
41946 instead of rolling our own (probably-slower) code.
41948 mktime: do not assume signed right shift propagates sign bit
41949 * time/mktime.c (isdst_differ): New static function.
41950 (__mktime_internal): No need to normalize tm_isdst now.
41951 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41954 mktime: merge another wrapv change from gnulib
41955 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41956 from some compilers.
41958 mktime: remove incorrect attempt at unusual arithmetics
41959 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41960 The code didn't really work on such machines anyway.
41961 (TYPE_MINIMUM): Assume two's complement.
41962 (twos_complement_arithmetic): Verify that long_int and time_t
41963 are two's complement (or unsigned, in the latter case).
41965 mktime: check signed shifts on long_int and time_t, too
41966 * time/mktime.c (SHR): Check that shifts work as desired
41967 on the types long_int and time_t too, as SHR is used on
41970 mktime: do not assume 'long' is wide enough
41971 * time/mktime.c (verify): Move decl up.
41972 (long_int): New type.
41973 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41974 to remove assumption in the code that 'long' is wide enough to
41975 store year values. This assumption is not true on x32 and on
41976 some non-glibc platforms.
41978 mktime: merge wrapv change from gnulib
41979 * time/mktime.c (WRAPV): New macro.
41980 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41981 (guess_time_tm, __mktime_internal): Do not assume that signed
41982 integer overflow wraps around; modern compilers generate code
41983 where this assumption is no longer valid.
41985 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41987 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41988 Replace "jmp L(pseudo_end)" with "ret".
41989 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41992 2012-05-23 Andreas Jaeger <aj@suse.de>
41994 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41995 * sysdeps/unix/sysv/linux/poll.c: Remove file.
41997 2012-05-23 Andreas Jaeger <aj@suse.de>
41998 Maximilian Attems <max@stro.at>
42000 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42003 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42005 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42006 code so that pseudo_end is just ret and the stack pointer is
42007 correct also for static library in error case.
42009 2012-05-23 Joseph Myers <joseph@codesourcery.com>
42011 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42012 move to syscalls.list.
42013 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42015 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42018 * manual/install.texi (Running make install): Do not mention Linux
42019 kernel version for which pt_chown is not needed.
42020 (Linux): Do not mention problems with nscd with 2.0 kernels.
42021 * INSTALL: Regenerated.
42023 2012-05-23 Andreas Jaeger <aj@suse.de>
42025 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42026 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42028 * sysdeps/unix/sysv/linux/s390/bits/mman.h
42029 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42030 * sysdeps/unix/sysv/linux/sh/bits/mman.h
42031 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42032 * sysdeps/unix/sysv/linux/i386/bits/mman.h
42033 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42034 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42035 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42036 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42037 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42038 * sysdeps/unix/sysv/linux/bits/in.h
42039 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42041 2012-05-22 Roland McGrath <roland@hack.frob.com>
42043 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42044 (PREPARE_VERSION): Just use assert instead, it will be elided
42045 under [NDEBUG] anyway.
42047 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42049 * sysdeps/unix/sysv/linux/Makefile: Include
42050 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42051 (sysdep_routines): Remove sysctl.
42052 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42053 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42054 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42055 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42056 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42058 2012-05-22 Andreas Jaeger <aj@suse.de>
42060 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42061 that pseudo_end is just ret and the stack pointer is correct also
42062 for static library in error case.
42064 2012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
42067 * nss/nsswitch.c (defconfig_entries): New variable.
42068 (__nss_database_lookup): Don't leak defconfig entries.
42069 (nss_parse_service_list): Don't leak on error paths.
42070 (free_database_entries): New function.
42071 (free_defconfig): New function.
42072 (free_mem): Move common code to free_database_entries.
42074 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42076 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42078 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42080 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42081 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42082 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42084 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42085 (INTERNAL_SYSCALL_TYPES): Likewise.
42086 (LOAD_ARGS_TYPES_[1-6]): Likewise.
42087 (LOAD_REGS_TYPES_[1-6]): Likewise.
42088 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42089 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42091 2012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42093 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42094 copysignl for GLIBC_2_0.
42095 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42096 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42097 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42098 logbl for GLIBC_2_0.
42099 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42100 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42102 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42104 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42105 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
42107 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42110 * time/mktime.c: Update copyright years.
42112 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
42114 mktime: merge comment-quoting-style change from gnulib
42115 * time/mktime.c: Quote 'like this' in comments.
42116 The GNU coding standards suggest that we no longer quote `like this',
42117 as "`" and "'" are typically rendered asymmetrically nowadays.
42118 The typical gnulib style is to quote 'like this' when quoting
42119 code, and "like this" when quoting English.
42121 * time/mktime.c (compile-command): Add "-I.".
42123 mktime: merge mktime-internal.h change from gnulib
42124 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42126 mktime: merge time_r change from gnulib
42127 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42129 mktime: merge DEBUG change from gnulib
42130 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42131 case system <time.h> has a #define.
42133 mktime: merge <sys/types.h> change from gnulib
42134 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42135 since <time.t> is now guaranteed to define time_t.
42137 mktime: merge HAVE_CONFIG_H change from gnulib
42138 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42140 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42142 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42145 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42147 (struct rusage): Use anonymous union to pad each field to
42150 2012-05-21 David S. Miller <davem@davemloft.net>
42152 * Makefules (o-iterator): Remove .s cases.
42153 (compile-command.s): Delete.
42154 (COMPILE.s): Delete.
42155 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42157 2012-05-21 Joseph Myers <joseph@codesourcery.com>
42159 * configure.in (libc_cv_predef_stack_protector): Only consider
42160 "foobar" and "__stack_chk_fail" lines in libc_undefs.
42161 * configure: Regenerated.
42163 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42165 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42166 New macro. Use R*LP on int and pointer.
42167 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42168 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42169 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42170 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42172 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42173 [__WORDSIZE_TIME64_COMPAT32] instead of
42174 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42175 (struct utmp): Likewise.
42176 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42177 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42179 (__WORDSIZE_TIME64_COMPAT32): This.
42180 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42181 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42182 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42183 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42184 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42185 (__WORDSIZE_TIME64_COMPAT32): New macro.
42187 2012-05-21 Andreas Jaeger <aj@suse.de>
42189 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42190 only if [SHARED]. Add prototype for __wcschr_ia32.
42192 2012-05-21 Roland McGrath <roland@hack.frob.com>
42194 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42195 of %rbp unmolested in the jmp_buf while mangling the low bits.
42196 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42197 unmolested high bits of %rbp while demangling the low bits.
42198 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42200 2012-05-21 Andreas Jaeger <aj@suse.de>
42202 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42203 * sunrpc/svc_simple.c: Use it for registerrpc.
42204 * sunrpc/xcrypt.c: Use it for passwd2des.
42206 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42208 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42210 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42211 Don't define if [__SYSCALL_WORDSIZE != 32].
42212 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42215 2012-05-21 Bruno Haible <bruno@clisp.org>
42216 Andreas Jaeger <aj@suse.de>
42218 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42219 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42220 inptr and inend for must_buffer_ch.
42221 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42222 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42223 * stdio-common/Makefile (tests): Remove bug15.
42224 (bug15-ENV): Remove macro.
42225 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42228 2012-05-19 Andreas Jaeger <aj@suse.de>
42229 Roland McGrath <roland@hack.frob.com>
42231 * manual/contrib.texi: Completely rewritten. It contains now an
42232 alphabetical list of contributors and their contributions.
42234 2012-05-21 Richard Henderson <rth@twiddle.net>
42236 * misc/getauxval.c (__getauxval): Use unsigned long int.
42237 * misc/sys/auxv.h: Include <sys/cdefs.h>.
42238 (getauxval): Use unsigned long int.
42240 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42242 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42244 2012-05-21 Roland McGrath <roland@hack.frob.com>
42246 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42247 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42248 __alignof__ (long double).
42250 2012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42252 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42254 2012-05-20 Richard Henderson <rth@twiddle.net>
42256 * misc/getauxval.c: New file.
42257 * misc/sys/auxv.h: New file.
42258 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42259 (routines): Add getauxval.
42260 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42261 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42262 * elf/dl-sysdep.c (_dl_auxv): Remove.
42263 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42264 * elf/dl-support.c (_dl_auxv): New variable.
42265 (_dl_aux_init): Initialize it.
42266 * manual/startup.texi (Auxiliary Vector): New node.
42267 * sysdeps/generic/bits/hwcap.h: New file.
42268 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42269 * sysdeps/powerpc/sysdep.h: ... here. Include it.
42270 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42271 * sysdeps/sparc/sysdep.h: ... here. Include it.
42272 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42273 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42274 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42276 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42277 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42278 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42279 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42280 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42281 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42282 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42283 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42285 2012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42287 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42289 2012-05-19 David S. Miller <davem@davemloft.net>
42291 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42293 2012-05-19 Joseph Myers <joseph@codesourcery.com>
42296 * math/s_ccosh.c: Include <float.h>
42297 (__ccosh): Avoid internal overflow calculating sinh and cosh
42298 values before multiplying by sin and cos values.
42299 * math/s_ccoshf.c: Likewise.
42300 * math/s_ccoshl.c: Likewise.
42301 * math/s_csin.c: Likewise.
42302 * math/s_csinf.c: Likewise.
42303 * math/s_csinl.c: Likewise.
42304 * math/s_csinh.c: Likewise.
42305 * math/s_csinhf.c: Likewise.
42306 * math/s_csinhl.c: Likewise.
42307 * math/libm-test.inc (ccos_test): Add more tests.
42308 (ccosh_test): Likewise.
42309 (csin_test): Likewise.
42310 (csinh_test): Likewise.
42311 * sysdeps/i386/fpu/libm-test-ulps: Update.
42312 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42314 2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
42316 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42317 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42319 * sysdeps/x86_64/x32/_itoa.h: Add comment.
42321 2012-05-19 Joseph Myers <joseph@codesourcery.com>
42323 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42324 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42325 * sysdeps/powerpc/soft-fp/Versions: Likewise.
42326 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42327 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42328 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42329 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42330 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42331 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42332 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42333 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42334 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42335 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42336 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42337 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42338 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42339 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42340 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42341 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42342 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42343 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42344 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42345 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42346 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42347 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42348 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42349 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42350 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42351 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42352 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42353 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42355 2012-05-18 Andreas Jaeger <aj@suse.de>
42357 * csu/.gitignore: Delete.
42359 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
42361 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42362 (timex): Use __syscall_slong_t.
42364 2012-05-18 Andreas Jaeger <aj@suse.de>
42365 Carlos O'Donell <carlos_odonell@mentor.com>
42367 * manual/install.texi (Configuring and compiling): Update
42368 description about files modified in the source directory.
42369 * INSTALL: Regenerated.
42371 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
42373 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42374 value. Use "or" to set return value to -1.
42375 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42376 negate return value.
42378 2012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42380 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42381 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42382 failure if the compiler has Graphite support disabled.
42383 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42385 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42386 (CFLAGS-memmove.c): Likewise.
42387 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42390 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
42392 * sysdeps/x86_64/x32/_itoa.h: New file.
42394 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42395 getdents system call only if kernel and user dirents have the
42396 same d_ino and d_off.
42398 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42399 LLONG_MAX != LONG_MAX.
42400 (_itoa_word): Use _ITOA_WORD_TYPE on value.
42401 (_fitoa_word): Likewise.
42403 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42405 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42406 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42407 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42409 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42410 include <bits/wordsize.h>. Check __x86_64__ instead of
42412 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42413 if __x86_64__ is defined. Use anonymous union on fpstate.
42415 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42418 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
42420 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42421 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42422 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42423 Refer to _rtld_local_ro instead of _rtld_global_ro.
42424 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42426 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42428 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42430 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42431 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42432 of _rtld_global, and rtld_progname instead of _dl_argv[0].
42434 * sysdeps/powerpc/powerpc32/dl-machine.c
42435 (__elf_machine_runtime_setup) [PROF]: Don't reference
42438 2012-05-18 Andreas Jaeger <aj@suse.de>
42440 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42441 function only available for GCCs before 3.4 since GCC 3.4
42442 introduced a builtin.
42444 (llrintf): Likewise.
42445 (llrint): Likewise.
42452 (nearbyint): Likewise.
42453 (nearbyintf): Likewise.
42457 (floorf): Likewise.
42459 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
42461 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42462 on both fields and cast pointer to __syscall_ulong_t.
42464 * bits/types.h (__fsword_t): New type.
42465 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42466 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42467 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42468 (__FSWORD_T_TYPE): Likewise.
42469 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42470 (__FSWORD_T_TYPE): Likewise.
42471 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42472 (__FSWORD_T_TYPE): Likewise.
42473 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42474 (__FSWORD_T_TYPE): Likewise.
42475 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42476 __SWORD_TYPE with __fsword_t.
42477 (statfs64): Likewise.
42479 2012-05-17 David S. Miller <davem@davemloft.net>
42481 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42483 2012-05-17 Andreas Jaeger <aj@suse.de>
42485 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42488 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
42490 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42492 2012-05-17 Andreas Jaeger <aj@suse.de>
42494 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42497 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
42499 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42501 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
42503 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42504 * sysdeps/x86_64/tst-mallocalign1.c: New file.
42506 2012-05-17 Andreas Jaeger <aj@suse.de>
42507 Carlos O'Donell <carlos_odonell@mentor.com>
42510 * sysdeps/x86_64/multiarch/init-arch.h
42511 (bit_YMM_Usable): Rename to...
42512 (bit_AVX_Usable): ... this.
42513 (bit_FMA4_Usable): New macro.
42514 (bit_XMM_state): New macro.
42515 (bit_YMM_state): New macro.
42516 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42517 [__ASSEMBLER__] (index_AVX_Usable): ... this.
42518 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42519 (CPUID_OSXSAVE): New macro.
42520 (CPUID_AVX): New macro.
42521 (CPUID_FMA4): New macro.
42522 (index_YMM_Usable): Rename to...
42523 (index_AVX_Usable): ... this.
42524 (HAS_AVX): Use HAS_ARCH_FEATURE.
42525 (HAS_FMA4): Likewise.
42526 (HAS_YMM_USABLE): Remove.
42527 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42528 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42530 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42531 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42532 * sysdeps/x86_64/multiarch/Makefile: Likewise.
42533 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42534 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42536 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
42538 * math/libm-test.c: Support platforms without multiple rounding modes.
42539 * math/bug-nextafter.c: Support platforms without FP exceptions.
42540 * math/bug-nexttoward.c: Likewise.
42541 * math/test-fenv.c: Likewise.
42542 * math/test-misc.c: Likewise.
42543 * stdlib/bug-getcontext.c: Likewise.
42545 2012-05-17 Andreas Jaeger <aj@suse.de>
42547 * manual/examples/search.c (critter_cmp): Change signature to
42549 * manual/string.texi (Collation Functions): Likewise.
42551 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42553 * bits/types.h: Fold copyright years.
42554 * bits/typesizes.h: Likewise.
42555 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42556 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42557 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42558 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42559 * time/time.h: Likewise.
42561 2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
42564 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42565 in instead of returning them. Return void.
42566 (__libc_mallinfo): Accumulate over all arenas.
42567 (__malloc_stats): Adjust for change in int_mallinfo interface.
42569 2012-05-16 Roland McGrath <roland@hack.frob.com>
42572 * configure.in (NM): Add AC_CHECK_TOOL for it.
42573 (libc_extra_cflags): New substituted variable.
42574 Check for -fstack-protector being used implicitly.
42575 * configure: Regenerated.
42576 * config.make.in (config-extra-cflags): New variable,
42577 gets @libc_extra_cflags@.
42578 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42581 * configure.in: Check for _FORTIFY_SOURCE being predefined.
42582 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42583 * configure: Regenerated.
42584 * config.make.in (CPPUNDEFS): New substituted variable.
42585 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42586 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42587 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42589 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42591 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42592 (mq_attr): Use __syscall_slong_t.
42594 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42596 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42597 Check __x86_64__ instead of __WORDSIZE.
42598 (_STAT_VER_LINUX): Likewise.
42599 (stat): Check __x86_64__ instead of __WORDSIZE. Use
42600 __syscall_ulong_t and __syscall_slong_t.
42601 (stat64): Likewise.
42603 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42605 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42607 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42609 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42611 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42613 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42616 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42617 include <bits/wordsize.h>. Check __x86_64__ instead of
42619 (greg_t): Use "__extension__ long long int" if __x86_64__ is
42621 (mcontext_t): Replace "unsigned long" with "unsigned long long".
42623 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42624 include <bits/wordsize.h>. Check __x86_64__ instead of
42626 (user_regs_struct): Use "__extension__ unsigned long long"
42627 instead of "unsigned long" if __x86_64__ is defined.
42628 (user): Likewise. Pad after pointer field if __ILP32__ is
42631 2012-05-16 Joseph Myers <joseph@codesourcery.com>
42633 * configure.in (makeinfo): Require version 4.5 or later. Allow
42635 * configure: Regenerated.
42636 * manual/install.texi (texinfo): Increase version requirement to
42638 * INSTALL: Regenerated.
42640 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42642 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42644 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42646 * sysdeps/x86_64/x32/ffs.c: New file.
42648 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42650 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42651 defined. Use __syscall_ulong_t.
42652 (shminfo): Use __syscall_ulong_t.
42653 (shm_info): Likewise.
42655 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42658 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42660 (msgqnum_t): Use __syscall_ulong_t.
42661 (msglen_t): Likewise.
42662 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
42665 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42666 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
42668 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42670 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42671 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42673 * sysvipc/sys/msg.h (msgbuf): Replace long int with
42676 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42677 include <bits/wordsize.h>. Check __x86_64__ instead of
42680 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42681 "unsigned long long int" if __x86_64__ is defined.
42682 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42684 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42685 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
42686 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42688 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42690 (GET_PC): Cast to uintptr_t first.
42691 (GET_FRAME): Likewise.
42692 (GET_STACK): Likewise.
42694 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42695 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42696 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42697 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42698 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42699 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42700 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42701 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42702 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42703 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42704 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42705 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42706 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42707 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42708 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42709 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42710 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42711 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42712 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42713 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42714 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42715 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42716 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42717 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42718 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42719 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42720 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42721 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42722 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42724 2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
42726 * Makerules (+depfiles): Also collect depfiles from .oS in
42728 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42729 .oS, $(libnldbl-routines)).
42731 * Makerules (native-compile-mkdep-flags): Define.
42732 * sunrpc/Makefile (extra-objs): Add $(addprefix
42733 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42734 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42735 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
42736 calling $(make-target-directory).
42738 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42740 * bits/types.h (__snseconds_t): Removed.
42741 * time/time.h (struct timespec): Replace __snseconds_t with
42743 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42744 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42746 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42747 (__SNSECONDS_T_TYPE): Likewise.
42748 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42749 (__SNSECONDS_T_TYPE): Likewise.
42750 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42751 (__SNSECONDS_T_TYPE): Likewise.
42753 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42755 * sysdeps/mach/hurd/bits/typesizes.h
42756 (__SYSCALL_SLONG_TYPE): New macro.
42757 (__SYSCALL_ULONG_TYPE): Likewise.
42759 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42761 * bits/types.h (__syscall_slong_t): New type.
42762 (__syscall_ulong_t): Likewise.
42764 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42765 (__SYSCALL_ULONG_TYPE): Likewise.
42766 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42767 (__SYSCALL_SLONG_TYPE): Likewise.
42768 (__SYSCALL_ULONG_TYPE): Likewise.
42769 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42770 (__SYSCALL_SLONG_TYPE): Likewise.
42771 (__SYSCALL_ULONG_TYPE): Likewise.
42772 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42773 (__SYSCALL_SLONG_TYPE): Likewise.
42774 (__SYSCALL_ULONG_TYPE): Likewise.
42776 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42778 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42779 Add sigaltstack-offsets.sym.
42780 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42781 <sigaltstack-offsets.h>.
42782 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
42783 longjmp_msg pointer.
42784 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
42785 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42787 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42789 2012-05-15 Joseph Myers <joseph@codesourcery.com>
42791 * elf/stackguard-macros.h: Remove file.
42792 * sysdeps/generic/stackguard-macros.h: New file.
42793 * sysdeps/i386/stackguard-macros.h: Likewise.
42794 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42795 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42796 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42797 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42798 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42799 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42800 * sysdeps/x86_64/stackguard-macros.h: Likewise.
42801 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42802 <elf/stackguard-macros.h>.
42805 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42806 __aligned__ in attribute.
42807 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42808 (gregset_t): Likewise.
42810 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42812 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42813 * sysdeps/x86_64/64/Implies-after: Here. New file.
42814 * sysdeps/x86_64/x32/Implies-after: New file.
42816 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42818 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42819 and access return value for _dl_profile_fixup. Use R10_LP to
42822 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42824 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42826 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42828 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42829 * sysdeps/x86_64/x32/sysdep.h: New file.
42831 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42833 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42834 * sysdeps/x86_64/setjmp.S: Likewise.
42836 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42838 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42839 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42840 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42841 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42842 remove unused global constant.
42844 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
42846 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42847 include of <not-cancel.h>.
42849 2012-05-15 Roland McGrath <roland@hack.frob.com>
42851 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42853 2012-05-15 Jeff Law <law@redhat.com>
42854 Andreas Jaeger <aj@suse.de>
42857 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42859 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42860 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42861 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42862 code changing __hst_map_handle.map.
42864 2012-05-15 Roland McGrath <roland@hack.frob.com>
42866 * configure.in (sysnames): Look for Implies-before and Implies-after
42868 * configure: Regenerated.
42870 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42872 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42873 8-byte data alignment with LP_SIZE alignment.
42875 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42877 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42880 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42882 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42884 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42886 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42887 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42888 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42890 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42892 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42894 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42895 (stackinfo_sub_sp): Likewise.
42897 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42899 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42902 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42904 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42907 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42909 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42912 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42914 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42916 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42918 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42919 into R11_LP and load __x86_64_shared_cache_size_half into
42922 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42924 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42927 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42929 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42931 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42933 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42935 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42936 powerpc32/power7/fpu/s_logb.c via #include.
42937 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42938 powerpc32/power7/fpu/s_logbf.c via #include.
42939 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42940 powerpc32/power7/fpu/s_logbl.c via #include.
42942 2012-05-15 Joseph Myers <joseph@codesourcery.com>
42944 * README.libm: Remove file.
42946 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42948 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42949 count for x32. Use R*_LP and omit operand-size suffix.
42951 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42953 * shlib-versions: Move x86_64-.*-linux.* entries to ...
42954 * sysdeps/x86_64/64/shlib-versions: Here. New file.
42955 * sysdeps/x86_64/x32/shlib-versions: New file.
42957 2012-05-14 Roland McGrath <roland@hack.frob.com>
42959 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42960 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42961 Use _dl_fatal_printf instead.
42963 2012-05-14 Joseph Myers <joseph@codesourcery.com>
42965 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42966 set if not set by the user. Do not allow for being unset.
42967 * sysdeps/unix/sysv/linux/configure: Regenerated.
42969 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42971 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42972 the `q' suffix from lea and replace .quad with ASM_ADDR.
42974 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42976 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42977 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
42979 (PTR_DEMANGLE): Likewise.
42981 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42983 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42985 (ASM_ADDR): Likewise.
42986 (RAX_LP): Likewise.
42987 (RBP_LP): Likewise.
42988 (RBX_LP): Likewise.
42989 (RCX_LP): Likewise.
42990 (RDI_LP): Likewise.
42991 (RSI_LP): Likewise.
42992 (RSP_LP): Likewise.
42995 (R10_LP): Likewise.
42996 (R10_LP): Likewise.
42997 (R11_LP): Likewise.
42998 (R12_LP): Likewise.
42999 (R13_LP): Likewise.
43000 (R14_LP): Likewise.
43001 (R15_LP): Likewise.
43003 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43005 * sysdeps/x86_64/x32/dl-machine.h: New file.
43007 2012-05-14 Andreas Jaeger <aj@suse.de>
43009 * manual/Makefile (subdir): Remove export of subdir.
43010 (all): Remove target.
43011 (.PHONY): Remove all from list.
43012 (mkinstalldirs): Remove.
43013 (.PHONY): Remove installdirs from list.
43014 ($(inst_infodir)/libc.info): Use make-target-directory.
43015 (installdirs): Remove.
43016 (subdir_%): Remove.
43017 (glibc-targets): Remove.
43020 ($(objpfx)stubs ../po/manual.pot): Remove.
43021 ($(objpfx)stamp%): Remove.
43022 (make-target-directory): Remove.
43023 (subdir_install): Remove.
43024 (routines): Remove.
43031 * manual/.gitignore: Remove, it's not needed anymore.
43032 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43034 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43036 (texis): Renamed to $(objpfx)texis.
43037 (texis-path): New, contains path to generated files.
43038 (chapters.%): Use texis-path for complete path, add extra argument
43040 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43041 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43042 (summary,texi, stamp-summary): Use complete path of
43043 files. Generate files in build dir.
43044 (dir-add.texi): Build in build dir.
43045 (libm-err.texi,stamp-libm-err): Likewise.
43046 (version.texi, stamp-version): Likewise.
43047 (.%c.texi): Likewise.
43048 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43049 (mostlyclean): Remove target.
43050 (realclean): Remove target.
43051 (generated): Add new variable with contents from mostlyclean and
43052 realclean, remove entries duplicated in common-mostlyclean, add
43053 stamp-libm-err and stamp-version.
43054 (generated-dirs): Add libc directory.
43055 ($(inst_infodir)/libc.info): Install files from build dir.
43057 * manual/install.texi (Configuring and compiling): Adjust since
43058 the info files are not part of the tar ball anymore.
43060 2012-05-14 Andreas Jaeger <aj@suse.de>
43062 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43065 2012-05-14 Joseph Myers <joseph@codesourcery.com>
43068 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43069 to 2.2.0 where earlier.
43070 * sysdeps/unix/sysv/linux/configure: Regenerated.
43071 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43072 Remove conditional code.
43073 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43074 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43075 Remove conditional code.
43076 [!__NR_lchown]: Likewise.
43077 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43078 [__NR_lchown]: Likewise.
43079 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43080 comment referencing __ASSUME_LCHOWN_SYSCALL.
43081 * sysdeps/unix/sysv/linux/i386/sigaction.c
43082 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43083 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43084 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43085 Remove conditional code.
43086 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43087 (__protocol_available): Remove #if 0 code.
43088 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43090 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43091 * sysdeps/unix/sysv/linux/kernel-features.h
43092 (__ASSUME_GETCWD_SYSCALL): Don't define.
43093 (__ASSUME_REALTIME_SIGNALS): Likewise.
43094 (__ASSUME_PREAD_SYSCALL): Likewise.
43095 (__ASSUME_PWRITE_SYSCALL): Likewise.
43096 (__ASSUME_POLL_SYSCALL): Likewise.
43097 (__ASSUME_LCHOWN_SYSCALL): Likewise.
43098 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43100 (__ASSUME_SIOCGIFNAME): Don't define.
43101 (__ASSUME_MSG_NOSIGNAL): Likewise.
43102 (__ASSUME_SENDFILE): Define unconditionally.
43103 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43104 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43106 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43107 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43108 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43109 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43110 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43111 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43112 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43113 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43114 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43115 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43116 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43117 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43118 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43119 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43120 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43121 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43122 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43123 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43124 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43126 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43127 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43128 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43129 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43130 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43131 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43132 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43133 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43135 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43136 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43137 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43138 Remove conditional code.
43139 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43140 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43141 Remove conditional code.
43142 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43143 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43144 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43145 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43146 Remove conditional code.
43147 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43148 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43149 Remove conditional code.
43150 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43151 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43152 Remove conditional code.
43153 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43154 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43155 Remove conditional code.
43156 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43157 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43158 Remove conditional code.
43159 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43160 * sysdeps/unix/sysv/linux/sh/pwrite64.c
43161 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43162 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43163 * sysdeps/unix/sysv/linux/sigaction.c
43164 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43165 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43166 * sysdeps/unix/sysv/linux/sigpending.c
43167 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43168 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43169 * sysdeps/unix/sysv/linux/sigprocmask.c
43170 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43171 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43172 * sysdeps/unix/sysv/linux/sigsuspend.c
43173 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43174 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43175 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43176 (__libc_missing_rt_sigs): Remove.
43177 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43178 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43179 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43180 Remove conditional code.
43181 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43182 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43184 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43185 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43186 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43187 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43189 2012-05-14 Andreas Jaeger <aj@suse.de>
43191 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43192 it's not used in glibc.
43193 (__coshm1): Likewise.
43194 (__acosh1p): Likewise.
43197 * manual/string.texi (Copying and Concatenation): Add missing
43198 variable in concat example.
43199 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43201 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43204 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43205 __builtin_clzl with __builtin_clzll.
43207 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43210 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43213 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43215 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43216 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43217 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43218 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43220 2012-05-14 Mike Frysinger <vapier@gentoo.org>
43222 * NEWS: Update ia64 info.
43224 2012-05-12 Andreas Schwab <schwab@linux-m68k.org>
43226 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43229 2012-05-12 Thomas Schwinge <thomas@codesourcery.com>
43231 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43232 * sysdeps/unix/syscalls.list (dup3): Likewise.
43233 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43234 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43236 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
43238 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43239 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43241 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
43243 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43245 (TLS_IE): Use mov/add instead of movq/addq to load thread
43247 (TLS_GD_PREFIX): New.
43250 2012-05-11 David S. Miller <davem@davemloft.net>
43252 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43253 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43254 (_FPU_SETCW): Likewise.
43256 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43258 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43259 is 32-byte aligned.
43261 2012-05-11 Andreas Schwab <schwab@linux-m68k.org>
43264 * iconvdata/gb18030.c: Update tables.
43265 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
43266 characters specially.
43267 (BODY for TO_LOOP): Add encoding of missing ranges.
43269 2012-05-11 Thomas Schwinge <thomas@codesourcery.com>
43272 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43273 * sysdeps/mach/hurd/dup3.c: Likewise.
43274 * sysdeps/mach/hurd/readlinkat.c: Likewise.
43275 * sysdeps/powerpc/memmove.c:: Likewise.
43277 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43279 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43280 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43282 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43284 * elf/elf.h (R_X86_64_RELATIVE64): New.
43285 (R_X86_64_NUM): Updated.
43286 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43287 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
43288 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43289 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43290 tst-quad1pie tst-quad2pie
43291 (modules-names): Add tst-quadmod1 tst-quadmod2.
43292 ($(objpfx)tst-quad1): New dependency.
43293 ($(objpfx)tst-quad2): Likewise.
43294 ($(objpfx)tst-quad1pie): Likewise.
43295 ($(objpfx)tst-quad2pie): Likewise.
43296 * sysdeps/x86_64/tst-quad1.c: New file.
43297 * sysdeps/x86_64/tst-quad1pie.c: New file.
43298 * sysdeps/x86_64/tst-quad2.c: Likewise.
43299 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43300 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43301 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43302 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43303 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43305 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43307 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43308 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43309 * streams/stropts.h (t_scalar_t): Define type.
43311 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43312 (_PATH_PRESERVE): Set to "/var/lib".
43313 (_PATH_RWHODIR): Set to "/var/spool/rwho".
43315 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43318 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43319 if __dir_mkfile succeeded.
43321 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43322 checking for _hurd_dtablesize. Unlock it right after having
43323 finished _hurd_dtable allocation.
43325 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43327 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43328 * sysdeps/mach/hurd/configure: Regenerated.
43329 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43330 special-casing to...
43331 * sysdeps/gnu/configure.in: ... this new file.
43332 * sysdeps/unix/sysv/linux/configure: Regenerated.
43333 * sysdeps/gnu/configure: New generated file.
43335 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43336 for Linux: use nsec instead of usec, as well as:
43337 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43338 members of type struct timespec.
43339 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43341 (struct stat64): Likewise.
43342 (_STATBUF_ST_NSEC): New macro.
43343 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43345 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43346 __strtoul_internal rather than strtoul.
43348 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43350 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43353 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43355 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43356 which preserves existing values.
43357 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43359 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43361 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43362 TIMEOUT values. Return EINVAL for NFDS values either negative or
43363 greater than FD_SETSIZE.
43365 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43367 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43368 allocated, call __vm_protect to finish enabling the existing space, and
43369 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43370 allocate the remainder.
43372 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43374 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43375 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
43377 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43379 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43380 sysdeps/mach/hurd/readlink.c.
43382 * posix/tst-sysconf.c (posix_options): Only use
43383 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43384 _POSIX_SYNCHRONIZED_IO when they are defined
43385 * sysdeps/mach/hurd/bits/posix_opt.h:
43386 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43387 (_XOPEN_REALTIME): Undefine macro.
43388 (_XOPEN_REALTIME_THREADS): Undefine macro.
43389 (_XOPEN_SHM): Undefine macro.
43390 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43392 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43394 (_POSIX_ASYNC_IO): Undefine macro.
43395 (_POSIX_PRIORITIZED_IO): Undefine macro.
43396 (_POSIX_SPIN_LOCKS): Define macro to -1.
43398 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43399 SA_NODEFER, SA_RESETHAND.
43400 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43401 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43404 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43406 * elf/Makefile (pldd-modules): Define unconditionally.
43408 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43410 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43412 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43414 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43415 Return ENOENT when name is empty.
43416 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43418 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43420 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43422 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43424 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43426 Fix mlock in all cases except non-readable pages.
43427 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43428 instead of VM_PROT_ALL as parameter to __vm_wire function.
43430 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43431 (__mkdir): When path is `/', just fail with EEXIST.
43432 * sysdeps/mach/hurd/mkdirat.c: Likewise.
43434 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43436 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43437 <sys/uio.h> (for writev).
43438 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43439 and <sys/param.h> (for MIN).
43441 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43443 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43444 REQUESTED_TIME. Properly set the remaining time and return EINTR
43447 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43449 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43450 Depend on against $(link-rpcuserlibs).
43452 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43454 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43455 (__libc_stack_end): Do not use attribute_relro.
43456 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43457 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43458 to libthread-provided value.
43459 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43462 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43465 * bits/libc-lock.h (__libc_once_get): New macro.
43466 * sysdeps/mach/bits/libc-lock.h: Likewise.
43467 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43468 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43469 instead of using implementation details.
43471 * libio/fileops.c: Unconditionally include <kernel-features.h>.
43472 * libio/freopen.c: Likewise.
43473 * libio/freopen64.c: Likewise.
43474 * misc/syslog.c: Likewise.
43475 * nscd/connections.c: Likewise.
43476 * nscd/netgroupcache.c: Likewise.
43477 * sysdeps/posix/getcwd.c: Likewise.
43479 2012-05-10 Roland McGrath <roland@hack.frob.com>
43481 * math/w_ilogbf.c: Add #include <limits.h>.
43483 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43485 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43486 path instead of returning without unlocking.
43488 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43489 immediate-write ioctls.
43490 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43492 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43494 * sysdeps/mach/hurd/i386/init-first.c (init): Use
43495 __builtin_frame_address instead of making assumptions about the
43496 location of the return address relative to DATA. Force early load of
43497 the return address.
43498 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43499 __builtin_frame_address.
43502 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43503 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
43504 implement dup3 and do some further code clean-ups.
43505 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43506 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43508 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43510 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43512 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43513 HURD_CRITICAL_END around holding _hurd_dtable_lock.
43514 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43515 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43516 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43519 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43520 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
43521 when handler == SIG_ERR, not when handler != SIG_ERR.
43523 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43525 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43526 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43529 accept4 for GNU Hurd.
43530 * include/sys/socket.h (__libc_accept4): New prototype.
43531 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
43532 to implement __libc_accept4.
43533 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43535 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43537 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43538 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43539 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43540 signal-defines.sym.
43542 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43544 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43546 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43548 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43549 assertion on O_CLOEXEC flag.
43550 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43551 * hurd/intern-fd.c: Likewise.
43552 * hurd/port2fd.c: Likewise.
43554 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43557 * bits/in.h (IPV6_PKTINFO): Define new macro.
43558 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43560 2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43565 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43566 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43567 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43568 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43569 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43570 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43571 * math/libm-test.inc (logb_test) : Additional logb tests.
43573 2012-05-09 Andreas Schwab <schwab@linux-m68k.org>
43574 Andreas Jaeger <aj@suse.de>
43576 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43577 * configure: Regenerated.
43578 * config.h.in (LINK_OBSOLETE_RPC): New macro.
43579 * config.make.in (link-obsolete-rpc): New substituted variable.
43580 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43581 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43582 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43583 (shared-only-routines): Don't set it under [link-obsolete-rpc],
43584 so that libc.a contains the symbols.
43585 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43586 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43587 * sunrpc/auth_none.c: Likewise.
43588 * sunrpc/auth_unix.c: Likewise.
43589 * sunrpc/authdes_prot.c: Likewise.
43590 * sunrpc/authuxprot.c: Likewise.
43591 * sunrpc/clnt_gen.c: Likewise.
43592 * sunrpc/clnt_perr.c: Likewise.
43593 * sunrpc/clnt_raw.c: Likewise.
43594 * sunrpc/clnt_simp.c: Likewise.
43595 * sunrpc/clnt_tcp.c: Likewise.
43596 * sunrpc/clnt_udp.c: Likewise.
43597 * sunrpc/clnt_unix.c: Likewise.
43598 * sunrpc/des_crypt.c: Likewise.
43599 * sunrpc/des_soft.c: Likewise.
43600 * sunrpc/get_myaddr.c: Likewise.
43601 * sunrpc/key_call.c: Likewise.
43602 * sunrpc/key_prot.c: Likewise.
43603 * sunrpc/netname.c: Likewise.
43604 * sunrpc/pm_getmaps.c: Likewise.
43605 * sunrpc/pm_getport.c: Likewise.
43606 * sunrpc/pmap_clnt.c: Likewise.
43607 * sunrpc/pmap_prot.c: Likewise.
43608 * sunrpc/pmap_prot2.c: Likewise.
43609 * sunrpc/pmap_rmt.c: Likewise.
43610 * sunrpc/publickey.c: Likewise.
43611 * sunrpc/rpc_cmsg.c: Likewise.
43612 * sunrpc/rpc_common.c: Likewise.
43613 * sunrpc/rpc_dtable.c: Likewise.
43614 * sunrpc/rpc_prot.c: Likewise.
43615 * sunrpc/rpc_thread.c: Likewise.
43616 * sunrpc/rtime.c: Likewise.
43617 * sunrpc/svc.c: Likewise.
43618 * sunrpc/svc_auth.c: Likewise.
43619 * sunrpc/svc_raw.c: Likewise.
43620 * sunrpc/svc_run.c: Likewise.
43621 * sunrpc/svc_tcp.c: Likewise.
43622 * sunrpc/svc_udp.c: Likewise.
43623 * sunrpc/svc_unix.c: Likewise.
43624 * sunrpc/svcauth_des.c: Likewise.
43625 * sunrpc/xcrypt.c: Likewise.
43626 * sunrpc/xdr.c: Likewise.
43627 * sunrpc/xdr_array.c: Likewise.
43628 * sunrpc/xdr_float.c: Likewise.
43629 * sunrpc/xdr_intXX_t.c: Likewise.
43630 * sunrpc/xdr_mem.c: Likewise.
43631 * sunrpc/xdr_rec.c: Likewise.
43632 * sunrpc/xdr_ref.c: Likewise.
43633 * sunrpc/xdr_sizeof.c: Likewise.
43634 * sunrpc/xdr_stdio.c: Likewise.
43636 2012-05-10 Roland McGrath <roland@hack.frob.com>
43638 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43639 change. Update copyright years.
43641 2012-05-10 Joseph Myers <joseph@codesourcery.com>
43643 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43645 2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
43646 Joseph Myers <joseph@codesourcery.com>
43647 Paul Pluzhnikov <ppluzhnikov@google.com>
43650 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43652 [cross-compiling] (extra-libs): Likewise.
43653 [cross-compiling] (extra-libs-others): Likewise.
43654 [cross-compiling] (librpcsvc-routines): Likewise.
43655 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43656 [cross-compiling] (omit-deps): Likewise.
43657 (sunrpc-CPPFLAGS): New variable.
43658 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43659 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43660 (cross-rpcgen-objs): New variable.
43661 (extra-objs): Append $(cross-rpcgen-objs).
43662 ($(cross-rpcgen-objs)): New rule.
43663 ($(objpfx)cross-rpcgen): Likewise.
43664 (rpcgen-cmd): Define to use $(built-program-file). Expand
43666 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43667 ($(objpfx)x%.stmp): Likewise.
43668 * sunrpc/proto.h [IS_IN_build] (_): Define.
43669 [IS_IN_build] (_libc_intl_domainname): Likewise.
43671 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43673 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43674 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43675 and R_X86_64_TPOFF64.
43677 2012-05-10 Joseph Myers <joseph@codesourcery.com>
43679 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43680 sysdeps/unix/sysv/syscalls.list.
43683 * sysdeps/unix/sysv/syscalls.list: Remove file.
43685 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
43688 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43689 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43690 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43691 (__LC_IDENTIFICATION): Make these macros useful in #if
43692 expressions, as required by C99.
43694 2012-05-10 Andreas Schwab <schwab@linux-m68k.org>
43696 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43697 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
43700 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
43702 * stdlib/longlong.h: Updated from GCC.
43704 2012-05-09 Andreas Jaeger <aj@suse.de>
43706 * nscd/nscd.c (run_modes): Make named enum, reorder so that
43707 default is first entry.
43708 (run_mode): Set type.
43709 (main): Remove informal message about syslog.
43710 (options): Fix typo.
43713 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43716 (llrintf): Likewise.
43717 (llrint): Likewise.
43720 (nearbyint): Likewise.
43721 (nearbyintf): Likewise.
43723 2012-05-09 Andreas Jaeger <aj@suse.de>
43724 Pedro Alves <palves@redhat.com>
43726 * nscd/nscd.c (run_mode): Use enum.
43727 (main): Cleanup coding style issue.
43729 2012-05-09 Alexandre Oliva <aoliva@redhat.com>
43730 Andreas Jaeger <aj@suse.de>
43732 * nscd/nscd.c (go_background): Replaced with...
43733 (run_mode): ... this.
43734 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43735 (options): Add -F --foreground.
43736 (main): Implement it.
43737 (parse_opt): Parse it.
43739 2012-05-09 Andreas Jaeger <aj@suse.de>
43742 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43743 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43744 -Wconversion warning.
43745 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43748 2012-05-09 Joseph Myers <joseph@codesourcery.com>
43750 * conform/data/locale.h-data (NULL): Use macro-constant. Require
43752 (LC_ALL): Use macro-int-constant.
43753 (LC_COLLATE): Likewise.
43754 (LC_CTYPE): Likewise.
43755 (LC_MESSAGES): Likewise.
43756 (LC_MONETARY): Likewise.
43757 (LC_NUMERIC): Likewise.
43758 (LC_TIME): Likewise.
43759 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43760 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43761 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43762 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43764 [C99-based standards] (float_t): Expect type.
43765 [C99-based standards] (double_t): Expect type.
43766 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
43768 [C99-based standards] (HUGE_VALL): Likewise.
43769 [C99-based standards] (INFINITY): Likewise.
43770 [C99-based standards] (NAN): Likewise.
43771 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43772 [C99-based standards] (FP_NAN): Likewise.
43773 [C99-based standards] (FP_NORMAL): Likewise.
43774 [C99-based standards] (FP_SUBNORMAL): Likewise.
43775 [C99-based standards] (FP_ZERO): Likewise.
43776 [C99-based standards] (FP_FAST_FMA): Use
43777 optional-macro-int-constant. Specify type. Require == 1.
43778 [C99-based standards] (FP_FAST_FMAF): Likewise.
43779 [C99-based standards] (FP_FAST_FMAL): Likewise.
43780 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43781 [C99-based standards] (FP_ILOGBNAN): Likewise.
43782 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43784 [C99-based standards] (MATH_ERREXCEPT): Likewise.
43785 [C99-based standards] (math_errhandling): Specify type.
43786 [ISO99 || ISO11] (signgam): Do not allow.
43787 [non-C99-based standards] (copysignf): Do not allow.
43788 [non-C99-based standards] (exp2f): Likewise.
43789 [non-C99-based standards] (log2f): Likewise.
43790 [non-C99-based standards] (modff): Allow.
43791 [non-C99-based standards] (erff): Do not allow.
43792 [non-C99-based standards] (erfcf): Likewise.
43793 [non-C99-based standards] (gammaf): Likewise.
43794 [non-C99-based standards] (hypotf): Likewise.
43795 [non-C99-based standards] (j0f): Likewise.
43796 [non-C99-based standards] (j1f): Likewise.
43797 [non-C99-based standards] (jnf): Likewise.
43798 [non-C99-based standards] (lgammaf): Likewise.
43799 [non-C99-based standards] (tgammaf): Likewise.
43800 [non-C99-based standards] (y0f): Likewise.
43801 [non-C99-based standards] (y1f): Likewise.
43802 [non-C99-based standards] (ynf): Likewise.
43803 [non-C99-based standards] (isnanf): Likewise.
43804 [non-C99-based standards] (acoshf): Likewise.
43805 [non-C99-based standards] (asinhf): Likewise.
43806 [non-C99-based standards] (atanhf): Likewise.
43807 [non-C99-based standards] (cbrtf): Likewise.
43808 [non-C99-based standards] (expm1f): Likewise.
43809 [non-C99-based standards] (ilogbf): Likewise.
43810 [non-C99-based standards] (log1pf): Likewise.
43811 [non-C99-based standards] (logbf): Likewise.
43812 [non-C99-based standards] (nextafterf): Likewise.
43813 [non-C99-based standards] (remainderf): Likewise.
43814 [non-C99-based standards] (rintf): Likewise.
43815 [non-C99-based standards] (scalbf): Likewise.
43816 [non-C99-based standards] (copysignl): Likewise.
43817 [non-C99-based standards] (exp2l): Likewise.
43818 [non-C99-based standards] (log2l): Likewise.
43819 [non-C99-based standards] (modfl): Allow.
43820 [non-C99-based standards] (erfl): Do not allow.
43821 [non-C99-based standards] (erfcl): Likewise.
43822 [non-C99-based standards] (gammal): Likewise.
43823 [non-C99-based standards] (hypotl): Likewise.
43824 [non-C99-based standards] (j0l): Likewise.
43825 [non-C99-based standards] (j1l): Likewise.
43826 [non-C99-based standards] (jnl): Likewise.
43827 [non-C99-based standards] (lgammal): Likewise.
43828 [non-C99-based standards] (tgammal): Likewise.
43829 [non-C99-based standards] (y0l): Likewise.
43830 [non-C99-based standards] (y1l): Likewise.
43831 [non-C99-based standards] (ynl): Likewise.
43832 [non-C99-based standards] (isnanl): Likewise.
43833 [non-C99-based standards] (acoshl): Likewise.
43834 [non-C99-based standards] (asinhl): Likewise.
43835 [non-C99-based standards] (atanhl): Likewise.
43836 [non-C99-based standards] (cbrtl): Likewise.
43837 [non-C99-based standards] (expm1l): Likewise.
43838 [non-C99-based standards] (ilogbl): Likewise.
43839 [non-C99-based standards] (log1pl): Likewise.
43840 [non-C99-based standards] (logbl): Likewise.
43841 [non-C99-based standards] (nextafterl): Likewise.
43842 [non-C99-based standards] (remainderl): Likewise.
43843 [non-C99-based standards] (rintl): Likewise.
43844 [non-C99-based standards] (scalbl): Likewise.
43845 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43846 [non-C99-based standards] (FP_*): Do not allow.
43847 [C99-based standards] (FP_*): Change to
43848 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43849 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43851 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43852 (SIG_ERR): Likewise.
43853 [X/Open-based standards] (SIG_HOLD): Likewise.
43854 (SIG_IGN): Likewise.
43855 (SIGABRT): Use macro-int-constant. Specify type. Require
43857 (SIGFPE): Likewise.
43858 (SIGILL): Likewise.
43859 (SIGINT): Likewise.
43860 (SIGSEGV): Likewise.
43861 (SIGTER): Likewise.
43862 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43863 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43864 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43865 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43866 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43867 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43868 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43869 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43870 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43871 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43872 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43873 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43874 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43875 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43876 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43877 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43878 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43879 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43880 [X/Open-based standards] (SIGTRAP): Likewise.
43881 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43882 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43883 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43884 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43885 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43888 2012-05-08 Ian Wienand <ianw@vmware.com>
43891 * time/tzset.c (__tzset_parse_tz): Update default rules for
43892 daylight time changes in the Energy Policy Act of 2005.
43894 2012-05-09 Andreas Jaeger <aj@suse.de>
43897 * elf/ldconfig.c (parse_conf): Change string to make clear that
43898 ldconfig only issued a warning if ld.so.conf does not exist.
43900 2012-05-08 David S. Miller <davem@davemloft.net>
43902 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43903 movxtod instead of popping the value on the stack.
43905 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43907 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
43909 * config.h.in: Add HAVE_ARM_PCS_VFP.
43911 2012-05-08 Roland Mc Grath <roland@hack.frob.com>
43914 * include/features.h: Warn if user requests __FORTIFY_SOURCE
43915 checking but the checks are disabled for any reason.
43917 2012-05-08 H.J. Lu <hongjiu.lu@intel.com>
43919 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43920 and ELF64_R_TYPE with ELFW(R_TYPE).
43922 2012-05-08 Joseph Myers <joseph@codesourcery.com>
43924 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43925 (ulimit): Likewise.
43927 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43928 (settimeofday): Likewise.
43930 2012-05-08 Mike Frysinger <vapier@gentoo.org>
43932 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
43933 a struct th_u2 inside the union, and move tu_block/tu_code into
43934 a new th_u3 union of tu_block/tu_code inside of that. Move
43935 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
43936 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
43937 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43938 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43939 (th_stuff): Change to th_u1.tu_stuff.
43941 (th_msg): Change to th_u1.th_u2.tu_data.
43943 2012-05-07 David S. Miller <davem@davemloft.net>
43945 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43948 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43949 (SETUP_PIC_REG): Use it.
43950 (SETUP_PIC_REG_LEAF): Use it.
43952 2012-05-07 Joseph Myers <joseph@codesourcery.com>
43956 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43958 (EXPL_FINITE): Likewise.
43959 (FLDLOG): Likewise.
43960 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43961 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43963 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43965 (EXPL_FINITE): Likewise.
43966 (FLDLOG): Likewise.
43967 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43968 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43970 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
43971 test of -max_value argument for long double.
43972 * sysdeps/i386/fpu/libm-test-ulps: Update.
43973 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43975 2012-05-06 David S. Miller <davem@davemloft.net>
43977 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43978 quad soft-float symbols whose references which are compiler
43980 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43982 2012-05-06 Joseph Myers <joseph@codesourcery.com>
43986 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43988 (EXPL_FINITE): Likewise.
43989 (FLDLOG): Likewise.
43992 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
43993 Adjust comments for base varying.
43994 (__expl_finite): Change alias to EXPL_FINITE.
43995 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43997 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43998 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43999 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44000 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44001 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44003 (EXPL_FINITE): Likewise.
44004 (FLDLOG): Likewise.
44007 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
44008 Adjust comments for base varying.
44009 (__expl_finite): Change alias to EXPL_FINITE.
44010 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
44012 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44015 * math/libm-test.inc (check_float_internal): Correct ulp
44016 calculation for subnormal expected results.
44018 2012-05-06 Andreas Jaeger <aj@suse.de>
44020 * Makeconfig (+math-flags): New, set to -frounding-math.
44021 (+cflags): Add +math-flags so that all of glibc gets compiled with
44024 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44026 2012-05-05 Joseph Myers <joseph@codesourcery.com>
44028 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44034 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44035 (__ieee754_expl): Allow for and saturate large arguments.
44036 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44037 (u_threshold): Likewise.
44038 (__exp): Call __ieee754_exp before checking for overflow and
44040 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44041 (u_threshold): Likewise.
44042 (__expf): Call __ieee754_expf before checking for overflow and
44044 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44045 (u_threshold): Likewise.
44046 (__expl): Call __ieee754_expl before checking for overflow and
44048 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44049 (__ieee754_expl): Allow for and saturate large arguments.
44050 * math/libm-test.inc (exp_test): Add another test. Do not allow
44051 missing overflow exception on overflow.
44052 (expm1_test): Do not allow missing overflow exception on overflow.
44054 * sysdeps/i386/fpu/e_expl.c: Move to ...
44055 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
44056 rather than using inline asm.
44057 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44058 * sysdeps/x86_64/fpu/e_expl.S: Copy from
44059 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44061 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44064 (signal): Likewise.
44068 2012-05-04 Joseph Myers <joseph@codesourcery.com>
44070 * sysdeps/unix/syscalls.list (adjtime): Add entry from
44071 sysdeps/unix/common/syscalls.list.
44072 (fchmod): Likewise.
44073 (fchown): Likewise.
44074 (ftruncate): Likewise.
44075 (getrusage): Likewise.
44076 (gettimeofday): Likewise.
44077 (setpgid): Likewise.
44078 (setregid): Likewise.
44079 (setreuid): Likewise.
44080 (sigaction): Likewise.
44081 (truncate): Likewise.
44082 (vhangup): Likewise.
44083 * sysdeps/unix/common/syscalls.list: Remove file.
44084 * sysdeps/unix/bsd/Implies: Don't include unix/common.
44085 * sysdeps/unix/sysv/linux/Implies: Likewise.
44087 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
44089 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44090 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44091 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44093 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44095 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44097 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44098 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44100 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44101 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44103 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44104 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44106 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44107 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44109 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44110 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44112 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44113 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44115 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44117 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44119 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44121 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44123 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44124 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44126 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44128 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44130 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44132 2012-05-04 Joseph Myers <joseph@codesourcery.com>
44134 * sysdeps/unix/common/bits/dirent.h: Remove file.
44135 * sysdeps/unix/common/bits/fcntl.h: Likewise.
44137 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44138 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44139 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44140 * sysdeps/unix/bsd/isatty.c: Likewise.
44141 * sysdeps/unix/bsd/tcdrain.c: Likewise.
44142 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44143 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44145 2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44148 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44149 long double comparison inaccuracies.
44150 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44151 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44153 2012-05-04 Andreas Schwab <schwab@linux-m68k.org>
44155 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44156 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44158 2012-05-04 Joseph Myers <joseph@codesourcery.com>
44161 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44162 nonzero digits before rounding a hex value.
44163 * stdlib/tst-strtod.c (tests): Add another test.
44165 2012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
44167 * sysdeps/s390/fpu/libm-test-ulps: Update.
44169 2012-05-03 Andreas Jaeger <aj@suse.de>
44171 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44172 does not get optimized out.
44173 (malloc_opt_barrier): New.
44175 2012-05-03 Andreas Jaeger <aj@suse.de>
44176 Roland McGrath <roland@hack.frob.com>
44178 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44179 intermediate file deletion.
44180 (generated): Add .symlist files.
44182 2012-05-03 Joseph Myers <joseph@codesourcery.com>
44185 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44186 Redirect under this condition.
44187 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44188 [__USE_GNU] (__dprintf_chk): Not under this condition.
44189 [__USE_GNU] (__vdprintf_chk): Likewise.
44190 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44191 under this condition.
44192 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44193 [__USE_XOPEN2K8] (dprintf): Define under this condition.
44194 [__USE_XOPEN2K8] (vdprintf): Likewise.
44195 [__USE_GNU] (__dprintf_chk): Not under this condition.
44196 [__USE_GNU] (__vdprintf_chk): Likewise.
44197 [__USE_GNU] (dprintf): Likewise.
44198 [__USE_GNU] (vdprintf): Likewise.
44200 2012-05-03 Roland McGrath <roland@hack.frob.com>
44202 * elf/Makefile (common-generated): Set this instead of generated for
44203 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
44204 $(all-built-dso)-derived lists.
44206 2012-05-03 Andreas Jaeger <aj@suse.de>
44208 * sysdeps/i386/fpu/libm-test-ulps: Update.
44211 * FAQ.in: Likewise.
44212 * scripts/gen-FAQ.pl: Likewise.
44213 * manual/install.texi (Installation): Point to online location of
44215 * Makefile (files-for-dist): Remove FAQ.
44218 2012-05-02 Allan McRae <allan@archlinux.org>
44220 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44221 (LDFLAGS-reldepmod5.so): Likewise.
44222 (LDFLAGS-reldep6mod1.so): Likewise.
44223 (LDFLAGS-reldep6mod4.so): Likewise.
44224 (LDFLAGS-reldep8mod3.so): Likewise.
44225 (LDFLAGS-unload4mod1.so): Likewise.
44226 (LDFLAGS-unload4mod2.so): Likewise.
44227 (LDFLAGS-tst-initorder): Likewise.
44228 (LDFLAGS-tst-initordera2.so): Likewise.
44229 (LDFLAGS-tst-initordera3.so): Likewise.
44230 (LDFLAGS-tst-initordera4.so): Likewise.
44231 (LDFLAGS-tst-initorderb2.so): Likewise.
44232 (LDFLAGS-noload): Likewise.
44233 (LDFLAGS-next): Likewise.
44234 (LDFLAGS-order2mod1.so): Likewise.
44235 (LDFLAGS-order2mod2.so): Likewise.
44236 (LDFLAGS-tst-initorder2): Likewise.
44237 (LDFLAGS-tst-initorder2a.so): Likewise.
44238 (LDFLAGS-tst-initorder2b.so): Likewise.
44239 (LDFLAGS-tst-initorder2c.so): Likewise.
44240 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44242 2012-05-02 David S. Miller <davem@davemloft.net>
44244 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44246 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
44249 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44251 2012-05-02 Andreas Jaeger <aj@suse.de>
44253 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44254 since we manipulate rounding mode.
44255 (CPPFLAGS-test-idouble.c): Likewise.
44256 (CPPFLAGS-test-ifloat.c): Likewise.
44257 (CFLAGS-test-ldouble.c): Likewise.
44258 (CFLAGS-test-double.c): Likewise.
44259 (CFLAGS-test-float.c): Likewise.
44260 (CFLAGS-test-misc.c): Likewise.
44261 (CFLAGS-test-test-fenv.c): Likewise.
44263 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44267 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44268 comparisons to determine direction to adjust input.
44270 2012-05-01 Roland McGrath <roland@hack.frob.com>
44272 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44273 output to the target.
44275 * scripts/localplt.awk: New file.
44276 * elf/Makefile ($(objpfx)check-localplt): Target removed.
44277 (check-localplt-CFLAGS): Variable removed.
44278 ($(all-built-dso:=.jmprel)): New static pattern rule.
44279 (generated): Add those targets.
44280 (localplt-built-dso): New variable.
44281 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44283 * elf/check-localplt.c: File removed.
44285 * scripts/check-execstack.awk: New file.
44286 * elf/Makefile ($(objpfx)check-execstack): Target removed.
44287 (check-execstack-CFLAGS): Variable removed.
44288 ($(objpfx)check-execstack.h): Target removed.
44289 ($(objpfx)execstack-default): New target.
44290 (generated): Add that instead of check-execstack.h.
44291 ($(all-built-dso:=.phdr)): New static pattern rule.
44292 (generated): Add those targets.
44293 * elf/check-execstack.c: File removed.
44295 * scripts/check-textrel.awk: New file.
44296 * elf/Makefile ($(objpfx)check-textrel): Target removed.
44297 (check-textrel-CFLAGS): Variable removed.
44298 (all-built-dso): Use := to define.o
44299 ($(all-built-dso:=.dyn)): New static pattern rule.
44300 (generated): Add those targets.
44301 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44302 * config.make.in (READELF): New substituted variable.
44303 * elf/check-textrel.c: File removed.
44305 2012-05-01 Joseph Myers <joseph@codesourcery.com>
44307 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44309 * conform/data/ctype.h-data [C99-based standards] (isblank):
44311 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44312 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44313 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44314 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44315 Specify type. Require positive value.
44316 (EILSEQ): Likewise.
44317 (ERANGE): Likewise.
44318 [ISO || POSIX] (EILSEQ): Do not expect.
44319 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44320 Specify type. Require positive value.
44321 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44322 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44323 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44324 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44325 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44326 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44327 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44328 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44329 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44330 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44331 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44332 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44333 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44334 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44335 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44336 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44337 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44338 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44339 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44340 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44341 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44342 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44343 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44344 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44345 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44346 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44347 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44348 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44349 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44350 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44351 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44352 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44353 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44354 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44355 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44356 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44357 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44358 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44359 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44360 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44361 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44362 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44363 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44364 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44365 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44366 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44367 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44368 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44369 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44370 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44371 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44372 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44373 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44374 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44375 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44376 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44377 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44378 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44379 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44380 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44381 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44382 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44383 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44384 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44385 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44386 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44387 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44388 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44389 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44390 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44391 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44392 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44393 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44394 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44395 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44396 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44397 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44399 (FLT_ROUNDS): Expect as macro, not constant.
44400 (FLT_MANT_DIG): Use macro-int-constant.
44401 (DBL_MANT_DIG): Likewise.
44402 (LDBL_MANT_DIG): Likewise.
44403 (FLT_DIG): Likewise.
44404 (DBL_DIG): Likewise.
44405 (LDBL_DIG): Likewise.
44406 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
44407 (DBL_MIN_EXP): Likewise.
44408 (LDBL_MIN_EXP): Likewise.
44409 (FLT_MAX_EXP): Use macro-int-constant.
44410 (DBL_MAX_EXP): Likewise.
44411 (LDBL_MAX_EXP): Likewise.
44412 (FLT_MAX_10_EXP): Likewise.
44413 (DBL_MAX_10_EXP): Likewise.
44414 (LDBL_MAX_10_EXP): Likewise.
44415 (FLT_MAX): Use macro-constant.
44416 (DBL_MAX): Likewise.
44417 (LDBL_MAX): Likewise.
44418 (FLT_EPSILON): Use macro-constant. Give upper bound.
44419 (DBL_EPSILON): Likewise.
44420 (LDBL_EPSILON): Likewise.
44421 (FLT_MIN): Likewise.
44422 (DBL_MIN): Likewise.
44423 (LDBL_MIN): Likewise.
44424 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44425 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44426 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44427 [ISO11] (FLT_HAS_SUBNORM): Likewise.
44428 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44429 [ISO11] (DBL_DECIMAL_DIG): Likewise.
44430 [ISO11] (FLT_DECIMAL_DIG): Likewise.
44431 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44432 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44433 [ISO11] (FLT_TRUE_MIN): Likewise.
44434 [ISO11] (LDBL_TRUE_MIN): Likewise.
44435 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44436 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44437 (SCHAR_MIN): Use macro-int-constant. Specify type.
44438 (SCHAR_MAX): Likewise.
44439 (UCHAR_MAX): Likewise.
44440 (CHAR_MIN): Likewise.
44441 (CHAR_MAX): Likewise.
44442 (MB_LEN_MAX): Use macro-int-constant.
44443 (SHRT_MIN): Use macro-int-constant. Specify type.
44444 (SHRT_MAX): Likewise.
44445 (USHRT_MAX): Likewise.
44446 (INT_MAX): Likewise.
44447 (INT_MIN): Use macro-int-constant. Specify type. Make upper
44449 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
44451 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
44453 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
44454 bound negative. Suffix upper bound with "L".
44455 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
44457 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44459 [C99-based standards] (LLONG_MAX): Likewise.
44460 [C99-based standards] (ULLONG_MAX): Likewise.
44461 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
44463 [ISO11] (max_align_t): Require type.
44464 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44466 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44467 from $CFLAGS, without defining away __attribute__ calls.
44468 (checknamespace): Use $CFLAGS_namespace.
44470 * conform/conformtest.pl (@keywords): Only include C99 keywords
44471 for standards based on C99 or C11.
44473 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44475 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44478 * conform/conformtest.pl: Handle "macro-int-constant" and test for
44479 usability of symbols in #if.
44481 * conform/conformtest.pl: If macro or constant types start
44482 "promoted:", expect the symbol to be of the following type
44483 promoted by the integer promotions.
44485 * conform/conformtest.pl: Parse all "constant" and "macro" lines
44486 in one place. Also handle "macro-constant".
44488 * conform/conformtest.pl: Only accept expected macro values with
44489 "==". Parse all "macro" lines in one place.
44490 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44492 * conform/conformtest.pl: Handle braced types on "constant" lines
44493 instead of handling "typed-constant".
44494 * conform/data/signal.h-data: Use "constant" instead of
44497 * conform/conformtest.pl: Handle "optional-" at start of lines in
44498 one place rather than duplicating several cases. Handle each
44499 format of "macro" line with initial "optional-".
44501 * conform/conformtest.pl: Only accept expected constant or
44502 optional-constant values with "==". Parse all "constant" lines in
44503 one place. Parse all "optional-constant" lines in one place.
44504 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44505 * conform/data/fmtmsg.h-data: Likewise.
44506 * conform/data/netinet/in.h-data: Likewise.
44507 * conform/data/tar.h-data: Likewise.
44508 * conform/data/limits.h-data: Use "==" form on "constant" and
44509 "optional-constant" lines.
44511 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44512 Use -std=c99 for XOPEN2K.
44513 (@knownproblems): Remove.
44514 (newtoken): Don't check %isknown.
44516 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44517 Do not expect macro.
44518 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44519 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44520 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44521 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44522 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44523 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44524 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44525 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44526 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44527 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44528 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44529 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44530 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44531 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44532 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44533 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44534 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44535 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44536 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44537 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44538 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44539 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44540 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44541 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44542 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44543 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44544 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44545 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44546 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44547 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44548 [XPG3] (acosh): Likewise.
44549 [XPG3] (asinh): Likewise.
44550 [XPG3] (atanh): Likewise.
44551 [XPG3] (cbrt): Likewise.
44552 [XPG3] (expm1): Likewise.
44553 [XPG3] (ilogb): Likewise.
44554 [XPG3] (log1p): Likewise.
44555 [XPG3] (logb): Likewise.
44556 [XPG3] (nextafter): Likewise.
44557 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44558 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44559 [XPG3] (remainder): Likewise.
44560 [XPG3] (rint): Likewise.
44561 [XPG3 || XPG4 || UNIX98] (round): Likewise.
44562 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44563 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44564 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44565 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44566 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44567 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44568 [UNIX98 || XOPEN2K] (scalb): Expect.
44569 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44570 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44571 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44572 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44573 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44574 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44575 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44576 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44577 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44578 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44579 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44580 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44581 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44582 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44583 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44584 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44585 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44586 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44587 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44588 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44589 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44590 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44591 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44592 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44593 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44594 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44595 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44596 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44597 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44598 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44599 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44600 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44601 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44602 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44603 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44604 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44605 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44606 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44607 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44608 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44609 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44610 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44611 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44612 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44613 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44614 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44615 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44616 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44617 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44618 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44619 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44620 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44621 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44622 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44623 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44624 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44625 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44626 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44627 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44628 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44629 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44630 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44631 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44632 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44633 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44634 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44635 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44636 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44637 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44638 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44639 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44640 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44641 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44642 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44643 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44644 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44645 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44646 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44647 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44648 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44649 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44650 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44651 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44652 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44653 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44654 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44655 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44656 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44657 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44658 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44659 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44660 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44661 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44662 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44663 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44664 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44665 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44666 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44667 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44668 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44669 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44670 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44671 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44672 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44673 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44674 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44675 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44676 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44677 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44678 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44679 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44680 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44681 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44682 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44683 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44684 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44685 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44686 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44687 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44688 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44689 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44690 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44691 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44692 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44693 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44694 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44695 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44696 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44697 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44698 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44699 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44700 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44701 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44702 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44703 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44704 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44705 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44707 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44708 _XOPEN_SOURCE_EXTENDED for XPG4.
44710 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44712 * Makeconfig (localtime): Remove variable.
44713 (inst_localtime-file): Likewise.
44715 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
44717 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44719 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44721 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44723 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44725 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44727 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44729 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44731 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44733 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44736 2012-05-01 Joseph Myers <joseph@codesourcery.com>
44740 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44741 comparisons to determine direction to adjust input.
44742 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44743 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44744 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44746 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44748 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44750 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44751 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44753 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44755 * math/libm-test.inc (nexttoward_test): Add more tests.
44757 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
44760 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44761 in version GLIBC_2.1, not GLIBC_2.0.
44762 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44765 2012-04-30 Joseph Myers <joseph@codesourcery.com>
44768 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44770 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44771 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44772 * math/libm-test.inc (acos_test): Add more tests.
44773 (asin_test): Likewise.
44774 * sysdeps/i386/fpu/libm-test-ulps: Update.
44775 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44778 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44780 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44781 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44782 * math/libm-test.inc (acos_test_tonearest): New function.
44783 (acos_test_towardzero): Likewise.
44784 (acos_test_downward): Likewise.
44785 (acos_test_upward): Likewise.
44786 (asin_test_tonearest): Likewise.
44787 (asin_test_towardzero): Likewise.
44788 (asin_test_downward): Likewise.
44789 (asin_test_upward): Likewise.
44790 (main): Call the new functions.
44791 * sysdeps/i386/fpu/libm-test-ulps: Update.
44792 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44796 * math/e_exp10.c: Include <float.h>.
44797 (__ieee754_exp10): Handle underflow here rather than multiplying
44798 large negative argument by M_LN10.
44799 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44801 * math/e_exp10l.c: Include <float.h>.
44802 (__ieee754_exp10l): Handle underflow here rather than multiplying
44803 large negative argument by M_LN10l.
44804 * math/libm-test.inc (exp10_test): Add another test. Do not allow
44805 spurious overflow exception on underflow.
44807 2012-04-29 Marek Polacek <polacek@redhat.com>
44809 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44810 (__fortify_function): New macro.
44811 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44812 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44813 __extern_always_inline.
44814 * libio/bits/stdio2.h: Likewise.
44815 * libio/bits/stdio.h: Likewise.
44816 * string/string.h: Likewise.
44817 * string/bits/string3.h: Likewise.
44818 * include/stdio.h: Likewise.
44819 * stdlib/bits/stdlib.h: Likewise.
44820 * stdlib/stdlib.h: Likewise.
44821 * rt/bits/mqueue2.h: Likewise.
44822 * rt/mqueue.h: Likewise.
44823 * posix/bits/unistd.h: Likewise.
44824 * posix/unistd.h: Likewise.
44825 * io/bits/poll2.h: Likewise.
44826 * io/bits/fcntl2.h: Likewise.
44827 * io/fcntl.h: Likewise.
44828 * io/sys/poll.h: Likewise.
44829 * misc/bits/syslog.h: Likewise.
44830 * misc/bits/syslog-ldbl.h: Likewise.
44831 * misc/sys/syslog.h: Likewise.
44832 * socket/bits/socket2.h: Likewise.
44833 * socket/sys/socket.h: Likewise.
44834 * debug/tst-chk1.c: Likewise.
44835 * wcsmbs/bits/wchar2.h: Likewise.
44836 * wcsmbs/bits/wchar-ldbl.h: Likewise.
44837 * wcsmbs/wchar.h: Likewise.
44839 2012-04-29 Andreas Jaeger <aj@suse.de>
44841 * Makerules (tests): Remove enable-check-abi protection.
44842 (check-abi-warn): Remove.
44843 (check-abi-%): Remove check-abi-warn usage.
44845 * configure.in: Remove check-abi configure option.
44846 * configure: Regenerated.
44847 * config.make.in (enable-check-abi): Remove.
44849 2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
44852 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44853 double functions to double *_finite functions.
44856 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44857 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44859 * stdio-common/Makefile (tests): Add tst-sprintf3.
44860 * stdio-common/tst-sprintf3.c: New file.
44862 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44863 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44865 2012-04-28 Joseph Myers <joseph@codesourcery.com>
44867 * conform/conformtest.pl: Remove duplicate typed-constant
44870 2012-04-28 David S. Miller <davem@davemloft.net>
44872 * Makerules (%.abilist): Add vpath on sysdep_dirs.
44873 (check-abi-%): Remove AWK script prerequisite and explicit
44875 (check-abi): Rewrite to just diff the symlist with the abilist.
44876 (config-tls, config-abi-config): Delete, no longer used.
44877 (update-abi-%): Remove AWK script and explicit abilist directory.
44878 (update-abi): Rewrite to simply compare and conditionally copy the
44879 symlist and the sysdep abilist file. Remove update-abi-config
44881 * abilist/ld.abilist: Remove.
44882 * abilist/libBrokenLocale.abilist: Remove.
44883 * abilist/libanl.abilist: Remove.
44884 * abilist/libcrypt.abilist: Remove.
44885 * abilist/libdl.abilist: Remove.
44886 * abilist/librt.abilist: Remove.
44887 * abilist/libthread_db.abilist: Remove.
44888 * abilist/libutil.abilist: Remove.
44889 * scripts/extract-abilist.awk: Remove.
44890 * scripts/merge-abilist.awk: Remove.
44891 * sysdeps/generic/libcidn.abilist: New file.
44892 * sysdeps/generic/libnss_compat.abilist: New file.
44893 * sysdeps/generic/libnss_db.abilist: New file.
44894 * sysdeps/generic/libnss_dns.abilist: New file.
44895 * sysdeps/generic/libnss_files.abilist: New file.
44896 * sysdeps/generic/libnss_hesiod.abilist: New file.
44897 * sysdeps/generic/libnss_nis.abilist: New file.
44898 * sysdeps/generic/libnss_nisplus.abilist: New file.
44899 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44900 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44901 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44903 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44904 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44905 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44906 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44907 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44908 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44909 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44910 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44911 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44913 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44914 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44915 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44916 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44918 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44919 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44920 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44921 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44922 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44923 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44925 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44926 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44927 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44929 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44930 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44932 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44934 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44936 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44938 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44940 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44942 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44944 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44946 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44948 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44950 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44952 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44954 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44956 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44958 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44968 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44972 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44982 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44983 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44985 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44987 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44989 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44991 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44993 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44995 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44997 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44999 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45001 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45003 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45005 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45007 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45008 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45010 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45012 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45014 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45016 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45018 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45020 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45022 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45024 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45026 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45028 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45030 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45032 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45033 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45034 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45036 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45037 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45038 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45039 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45040 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45041 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45042 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45043 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45044 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45045 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45046 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45047 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45049 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45051 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45053 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45055 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45057 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45059 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45061 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45063 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45065 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45067 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45069 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45071 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45072 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45074 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45076 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45078 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45080 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45082 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45084 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45086 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45088 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45090 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45092 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45094 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45097 2012-04-28 Joseph Myers <joseph@codesourcery.com>
45099 * conform/conformtest.pl: Fix typo in handling typed-constant from
45102 2012-04-27 Joseph Myers <joseph@codesourcery.com>
45104 * README: Cut down references to pre-2.6 Linux kernels and
45105 Linuxthreads. Update lists of configurations in libc and ports
45106 and sort alphabetically. Say "or newer" with Linux kernel version
45109 * config.h.in [IS_IN_build]: Allow compiling without optimization.
45111 2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
45114 * math/libm-test.inc (logb_test_downward): New test to expose
45115 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45118 2012-04-27 Joseph Myers <joseph@codesourcery.com>
45121 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45123 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45124 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45126 2012-04-26 Joseph Myers <joseph@codesourcery.com>
45128 * sysdeps/unix/i386/brk.S: Remove file.
45129 * sysdeps/unix/i386/dl-brk.S: Likewise.
45130 * sysdeps/unix/i386/pipe.S: Likewise.
45131 * sysdeps/unix/i386/sigreturn.S: Likewise.
45132 * sysdeps/unix/i386/syscall.S: Likewise.
45133 * sysdeps/unix/i386/vfork.S: Likewise.
45134 * sysdeps/unix/i386/wait.S: Likewise.
45136 * sysdeps/unix/common/tcsendbrk.c: Move to ...
45137 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45139 * configure.in (arm*-none*): Do not allow without
45140 --enable-hacker-mode.
45141 (netbsd*): Remove case setting base_os.
45142 (386bsd*): Likewise.
45143 (freebsd*): Likewise.
45146 (sunos*): Likewise.
45147 (ultrix*): Likewise.
45148 (newsos*): Likewise.
45149 (dynix*): Likewise.
45155 (minix*): Likewise.
45156 (irix4*): Likewise.
45157 (irix6*): Likewise.
45158 (solaris[2-9]*): Likewise.
45160 * configure: Regenerated.
45162 2012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45165 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45166 overflow or cancellation in calculating denominator.
45167 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45168 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45169 down expression to avoid unexpected rounding in newer GCCs.
45170 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45172 2012-04-26 David S. Miller <davem@davemloft.net>
45174 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45175 long-double compat symbols.
45176 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45177 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45178 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45179 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45180 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45181 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45182 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45183 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45184 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45185 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45186 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45187 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45188 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45190 2012-04-25 David S. Miller <davem@davemloft.net>
45192 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45193 HWCAP_* values only after the memory barriers have been defined.
45194 (atomic_full_barrier): Define.
45195 (atomic_read_barrier): Define.
45196 (atomic_write_barrier): Define.
45198 2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
45200 * shlib-versions: Add libgcc_s version information.
45201 * sysdeps/generic/libgcc_s.h: Remove.
45202 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45204 * sysdeps/gnu/unwind-resume.c: Likewise.
45205 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45207 2012-04-25 David S. Miller <davem@davemloft.net>
45209 * sysdeps/unix/sparc/brk.S: Delete.
45210 * sysdeps/unix/sparc/dl-brk.S: Delete.
45211 * sysdeps/unix/sparc/pipe.S: Delete.
45212 * sysdeps/unix/sparc/sysdep.S: Delete.
45213 * sysdeps/unix/sparc/sysdep.h: Delete.
45214 * sysdeps/unix/sparc/vfork.S: Delete.
45215 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45216 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45217 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45218 (ret_ERRVAL, r0, r1, MOVE): Define.
45219 (JUMPTARGET): Remove.
45220 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45221 sysdeps/unix/sparc/sysdep.h
45222 (ENTRY, END): Remove.
45223 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45225 2012-04-25 Joseph Myers <joseph@codesourcery.com>
45227 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45228 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45231 * timezone/README: Update upstream location and email address for
45233 * timezone/zdump.c: Update from tzcode 2012b.
45234 * timezone/zic.c: Likewise.
45236 * configure.in (libc_cv_as_needed): Remove test.
45237 * configure: Regenerated.
45238 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45239 conditional definition.
45240 [$(have-as-needed) != yes] (no-as-needed): Likewise.
45241 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45242 * config.make.in (have-as-needed): Remove variable.
45244 2012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
45245 Paul Pluzhnikov <ppluzhnikov@google.com>
45247 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45250 2012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
45252 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45253 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45254 * sysdeps/sh/strlen.S: Likewise.
45256 2012-04-24 Joseph Myers <joseph@codesourcery.com>
45258 * sysdeps/unix/fork.S: Remove file.
45259 * sysdeps/unix/i386/fork.S: Likewise.
45260 * sysdeps/unix/sparc/fork.S: Likewise.
45262 * sysdeps/unix/system.c: Remove file.
45263 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45265 * sysdeps/unix/getegid.S: Remove file.
45266 * sysdeps/unix/geteuid.S: Likewise.
45268 2012-04-24 Roland McGrath <roland@hack.frob.com>
45270 * scripts/check-localplt.awk: New file.
45271 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45273 * scripts/data/localplt-generic.data: Add a comment.
45275 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45276 NODE when __dir_mkfile failed.
45277 * sysdeps/mach/hurd/symlinkat.c: Likewise.
45278 Reported by Ludovic Courtès <ludo@gnu.org>.
45280 2012-04-24 Andreas Jaeger <aj@suse.de>
45282 * Makerules (common-clean): Also remove gen-as-const-headers
45285 2012-04-24 Joseph Myers <joseph@codesourcery.com>
45287 * Makerules (native-compile): Do not change working directory for
45288 build. Use $(OUTPUT_OPTION) in command.
45289 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45291 2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45294 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45295 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45296 * math/libm-test.inc (floor_test): Add more tests.
45297 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45299 2012-04-24 Joseph Myers <joseph@codesourcery.com>
45301 * sysdeps/unix/getdents.c: Remove file.
45302 * sysdeps/unix/sysv/getdents.c: Likewise.
45303 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45305 * sysdeps/unix/syscalls.list (madvise): Add syscall from
45306 sysdeps/unix/mman/syscalls.list.
45308 (mprotect): Likewise.
45310 (munmap): Likewise.
45311 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45312 * sysdeps/unix/mman/syscalls.list: Remove.
45313 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45315 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45316 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45317 * configure: Regenerated.
45318 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45319 $(libgcc_s_suffix).
45320 * config.make.in (libgcc_s_suffix): Remove variable.
45322 2012-04-23 Joseph Myers <joseph@codesourcery.com>
45324 * sysdeps/unix/sysv/gethostname.c: Move to ...
45325 * sysdeps/posix/gethostname.c: ... here.
45327 * sysdeps/unix/execve.S: Remove file.
45329 * sysdeps/unix/_exit.S: Remove file.
45331 2012-04-23 Andreas Jaeger <aj@suse.de>
45334 * manual/Makefile: Remove make dist support, there's no
45335 need for a stand-alone documentation tar ball.
45336 (TEXI2DVI): Define always, it's not in Makeconfig.
45339 (edition): Removed.
45340 (glibc-doc-$(edition).tar): Removed
45344 (ETAGS): Remove, it's in Makeconfig.
45345 (move-if-change): Remove, it's in Makeconfig.
45347 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
45350 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45351 (strtod, strtof, strtold, strtol, strtoul, strtoq)
45352 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45353 (strtod_l, strtof_l, strtold_l): Remove __wur.
45354 It is not necessarily an error to ignore strtol's return value.
45355 One can reliably look at the stored endptr to decide whether
45356 the number had valid syntax.
45358 2012-04-21 Andreas Jaeger <aj@suse.de>
45361 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45363 2012-04-21 Joseph Myers <joseph@codesourcery.com>
45365 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45366 * sysdeps/unix/sysv/Versions: Remove file.
45368 2012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
45371 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45373 2012-04-21 Nick Alcock <nick.alcock@oracle.com>
45376 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45377 version from __vm86.
45379 2012-04-20 Joseph Myers <joseph@codesourcery.com>
45381 * sysdeps/unix/common/lxstat.c: Remove file.
45382 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45384 * sysdeps/unix/sysv/Makefile: Remove file.
45386 * sysdeps/unix/sysv/direct.h: Remove file.
45388 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45389 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45390 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45391 * sysdeps/unix/sysv/bits/signum.h: Likewise.
45392 * sysdeps/unix/sysv/bits/stat.h: Likewise.
45393 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45394 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45396 * sysdeps/unix/sysv/setrlimit.c: Remove file.
45398 * sysdeps/unix/xmknod.c: Remove file.
45399 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45401 * sysdeps/unix/sysv/settimeofday.c: Remove file.
45403 * sysdeps/unix/sysv/i386/time.S: Remove file.
45405 * sysdeps/unix/fxstat.c: Remove file.
45406 * sysdeps/unix/xstat.c: Likewise.
45407 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45409 * sysdeps/unix/sysv/sigaction.c: Remove file.
45411 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45412 (sysdep_headers): Remove variable.
45413 [termio.h not in sysdep_headers] (generated): Likewise.
45414 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45415 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45416 * sysdeps/unix/sysv/tcdrain.c: Likewise.
45417 * sysdeps/unix/sysv/tcflow.c: Likewise.
45418 * sysdeps/unix/sysv/tcflush.c: Likewise.
45419 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45420 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45421 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45422 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45423 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45425 * sysdeps/unix/siglist.c: Remove file.
45427 * sysdeps/unix/getppid.S: Remove file.
45429 * sysdeps/unix/mkdir.c: Remove file.
45430 * sysdeps/unix/rmdir.c: Likewise.
45432 2012-04-19 Andreas Schwab <schwab@linux-m68k.org>
45434 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45436 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45437 errlist-compat value.
45439 2012-04-18 David S. Miller <davem@davemloft.net>
45441 * sysdeps/generic/memcopy.h (reg_char): Delete.
45442 * debug/strcat_chk.c: Use char, not reg_char.
45443 * debug/strcpy_chk.c: Likewise.
45444 * debug/strncat_chk.c: Likewise.
45445 * debug/strncpy_chk.c: Likewise.
45446 * string/memchr.c: Likewise.
45447 * string/memrchr.c: Likewise.
45448 * string/rawmemchr.c: Likewise.
45449 * string/strcat.c: Likewise.
45450 * string/strchr.c: Likewise.
45451 * string/strchrnul.c: Likewise.
45452 * string/strcmp.c: Likewise.
45453 * string/strcpy.c: Likewise.
45454 * string/strncat.c: Likewise.
45455 * string/strncmp.c: Likewise.
45456 * string/strncpy.c: Likewise.
45458 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
45460 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45461 __builtin_memcopy is called when src and dest ranges are known to not
45464 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
45466 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45467 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45468 fwd_align_merge macro call.
45469 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45470 bwd_align_merge macro call.
45471 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45473 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
45475 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45476 bwd_align_merge macros.
45477 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45478 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45479 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45481 2012-04-18 David S. Miller <davem@davemloft.net>
45483 * sysdeps/sparc/sparc64/memcopy.h: Delete.
45485 2012-04-18 Andreas Jaeger <aj@suse.de>
45488 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45489 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45490 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45492 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45493 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45494 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45496 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45497 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45498 Adjust for changed ldbl-128 files.
45500 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45501 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45502 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45504 2012-04-17 David S. Miller <davem@davemloft.net>
45506 * sysdeps/sparc/sparc32/memcopy.h: Delete.
45508 2012-04-17 Andreas Schwab <schwab@linux-m68k.org>
45510 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45511 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45512 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45513 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45514 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45515 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45517 2012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45520 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45521 * math/libm-test.inc: Add ilogb errno and exception tests.
45522 * math/w_ilogb.c: New file: ilogb wrapper.
45523 * math/w_ilogbf.c: New file: ilogbf wrapper.
45524 * math/w_ilogbl.c: New file: ilogbl wrapper.
45525 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45526 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45527 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45528 exception being thrown with 0.0 as argument.
45529 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45530 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45531 exception being thrown with 0.0 as argument.
45532 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45533 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45534 exception being thrown with 0.0 as argument.
45535 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45536 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45537 exception being thrown with 0.0 as argument.
45538 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45539 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45540 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45541 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45542 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45543 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45544 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45545 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45546 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45548 2012-04-17 Petr Baudis <pasky@ucw.cz>
45550 * include/sys/uio.h: Change __vector to __iovec to avoid clash
45553 2012-04-16 Marek Polacek <polacek@redhat.com>
45555 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45557 2012-04-16 Marek Polacek <polacek@redhat.com>
45559 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45560 operands of fdivp instruction.
45562 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
45564 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45565 * elf/tst-auditmod3b.c: Likewise.
45566 * elf/tst-auditmod4b.c: Likewise.
45567 * elf/tst-auditmod5b.c: Likewise.
45568 * elf/tst-auditmod6b.c: Likewise.
45569 * elf/tst-auditmod6c.c: Likewise.
45570 * elf/tst-auditmod7b.c: Likewise.
45571 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45572 * sysdeps/x86_64/preconfigure.in: Likewise.
45573 * sysdeps/x86_64/preconfigure: Regenerated.
45575 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
45577 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45580 2012-04-13 Antoine Balestrat <merkil33@gmail.com>
45582 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45583 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45585 2012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
45588 * locale/iso-639.def: Fix gl language name. Spotted by
45591 2012-04-12 Roland McGrath <roland@hack.frob.com>
45594 * libio/libio.h (__io_write_fn): Update comment.
45596 2012-04-12 Petr Baudis <pasky@ucw.cz>
45599 * stdio.texi (Hook Functions): The user provided writer function
45600 is not allowed to return -1.
45602 2012-04-11 David S. Miller <davem@davemloft.net>
45604 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45606 2012-04-11 Mike Frysinger <vapier@gentoo.org>
45608 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45609 Add a leading slash to rtkaio.
45611 2012-04-11 Jim Meyering <meyering@redhat.com>
45614 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45615 It is not necessarily an error to ignore fwrite's return
45616 value. One can reliably use ferror to test for errors after
45619 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
45621 * bits/types.h (__snseconds_t): New type.
45622 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45624 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45625 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45626 (__SNSECONDS_T_TYPE): Likewise.
45627 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45628 (__SNSECONDS_T_TYPE): Likewise.
45629 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45630 (__SNSECONDS_T_TYPE): Likewise.
45632 2012-04-10 Andreas Jaeger <aj@suse.de>
45635 * manual/time.texi (Processor Time): Return type of times is
45636 elapsed real time since an arbitrary point in the past.
45637 (CPU Time): Move CLK_TCK from here...
45638 (Processor Time): ...to here. Correct description.
45639 * manual/conf.texi (Constants for Sysconf): Correct description of
45642 2012-04-10 David S. Miller <davem@davemloft.net>
45645 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45646 where the is a gap between DT_REL(A) and DT_JMPREL.
45648 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
45650 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45651 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45652 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45654 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
45656 * elf/dl-support.c (_dl_inhibit_cache): New variable.
45657 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45658 (dl_main): Handle --inhibit-cache.
45659 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45661 * elf/dl-load.c (_dl_map_object): Use it.
45662 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45664 2012-04-09 Joseph Myers <joseph@codesourcery.com>
45667 * sysdeps/i386/fpu/e_powl.S (p78): New object.
45668 (__ieee754_powl): Saturate large exponents rather than testing for
45669 overflow of y*log2(x).
45670 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45671 * math/libm-test.inc (pow_test): Do not permit spurious overflow
45675 * math/s_ctan.c: Include <float.h>.
45676 (__ctan): Avoid internal overflow or cancellation in calculating
45678 * math/s_ctanf.c: Likewise.
45679 * math/s_ctanl.c: Likewise.
45680 * math/s_ctanh.c: Likewise.
45681 * math/s_ctanhf.c: Likewise.
45682 * math/s_ctanhl.c: Likewise.
45683 * math/libm-test.inc (ctan_test): Add more tests.
45684 (ctanh_test): Likewise.
45685 * sysdeps/i386/fpu/libm-test-ulps: Update.
45686 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45688 2012-04-09 Andreas Jaeger <aj@suse.de>
45691 * manual/filesys.texi (Directory Entries): Mention that d_namlen
45692 is an optional BSD extension.
45695 * manual/stdio.texi (Opening Streams): Document additional fopen
45698 2012-04-09 Roland McGrath <roland@hack.frob.com>
45700 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45701 %eax without telling the compiler.
45703 2012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
45706 * manual/install.texi: Use sourceware.org.
45708 2012-04-09 Joseph Myers <joseph@codesourcery.com>
45711 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45712 (__ieee754_pow): Generate overflow and underflow using huge*huge
45713 and tiny*tiny rather than just returning constant infinity or zero
45714 for large exponents.
45715 * math/libm-test.inc (pow_test): Require overflow exceptions for
45716 applicable cases of large exponents.
45719 * sysdeps/i386/fpu/e_pow.S (p10): New object.
45720 (__ieee754_pow): Use iterative multiplication algorithm only for
45721 integer exponents with absolute value below 1024. Check for odd
45722 integer exponents when using algorithm for real exponents.
45723 * math/libm-test.inc (pow_test): Add more tests.
45724 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45726 2012-04-08 Joseph Myers <joseph@codesourcery.com>
45729 * math/libm-test.inc (exp_test): Do not allow overflow exception
45732 2012-04-08 Aurelien Jarno <aurelien@aurel32.net>
45735 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45736 instead of __kernel_standard_f.
45738 2012-04-08 Mike Frysinger <vapier@gentoo.org>
45740 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45741 * sysdeps/x86_64/memset_chk.S: Likewise.
45743 2012-04-08 Andreas Jaeger <aj@suse.de>
45746 * manual/startup.texi (Environment Access): Describe return value
45747 for putenv and setenv.
45750 * manual/filesys.texi (Directory Entries): Add description for
45754 * manual/filesys.texi (Directory Entries): Clarify that it's file
45755 system not operating system in the description of DT_UNKNOWN.
45758 * manual/syslog.texi (closelog): Fix reference, it's openlog.
45760 2012-04-08 Stephen Compall <s11@member.fsf.org>
45763 * manual/llio.texi (Opening and Closing Files): Add cross
45764 reference to explain mode argument.
45766 2012-04-07 Mike Frysinger <vapier@gentoo.org>
45768 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45769 * sysdeps/x86_64/memset_chk.S: Likewise.
45771 2012-04-07 David S. Miller <davem@davemloft.net>
45773 * elf/elf.h (R_SPARC_WDISP10): Define.
45774 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45776 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45777 R_SPARC_SIZE64 and R_SPARC_H34.
45779 2012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
45781 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45782 conditions and remove no longer applicable assertion.
45784 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
45786 * bits/byteswap.h: Include <features.h>.
45787 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45788 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45790 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
45792 * bits/byteswap.h (__bswap_16): Removed.
45793 Include <bits/byteswap-16.h> to get __bswap_16.
45794 * sysdeps/i386/bits/byteswap.h: Likewise.
45795 * sysdeps/s390/bits/byteswap.h: Likewise.
45796 * sysdeps/x86_64/bits/byteswap.h: Likewise.
45797 * bits/byteswap-16.h: New file.
45798 * sysdeps/i386/bits/byteswap-16.h: Likewise.
45799 * sysdeps/s390/bits/byteswap-16.h: Likewise.
45800 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45801 * string/Makefile (headers): Add bits/byteswap-16.h.
45803 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
45806 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45808 * nss/Makefile (tests-static, tests): Add tst-nss-static.
45809 * nss/tst-nss-static.c: New.
45811 2012-04-06 Robert Millan <rmh@gnu.org>
45814 * manual/llio.texi (File Position Primitive): lseek
45815 refers to WHENCE when it really means OFFSET.
45817 2012-04-06 Andreas Jaeger <aj@suse.de>
45819 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45820 strncmp declarations.
45822 * abilist/libc.abilist: Add __poll and __ppoll.
45824 2012-04-05 David S. Miller <davem@davemloft.net>
45826 * scripts/check-local-headers.sh: Accept a host triplet in the
45827 path matched by the exclude regexp.
45829 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45831 * sysdeps/powerpc/powerpc32/dl-machine.h
45832 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45833 * sysdeps/s390/s390-32/dl-machine.h
45834 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45835 * sysdeps/sparc/sparc32/dl-machine.h
45836 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45837 * sysdeps/sparc/sparc64/dl-machine.h
45838 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45840 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45842 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45843 undefined symbol errors.
45845 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45848 2012-04-05 Michael Matz <matz@suse.de>
45851 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45853 2012-04-05 Andreas Jaeger <aj@suse.de>
45856 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45859 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45861 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45862 which ROUND is no valid rounding mode.
45864 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45866 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45868 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45870 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45872 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45873 an exception using FPU order intentionally.
45875 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45877 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45878 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45879 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45880 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45882 2012-04-05 Simon Josefsson <simon@josefsson.org>
45885 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45886 EINVAL when BUFLEN is too smal.
45888 2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
45891 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45892 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45894 2012-04-03 Andreas Jaeger <aj@suse.de>
45897 * manual/setjmp.texi (System V contexts): Fix sentence.
45900 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45901 New macro for this case.
45902 [!__GNUC__] (__bswap_64): New inline function for this case.
45903 * sysdeps/x86_64/bits/byteswap.h: Likewise.
45904 * bits/byteswap.h: Likewise.
45905 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45906 ull, guard with __GLIBC_HAVE_LONG_LONG.
45908 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45909 __GLIBC_HAVE_LONG_LONG.
45911 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45912 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45914 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45917 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45918 inptr and inend, rather than using last_ch.
45920 2012-04-02 David S. Miller <davem@davemloft.net>
45922 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45923 * stdio-common/printf-parse.h (read_int): Change return type to
45924 'int', return -1 on INT_MAX overflow.
45925 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45926 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
45927 overflows INT_MAX. Check for overflow of in-format-string precision
45928 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
45929 SIZE_MAX not INT_MAX for integer overflow test.
45930 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45931 skip the construct in the format string but do not record anything.
45932 * stdio-common/bug22.c: Adjust to test both width/prevision
45933 INT_MAX overflow as well as total length INT_MAX overflow. Check
45934 explicitly for proper errno values.
45936 2012-04-02 Thomas Schwinge <thomas@codesourcery.com>
45938 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45940 * string/test-strcmp.c [! WIDE]: Likewise.
45941 * time/tst-mktime2.c: Likewise for INT_MAX.
45942 * string/test-string.h: #include <sys/param.h> for MIN.
45944 * csu/init-first.c (__libc_init_first): Call __ctype_init.
45945 * sysdeps/i386/init-first.c (init): Likewise.
45946 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45947 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45948 * sysdeps/sh/init-first.c (init): Likewise.
45950 2012-04-01 Ulrich Drepper <drepper@gmail.com>
45952 * po/ru.po: Update from translation team.
45953 * po/vi.po: Likewise.
45955 2012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
45957 * resolv/nss_dns/dns-host.c: Merge copyright years.
45959 2012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45961 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45962 Optimize memcpy with prefetch if
45963 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
45964 src, dst pointers have unequal 16 byte alignments.
45966 2012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
45969 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45970 from a CNAME entry and return the minimum ttl for the query.
45971 (gaih_getanswer_slice): Likewise.
45973 2012-03-30 Jeff Law <law@redhat.com>
45975 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45977 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45978 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45980 * resolv/nss_dns/dns-host.c: Update copyright year.
45982 2012-03-30 Ulrich Drepper <drepper@gmail.com>
45984 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45985 requests to save a system call. Fix check that all bytes are sent.
45987 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45988 comments for sendmmsg.
45990 2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45993 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45994 with only 1 character between 0x0041 and 0x01b0.
45995 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45996 * wcsmbs/tst-mbsnrtowcs.c: New file.
45998 2012-03-29 David S. Miller <davem@davemloft.net>
46000 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46001 small copies by hand.
46003 2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
46006 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46007 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46010 2012-03-28 David S. Miller <davem@davemloft.net>
46012 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46013 that branches into memcpy.
46014 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46015 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46016 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46017 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46018 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46020 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46021 implementation too.
46022 * sysdeps/sparc/mempcpy.S: New file.
46024 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46025 the IFUNC routine in the libc case.
46026 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46028 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46029 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46030 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46031 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46032 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46033 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46034 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46035 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46037 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46038 loop to 256 bytes instead of 64 bytes and fix test signedness.
46040 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46041 * sysdeps/sparc/sparc32/Makefile: rather than here...
46042 * sysdeps/sparc/sparc64/Makefile: and here.
46044 2012-03-28 Ulrich Drepper <drepper@gmail.com>
46046 * malloc/mallocbug.c: Avoid warnings about unused variables.
46048 2012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
46051 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46052 in the right place. Discard and retry query if response is
46053 larger than input buffer size.
46055 2012-03-28 Joseph Myers <joseph@codesourcery.com>
46060 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46061 x for large integer exponent.
46062 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46063 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
46064 sign of result as needed afterwards.
46065 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46066 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46067 result for underflowing pow the same as for overflow.
46068 (__kernel_standard_l): Handle powl overflow and underflow here
46069 rather than calling __kernel_standard.
46070 * math/libm-test.inc (pow_test): Add more tests.
46085 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46086 * sysdeps/ieee754/k_standard.c: Include <float.h>.
46087 (__kernel_standard_l): New function.
46088 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46090 * math/w_acosl.c (__acosl): Likewise.
46091 * math/w_asinl.c (__asinl): Likewise.
46092 * math/w_atan2l.c (__atan2l): Likewise.
46093 * math/w_atanhl.c (__atanhl): Likewise.
46094 * math/w_coshl.c (__coshl): Likewise.
46095 * math/w_exp10l.c (__exp10l): Likewise.
46096 * math/w_exp2l.c (__exp2l): Likewise.
46097 * math/w_fmodl.c (__fmodl): Likewise.
46098 * math/w_hypotl.c (__hypotl): Likewise.
46099 * math/w_j0l.c (__j0l, __y0l): Likewise.
46100 * math/w_j1l.c (__j1l, __y1l): Likewise.
46101 * math/w_jnl.c (__jnl, __ynl): Likewise.
46102 * math/w_lgammal.c (__lgammal): Likewise.
46103 * math/w_log10l.c (__log10l): Likewise.
46104 * math/w_log2l.c (__log2l): Likewise.
46105 * math/w_logl.c (__logl): Likewise.
46106 * math/w_powl.c (__powl): Likewise.
46107 * math/w_remainderl.c (__remainderl): Likewise.
46108 * math/w_scalbl.c (sysv_scalbl): Likewise.
46109 * math/w_sinhl.c (__sinhl): Likewise.
46110 * math/w_sqrtl.c (__sqrtl): Likewise.
46111 * math/w_tgammal.c (__tgammal): Likewise.
46112 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46113 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46114 * math/libm-test.inc (acos_test): Add more tests.
46115 (acosh_test): Likewise.
46116 (asin_test): Likewise.
46117 (atanh_test): Likewise.
46118 (exp_test): Likewise.
46119 (exp10_test): Likewise.
46120 (exp2_test): Likewise.
46121 (expm1_test): Likewise.
46122 (lgamma_test): Likewise.
46123 (log_test): Likewise.
46124 (log10_test): Likewise.
46125 (log1p_test): Likewise.
46126 (log2_test): Likewise.
46127 (pow_test): Do not allow some spurious overflow exceptions.
46128 (sqrt_test): Add more tests.
46129 (tgamma_test): Likewise.
46130 (y0_test): Likewise.
46131 (y1_test): Likewise.
46132 (yn_test): Likewise.
46134 2012-03-27 Anton Blanchard <anton@samba.org>
46136 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46138 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46139 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46140 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46142 2012-03-27 David S. Miller <davem@davemloft.net>
46144 * conform/Makefile: Run run-conformtest.sh using $(BASH).
46146 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46147 have-as-vis3 check.
46149 2012-03-27 Andreas Jaeger <aj@suse.de>
46151 * sysdeps/x86_64/elf/configure.in: Moved to ...
46152 * sysdeps/x86_64/configure.in: ... here.
46153 * sysdeps/x86_64/elf/start.S: Moved to ...
46154 * sysdeps/x86_64/start.S: ... here.
46155 * sysdeps/x86_64/elf/configure: Delete.
46157 * sysdeps/x86_64/configure.in: Merge contents from
46158 sysdeps/i386/configure.in (without i686 check).
46160 * sysdeps/i386/elf/Versions: Merge into ...
46161 * sysdeps/i386/Versions: ... this.
46162 * sysdeps/i386/elf/Versions: Delete file.
46163 * sysdeps/i386/elf/start.S: Moved to ...
46164 * sysdeps/i386/start.S: ...here.
46165 * sysdeps/i386/elf/configure.in: Merge into...
46166 * sysdeps/i386/configure.in: ...here.
46167 * sysdeps/i386/elf/configure.in: Delete file.
46168 * sysdeps/i386/elf/configure: Delete file.
46170 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46171 * debug/backtracesyms.c: ... here.
46172 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46173 * debug/backtracesymsfd.c: ... here.
46174 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46175 * sysdeps/generic/ifunc-sel.h: ... here.
46177 * sysdeps/unix/i386/start.c: Delete file.
46178 * sysdeps/unix/sparc/start.c: Delete file.
46179 * sysdeps/unix/start.c: Delete file.
46181 * sysdeps/sh/elf/configure.in: Moved to ...
46182 * sysdeps/sh/configure.in: ... here.
46183 * sysdeps/sh/elf/start.S: Moved to ...
46184 * sysdeps/sh/start.S: ... here.
46185 * sysdeps/sh/elf/configure: Delete file.
46187 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46188 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46189 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46190 * sysdeps/powerpc/powerpc64/entry.h: ... here.
46191 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46192 * sysdeps/powerpc/powerpc64/start.S: here.
46193 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46194 * sysdeps/powerpc/powerpc64/Makefile: ... this.
46195 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46196 * sysdeps/powerpc/powerpc64/configure.in: ... this.
46197 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46199 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46200 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46201 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46202 * sysdeps/powerpc/powerpc32/start.S: ... here.
46203 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46204 * sysdeps/powerpc/powerpc32/configure.in: ... this.
46205 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46207 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46208 * sysdeps/powerpc/ifunc-sel.h: ... here.
46209 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46210 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46212 * sysdeps/sparc/elf/configure.in: Moved to ...
46213 * sysdeps/sparc/configure.in: ... here.
46214 * sysdeps/sparc/elf/configure: Delete file.
46215 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46216 * sysdeps/sparc/sparc32/start.S: ... here.
46217 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46218 * sysdeps/sparc/sparc64/start.S: ... here.
46219 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46220 * sysdeps/sparc/sparc32/Makefile: ... this.
46221 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46222 * sysdeps/sparc/sparc64/Makefile: ... this.
46224 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46225 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46226 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46227 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46228 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46229 * sysdeps/s390/s390-32/setjmp.S: ... here.
46230 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46231 * sysdeps/s390/s390-32/configure.in: ... here.
46232 * sysdeps/s390/s390-32/elf/configure: Delete file.
46233 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46234 * sysdeps/s390/s390-32/start.S: ... here.
46236 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46237 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46238 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46239 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46240 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46241 * sysdeps/s390/s390-64/setjmp.S: ... here.
46242 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46243 * sysdeps/s390/s390-64/configure.in: ... here
46244 * sysdeps/s390/s390-64/elf/configure: Delete file.
46245 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46246 * sysdeps/s390/s390-64/start.S: ... here.
46247 * sysdeps/s390/s390-64/elf/configure: Delete.
46249 * configure.in: Remove support for elf directories in sysdeps.
46251 * configure: Regenerated.
46252 * sysdeps/i386/configure: Regenerated.
46253 * sysdeps/powerpc/powerpc32/configure: Regenerated.
46254 * sysdeps/powerpc/powerpc64/configure: Regenerated.
46255 * sysdeps/s390/s390-32/configure: Regenerated.
46256 * sysdeps/s390/s390-64/configure: Regenerated.
46257 * sysdeps/sh/configure: Regenerated.
46258 * sysdeps/sparc/configure: Regenerated.
46259 * sysdeps/x86_64/configure: Regenerated.
46261 2012-03-26 Andreas Schwab <schwab@linux-m68k.org>
46263 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46265 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46266 denormal result into account.
46268 2012-03-25 Roland McGrath <roland@hack.frob.com>
46270 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46271 Reported by Allan McRae <allan@archlinux.org>.
46273 2012-03-23 Jeff Law <law@redhat.com>
46275 * nss/getnssent.c (__nss_getent): Fix typo.
46277 2012-03-23 David S. Miller <davem@davemloft.net>
46279 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46281 2012-03-23 H.J. Lu <hongjiu.lu@intel.com>
46283 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46284 to pad to uint64_t for each field.
46285 (dl_tls_index): Replace unsigned long with uint64_t.
46287 2012-03-23 Daniel Jacobowitz <dmj@google.com>
46288 Paul Pluzhnikov <ppluzhnikov@google.com>
46291 * grp/Makefile (otherlibs): Don't set it.
46292 * inet/Makefile (otherlibs): Likewise.
46293 * login/Makefile (otherlibs): Likewise.
46294 * nscd/Makefile (otherlibs): Likewise.
46295 * posix/Makefile (otherlibs): Likewise.
46296 * pwd/Makefile (otherlibs): Likewise.
46297 * rt/Makefile (otherlibs): Likewise.
46298 * sunrpc/Makefile (otherlibs): Likewise.
46299 * nss/Makefile (otherlibs): Likewise.
46300 Add libnss_files to routines and static-only-routines.
46301 ($(objpfx)getent): Remove rule.
46302 * resolv/Makefile: Add libnss_dns and libresolv to routines and
46303 static-only-routines.
46305 2012-03-22 Joseph Myers <joseph@codesourcery.com>
46308 * math/s_cexp.c: Include <float.h>.
46309 (__cexp): Handle exp result overflowing not necessarily
46310 overflowing both real and imaginary parts of result.
46311 * math/s_cexpf.c: Likewise.
46312 * math/s_cexpl.c: Likewise.
46313 * math/libm-test.inc (cexp_test): Add more tests.
46314 * sysdeps/i386/fpu/libm-test-ulps: Update.
46315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46317 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46319 * include/link.h (ELFW): New macro.
46320 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46321 Replace ELF64_R_TYPE with ELFW(R_TYPE).
46323 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46325 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46328 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46330 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46332 (struct La_x32_retval): Likewise.
46334 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46336 * sysdeps/x86_64/preconfigure.in: New file.
46337 * sysdeps/x86_64/preconfigure: New generated file.
46339 2012-03-22 Joseph Myers <joseph@codesourcery.com>
46342 * math/e_exp2l.c: Include <float.h>.
46343 (__ieee754_exp2l): Handle overflow and underflow cases
46344 separately. Only pass fractional part of argument to
46346 * math/libm-test.inc (exp2_test): Add more tests.
46348 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46349 negating x to take absolute value.
46350 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46352 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46353 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46355 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46356 computing low part if x was negated.
46357 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46359 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
46361 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46362 la_x32_gnu_pltexit.
46363 (pltexit): Cast int_retval to ptrdiff_t.
46364 * elf/tst-auditmod3b.c: Likewise.
46365 * elf/tst-auditmod4b.c: Likewise.
46366 * elf/tst-auditmod5b.c: Likewise.
46367 * elf/tst-auditmod6b.c: Likewise.
46368 * elf/tst-auditmod6c.c: Likewise.
46369 * elf/tst-auditmod7b.c: Likewise.
46371 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46372 and x32_gnu_pltexit.
46374 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46375 __ELF_NATIVE_CLASS.
46376 (La_x32_regs): New macro.
46377 (La_x32_retval): Likewise.
46378 (la_x32_gnu_pltenter): New function prototype.
46379 (la_x32_gnu_pltexit): Likewise.
46381 2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
46383 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46386 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46388 * configure.in (libc_cv_cc_nofma): Check for option to disable
46389 generation of FMA instructions.
46390 * configure: Regenerate.
46391 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46392 * sysdeps/ieee754/dbl-64/Makefile: New file.
46393 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46394 Remove brandred-fma4.
46395 (CFLAGS-brandred-fma4.c): Remove.
46396 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46397 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46399 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46402 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
46404 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46405 LLONG_MAX != LONG_MAX.
46406 (_itoa_word): Use _ITOA_WORD_TYPE on value.
46407 (_fitoa_word): Likewise.
46408 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46409 LLONG_MAX != LONG_MAX.
46410 * stdio-common/_itowa.h: Include <_itoa.h>.
46411 (_itowa_word): Use _ITOA_WORD_TYPE on value.
46412 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
46413 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
46414 only if not defined.
46415 (_ITOA_WORD_TYPE): Likewise.
46416 (_itoa_word): Use _ITOA_WORD_TYPE on value.
46417 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46419 2012-03-21 David S. Miller <davem@davemloft.net>
46421 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46423 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
46425 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46426 of x86_64 when setting libc_cv_slibdir, libdir and
46428 * sysdeps/unix/sysv/linux/configure: Regenerated.
46430 2012-03-21 Joseph Myers <joseph@codesourcery.com>
46432 * manual/lang.texi (Old Varargs): Remove section.
46433 (How Variadic): Update menu.
46434 (va_start): Do not mention varargs.h.
46436 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
46437 Joseph Myers <joseph@codesourcery.com>
46439 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46441 * configure: Regenerated.
46443 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
46445 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46446 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46449 2012-03-21 Joseph Myers <joseph@codesourcery.com>
46452 * Makefile (files-for-dist): Remove NOTES.
46453 (NOTES): Remove rule.
46454 * README: Don't refer to NOTES.
46455 * manual/creature.texi: Don't include macros.texi.
46456 * manual/intro.texi (creature.texi): Remove comment referring to
46459 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46460 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46461 * configure: Regenerated.
46462 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46463 LIBC_TRY_CC_OPTION.
46464 (libc_cv_as_i686): Likewise.
46465 (libc_cv_cc_avx): Likewise.
46466 (libc_cv_cc_sse2avx): Likewise.
46467 (libc_cv_cc_fma4): Likewise.
46468 (libc_cv_cc_novzeroupper): Likewise.
46469 * sysdeps/i386/configure: Regenerated.
46472 * sysdeps/i386/fpu/s_cexp.S: Remove.
46473 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46474 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46475 * math/libm-test.inc (cexp_test): Add more tests.
46476 * sysdeps/i386/fpu/libm-test-ulps: Update.
46477 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46479 2012-03-21 Allan McRae <allan@archlinux.org>
46481 * timezone/Makefile: Do not install iso3166.tab and zone.tab
46483 2012-03-21 Joseph Myers <joseph@codesourcery.com>
46486 * math/w_exp2.c: Do not include <float.h>.
46487 (o_threshold, u_threshold): Remove.
46488 (__exp2): Calculate result before checking finiteness and calling
46490 * math/w_exp2f.c: Likewise.
46491 * math/w_exp2l.c: Likewise.
46492 * math/libm-test.inc (exp2_test): Require overflow exception for
46496 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46497 range of signed 64-bit integers before using fistpll. Remove
46498 checks for whether integers fit in mantissa bits.
46499 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46500 the range of signed 32-bit integers before using fistpl. Remove
46501 checks for whether integers fit in mantissa bits.
46502 * sysdeps/i386/fpu/e_powl.S (p64): New object.
46503 (__ieee754_powl): Test for y outside the range of signed 64-bit
46504 integers before using fistpll. Reduce 64-bit values to 63-bit
46506 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46507 divide-by-zero is raised for zero to large negative powers.
46508 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46509 (__ieee754_powl): Test for y outside the range of signed 64-bit
46510 integers before using fistpll. Reduce 64-bit values to 63-bit
46512 * math/libm-test.inc (pow_test): Add more tests.
46514 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
46516 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46517 <stdio-common/_itoa.h>.
46518 * debug/segfault.c: Likewise.
46519 * elf/dl-cache.c: Likewise.
46520 * elf/dl-minimal.c: Likewise.
46521 * elf/dl-misc.c: Likewise.
46522 * elf/dl-sysdep.c: Likewise.
46523 * elf/dl-version.c: Likewise.
46524 * elf/rtld.c: Likewise.
46525 * hurd/hurdsock.c: Likewise.
46526 * hurd/lookup-retry.c: Likewise.
46527 * malloc/malloc.c: Likewise.
46528 * malloc/mtrace.c: Likewise.
46529 * nscd/nscd_getgr_r.c: Likewise.
46530 * nscd/nscd_getpw_r.c: Likewise.
46531 * nscd/nscd_getserv_r.c: Likewise.
46532 * posix/getopt_init.c: Likewise.
46533 * posix/wordexp.c: Likewise.
46534 * stdio-common/_itoa.c: Likewise.
46535 * stdio-common/printf_fphex.c: Likewise.
46536 * stdio-common/vfprintf.c: Likewise.
46537 * string/_strerror.c: Likewise.
46538 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46539 * sysdeps/i386/i686/hp-timing.h: Likewise.
46540 * sysdeps/mach/_strerror.c: Likewise.
46541 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46542 * sysdeps/mach/hurd/sethostid.c: Likewise.
46543 * sysdeps/mach/hurd/xmknodat.c: Likewise.
46544 * sysdeps/mach/xpg-strerror.c: Likewise.
46545 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46546 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46547 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46548 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46549 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46550 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46551 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46552 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46553 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46554 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46555 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46556 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46557 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46558 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46559 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46560 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46561 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46562 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46563 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46564 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46565 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46567 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46569 * stdio-common/_itoa.h: Moved to ...
46570 * sysdeps/generic/_itoa.h: Here.
46572 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46574 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46575 instead of "_itoa.h" and "_itowa.h".
46576 * stdio-common/vfprintf.: Likewise.
46578 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
46580 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46582 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46583 (__signbit): Likwise.
46584 (llrintf): Likwise.
46587 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
46589 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46592 2012-03-20 Joseph Myers <joseph@codesourcery.com>
46594 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46595 OVERFLOW_EXCEPTION_OK.
46596 * math/libm-test.inc ("Philosophy"): Update comment about
46598 (OVERFLOW_EXCEPTION): Define.
46599 (OVERFLOW_EXCEPTION_OK): Likewise.
46600 (INVALID_EXCEPTION_OK): Renumber.
46601 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46602 (IGNORE_ZERO_INF_SIGN): Likewise.
46603 (test_exceptions): Handle FE_OVERFLOW.
46604 (exp10_test): Expect overflow exceptions.
46605 (exp2_test): Likewise.
46606 (expm1_test): Likewise.
46607 (nextafter_test): Likewise.
46608 (pow_test): Likewise.
46609 (scalbn_test): Likewise.
46610 (scalbln_test): Likewise.
46612 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46614 * sysdeps/x86_64/bits/atomic.h
46615 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46617 (atomic_exchange_acq): Likewise.
46618 (__arch_exchange_and_add_body): Likewise.
46619 (__arch_add_body): Likewise.
46620 (atomic_add_negative): Likewise.
46621 (atomic_add_zero): Likewise.
46623 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46625 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46626 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46628 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46630 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46631 Check __x86_64__ instead of __WORDSIZE.
46633 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46635 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46637 2012-03-19 David S. Miller <davem@davemloft.net>
46639 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46641 * sysdeps/sparc/fpu/fenv_private.h: New file.
46642 * sysdeps/sparc/fpu/math_private.h: Use it.
46643 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46645 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46646 (libc_feholdexcept_setroundl): Remove.
46647 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46649 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46650 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46652 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46654 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46655 int64_t instead of long int.
46656 (INSERT_WORDS64): Likwise.
46658 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46660 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46661 _Unwind_GetCFA return to _Unwind_Ptr first.
46663 2012-03-19 Joseph Myers <joseph@codesourcery.com>
46666 * math/s_clog.c: Include <float.h>.
46667 (__clog): Scale large or subnormal inputs.
46668 * math/s_clogf.c: Likewise.
46669 * math/s_clogl.c: Likewise.
46670 * math/s_clog10.c: Include <float.h>.
46671 (M_LOG10_2): Define.
46672 (__clog10): Scale large or subnormal inputs.
46673 * math/s_clog10f.c: Likewise.
46674 * math/s_clog10l.c: Likewise.
46675 * math/libm-test.inc (clog_test): Add more tests.
46676 (clog10_test): Likewise.
46677 * sysdeps/i386/fpu/libm-test-ulps: Update.
46678 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46681 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46683 * math/libm-test.inc (atan2_test): Add another test.
46685 * Makerules (common-objdir-compile): Remove.
46686 * sysdeps/unix/Makefile (config-generated): Do not add
46687 $(unix-generated) to variable.
46688 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46689 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46691 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46693 [generic bits/local_lim.h] (before-compile): Do not append to
46695 [generic bits/local_lim.h] (common-generated): Likewise.
46696 [generic sys/param.h] (before-compile): Do not append to variable.
46697 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46698 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46699 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46700 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46702 [generic sys/param.h] (sys/param.h-includes): Remove variable.
46703 [generic sys/param.h] (sys/param.h-includes): Remove rule.
46704 [generic sys/param.h] ($(addprefix
46705 $(common-objpfx),$(sys/param.h-includes))): Likewise.
46706 [generic sys/param.h] (common-generated): Do not append to
46708 [generic sys/param.h] (sysdep_headers): Likewise.
46709 [generic bits/errno.h] (before-compile): Do not append to
46711 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46713 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46714 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46715 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46716 [generic bits/errno.h] (common-generated): Do not append to
46718 [generic bits/ioctls.h] (before-compile): Do not append to
46720 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46722 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46723 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46724 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46726 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46727 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46728 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46729 [generic bits/ioctls.h] (common-generated): Do not append to
46731 [generic sys/syscall.h] (syscall.h): Remove variable.
46732 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46734 [generic sys/syscall.h] (before-compile): Do not append to
46736 [generic sys/syscall.h] (common-generated): Likewise.
46737 * sysdeps/unix/errnos-tmpl.c: Remove file.
46738 * sysdeps/unix/errnos.awk: Likewise.
46739 * sysdeps/unix/ioctls-tmpl.c: Likewise.
46740 * sysdeps/unix/ioctls.awk: Likewise.
46741 * sysdeps/unix/mk-local_lim.c: Likewise.
46742 * sysdeps/unix/snarf-ioctls: Likewise.
46744 2012-03-19 Richard Henderson <rth@twiddle.net>
46746 * sysdeps/i386/fpu/fenv_private.h: New file.
46747 * sysdeps/i386/fpu/math_private.h: Use it.
46748 (math_opt_barrier, math_force_eval): Remove.
46749 (libc_feholdexcept_setround_53bit): Remove.
46750 (libc_feupdateenv_53bit): Remove.
46751 * sysdeps/x86_64/fpu/math_private.h: Likewise.
46752 (math_opt_barrier, math_force_eval): Remove.
46753 (libc_feholdexcept): Remove.
46754 (libc_feholdexcept_setround): Remove.
46755 (libc_fetestexcept, libc_fesetenv): Remove.
46756 (libc_feupdateenv_test): Remove.
46757 (libc_feupdateenv, libc_feholdsetround): Remove.
46758 (libc_feresetround): Remove.
46760 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46761 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46763 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46764 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46765 (libc_feupdateenv_testl): New.
46766 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46767 (libc_feupdateenv_testf): New.
46768 (libc_feupdateenv): Use libc_feupdateenv_test.
46769 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46770 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46772 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46773 (libc_feholdsetroundf, libc_feholdsetroundl): New.
46774 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46775 (libc_feresetround_noex): New.
46776 (libc_feresetround_noexf): New.
46777 (libc_feresetround_noexl): New.
46778 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46779 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46780 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46781 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46783 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46784 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46786 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46787 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46788 SET_RESTORE_ROUND_NOEX.
46789 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46790 SET_RESTORE_ROUND_NOEXF.
46791 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46792 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46793 (libc_feholdsetroundf): New.
46794 (libc_feresetround, libc_feresetroundf): New.
46796 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46797 (libc_feholdexcept_setround_53bit): Convert from macro to function.
46798 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
46800 * sysdeps/generic/math_private.h: Include <fenv.h>.
46801 (default_libc_feholdexcept): New.
46802 (default_libc_feholdexcept_setround): New.
46803 (default_libc_fesetenv, default_libc_feupdateenv): New.
46804 (libc_feholdexcept): Only define if undefined.
46805 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46806 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46807 (libc_feholdexcept_setroundl): Likewise.
46808 (libc_feholdexcept_setround_53bit): Likewise.
46809 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46810 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46811 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46812 (libc_feupdateenv_53bit): Likewise.
46813 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46814 (libc_feholdexcept): Convert from macro to inline function.
46815 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46816 (libc_fesetenv, libc_feupdateenv): Likewise.
46818 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46819 not previously defined.
46820 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46821 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46822 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46823 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46824 * sysdeps/ieee754/flt-32/math_private.h: New file.
46825 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46826 math_private.h below SET_FLOAT_WORD.
46827 (__isnan, __isinf_ns, __finite): Remove.
46828 (__isnanf, __isinf_nsf, __finitef): Remove.
46830 2012-03-18 Andreas Schwab <schwab@linux-m68k.org>
46832 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46834 2012-03-17 David S. Miller <davem@davemloft.net>
46837 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46840 2012-03-16 David S. Miller <davem@davemloft.net>
46842 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46846 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46848 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46849 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46850 sysdep_routines when subdir is sysvipc.
46851 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46852 __getshmlba helper.
46854 * sysdeps/sparc/fpu/libm-test/ulps: Update.
46856 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46858 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46861 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46863 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46864 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46865 (__lround): Renamed to ...
46866 (__llround): This. Replace long int with long long int.
46867 Define lround functions as aliases of llround functions.
46868 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46870 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46872 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46873 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
46874 adresses to uintptr_t. Replace "long int" and "unsigned long
46875 int" with "greg_t" on va_arg.
46877 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46879 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46880 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46882 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46883 Move e_machine check before EI_CLASS check. Handle x32
46884 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46885 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46886 SKIP_EM_IA_64 and include
46887 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46889 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46890 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46891 (add_system_dir): New macro.
46893 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46894 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46896 2012-03-16 Joseph Myers <joseph@codesourcery.com>
46907 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46909 * math/w_j0f.c (j0f): Likewise.
46911 * math/w_j0l.c (__j0l): Likewise.
46913 * math/w_j1.c (j1): Likewise.
46915 * math/w_j1f.c (j1f): Likewise.
46917 * math/w_j1l.c (__j1l): Likewise.
46919 * math/w_jn.c (jn): Likewise.
46921 * math/w_jnf.c (jnf): Likewise.
46923 * math/w_jnl.c (__jnl): Likewise.
46925 * math/libm-test.inc (j0_test): Add more tests.
46926 (j1_test): Likewise.
46927 (jn_test): Likewise. Add trailing semicolon to existing test.
46928 (y0_test): Likewise.
46929 (y1_test): Likewise.
46930 * sysdeps/i386/fpu/libm-test-ulps: Update.
46931 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46935 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46936 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46937 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46938 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46939 (__tanl): Set errno for infinite argument.
46940 * sysdeps/i386/fpu/mptan.c: Remove.
46941 * sysdeps/i386/fpu/s_tan.S: Likewise.
46942 * sysdeps/i386/fpu/s_tanl.S: Likewise.
46943 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46944 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46945 * math/libm-test.inc (tan_test): Add more tests and enable more
46946 tests for double and long double.
46947 * sysdeps/i386/fpu/libm-test-ulps: Update.
46948 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46950 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
46952 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46953 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46955 2012-03-16 Roland McGrath <roland@hack.frob.com>
46957 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46958 * configure.in: Use it for both main tree and add-ons.
46959 * configure: Regenerated.
46961 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46963 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46965 2012-03-16 Joseph Myers <joseph@codesourcery.com>
46967 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46971 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46972 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46973 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46974 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46975 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46977 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46978 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46979 != 0 for prec == 2.
46980 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46981 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46982 * sysdeps/i386/fpu/s_cosl.S: Likewise.
46983 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46984 * sysdeps/i386/fpu/s_sinl.S: Likewise.
46985 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46986 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46987 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46988 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46989 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46990 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46991 * math/libm-test.inc (cos_test): Add more tests and enable more
46992 tests for long double.
46993 (sin_test): Likewise.
46994 (sincos_test): Likewise.
46995 * sysdeps/i386/fpu/libm-test-ulps: Update.
46996 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46998 2012-03-16 David S. Miller <davem@davemloft.net>
47000 * sysdeps/sparc/fpu/math_private.h: New file.
47002 2012-03-15 David S. Miller <davem@davemloft.net>
47004 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47006 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47007 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47009 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47010 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47011 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47012 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47013 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47014 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47016 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47018 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47019 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47021 * sysdeps/sparc/sparc-ifunc.h: New file.
47022 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47024 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47025 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47027 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47029 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47030 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47031 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47032 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47034 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47035 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47036 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47037 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47038 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47040 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47042 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47043 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47044 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47045 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47046 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47047 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47048 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47049 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47050 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47051 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47052 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47053 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47054 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47055 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47056 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47057 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47058 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47059 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47060 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47061 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47062 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47063 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47064 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47065 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47067 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
47069 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47071 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47073 2012-03-15 Andreas Jaeger <aj@suse.de>
47076 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47077 ieee754/flt-32 implementation for sin, cos and sincos.
47078 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47079 * sysdeps/i386/fpu/s_cosf.S: Likewise.
47080 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47081 * sysdeps/i386/fpu/s_sinf.S: Likewise.
47082 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47083 ieee754/flt-32 implementation for tan.
47085 * math/libm-test.inc (cos_test): Enable some large input tests for
47087 (sin_test): Likewise.
47088 (sincos_test): Likewise.
47089 (tan_test): Add tests for large input.
47091 * sysdeps/i386/fpu/libm-test-ulps: Update.
47093 2012-03-15 Andreas Jaeger <aj@suse.de>
47096 * math/libm-test.inc (cos_test): Add more test cases.
47097 (sin_test): Likewise.
47098 (sincos_test): Likewise.
47100 2012-03-15 Andreas Jaeger <aj@suse.de>
47103 * math/libm-test.inc (cos_test): Add a test case for large input
47105 (sin_test): Likewise.
47106 (sincos_test): Likewise.
47108 2012-03-15 Andreas Jaeger <aj@suse.de>
47109 Joseph Myers <joseph@codesourcery.com>
47112 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47113 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47114 * sysdeps/i386/fpu/branred.c: Likewise.
47115 * sysdeps/i386/fpu/dosincos.c: Likewise.
47116 * sysdeps/i386/fpu/mpa.c: Likewise.
47117 * sysdeps/i386/fpu/s_cos.S: Likewise.
47118 * sysdeps/i386/fpu/s_sin.S: Likewise.
47119 * sysdeps/i386/fpu/s_sincos.S: Likewise.
47120 * sysdeps/i386/fpu/sincos32.c: Likewise.
47122 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47124 (libc_feupdateenv_53bit): Define.
47125 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47127 (libc_feupdateenv_53bit): Define.
47129 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47130 53 bit (without extend i386 double precision).
47132 * math/libm-test.inc (sincos_test): Add tests for large input.
47136 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47138 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
47140 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47142 2012-03-15 David S. Miller <davem@davemloft.net>
47144 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47145 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47146 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47147 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47148 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47149 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47150 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47151 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47152 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47153 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47154 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47155 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47156 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47157 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47158 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47159 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47161 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47162 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47164 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47165 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47167 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47168 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47170 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47171 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47172 fmin/fmax sysdep routines.
47173 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47175 2012-03-14 David S. Miller <davem@davemloft.net>
47177 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47178 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47179 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47180 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47181 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47182 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47183 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47184 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47185 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47186 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47187 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47188 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47189 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47190 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47191 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47192 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47193 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47194 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47195 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47196 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47197 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47198 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47199 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47200 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47201 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47202 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47203 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47204 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47205 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47207 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47209 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47210 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47212 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47213 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47215 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47216 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47218 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47219 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47221 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47222 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47224 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47226 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47228 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47230 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47232 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47234 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47236 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47237 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47239 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47240 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47242 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47243 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47245 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47246 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47249 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47252 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47254 * sysdeps/sparc/configure.in: New file.
47255 * sysdeps/sparc/configure: Generate.
47256 * configure.in (libc_cv_sparc_as_vis3): Substitute.
47257 * configure: Regenerate.
47258 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47259 * config.make.in (have-as-vis3): New.
47260 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47261 available use -Av9d instead of -Av9a.
47262 * sysdeps/sparc/sparc64/Makefile: Likewise.
47263 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47264 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47266 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47268 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47270 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47272 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47273 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47274 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47275 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47276 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47278 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47279 fzeros/fnegs to load 0x80000000 into a float register instead of
47281 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47283 2012-03-14 Joseph Myers <joseph@codesourcery.com>
47285 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47287 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47288 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47289 ($(inst_includedir)/bits/syscall.h): Remove rule.
47290 ($(objpfx)bits/syscall.d): Include instead of
47291 $(objpfx)syscall-list.d.
47292 (generated): Change syscall-list.h and syscall-list.d to
47293 bits/syscall.h and bits/syscall.d.
47295 2012-03-14 Roland McGrath <roland@hack.frob.com>
47298 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47300 2012-03-14 Joseph Myers <joseph@codesourcery.com>
47303 * math/s_csqrt.c: Include <float.h>.
47304 (__csqrt): Scale large or subnormal inputs.
47305 * math/s_csqrtf.c: Likewise.
47306 * math/s_csqrtl.c: Likewise.
47307 * math/libm-test.inc (csqrt_test): Add more tests.
47308 * sysdeps/i386/fpu/libm-test-ulps: Update.
47309 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47312 * math/libm-test.inc (hypot_test): Add more tests.
47314 2012-03-13 David S. Miller <davem@davemloft.net>
47317 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47318 double-precision for the calculation instead of scaling.
47320 2012-03-13 Joseph Myers <joseph@codesourcery.com>
47322 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47323 manipulate bits before adding and subtracting TWO52[sx].
47324 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47325 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47327 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47329 2012-03-13 David S. Miller <davem@davemloft.net>
47331 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47332 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47333 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47334 rtld-global-offsets.h
47335 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47337 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47340 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47342 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47343 'err' in the ifdef scope in which it is actually used.
47345 * nss/nss_db/db-init.c: Include string.h
47347 2012-03-12 David S. Miller <davem@davemloft.net>
47349 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47350 masking out of the most significant byte of random value used.
47351 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47352 Fix coding style in previous change.
47354 * sysdeps/unix/sysv/linux/kernel-features.h
47355 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47356 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47358 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47361 2012-03-11 David S. Miller <davem@davemloft.net>
47363 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47364 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47365 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47366 for 'resultvar' otherwise things get truncated on 64-bit.
47368 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47369 Fix masking out of the most significant byte of random value used.
47371 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47373 2012-03-10 Andreas Schwab <schwab@linux-m68k.org>
47375 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47377 2012-03-09 David S. Miller <davem@davemloft.net>
47379 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47380 variables with appropriate CPP guards.
47381 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47382 from the frame pointer, not the stack pointer. Correct layout
47383 comments. Fix test on resulting framesize and the management of
47384 the outregs buffer for pltexit. Preserve floating point return
47385 values across _dl_call_pltexit call.
47386 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47387 framesize and the management of the outregs buffer for pltexit.
47388 Preserve floating point return values across _dl_call_pltexit
47390 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47391 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47392 (la_sparc64_gnu_pltexit): New functions.
47393 (print_exit): Fix format string for return register value.
47395 2012-03-10 Joseph Myers <joseph@codesourcery.com>
47397 * sunrpc/Makefile (others): Add rpcgen.
47398 ($(objpfx)rpcgen): Remove special build rule and dependency on
47400 * sunrpc/rpcgen.c: New file.
47402 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
47405 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47406 * stdio-common/bug-vfprintf-nargs.c: Likewise.
47407 * sysdeps/i386/crti.S: Likewise.
47408 * sysdeps/i386/crtn.S: Likewise.
47409 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47410 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47411 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47412 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47413 * sysdeps/sh/crti.S: Likewise.
47414 * sysdeps/sh/crtn.S: Likewise.
47415 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47418 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47420 * locale/programs/locfile-kw.gperf: Likewise.
47421 * locale/programs/charmap-kw.h: Regenerated.
47422 * locale/programs/locfile-kw.h: Likewise.
47425 * intl/plural.y: Replace FSF snail mail address with URL.
47426 * intl/plural.c: Regenerated.
47428 2012-03-09 Richard Henderson <rth@twiddle.net>
47430 * include/math_private.h: Remove file.
47431 * math/math_private.h: Move file ...
47432 * sysdeps/generic/math_private.h: ... here.
47434 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47435 * sysdeps/powerpc/fpu/math_private.h: Likewise.
47436 * sysdeps/x86_64/fpu/math_private.h: Likewise.
47438 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47439 and <math_private.h>.
47440 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47441 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47442 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47443 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47444 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47445 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47446 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47447 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47448 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47449 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47450 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47451 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47452 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47453 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47454 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47455 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47456 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47457 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47458 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47459 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47460 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47461 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47462 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47463 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47464 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47465 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47466 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47467 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47468 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47469 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47470 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47471 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47472 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47473 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47474 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47475 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47476 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47477 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47478 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47479 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47480 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47481 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47482 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47483 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47484 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47485 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47486 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47487 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47488 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47489 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47490 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47491 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47492 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47493 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47494 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47495 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47496 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47497 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47498 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47499 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47500 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47501 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47502 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47503 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47504 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47505 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47506 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47507 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47508 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47509 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47510 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47511 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47512 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47513 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47514 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47515 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47516 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47517 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47518 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47519 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47520 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47521 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47522 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47523 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47524 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47525 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47526 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47527 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47528 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47529 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47530 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47531 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47532 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47533 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47534 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47535 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47536 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47537 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47538 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47539 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47540 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47541 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47542 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47543 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47544 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47545 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47546 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47547 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47548 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47549 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47550 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47551 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47552 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47553 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47554 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47555 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47556 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47557 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47558 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47559 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47560 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47561 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47562 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47563 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47564 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47565 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47566 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47567 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47568 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47569 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47570 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47571 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47572 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47573 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47574 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47575 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47576 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47577 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47578 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47579 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47580 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47581 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47582 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47583 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47584 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47585 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47586 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47587 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47588 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47589 * sysdeps/ieee754/k_standard.c: Likewise.
47590 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47591 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47592 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47593 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47594 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47595 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47596 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47597 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47598 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47599 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47600 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47601 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47602 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47603 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47604 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47605 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47606 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47607 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47608 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47609 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47610 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47611 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47612 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47613 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47614 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47615 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47616 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47617 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47618 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47619 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47620 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47621 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47622 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47623 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47624 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47625 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47626 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47627 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47628 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47629 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47630 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47631 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47632 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47633 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47634 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47635 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47636 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47637 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47638 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47639 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47640 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47641 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47642 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47643 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47644 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47645 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47646 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47647 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47648 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47649 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47650 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47651 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47652 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47653 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47654 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47655 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47656 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47657 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47658 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47659 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47660 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47661 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47662 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47663 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47664 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47665 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47666 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47667 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47668 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47669 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47670 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47671 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47672 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47673 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47674 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47675 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47676 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47677 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47678 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47679 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47680 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47681 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47682 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47683 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47684 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47685 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47686 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47687 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47688 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47689 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47690 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47691 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47692 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47693 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47694 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47695 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47696 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47697 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47698 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47699 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47700 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47701 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47702 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47703 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47704 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47705 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47706 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47707 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47708 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47709 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47710 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47711 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47712 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47713 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47714 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47715 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47716 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47717 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47718 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47719 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47720 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47721 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47722 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47723 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47724 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47725 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47726 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47727 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47728 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47729 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47730 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47731 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47732 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47733 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47734 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47735 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47736 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47737 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47738 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47739 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47740 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47741 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47742 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47743 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47744 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47745 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47746 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47747 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47748 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47749 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47750 * sysdeps/ieee754/s_lib_version.c: Likewise.
47751 * sysdeps/ieee754/s_matherr.c: Likewise.
47752 * sysdeps/ieee754/s_signgam.c: Likewise.
47753 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47754 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47755 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47756 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47757 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47758 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47759 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47760 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47761 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47762 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47763 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47764 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47765 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47766 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47767 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47768 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47769 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47770 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47771 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47772 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47773 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47775 2012-03-09 Joseph Myers <joseph@codesourcery.com>
47777 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47778 * sunrpc/rpc_main.c: Likewise.
47779 * sunrpc/rpc_svcout.c: Likewise.
47781 2012-03-09 David S. Miller <davem@davemloft.net>
47783 * include/math_private.h: New file.
47785 2012-03-09 Joseph Myers <joseph@codesourcery.com>
47787 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47788 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47789 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47790 from <bits/socket_type.h>.
47791 (enum __socket_type): Don't define here.
47792 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47793 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47794 bits/socket_type.h.
47797 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47798 checking __USE_GNU.
47800 * Makerules ($(inst_includedir)/%.h): New rule.
47801 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47802 (install-others): Remove variable setting.
47803 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47805 2012-03-08 Richard Henderson <rth@twiddle.net>
47807 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47808 from macro to inline function; merge with the
47809 !__LIBC_INTERNAL_MATH_INLINES version.
47810 (__ieee754_sqrtf): Likewise.
47812 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47813 to inline function.
47814 (__rintf, __floor, __floorf): Likewise.
47816 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47817 macro to inline function.
47818 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47820 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47821 not <math/math_private.h>.
47823 2012-03-08 David S. Miller <davem@davemloft.net>
47825 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47827 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47829 2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
47831 * resolv/gai_misc.c (handle_requests): Fix struct timespec
47833 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47834 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47836 2012-03-08 Ulrich Drepper <drepper@gmail.com>
47838 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
47839 be defined individually, they must be defined as a block. Define
47840 S for printing a string instead of hidint the different by using a
47841 macro for adding the 'l'.
47842 * stdio-common/tst-fphex-wide.c: Adjust.
47844 2012-03-07 Marek Polacek <polacek@redhat.com>
47846 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47848 2012-03-08 Marek Polacek <polacek@redhat.com>
47851 * stdio-common/Makefile (tests): Add tst-fphex-wide.
47852 * stdio-common/tst-fphex.c: Define a few macros to make the
47853 test reusable. Use them.
47854 * stdio-common/tst-fphex-wide.c: New file.
47856 2012-03-08 Joseph Myers <joseph@codesourcery.com>
47859 * manual/macros.texi (gnusystems): New macro.
47860 (nongnusystems): Likewise.
47861 (gnulinuxhurdsystems): Likewise.
47862 (gnuhurdsystems): Likewise..
47863 (gnulinuxsystems): Likewise.
47864 * manual/charset.texi: Use new macros or @theglibc{} to refer to
47865 variants of the GNU system, not "GNU system".
47866 * manual/conf.texi: Likewise.
47867 * manual/errno.texi: Likewise. Update example of errno macro
47869 * manual/filesys.texi: Likewise.
47870 (getumask): Document as specific to GNU/Hurd.
47871 * manual/install.texi: Likewise. Reword some references to
47873 * manual/intro.texi: Likewise.
47874 * manual/io.texi: Likewise.
47875 (File Name Portability): Detail which constraints are inapplicable
47876 to all GNU systems and which are only inapplicable to GNU/Hurd.
47877 * manual/job.texi: Likewise.
47878 * manual/llio.texi: Likewise.
47879 (O_NOCTTY): Document as present on GNU/Linux.
47880 * manual/maint.texi: Likewise.
47881 * manual/memory.texi: Likewise.
47882 * manual/pattern.texi: Likewise.
47883 * manual/pipe.texi: Likewise.
47884 * manual/process.texi: Likewise.
47885 * manual/resource.texi: Likewise.
47886 (RUSAGE_CHILDREN): Remove statement about specifying a particular
47888 * manual/setjmp.texi: Likewise.
47889 * manual/signal.texi: Likewise.
47890 * manual/startup.texi: Likewise.
47891 * manual/stdio.texi: Likewise.
47892 * manual/terminal.texi: Likewise.
47893 (ONLCR): Document as POSIX.
47894 (OXTABS): Document availability on GNU/Linux as XTABS.
47895 (ONOEOT): Document availability separately from other bits.
47896 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47897 * manual/time.texi: Likewise.
47898 * manual/users.texi: Likewise.
47899 * INSTALL: Regenerated.
47900 * sysdeps/gnu/errlist.c: Regenerated.
47902 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47903 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47904 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
47906 * configure: Regenerated.
47908 2012-03-07 Joseph Myers <joseph@codesourcery.com>
47910 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47911 default includes instead of AC_HEADER_CHECK.
47912 * sysdeps/i386/configure: Regenerated.
47915 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47916 * math/s_cacoshf.c (__cacoshf): Likewise.
47917 * math/s_cacoshl.c (__cacoshl): Likewise.
47918 * math/s_casinh.c (__casinh): Set signs of result from argument.
47919 * math/s_casinhf.c (__casinhf): Likewise.
47920 * math/s_casinhl.c (__casinhl): Likewise.
47921 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47922 (casinh_test): Add more tests.
47923 * sysdeps/i386/fpu/libm-test-ulps: Update.
47924 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47926 2012-03-07 Ulrich Drepper <drepper@gmail.com>
47928 * po/zh_TW.po: Update from translation team.
47930 * login/Makefile (distribute): Remove variable.
47931 * catgets/Makefile: Likewise.
47932 * mach/Makefile: Likewise.
47933 * malloc/Makefile: Likewise.
47934 * misc/Makefile: Likewise.
47935 * iconv/Makefile: Likewise.
47936 * nscd/Makefile: Likewise.
47937 * hurd/Makefile: Likewise.
47938 * manual/Makefile: Likewise.
47939 * locale/Makefile: Likewise.
47940 * intl/Makefile: Likewise.
47941 * conform/Makefile: Likewise.
47942 * nss/Makefile: Likewise.
47943 * time/Makefile: Likewise.
47944 * soft-fp/Makefile: Likewise.
47945 * dirent/Makefile: Likewise.
47946 * gmon/Makefile: Likewise.
47947 * po/Makefile: Likewise.
47948 * rt/Makefile: Likewise.
47949 * socket/Makefile: Likewise.
47950 * math/Makefile: Likewise.
47951 * signal/Makefile: Likewise.
47952 * debug/Makefile: Likewise.
47953 * elf/Makefile: Likewise.
47954 * timezone/Makefile: Likewise.
47955 * stdlib/Makefile: Likewise.
47956 * iconvdata/Makefile: Likewise.
47957 * sunrpc/Makefile: Likewise.
47958 * io/Makefile: Likewise.
47959 * argp/Makefile: Likewise.
47960 * inet/Makefile: Likewise.
47961 * hesiod/Makefile: Likewise.
47962 * grp/Makefile: Likewise.
47963 * csu/Makefile: Likewise.
47964 * wctype/Makefile: Likewise.
47965 * crypt/Makefile: Likewise.
47966 * libio/Makefile: Likewise.
47967 * string/Makefile: Likewise.
47968 * nis/Makefile: Likewise.
47969 * resolv/Makefile: Likewise.
47970 * stdio-common/Makefile: Likewise.
47971 * wcsmbs/Makefile: Likewise.
47972 * dlfcn/Makefile: Likewise.
47973 * posix/Makefile: Likewise.
47976 * timezone/Makefile: Don't install timezone files, just the programs
47979 2012-03-06 Ulrich Drepper <drepper@gmail.com>
47981 * nss/databases.def: Add missing gshadow entry.
47983 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
47985 2012-03-06 Marek Polacek <polacek@redhat.com>
47988 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47989 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47990 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47991 * stdio-common/tst-long-dbl-fphex.c: New file.
47993 2012-03-06 David S. Miller <davem@davemloft.net>
47995 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47996 (set_obp_int): New function.
47997 (get_obp_int): New function.
47998 (__get_clockfreq_via_dev_openprom): Likewise.
47999 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48000 Avoid unused variable warnings on 'val' and use builtin_expect.
48001 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48003 (INLINE_CLONE_SYSCALL): Likewise.
48005 2012-03-05 David S. Miller <davem@davemloft.net>
48007 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48009 2012-03-05 Andreas Schwab <schwab@linux-m68k.org>
48011 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48013 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48014 only for |x| >= 40.
48015 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48017 2012-03-05 H.J. Lu <hongjiu.lu@intel.com>
48019 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48020 Replace gettimeofday with __vdso_gettimeofday.
48022 * sysdeps/unix/sysv/linux/x86_64/init-first.c
48023 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48024 __vdso_clock_gettime and __vdso_getcpu.
48026 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48027 time with __vdso_time.
48029 2012-03-05 Joseph Myers <joseph@codesourcery.com>
48031 * manual/lang.texi (size_t): Note types to which size_t may be
48032 equivalent with the GNU C Library, but do not describe when
48033 differences between them are significant.
48035 2012-03-05 Andreas Jaeger <aj@suse.de>
48037 * sysdeps/i386/fpu/libm-test-ulps: Update.
48039 2012-03-05 Joseph Myers <joseph@codesourcery.com>
48042 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48043 (__ieee754_pow): Save and restore rounding mode and use
48044 round-to-nearest for main computations.
48045 * math/libm-test.inc (pow_test_tonearest): New function.
48046 (pow_test_towardzero): Likewise.
48047 (pow_test_downward): Likewise.
48048 (pow_test_upward): Likewise.
48049 (main): Call the new functions.
48050 * sysdeps/i386/fpu/libm-test-ulps: Update.
48051 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48054 * math/libm-test.inc (cosh_test_tonearest): New function.
48055 (cosh_test_towardzero): Likewise.
48056 (cosh_test_downward): Likewise.
48057 (cosh_test_upward): Likewise.
48058 (sinh_test_tonearest): Likewise.
48059 (sinh_test_towardzero): Likewise.
48060 (sinh_test_downward): Likewise.
48061 (sinh_test_upward): Likewise.
48062 (main): Call the new functions.
48063 * sysdeps/i386/fpu/libm-test-ulps: Update.
48064 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48066 2012-03-05 Tom de Vries <tom@codesourcery.com>
48068 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48069 default stack guard is set in last bytes.
48070 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48072 2012-03-05 Kees Cook <keescook@chromium.org>
48074 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48077 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48078 possibly allocate from heap instead of stack.
48079 * stdio-common/bug-vfprintf-nargs.c: New file.
48080 * stdio-common/Makefile (tests): Add nargs overflow test.
48082 2012-03-03 Andreas Schwab <schwab@linux-m68k.org>
48084 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48086 2012-03-03 Marek Polacek <polacek@redhat.com>
48088 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48089 * math/math_private.h: Likewise.
48090 * stdlib/tst-strtod.c: Likewise.
48091 * sysdeps/i386/i486/bits/atomic.h: Likewise.
48092 * sysdeps/x86_64/bits/atomic.h: Likewise.
48094 2012-03-02 David S. Miller <davem@davemloft.net>
48096 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48097 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48098 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48099 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48100 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48101 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48102 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48103 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48105 2012-03-02 Roland McGrath <roland@hack.frob.com>
48108 * manual/examples/README: New file, says the example source files
48109 can be used under GPL>=2.
48110 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48111 line containing just "*/".
48112 * manual/examples/add.c: Add copyright header (GPL>=2).
48113 * manual/examples/argp-ex1.c: Likewise.
48114 * manual/examples/argp-ex2.c: Likewise.
48115 * manual/examples/argp-ex3.c: Likewise.
48116 * manual/examples/argp-ex4.c: Likewise.
48117 * manual/examples/atexit.c: Likewise.
48118 * manual/examples/db.c: Likewise.
48119 * manual/examples/dir.c: Likewise.
48120 * manual/examples/dir2.c: Likewise.
48121 * manual/examples/execinfo.c: Likewise.
48122 * manual/examples/filecli.c: Likewise.
48123 * manual/examples/filesrv.c: Likewise.
48124 * manual/examples/fmtmsgexpl.c: Likewise.
48125 * manual/examples/genpass.c: Likewise.
48126 * manual/examples/inetcli.c: Likewise.
48127 * manual/examples/inetsrv.c: Likewise.
48128 * manual/examples/isockad.c: Likewise.
48129 * manual/examples/longopt.c: Likewise.
48130 * manual/examples/memopen.c: Likewise.
48131 * manual/examples/memstrm.c: Likewise.
48132 * manual/examples/mkfsock.c: Likewise.
48133 * manual/examples/mkisock.c: Likewise.
48134 * manual/examples/mygetpass.c: Likewise.
48135 * manual/examples/pipe.c: Likewise.
48136 * manual/examples/popen.c: Likewise.
48137 * manual/examples/rprintf.c: Likewise.
48138 * manual/examples/search.c: Likewise.
48139 * manual/examples/select.c: Likewise.
48140 * manual/examples/setjmp.c: Likewise.
48141 * manual/examples/sigh1.c: Likewise.
48142 * manual/examples/sigusr.c: Likewise.
48143 * manual/examples/stpcpy.c: Likewise.
48144 * manual/examples/strdupa.c: Likewise.
48145 * manual/examples/strftim.c: Likewise.
48146 * manual/examples/strncat.c: Likewise.
48147 * manual/examples/subopt.c: Likewise.
48148 * manual/examples/swapcontext.c: Likewise.
48149 * manual/examples/termios.c: Likewise.
48150 * manual/examples/testopt.c: Likewise.
48151 * manual/examples/testpass.c: Likewise.
48152 * manual/examples/timeval_subtract.c: Likewise.
48155 * manual/time.texi (Elapsed Time): Move timeval_subtract example
48157 * manual/timeval_subtract.c.texi: ... here, new file.
48159 2012-03-02 David S. Miller <davem@davemloft.net>
48161 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48163 2012-03-02 Joseph Myers <joseph@codesourcery.com>
48166 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48167 (__sin): Save and restore rounding mode and use round-to-nearest
48168 for all computations.
48169 (__cos): Save and restore rounding mode and use round-to-nearest
48170 for all computations.
48171 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48173 (tan): Save and restore rounding mode and use round-to-nearest for
48175 * math/libm-test.inc (cos_test_tonearest): New function.
48176 (cos_test_towardzero): Likewise.
48177 (cos_test_downward): Likewise.
48178 (cos_test_upward): Likewise.
48179 (sin_test_tonearest): Likewise.
48180 (sin_test_towardzero): Likewise.
48181 (sin_test_downward): Likewise.
48182 (sin_test_upward): Likewise.
48183 (tan_test_tonearest): Likewise.
48184 (tan_test_towardzero): Likewise.
48185 (tan_test_downward): Likewise.
48186 (tan_test_upward): Likewise.
48187 (main): Call the new functions.
48188 * sysdeps/i386/fpu/libm-test-ulps: Update.
48189 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48192 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48193 small n, then large n, before computing and testing k+n.
48194 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48195 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48197 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48199 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48200 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48201 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48202 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48203 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48204 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48205 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48206 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48207 * math/libm-test.inc (scalbn_test): Add more tests.
48208 (scalbln_test): Likewise.
48210 * manual/filesys.texi (mode_t): Describe constraints on size and
48211 signedness, not exact equivalence to a particular type.
48213 (ino64_t): Likewise.
48215 (nlink_t): Likewise.
48216 (blkcnt_t): Likewise.
48217 (blkcnt64_t): Likewise.
48218 * manual/llio.texi (off_t): Likewise.
48221 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48222 (__ieee754_exp): Save and restore rounding mode and use
48223 round-to-nearest for all computations.
48224 * math/libm-test.inc (exp_test_tonearest): New function.
48225 (exp_test_towardzero): Likewise.
48226 (exp_test_downward): Likewise.
48227 (exp_test_upward): Likewise.
48228 (main): Call the new functions.
48229 * sysdeps/i386/fpu/libm-test-ulps: Update.
48230 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48232 2012-03-01 Chris Demetriou <cgd@google.com>
48234 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48235 have predictable order.
48237 2012-03-01 David S. Miller <davem@davemloft.net>
48239 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48241 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48242 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48243 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48244 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48246 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48247 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48248 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48249 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48250 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48251 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48252 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48253 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48254 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48256 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48258 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48259 * sysdeps/sparc/fpu/libm-test-ulps: to here.
48260 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48262 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48263 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48264 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48265 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48266 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48267 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48268 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48269 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48270 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48271 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48272 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48273 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48274 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48275 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48276 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48277 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48278 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48279 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48280 * sysdeps/sparc/elf/configure: Regenerated.
48282 2012-03-01 Joseph Myers <joseph@codesourcery.com>
48284 * configure.in (AS, LD): Require binutils 2.20 or later.
48285 * configure: Regenerated.
48286 * manual/install.texi (Tools for Compilation): Give binutils 2.20
48287 as required minimum version.
48288 * INSTALL: Regenerated.
48292 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48293 before squaring exponent.
48294 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48295 bottom long double and 27 bits of top long double before squaring
48297 * math/libm-test.inc (erfc_test): Add more tests.
48298 * sysdeps/i386/fpu/libm-test-ulps: Update.
48299 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48300 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48302 2012-03-01 Kai Tietz <ktietz@redhat.com>
48304 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48305 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48306 containing bit-fields.
48307 * soft-fp/extended.h (_FP_UNION_E): Likewise.
48308 * soft-fp/single.h (_FP_UNION_S): Likewise.
48309 * soft-fp/double.h (_FP_UNION_D): Likewise.
48311 2012-02-29 Joseph Myers <joseph@codesourcery.com>
48314 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48315 not include ../strcmp.S.
48316 [USE_AS_STRNCASECMP_L]: Likewise.
48317 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48318 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48319 * sysdeps/i386/i686/multiarch/strncase_l-c.c
48320 (__strncasecmp_l_ia32): Define as alias to
48321 __strncasecmp_l_nonascii.
48324 * math/libm-test.inc (expm1_test): Add test for bug 5794.
48325 * sysdeps/i386/fpu/libm-test-ulps: Update.
48326 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48328 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48329 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48331 2012-02-29 Jeff Law <law@redhat.com>
48333 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48334 out of bounds read.
48336 2012-02-29 Marek Polacek <polacek@redhat.com>
48339 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48340 * elf/Makefile: Add rules to run tst-unused-dep.out.
48342 2012-02-28 David S. Miller <davem@davemloft.net>
48344 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48345 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48346 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48347 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48348 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48349 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48351 2012-02-29 Joseph Myers <joseph@codesourcery.com>
48353 * math/libm-test.inc (llround_test): Move one test from
48354 lround_test. Use TEST_f_L in moved test.
48355 (lround_test): Move misplaced test to llround_test. Add testcase
48358 2012-02-28 Ulrich Drepper <drepper@gmail.com>
48360 * sysdeps/x86_64/fpu/e_expf.S: New file.
48361 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48363 2012-02-28 Stanislav Brabec <sbrabec@suse.cz>
48366 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48367 of remain_len that may cause incomplete multi-byte character and
48369 * posix/bug-regex33.c: New file.
48370 * posix/Makefile (tests): Add bug-regex33.
48372 2012-02-28 Joseph Myers <joseph@codesourcery.com>
48374 * manual/macros.texi: New file.
48375 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48376 * manual/libc.texinfo: Include macros.texi.
48377 * manual/creatute.texi: Likewise.
48378 * manual/install.texi: Likewise.
48379 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48380 @glibcadj{} in references to the GNU C Library.
48381 * manual/charset.texi: Likewise.
48382 * manual/conf.texi: Likewise.
48383 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
48384 when not using those macros.
48385 * manual/creature.texi: Likewise.
48386 * manual/crypt.texi: Likewise.
48387 * manual/errno.texi: Likewise.
48388 * manual/filesys.texi: Likewise.
48389 * manual/header.texi: Likewise.
48390 * manual/install.texi: Likewise.
48391 * manual/intro.texi: Likewise.
48392 * manual/io.texi: Likewise.
48393 * manual/job.texi: Likewise.
48394 * manual/lang.texi: Likewise.
48395 * manual/libc.texiinfo: Likewise.
48396 * manual/llio.texi: Likewise.
48397 * manual/locale.texi: Likewise.
48398 * manual/maint.texi: Likewise.
48399 * manual/math.texi: Likewise.
48400 * manual/memory.texi: Likewise.
48401 * manual/message.texi: Likewise.
48402 * manual/nss.texi: Likewise.
48403 * manual/pattern.texi: Likewise.
48404 * manual/process.texi: Likewise.
48405 * manual/resource.texi: Likewise.
48406 * manual/search.texi: Likewise.
48407 * manual/setjmp.texi: Likewise.
48408 * manual/signal.texi: Likewise.
48409 * manual/socket.texi: Likewise.
48410 * manual/startup.texi: Likewise.
48411 * manual/stdio.texi: Likewise.
48412 * manual/string.texi: Likewise.
48413 * manual/sysinfo.texi: Likewise.
48414 * manual/syslog.texi: Likewise.
48415 * manual/terminal.texi: Likewise.
48416 * manual/time.texi: Likewise.
48417 * manual/users.texi: Likewise.
48418 * INSTALL: Regenerated.
48419 * NOTES: Regenerated.
48420 * sysdeps/gnu/errlist.c: Regenerated.
48422 2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
48424 * include/dirent.h: Include <dirstream.h> before
48427 2012-02-28 David S. Miller <davem@davemloft.net>
48429 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48430 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48431 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48432 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48434 2012-02-27 David S. Miller <davem@davemloft.net>
48436 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48437 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48438 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48439 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48441 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48442 frame pointer instead of stack pointer relative arg slot.
48443 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48444 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48445 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48447 2012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
48450 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48452 2012-02-27 David S. Miller <davem@davemloft.net>
48454 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48455 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48456 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48457 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48458 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48459 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48460 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48461 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48463 2012-02-27 Joseph Myers <joseph@codesourcery.com>
48465 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48466 later. Allow versions 5-9.
48467 * configure: Regenerated.
48468 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48469 required minimum version and 4.6 as recommended version. Do not
48470 mention bugs in GCC 2.7 and 2.8.
48471 * INSTALL: Regenerated.
48473 2012-02-27 David S. Miller <davem@davemloft.net>
48475 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48476 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48477 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48478 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48479 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48480 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48481 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48482 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48484 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48485 manipulate bits before adding and subtracting TWO112[sx].
48486 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48488 2012-02-27 Roland McGrath <roland@hack.frob.com>
48491 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48492 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48493 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48494 being in POSIX, because they are in 1003.1-2008.
48496 * rt/tst-aio.c: Include <fcntl.h>.
48497 * rt/tst-aio7.c: Likewise.
48498 * rt/tst-aio64.c: Likewise.
48500 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48502 2012-02-27 Joseph Myers <joseph@codesourcery.com>
48504 * manual/install.texi (--with-headers): Describe headers as
48505 interface headers, not private headers.
48506 (Specific advice for GNU/Linux systems): Describe use of headers
48507 from "make headers_install", not private headers from older
48509 * INSTALL: Regenerated.
48510 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48512 * sysdeps/unix/sysv/linux/configure: Regenerated.
48514 * manual/llio.texi (fclean): Remove documentation.
48516 * manual/Makefile (libc-texi-generated): New variable. Include
48518 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48519 $(libc-texi-generated), not duplicated list of files.
48520 (version.texi, stamp-version): New rules.
48521 (realclean): Remove $(libc-texi-generated), not individual files
48522 from that list. Do not remove dir-add.texinfo.
48523 * manual/libc.texinfo: Comment out uses of edition numbers and
48524 references to printed manual. Remove last-updated dates.
48525 (EDITION): Comment out.
48527 (VERSION, UPDATED): Remove.
48528 (version.texi): Include.
48530 2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
48532 * sysdeps/posix/spawni.c: Include <signal.h>.
48533 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48534 * sysdeps/pthread/aio_fsync.c: Likewise.
48536 2012-02-26 Ulrich Drepper <drepper@gmail.com>
48538 * conform/Makefile (tests): Run only when not cross-compiling and
48539 when fast-check is not defined.
48541 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48542 * conform/data/limits.h-data: Fixes for POSIX2008.
48543 * conform/run-conformtest.sh: Run all tests.
48544 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48546 * include/bits/dlfcn.h: Likewise.
48547 * include/langinfo.h: Likewise.
48548 * include/monetary.h: Likewise.
48549 * include/sys/poll.h: Likewise.
48551 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48553 * posix/spawn.h: Define __need_sigset_t.
48554 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48555 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48556 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
48557 to get sigevent_t only.
48558 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48559 only for __USE_GNU.
48560 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48561 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48562 process_vm_writev only for __USE_GNU.
48563 * termios/termios.h: Declare tcgetsid also for POSIX2008.
48565 * conform/Makefile: For now ignore errors from run-conformtest.
48566 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
48567 POSIX to avoid namespace pollution. Don't prepend headers.
48568 * conform/data/aio.h-data: Fixes for POSIX testing.
48569 * conform/data/fcntl.h-data: Likewise.
48570 * conform/data/glob.h-data: Likewise.
48571 * conform/data/grp.h-data: Likewise.
48572 * conform/data/pthread.h-data: Likewise.
48573 * conform/data/pwd.h-data: Likewise.
48574 * conform/data/signal.h-data: Likewise.
48575 * conform/data/spawn.h-data: Likewise.
48576 * conform/data/stdio.h-data: Likewise.
48577 * conform/data/stdlib.h-data: Likewise.
48578 * conform/data/stropts.h-data: Likewise.
48579 * conform/data/sys/mman.h-data: Likewise.
48580 * conform/data/sys/stat.h-data: Likewise.
48581 * conform/data/sys/types.h-data: Likewise.
48582 * conform/data/sys/wait.h-data: Likewise.
48583 * conform/data/time.h-data: Likewise.
48584 * conform/data/unistd.h-data: Likewise.
48585 * conform/data/utime.h-data: Likewise.
48587 * io/sys/stat.h: fchmod was always in POSIX.
48588 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48589 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48590 * rt/aio.h: Define __need_timespec before including <time.h>.
48591 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48592 struct. Add forward declaration of pthread_attr_t and use it in
48594 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48595 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48596 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48597 always remove CLK_TCK definition.
48599 2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
48601 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48603 2012-02-25 Ulrich Drepper <drepper@gmail.com>
48605 * conform/run-conformtest.sh: New file.
48606 * conform/Makefile: Run run-conformtest for tests.
48607 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
48610 * conform/data/uchar.h-data: New file.
48611 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48612 * conform/data/arpa/inet.h-data: Likewise.
48613 * conform/data/assert.h-data: Likewise.
48614 * conform/data/complex.h-data: Likewise.
48615 * conform/data/cpio.h-data: Likewise.
48616 * conform/data/ctype.h-data: Likewise.
48617 * conform/data/dirent.h-data: Likewise.
48618 * conform/data/dlfcn.h-data: Likewise.
48619 * conform/data/errno.h-data: Likewise.
48620 * conform/data/fcntl.h-data: Likewise.
48621 * conform/data/float.h-data: Likewise.
48622 * conform/data/fmtmsg.h-data: Likewise.
48623 * conform/data/fnmatch.h-data: Likewise.
48624 * conform/data/ftw.h-data: Likewise.
48625 * conform/data/glob.h-data: Likewise.
48626 * conform/data/grp.h-data: Likewise.
48627 * conform/data/iconv.h-data: Likewise.
48628 * conform/data/inttypes.h-data: Likewise.
48629 * conform/data/langinfo.h-data: Likewise.
48630 * conform/data/libgen.h-data: Likewise.
48631 * conform/data/limits.h-data: Likewise.
48632 * conform/data/locale.h-data: Likewise.
48633 * conform/data/math.h-data: Likewise.
48634 * conform/data/monetary.h-data: Likewise.
48635 * conform/data/mqueue.h-data: Likewise.
48636 * conform/data/ndbm.h-data: Likewise.
48637 * conform/data/net/if.h-data: Likewise.
48638 * conform/data/netdb.h-data: Likewise.
48639 * conform/data/netinet/in.h-data: Likewise.
48640 * conform/data/nl_types.h-data: Likewise.
48641 * conform/data/poll.h-data: Likewise.
48642 * conform/data/pthread.h-data: Likewise.
48643 * conform/data/pwd.h-data: Likewise.
48644 * conform/data/regex.h-data: Likewise.
48645 * conform/data/sched.h-data: Likewise.
48646 * conform/data/search.h-data: Likewise.
48647 * conform/data/semaphore.h-data: Likewise.
48648 * conform/data/setjmp.h-data: Likewise.
48649 * conform/data/signal.h-data: Likewise.
48650 * conform/data/spawn.h-data: Likewise.
48651 * conform/data/stdarg.h-data: Likewise.
48652 * conform/data/stdio.h-data: Likewise.
48653 * conform/data/stdlib.h-data: Likewise.
48654 * conform/data/string.h-data: Likewise.
48655 * conform/data/strings.h-data: Likewise.
48656 * conform/data/stropts.h-data: Likewise.
48657 * conform/data/sys/ipc.h-data: Likewise.
48658 * conform/data/sys/mman.h-data: Likewise.
48659 * conform/data/sys/msg.h-data: Likewise.
48660 * conform/data/sys/resource.h-data: Likewise.
48661 * conform/data/sys/select.h-data: Likewise.
48662 * conform/data/sys/sem.h-data: Likewise.
48663 * conform/data/sys/shm.h-data: Likewise.
48664 * conform/data/sys/socket.h-data: Likewise.
48665 * conform/data/sys/stat.h-data: Likewise.
48666 * conform/data/sys/statvfs.h-data: Likewise.
48667 * conform/data/sys/time.h-data: Likewise.
48668 * conform/data/sys/timeb.h-data: Likewise.
48669 * conform/data/sys/times.h-data: Likewise.
48670 * conform/data/sys/types.h-data: Likewise.
48671 * conform/data/sys/uio.h-data: Likewise.
48672 * conform/data/sys/un.h-data: Likewise.
48673 * conform/data/sys/utsname.h-data: Likewise.
48674 * conform/data/sys/wait.h-data: Likewise.
48675 * conform/data/syslog.h-data: Likewise.
48676 * conform/data/tar.h-data: Likewise.
48677 * conform/data/termios.h-data: Likewise.
48678 * conform/data/utime.h-data: Likewise.
48679 * conform/data/utmpx.h-data: Likewise.
48680 * conform/data/varargs.h-data: Likewise.
48681 * conform/data/wchar.h-data: Likewise.
48682 * conform/data/wctype.h-data: Likewise.
48683 * conform/data/wordexp.h-data: Likewise.
48685 * include/stropts.h: New file.
48686 * include/uchar.h: New file.
48687 * include/aio.h: Changes to allow conformtest.pl to use the headers.
48688 * include/assert.h: Likewise.
48689 * include/ctype.h: Likewise.
48690 * include/dirent.h: Likewise.
48691 * include/dlfcn.h: Likewise.
48692 * include/fcntl.h: Likewise.
48693 * include/fnmatch.h: Likewise.
48694 * include/glob.h: Likewise.
48695 * include/grp.h: Likewise.
48696 * include/libio.h: Likewise.
48697 * include/locale.h: Likewise.
48698 * include/math.h: Likewise.
48699 * include/net/if.h: Likewise.
48700 * include/netdb.h: Likewise.
48701 * include/netinet/in.h: Likewise.
48702 * include/pthread.h: Likewise.
48703 * include/pwd.h: Likewise.
48704 * include/regex.h: Likewise.
48705 * include/sched.h: Likewise.
48706 * include/search.h: Likewise.
48707 * include/setjmp.h: Likewise.
48708 * include/signal.h: Likewise.
48709 * include/stdio.h: Likewise.
48710 * include/stdlib.h: Likewise.
48711 * include/string.h: Likewise.
48712 * include/sys/cdefs.h: Likewise.
48713 * include/sys/mman.h: Likewise.
48714 * include/sys/msg.h: Likewise.
48715 * include/sys/resource.h: Likewise.
48716 * include/sys/select.h: Likewise.
48717 * include/sys/socket.h: Likewise.
48718 * include/sys/stat.h: Likewise.
48719 * include/sys/statvfs.h: Likewise.
48720 * include/sys/time.h: Likewise.
48721 * include/sys/times.h: Likewise.
48722 * include/sys/uio.h: Likewise.
48723 * include/sys/utsname.h: Likewise.
48724 * include/sys/wait.h: Likewise.
48725 * include/termios.h: Likewise.
48726 * include/time.h: Likewise.
48727 * include/ulimit.h: Likewise.
48728 * include/unistd.h: Likewise.
48729 * include/utime.h: Likewise.
48730 * include/wchar.h: Likewise.
48731 * include/wctype.h: Likewise.
48732 * include/wordexp.h: Likewise.
48734 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48736 * time/time.h: TIME_UTC must be a macro.
48737 Make timespec_get available for ISO C11 only as well.
48739 2012-02-24 Ulrich Drepper <drepper@gmail.com>
48741 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48742 Reported by Peng Haitao <penght@cn.fujitsu.com>.
48744 2012-02-24 Joseph Myers <joseph@codesourcery.com>
48746 * configure.in: Use -o not -a in test for unsupported multi-arch.
48748 2012-02-24 Joseph Myers <joseph@codesourcery.com>
48750 * manual/texinfo.tex: Update to version 2012-01-19.16.
48752 2012-02-24 Joseph Myers <joseph@codesourcery.com>
48754 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48756 2012-02-24 Roland McGrath <roland@hack.frob.com>
48759 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48760 * manual/fdl-1.3.texi: New file.
48761 * manual/fdl-1.1.texi: File removed.
48764 * manual/libc.texinfo (FDL_VERSION): New @set.
48765 Use it for mention of FDL in cover text.
48766 (Documentation License): Use it in @include file name.
48768 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48769 Roland McGrath <roland@hack.frob.com>
48772 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48773 (not LONG_LONG_MAX and LONG_LONG_MIN.
48774 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48775 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
48777 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48779 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48783 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48784 manipulate bits before adding and subtracting TWO23[sx].
48785 * math/libm-test.inc (nearbyint_test): Add more tests.
48787 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48790 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48791 bits before adding and subtracting TWO23[sx].
48792 * math/libm-test.inc (rint_test): Add more tests.
48793 (rint_test_tonearest): Likewise.
48794 (rint_test_towardzero): Likewise.
48795 (rint_test_downward): Likewise.
48796 (rint_test_upward: Likewise.
48798 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48801 * include/stdc-predef.h: New file. Extracted from features.h.
48802 * include/features.h: Include stdc-predef.h.
48803 * Makefile (headers): Add stdc-predef.h.
48804 * CONFORMANCE (Compiler limitations): Update.
48806 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48808 * manual/libc.texinfo (VERSION, UPDATED): Revert.
48810 2012-02-21 David S. Miller <davem@davemloft.net>
48812 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48813 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48815 2012-02-20 David S. Miller <davem@davemloft.net>
48817 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48818 using a normal save/restore sequence, rather than allocating a
48819 dummy stack frame just to store a frame pointer and restore.
48820 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48822 2012-02-21 Joseph Myers <joseph@codesourcery.com>
48824 * manual/install.texi: Fix stray word in line-wrapped comment.
48826 2012-02-20 David S. Miller <davem@davemloft.net>
48828 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48829 both binutils and gcc support GOTDATA.
48831 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48832 "rd %pc" in the PIC register setup sequences.
48834 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48835 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48836 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48837 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48838 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48839 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48840 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48841 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48842 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48843 (SYSCALL_ERROR_HANDLER): Likewise.
48844 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48845 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48846 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48847 (SYSCALL_ERROR_HANDLER): Likewise.
48849 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48850 (HAVE_GCC_GOTDATA): New.
48851 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48852 relocation support in both binutils and gcc.
48853 * sysdeps/sparc/elf/configure: Regenerate.
48855 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48856 * sysdeps/sparc/sparc32/elf/configure: Delete.
48857 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48858 * sysdeps/sparc/sparc64/elf/configure: Delete.
48859 * sysdeps/sparc/elf/configure.in: New file.
48860 * sysdeps/sparc/elf/configure: Generate.
48862 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48863 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48864 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48865 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48866 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48868 2012-02-21 Joseph Myers <joseph@codesourcery.com>
48870 * manual/install.texi: Do not mention specific glibc version
48872 * manual/libc.texinfo (VERSION, UPDATED): Update.
48873 (@copying): Use @copyright{} and range of years.
48875 2012-02-21 Joseph Myers <joseph@codesourcery.com>
48878 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48879 [crti.S not in sysdirs] (generated): Do not append.
48880 [crti.S not in sysdirs] (omit-deps): Likewise.
48881 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48882 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48883 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48884 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48885 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48887 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48888 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48889 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48890 * csu/defs.awk: Remove file.
48891 * sysdeps/generic/initfini.c: Likewise.
48892 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48894 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48897 2012-02-20 Joseph Myers <joseph@codesourcery.com>
48899 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48900 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48901 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48902 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48903 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48904 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48906 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48907 (__EPOLL_PACKED): Define to empty if not defined by
48909 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48910 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48913 2012-02-20 Joseph Myers <joseph@codesourcery.com>
48915 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48916 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48917 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48918 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48920 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48921 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48924 2012-02-20 Joseph Myers <joseph@codesourcery.com>
48926 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48928 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48929 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48930 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48931 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48933 2012-02-20 Aurelien Jarno <aurelien@aurel32.net>
48935 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48936 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48938 2012-02-19 Andreas Schwab <schwab@linux-m68k.org>
48940 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48941 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48943 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48945 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48948 2012-02-19 Aurelien Jarno <aurelien@aurel32.net>
48950 * math/w_acos.c: Use non-signaling floating-point comparisons.
48951 * math/w_acosf.c: Likewise.
48952 * math/w_acosh.c: Likewise.
48953 * math/w_acoshf.c: Likewise.
48954 * math/w_acoshl.c: Likewise.
48955 * math/w_acosl.c: Likewise.
48956 * math/w_asin.c: Likewise.
48957 * math/w_asinf.c: Likewise.
48958 * math/w_asinl.c: Likewise.
48959 * math/w_atanh.c: Likewise.
48960 * math/w_atanhf.c: Likewise.
48961 * math/w_atanhl.c: Likewise.
48962 * math/w_exp2.c: Likewise.
48963 * math/w_exp2f.c: Likewise.
48964 * math/w_exp2l.c: Likewise.
48965 * math/w_j0.c: Likewise.
48966 * math/w_j0f.c: Likewise.
48967 * math/w_j0l.c: Likewise.
48968 * math/w_j1.c: Likewise.
48969 * math/w_j1f.c: Likewise.
48970 * math/w_j1l.c: Likewise.
48971 * math/w_jn.c: Likewise.
48972 * math/w_jnf.c: Likewise.
48973 * math/w_log.c: Likewise.
48974 * math/w_log10.c: Likewise.
48975 * math/w_log10f.c: Likewise.
48976 * math/w_log10l.c: Likewise.
48977 * math/w_log2.c: Likewise.
48978 * math/w_log2f.c: Likewise.
48979 * math/w_log2l.c: Likewise.
48980 * math/w_logf.c: Likewise.
48981 * math/w_logl.c: Likewise.
48982 * math/w_sqrt.c: Likewise.
48983 * math/w_sqrtf.c: Likewise.
48984 * math/w_sqrtl.c: Likewise.
48985 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48986 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48987 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48988 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48989 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48991 2012-02-19 Joseph Myers <joseph@codesourcery.com>
48994 * manual/string.texi (strnlen): Use correct parameter name in
48995 equivalent expression.
48997 2012-02-19 Joseph Myers <joseph@codesourcery.com>
49000 * manual/users.texi (seteuid): Consistently use neweuid for
49003 2012-02-19 Joseph Myers <joseph@codesourcery.com>
49006 * manual/nss.texi (Services in the NSS configuration): Correct
49007 list of services in example configuration file.
49009 2012-02-19 Nick Bowler <nbowler@draconx.ca>
49012 * manual/arith.texi: Remove statements about negative zero
49013 behaving identically to zero.
49015 2012-02-18 Joseph Myers <joseph@codesourcery.com>
49018 * manual/install.texi: Do not document upgrading from libc5.
49020 2012-02-18 Joseph Myers <joseph@codesourcery.com>
49023 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49025 2012-02-18 David S. Miller <davem@davemloft.net>
49027 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49028 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49029 %o7 across the call.
49030 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49032 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49033 SETUP_PIC_REG_LEAF.
49034 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49035 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49036 * sysdeps/sparc/crtn.S: Likewise.
49038 2012-02-17 Ulrich Drepper <drepper@gmail.com>
49040 * aout/Makefile: Remove.
49042 2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
49045 * manual/examples/argp-ex1.c (main): Format definition in GNU
49047 * manual/examples/argp-ex2.c (main): Likewise.
49048 * manual/examples/argp-ex3.c (main): Likewise.
49049 * manual/examples/argp-ex4.c (main): Likewise.
49050 * manual/examples/longopt.c (main): Use new-style prototype
49052 * manual/examples/strncat.c (main): Specify return type and use
49053 (void) for arguments.
49054 * manual/examples/subopt.c (main): Use char **argv argument.
49056 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49059 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49062 2012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
49065 * manual/string.texi (strchr): Change when strchrnul is
49068 2012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
49071 * manual/locale.texi (setlocale): Document LOCPATH.
49073 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49076 * manual/process.texi (execle): Move @dots{} before last argument.
49078 2012-02-17 Paul Bolle <pebolle@tiscali.nl>
49081 * manual/charset.texi (Generic Charset Conversion): Fix typo
49082 (LC_TYPE -> LC_CTYPE).
49084 2012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
49087 * manual/arith.texi (scalbn): Use @var{} on parameter names.
49088 (scalbnf): Likewise.
49089 (scalbnl): Likewise.
49090 (scalbln): Likewise.
49091 (scalblnf): Likewise.
49092 (scalblnl): Likewise.
49093 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49094 (vwarnx): Likewise.
49097 * manual/filesys.texi (telldir): Use braces around return type.
49098 * manual/llio.texi (mmap): Add space after comma.
49099 (mmap64): Likewise.
49100 * manual/math.texi (jn): Use @var{} on parameter names.
49106 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49108 * manual/resource.texi (ulimit): Use @dots{} instead of literal
49110 (sched_get_priority_min): Remove semicolon on @deftypefun line.
49111 (sched_get_priority_max): Likewise.
49112 * manual/signal.texi (sigvec): Add space after comma.
49113 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49115 (if_indextoname): Likewise.
49116 (if_freenameindex): Likewise.
49117 (sendto): Use ',' instead of '.' in prototype.
49118 * manual/startup.texi (syscall): Use @dots{} instead of literal
49120 * manual/stdio.texi (__fpending): Separate initial words of
49121 paragraph from @deftypefun line.
49122 * manual/syslog.texi (syslog): Use @dots{} instead of literal
49124 (vsyslog): Use @var{} on parameter names.
49125 * manual/terminal.texi (stty): Use @var{} on parameter names.
49126 * manual/users.texi (getutmp): Use @var{} on parameter names.
49127 (getutmpx): Likewise.
49129 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49132 * manual/stdio.texi (fopen): Fix typos in description of
49135 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
49138 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49139 get clock_id definition.
49141 2012-02-17 Thomas Schwinge <thomas@schwinge.name>
49144 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49145 (madvise): Cast every argument to void on its own.
49147 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49150 * manual/startup.texi (Exit Status): Fix typo.
49152 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49155 * manual/examples/argp-ex1.c: Include <stdlib.h>.
49156 * manual/examples/argp-ex2.c: Likewise.
49157 * manual/examples/argp-ex3.c: Likewise.
49159 2012-02-16 Richard Henderson <rth@redhat.com>
49161 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49162 * sysdeps/s390/s390-32/initfini.c: Remove.
49163 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49164 * sysdeps/s390/s390-64/initfini.c: Remove.
49166 2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
49168 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49169 compiler output for sysdeps/generic/initfini.c.
49170 * sysdeps/sh/elf/initfini.c: Remove file.
49172 2012-02-16 David S. Miller <davem@davemloft.net>
49175 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49177 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49178 * sysdeps/sparc/crti.S: New file.
49179 * sysdeps/sparc/crtn.S: New file.
49180 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49181 * sysdeps/sparc/sparc64/Makefile: Likewise.
49183 2012-02-15 Mike Frysinger <vapier@gentoo.org>
49186 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49188 2012-02-15 Roland McGrath <roland@hack.frob.com>
49191 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49193 * mach/devstream.c (cookie_io_functions_t): Macro removed.
49194 (write, read, close): Likewise.
49195 Patch by Aurelien Jarno <aurelien@aurel32.net>.
49197 2012-02-15 Joseph Myers <joseph@codesourcery.com>
49199 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49200 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49201 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49202 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49204 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49205 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49208 2012-02-14 Marek Polacek <polacek@redhat.com>
49210 * sysdeps/x86_64/crti.S: New file.
49211 * sysdeps/x86_64/crtn.S: New file.
49212 * sysdeps/x86_64/elf/initfini.c: Remove file.
49214 2012-02-13 Joseph Myers <joseph@codesourcery.com>
49216 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49217 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49218 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49219 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49221 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49222 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49225 2012-02-13 Joseph Myers <joseph@codesourcery.com>
49227 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49228 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49229 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49230 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49232 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49233 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49236 2012-02-10 Thomas Schwinge <thomas@codesourcery.com>
49238 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49239 __feraiseexcept instead of feraiseexcept.
49241 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49242 nanosleep invocations.
49243 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49244 strings, and add error checking for a nanosleep invocations.
49246 2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
49248 Replace FSF snail mail address with URLs, as per GNU coding standards.
49249 Most of the snail mail addresses were wrong anyway, and omitting
49250 them makes the source code easier to maintain. Almost all of the
49251 changes are to license notices and to locale LC_IDENTIFICATION
49252 addresses, except for this one:
49253 * manual/libc.texinfo: In "Published by", give the FSF's URL,
49254 not its snail mail address.
49256 2012-02-09 Richard Henderson <rth@twiddle.net>
49258 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49259 of kernel-features.h.
49261 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49263 2012-02-08 Marek Polacek <polacek@redhat.com>
49265 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49266 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49267 * sysdeps/gnu/_G_config.h: Likewise.
49268 * sysdeps/generic/_G_config.h: Likewise.
49270 2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
49272 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49274 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49276 * sysdeps/powerpc/powerpc32/crti.S: New file.
49277 * sysdeps/powerpc/powerpc32/crtn.S: New file.
49278 * sysdeps/powerpc/powerpc64/crti.S: New file.
49279 * sysdeps/powerpc/powerpc64/crtn.S: New file.
49281 * Makeconfig (have-initfini): Don't set.
49282 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49283 * configure.in (nopic_initfini): Don't substitute.
49284 * config.h.in (HAVE_INITFINI): Don't #undef.
49285 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49286 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49288 2012-02-08 Joseph Myers <joseph@codesourcery.com>
49290 Support crti.S and crtn.S provided directly by architectures.
49291 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49292 [crti.S in sysdirs] (omit-deps): Likewise.
49293 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49294 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49295 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49296 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49297 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49298 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49299 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49300 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49301 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49302 compiler output for sysdeps/generic/initfini.c.
49303 * sysdeps/i386/elf/Makefile: Remove file.
49304 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49306 2012-02-07 Marek Polacek <polacek@redhat.com>
49308 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49309 * sysdeps/gnu/_G_config.h: Likewise.
49310 * sysdeps/mach/hurd/_G_config.h: Likewise.
49312 2012-02-07 Marek Polacek <polacek@redhat.com>
49314 * math/Makefile (tests): Add tst-CMPLX2.
49315 * math/tst-CMPLX2.c: New file.
49317 2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
49319 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49321 * math/libm-test.inc (jn_test): Add missing L suffix.
49323 2012-02-06 Marek Polacek <polacek@redhat.com>
49325 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49326 * sysdeps/i386/fpu/e_powf.S: Likewise.
49327 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49328 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49329 * sysdeps/i386/fpu/e_acosh.S: Likewise.
49330 * sysdeps/i386/fpu/e_pow.S: Likewise.
49331 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49332 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49333 * sysdeps/i386/fpu/s_expm1.S: Likewise.
49334 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49335 * sysdeps/i386/fpu/e_log2.S: Likewise.
49336 * sysdeps/i386/fpu/e_log2l.S: Likewise.
49337 * sysdeps/i386/fpu/e_scalb.S: Likewise.
49338 * sysdeps/i386/fpu/e_powl.S: Likewise.
49339 * sysdeps/i386/fpu/s_log1p.S: Likewise.
49340 * sysdeps/i386/fpu/e_log10f.S: Likewise.
49341 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49342 * sysdeps/i386/fpu/e_logl.S: Likewise.
49343 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49344 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49345 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49346 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49347 * sysdeps/i386/fpu/e_log2f.S: Likewise.
49348 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49349 * sysdeps/i386/fpu/e_log.S: Likewise.
49350 * sysdeps/i386/fpu/s_cexp.S: Likewise.
49351 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49352 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49353 * sysdeps/i386/fpu/e_logf.S: Likewise.
49354 * sysdeps/i386/fpu/e_log10l.S: Likewise.
49355 * sysdeps/i386/fpu/e_atanh.S: Likewise.
49356 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49357 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49358 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49359 * sysdeps/i386/fpu/e_log10.S: Likewise.
49360 * sysdeps/i386/fpu/s_frexp.S: Likewise.
49361 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49362 * sysdeps/i386/fpu/s_asinh.S: Likewise.
49363 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49364 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49365 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49366 * sysdeps/i386/asm-syntax.h: Likewise.
49367 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49368 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49369 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49370 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49371 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49372 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49373 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49374 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49375 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49376 * sysdeps/powerpc/sysdep.h: Likewise.
49377 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49378 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49380 2012-02-06 Joseph Myers <joseph@codesourcery.com>
49383 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49385 2012-02-06 Joseph Myers <joseph@codesourcery.com>
49387 * sysdeps/i386/sysdep.h: Include <features.h>.
49388 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49391 2012-02-05 Joseph Myers <joseph@codesourcery.com>
49393 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49395 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49398 2012-02-03 Joseph Myers <joseph@codesourcery.com>
49400 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49401 (SETUP_PIC_REG): Use GET_PC_THUNK.
49402 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49405 2012-02-03 Joseph Myers <joseph@codesourcery.com>
49407 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49408 for non-PIC compilation.
49409 (SETUP_PIC_REG): Add .p2align directive.
49410 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49411 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49412 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49413 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49414 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49415 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49416 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49417 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49418 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49419 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49420 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49421 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49422 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49423 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49424 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49425 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49426 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49427 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49428 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49429 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49430 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49431 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49432 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49433 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49434 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49435 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49436 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49437 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49438 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49439 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49440 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49441 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49442 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49443 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49444 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49445 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49446 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49447 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49448 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49449 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49450 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49452 2012-02-03 Joseph Myers <joseph@codesourcery.com>
49454 * math/tst-CMPLX.c: Include <stdio.h>.
49456 2012-01-31 Joseph Myers <joseph@codesourcery.com>
49458 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49460 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49461 * sysdeps/sparc/bits/mathdef.h: Likewise.
49463 2012-01-31 Marek Polacek <polacek@redhat.com>
49465 * libio/libio.h: Don't define _PARAMS.
49466 * locale/programs/config.h: Don't define PARAMS.
49467 * stdlib/strtol_l.c: Likewise.
49468 (__strtol_l): Remove PARAMS from the prototype.
49470 2012-01-31 Ulrich Drepper <drepper@gmail.com>
49472 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
49473 names. Just use the correct names. Remove unnecessary wrapper
49475 * malloc/arena.c: Likewise.
49476 * malloc/hooks.c: Likewise.
49478 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49479 ARENA_TEST says not to. Simplify test for creation of a new arena.
49480 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49482 2012-01-30 Ulrich Drepper <drepper@gmail.com>
49484 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49486 (update_get_addr): New function.
49487 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49488 GET_ADDR_MODULE parameter.
49490 2012-01-30 Joseph Myers <joseph@codesourcery.com>
49492 * crypt/cert.c: Remove __STDC__ conditionals.
49493 * crypt/crypt-entry.c: Likewise.
49494 * crypt/crypt_util.c: Likewise.
49495 * libio/filedoalloc.c: Likewise.
49496 * libio/fileops.c: Likewise.
49497 * libio/genops.c: Likewise.
49498 * libio/iofclose.c: Likewise.
49499 * libio/iofdopen.c: Likewise.
49500 * libio/iofopen.c: Likewise.
49501 * libio/iofopen64.c: Likewise.
49502 * libio/iogetdelim.c: Likewise.
49503 * libio/iopopen.c: Likewise.
49504 * libio/obprintf.c: Likewise.
49505 * libio/oldfileops.c: Likewise.
49506 * libio/oldiofclose.c: Likewise.
49507 * libio/oldiofdopen.c: Likewise.
49508 * libio/oldiofopen.c: Likewise.
49509 * libio/oldiopopen.c: Likewise.
49510 * libio/wfiledoalloc.c: Likewise.
49511 * libio/wgenops.c: Likewise.
49512 * locale/programs/xmalloc.c: Likewise.
49513 * misc/syslog.c: Likewise.
49514 * stdio-common/xbug.c: Likewise.
49515 * string/memchr.c: Likewise.
49516 * string/memcmp.c: Likewise.
49517 * string/memrchr.c: Likewise.
49518 * string/rawmemchr.c: Likewise.
49519 * sysdeps/posix/getcwd.c: Likewise.
49520 * time/strftime_l.c: Likewise.
49522 2012-01-30 Joseph Myers <joseph@codesourcery.com>
49524 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49525 * config.make.in (config-cflags-sse2avx): Define.
49526 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49529 2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
49531 * scripts/config.guess: Update from upstream config git repository.
49532 * scripts/config.sub: Likewise.
49534 2012-01-28 Chris Metcalf <cmetcalf@tilera.com>
49536 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49538 (R_TILEPRO_*, R_TILEGX_*): New macros.
49540 * scripts/firstversions.awk: Fix bug in version range handling.
49542 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49544 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49546 * include/sys/epoll.h: New file.
49547 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49550 2012-01-28 Ulrich Drepper <drepper@gmail.com>
49552 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49553 Avoid unnecessary __WORDSIZE == 64 test.
49554 (fmaxf): Use VEX format if possible.
49559 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49560 * math/math_private.h: Remove libc_fegetround* and
49562 * sysdeps/i386/configure.in: Check for -msse2avx.
49563 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49564 also if SSE2AVX is defined.
49565 Remove libc_fegetround* and libc_fesetround*.
49566 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49567 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
49568 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49570 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49571 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49572 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49573 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49574 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49576 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49578 2012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49580 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49582 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49584 2012-01-27 Ulrich Drepper <drepper@gmail.com>
49587 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49589 * Makeconfig (libm): Define.
49590 * elf/Makefile: Add rules to build and run tst-relsort1.
49591 * elf/tst-relsort1.c: New file.
49592 * elf/tst-relsort1mod1.c: New file.
49593 * elf/tst-relsort1mod2.c: New file.
49595 2012-01-27 Joseph Myers <joseph@codesourcery.com>
49597 * math/s_ldexp.c: Remove __STDC__ conditionals.
49598 * math/s_ldexpf.c: Likewise.
49599 * math/s_ldexpl.c: Likewise.
49600 * math/s_nextafter.c: Likewise.
49601 * math/s_nexttowardf.c: Likewise.
49602 * math/s_significand.c: Likewise.
49603 * math/s_significandf.c: Likewise.
49604 * math/s_significandl.c: Likewise.
49605 * math/w_jnl.c: Likewise.
49606 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49607 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49608 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49609 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49610 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49611 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49612 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49613 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49614 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49615 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49616 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49617 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49618 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49619 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49620 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49621 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49622 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49623 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49624 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49625 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49626 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49627 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49628 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49629 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49630 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49631 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49632 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49633 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49634 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49635 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49636 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49637 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49638 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49639 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49640 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49641 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49642 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49643 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49644 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49645 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49646 * sysdeps/ieee754/k_standard.c: Likewise.
49647 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49648 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49649 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49650 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49651 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49652 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49653 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49654 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49655 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49656 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49657 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49658 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49659 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49660 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49661 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49662 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49663 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49664 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49665 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49666 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49667 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49668 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49669 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49670 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49671 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49672 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49673 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49674 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49675 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49676 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49677 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49678 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49679 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49680 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49681 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49682 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49683 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49684 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49685 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49686 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49687 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49688 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49689 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49690 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49691 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49692 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49693 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49694 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49695 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49696 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49697 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49698 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49699 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49700 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49701 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49702 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49703 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49704 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49705 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49706 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49707 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49708 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49709 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49710 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49711 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49712 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49713 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49714 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49715 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49716 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49717 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49718 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49719 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49720 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49721 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49722 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49723 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49724 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49725 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49726 * sysdeps/ieee754/s_matherr.c: Likewise.
49727 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49728 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49729 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49730 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49732 2012-01-26 Joseph Myers <joseph@codesourcery.com>
49734 * crypt/md5.h: Remove __STDC__ conditionals.
49735 * libio/libioP.h: Likewise.
49736 * locale/programs/config.h: Likewise.
49737 * sysdeps/generic/sysdep.h: Likewise.
49738 * sysdeps/i386/asm-syntax.h: Likewise.
49739 * sysdeps/s390/asm-syntax.h: Likewise.
49740 * sysdeps/unix/sysdep.h: Likewise.
49741 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49742 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49744 2012-01-26 Joseph Myers <joseph@codesourcery.com>
49746 * libio/libio.h: Remove __STDC__ conditionals.
49747 * malloc/obstack.h: Likewise.
49748 * math/complex.h: Likewise.
49749 * math/math.h: Likewise.
49750 * sysdeps/generic/_G_config.h: Likewise.
49751 * sysdeps/gnu/_G_config.h: Likewise.
49752 * sysdeps/mach/hurd/_G_config.h: Likewise.
49753 * sysdeps/powerpc/bits/mathdef.h: Likewise.
49754 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49755 * sysdeps/sparc/bits/mathdef.h: Likewise.
49757 2012-01-26 Ulrich Drepper <drepper@gmail.com>
49760 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49761 Clean up HAS_* macros.
49762 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49763 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49765 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49767 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49768 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49769 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49770 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49771 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49773 2012-01-25 Joseph Myers <joseph@codesourcery.com>
49775 * elf/tst-unique3.cc (gets): Remove declaration.
49776 * elf/tst-unique3lib.cc (gets): Likewise.
49777 * elf/tst-unique3lib2.cc (gets): Likewise.
49778 * elf/tst-unique4.cc (gets): Likewise.
49780 2012-01-24 Ulrich Drepper <drepper@gmail.com>
49782 * include/stdio.h: Add C++ protection. Add gets declarations and
49784 * debug/tst-chk1.c: Don't declare gets here.
49785 * stdio-common/tst-gets.c: Likewise.
49787 2012-01-24 Joseph Myers <joseph@codesourcery.com>
49789 * posix/glob: Remove directory.
49791 2012-01-24 Joseph Myers <joseph@codesourcery.com>
49793 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49795 2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
49797 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49798 of the non-standard EPFNOSUPPORT.
49800 2011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
49802 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49803 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49804 ANYWHERE set to 1 only on KERN_NO_SPACE error.
49806 2012-01-21 Ulrich Drepper <drepper@gmail.com>
49808 * wcsmbs/uchar.h: Test __STDC_VERSION__.
49810 2012-01-20 Ulrich Drepper <drepper@gmail.com>
49812 * nscd/aicache.c (addhstaiX): Do not cache negative results of
49814 * nscd/grpcache.c (cache_addgr): Likewise.
49815 * nscd/hstcache.c (cache_addhst): Likewise.
49816 * nscd/initgrcache.c (addinitgroupsX): Likewise.
49817 * nscd/pwdcache.c (cache_addpw): Likewise.
49818 * nscd/servicescache.c (cache_addserv): Likewise.
49820 2012-01-16 Ulrich Drepper <drepper@gmail.com>
49822 * malloc/malloc.c: Various cleanups.
49823 * malloc/hooks.c: Likewise.
49825 * stdlib/Makefile (tests): Add bug-fmtmsg1.
49826 * stdlib/bug-fmtmsg1.c: New file.
49828 * stdlib/fmtmsg.c (init): Add missing unlock.
49829 Patch by Peng Haitao <penght@cn.fujitsu.com>.
49831 2012-01-12 Marek Polacek <polacek@redhat.com>
49833 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49836 2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
49838 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49839 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49840 macro to ensure uniqueness of label name.
49841 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49842 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49844 2012-01-11 Ulrich Drepper <drepper@gmail.com>
49846 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49848 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49849 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49850 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49851 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49853 2012-01-10 Ulrich Drepper <drepper@gmail.com>
49855 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49857 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49858 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49859 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49861 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49863 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49864 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49865 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49866 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49868 * math/bits/math-finite.h: Add ldexp support.
49870 2012-01-10 Marek Polacek <polacek@redhat.com>
49872 * locale/programs/localedef.h (show_archive_content): Add noreturn
49875 2012-01-09 Ulrich Drepper <drepper@gmail.com>
49877 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49879 2012-01-08 Ulrich Drepper <drepper@gmail.com>
49881 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49883 * io/Makefile (headers): Add bits/poll2.h.
49885 2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
49887 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49888 typo #include statement.
49890 2012-01-08 Ulrich Drepper <drepper@gmail.com>
49892 * include/sys/cdefs.h: Define __attribute_alloc_size.
49893 * catgets/gencat.c: Add alloc_size attribute and apply consistently
49894 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49895 * elf/pldd.c: Likewise.
49896 * iconv/iconv_charmap.c: Likewise.
49897 * iconv/iconvconfig.c: Likewise.
49898 * iconv/strtab.c: Likewise.
49899 * locale/programs/locale.c: Likewise.
49900 * locale/programs/localedef.h: Likewise.
49901 * locale/programs/simple-hash.c: Likewise.
49902 * nscd/nscd.h: Likewise.
49903 * nss/makedb.c: Likewise.
49904 * sysdeps/generic/ldconfig.h: Likewise.
49905 * locale/programs/localedef.c: Remove xmalloc prototype.
49906 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49908 2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
49910 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49913 2012-01-08 Ulrich Drepper <drepper@gmail.com>
49915 * math/Makefile (tests): Add tst-CMPLX.
49916 * math/tst-CMPLX.c: New file.
49918 * math/complex.h (CMPLXL): Fix typo.
49920 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49921 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49923 * debug/tst-chk1.c: Add poll and ppoll tests.
49924 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49925 * include/sys/poll.h: Add hidden proto for ppoll.
49926 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49927 * sysdeps/mach/hurd/ppoll.c: Likewise.
49928 * io/ppoll.c: Likewise.
49929 * debug/poll_chk.c: New file.
49930 * debug/ppoll_chk.c: New file.
49931 * include/bits/poll2.h: New file.
49932 * io/bits/poll2.h: New file.
49935 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49937 * configure.in: static is always set to yes. Remove.
49938 * config.make.in: Don't set build-static.
49939 * Makeconfig: Remove use of build-static.
49940 * dlfcn/Makefile: Likewise.
49941 * elf/Makefile: Likewise.
49942 * math/Makefile: Likewise.
49943 * misc/Makefile: Likewise.
49944 * nptl/Makefile: Likewise.
49945 * sysdeps/mach/hurd/Makefile: Likewise.
49947 * configure.in: PWD_P is not used anymore.
49948 * config.make.in: Remove PWD_P entry.
49950 * configure.in: Remove last remnants of RANLIB.
49951 No need to check for signed size_t anymore.
49952 Don't set libc_commonpagesize and libc_relro_required here for Alpha
49954 Remove __builtin_expect test because we require at least gcc 3.4.
49955 * aclocal.m4: Likewise.
49957 * wcsmbs/mbrtoc16.c: Implement using towc function.
49958 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49959 * wcsmbs/wcsmbsload.c: Likewise.
49960 * iconv/gconv_simple.c: Likewise.
49961 * iconv/gconv_int.h: Likewise.
49962 * iconv/gconv_builtin.h: Likewise.
49963 * iconv/iconv_prog.c: Remove CHAR16 handling.
49965 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49967 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49969 * configure.in: Remove --with-elf and --enable-bounded options.
49970 Dont set base_machine for ia64. More non-ELF conditions removed.
49971 Remove testing and setting of leading underscore information.
49972 * config.make.in (build-bounded): Set to no.
49973 * config.h.in: Remove NO_UNDERSCORES entry.
49974 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
49976 * csu/start.c: Remove !NO_UNDERSCORE code.
49977 * locale/localeinfo.h: Likewise.
49978 * sysdeps/generic/machine-gmon.h: Likewise.
49979 * sysdeps/generic/sysdep.h: Likewise.
49980 * sysdeps/i386/sysdep.h: Likewise.
49981 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49982 * sysdeps/mach/sysdep.h: Likewise.
49983 * sysdeps/s390/s390-32/sysdep.h: Likewise.
49984 * sysdeps/s390/s390-64/sysdep.h: Likewise.
49985 * sysdeps/sh/sysdep.h: Likewise.
49986 * sysdeps/sparc/sparc32/alloca.S: Likewise.
49987 * sysdeps/unix/i386/sysdep.S: Likewise.
49988 * sysdeps/unix/sparc/start.c: Likewise.
49989 * sysdeps/unix/sparc/sysdep.S: Likewise.
49990 * sysdeps/unix/sparc/sysdep.h: Likewise.
49991 * sysdeps/unix/start.c: Likewise.
49992 * sysdeps/unix/x86_64/sysdep.S: Likewise.
49993 * sysdeps/x86_64/sysdep.h: Likewise.
49995 2012-01-07 Ulrich Drepper <drepper@gmail.com>
49998 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50000 * argp/argp-fmtstream.h: Use const instead __const.
50001 * argp/argp.h: Likewise.
50002 * assert/assert.h: Likewise.
50003 * bits/fenv.h: Likewise.
50004 * bits/sched.h: Likewise.
50005 * bits/sigset.h: Likewise.
50006 * bits/sigthread.h: Likewise.
50007 * catgets/nl_types.h: Likewise.
50008 * conform/data/pthread.h-data: Likewise.
50009 * crypt/crypt-private.h: Likewise.
50010 * crypt/crypt.h: Likewise.
50011 * crypt/crypt_util.c: Likewise.
50012 * ctype/ctype.h: Likewise.
50013 * debug/execinfo.h: Likewise.
50014 * debug/mbsnrtowcs_chk.c: Likewise.
50015 * debug/mbsrtowcs_chk.c: Likewise.
50016 * debug/wcsnrtombs_chk.c: Likewise.
50017 * debug/wcsrtombs_chk.c: Likewise.
50018 * debug/wcstombs_chk.c: Likewise.
50019 * dirent/dirent.h: Likewise.
50020 * dlfcn/dlfcn.h: Likewise.
50021 * elf/neededtest4.c: Likewise.
50022 * grp/grp.h: Likewise.
50023 * gshadow/gshadow.h: Likewise.
50024 * iconv/gconv.h: Likewise.
50025 * iconv/gconv_int.h: Likewise.
50026 * iconv/gconv_simple.c: Likewise.
50027 * iconv/iconv.h: Likewise.
50028 * iconv/loop.c: Likewise.
50029 * iconv/skeleton.c: Likewise.
50030 * include/aio.h: Likewise.
50031 * include/aliases.h: Likewise.
50032 * include/argz.h: Likewise.
50033 * include/arpa/inet.h: Likewise.
50034 * include/assert.h: Likewise.
50035 * include/dirent.h: Likewise.
50036 * include/dlfcn.h: Likewise.
50037 * include/execinfo.h: Likewise.
50038 * include/fcntl.h: Likewise.
50039 * include/fenv.h: Likewise.
50040 * include/glob.h: Likewise.
50041 * include/grp.h: Likewise.
50042 * include/libintl.h: Likewise.
50043 * include/mntent.h: Likewise.
50044 * include/netdb.h: Likewise.
50045 * include/pwd.h: Likewise.
50046 * include/rpc/netdb.h: Likewise.
50047 * include/sched.h: Likewise.
50048 * include/search.h: Likewise.
50049 * include/shadow.h: Likewise.
50050 * include/signal.h: Likewise.
50051 * include/stdio.h: Likewise.
50052 * include/stdlib.h: Likewise.
50053 * include/string.h: Likewise.
50054 * include/sys/socket.h: Likewise.
50055 * include/sys/stat.h: Likewise.
50056 * include/sys/statfs.h: Likewise.
50057 * include/sys/statvfs.h: Likewise.
50058 * include/sys/syslog.h: Likewise.
50059 * include/sys/time.h: Likewise.
50060 * include/sys/uio.h: Likewise.
50061 * include/time.h: Likewise.
50062 * include/unistd.h: Likewise.
50063 * include/utmp.h: Likewise.
50064 * include/wchar.h: Likewise.
50065 * include/wctype.h: Likewise.
50066 * inet/aliases.h: Likewise.
50067 * inet/arpa/inet.h: Likewise.
50068 * inet/netinet/ether.h: Likewise.
50069 * inet/netinet/in.h: Likewise.
50070 * intl/libintl.h: Likewise.
50071 * io/bits/fcntl2.h: Likewise.
50072 * io/fcntl.h: Likewise.
50073 * io/ftw.h: Likewise.
50074 * io/sys/poll.h: Likewise.
50075 * io/sys/stat.h: Likewise.
50076 * io/sys/statfs.h: Likewise.
50077 * io/sys/statvfs.h: Likewise.
50078 * io/utime.h: Likewise.
50079 * libio/bits/stdio.h: Likewise.
50080 * libio/bits/stdio2.h: Likewise.
50081 * libio/libio.h: Likewise.
50082 * libio/libioP.h: Likewise.
50083 * libio/stdio.h: Likewise.
50084 * locale/lc-ctype.c: Likewise.
50085 * locale/locale.h: Likewise.
50086 * login/utmp.h: Likewise.
50087 * malloc/arena.c: Likewise.
50088 * malloc/malloc.c: Likewise.
50089 * malloc/malloc.h: Likewise.
50090 * malloc/mcheck.c: Likewise.
50091 * malloc/mtrace.c: Likewise.
50092 * math/bits/mathcalls.h: Likewise.
50093 * math/fenv.h: Likewise.
50094 * math/math_private.h: Likewise.
50095 * misc/bits/error.h: Likewise.
50096 * misc/bits/syslog.h: Likewise.
50097 * misc/err.h: Likewise.
50098 * misc/error.h: Likewise.
50099 * misc/fstab.h: Likewise.
50100 * misc/mntent.h: Likewise.
50101 * misc/regexp.h: Likewise.
50102 * misc/search.h: Likewise.
50103 * misc/sgtty.h: Likewise.
50104 * misc/sys/mman.h: Likewise.
50105 * misc/sys/syslog.h: Likewise.
50106 * misc/sys/uio.h: Likewise.
50107 * misc/sys/xattr.h: Likewise.
50108 * misc/ttyent.h: Likewise.
50109 * nis/rpcsvc/ypclnt.h: Likewise.
50110 * nss/nss.h: Likewise.
50111 * posix/bits/unistd.h: Likewise.
50112 * posix/fnmatch.h: Likewise.
50113 * posix/glob.h: Likewise.
50114 * posix/sched.h: Likewise.
50115 * posix/spawn.h: Likewise.
50116 * posix/sys/wait.h: Likewise.
50117 * posix/unistd.h: Likewise.
50118 * posix/wordexp.h: Likewise.
50119 * pwd/pwd.h: Likewise.
50120 * resolv/netdb.h: Likewise.
50121 * resource/sys/resource.h: Likewise.
50122 * rt/aio.h: Likewise.
50123 * rt/bits/mqueue2.h: Likewise.
50124 * rt/mqueue.h: Likewise.
50125 * shadow/shadow.h: Likewise.
50126 * signal/signal.h: Likewise.
50127 * socket/send.c: Likewise.
50128 * socket/sendto.c: Likewise.
50129 * socket/sys/socket.h: Likewise.
50130 * stdio-common/printf.h: Likewise.
50131 * stdlib/bits/stdlib.h: Likewise.
50132 * stdlib/fmtmsg.h: Likewise.
50133 * stdlib/monetary.h: Likewise.
50134 * stdlib/stdlib.h: Likewise.
50135 * stdlib/ucontext.h: Likewise.
50136 * streams/stropts.h: Likewise.
50137 * string/argz.h: Likewise.
50138 * string/bits/string2.h: Likewise.
50139 * string/string.h: Likewise.
50140 * string/strings.h: Likewise.
50141 * sunrpc/rpc/auth.h: Likewise.
50142 * sunrpc/rpc/auth_des.h: Likewise.
50143 * sunrpc/rpc/clnt.h: Likewise.
50144 * sunrpc/rpc/netdb.h: Likewise.
50145 * sunrpc/rpc/pmap_clnt.h: Likewise.
50146 * sunrpc/rpc/xdr.h: Likewise.
50147 * sysdeps/generic/inttypes.h: Likewise.
50148 * sysdeps/generic/net/if.h: Likewise.
50149 * sysdeps/generic/sys/swap.h: Likewise.
50150 * sysdeps/gnu/net/if.h: Likewise.
50151 * sysdeps/gnu/utmpx.h: Likewise.
50152 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50153 * sysdeps/i386/i486/bits/string.h: Likewise.
50154 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50155 * sysdeps/s390/bits/string.h: Likewise.
50156 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50157 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50158 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50159 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50160 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50161 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50162 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50163 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50164 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50165 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50166 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50167 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50168 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50169 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50170 * sysdeps/unix/sysv/linux/readv.c: Likewise.
50171 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50172 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50173 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50174 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50175 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50176 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50177 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50178 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50179 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50180 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50181 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50182 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50183 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50184 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50185 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50186 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50187 * sysvipc/sys/ipc.h: Likewise.
50188 * sysvipc/sys/msg.h: Likewise.
50189 * sysvipc/sys/sem.h: Likewise.
50190 * sysvipc/sys/shm.h: Likewise.
50191 * termios/termios.h: Likewise.
50192 * time/sys/time.h: Likewise.
50193 * time/time.h: Likewise.
50194 * wcsmbs/bits/wchar2.h: Likewise.
50195 * wcsmbs/uchar.h: Likewise.
50196 * wcsmbs/wchar.h: Likewise.
50197 * wctype/wctype.h: Likewise.
50200 * Makeconfig: Remove all but ELF support including AIX support.
50201 * Makerules: Likewise.
50202 * config.h.in: Likewise.
50203 * config.make.in: Likewise.
50204 * configure: Likewise.
50205 * configure.in: Likewise.
50206 * csu/Makefile: Likewise.
50207 * csu/version.c: Likewise.
50208 * debug/Makefile: Likewise.
50209 * dlfcn/Makefile: Likewise.
50210 * elf/Makefile: Likewise.
50211 * extra-lib.mk: Likewise.
50212 * iconv/Makefile: Likewise.
50213 * include/libc-symbols.h: Likewise.
50214 * include/shlib-compat.h: Likewise.
50215 * resolv/Makefile: Likewise.
50216 * resolv/res_libc.c: Likewise.
50217 * rt/Makefile: Likewise.
50218 * sysdeps/i386/asm-syntax.h: Likewise.
50219 * sysdeps/i386/sysdep.h: Likewise.
50220 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50221 * sysdeps/mach/sysdep.h: Likewise.
50222 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50223 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50224 * sysdeps/s390/asm-syntax.h: Likewise.
50225 * sysdeps/s390/s390-32/sysdep.h: Likewise.
50226 * sysdeps/s390/s390-64/sysdep.h: Likewise.
50227 * sysdeps/sh/sysdep.h: Likewise.
50228 * sysdeps/unix/sparc/sysdep.h: Likewise.
50229 * sysdeps/wordsize-32/divdi3.c: Likewise.
50230 * sysdeps/x86_64/sysdep.h: Likewise.
50232 * argp/Versions: Remove _argp_unlock_xxx.
50235 * abilist/ld.abilist: Update. Adjust for removal of tls option.
50236 * abilist/libBrokenLocale.abilist: Likewise.
50237 * abilist/libanl.abilist: Likewise.
50238 * abilist/libc.abilist: Likewise.
50239 * abilist/libcrypt.abilist: Likewise.
50240 * abilist/libdl.abilist: Likewise.
50241 * abilist/libm.abilist: Likewise.
50242 * abilist/libnsl.abilist: Likewise.
50243 * abilist/libpthread.abilist: Likewise.
50244 * abilist/libresolv.abilist: Likewise.
50245 * abilist/librt.abilist: Likewise.
50246 * abilist/libthread_db.abilist: Likewise.
50247 * abilist/libutil.abilist: Likewise.
50248 * abilist/libnss_db.abilist: New file.
50250 * scripts/abilist.awk: Add support for indirect functions.
50252 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50254 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50256 * shlib-versions: Remove entries for ports architectures.
50258 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
50260 * elf/stackguard-macros.h: Remove support for IA-64.
50261 * elf/tst-auditmod1.c: Likewise.
50262 * sysdeps/generic/ldsodefs.h: Likewise.
50264 * sysdeps/unix/sysv/linux/configure.in: Ports should define
50265 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50269 * configure.in: Remove --enable-omitfp support.
50271 * config.make.in: Likewise.
50272 * Makeconfig: Likewise.
50273 * manual/install.texi: Likewise.
50275 In case anyone cares, the IA-64 architecture could move to ports.
50276 * sysdeps/ia64/*: Removed.
50277 * sysdeps/unix/sysv/linux/ia64/*: Removed.
50278 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50281 * configure.in: Remove entries for unsupported architectures.
50284 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50285 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
50287 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50288 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50289 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
50290 fall back to using wcrtomb.
50291 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50292 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
50294 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50295 * wcsmbs/tst-c16c32-1.c: New file.
50297 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50300 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50302 * elf/tst-unique3.cc: Add explicit declaration of gets.
50303 * elf/tst-unique3lib.cc: Likewise.
50304 * elf/tst-unique3lib2.cc: Likewise.
50305 * elf/tst-unique4.cc: Likewise.
50307 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50309 2012-01-06 Joseph Myers <joseph@codesourcery.com>
50312 * assert/assert.h (static_assert): Don't define for C++.
50313 * libio/stdio.h (gets): Do declare for C++ <= C++11.
50314 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50316 2012-01-03 Ulrich Drepper <drepper@gmail.com>
50318 * iconv/loop.c (single loop): Fix assertion in storing of
50321 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50323 2012-01-01 Ulrich Drepper <drepper@gmail.com>
50325 * posix/getconf.c: Update copyright year.
50326 * nss/getent.c: Likewise.
50327 * nss/makedb.c: Likewise.
50328 * iconv/iconvconfig.c: Likewise.
50329 * iconv/iconv_prog.c: Likewise.
50330 * elf/ldconfig.c: Likewise.
50331 * elf/pldd.c: Likewise.
50332 * elf/sotruss.ksh: Likewise.
50333 * catgets/gencat.c: Likewise.
50334 * csu/version.c: Likewise.
50335 * elf/ldd.bash.in: Likewise.
50336 * elf/sprof.c (print_version): Likewise.
50337 * locale/programs/locale.c: Likewise.
50338 * locale/programs/localedef.c: Likewise.
50339 * login/programs/pt_chown.c: Likewise.
50340 * nscd/nscd.c (print_version): Likewise.
50341 * debug/xtrace.sh: Likewise.
50342 * malloc/memusage.sh: Likewise.
50343 * malloc/mtrace.pl: Likewise.
50344 * debug/catchsegv.sh: Likewise.
50346 2011-12-30 Jakub Jelinek <jakub@redhat.com>
50348 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50351 2011-12-24 Ulrich Drepper <drepper@gmail.com>
50354 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50355 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50357 * iconv/gconv_int.h: Likewise.
50358 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50359 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50360 from libc for GLIBC_2.16.
50361 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50362 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50363 * wcsmbs/uchar.h: Really define mbstate_t.
50364 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50365 * wcsmbs/c16rtomb.c: New file.
50366 * wcsmbs/mbrtoc16.c: New file.
50367 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50368 for C/POSIX locale.
50369 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50370 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50372 * wcsmbs/wchar.h: Add missing __restrict.
50374 2011-12-23 Ulrich Drepper <drepper@gmail.com>
50377 * time/Makefile (routines): Add timespec_get.
50378 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50379 * time/time.h: Define TIME_UTC and declare timespec_get. Define
50380 timespec for ISO C11.
50381 * time/timespec_get.c: New file.
50382 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50383 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50386 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50387 * stdlib/stdlib.h: Declare aligned_alloc.
50388 * Versions.def: Add GLIBC_2.16 for libc.
50389 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50392 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50395 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50399 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50402 * assert/assert.h (static_assert): Define.
50404 * version.h: Update for 2.16 development version.
50407 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50410 * version.h (RELEASE): Bump for 2.15 release.
50411 * include/features.h (__GLIBC_MINOR__): Bump to 15.
50413 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50414 Patch by Marek Polacek <mpolacek@redhat.com>.
50416 * bits/byteswap.h: Protect long long constants with __extension__.
50417 * sysdeps/i386/bits/byteswap.h: Likewise.
50418 * sysdeps/ia64/bits/byteswap.h: Likewise.
50419 * sysdeps/s390/bits/byteswap.h: Likewise.
50420 * sysdeps/x86_64/bits/byteswap.h: Likewise.
50422 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50425 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50426 destination buffer.
50427 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50429 2011-12-23 Marek Polacek <polacek@redhat.com>
50431 * elf/dl-addr.c (determine_info): Add inline keyword.
50432 * elf/tst-auditmod4b.c (check_avx): Likewise.
50433 * elf/tst-auditmod6b.c (check_avx): Likewise.
50434 * elf/tst-auditmod6c.c (check_avx): Likewise.
50435 * elf/tst-auditmod7b.c (check_avx): Likewise.
50437 2011-12-23 Ulrich Drepper <drepper@gmail.com>
50439 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50442 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50445 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50446 processing for last bytes.
50448 2011-08-06 Bruno Haible <bruno@clisp.org>
50451 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50452 U+0385, not to U+1FEE.
50455 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50456 entry for U+00A5 U+0301.
50458 2011-12-22 Ulrich Drepper <drepper@gmail.com>
50461 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50462 buffer for the output is too small.
50464 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50468 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50469 SSE flags if possible.
50471 2011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50474 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50475 processing for last bytes.
50477 2011-12-22 Joseph Myers <joseph@codesourcery.com>
50479 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50480 (syscall-list-default-options, syscall-list-default-condition)
50481 (syscall-list-includes): Define.
50482 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50483 list of ABIs and options and #if conditions for each ABI. Do not
50484 handle common syscalls between ABIs specially.
50485 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50487 (syscall-list-variants, syscall-list-32bit-options)
50488 (syscall-list-32bit-condition, syscall-list-64bit-options)
50489 (syscall-list-64bit-condition): Define.
50490 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50491 (syscall-list-variants, syscall-list-32bit-options)
50492 (syscall-list-32bit-condition, syscall-list-64bit-options)
50493 (syscall-list-64bit-condition): Define.
50494 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50496 (syscall-list-variants, syscall-list-32bit-options)
50497 (syscall-list-32bit-condition, syscall-list-64bit-options)
50498 (syscall-list-64bit-condition): Define.
50499 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50501 (syscall-list-variants, syscall-list-32bit-options)
50502 (syscall-list-32bit-condition, syscall-list-64bit-options)
50503 (syscall-list-64bit-condition): Define.
50505 2011-12-22 Ulrich Drepper <drepper@gmail.com>
50507 * locale/iso-639.def: Add brx entry.
50510 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50511 Proposed by Mariusz_Cukr <marcukr@op.pl>.
50513 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50514 __feraiseexcept_renamed.
50516 2011-12-21 Ulrich Drepper <drepper@gmail.com>
50519 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50520 EPOLLET with unsigned values.
50521 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50522 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50524 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50525 to large cancellation.
50526 * math/s_cacoshf.c: Likewise.
50527 * math/s_cacoshl.c: Likewise.
50529 2011-11-18 Richard B. Kreckel <kreckel@ginac.de>
50533 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50534 * math/s_cacoshf.c: Likewise.
50535 * math/s_cacoshl.c: Likewise.
50537 2011-12-21 Ulrich Drepper <drepper@gmail.com>
50540 * iconv/gconv.h: Define __GCONV_SWAP.
50541 * iconvdata/unicode.c: The swap bit must be stored in __flags.
50542 * iconvdata/utf-16.c: Likewise.
50543 * iconvdata/utf-32.c: Likewise.
50545 2011-12-21 Andreas Schwab <schwab@linux-m68k.org>
50548 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50549 numerator after shifting it by one limb.
50551 2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
50553 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50554 under [__USE_EXTERN_INLINES].
50556 2011-12-17 Ulrich Drepper <drepper@gmail.com>
50559 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50561 2011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50563 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50564 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50566 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50567 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50568 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50569 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50570 for strncasecmp/strncasecmp_l compilation.
50571 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50572 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50574 2011-12-08 Marek Polacek <mpolacek@redhat.com>
50577 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50580 2011-12-17 Ulrich Drepper <drepper@gmail.com>
50583 * time/tzfile.c (__tzfile_read): Check values from file header.
50585 2011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
50587 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50588 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50589 * powerpc/powerpc32/dl-start.S: Likewise.
50590 * powerpc/powerpc32/elf/start.S: Likewise.
50591 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50592 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50593 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50594 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50595 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50596 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50597 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50598 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50599 * powerpc/powerpc32/fpu/s_round.S: Likewise.
50600 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50601 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50602 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50603 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50604 * powerpc/powerpc32/memset.S: Likewise.
50605 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50606 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50607 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50608 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50609 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50610 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50611 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50612 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50613 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50614 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50615 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50616 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50617 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50619 2011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50621 * math/libm-test.inc: Added more nearbyint tests.
50622 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50623 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50624 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50625 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50627 2011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
50629 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50632 2011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50634 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50635 Add wcscpy-ssse3 wcscpy-c.
50636 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50637 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50638 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50639 * sysdeps/x86_64/wcschr.S: New file.
50640 * sysdeps/x86_64/wcsrchr.S: New file.
50641 * string/test-strcmp.c: Remove checking of wcscmp function for
50643 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50644 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50645 wcsrchr-sse2 wcsrchr-c.
50646 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50647 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50648 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50649 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50650 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50651 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50652 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50653 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50654 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50655 * wcsmbc/wcschr.c (WCSCHR): New macro.
50657 2011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50659 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50660 * wcsmbs/test-wcsrchr.c: New file.
50661 * string/test-strrchr.c: Add wcsrchr support.
50663 * wcsmbs/test-wcscpy.c: New file.
50664 * string/test-strcpy.c: Add wcscpy support.
50667 2011-12-10 Ulrich Drepper <drepper@gmail.com>
50669 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50672 2011-12-06 Andreas Schwab <schwab@linux-m68k.org>
50675 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50677 2011-12-04 Ulrich Drepper <drepper@gmail.com>
50679 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50680 Minor optimizations.
50682 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50683 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50684 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50686 2011-12-03 Ulrich Drepper <drepper@gmail.com>
50688 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50689 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50690 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50691 for gcc to avoid warnings.
50692 * inet/Makefile (tests): Add tst-checks.
50693 * inet/tst-checks.c: New file.
50695 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50698 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50701 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50702 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50704 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50706 2011-12-02 Ulrich Drepper <drepper@gmail.com>
50708 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50711 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50713 2011-11-29 Joseph Myers <joseph@codesourcery.com>
50715 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50716 conditional on GCC version.
50717 (__arch_compare_and_exchange_val_8_acq)
50718 (__arch_compare_and_exchange_val_16_acq)
50719 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50720 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50721 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50723 2011-12-02 Joseph Myers <joseph@codesourcery.com>
50725 * sysdeps/sh/backtrace.c: New file.
50727 2011-12-02 Andreas Schwab <schwab@redhat.com>
50729 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
50732 2011-12-01 Andreas Schwab <schwab@redhat.com>
50734 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50735 falling back to utime.
50737 2011-11-30 Andreas Schwab <schwab@redhat.com>
50739 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50740 expectations for float.
50742 2011-11-29 Andreas Schwab <schwab@redhat.com>
50744 * locale/weight.h (findidx): Add parameter len.
50745 * locale/weightwc.h (findidx): Likewise.
50746 * posix/fnmatch_loop.c (FCT): Adjust caller.
50747 * posix/regcomp.c (build_equiv_class): Likewise.
50748 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50749 * posix/regexec.c (check_node_accept_bytes): Likewise.
50750 * string/strcoll_l.c (STRCOLL): Likewise.
50751 * string/strxfrm_l.c (STRXFRM): Likewise.
50753 2011-11-17 Ulrich Drepper <drepper@gmail.com>
50755 * Makefile.in: Remove CVSOPT handling.
50756 * configure.in: Remove use of AC_REVISION.
50757 * iconvdata/Makefile (distribute): No need to filter out CVS.
50758 * scripts/list-sources.sh: Remove CVS, subversion and monotone
50761 2011-11-16 Andreas Schwab <schwab@redhat.com>
50763 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50764 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50765 [USE_AS_STRNCASECMP_L]: Likewise.
50766 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50767 NO_TLS_DIRECT_SEG_REFS.
50768 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50769 Fix argument offsets for non-PIC.
50770 [USE_AS_STRNCASECMP_L]: Likewise.
50771 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50772 NO_TLS_DIRECT_SEG_REFS.
50774 2011-11-15 Ulrich Drepper <drepper@gmail.com>
50776 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50778 * locale/loadlocale.c (_nl_load_locale): Likewise.
50780 2011-11-15 Andreas Schwab <schwab@redhat.com>
50782 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50783 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50784 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50785 (SYSCALL_GETTIME): Set errno on error.
50787 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50788 count references to noai6ai_cached.
50790 2011-11-15 Ulrich Drepper <drepper@gmail.com>
50792 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50794 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50795 FD_CLOEXEC for /proc/self/maps.
50797 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50798 FD_CLOEXEC for /proc/meminfo.
50800 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50803 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
50804 FD_CLOEXEC for given file.
50806 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50808 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50809 FD_CLOEXEC for /etc/hosts.
50810 (_gethtent): Likewise.
50812 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50814 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50815 cancellation and set FD_CLOEXEC for /etc/netgroup.
50817 * nss/nss_files/files-key.c (search): Don't allow cancellation when
50818 reading /etc/publickey.
50820 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50821 allow cancellation when reading /etc/group.
50823 * nss/nss_files/files-alias.c (internal_setent): Don't allow
50825 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
50827 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50828 when using data file.
50830 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50832 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50833 (write_nis_obj): Use "c" and "e" in fopen.
50835 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50837 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50839 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50841 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50843 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50846 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50848 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50850 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50852 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50853 file parsing and set FD_CLOEXEC.
50855 2011-11-14 Ulrich Drepper <drepper@gmail.com>
50857 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50859 2011-11-14 Andreas Schwab <schwab@redhat.com>
50861 * malloc/arena.c (arena_get2): Don't call reused_arena when
50862 _int_new_arena failed.
50864 2011-11-14 Ulrich Drepper <drepper@gmail.com>
50866 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50867 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50868 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50869 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50870 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50871 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50872 to compile strcasecmp and strncasecmp.
50873 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50874 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50876 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50878 2011-11-13 Ulrich Drepper <drepper@gmail.com>
50880 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50881 locale-defines.sym to gen-as-const-headers.
50882 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50883 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50884 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50885 to compile strcasecmp and strncasecmp.
50886 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50887 strcasecmp_l and strncasecmp_l.
50888 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50889 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50890 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50891 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50892 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50893 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50894 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50895 * sysdeps/i386/i686/multiarch/strncase.S: New file.
50896 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50897 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50898 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50900 2011-11-12 Ulrich Drepper <drepper@gmail.com>
50902 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50903 result of SYSDEP_GETTIME_CPU to retval.
50904 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50905 parameter list to macro. Remove trailing semicolon. Adjust users.
50907 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50910 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50912 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50914 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50915 from unused variable.
50917 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50919 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50922 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50925 * sunrpc/rpc_prot.c (rejected): Fix case value.
50927 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50928 unsigned long long int to avoid warnings in shift.
50930 * posix/regex_internal.c (re_string_reconstruct): Actually use result
50932 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50935 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50936 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50937 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50939 * nis/nis_table.c (nis_list): Use variable of correct type for
50940 result of __follow_path call.
50942 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50944 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50945 of math functions ceil, trunc, floor, round, and sqrt, when
50946 avaliable on the platform.
50947 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50949 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50950 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50951 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50953 2011-10-30 Marek Polacek <mpolacek@redhat.com>
50955 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50956 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50958 2011-11-11 Roland McGrath <roland@hack.frob.com>
50960 * include/unistd.h: Fix __readlink return type.
50961 Reported by Chris Metcalf <cmetcalf@tilera.com>.
50963 2011-11-11 Ulrich Drepper <drepper@gmail.com>
50965 * stdlib/ucontext.h: Undo last change for makecontext.
50967 2011-11-11 Andreas Schwab <schwab@redhat.com>
50969 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50971 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50972 * setjmp/setjmp.h: Mark functions as non-leaf.
50973 * setjmp/bits/setjmp2.h: Likewise.
50974 * stdlib/ucontext.h: Likewise.
50976 2011-11-10 Andreas Schwab <schwab@redhat.com>
50978 * malloc/arena.c (_int_new_arena): Don't increment narenas.
50979 (reused_arena): Don't check arena limit.
50980 (arena_get2): Atomically check arena limit.
50982 2011-11-08 Ulrich Drepper <drepper@gmail.com>
50984 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50985 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50987 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50990 2011-11-07 Andreas Schwab <schwab@redhat.com>
50992 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50993 handler when locking.
50995 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50996 Fix size of allocated buffer.
50998 2011-11-04 Andreas Schwab <schwab@redhat.com>
51001 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51002 declarations for long double functions.
51003 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51005 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51007 2011-11-03 Andreas Schwab <schwab@redhat.com>
51009 * nscd/nscd.c (main): Don't start AVC thread until credentials are
51012 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51015 2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
51017 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51019 2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
51021 * include/alloca.h (stackinfo_alloca_round): Define.
51022 (extend_alloca): Use it.
51023 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51024 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51027 * scripts/check-local-headers.sh: Ignore libaudit.h.
51029 * nscd/Makefile (extra-objs): Make recursively expanded.
51031 2011-11-01 Ulrich Drepper <drepper@gmail.com>
51033 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51034 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51036 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51037 * posix/tst-rfc3484-2.c: Likewise.
51038 * posix/tst-rfc3484-3.c: Likewise.
51040 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51042 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51044 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51045 process_vm_writev from libc using GLIBC_2.15 version.
51047 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51049 2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
51051 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51054 2011-10-31 Ulrich Drepper <drepper@gmail.com>
51057 * nss/getent.c (initgroups_keys): Show error message in case no group
51060 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51061 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51062 __bump_nl_timestamp.
51063 * nscd/connections (nscd_init): When host database is served open
51064 netlink socket and request notification about configuration changes.
51065 (main_loop_poll): Track netlink file descriptor and bump timestamp
51066 in case data becomes available.
51067 (main_loop_epoll): Likewise.
51068 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51069 (database_pers_head): Add extra_data fileds.
51070 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51071 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51072 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51074 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51075 in6ai data, call __free_in6ai.
51076 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51077 Add -DHAVE_NETLINK.
51078 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
51079 interface information. Reuse previous data if netlink timestamp
51081 (__bump_nl_timestamp): New function.
51082 (__free_in6ai): New function.
51084 2011-10-30 Ulrich Drepper <drepper@gmail.com>
51086 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51087 close_not_cancel_no_status here.
51088 (__check_pf): Reorganize code a bit to not call close twice if OOM.
51090 2011-10-29 Ulrich Drepper <drepper@gmail.com>
51093 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51096 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51097 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51098 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51100 2011-07-03 Andreas Jaeger <aj@suse.de>
51103 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51104 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51105 * math/libm-test.inc (sin_test): Add test case.
51107 2011-10-29 Ulrich Drepper <drepper@gmail.com>
51110 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51111 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51113 * elf/chroot_canon.c (chroot_canon): Cleanups.
51115 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51118 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51119 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51121 * string/test-strchr.c: Make usable for strchrnul testing.
51122 * string/test-strchrnul.c: New file.
51123 * string/Makefile (strop-tests): Add strchrnul.
51125 * po/it.po: Update from translation team.
51126 * po/es.po: Likewise.
51128 2011-10-28 Ulrich Drepper <drepper@gmail.com>
51130 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51131 the three constants needed as parameters. Drop the others.
51132 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51133 __m128i_strloadu_tolower.
51134 Create and initialize variable zero and use it in all the places
51135 where _mm_setzero_si128 was used.
51137 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51138 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51139 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51140 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51142 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51143 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51144 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51145 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51146 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51147 __mpranred, __mptan.
51148 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51149 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51150 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51151 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51152 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51153 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51154 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51155 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51156 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51158 2011-10-28 Andreas Schwab <schwab@redhat.com>
51160 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51161 redefine if SHARED.
51162 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51164 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51165 wide char related routines to wcsmbs subdir.
51167 2011-10-27 Andreas Schwab <schwab@redhat.com>
51170 * misc/sys/cdefs.h (__THROWNL): Define.
51171 * posix/unistd.h: Use __THREADNL instead of __THREAD
51172 for memory synchronization functions.
51174 2011-10-26 Roland McGrath <roland@hack.frob.com>
51177 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51179 * manual/stdio.texi (Obstack Streams): Node removed.
51181 2011-10-26 Andreas Schwab <schwab@redhat.com>
51183 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51184 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51185 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51187 * math/math_private.h (math_force_eval): Allow non-addressable
51189 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51191 2011-10-25 Ulrich Drepper <drepper@gmail.com>
51193 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51194 file is not needed.
51196 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51197 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51198 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51199 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51200 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51201 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51202 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51203 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51205 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51206 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51207 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51208 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51209 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51210 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51211 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51212 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51213 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51214 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51215 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51216 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51217 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51218 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51219 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51220 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51221 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51222 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51223 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51225 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51226 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
51228 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51229 place. Use VEX encoding when compiling for AVX.
51231 2011-10-25 Andreas Schwab <schwab@redhat.com>
51233 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51234 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51236 * string/test-strchr.c (do_test): Don't generate NUL bytes.
51238 2011-10-25 Ulrich Drepper <drepper@gmail.com>
51240 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51241 useless if() expression.
51242 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51243 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51244 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51245 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51246 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51247 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51248 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51249 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51250 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51251 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51252 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51253 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51254 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51255 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51256 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51257 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51258 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51259 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51260 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51262 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51264 2011-10-25 Andreas Schwab <schwab@redhat.com>
51266 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51268 * elf/dl-fini.c (_dl_sort_fini): Likewise.
51270 2011-10-25 Ulrich Drepper <drepper@gmail.com>
51272 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51273 .text section. Avoid duplicate constants.
51274 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51275 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51276 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51277 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51278 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51279 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51280 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51281 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51282 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51283 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51284 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51285 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51286 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51287 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51288 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51289 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51290 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51291 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51292 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51293 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51294 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51295 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51296 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51297 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51298 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51299 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51300 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51301 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51302 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51303 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51304 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51305 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51306 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51307 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51308 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51309 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51310 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51311 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51312 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51313 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51314 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51315 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51316 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51317 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51318 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51320 2011-10-24 Ulrich Drepper <drepper@gmail.com>
51322 * sysdeps/x86_64/dla.h: Move to ...
51323 * sysdeps/x86_64/fpu/dla.h: ...here.
51324 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51325 situations. Use __builtin_fma only for gcc 4.6 and up.
51327 * config.make.in: Add have-mfma4 entry.
51328 * configure.in: Substitute libc_cv_cc_fma4.
51329 * math/Makefile (dbl-only-routines): Add sincostab.
51330 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51331 Use __sincostab not sincos.
51332 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51334 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51335 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51336 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51337 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
51339 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
51340 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
51341 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51342 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51344 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51345 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51347 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
51348 define aliases when function name is a macro.
51349 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51350 sysdeps/ieee754/dbl-64/sincos.tbl.
51351 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51352 fma4-enabled routines.
51353 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51354 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51355 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51356 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51357 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51358 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51359 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51360 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51361 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51362 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51363 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51364 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51365 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51366 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51367 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51368 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51369 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51370 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51371 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51372 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51373 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51374 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51375 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51376 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51377 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51378 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51379 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51380 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51381 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51382 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51384 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51386 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51387 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51388 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51389 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51390 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51391 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51392 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51393 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51395 2011-10-24 Andreas Schwab <schwab@redhat.com>
51397 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51399 2011-10-23 Ulrich Drepper <drepper@gmail.com>
51401 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51403 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51405 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51407 * string/strnlen.c: Don't define STRNLEN, reverse logic.
51408 Remove unused variable magic_bits.
51409 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51411 * string/strnlen.c: Define and use STRNLEN macro.
51412 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51413 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51414 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51415 * wcsmbs/wcslen.c: Define and use WCSLEN.
51416 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51417 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51418 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51419 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51420 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51421 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51422 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51424 2011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51426 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51427 strnlen-sse2-no-bsf.
51428 Rename strlen-no-bsf to strlen-sse2-no-bsf.
51429 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51430 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51431 Add strnlen support.
51432 (USE_AS_STRNLEN): New macro.
51433 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51434 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51435 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51436 * sysdeps/x86_64/wcslen.S: New file.
51438 2011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
51440 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51441 XMM-moves are used for copying on small sizes.
51443 2011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51445 * wcsmbs/Makefile (strop-tests): Add wcschr.
51446 * wcsmbs/test-wcschr.c: New file.
51447 * string/test-strchr.c: Update.
51448 Add wcschr support.
51451 2011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51453 * wcsmbs/Makefile (strop-tests): Add wcslen.
51454 * wcsmbs/test-wcslen.c: New file.
51455 * string/test-strlen.c: Update.
51456 Add wcslen support.
51459 2011-10-23 Ulrich Drepper <drepper@gmail.com>
51461 * po/it.po: Update from translation team.
51463 2011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51465 * sysdeps/x86_64/wcscmp.S: Update.
51466 Fix wrong comparison semantics.
51467 wcscmp shall use signed comparison not unsigned.
51468 Don't use substraction to avoid overflow bug.
51469 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51470 * wcsmbc/wcscmp.c: Likewise.
51471 * string/test-strcmp.c: Likewise.
51472 Add new tests to check cases with negative values.
51474 2011-10-23 Ulrich Drepper <drepper@gmail.com>
51476 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51477 * sysdeps/x86_64/dla.h: ...here. New file.
51478 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51479 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51480 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51481 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51482 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51483 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51484 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51485 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51486 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51488 2011-10-23 Andreas Schwab <schwab@linux-m68k.org>
51490 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51491 __ynl_finite aliases.
51493 2011-10-22 Ulrich Drepper <drepper@gmail.com>
51495 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51497 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51499 [DLA_FMA] (EMULV): Use DLA_FMA.
51500 [DLA_FMA] (MUL12): Use EMULV.
51501 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51502 that are not needed.
51503 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51504 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51505 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51506 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51507 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51508 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51509 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51511 2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
51513 * math/s_nan.c: Undef __nan.
51514 * math/s_nanf.c: Undef __nanf.
51515 * math/s_nanl.c: Undef __nanl.
51516 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51519 2011-10-22 Ulrich Drepper <drepper@gmail.com>
51521 * math/s_catan.c: Add branch predictions.
51522 * math/s_catanf.c: Likewise.
51523 * math/s_catanh.c: Likewise.
51524 * math/s_catanhf.c: Likewise.
51525 * math/s_catanhl.c: Likewise.
51526 * math/s_catanl.c: Likewise.
51527 * math/s_cexp.c: Likewise.
51528 * math/s_cexpf.c: Likewise.
51529 * math/s_cexpl.c: Likewise.
51530 * math/s_clog.c: Likewise.
51531 * math/s_clog10.c: Likewise.
51532 * math/s_clog10f.c: Likewise.
51533 * math/s_clog10l.c: Likewise.
51534 * math/s_clogf.c: Likewise.
51535 * math/s_clogl.c: Likewise.
51536 * math/s_csqrt.c: Likewise.
51537 * math/s_csqrtf.c: Likewise.
51538 * math/s_csqrtl.c: Likewise.
51539 * math/s_ctanf.c: Likewise.
51540 * math/s_ctanh.c: Likewise.
51541 * math/s_ctanhf.c: Likewise.
51542 * math/s_ctanhl.c: Likewise.
51543 * math/s_ctanl.c: Likewise.
51545 * math/math_private.h: Define __nan, __nanf, __nanl.
51546 * math/s_cacosh.c: Include <math_private.h>.
51547 * math/s_cacoshl.c: Likewise.
51548 * math/s_casinh.c: Likewise.
51549 * math/s_casinhf.c: Likewise.
51550 * math/s_casinhl.c: Likewise.
51551 * math/s_ccos.c: Rely entire on ccosh.
51552 * math/s_ccosf.c: Rely entire on ccoshf.
51553 * math/s_ccosl.c: Rely entirely on ccoshl.
51554 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
51555 Remove tests for FE_INVALID.
51556 * math/s_ccoshf.c: Likewise.
51557 * math/s_ccoshl.c: Likewise.
51558 * math/s_csin.c: Likewise.
51559 * math/s_csinf.c: Likewise.
51560 * math/s_csinh.c Likewise.
51561 * math/s_csinhf.c: Likewise.
51562 * math/s_csinhl.c: Likewise.
51563 * math/s_csinl.c: Likewise.
51564 * math/s_ctan.c: Likewise.
51565 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51566 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51567 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51569 2011-10-21 Ulrich Drepper <drepper@gmail.com>
51571 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51572 compilation problems.
51574 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51577 2011-10-20 Ulrich Drepper <drepper@gmail.com>
51579 * sysdeps/i386/configure.in: Test for -mfma4 option.
51580 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51581 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51582 COMMON_CPUID_INDEX_80000001.
51583 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51584 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51585 use it if FMA3 is not supported.
51586 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51588 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51589 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51591 2011-10-20 Andreas Schwab <schwab@redhat.com>
51594 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51595 it would create a cycle with a link time dependency.
51597 2011-10-19 Ulrich Drepper <drepper@gmail.com>
51599 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51601 * string/Makefile (strop-tests): Add rawmemchr.
51602 * string/test-rawmemchr.c: New file.
51604 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51605 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
51606 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
51607 when compiling str{,n}casecmp and when AVX is available. Hook up
51608 new optimized code in initializers.
51610 2011-10-19 Andreas Schwab <schwab@redhat.com>
51612 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51613 __feraiseexcept instead of feraiseexcept.
51615 2011-10-18 Ulrich Drepper <drepper@gmail.com>
51617 * math/math_private.h: Define defaults for libc_fetestexcept and
51619 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51620 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51621 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51622 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51623 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51624 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51625 libc_fetestexcept and libc_feupdateenv.
51627 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51628 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51629 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51630 * sysdeps/x86_64/fpu/math_private.h: Define special version of
51631 libc_feholdexcept_setround.
51633 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51634 Add s_nearbyint-c and s_nearbyintf-c.
51635 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51636 nearbyintf inlines.
51637 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51638 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51639 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51640 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51642 * math/math_private.h: Define defaults for libc_fegetround,
51643 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51644 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51645 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51646 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51647 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51648 standard functions.
51649 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51650 Remove comments and hacks for old compiler versions.
51651 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51652 libc_fegetround, libc_fesetround, libc_feholdexcept, and
51653 libc_feholdexceptl.
51655 2011-10-18 Andreas Schwab <schwab@redhat.com>
51657 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51658 (__feraiseexcept_renamed): Add __NTH.
51659 (feraiseexcept): Add __NTH. Rename local variables to fix
51660 namespace violations.
51662 2011-10-17 Ulrich Drepper <drepper@gmail.com>
51664 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51666 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51668 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51669 recently added interfaces.
51670 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51672 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51673 about macro parameter expansion.
51675 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51676 __NO_MATH_INLINES is defined. Cleanups.
51678 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51679 and __floorf is target has SSE4.1.
51680 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51681 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51682 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51683 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51685 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51687 (floorf): Likewise.
51689 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51691 2011-10-17 Andreas Schwab <schwab@redhat.com>
51693 * misc/sys/cdefs.h: Fix last change.
51695 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51698 2011-10-16 Ulrich Drepper <drepper@gmail.com>
51700 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51702 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51703 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51704 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51705 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51706 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51707 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51708 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51709 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51710 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51711 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51712 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51713 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51714 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51715 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51716 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51717 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51718 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51719 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51720 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51721 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51722 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51723 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51725 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51726 ceil, ceilf, floor, floorf.
51728 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51729 Perform IRELATIVE relocations last.
51731 * elf/do-rel.h: Add another parameter nrelative, replacing the
51732 local variable with the same name. Change name of the function
51733 to end in Rel or Rela (uppercase).
51734 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51735 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
51736 elf_dynamic_do_##reloc function.
51738 2011-10-15 Ulrich Drepper <drepper@gmail.com>
51740 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51741 is sufficient, at least on modern CPUs.
51743 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51745 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51746 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51748 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51750 * math/bits/math-finite.h: Add entries for exp.
51751 * math/e_expl.c: Add __*_finite alias.
51752 * sysdeps/i386/fpu/e_exp.S: Likewise.
51753 * sysdeps/i386/fpu/e_expf.S: Likewise.
51754 * sysdeps/i386/fpu/e_expl.c: Likewise.
51755 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51756 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51757 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51758 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51759 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51760 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51761 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51763 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51764 is sufficient, at least on modern CPUs.
51766 * ctype/ctype-info.c (__ctype_init): Define.
51767 * include/ctype.h (__ctype_init): Declare.
51768 (__ctype_b_loc): The variable is always initialized.
51769 (__ctype_toupper_loc): Likewise.
51770 (__ctype_tolower_loc): Likewise.
51771 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51772 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51774 2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
51776 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51778 * configure.in: Also look in $cxxmachine/include for C++ system
51781 2011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51783 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51784 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51785 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51786 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
51787 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51788 (USE_AS_WMEMCMP): New macro.
51790 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51791 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51792 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51793 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51794 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51795 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51796 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51797 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51798 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51799 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51800 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51801 (USE_AS_WMEMCMP): New macro.
51802 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51803 * sysdeps/string/test-memcmp.c: Update.
51804 Fix simple_wmemcmp.
51806 * wcsmbs/wmemcmp.c: Update.
51807 (WMEMCMP): New macro.
51810 2011-10-12 Andreas Jaeger <aj@suse.de>
51813 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51815 2011-10-15 Ulrich Drepper <drepper@gmail.com>
51817 * libio/iofwide.c (do_length): Avoid warning.
51819 * ctype/ctype.h (__isctype_f): Add missing __THROW.
51821 2011-10-14 Ulrich Drepper <drepper@gmail.com>
51823 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51825 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51826 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51827 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51828 * sysdeps/i386/i686/fpu/e_log.S: New file.
51829 * sysdeps/i386/i686/fpu/e_logf.S: New file.
51830 * sysdeps/i386/i686/fpu/e_logl.S: New file.
51832 * ctype/ctype.h: Add support for inlined isXXX functions when
51833 compiling C++ code.
51835 2011-10-14 Andreas Schwab <schwab@redhat.com>
51837 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51839 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51841 2011-10-13 Roland McGrath <roland@hack.frob.com>
51844 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51846 2011-10-13 Andreas Schwab <schwab@redhat.com>
51848 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51849 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51852 * sysdeps/x86_64/memrchr.S: Check for zero size.
51854 * string/stratcliff.c: Add memrchr tests.
51856 2011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51858 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51859 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51860 rawmemchr-sse2 rawmemchr-sse2-bsf.
51861 * sysdeps/i386/i686/multiarch/memchr.S: New file.
51862 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51863 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51864 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51865 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51866 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51867 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51868 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51869 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51870 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51871 * string/memrchr.c (MEMRCHR): New macro.
51873 2011-10-12 Ulrich Drepper <drepper@gmail.com>
51875 Add integration with gcc's -ffinite-math-only and optimize wrapper
51877 * Versions.def: Define GLIBC_2.15 version for libm.
51878 * math/Makefile (headers): Add bits/math-finite.h.
51879 * math/bits/math-finite.h: New file.
51880 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51881 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51882 * math/e_acoshl.c: Add __*_finite alias.
51883 * math/e_acosl.c: Likewise.
51884 * math/e_asinl.c: Likewise.
51885 * math/e_atan2l.c: Likewise.
51886 * math/e_atanhl.c: Likewise.
51887 * math/e_coshl.c: Likewise.
51888 * math/e_exp10.c: Likewise.
51889 * math/e_exp10f.c: Likewise.
51890 * math/e_exp10l.c: Likewise.
51891 * math/e_exp2l.c: Likewise.
51892 * math/e_fmodl.c: Likewise.
51893 * math/e_gammal_r.c: Likewise.
51894 * math/e_hypotl.c: Likewise.
51895 * math/e_j0l.c: Likewise.
51896 * math/e_j1l.c: Likewise.
51897 * math/e_jnl.c: Likewise.
51898 * math/e_lgammal_r.c: Likewise.
51899 * math/e_log10l.c: Likewise.
51900 * math/e_log2l.c: Likewise.
51901 * math/e_logl.c: Likewise.
51902 * math/e_powl.c: Likewise.
51903 * math/e_sinhl.c: Likewise.
51904 * math/e_sqrtl.c: Likewise.
51905 * math/e_scalb.c: Completely rewritten and optimized.
51906 * math/e_scalbf.c: Likewise.
51907 * math/e_scalbl.c: Likewise.
51908 * math/w_acos.c: Likewise.
51909 * math/w_acosf.c: Likewise.
51910 * math/w_acosl.c: Likewise.
51911 * math/w_acosh.c: Likewise.
51912 * math/w_acoshf.c: Likewise.
51913 * math/w_acoshl.c: Likewise.
51914 * math/w_asin.c: Likewise.
51915 * math/w_asinf.c: Likewise.
51916 * math/w_asinl.c: Likewise.
51917 * math/w_atan2.c: Likewise.
51918 * math/w_atan2f.c: Likewise.
51919 * math/w_atan2l.c: Likewise.
51920 * math/w_atanh.c: Likewise.
51921 * math/w_atanhf.c: Likewise.
51922 * math/w_atanhl.c: Likewise.
51923 * math/w_exp10.c: Likewise.
51924 * math/w_exp10f.c: Likewise.
51925 * math/w_exp10l.c: Likewise.
51926 * math/w_fmod.c: Likewise.
51927 * math/w_fmodf.c: Likewise.
51928 * math/w_fmodl.c: Likewise.
51929 * math/w_j0.c: Likewise.
51930 * math/w_j0f.c: Likewise.
51931 * math/w_j0l.c: Likewise.
51932 * math/w_j1.c: Likewise.
51933 * math/w_j1f.c: Likewise.
51934 * math/w_j1l.c: Likewise.
51935 * math/w_jn.c: Likewise.
51936 * math/w_jnf.c: Likewise.
51937 * math/w_log.c: Likewise.
51938 * math/w_logf.c: Likewise.
51939 * math/w_logl.c: Likewise.
51940 * math/w_log10.c: Likewise.
51941 * math/w_log10f.c: Likewise.
51942 * math/w_log10l.c: Likewise.
51943 * math/w_log2.c: Likewise.
51944 * math/w_log2f.c: Likewise.
51945 * math/w_log2l.c: Likewise.
51946 * math/w_pow.c: Likewise.
51947 * math/w_powf.c: Likewise.
51948 * math/w_powl.c: Likewise.
51949 * math/w_remainder.c: Likewise.
51950 * math/w_remainderf.c: Likewise.
51951 * math/w_remainderl.c: Likewise.
51952 * math/w_scalb.c: Likewise.
51953 * math/w_scalbf.c: Likewise.
51954 * math/w_scalbl.c: Likewise.
51955 * math/w_sqrt.c: Likewise.
51956 * math/w_sqrtf.c: Likewise.
51957 * math/w_sqrtl.c: Likewise.
51958 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51959 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
51961 * math/math_private.h: Declare __kernel_standard_f.
51962 * math/w_cosh.c: Remove cruft and optimize a bit.
51963 * math/w_coshf.c: Likewise.
51964 * math/w_coshl.c: Likewise.
51965 * math/w_exp2.c: Likewise.
51966 * math/w_exp2f.c: Likewise.
51967 * math/w_exp2l.c: Likewise.
51968 * math/w_hypot.c: Likewise.
51969 * math/w_hypotf.c: Likewise.
51970 * math/w_hypotl.c: Likewise.
51971 * math/w_lgamma.c: Likewise.
51972 * math/w_lgamma_r.c: Likewise.
51973 * math/w_lgammaf.c: Likewise.
51974 * math/w_lgammaf_r.c: Likewise.
51975 * math/w_lgammal.c: Likewise.
51976 * math/w_lgammal_r.c: Likewise.
51977 * math/w_sinh.c: Likewise.
51978 * math/w_sinhf.c: Likewise.
51979 * math/w_sinhl.c: Likewise.
51980 * math/w_tgamma.c: Likewise.
51981 * math/w_tgammaf.c: Likewise.
51982 * math/w_tgammal.c: Likewise.
51983 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51984 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51985 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51986 Minor optimizations. Pretty printing. Remove cruft.
51987 * sysdeps/i386/fpu/e_acosf.S: Likewise.
51988 * sysdeps/i386/fpu/e_acosh.S: Likewise.
51989 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51990 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51991 * sysdeps/i386/fpu/e_acosl.c: Likewise.
51992 * sysdeps/i386/fpu/e_asin.S: Likewise.
51993 * sysdeps/i386/fpu/e_asinf.S: Likewise.
51994 * sysdeps/i386/fpu/e_atan2.S: Likewise.
51995 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51996 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51997 * sysdeps/i386/fpu/e_atanh.S: Likewise.
51998 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51999 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52000 * sysdeps/i386/fpu/e_exp10.S: Likewise.
52001 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52002 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52003 * sysdeps/i386/fpu/e_exp2.S: Likewise.
52004 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52005 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52006 * sysdeps/i386/fpu/e_fmod.S: Likewise.
52007 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52008 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52009 * sysdeps/i386/fpu/e_hypot.S: Likewise.
52010 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52011 * sysdeps/i386/fpu/e_log.S: Likewise.
52012 * sysdeps/i386/fpu/e_log10.S: Likewise.
52013 * sysdeps/i386/fpu/e_log10f.S: Likewise.
52014 * sysdeps/i386/fpu/e_log10l.S: Likewise.
52015 * sysdeps/i386/fpu/e_log2.S: Likewise.
52016 * sysdeps/i386/fpu/e_log2f.S: Likewise.
52017 * sysdeps/i386/fpu/e_log2l.S: Likewise.
52018 * sysdeps/i386/fpu/e_logf.S: Likewise.
52019 * sysdeps/i386/fpu/e_logl.S: Likewise.
52020 * sysdeps/i386/fpu/e_pow.S: Likewise.
52021 * sysdeps/i386/fpu/e_powf.S: Likewise.
52022 * sysdeps/i386/fpu/e_powl.S: Likewise.
52023 * sysdeps/i386/fpu/e_remainder.S: Likewise.
52024 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52025 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52026 * sysdeps/i386/fpu/e_scalb.S: Likewise.
52027 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52028 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52029 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52030 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52031 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52032 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52033 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52034 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52035 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52036 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52037 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52038 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52039 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52040 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52041 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52042 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52043 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52044 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52045 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52046 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52047 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52048 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52049 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52050 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52051 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52052 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52053 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52054 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52055 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52056 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52057 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52058 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52059 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52060 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52061 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52062 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52063 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52064 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52065 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52066 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52067 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52068 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52069 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52070 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52071 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52072 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52073 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52074 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52075 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52076 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52077 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52078 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52079 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52080 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52081 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52082 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52083 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52084 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52085 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52086 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52087 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52088 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52089 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52090 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52091 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52092 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52093 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52094 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52095 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52096 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52097 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52098 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52099 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52100 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52101 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52102 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52103 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52104 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52105 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52106 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52107 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52108 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52109 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52110 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52111 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52112 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52113 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52114 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52115 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52116 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52117 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52118 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52119 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52120 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52121 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52122 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52123 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52124 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52125 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52126 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52127 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52128 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52129 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52130 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52131 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52132 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52133 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52134 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52135 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52136 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52137 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52138 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52139 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52140 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52141 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52142 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
52143 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52144 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52145 (__isnanf): Likewise.
52146 (__isinf_ns): Likewise.
52147 (__isinf_nsf): Likewise.
52148 (__finite): Likewise.
52149 (__finitef): Likewise.
52150 (__ieee754_sqrt): Define as macro.
52151 (__ieee754_sqrtf): Define as macro.
52152 (__ieee754_sqrtl): Define as macro.
52153 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52155 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52156 __FINITE_MATH_ONLY__ consistent.
52157 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52159 2011-10-10 Andreas Schwab <schwab@linux-m68k.org>
52161 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52164 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52166 2011-10-09 Ulrich Drepper <drepper@gmail.com>
52168 * po/ja.po: Update from translation team.
52170 2011-10-08 Roland McGrath <roland@hack.frob.com>
52172 * locale/programs/locarchive.c (prepare_address_space): New function.
52173 (create_archive, enlarge_archive, open_archive): Use it.
52175 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52176 inside [SHARED], where it is used.
52178 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52180 * nss/getent.c (netgroup_keys): Remove unused variable.
52181 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52183 2011-10-08 Ulrich Drepper <drepper@gmail.com>
52185 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52186 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52187 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52188 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52189 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52190 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52191 * math/Makefile (libm-calls): Add s_isinf_ns.
52192 * math/divtc3.c: Use __isinf_nsl instead of isinf.
52193 * math/multc3.c: Likewise.
52194 * math/s_casin.c: Likewise.
52195 * math/s_casinf.c: Likewise.
52196 * math/s_casinl.c: Likewise.
52197 * math/s_ccos.c: Likewise.
52198 * math/s_ccosf.c: Likewise.
52199 * math/s_ccosl.c: Likewise.
52200 * math/s_ctan.c: Likewise.
52201 * math/s_ctanf.c: Likewise.
52202 * math/s_ctanh.c: Likewise.
52203 * math/s_ctanhf.c: Likewise.
52204 * math/s_ctanhl.c: Likewise.
52205 * math/s_ctanl.c: Likewise.
52206 * math/w_fmod.c: Likewise.
52207 * math/w_fmodf.c: Likewise.
52208 * math/w_fmodl.c: Likewise.
52209 * math/w_remainder.c: Likewise.
52210 * math/w_remainderf.c: Likewise.
52211 * math/w_remainderl.c: Likewise.
52212 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52213 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52214 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52215 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52216 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52217 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52218 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52219 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52221 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52223 * stdio-common/printf_fphex.c: Likewise.
52224 * stdio-common/printf_size.c: Likewise.
52226 * math/e_exp10.c: Include math_private.h using <...> not "...".
52227 * math/e_exp10f.c: Likewise.
52228 * math/e_exp10l.c: Likewise.
52229 * math/e_exp2l.c: Likewise.
52230 * math/e_j0l.c: Likewise.
52231 * math/e_j1l.c: Likewise.
52232 * math/e_jnl.c: Likewise.
52233 * math/e_lgammal_r.c: Likewise.
52234 * math/e_rem_pio2l.c: Likewise.
52235 * math/e_scalb.c: Likewise.
52236 * math/e_scalbf.c: Likewise.
52237 * math/e_scalbl.c: Likewise.
52238 * math/k_cosl.c: Likewise.
52239 * math/k_sinl.c: Likewise.
52240 * math/k_tanl.c: Likewise.
52241 * math/s_cacoshf.c: Likewise.
52242 * math/s_catan.c: Likewise.
52243 * math/s_catanf.c: Likewise.
52244 * math/s_catanh.c: Likewise.
52245 * math/s_catanhf.c: Likewise.
52246 * math/s_catanhl.c: Likewise.
52247 * math/s_catanl.c: Likewise.
52248 * math/s_ccosh.c: Likewise.
52249 * math/s_ccoshf.c: Likewise.
52250 * math/s_ccoshl.c: Likewise.
52251 * math/s_cexp.c: Likewise.
52252 * math/s_cexpf.c: Likewise.
52253 * math/s_cexpl.c: Likewise.
52254 * math/s_clog.c: Likewise.
52255 * math/s_clog10.c: Likewise.
52256 * math/s_clog10f.c: Likewise.
52257 * math/s_clog10l.c: Likewise.
52258 * math/s_clogf.c: Likewise.
52259 * math/s_clogl.c: Likewise.
52260 * math/s_csin.c: Likewise.
52261 * math/s_csinf.c: Likewise.
52262 * math/s_csinh.c: Likewise.
52263 * math/s_csinhf.c: Likewise.
52264 * math/s_csinhl.c: Likewise.
52265 * math/s_csinl.c: Likewise.
52266 * math/s_csqrt.c: Likewise.
52267 * math/s_csqrtf.c: Likewise.
52268 * math/s_csqrtl.c: Likewise.
52269 * math/s_ctan.c: Likewise.
52270 * math/s_ctanf.c: Likewise.
52271 * math/s_ctanh.c: Likewise.
52272 * math/s_ctanhf.c: Likewise.
52273 * math/s_ctanhl.c: Likewise.
52274 * math/s_ctanl.c: Likewise.
52275 * math/s_ldexp.c: Likewise.
52276 * math/s_ldexpf.c: Likewise.
52277 * math/s_ldexpl.c: Likewise.
52278 * math/s_significand.c: Likewise.
52279 * math/s_significandf.c: Likewise.
52280 * math/s_significandl.c: Likewise.
52281 * math/w_acos.c: Likewise.
52282 * math/w_acosf.c: Likewise.
52283 * math/w_acosh.c: Likewise.
52284 * math/w_acoshf.c: Likewise.
52285 * math/w_acoshl.c: Likewise.
52286 * math/w_acosl.c: Likewise.
52287 * math/w_asin.c: Likewise.
52288 * math/w_asinf.c: Likewise.
52289 * math/w_asinl.c: Likewise.
52290 * math/w_atan2.c: Likewise.
52291 * math/w_atan2f.c: Likewise.
52292 * math/w_atan2l.c: Likewise.
52293 * math/w_atanh.c: Likewise.
52294 * math/w_atanhf.c: Likewise.
52295 * math/w_atanhl.c: Likewise.
52296 * math/w_cosh.c: Likewise.
52297 * math/w_coshf.c: Likewise.
52298 * math/w_coshl.c: Likewise.
52299 * math/w_dremf.c: Likewise.
52300 * math/w_exp10.c: Likewise.
52301 * math/w_exp10f.c: Likewise.
52302 * math/w_exp10l.c: Likewise.
52303 * math/w_exp2.c: Likewise.
52304 * math/w_exp2f.c: Likewise.
52305 * math/w_fmod.c: Likewise.
52306 * math/w_fmodf.c: Likewise.
52307 * math/w_fmodl.c: Likewise.
52308 * math/w_hypot.c: Likewise.
52309 * math/w_hypotf.c: Likewise.
52310 * math/w_hypotl.c: Likewise.
52311 * math/w_j0.c: Likewise.
52312 * math/w_j0f.c: Likewise.
52313 * math/w_j0l.c: Likewise.
52314 * math/w_j1.c: Likewise.
52315 * math/w_j1f.c: Likewise.
52316 * math/w_j1l.c: Likewise.
52317 * math/w_jn.c: Likewise.
52318 * math/w_jnf.c: Likewise.
52319 * math/w_jnl.c: Likewise.
52320 * math/w_lgamma.c: Likewise.
52321 * math/w_lgamma_r.c: Likewise.
52322 * math/w_lgammaf.c: Likewise.
52323 * math/w_lgammaf_r.c: Likewise.
52324 * math/w_lgammal.c: Likewise.
52325 * math/w_lgammal_r.c: Likewise.
52326 * math/w_log.c: Likewise.
52327 * math/w_log10.c: Likewise.
52328 * math/w_log10f.c: Likewise.
52329 * math/w_log10l.c: Likewise.
52330 * math/w_log2.c: Likewise.
52331 * math/w_log2f.c: Likewise.
52332 * math/w_log2l.c: Likewise.
52333 * math/w_logf.c: Likewise.
52334 * math/w_logl.c: Likewise.
52335 * math/w_pow.c: Likewise.
52336 * math/w_powf.c: Likewise.
52337 * math/w_powl.c: Likewise.
52338 * math/w_remainder.c: Likewise.
52339 * math/w_remainderf.c: Likewise.
52340 * math/w_remainderl.c: Likewise.
52341 * math/w_scalb.c: Likewise.
52342 * math/w_scalbf.c: Likewise.
52343 * math/w_scalbl.c: Likewise.
52344 * math/w_sinh.c: Likewise.
52345 * math/w_sinhf.c: Likewise.
52346 * math/w_sinhl.c: Likewise.
52347 * math/w_sqrt.c: Likewise.
52348 * math/w_sqrtf.c: Likewise.
52349 * math/w_sqrtl.c: Likewise.
52350 * math/w_tgamma.c: Likewise.
52351 * math/w_tgammaf.c: Likewise.
52352 * math/w_tgammal.c: Likewise.
52354 * po/ja.po: Update from translation team.
52356 2011-09-29 Andreas Jaeger <aj@suse.de>
52359 * sunrpc/netname.c (netname2host): Fix logic.
52363 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52365 * math/w_remainder.c (__remainder): Likewise.
52366 * math/w_remainderf.c (__remainderf): Likewise.
52367 * math/libm-test.inc (remainder_test): Add test cases.
52369 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52371 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
52374 2011-10-07 Ulrich Drepper <drepper@gmail.com>
52376 * string/test-memcmp.c: Avoid unncessary #defines.
52377 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52379 2011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52381 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52382 Use new sse2 version for core i3 - i7 as it's faster
52383 than sse42 version.
52384 (bit_Prefer_PMINUB_for_stringop): New.
52385 * sysdeps/x86_64/rawmemchr.S: Update.
52386 Replace with faster SSE2 version.
52387 * sysdeps/x86_64/memrchr.S: New file.
52388 * sysdeps/x86_64/memchr.S: Update.
52389 Replace with faster SSE2 version.
52391 2011-09-12 Marek Polacek <mpolacek@redhat.com>
52393 * elf/dl-load.c (lose): Add cast to avoid warning.
52395 2011-10-07 Ulrich Drepper <drepper@gmail.com>
52397 * po/ca.po: Update from translation team.
52399 * inet/getnetgrent_r.c: Hook up nscd.
52400 * nscd/Makefile (routines): Add nscd_netgroup.
52401 (nscd-modules): Add netgroupcache.
52402 (CFLAGS-netgroupcache.c): Define.
52403 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52404 (cache_search): Add const to second parameter.
52405 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52407 (dbs): Add netgrdb entry.
52408 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52409 (verify_persistent_db): Handle netgrdb.
52410 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52411 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52413 (netgroup_response_header): Define.
52414 (innetgroup_response_header): Define.
52415 (datahead): Add netgroup_response_header and innetgroup_response_header
52417 * nscd/nscd.conf: Add entries for netgroup cache.
52418 * nscd/nscd.h (dbtype): Add netgrdb.
52419 (_PATH_NSCD_NETGROUP_DB): Define.
52420 (netgroup_iov_disabled): Declare.
52421 (xmalloc, xcalloc, xrealloc): Move declarations here.
52422 (cache_search): Adjust prototype.
52423 Add netgroup-related prototypes.
52424 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52425 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52426 (__nscd_innetgr): Declare.
52427 * nscd/selinux.c (perms): Use access_vector_t as element type and
52428 add netgroup-related initializers.
52429 * nscd/netgroupcache.c: New file.
52430 * nscd/nscd_netgroup.c: New file.
52431 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52432 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52433 For four parameters use innetgr.
52434 * nss/nss_files/files-init.c: Add definition and callback for netgr.
52435 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52436 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52437 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52439 * nscd/connections.c (register_traced_file): Don't register file
52440 for disabled databases.
52442 2011-10-06 Ulrich Drepper <drepper@gmail.com>
52444 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52446 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52447 from tree and freeing node.
52449 2011-09-25 Jiri Olsa <jolsa@redhat.com>
52451 * nss/nsswitch.c (__nss_database_lookup): Handle
52452 nss_parse_service_list out of memory case.
52454 2011-09-15 Jiri Olsa <jolsa@redhat.com>
52456 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52457 out of memory case.
52459 2011-10-04 Andreas Schwab <schwab@redhat.com>
52461 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52462 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52464 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52465 elf_machine_rela, elf_machine_lazy_rel.
52466 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52467 (ELF_DYNAMIC_DO_REL): Likewise.
52468 (ELF_DYNAMIC_DO_RELA): Likewise.
52469 (ELF_DYNAMIC_RELOCATE): Likewise.
52470 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52471 to ELF_DYNAMIC_DO_REL.
52472 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52473 (dl_main): In trace mode always set __RTLD_NOIFUNC.
52474 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52476 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52477 skip_ifunc, don't call ifunc function if non-zero.
52478 (elf_machine_rela): Likewise.
52479 (elf_machine_lazy_rel): Likewise.
52480 (elf_machine_lazy_rela): Likewise.
52481 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52482 (elf_machine_lazy_rel): Likewise.
52483 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52485 (elf_machine_lazy_rel): Likewise.
52486 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52488 (elf_machine_lazy_rel): Likewise.
52489 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52490 (elf_machine_lazy_rel): Likewise.
52491 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52492 (elf_machine_lazy_rel): Likewise.
52493 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52494 (elf_machine_lazy_rel): Likewise.
52495 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52496 (elf_machine_lazy_rel): Likewise.
52497 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52498 (elf_machine_lazy_rel): Likewise.
52499 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52500 (elf_machine_lazy_rel): Likewise.
52502 2011-09-28 Ulrich Drepper <drepper@gmail.com>
52504 * nss/nss_files/files-init.c (_nss_files_init): Use static
52505 initialization for all the *_traced_file variables.
52507 2011-09-28 Andreas Schwab <schwab@redhat.com>
52509 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52511 2011-09-27 Roland McGrath <roland@hack.frob.com>
52514 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52516 2011-09-27 Andreas Schwab <schwab@redhat.com>
52518 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52519 Reread the line before reparsing it.
52521 2011-09-26 Andreas Schwab <schwab@redhat.com>
52523 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52525 2011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
52526 Maxim Kuvyrkov <maxim@codesourcery.com>
52527 Joseph Myers <joseph@codesourcery.com>
52529 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52530 if needed for __stack_chk_guard.
52532 2011-09-19 Roland McGrath <roland@hack.frob.com>
52534 * sysdeps/posix/spawni.c (script_execute): Always define it.
52535 It will be optimized away if unused.
52536 (maybe_script_execute): New function.
52537 (__spawni): Call it.
52539 * Makerules: Don't include tls.make.
52540 (config-tls): Always set to thread.
52541 * tls.make.c: File removed.
52543 2011-09-19 Mike Frysinger <vapier@gentoo.org>
52545 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52546 * config.make.in (CPPFLAGS-config): New substituted variable.
52548 2011-09-15 Ulrich Drepper <drepper@gmail.com>
52550 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52553 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52554 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52556 2011-09-15 Roland McGrath <roland@hack.frob.com>
52558 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52559 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52560 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52561 (CALL_FAIL): Likewise.
52562 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52563 (CALL_FAIL): Macro removed.
52564 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52566 2011-09-15 Ulrich Drepper <drepper@gmail.com>
52568 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52569 for __FINITE_MATH_ONLY__ == 1.
52571 2011-09-15 Andreas Schwab <schwab@redhat.com>
52573 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52574 __ieee754_sqrt instead of sqrt.
52575 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52576 __ieee754_sqrtf instead of sqrtf.
52577 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52578 __floorf instead of floorf.
52579 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52580 __floorf, __truncf instead of floorf, truncf.
52582 2011-09-14 Ulrich Drepper <drepper@gmail.com>
52584 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52586 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52587 __extern_always_inline.
52588 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52591 2011-09-14 Andreas Schwab <schwab@redhat.com>
52593 * elf/rtld.c (dl_main): Also relocate in dependency order when
52594 doing symbol dependency testing.
52596 2011-09-13 Andreas Schwab <schwab@linux-m68k.org>
52598 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52599 Always define `refsym'.
52601 2011-09-13 Andreas Schwab <schwab@redhat.com>
52603 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52604 (__FD_ELT): Renamed from __FDELT.
52605 * misc/bits/select2.h (__FD_ELT): Likewise.
52606 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52607 __FD_MASK instead of __FDELT, __FDMASK.
52608 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52610 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52613 * elf/Makefile (gen-ldd): Fix pattern.
52615 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52616 (init_tls): Likewise.
52618 2011-09-12 Ulrich Drepper <drepper@gmail.com>
52620 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52622 2011-09-12 Andreas Schwab <schwab@redhat.com>
52624 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52625 `struct cmsghdr *' instead of `void *'.
52626 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52629 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
52631 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52633 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52634 ldd_rewrite_script.
52636 2011-09-11 Ulrich Drepper <drepper@gmail.com>
52638 * configure.in: Remove --with-tls option.
52639 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52640 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52641 out in case it is missing.
52642 * sysdeps/ia64/elf/configure.in: Likewise.
52643 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52644 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52645 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52646 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52647 * sysdeps/sh/elf/configure.in: Likewise.
52648 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52649 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52650 * sysdeps/x86_64/elf/configure.in: Likewise.
52651 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52652 * sysdeps/mach/hurd/tls.h: Likewise.
52655 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52658 * configure.in: Fix use of AC_INIT.
52660 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52662 2011-09-10 Ulrich Drepper <drepper@gmail.com>
52664 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52666 * malloc/hooks.c: Likewise.
52669 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
52670 variables statically.
52671 (narenas): Initialize.
52672 (list_lock): Initialize.
52673 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
52674 initializtion of main_arena and list_lock. Small cleanups.
52675 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52676 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
52677 Add initializers to main_arena and mp_.
52678 (malloc_state): Remove pagesize member. Change all users to use
52681 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52682 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
52683 is always initialized.
52685 * malloc/malloc.c: Removed unused configurations and dead code.
52686 * malloc/arena.c: Likewise.
52687 * malloc/hooks.c: Likewise.
52688 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52690 * include/tls.h: Removed. USE___THREAD must always be defined.
52691 * bits/libc-tsd.h: Don't handle !USE___THREAD.
52692 * elf/dl-libc.c: Likewise.
52693 * elf/dl-tsd.c: Likewise.
52694 * include/errno.h: Likewise.
52695 * include/netdb.h: Likewise.
52696 * include/resolv.h: Likewise.
52697 * inet/herrno-loc.c: Likewise.
52698 * inet/herrno.c: Likewise.
52699 * malloc/arena.c: Likewise.
52700 * malloc/hooks.c: Likewise.
52701 * malloc/malloc.c: Likewise.
52702 * resolv/res-state.c: Likewise.
52703 * resolv/res_libc.c: Likewise.
52704 * sysdeps/i386/dl-machine.h: Likewise.
52705 * sysdeps/ia64/dl-machine.h: Likewise.
52706 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52707 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52708 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52709 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52710 * sysdeps/sh/dl-machine.h: Likewise.
52711 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52712 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52713 * sysdeps/unix/i386/sysdep.S: Likewise.
52714 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52715 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52716 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52717 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52718 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52719 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52720 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52721 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52722 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52723 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52724 * sysdeps/unix/x86_64/sysdep.S: Likewise.
52725 * sysdeps/x86_64/dl-machine.h: Likewise.
52726 * tls.make.c: Likewise.
52728 * configure.in: Remove --with-__thread option. Make tests for
52729 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52730 tls_model attribute fail if no support is available. Remove
52732 * Makeconfig: Adjust for dropped configure option. All features are
52734 * Makerules: Likewise.
52735 * Versions.def: Likewise.
52736 * argp/argp-fmtstream.c: Likewise.
52737 * argp/argp-fmtstream.h: Likewise.
52738 * argp/argp-help.c: Likewise.
52739 * assert/assert.c: Likewise.
52740 * config.h.in: Likewise.
52741 * config.make.in: Likewise.
52742 * configure: Likewise.
52743 * configure.in: Likewise.
52744 * csu/Versions: Likewise.
52745 * csu/init.c: Likewise.
52746 * elf/tst-audit2.c: Likewise.
52747 * elf/tst-tls10.c: Likewise.
52748 * elf/tst-tls10.h: Likewise.
52749 * elf/tst-tls11.c: Likewise.
52750 * elf/tst-tls12.c: Likewise.
52751 * elf/tst-tls14.c: Likewise.
52752 * elf/tst-tlsmod11.c: Likewise.
52753 * elf/tst-tlsmod12.c: Likewise.
52754 * elf/tst-tlsmod13.c: Likewise.
52755 * elf/tst-tlsmod13a.c: Likewise.
52756 * elf/tst-tlsmod14a.c: Likewise.
52757 * elf/tst-tlsmod15b.c: Likewise.
52758 * elf/tst-tlsmod16a.c: Likewise.
52759 * elf/tst-tlsmod16b.c: Likewise.
52760 * elf/tst-tlsmod7.c: Likewise.
52761 * elf/tst-tlsmod8.c: Likewise.
52762 * elf/tst-tlsmod9.c: Likewise.
52763 * gmon/gmon.c: Likewise.
52764 * grp/fgetgrent_r.c: Likewise.
52765 * grp/putgrent.c: Likewise.
52766 * hurd/fopenport.c: Likewise.
52767 * include/libc-symbols.h: Likewise.
52768 * include/tls.h: Likewise.
52769 * intl/gettextP.h: Likewise.
52770 * intl/loadinfo.h: Likewise.
52771 * locale/global-locale.c: Likewise.
52772 * locale/localeinfo.h: Likewise.
52773 * mach/devstream.c: Likewise.
52774 * malloc/arena.c: Likewise.
52775 * malloc/set-freeres.c: Likewise.
52776 * misc/err.c: Likewise.
52777 * misc/getttyent.c: Likewise.
52778 * misc/mntent_r.c: Likewise.
52779 * posix/getopt.c: Likewise.
52780 * posix/wordexp.c: Likewise.
52781 * pwd/fgetpwent_r.c: Likewise.
52782 * resolv/Versions: Likewise.
52783 * resolv/res_hconf.c: Likewise.
52784 * shadow/fgetspent_r.c: Likewise.
52785 * shadow/putspent.c: Likewise.
52786 * stdio-common/printf_fphex.c: Likewise.
52787 * stdio-common/tmpfile.c: Likewise.
52788 * stdlib/abort.c: Likewise.
52789 * stdlib/fmtmsg.c: Likewise.
52790 * sunrpc/auth_unix.c: Likewise.
52791 * sunrpc/clnt_perr.c: Likewise.
52792 * sunrpc/clnt_tcp.c: Likewise.
52793 * sunrpc/clnt_udp.c: Likewise.
52794 * sunrpc/clnt_unix.c: Likewise.
52795 * sunrpc/openchild.c: Likewise.
52796 * sunrpc/svc_simple.c: Likewise.
52797 * sunrpc/svc_tcp.c: Likewise.
52798 * sunrpc/svc_udp.c: Likewise.
52799 * sunrpc/svc_unix.c: Likewise.
52800 * sunrpc/xdr.c: Likewise.
52801 * sunrpc/xdr_array.c: Likewise.
52802 * sunrpc/xdr_rec.c: Likewise.
52803 * sunrpc/xdr_ref.c: Likewise.
52804 * sunrpc/xdr_stdio.c: Likewise.
52806 2011-09-09 Ulrich Drepper <drepper@gmail.com>
52808 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52810 2011-07-03 Andreas Jaeger <aj@suse.de>
52812 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52813 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52814 regenerate with gen-libm-tests.pl.
52816 2010-05-12 Petr Baudis <pasky@suse.cz>
52819 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52820 around j0() zero points by switching to j1().
52821 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52822 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52823 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52824 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52826 2011-09-09 Ulrich Drepper <drepper@gmail.com>
52828 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52830 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52832 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52833 Patch in part by Pavel Roskin <proski@gnu.org>.
52836 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52838 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
52839 Free memory block if necessary.
52842 * libio/genops.c (INTDEF): For string streams the _lock pointer can
52843 be NULL. Don't lock in this case.
52845 2011-09-09 Roland McGrath <roland@hack.frob.com>
52847 * elf/elf.h (ELFOSABI_GNU): New macro.
52848 (ELFOSABI_LINUX): Define to that.
52850 2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
52852 * string/strncat.c (strncat): Undef the symbol in case it has been
52853 defined in bits/string.h.
52855 2011-09-09 Ulrich Drepper <drepper@gmail.com>
52857 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52859 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52862 2011-08-17 Andreas Jaeger <aj@suse.de>
52864 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52866 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
52867 Ian Lance Taylor <iant@google.com>
52869 * math/libm-test.inc (lround_test): New testcase.
52870 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52872 2011-09-08 Ulrich Drepper <drepper@gmail.com>
52874 * Makefile: Remove support for automatic cvs check-ins.
52875 * Makerules: Likewise.
52876 * config.make.in: Likewise.
52877 * configure.in: Likewise.
52878 * intl/Makefile: Likewise.
52879 * locale/Makefile: Likewise.
52880 * po/Makefile: Likewise.
52881 * posix/Makefile: Likewise.
52882 * sysdeps/gnu/Makefile: Likewise.
52883 * sysdeps/mach/hurd/Makefile: Likewise.
52884 * sysdeps/sparc/sparc32/Makefile: Likewise.
52887 * posix/Makefile (bug-regex32-ENV): Define.
52888 Patch by John Stanley <jpsinthemix@verizon.net>.
52890 * misc/Makefile (headers): Add bits/select2.h.
52891 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52892 * misc/bits/select2.h: New file.
52893 * include/bits/select2.h: New file.
52894 * debug/Makefile (routines): Add fdelt_chk.
52895 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52896 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52898 * debug/fdelt_chk.c: New file.
52900 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
52901 * wcsmbs/test-wmemcmp.c: Likewise.
52902 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52903 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52905 2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52907 * string/Makefile (strop-tests): Add memcmp.
52908 * string/test-wmemcmp.c: New file.
52909 * string/test-memcmp.c: Add wmemcmp support.
52911 2011-09-08 Roland McGrath <roland@hack.frob.com>
52914 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52917 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52918 garbage value in a __mach_port_mod_refs call in the cases of the
52919 task-self and thread-self ports.
52921 2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
52923 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52925 2011-09-08 Andreas Schwab <schwab@redhat.com>
52927 * elf/dl-load.c (lose): Check for non-null L.
52929 2011-09-07 Ulrich Drepper <drepper@gmail.com>
52931 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52933 * elf/dl-libc.c (dlerror_run): Pass back error code from
52937 * elf/dl-load.c (lose): Free l_origin if it is valid.
52939 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52941 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52942 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52943 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52944 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52945 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52946 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52948 2011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52950 * sysdeps/powerpc/fpu/e_hypot.c: New file.
52951 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52952 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52953 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52954 * sysdeps/powerpc/fpu/k_cosf.c: New file.
52955 * sysdeps/powerpc/fpu/k_sinf.c: New file.
52956 * sysdeps/powerpc/fpu/s_cosf.c: New file.
52957 * sysdeps/powerpc/fpu/s_sinf.c: New file.
52958 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52959 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52961 2011-08-15 Alan Modra <amodra@gmail.com>
52964 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52965 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52966 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
52967 ppc_mcount to static-only-routines.
52968 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52970 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52971 __mcount_internal with usual JUMPTARGET. Remove useless nop.
52973 2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
52975 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52976 for finite and infinity parameters.
52978 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
52980 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52981 and add nop instructions for throughput optimization.
52982 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52984 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
52986 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52987 aligned copy for power7 with vector-scalar instructions.
52988 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52990 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
52992 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52995 2011-09-07 Andreas Schwab <schwab@redhat.com>
52998 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53001 2011-09-07 Ulrich Drepper <drepper@gmail.com>
53003 * sysdeps/unix/sysv/linux/x86_64/init-first.c
53004 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53005 syscall wrapper around clock_gettime in __vdso_clock_gettime.
53006 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53009 2011-09-06 Ulrich Drepper <drepper@gmail.com>
53011 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53012 Forgot to demangle the pointer.
53014 * sysdeps/i386/sysdep.h: Define atom_text_section.
53015 * sysdeps/x86_64/sysdep.h: Likewise.
53016 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53017 section with atom_text_section.
53018 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53019 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53020 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53021 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53022 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53024 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53025 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53026 already be defined. Change to take two parameters and don't assign
53027 result to variable. Adjust all users.
53028 Define INTERNAL_GETTIME if not already defined.
53029 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53031 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53032 HAVE_CLOCK_GETTIME_VSYSCALL.
53033 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53035 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53036 gettimeofday vsyscall, just use time.
53038 2011-09-06 Andreas Schwab <schwab@redhat.com>
53040 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53043 2011-09-06 Ulrich Drepper <drepper@gmail.com>
53045 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53047 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53049 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53050 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53051 syscall if possible.
53053 2011-09-05 Ulrich Drepper <drepper@gmail.com>
53055 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53056 e_ident. Don't pass to find_mapsXX.
53057 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53059 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53061 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53062 strchr-sse2-no-bsf strrchr-sse2-no-bsf
53063 * sysdeps/x86_64/multiarch/strchr.S: Update.
53064 Check bit_slow_BSF bit.
53065 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53066 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53067 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53069 2011-09-05 Ulrich Drepper <drepper@gmail.com>
53072 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53074 (tryshell): Define.
53075 (__spawni): Change last parameter to be flag. Test
53076 SPAWN_XFLAGS_USE_PATH flag to use path or not.
53077 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53078 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53079 * posix/spawni.c: Likewise.
53080 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53081 * posix/spawnp.c: Likewise. Change normal version to use
53082 SPAWN_XFLAGS_USE_PATH.
53083 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53084 SPAWN_XFLAGS_TRY_SHELL.
53087 * posix/glob.h: Remove gcc 1.x support.
53090 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53092 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53094 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53095 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53097 * sysdeps/i386/i686/multiarch/strchr.S: New file.
53098 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53099 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53100 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53101 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53102 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53104 2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53106 * sysdeps/x86_64/wcscmp.S: New file.
53108 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53109 wcscmp-c wcscmp-sse2
53110 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53111 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53112 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53113 * wcsmbs/wcscmp.c: Allow renaming.
53115 2011-09-05 David S. Miller <davem@davemloft.net>
53117 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53118 stack slot, rather than the struct return pointer slot.
53119 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53120 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53121 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53122 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53124 2011-09-05 Ulrich Drepper <drepper@gmail.com>
53126 * po/ja.po: Update from translation team.
53129 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53130 kernel in 64-bit binaries.
53132 2011-09-01 David S. Miller <davem@davemloft.net>
53134 * elf/elf.h (HWCAP_SPARC_*): Move to..
53135 * sysdeps/sparc/sysdep.h: this new file and add new values.
53136 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53137 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53138 _DL_HWCAP_COUNT to 24.
53139 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53141 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53142 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53143 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53144 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53145 instead of magic constants.
53146 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53148 2011-08-31 David S. Miller <davem@davemloft.net>
53150 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53151 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53152 Reimplement to do errno handling inline.
53153 (SYSCALL_ERROR_HANDLER): New macro.
53154 (__SYSCALL_STRING): Do not do errno handling in asm.
53155 (__CLONE_SYSCALL_STRING): Delete.
53156 (__INTERNAL_SYSCALL_STRING): Delete.
53157 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53158 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53159 (PSEUDO): Reimplement to do errno handling inline.
53160 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53161 (SYSCALL_ERROR_HANDLER): New macro.
53162 (__SYSCALL_STRING): Do not do errno handling in asm.
53163 (__CLONE_SYSCALL_STRING): Delete.
53164 (__INTERNAL_SYSCALL_STRING): Delete.
53165 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53166 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53168 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53169 (inline_syscall*): Add 'err' argument.
53170 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53171 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53172 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53173 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53175 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53176 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53178 2011-08-30 Andreas Schwab <schwab@redhat.com>
53180 * elf/rtld.c (dl_main): Relocate objects in dependency order.
53182 2011-08-29 Jiri Olsa <jolsa@redhat.com>
53184 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53187 2011-08-24 David S. Miller <davem@davemloft.net>
53189 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53191 2011-08-24 Andreas Schwab <schwab@redhat.com>
53193 * elf/Makefile: Add rules to build and run unload8 test.
53194 * elf/unload8.c: New file.
53195 * elf/unload8mod1.c: New file.
53196 * elf/unload8mod1x.c: New file.
53197 * elf/unload8mod2.c: New file.
53198 * elf/unload8mod3.c: New file.
53200 * elf/dl-close.c (_dl_close_worker): Reset private search list if
53203 2011-08-23 David S. Miller <davem@davemloft.net>
53205 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53206 subtract stack bias.
53207 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53208 %sp not %fp in calculations.
53209 (_JMPBUF_UNWINDS_ADJ): Likewise.
53211 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53212 (aio_suspend): Call it to force an exception region around the
53213 AIO_MISC_WAIT() invocation.
53215 2011-08-23 Andreas Schwab <schwab@redhat.com>
53217 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53220 2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
53222 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53224 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53225 and <dl-machine.h>.
53226 (Elf64_FuncDesc): Remove.
53228 2011-08-22 David S. Miller <davem@davemloft.net>
53230 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53231 sigaltstack check, add missing cfi directives.
53232 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53233 missing cfi directives, and sigaltstack handling.
53235 2011-08-16 Andreas Schwab <schwab@redhat.com>
53238 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53239 object is seen twice.
53240 * elf/dl-fini.c (_dl_sort_fini): Likewise.
53242 * elf/Makefile (distribute): Add tst-initorder2.c.
53243 (tests): Add tst-initorder2.
53244 (modules-names): Add tst-initorder2a tst-initorder2b
53245 tst-initorder2c tst-initorder2d. Add rules to build them.
53246 ($(objpfx)tst-initorder2.out): New rule.
53247 * elf/tst-initorder2.c: New file.
53248 * elf/tst-initorder2.exp: New file.
53250 2011-08-22 Andreas Schwab <schwab@redhat.com>
53252 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53254 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53255 dependencies back to end of function.
53257 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53258 $(elfobjdir)/ld.so.
53260 2011-08-21 Ulrich Drepper <drepper@gmail.com>
53262 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53263 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53264 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53265 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53266 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53267 of __vdso_gettimeofday.
53268 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53269 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
53271 (_libc_vdso_platform_setup): Remove initialization of
53272 __vdso_gettimeofday and __vdso_time.
53274 2011-08-20 Ulrich Drepper <drepper@gmail.com>
53276 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53277 and fgetc_unlocked.
53278 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53281 * elf/dl-open.c (add_to_global): Report additions to the global scope
53282 for LD_DEBUG=scopes.
53283 (dl_open_worker): Also print scope of newly loaded dependencies.
53284 (_dl_show_scope): Indicate if there is no scope.
53287 * stdio-common/Makefile (tests): Add bug24.
53288 * stdio-common/bug24.c: New file.
53290 2011-08-19 Andreas Jaeger <aj@suse.de>
53293 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53294 non-existant file when using close-on-exec mode.
53296 2011-08-20 Ulrich Drepper <drepper@gmail.com>
53298 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53299 the very first instruction.
53301 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53302 the CFI state in the end.
53303 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53304 inclusion of dl-trampoline.h.
53305 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53307 2011-08-19 Andreas Schwab <schwab@redhat.com>
53309 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53310 expectations for long double.
53312 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53313 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53315 2011-08-14 David S. Miller <davem@davemloft.net>
53317 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53318 artificual limit depends upon the system page size.
53320 2011-08-17 Ulrich Drepper <drepper@gmail.com>
53322 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53323 * resolv/Makefile: Define CFLAGS-libresolv.
53325 2011-08-17 Andreas Schwab <schwab@redhat.com>
53327 * nss/makedb.c (compute_tables): Make variables used in nested
53330 2011-08-17 Ulrich Drepper <drepper@gmail.com>
53332 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53333 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53334 if buffer was too small.
53336 * elf/pldd.c (main): Attach to all threads in the process.
53337 Rewrite /proc handling to use *at functions.
53339 2011-08-16 Ulrich Drepper <drepper@gmail.com>
53341 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53342 specifies first scope to show.
53343 (dl_open_worker): Update callers. Move printing scope of new
53344 object to before the relocation.
53345 * elf/rtld.c (dl_main): Update _dl_show_scope call.
53346 * sysdeps/generic/ldsodefs.h: Update declaration.
53348 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53349 string for the scope number.
53351 2011-08-14 Ulrich Drepper <drepper@gmail.com>
53353 * nscd/servicescache.c (cache_addserv): Make sure written is always
53356 2011-08-14 Roland McGrath <roland@hack.frob.com>
53358 * sysdeps/i386/i486/bits/atomic.h
53359 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53360 statement expression, so as to suppress "set but not used" warning.
53361 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53363 * string/strncat.c (STRNCAT): Use prototype definition.
53365 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53366 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53368 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53369 (localedef-modules): Add localedef.
53370 (locale-modules): Add locale.
53372 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53373 * elf/rtld.c (dl_main): Invert order of assignment in last change,
53374 to avoid a warning.
53376 2011-08-14 David S. Miller <davem@davemloft.net>
53378 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53379 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53381 2011-08-13 Ulrich Drepper <drepper@gmail.com>
53383 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53384 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53385 * elf/rtld.c (dl_main): Set l_name of vDSO.
53386 Call _dl_show_scope when DL_DEBUG_SCOPES.
53387 (process_dl_debug): Recognize scopes flag and also set it for all.
53388 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53389 Declare _dl_show_scope.
53391 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53392 (do_dlopen): Pass caller_dlopen to dl_open.
53393 (__libc_dlopen_mode): Initialize caller_dlopen.
53395 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53396 of libc. Make tolower call locale-independent. Optimize a bit by
53397 using isdigit instead of isalnum.
53398 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53400 2011-08-12 Ulrich Drepper <drepper@gmail.com>
53402 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53403 was a dependency or dynamically loaded.
53405 2011-08-11 Ulrich Drepper <drepper@gmail.com>
53407 * intl/l10nflist.c: Allow architecture-specific pop function.
53408 * sysdeps/x86_64/l10nflist.c: New file.
53410 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53413 2011-08-10 Andreas Schwab <schwab@redhat.com>
53415 * include/dirent.h: Add libc_hidden_proto for scandirat and
53416 scandirat64. Don't declare __scandirat64.
53417 * dirent/scandirat.c: Add libc_hidden_def.
53418 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53419 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53421 2011-08-10 David S. Miller <davem@davemloft.net>
53423 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53425 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53426 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53427 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53429 2011-08-09 Ulrich Drepper <drepper@gmail.com>
53431 * Versions.def [libc]: Add GLIBC_2.15.
53432 * dirent/Makefile (routines): Add scandirat and scandirat64.
53433 * dirent/Versions [libc]: Export scandirat and scandirat64 for
53435 * dirent/dirent.h: Declare scandirat and scandirat64.
53436 * dirent/scandirat.c: New file.
53437 * dirent/scandirat64.c: New file.
53438 * sysdeps/wordsize-64/scandirat.c: New file.
53439 * sysdeps/wordsize-64/scandirat64.c: New file.
53440 * dirent/opendir.c: Define opendirat.
53441 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
53443 * dirent/scandir64.c: Adjust for scandir.c change.
53444 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
53445 __scandirat64, and __scandir_cancel_handler.
53446 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
53447 additional parameter and use openat instead of open (outside of ld.so).
53448 Add new __opendir as wrapper around __opendirat.
53449 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53450 here without requiring old scandirat implementation.
53452 2011-08-08 Ulrich Drepper <drepper@gmail.com>
53454 * dirent/scandir.c (cancel_handler): Renamed to
53455 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
53456 defined. Adjust users.
53457 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53458 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53460 2011-08-04 Ulrich Drepper <drepper@gmail.com>
53462 * string/test-string.h (IMPL): Use __STRING to expand name and then
53465 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
53468 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53470 * string/Makefile: Update.
53471 (strop-tests): Append strncat.
53472 * string/test-wcscmp.c: New file.
53473 New comprehensive test for wcscmp.
53474 * string/test-strcmp.c: Update.
53475 (WIDE): New define.
53477 2011-07-22 Andreas Schwab <schwab@redhat.com>
53479 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53482 2011-07-26 Andreas Schwab <schwab@redhat.com>
53484 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53485 encoding to ACE if AI_IDN.
53487 2011-08-01 Jakub Jelinek <jakub@redhat.com>
53489 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53490 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53492 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53494 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53495 Fix overflow bug in strncat.
53496 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53498 * string/test-strncat.c: Update.
53499 Add new tests for checking overflow bugs.
53501 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53503 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53504 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53505 * sysdeps/i386/i686/multiarch/strcat.S: New file.
53506 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53507 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53508 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53509 * sysdeps/i386/i686/multiarch/strncat.S: New file.
53510 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53511 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53513 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53514 (USE_AS_STRCAT): Define.
53515 Add strcat and strncat support.
53516 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53518 2011-07-25 Andreas Schwab <schwab@redhat.com>
53520 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53521 __n bigger than INT_MAX+1.
53522 (__strncmp_g): Likewise.
53524 2011-07-23 Ulrich Drepper <drepper@gmail.com>
53526 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53527 * libio/stido.h: Likewise.
53529 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53531 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53534 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53535 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53536 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53537 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53538 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53541 * scripts/test-installation.pl: Don't expect libnss_test1 to be
53544 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53546 (_dl_x86_64_save_sse): Likewise.
53548 2011-07-22 Ulrich Drepper <drepper@gmail.com>
53550 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53552 (_dl_x86_64_save_sse): Likewise.
53554 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53556 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53558 2011-07-21 Andreas Schwab <schwab@redhat.com>
53560 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53562 (_dl_x86_64_save_sse): Use correct AVX check.
53564 2011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53566 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53567 bug in strncpy/strncat.
53568 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53570 2011-07-21 Ulrich Drepper <drepper@gmail.com>
53572 * string/tester.c (test_strcat): Add tests for different alignments
53573 of source and destination.
53574 (test_strncat): Likewise.
53576 2011-07-20 Ulrich Drepper <drepper@gmail.com>
53579 * posix/glob.c (glob): Check passed in values before using them in
53580 expressions to avoid some overflows.
53581 (glob_in_dir): Likewise.
53584 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53585 check for AVX enablement so that we don't crash with old kernels and
53587 * elf/tst-audit4.c: Add same checks here.
53588 * elf/tst-audit6.c: Likewise.
53590 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53592 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
53594 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53596 2011-07-20 Ulrich Drepper <drepper@gmail.com>
53598 * po/cs.po: Update from translation team.
53599 * po/bg.po: Likewise.
53601 2011-07-12 Marek Polacek <mpolacek@redhat.com>
53603 * misc/sys/cdefs.h: Add support for const attribute.
53604 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53605 to gnu_dev_{major,minor,makedev} functions.
53607 2011-07-20 Marek Polacek <mpolacek@redhat.com>
53609 * intl/dcigettext.c (get_output_charset): Add missing bracket.
53611 2011-07-20 Andreas Schwab <schwab@redhat.com>
53613 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53616 2011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53618 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53619 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53620 register in order to avoid conflicts with the soft frame pointer
53621 being held in r11 when necessary.
53622 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53623 (INTERNAL_VSYSCALL_NCS): Likewise.
53625 2011-07-14 Marek Polacek <mpolacek@redhat.com>
53627 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53628 * elf/dl-fini.c (_dl_fini): Adjust caller.
53629 * elf/dl-close.c (_dl_close_worker): Likewise.
53630 * sysdeps/generic/ldsodefs.h: Adjust declaration.
53632 2011-07-15 Marek Polacek <mpolacek@redhat.com>
53634 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53635 "aux_cache->nlibs < 0".
53637 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53638 in the reload-count case.
53640 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53642 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53643 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53644 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53645 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53646 * sysdeps/x86_64/multiarch/strcat.S: New file.
53647 * sysdeps/x86_64/multiarch/strncat.S: New file.
53648 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53649 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53650 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53651 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53652 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53653 (USE_AS_STRCAT): Define.
53654 Add strcat and strncat support.
53655 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53656 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53657 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53658 * string/strncat.c: Update.
53659 (USE_AS_STRNCAT): Define.
53660 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53661 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53663 * sysdeps/x86_64/multiarch/init-arch.h
53664 (bit_Prefer_PMINUB_for_stringop): New.
53665 (index_Prefer_PMINUB_for_stringop): Likewise.
53666 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53667 bit_Prefer_PMINUB_for_stringop.
53669 2011-07-19 Ulrich Drepper <drepper@gmail.com>
53671 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53673 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53674 of casting of buffer.
53675 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53676 buffer32 and buffer64.
53677 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53678 writes instead of casting of buffer.
53679 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53681 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53684 2011-07-19 Andreas Schwab <schwab@redhat.com>
53686 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53688 2011-07-19 Ulrich Drepper <drepper@gmail.com>
53690 * nscd/nscd.c (termination_handler): Don't do anything for a database
53691 if it has not yet been initialized.
53693 2011-07-18 Ulrich Drepper <drepper@gmail.com>
53695 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53697 2011-07-15 Marek Polacek <mpolacek@redhat.com>
53699 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53701 2011-07-18 Ulrich Drepper <drepper@gmail.com>
53703 * po/nl.po: Update from translation team.
53704 * po/sv.po: Likewise.
53706 2011-07-16 Roland McGrath <roland@hack.frob.com>
53708 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53709 now disallowed by GCC.
53711 * configure.in (use-default-link): Default to yes if a test -shared
53712 link meets our qualifications.
53713 * configure: Regenerated.
53715 * config.make.in (output-format): New variable.
53716 * configure.in: Check for ld --print-output-format support.
53717 * configure: Regenerated.
53718 * Makerules ($(common-objpfx)format.lds)
53719 [$(output-format) != unknown]: Just use $(output-format),
53720 instead of the linker-script munging.
53722 2011-07-14 Roland McGrath <roland@hack.frob.com>
53724 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53725 of $(common-objpfx)shlib.lds.
53726 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53728 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53729 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53731 * configure.in (-z relro check): Adjust test code to add a large
53732 writable data section after it.
53733 * configure: Regenerated.
53735 2011-07-11 Roland McGrath <roland@hack.frob.com>
53737 * configure.in (-z relro check): Fix test code to make the variable
53739 * configure: Regenerated.
53741 2011-07-11 Ulrich Drepper <drepper@gmail.com>
53743 * nscd/nscd.h (struct traced_file): Define.
53744 (struct database_dyn): Remove inotify_descr, reset_res, and filename
53745 elements. Add traced_files.
53746 (inotify_fd): Declare.
53747 (register_traced_file): Declare.
53748 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53749 (inotify_fd): Export.
53750 (resolv_conf_descr): Remove.
53751 (nscd_init): Move inotify descriptor creation to main.
53752 Don't register files for notification here.
53753 (register_traced_file): New function.
53754 (invalidate_cache): Don't use reset_res to determine whether to call
53755 res_init, go through the list of registered files.
53756 (main_loop_poll): The inotify descriptors are now stored in the
53757 structures for the traced files.
53758 (main_loop_epoll): Likewise
53759 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
53760 to __nss_disable_nscd.
53761 * nscd/cache.c (prune_cache): There is no single inotify descriptor
53762 for a database anymore. Check the records for all the registered
53764 * nss/Makefile (libnss_files-routines): Add files-init.
53765 (libnss_db-routines): Add db-init.
53766 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53767 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53768 * nss/nss_db/db-init.c: New file.
53769 * nss/nss_files/files-init.c: New file.
53770 * nss/nsswitch.c (nss_load_library): New function. Broken out of
53771 __nss_lookup_function.
53772 (__nss_lookup_function): Call nss_load_library.
53773 (nss_load_all_libraries): New function.
53774 (__nss_disable_nscd): Take parameter with callback function for files
53775 to register. Set is_nscd. Load all the DSOs for the NSS modules
53776 used for the cached services.
53777 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53778 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53779 options for features to all the files in nscd.
53781 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53783 2011-07-10 Roland McGrath <roland@hack.frob.com>
53785 * csu/elf-init.c (__libc_csu_init): Comment typo.
53787 2011-07-09 Ulrich Drepper <drepper@gmail.com>
53789 * po/pl.po: Update from translation team.
53790 * po/ja.po: Likewise.
53791 * po/ru.po: Likewise.
53792 * po/ko.po: Likewise.
53793 * po/fr.po: Likewise.
53795 2011-07-09 Roland McGrath <roland@hack.frob.com>
53797 * configure.in (.ctors/.dtors header and trailer check):
53798 Use an empirical test on a built program.
53799 * configure: Regenerated.
53801 * configure.in (-z relro check): Use an empirical test on a built DSO.
53802 Detect, but do not require, on ia64.
53803 * configure: Regenerated.
53805 * configure.in (READELF): Find it with AC_CHECK_TOOL.
53806 Update tests that use readelf to use $READELF instead.
53807 * configure: Regenerated.
53809 2011-07-08 Ulrich Drepper <drepper@gmail.com>
53811 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53812 if the result is not used.
53814 2011-07-05 Andreas Jaeger <aj@suse.de>
53817 * stdlib/tst-strtod.c: Add testcase.
53819 2011-07-07 Ulrich Drepper <drepper@gmail.com>
53821 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53822 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53823 The latter has a higher limit. Take additional parameter to pass to
53825 (__pathconf): Pass file to __statfs_link_max.
53826 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53828 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53832 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53833 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53835 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53836 (__statfs_filesize_max): Likewise.
53837 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53839 2011-07-05 Andreas Jaeger <aj@suse.de>
53841 * resolv/res_comp.c (dn_skipname): Remove unused variable.
53843 2011-07-06 Marek Polacek <mpolacek@redhat.com>
53845 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53847 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53850 2011-07-04 H.J. Lu <hongjiu.lu@intel.com>
53852 * Makefile (strop-tests): Add strncat.
53853 * string/test-strncat.c: New file.
53855 2011-06-30 Marek Polacek <mpolacek@redhat.com>
53857 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53859 2011-06-21 Andreas Jaeger <aj@suse.de>
53861 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53862 Copy rule from iconvdata/Makefile.
53864 2011-07-06 Ulrich Drepper <drepper@gmail.com>
53867 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53868 but no long options are defined, just return 'W'.
53870 2011-06-22 Marek Polacek <mpolacek@redhat.com>
53873 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53875 2011-07-06 Ulrich Drepper <drepper@gmail.com>
53877 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53879 (innetgr): Likewise.
53881 2011-07-05 Roland McGrath <roland@hack.frob.com>
53883 * config.make.in (install_root): Default to $(DESTDIR).
53885 2011-07-05 Ulrich Drepper <drepper@gmail.com>
53887 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53889 2011-07-02 Roland McGrath <roland@hack.frob.com>
53891 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53893 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53894 containing directory rather than embedding absolute directory names.
53896 * scripts/check-local-headers.sh: Rewritten using awk.
53897 Match by word, not by line. Print error messages for matches.
53898 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53900 * Makerules [shlib-lds-flags empty]:
53901 ($(common-objpfx)libc_pic.opts): New target.
53902 ($(common-objpfx)libc_pic.os.clean): New target.
53903 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53905 * config.make.in (OBJCOPY): New variable.
53906 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53907 * configure: Regenerated.
53909 * config.make.in (use-default-link): New variable.
53910 * configure.in (use_default_link): Grok --with-default-link to set it.
53911 * configure: Regenerated.
53912 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53913 (shlib-lds, shlib-lds-flags): Define to empty.
53915 * Makerules (shlib-lds): New variable.
53916 (shlib-lds-flags): New variable.
53917 (build-shlib, build-moduile, build-module-asneeded): Use it.
53918 ($(common-objpfx)libc.so): Use $(shlib-lds).
53919 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53920 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53922 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53923 DT_FLAGS/DT_FLAGS_1 with zero flags.
53925 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53926 linker script munging.
53928 2011-07-02 Ulrich Drepper <drepper@gmail.com>
53930 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53932 * crypt/sha512.c (sha512_process_block): Perform total addition using
53933 128-bit if possible.
53934 (__sha512_finish_ctx): Likewise.
53935 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53937 * crypt/sha256.c (SWAP64): Define.
53938 (sha256_process_block): Perform total addition using 64-bit if
53940 (__sha256_finish_ctx): Likewise.
53942 2011-07-01 Ulrich Drepper <drepper@gmail.com>
53944 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
53945 * nscd/initgrcache.c (addinitgroupsX): Likewise.
53946 * nscd/hstcache.c (cache_addhst): Likewise.
53947 * nscd/grpcache.c (cache_addgr): Likewise.
53948 * nscd/aicache.c (addhstaiX): Likewise
53949 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53951 2011-07-01 Thorsten Kukuk <kukuk@suse.de>
53953 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53954 * nscd/initgrcache.c (addinitgroupsX): Likewise.
53955 * nscd/hstcache.c (cache_addhst): Likewise.
53956 * nscd/grpcache.c (cache_addgr): Likewise.
53957 * nscd/aicache.c (addhstaiX): Likewise
53959 2011-07-01 Andreas Schwab <schwab@redhat.com>
53961 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53962 domain only when needed.
53964 2011-06-30 Andreas Schwab <schwab@redhat.com>
53966 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53967 is always restored.
53969 2011-06-29 Ulrich Drepper <drepper@gmail.com>
53971 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53972 are re-adding the entry.
53973 * nscd/servicescache.c (cache_addserv): Likewise.
53975 2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
53977 * sysdeps/generic/dl-irel.h: fix protection against multiple
53979 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53981 2011-06-28 Ulrich Drepper <drepper@gmail.com>
53984 * malloc/memusage.sh: Fix quoting in message.
53985 * debug/xtrace.sh: Likewise.
53987 * configure.in: Remove support for --experimental-malloc option, make
53989 * config.make.in: Likewise.
53990 * malloc/Makefile: Likewise.
53992 2011-06-27 Andreas Schwab <schwab@redhat.com>
53994 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53995 two-byte characters.
53997 2011-06-27 Roland McGrath <roland@hack.frob.com>
53999 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54000 AC_CACHE_CHECK invocation.
54001 * configure: Regenerated.
54003 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54005 2011-06-27 Ulrich Drepper <drepper@gmail.com>
54008 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
54009 bit from old_res_options.
54011 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54013 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54014 value type for setfct.
54016 2011-06-23 H.J. Lu <hongjiu.lu@intel.com>
54018 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54019 __gettimeofday instead of gettimeofday.
54021 2011-06-26 Ulrich Drepper <drepper@gmail.com>
54023 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54025 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
54027 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54029 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54032 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
54034 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54035 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54036 strcpy-sse2-unaligned strncpy-sse2-unaligned
54037 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54038 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54039 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54040 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54041 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54042 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54043 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54044 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54045 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54046 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54047 (STRCPY): Support SSE2 and SSSE3 versions.
54049 2011-06-24 Ulrich Drepper <drepper@gmail.com>
54052 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54053 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54054 kernels which artificially limit size of requests.
54056 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
54058 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54059 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54060 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54061 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54062 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54063 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54064 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54065 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54066 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54067 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54068 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54069 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54070 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54071 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54072 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54073 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54074 Enable unaligned load optimization for Intel Core i3, i5 and i7
54076 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54078 (index_Fast_Unaligned_Load): Define.
54079 (HAS_FAST_UNALIGNED_LOAD): Define.
54081 2011-06-23 Marek Polacek <mpolacek@redhat.com>
54083 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54085 2011-06-22 Ulrich Drepper <drepper@gmail.com>
54088 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54089 until it is clear that the information is realy needed.
54090 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54092 2011-06-22 Andreas Schwab <schwab@redhat.com>
54094 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54096 2011-06-22 Ulrich Drepper <drepper@gmail.com>
54098 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54099 /sys/devices/system/cpu/online if it is usable.
54101 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54102 reading the information from the /proc filesystem to once a second.
54104 2011-06-21 Andreas Jaeger <aj@suse.de>
54106 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54107 NULL after inclusion of kernel headers.
54109 2011-06-21 Ulrich Drepper <drepper@gmail.com>
54111 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54112 calls to internal_setent.
54115 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54116 addresses using gethostbyname4_r ignore IPv4 addresses.
54118 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54119 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
54121 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54123 2011-06-20 David S. Miller <davem@davemloft.net>
54125 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54127 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54129 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54130 (elf_irel): Use it.
54131 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54132 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54133 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54134 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54135 * sysdeps/x86_64/dl-irel.h: Likewise.
54137 * elf/dl-runtime.c: Use elf_ifunc_invoke.
54138 * elf/dl-sym.c: Likewise.
54140 2011-06-15 Ulrich Drepper <drepper@gmail.com>
54142 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
54143 need to dereference resplen2.
54145 2011-06-14 Andreas Schwab <schwab@redhat.com>
54147 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54149 2011-06-15 Ulrich Drepper <drepper@gmail.com>
54151 * Makeconfig: Define vardbdir and inst_vardbdir.
54152 * nss/Makefile: Add rules to install db-Makefile.
54154 * nss/nss_db/db-XXX.c: Cleanup.
54156 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54157 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54159 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54160 * nss/makedb.c: Implement -g option to specify that value strings
54161 are generated and should not be added to table iterated over for
54163 * nss/nss_db/db-initgroups.c: New file.
54165 * nss/getent.c: Add support for initgroups lookups through getgrouplist
54168 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54169 (internal_getgrouplist): Adjust to name change.
54170 Update use_initgroups_entry if this is not the first call.
54171 * nss/databases.def: Add initgroups entry.
54173 * nss/makedb.c (compute_tables): Check result of multiple hash table
54174 sizes to minimize maximum chain length.
54176 2011-06-14 Ulrich Drepper <drepper@gmail.com>
54178 * Versions.def: Add entry for libnss_db.
54179 * shlib-versions: Likewise.
54180 * nss/Makefile: Add rules to build libnss_db.
54181 * nss/Versions: Add libnss_db information. Organize libnss_files
54183 * nss/db-Makefile: Add gshadow support. Change rules for the new
54184 makedb progra. Some minor improvements to generate smaller files.
54185 * nss/nss_db/nss_db.h: Move NSS database header data structures to
54187 * nss/makedb.c: ...here.
54188 Improve database format to be smaller and require less memory at
54190 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
54192 * nss/nss_db/db-netgrp.c: Likewise.
54193 * nss/nss_db/db-open.c: Likewise.
54194 * nss/nss_files/flies-XXX.x: Adjust comments.
54195 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54196 * nss/nss_files/files-grp.c: Likewise.
54197 * nss/nss_files/files-hosts.c: Likewise.
54198 * nss/nss_files/files-network.c: Likewise.
54199 * nss/nss_files/files-proto.c: Likewise.
54200 * nss/nss_files/files-pwd.c: Likewise.
54201 * nss/nss_files/files-rpc.c: Likewise.
54202 * nss/nss_files/files-service.c: Likewise.
54203 * nss/nss_files/files-sgrp.c: Likewise.
54204 * nss/nss_files/files-spwd.c: Likewise.
54205 * nss/nss_db/db-alias.c: Removed.
54206 * nss/nss_db/dummy-db.h: Removed.
54208 2011-06-02 Ulrich Drepper <drepper@gmail.com>
54210 * nss/makedb.c: Rewritten to not use database library.
54211 * nss/Makefile: Update to build new makedb program.
54213 2011-06-14 Andreas Jaeger <aj@suse.de>
54215 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54216 memset declaration.
54218 2011-06-10 Andreas Schwab <schwab@redhat.com>
54220 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54223 2011-06-10 Roland McGrath <roland@hack.frob.com>
54225 * Makerules (shlib.lds): Fail if the linker script comes out empty.
54226 * elf/Makefile ($(objpfx)ld.so): Likewise.
54228 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54229 Don't list ld.so twice in dependencies.
54231 * posix/bug-regex31.c: Include <stdlib.h>.
54233 * nscd/hstcache.c (cache_addhst): Remove unused variable.
54235 * nis/nss_compat/compat-spwd.c
54236 (getspent_next_nss_netgr): Remove unused variable.
54237 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54239 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54240 nonmembers" output to use the right array.
54242 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54244 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54246 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54247 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54248 * catgets/gencat.c (read_input_file): Likewise.
54249 * locale/programs/locarchive.c (enlarge_archive): Likewise.
54251 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54252 variable definition inside #if's controlling its use.
54254 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54256 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54258 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54260 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54263 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54265 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54266 * configure: Regenerated.
54268 * Makerules: Revert last change.
54269 * elf/Makefile: Likewise.
54271 2011-06-09 Roland McGrath <roland@hack.frob.com>
54273 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54274 * elf/Makefile ($(objpfx)librtld.os): Likewise.
54275 (reloc-link): Likewise.
54277 2011-06-09 Ulrich Drepper <drepper@gmail.com>
54279 * elf/Makefile: Add rules to build pldd.
54280 * elf/pldd.c: New file.
54281 * elf/pldd-xx.c: New file.
54283 2011-06-07 Ulrich Drepper <drepper@gmail.com>
54285 * version.h: Update for 2.15 development version.
54287 2011-06-07 David S. Miller <davem@davemloft.net>
54289 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54291 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54292 elf_machine_lazy_rel): Likewise.
54293 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54294 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54295 elf_machine_lazy_rel): Likewise.
54296 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54297 dl_hwcap via passed in argument.
54298 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54301 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54303 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
54305 2011-06-06 Roland McGrath <roland@hack.frob.com>
54308 * manual/fdl-1.1.texi: New file, verbatim from:
54309 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54310 * manual/lgpl-2.1.texi: New file, verbatim from:
54311 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54312 * manual/Makefile (licenses): New variable, list those new file names.
54314 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54316 * manual/fdl.texi: File removed.
54317 * manual/lesser.texi: File removed.
54318 * manual/libc.texinfo (Copying, Documentation License):
54319 Use new @include file names, put @appendix directive before @include.
54321 2011-06-04 Jakub Jelinek <jakub@redhat.com>
54324 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54325 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54326 (mq_open): Add __NTH.
54328 2011-06-02 H.J. Lu <hongjiu.lu@intel.com>
54330 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54331 Assume Intel Core i3/i5/i7 processor if AVX is available.
54333 2011-05-31 Ulrich Drepper <drepper@gmail.com>
54335 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54338 2011-05-31 Andreas Schwab <schwab@redhat.com>
54340 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54341 memory. Use alloca_account. Fix memory leak when retrying.
54343 2011-05-31 Ulrich Drepper <drepper@gmail.com>
54345 * version.h (RELEASE): Bump for 2.14 release.
54346 * include/features.h (__GLIBC_MINOR__): Bump to 14.
54348 * config.make.in (RANLIB): Remove entry.
54350 2011-05-30 Ulrich Drepper <drepper@gmail.com>
54352 * po/Makefile (po-sed-cmd): Add ksh to extensions.
54353 (libc.pot): Work around missing support for .ksh extension in xgettext.
54356 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54357 if both request failed.
54358 (send_dg): In case of server errors clear resplen or *resplen2.
54361 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54362 when there are multiple maps.
54363 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54364 (_dl_fini): Remove test here.
54366 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54368 2011-05-29 Ulrich Drepper <drepper@gmail.com>
54371 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54372 bit from old_res_options.
54373 (gaih_inet): Likewise.
54376 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54379 * resolv/res_init.c (res_setoptions): Make the code more compact.
54382 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54386 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54388 * malloc/malloc.h: Mark malloc hook variables as deprecated.
54391 * malloc/malloc.h: Declare malloc hook variables as volatile.
54393 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54397 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54398 raise in the comment.
54399 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54400 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54401 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54403 2011-05-28 Ulrich Drepper <drepper@gmail.com>
54406 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54407 grow the buffers more if it already has to be sufficient.
54408 (build_wcs_upper_buffer): Likewise.
54409 * posix/regexec.c (check_matching): Likewise.
54410 (clean_state_log_if_needed): Likewise.
54411 (extend_buffers): Don't enlarge buffers beyond size of the input
54413 Patches mostly by Emil Wojak <emil@wojak.eu>.
54414 * posix/bug-regex32.c: New file.
54415 * posix/Makefile (tests): Add bug-regex32.
54417 * locale/findlocale.c (_nl_find_locale): Return right away if
54418 _nl_explode_name failed.
54419 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54421 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54423 * debug/xtrace.sh: Unify messages.
54424 * malloc/memusage.sh: Likewise.
54427 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54428 time symbol from vDSO. Substitute with vsyscall if not available.
54429 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54432 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54433 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54434 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54435 Add sendmmsg and internal_sendmmsg.
54436 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54437 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54438 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54440 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54441 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54442 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54444 2011-05-27 Ulrich Drepper <drepper@gmail.com>
54447 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54448 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
54450 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54454 * iconvdata/Makefile (tests): Add bug-iconv9.
54455 * iconvdata/bug-iconv9.c: New file.
54457 2011-05-27 Andreas Schwab <schwab@redhat.com>
54460 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54462 2011-05-25 Jakub Jelinek <jakub@redhat.com>
54464 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54465 (struct user_regs_struct): Change intcs field back to cs.
54467 2011-05-25 Ulrich Drepper <drepper@gmail.com>
54469 * po/ja.po: Update from translation team.
54471 2011-05-23 Ulrich Drepper <drepper@gmail.com>
54474 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54475 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54477 2011-05-20 Andreas Schwab <schwab@redhat.com>
54479 * stdlib/longlong.h: Update from GCC.
54481 2011-05-23 Andreas Schwab <schwab@redhat.com>
54483 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54485 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54486 Add parameter name.
54487 (__sysconf): Pass it down.
54489 2011-05-22 Ulrich Drepper <drepper@gmail.com>
54492 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54494 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54495 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54496 add in in __libc_use_alloca calls. Adjust callers.
54497 (glob): Use malloc in some situations.
54499 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54500 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54503 2011-05-21 Ulrich Drepper <drepper@gmail.com>
54505 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54506 and CLOCK_BOOTTIME_ALARM.
54509 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54512 * string/_strerror.c (__strerror_r): Print negative errors as signed
54516 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54517 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54518 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54520 * configure.in: Fix typo in redirection and correct removal of test
54521 files in two cases.
54524 * locale/setlocale.c (new_composite_name): Fix test to check for
54525 identical name of all categories.
54528 * libio/filedoalloc.c (local_isatty): New function.
54529 (_IO_file_doallocate): Use local_isatty.
54530 * stdio-common/perror.c (perror): In case a new stream is used
54531 forward the stream error.
54532 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54535 2011-05-20 Ulrich Drepper <drepper@gmail.com>
54538 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54540 * include/alloca.h (extend_alloca_account): Define.
54543 * posix/regex.h: Fix comments with documentation of user-accessible
54544 fields after compilation and describe correct free'ing of pattern
54545 after re_compile_pattern.
54546 Patch by Reuben Thomas <rrt@sc3d.org>.
54548 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
54550 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54551 and -mno-altivec to prevent the compiler from using Altivec and/or
54552 VSX instructions when the corresponding registers are not available.
54554 2011-05-19 Andreas Schwab <schwab@redhat.com>
54556 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54558 2011-05-19 Ulrich Drepper <drepper@gmail.com>
54560 * libio/freopen.c (freopen): Use __dup2, not dup2.
54561 * libio/freopen64.c (freopen64): Likewise.
54563 2011-05-17 H.J. Lu <hongjiu.lu@intel.com>
54566 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54567 * math/Makefile (tests): Add test-powl.
54568 (CFLAGS-test-powl.c): Define.
54569 * math/test-powl.c: New file.
54571 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
54573 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54575 2011-05-17 Ulrich Drepper <drepper@gmail.com>
54578 * iconvdata/gb18030.c: Update to GB18020-2005.
54580 2011-05-16 Ulrich Drepper <drepper@gmail.com>
54582 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54583 RE_SYNTAX_POSIX_AWK): Update to match recent development.
54584 Patch by Aharon Robbins <arnold@skeeve.com>.
54587 * stdlib/putenv.c (putenv): Don't always create copy of the variable
54591 * misc/pselect.c (__pselect): Handle timeout value errors hidden
54592 through underflows.
54595 * misc/error.c (error_at_line): Ensure file_name and old_file_name
54596 point to strings before performing equality test for error_one_per_line
54600 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54603 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54604 (struct user_fpregs_struct): Avoid __uint*_t types.
54607 * malloc/mtrace.c (tr_where): Add additional parameter to point to
54608 symbol info. Use it instead of calling _dl_addr locally.
54609 (lock_and_info): New function.
54610 (tr_freehook): Call lock_and_info and pass symbol info as additional
54611 parameter to tr_where.
54612 (tr_mallochook): Likewise.
54613 (tr_reallochook): Likewise.
54614 (tr_memalignhook): Likewise.
54616 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
54617 used and couldn't be at all thread-safe.
54619 2011-05-15 Ulrich Drepper <drepper@gmail.com>
54621 * libio/freopen.c (freopen): Don't close old file descriptor
54622 before the new one is opened. Instead dup the new file descriptor
54623 to the old one after the new stream is created.
54624 * libio/freopen64.c (freopen64): Likewise.
54625 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54626 * libio/fileops.c (_IO_new_file_close_it): Handle new
54627 _IO_FLAGS2_NOCLOSE flag.
54628 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54629 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54630 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54631 _IO_FLAGS2_NOCLOSE flag.
54632 * include/unistd.h: Add hidden_proto for dup3.
54633 Define __have_dup3.
54634 * io/dup3.c: Define hidden symbol.
54635 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54638 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54639 when an incomplete long option is used.
54640 * posix/tst-getopt_long1.c: New file.
54641 * posix/Makefile (tests): Add tst-getopt_long1.
54644 * scripts/config.guess: Update from autoconf-2.68.
54645 * scripts/config.sub: Likewise.
54648 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54650 (has_cpuclock): ...this. New function.
54651 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54652 macro here based on has_cpuclock code.
54655 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54656 First byte (not low byte) is now always NUL.
54657 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54659 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54660 Use non-cancelable interfaces.
54663 * locale/iso-639.def: Add entry for Sorani.
54666 * include/stdlib.h: Move include protection to the right place.
54667 Define abort_msg_s. Declare __abort_msg with it.
54668 * stdlib/abort.c (__abort_msg): Adjust type.
54669 * assert/assert.c (__assert_fail_base): New function. Majority
54670 of code from __assert_fail. Allocate memory for __abort_msg with
54672 (__assert_fail): Now call __assert_fail_base.
54673 * assert/assert-perr.c: Remove bulk of implementation. Use
54674 __assert_fail_base.
54675 * include/assert.hL Declare __assert_fail_base.
54676 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54678 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54680 2011-05-14 Ulrich Drepper <drepper@gmail.com>
54684 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54685 until all modules are registered in the DTV.
54686 * elf/Makefile: Add rules to build and run tst-tls19.
54687 * elf/tst-tls19.c: New file.
54688 * elf/tst-tls19mod1.c: New file.
54689 * elf/tst-tls19mod2.c: New file.
54690 * elf/tst-tls19mod3.c: New file.
54691 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54694 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54698 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54699 two-byte sequence errors.
54700 * iconvdata/Makefile (tests): Add bug-iconv8.
54701 * iconvdata/bug-iconv8.c: New file.
54704 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54707 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54710 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54711 (dummy_getcfa): New function.
54712 (init): Get _Unwind_GetCFA address, use dummy if not found.
54713 (backtrace_helper): In recursion check, also check whether CFA changes.
54714 (__backtrace): Completely initialize arg.
54716 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54717 storing incomplete byte sequence in state object. Avoid testing for
54718 guaranteed too small input if we know there is enough data available.
54720 2011-05-11 Andreas Schwab <schwab@redhat.com>
54722 * Makeconfig (+link-pie): Indent.
54723 * Rules (binaries-pie): Define if $(have-fpie) and
54725 (binaries-shared): Also filter out $(binaries-pie).
54726 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54727 * nscd/Makefile (others-pie): Add nscd.
54728 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54729 ($(objpfx)nscd): Remove command override.
54730 * login/Makefile (others-pie): Add pt_chown.
54731 ($(objpfx)pt_chown): Remove command override.
54732 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54733 remove command overrides.
54735 2011-05-13 Ulrich Drepper <drepper@gmail.com>
54737 * libio/tst_putwc.c: Fix error messages.
54740 * libio/fileops.c (_IO_new_file_close_it): Always flush when
54741 currently writing and seek to current position when not.
54742 * libio/Makefile (tests): Add bug-fclose1.
54743 * libio/bug-fclose1.c: New file.
54745 2011-05-12 Ulrich Drepper <drepper@gmail.com>
54748 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54749 don't set DF_1_NODELETE here.
54750 (do_lookup_x): When entering new entry test for copy relocation
54751 and if necessary set DF_1_NODELETE flag.
54752 * elf/tst-unique4.cc: New file.
54753 * elf/tst-unique4.h: New file.
54754 * elf/tst-unique4lib.cc: New file.
54755 * elf/Makefile: Add rules to build and run tst-unique4.
54756 Patch by Piotr Bury <pbury@goahead.com>.
54758 2011-05-11 Ulrich Drepper <drepper@gmail.com>
54761 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54764 * misc/mntent_r.c (addmntent): Flush the stream after the output
54767 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54768 (is_trusted_path_normalize): Skip initial colon. Append slash
54769 to empty buffer. Duplicate is_trusted_path code but allow
54770 constructed patch to be prefix.
54771 (is_dst): Allow $ORIGIN followed by /.
54772 (_dl_dst_substitute): Correct clearing of check_for_trusted.
54773 Correct testing of result of is_trusted_path_normalize
54774 (decompose_rpath): Fix warning.
54776 2011-05-10 Ulrich Drepper <drepper@gmail.com>
54779 * grp/initgroups.c (internal_getgrouplist): When we found the service
54780 list through the initgroups entry in nsswitch.conf do not always
54781 continue on a successful lookup. Don't always use the
54782 __nss_group_database value if it is set.
54783 * nss/nsswitch.conf (initgroups): Change action for successful db
54784 lookup to continue for compatibility.
54786 2011-05-09 Ulrich Drepper <drepper@gmail.com>
54789 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54791 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54793 * iconvdata/tst-tables.sh: Likewise.
54794 * iconvdata/cp770.c: New file.
54795 * iconvdata/cp771.c: New file.
54796 * iconvdata/cp772.c: New file.
54797 * iconvdata/cp773.c: New file.
54798 * iconvdata/cp774.c: New file.
54799 * iconvdata/testdata/CP770: New file.
54800 * iconvdata/testdata/CP770..UTF8: New file.
54801 * iconvdata/testdata/CP771: New file.
54802 * iconvdata/testdata/CP771..UTF8: New file.
54803 * iconvdata/testdata/CP772: New file.
54804 * iconvdata/testdata/CP772..UTF8: New file.
54805 * iconvdata/testdata/CP773: New file.
54806 * iconvdata/testdata/CP773..UTF8: New file.
54807 * iconvdata/testdata/CP774: New file.
54808 * iconvdata/testdata/CP774..UTF8: New file.
54810 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54812 * iconvdata/gen-8bit-gap.sh: Likewise.
54813 * iconvdata/gen-8bit.sh: Likewise.
54815 * locale/iso-639.def: Add ary entry.
54818 * locale/C-translit.h.in: Add U20A1 transliteration.
54821 * locale/iso-639.def: Add wae entry.
54822 Patch by Kevin Bortis <bortis@translate-wae.ch>.
54825 * locale/programs/localedef.c (construct_output_path): Use ssize_t
54829 * locale/C-translit.h.in: Add entry for U20B9.
54830 Patch by pravin.d.s@gmail.com.
54832 2011-05-08 Ulrich Drepper <drepper@gmail.com>
54835 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54836 ENAMETOOLONG use generic getcwd.
54837 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
54838 in rtld. Use *stat64.
54839 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54840 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54841 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54842 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54843 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54844 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54845 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54846 __fstatat64 macros.
54847 * include/dirent.h: Add libc_hidden_proto for rewinddir.
54848 * dirent/rewinddir.c: Add libc_hidden_def.
54849 * sysdeps/mach/hurd/rewinddir.c: Likewise.
54850 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
54852 * include/dirent.h (__alloc_dir): Add flags parameter.
54853 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54854 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54856 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
54857 from fdopendir if O_CLOEXEC is already set.
54859 2011-03-15 Alan Modra <amodra@gmail.com>
54861 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54862 l_tls_firstbyte_offset non-zero. Save padding offset in
54863 l_tls_firstbyte_offset for later use.
54864 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54865 freeing static tls block.
54867 2011-03-05 Jonathan Nieder <jrnieder@gmail.com>
54869 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54870 where #ifdef was intended. The intent is to prevent ARG_MAX from
54871 being defined by the kernel headers.
54873 2011-05-07 Ulrich Drepper <drepper@gmail.com>
54876 * resolv/resolv.h: Define RES_NOTLDQUERY.
54877 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54878 no-tld-query and set RES_NOTLDQUERY.
54879 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54880 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54881 modern BIND to search name as TLD unless forbidden.
54883 2011-05-07 Petr Baudis <pasky@suse.cz>
54884 Ulrich Drepper <drepper@gmail.com>
54887 * elf/dl-load.c (fillin_rpath): Move trusted path check...
54888 (is_trusted_path): ...to here.
54889 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54890 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54891 using is_trusted_path_normalize() in setuid scripts.
54893 2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
54895 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54896 __BEGIN/__END_DECLS.
54898 2011-05-06 Ulrich Drepper <drepper@gmail.com>
54900 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54901 NSS_STATUS_NOTFOUND if no record was found.
54903 2011-05-05 Andreas Schwab <schwab@redhat.com>
54905 * sunrpc/Makefile (headers): Add rpc/netdb.h.
54906 (headers-not-in-tirpc): Remove rpc/netdb.h
54907 * resolv/netdb.h: Revert last change.
54909 2011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
54911 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54912 circular dependency between libgcc.a and libc.a.
54914 2011-05-05 Andreas Schwab <schwab@redhat.com>
54916 * resolv/netdb.h: Don't include <rpc/netdb.h>.
54917 * nis/Makefile: Don't install rpcsvc/*.
54918 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54919 instead of <rpc/types.h>.
54920 (MAXHOSTNAMELEN): Define.
54922 2011-05-03 Andreas Schwab <schwab@redhat.com>
54924 * elf/ldconfig.c (add_dir): Don't crash on empty path.
54926 2011-04-28 Maciej Babinski <mbabinski@google.com>
54929 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54930 gethostbyname4_r when IPv6 results are possible.
54932 2011-05-02 Ulrich Drepper <drepper@gmail.com>
54935 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54936 _PC_PIPE_BUF handling.
54938 2011-04-30 Bruno Haible <bruno@clisp.org>
54941 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54942 * resolv/netdb.h (getnameinfo): Change type of flags parameter
54944 * inet/getnameinfo.c (getnameinfo): Likewise.
54946 2011-04-29 Ulrich Drepper <drepper@gmail.com>
54948 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54949 to groups setting in database lookup.
54950 * nss/nsswitch.conf: Add initgroups entry.
54952 2011-04-22 Ulrich Drepper <drepper@gmail.com>
54955 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54957 Patch by Eric Blake <eblake@redhat.com>.
54959 2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
54961 * sunrpc/Makefile (need-export-routines): Add svc_run.
54962 (routines): Remove svc_run.
54963 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54964 * sunrpc/clnt_perr.c (clnt_perrno): Export.
54965 * sunrpc/svc_run.c (svc_run): Likewise.
54966 * sunrpc/svc_udp.c (svcudp_create): Likewise.
54968 2011-04-21 Ulrich Drepper <drepper@gmail.com>
54970 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54971 problem in reallocation in last patch.
54973 2011-04-20 Ulrich Drepper <drepper@gmail.com>
54975 * sunrpc/Makefile: Move inclusion of Rules.
54977 2011-04-19 Ulrich Drepper <drepper@gmail.com>
54979 * nss/nss_files/files-initgroups.c: New file.
54980 * nss/Makefile (libnss_files-routines): Add files-initgroups.
54981 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54982 _nss_files_initgroups_dyn.
54984 2011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
54986 * elf/elf.h (R_ARM_IRELATIVE): Define.
54988 2011-04-19 Ulrich Drepper <drepper@gmail.com>
54990 * po/ru.po: Update from translation team.
54992 2011-04-17 Ulrich Drepper <drepper@gmail.com>
54994 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54997 2011-02-06 Mike Frysinger <vapier@gentoo.org>
55000 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55001 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55002 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55003 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55004 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55006 2011-03-28 Andreas Schwab <schwab@linux-m68k.org>
55008 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55010 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55011 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55012 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55014 2011-04-17 Ulrich Drepper <drepper@gmail.com>
55017 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55019 * stdlib/bug-getcontext.c: New file.
55020 * stdlib/Makefile: Add rules to build and run bug-getcontext.
55022 2011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55024 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55025 instructions into .machine "z9-109".
55026 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55027 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55029 2011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55031 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55032 between environment variables and auxiliary vector.
55034 2011-04-16 Ulrich Drepper <drepper@gmail.com>
55036 * Makefile: Add rules to build linkobj/libc.so.
55037 * include/libc-symbols.h: Define libc_hidden_nolink.
55038 * include/rpc/auth.h: Mark functions which are to be hidden.
55039 * include/rpc/auth_des.h: Likewise.
55040 * include/rpc/auth_unix.h: Likewise.
55041 * include/rpc/clnt.h: Likewise.
55042 * include/rpc/des_crypt.h: Likewise.
55043 * include/rpc/key_prot.h: Likewise.
55044 * include/rpc/pmap_clnt.h: Likewise.
55045 * include/rpc/pmap_prot.h: Likewise.
55046 * include/rpc/pmap_rmt.h: Likewise.
55047 * include/rpc/rpc_msg.h: Likewise.
55048 * include/rpc/svc.h: Likewise.
55049 * include/rpc/svc_auth.h: Likewise.
55050 * include/rpc/xdr.h: Likewise.
55051 * nis/Makefile: Link all DSOs against linkobj/libc.so.
55052 * nss/Makefile: Likewise.
55053 * sunrpc/Makefile: Don't install headers. Build library with normal
55054 entry points. Don't build rpcinfo. Link RPC tests appropriately.
55055 * sunrpc/auth_des.c: Hide exported symbols by default, export some
55056 for the compat linking library. Remove use of INTDEF/INTUSE.
55057 * sunrpc/auth_none.c: Likewise.
55058 * sunrpc/auth_unix.c: Likewise.
55059 * sunrpc/authdes_prot.c: Likewise.
55060 * sunrpc/authuxprot.c: Likewise.
55061 * sunrpc/clnt_gen.c: Likewise.
55062 * sunrpc/clnt_perr.c: Likewise.
55063 * sunrpc/clnt_raw.c: Likewise.
55064 * sunrpc/clnt_simp.c: Likewise.
55065 * sunrpc/clnt_tcp.c: Likewise.
55066 * sunrpc/clnt_udp.c: Likewise.
55067 * sunrpc/clnt_unix.c: Likewise.
55068 * sunrpc/des_crypt.c: Likewise.
55069 * sunrpc/des_soft.c: Likewise.
55070 * sunrpc/get_myaddr.c: Likewise.
55071 * sunrpc/key_call.c: Likewise.
55072 * sunrpc/key_prot.c: Likewise.
55073 * sunrpc/netname.c: Likewise.
55074 * sunrpc/pm_getmaps.c: Likewise.
55075 * sunrpc/pm_getport.c: Likewise.
55076 * sunrpc/pmap_clnt.c: Likewise.
55077 * sunrpc/pmap_prot.c: Likewise.
55078 * sunrpc/pmap_prot2.c: Likewise.
55079 * sunrpc/pmap_rmt.c: Likewise.
55080 * sunrpc/publickey.c: Likewise.
55081 * sunrpc/rpc_cmsg.c: Likewise.
55082 * sunrpc/rpc_common.c: Likewise.
55083 * sunrpc/rpc_dtable.c: Likewise.
55084 * sunrpc/rpc_prot.c: Likewise.
55085 * sunrpc/rpc_thread.c: Likewise.
55086 * sunrpc/rtime.c: Likewise.
55087 * sunrpc/svc.c: Likewise.
55088 * sunrpc/svc_auth.c: Likewise.
55089 * sunrpc/svc_authux.c: Likewise.
55090 * sunrpc/svc_raw.c: Likewise.
55091 * sunrpc/svc_run.c: Likewise.
55092 * sunrpc/svc_simple.c: Likewise.
55093 * sunrpc/svc_tcp.c: Likewise.
55094 * sunrpc/svc_udp.c: Likewise.
55095 * sunrpc/svc_unix.c: Likewise.
55096 * sunrpc/svcauth_des.c: Likewise.
55097 * sunrpc/xcrypt.c: Likewise.
55098 * sunrpc/xdr.c: Likewise.
55099 * sunrpc/xdr_array.c: Likewise.
55100 * sunrpc/xdr_float.c: Likewise.
55101 * sunrpc/xdr_intXX_t.c: Likewise.
55102 * sunrpc/xdr_mem.c: Likewise.
55103 * sunrpc/xdr_rec.c: Likewise.
55104 * sunrpc/xdr_ref.c: Likewise.
55105 * sunrpc/xdr_sizeof.c: Likewise.
55106 * sunrpc/xdr_stdio.c: Likewise.
55108 2011-04-10 Ulrich Drepper <drepper@gmail.com>
55111 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55112 * sysdeps/ia64/dl-tls.h: Likewise.
55113 * sysdeps/powerpc/dl-tls.h: Likewise.
55114 * sysdeps/s390/dl-tls.h: Likewise.
55115 * sysdeps/sh/dl-tls.h: Likewise.
55116 * sysdeps/sparc/dl-tls.h: Likewise.
55117 * sysdeps/x86_64/dl-tls.h: Likewise.
55118 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55120 2011-03-14 Andreas Schwab <schwab@redhat.com>
55122 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55123 rpath element also skip the following colon.
55124 (expand_dynamic_string_token): Add is_path parameter and pass
55125 down to DL_DST_REQUIRED and _dl_dst_substitute.
55126 (decompose_rpath): Call expand_dynamic_string_token with
55127 non-zero is_path. Ignore empty rpaths.
55128 (_dl_map_object_from_fd): Call expand_dynamic_string_token
55131 2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
55133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55136 2011-04-09 Ulrich Drepper <drepper@gmail.com>
55139 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55140 Patch by Filipe David Manana <fdmanana@apache.org>.
55142 2011-04-07 Andreas Schwab <schwab@redhat.com>
55144 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55145 Maintain aligned stack.
55146 (CHECK_RSP): Remove unused macro.
55148 2011-04-03 Ulrich Drepper <drepper@gmail.com>
55150 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55151 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55153 2011-04-02 Ulrich Drepper <drepper@gmail.com>
55155 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55157 * include/features.h: Mention __USE_XOPEN2K8 in comment.
55159 2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
55162 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55163 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55164 * sysdeps/x86_64/memmove.c: New file.
55165 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55166 (memcpy): Renamed to ...
55167 (__new_memcpy): This.
55168 (memcpy): Provide GLIBC_2_14 memcpy.
55169 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55170 (memcpy): Provide GLIBC_2_2_5 memcpy.
55172 2011-04-01 Ulrich Drepper <drepper@gmail.com>
55175 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55177 2011-03-30 Andreas Schwab <schwab@redhat.com>
55179 * misc/syncfs.c: New file.
55180 * misc/Makefile (routines): Add syncfs.
55181 * posix/unistd.h: Declare syncfs.
55182 * sysdeps/unix/syscalls.list: Add syncfs.
55184 2011-04-01 Andreas Schwab <schwab@redhat.com>
55186 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55188 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55189 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55190 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55191 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55192 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55193 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55194 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55196 2011-04-01 Ulrich Drepper <drepper@gmail.com>
55198 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55199 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55200 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55201 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55202 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55203 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55204 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55206 * io/Makefile: Compile fallocate.c, fallocate64.c, and
55207 sync_file_range.c with -fexceptions.
55208 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55209 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55210 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55211 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55212 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55213 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55214 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55215 sync_file_range as cancellation point
55216 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
55217 now a wrapper around __call_sync_file_range with cancellation handling.
55218 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55219 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
55220 function name to __call_sync_file_range.
55221 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55222 Add call_sync_file_range.
55224 2011-04-01 Andreas Schwab <schwab@redhat.com>
55226 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55229 2011-04-01 Ulrich Drepper <drepper@gmail.com>
55231 * iconv/iconv.h: Fix typo in comment.
55232 * io/fcntl.h: Likewise.
55233 * libio/stdio.h: Likewise.
55234 * posix/spawn.h: Likewise.
55235 * posix/unistd.h: Likewise.
55236 * stdlib/stdlib.h: Likewise.
55237 * time/time.h: Likewise.
55238 * wcsmbs/wchar.h: Likewise.
55240 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55241 open_by_handle): Add.
55242 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55243 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
55244 Augment a few comments.
55245 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55246 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55247 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55248 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55249 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55250 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55253 * io/fcntl.h (AT_EMPTY_PATH): Define.
55255 2011-03-30 Ulrich Drepper <drepper@gmail.com>
55257 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55258 * sysdeps/unix/sysv/linux/bits/time.h: New file.
55259 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55261 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
55262 * Versions.def: Add GLIBC_2.14.
55263 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55266 2011-03-22 Ulrich Drepper <drepper@gmail.com>
55268 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55270 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55272 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
55275 * string/test-strncmp.c (do_page_test): New function.
55276 (check2): Likewise.
55277 (test_main): Call check2.
55278 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55280 2011-03-20 Ulrich Drepper <drepper@gmail.com>
55283 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55284 Handle cache information in CPU leaf 4.
55285 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55287 2011-03-18 Ulrich Drepper <drepper@gmail.com>
55290 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55291 character representation.
55292 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55294 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
55296 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55297 END(__isnan) to END(__isnanf) to match function entry point/label
55298 EALIGN(__isnanf,...).
55300 2011-03-10 Jakub Jelinek <jakub@redhat.com>
55302 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55304 2011-03-10 Ulrich Drepper <drepper@gmail.com>
55307 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55308 copy from the symbol referenced in the relocation to initialize the
55310 Patch by Piotr Bury <pbury@goahead.com>.
55311 * elf/Makefile: Add rules to build and tst-unique3.
55312 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55313 * elf/tst-unique3.cc: New file.
55314 * elf/tst-unique3.h: New file.
55315 * elf/tst-unique3lib.cc: New file.
55316 * elf/tst-unique3lib2.cc: New file.
55318 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55320 2011-03-10 Mike Frysinger <vapier@gentoo.org>
55322 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55323 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
55326 2011-03-06 Ulrich Drepper <drepper@gmail.com>
55328 * elf/dl-load.c (_dl_map_object): If we are looking for the first
55329 to-be-loaded object along a path to loader is ld.so.
55331 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
55332 Ulrich Drepper <drepper@gmail.com>
55334 * sysdeps/x86_64/memset.S: After aligning destination, code
55335 branches to different locations depending on the value of
55336 misalignment, when multiarch is enabled. Fix this.
55338 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
55340 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55341 Set _x86_64_preferred_memory_instruction for AMD processsors.
55342 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55343 Set bit_Prefer_SSE_for_memop for AMD processors.
55345 2011-03-04 Ulrich Drepper <drepper@gmail.com>
55347 * libio/fmemopen.c (fmemopen): Optimize a bit.
55349 2011-03-03 Andreas Schwab <schwab@redhat.com>
55351 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55353 2011-03-03 Roland McGrath <roland@redhat.com>
55355 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55357 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
55359 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55360 __bzero_ultra1 instead of __memset_ultra1.
55362 2011-02-23 Andreas Schwab <schwab@redhat.com>
55363 Ulrich Drepper <drepper@gmail.com>
55366 * include/link.h (struct link_map): Add l_orig_initfini.
55367 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55368 returning unsuccessfully.
55369 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55370 close of a file loaded at startup, restore the original l_initfini
55372 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55373 list, store the pointer.
55374 * elf/Makefile ($(objpfx)noload-mem): New rule.
55375 (noload-ENV): Define.
55376 (tests): Add $(objpfx)noload-mem.
55377 * elf/noload.c: Include <memcheck.h>.
55378 (main): Call mtrace. Close all opened handles.
55380 2011-02-17 Andreas Schwab <schwab@redhat.com>
55383 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55384 dependencies are missing.
55386 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
55388 Fix __if_freereq crash: Unlike the generic version which uses free,
55390 * sysdeps/mach/hurd/ifreq.h: New file.
55392 2011-01-27 Petr Baudis <pasky@suse.cz>
55393 Ulrich Drepper <drepper@gmail.com>
55396 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55397 to extend_alloca().
55398 * stdio-common/bug23.c: New file.
55399 * stdio-common/Makefile (tests): Add bug23.
55401 2010-09-28 Andreas Schwab <schwab@redhat.com>
55402 Ulrich Drepper <drepper@gmail.com>
55405 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55406 before performing relro protection. At old place add assertion
55407 to make sure nothing changed.
55409 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
55410 Glauber de Oliveira Costa <glommer@gmail.com>
55412 * elf/elf.h: Add new ARM TLS relocs.
55414 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
55416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55417 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55419 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
55421 * sysdeps/wordsize-64/tst-writev.c: New file.
55423 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
55425 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55426 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55427 insns in _dl_start to prevent a TOC reference before relocs are
55430 2011-02-15 Ulrich Drepper <drepper@gmail.com>
55433 * Makeconfig: Remove RANLIB definition.
55434 * Makerules: Don't use RANLIB.
55435 * aclocal.m4: Remove ranlib test.
55436 * configure.in: No need to check for ranlib.
55437 * elf/rtld-Rules: Don't use RANLIB.
55439 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
55441 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55443 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55444 inclusion protection macro.
55446 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55447 SIGRTMIN and SIGRTMAX and print information in that case only when
55448 SIGRTMIN is defined.
55450 2011-02-11 Jakub Jelinek <jakub@redhat.com>
55452 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55453 arginfo fn returning -1.
55455 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55456 and thousands string is zero terminated.
55458 2011-02-03 Andreas Schwab <schwab@redhat.com>
55460 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55461 sysdeps/unix/sysv/linux/bits/socket.h.
55463 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
55465 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55466 (__CPU_COUNT): Remove old macros.
55467 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55468 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55469 (__CPU_ALLOC, __CPU_FREE): Add macros.
55470 (__sched_cpualloc, __sched_cpufree): Add declarations.
55472 2011-02-05 Ulrich Drepper <drepper@gmail.com>
55474 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55475 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55476 * nscd/aicache.c (addhstaiX): Return timeout of added value.
55477 (readdhstai): Return value of addhstaiX call.
55478 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55479 (addgrbyX): Return value returned by cache_addgr.
55480 (readdgrbyname): Return value returned by addgrbyX.
55481 (readdgrbygid): Likewise.
55482 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55483 (addpwbyX): Return value returned by cache_addpw.
55484 (readdpwbyname): Return value returned by addhstbyX.
55485 (readdpwbyuid): Likewise.
55486 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55487 (addservbyX): Return value returned by cache_addserv.
55488 (readdservbyname): Return value returned by addservbyX:
55489 (readdservbyport): Likewise.
55490 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55491 (addhstbyX): Return value returned by cache_addhst.
55492 (readdhstbyname): Return value returned by addhstbyX.
55493 (readdhstbyaddr): Likewise.
55494 (readdhstbynamev6): Likewise.
55495 (readdhstbyaddrv6): Likewise.
55496 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55497 (readdinitgroups): Return value returned by addinitgroupsX.
55498 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55499 (prune_cache): Keep track of timeout value of re-added entries.
55500 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55501 * nscd/nscd.h: Adjust prototypes of readd* functions.
55503 2011-02-04 Roland McGrath <roland@redhat.com>
55505 * nis/nis_server.c (nis_servstate): Use the right name for 0.
55506 (nis_stats): Likewise.
55507 * nis/nis_modify.c (nis_modify): Likewise.
55508 * nis/nis_remove.c (nis_remove): Likewise.
55509 * nis/nis_add.c (nis_add): Likewise.
55511 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55513 * posix/fnmatch_loop.c: Add some consts.
55515 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55517 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
55520 * config.make.in (config-cflags-novzeroupper): Define.
55521 * configure.in: Substitute libc_cv_cc_novzeroupper.
55522 * elf/Makefile (AVX-CFLAGS): Define.
55523 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55524 (CFLAGS-tst-auditmod4a.c): Likewise.
55525 (CFLAGS-tst-auditmod4b.c): Likewise.
55526 (CFLAGS-tst-auditmod6b.c): Likewise.
55527 (CFLAGS-tst-auditmod6c.c): Likewise.
55528 (CFLAGS-tst-auditmod7b.c): Likewise.
55529 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55531 2011-02-02 Ulrich Drepper <drepper@gmail.com>
55533 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55534 function to the callback.
55535 Patch partly by Jiri Olsa <jolsa@redhat.com>.
55537 2011-02-02 Andreas Schwab <schwab@redhat.com>
55539 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55542 2011-01-19 Ulrich Drepper <drepper@gmail.com>
55545 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55547 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55549 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55552 * elf/Makefile: Add rules to build and run new test.
55553 * elf/tst-initorder.c: New file.
55554 * elf/tst-initorder.exp: New file.
55555 * elf/tst-initordera1.c: New file.
55556 * elf/tst-initordera2.c: New file.
55557 * elf/tst-initordera3.c: New file.
55558 * elf/tst-initordera4.c: New file.
55559 * elf/tst-initorderb1.c: New file.
55560 * elf/tst-initorderb2.c: New file.
55561 * elf/tst-order-a1.c: New file.
55562 * elf/tst-order-a2.c: New file.
55563 * elf/tst-order-a3.c: New file.
55564 * elf/tst-order-a4.c: New file.
55565 * elf/tst-order-b1.c: New file.
55566 * elf/tst-order-b2.c: New file.
55567 * elf/tst-order-main.c: New file.
55568 New test case by George Gensure <werkt0@gmail.com>.
55570 2010-10-01 Andreas Schwab <schwab@redhat.com>
55572 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55573 decoding ACE if AI_CANONIDN.
55575 2011-01-18 Ulrich Drepper <drepper@gmail.com>
55577 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55579 2011-01-17 Ulrich Drepper <drepper@gmail.com>
55581 * version.h (RELEASE): Bump for 2.13 release.
55582 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55584 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55586 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55588 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55589 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55590 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55591 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55592 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55593 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55595 * posix/getconf.c: Update copyright year.
55596 * catgets/gencat.c: Likewise.
55597 * csu/version.c: Likewise.
55598 * debug/catchsegv.sh: Likewise.
55599 * debug/xtrace.sh: Likewise.
55600 * elf/ldconfig.c: Likewise.
55601 * elf/ldd.bash.in: Likewise.
55602 * elf/sprof.c (print_version): Likewise.
55603 * iconv/iconv_prog.c: Likewise.
55604 * iconv/iconvconfig.c: Likewise.
55605 * locale/programs/locale.c: Likewise.
55606 * locale/programs/localedef.c: Likewise.
55607 * malloc/memusage.sh: Likewise.
55608 * malloc/mtrace.pl: Likewise.
55609 * nscd/nscd.c (print_version): Likewise.
55610 * nss/getent.c: Likewise.
55612 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55613 PF_CAIF, and PF_ALG.
55614 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55616 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
55618 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55619 (modules-names): Use them.
55620 (ifunc-test-modules, ifunc-pie-tests): Define.
55621 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55622 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55623 (test-extras): Likewise.
55624 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55625 $(compile-command.c).
55626 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55627 (all-built-dso): Define.
55628 (check-textrel.out, check-execstack.out): Depend on it.
55630 * configure.in: Don't override --enable-multi-arch.
55632 2011-01-15 Ulrich Drepper <drepper@gmail.com>
55635 * nscd/hstcache.c (tryagain): Define.
55636 (cache_addhst): Return tryagain not notfound for temporary errors.
55637 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55640 2011-01-14 Ulrich Drepper <drepper@gmail.com>
55643 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55644 to make the syscall.
55645 * sysdeps/unix/sysv/linux/setgroups.c: New file.
55648 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55649 and fall back to matching as normal character if the string ends before
55650 the matching ']' is found. This is what POSIX requires.
55651 * posix/testfnm.c: Adjust test result.
55652 * posix/globtest.sh: Adjust test result. Add new test.
55653 * posix/tst-fnmatch.input: Likewise.
55654 * posix/tst-fnmatch2.c: Add new test.
55656 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
55658 * elf/Makefile (check-execstack): Revert last change. Depend on
55660 (check-execstack.h): New target.
55661 (generated): Add check-execstack.h.
55662 * elf/check-execstack.c: Include "check-execstack.h".
55663 (main): Revert last change.
55664 (handle_file): Return zero if GNU_STACK is absent and
55665 DEFAULT_STACK_PERMS doesn't include PF_X.
55667 2011-01-13 Ulrich Drepper <drepper@gmail.com>
55669 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55670 in child fails because the descriptor is already closed.
55671 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55672 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55673 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55676 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55680 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55681 temporary buffer used to handle multi lookups locally.
55682 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55684 2011-01-12 Ulrich Drepper <drepper@gmail.com>
55686 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55689 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
55691 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55692 alignment for SSE2.
55694 2011-01-12 Ulrich Drepper <drepper@gmail.com>
55697 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55698 characters. When rounding increased number of integer digits recompute
55700 * stdio-common/tst-grouping.c: New file.
55701 * stdio-common/Makefile: Add rules to build and run tst-grouping.
55703 2011-01-09 Ulrich Drepper <drepper@gmail.com>
55705 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55706 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
55708 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55710 * bits/select.h: Likewise.
55712 2011-01-08 Ulrich Drepper <drepper@gmail.com>
55714 * po/ja.po: Update from translation team.
55716 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
55719 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55720 implementation just like for lxstat, fxstatat, et al.
55722 2010-12-27 Jim Meyering <meyering@redhat.com>
55725 * posix/regexec.c (build_trtable): Return failure indication upon
55726 calloc failure. Otherwise, re_search_internal could infloop on OOM.
55728 2010-12-25 Ulrich Drepper <drepper@gmail.com>
55731 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55732 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55733 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55734 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55737 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55740 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55741 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55743 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
55745 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55746 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55747 script has SORT_BY_INIT_PRIORITY.
55748 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55749 NO_CTORS_DTORS_SECTIONS is defined.
55750 * elf/soinit.c: Likewise.
55751 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55752 NO_CTORS_DTORS_SECTIONS is defined.
55753 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55754 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55755 * sysdeps/sh/init-first.c: Likewise.
55756 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55758 2010-12-24 Ulrich Drepper <drepper@gmail.com>
55760 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55761 always use the slow path.
55763 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
55765 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55766 similar rule which adds the sysdep directories to the header search in
55767 order to pick up the correct platform stackinfo.h.
55768 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55769 perform test if it is, otherwise return successfully without testing.
55770 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55771 DEFAULT_STACK_PERMS define in stackinfo.h.
55772 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55773 defined in stackinfo.h.
55774 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55775 DEFAULT_STACK_PERMS defined in stackinfo.h.
55776 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55777 * sysdeps/ia64/stackinfo.h: Likewise.
55778 * sysdeps/s390/stackinfo.h: Likewise.
55779 * sysdeps/sh/stackinfo.h: Likewise.
55780 * sysdeps/sparc/stackinfo.h: Likewise.
55781 * sysdeps/x86_64/stackinfo.h: Likewise.
55782 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55783 PF_X for powerpc64. Retain PF_X for powerpc32.
55785 2010-12-19 Ulrich Drepper <drepper@gmail.com>
55787 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55789 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55790 GETDENTS_64BIT_ALIGNED.
55792 2010-12-14 Ulrich Drepper <dreper@gmail.com>
55794 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55796 2010-12-10 Andreas Schwab <schwab@redhat.com>
55798 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55801 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55802 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55804 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55805 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55807 2010-12-09 Ulrich Drepper <drepper@gmail.com>
55810 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55813 2010-12-09 Jakub Jelinek <jakub@redhat.com>
55815 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55817 2010-12-03 Ulrich Drepper <drepper@gmail.com>
55819 * po/it.po: Update from translation team.
55821 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
55823 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55826 2010-11-30 Ulrich Drepper <drepper@gmail.com>
55828 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55830 2010-11-24 Andreas Schwab <schwab@redhat.com>
55832 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55834 (gaih_getanswer_slice): Likewise.
55836 2010-10-20 Jakub Jelinek <jakub@redhat.com>
55838 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55840 2010-05-31 Petr Baudis <pasky@suse.cz>
55843 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55844 silently even in the chroot mode.
55846 2010-11-22 Ulrich Drepper <drepper@gmail.com>
55848 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55849 last patch a bit. Pretty printing
55851 2010-05-31 Petr Baudis <pasky@suse.cz>
55854 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55855 initialization of skip_initgroups_dyn.
55857 2010-11-19 Ulrich Drepper <drepper@gmail.com>
55859 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55860 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55862 2010-11-16 Ulrich Drepper <drepper@gmail.com>
55864 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55866 2010-11-11 Andreas Schwab <schwab@redhat.com>
55868 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55869 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55870 (tst-fnmatch-ENV): Set MALLOC_TRACE.
55871 ($(objpfx)tst-fnmatch-mem): New rule.
55872 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55873 * posix/tst-fnmatch.c (main): Call mtrace.
55875 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
55877 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55878 Support Intel processor model 6 and model 0x2c.
55880 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
55882 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55885 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
55888 * string/test-strncasecmp.c (check_result): New function.
55889 (do_one_test): Use it.
55890 (check1): New function.
55891 (test_main): Use it.
55892 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55893 Support strcasecmp and strncasecmp.
55895 2010-11-08 Ulrich Drepper <drepper@gmail.com>
55898 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55899 * sysdeps/x86_64/bits/byteswap.h: Likewise.
55901 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
55903 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55905 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55907 * sysdeps/x86_64/multiarch/bzero.S: New file.
55908 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55909 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55910 * sysdeps/x86_64/multiarch/memset.S: New file.
55911 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55912 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55913 Set bit_Prefer_SSE_for_memop for Intel processors.
55914 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55916 (index_Prefer_SSE_for_memop): Define.
55917 (HAS_PREFER_SSE_FOR_MEMOP): Define.
55919 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
55921 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55922 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55924 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
55927 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55928 (__x86_64_raw_data_cache_size_half): Likewise.
55929 (__x86_64_raw_shared_cache_size): Likewise.
55930 (__x86_64_raw_shared_cache_size_half): Likewise.
55932 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55933 (__x86_64_raw_data_cache_size_half): Likewise.
55934 (__x86_64_raw_shared_cache_size): Likewise.
55935 (__x86_64_raw_shared_cache_size_half): Likewise.
55936 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55937 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55938 and __x86_64_raw_shared_cache_size_half. Round
55939 __x86_64_data_cache_size_half, __x86_64_data_cache_size
55940 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55941 to multiple of 256 bytes.
55943 2010-11-03 Ulrich Drepper <drepper@gmail.com>
55946 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55947 of inacessible symlinks. Verify result of symlink before returning it.
55948 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55949 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55951 2010-10-28 Erich Ritz <erichritz@gmail.com>
55953 * math/math.h (isinf): Fix typo in comment.
55955 2010-11-01 Ulrich Drepper <drepper@gmail.com>
55957 * po/da.po: Update from translation team.
55959 2010-10-26 Ulrich Drepper <drepper@gmail.com>
55961 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55962 is added to the list.
55964 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55965 Ulrich Drepper <drepper@gmail.com>
55967 * elf/dl-object.c (_dl_new_object): Don't append the new object to
55968 the global list here. Move code to...
55969 (_dl_add_to_namespace_list): ...here. New function.
55970 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55971 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55972 * elf/dl-load.c (lose): Don't remove the element from the list.
55973 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55974 (_dl_map_object): Likewise.
55976 2010-10-25 Ulrich Drepper <drepper@gmail.com>
55979 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55980 into all bytes of SSE register.
55981 Patch by Richard Li <richardpku@gmail.com>.
55983 2010-10-24 Ulrich Drepper <drepper@gmail.com>
55986 * malloc/malloc.c (_int_free): Fill correct number of bytes when
55989 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
55991 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55992 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55993 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55994 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55995 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55997 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55999 2010-10-22 Andreas Schwab <schwab@redhat.com>
56001 * include/dlfcn.h (__RTLD_SECURE): Define.
56002 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
56003 mode & __RTLD_SECURE instead.
56004 (open_path): Rename preloaded parameter to secure.
56005 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56006 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56007 * elf/dl-deps.c (openaux): Likewise.
56008 * elf/rtld.c (struct map_args): Remove is_preloaded.
56009 (map_doit): Don't use it.
56010 (dl_main): Likewise.
56011 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56012 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56014 2010-09-09 Andreas Schwab <schwab@redhat.com>
56016 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56017 (sysd-rules-targets): Remove duplicates.
56018 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56019 rtld-%.$o dependency.
56021 2010-10-18 Andreas Schwab <schwab@redhat.com>
56023 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56024 _dl_map_object do it.
56026 2010-10-19 Ulrich Drepper <drepper@gmail.com>
56028 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56029 fast fma builtins, define the macros in the C99 standard.
56030 (FP_FAST_FMAF): Likewise.
56031 (FP_FAST_FMAL): Likewise.
56032 * sysdeps/x86_64/bits/mathdef.h: Likewise.
56034 * bits/mathdef.h: Update copyright year.
56035 * sysdeps/powerpc/bits/mathdef.h: Likewise.
56037 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
56039 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56040 builtins, define the macros in the C99 standard.
56041 (FP_FAST_FMAF): Likewise.
56042 (FP_FAST_FMAL): Likewise.
56043 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56045 (FP_FAST_FMAF): Likewise.
56047 2010-10-15 Jakub Jelinek <jakub@redhat.com>
56050 * math/libm-test.inc (fma_test): Some new testcases.
56051 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56052 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56053 y and infinite z. Do multiplication by C already in long double.
56054 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56055 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56056 y and infinite z. Do bitwise or of inexact bit into u.d.
56057 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56058 * sysdeps/i386/fpu/s_fmaf.S: Removed.
56059 * sysdeps/i386/fpu/s_fma.S: Removed.
56060 * sysdeps/i386/fpu/s_fmal.S: Removed.
56062 2010-10-16 Jakub Jelinek <jakub@redhat.com>
56065 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56066 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56067 computation is not scheduled after fetestexcept. Fix value
56068 of minimum denormal long double.
56070 2010-10-14 Jakub Jelinek <jakub@redhat.com>
56073 * math/libm-test.inc (fma_test): Add some more tests.
56074 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56077 2010-10-15 Andreas Schwab <schwab@redhat.com>
56079 * scripts/data/localplt-s390-linux-gnu.data: New file.
56080 * scripts/data/localplt-s390x-linux-gnu.data: New file.
56082 2010-10-13 Jakub Jelinek <jakub@redhat.com>
56085 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56086 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56088 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56090 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56091 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56092 if one of x and y is very large and the other is subnormal.
56093 * sysdeps/s390/fpu/s_fmaf.c: New file.
56094 * sysdeps/s390/fpu/s_fma.c: New file.
56095 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56096 * sysdeps/powerpc/fpu/s_fma.S: New file.
56097 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56098 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56099 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56101 2010-10-12 Jakub Jelinek <jakub@redhat.com>
56104 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56106 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56107 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56108 * sysdeps/i386/i686/multiarch/s_fma.c: Include
56109 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56110 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56111 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56112 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56114 2010-10-12 Ulrich Drepper <drepper@redhat.com>
56117 * posix/regcomp.c (parse_branch): One more memory leak plugged.
56118 * posix/bug-regex31.input: Add test case.
56120 2010-10-11 Ulrich Drepper <drepper@gmail.com>
56122 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56123 * posix/bug-regex31.input: New file.
56126 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56127 (parse_sub_exp): Fix last change, use postorder.
56129 * posix/bug-regex31.c: New file.
56130 * posix/Makefile: Add rules to build and run bug-regex31.
56132 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56135 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56138 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56139 to have entries in sys_siglist.
56142 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56145 2010-10-07 Jakub Jelinek <jakub@redhat.com>
56148 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56149 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56150 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56151 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56152 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56153 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56154 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56155 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56156 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56157 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56158 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56159 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56160 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56161 * math/ftestexcept.c (fetestexcept): Likewise.
56162 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56163 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56164 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56165 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56166 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56167 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56168 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56170 2010-10-11 Ulrich Drepper <drepper@gmail.com>
56173 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56176 2010-10-06 Ulrich Drepper <drepper@gmail.com>
56178 * string/bug-strstr1.c: New file.
56179 * string/Makefile: Add rules to build and run bug-strstr1.
56181 2010-10-05 Eric Blake <eblake@redhat.com>
56184 * string/str-two-way.h (two_way_long_needle): Always clear memory
56185 when skipping input due to the shift table.
56187 2010-10-03 Ulrich Drepper <drepper@gmail.com>
56190 * malloc/mcheck.c: Handle large requests.
56193 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56194 for strncmp and strncasecmp.
56195 * string/stratcliff.c: Add tests for strcmp and strncmp.
56196 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56198 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56200 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56203 2010-09-30 Andreas Jaeger <aj@suse.de>
56205 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56206 (CGROUP_SUPER_MAGIC): Define.
56207 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56208 Handle btrfs and cgroup file systems.
56209 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56212 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
56214 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56215 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56217 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56220 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56221 trying to locate the ELF header.
56223 2010-09-27 Andreas Schwab <schwab@redhat.com>
56226 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56227 Mask out sign-bit copies when constructing f_fsid.
56229 2010-09-24 Petr Baudis <pasky@suse.cz>
56231 * debug/stack_chk_fail_local.c: Add missing licence exception.
56232 * debug/warning-nop.c: Likewise.
56234 2010-09-15 Joseph Myers <joseph@codesourcery.com>
56236 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56237 implementing getdents64 using getdents syscall, set d_type if
56238 __ASSUME_GETDENTS32_D_TYPE.
56240 2010-09-16 Andreas Schwab <schwab@redhat.com>
56242 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56243 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56245 2010-09-21 Ulrich Drepper <drepper@redhat.com>
56248 * posix/unistd.h: Undo change of feature selection for ftruncate from
56251 2010-09-20 Ulrich Drepper <drepper@redhat.com>
56253 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56256 2010-09-20 Andreas Schwab <schwab@redhat.com>
56258 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56260 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56262 2010-09-14 Andreas Schwab <schwab@redhat.com>
56264 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56265 variables after CHECK_SP call.
56266 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56268 2010-09-13 Andreas Schwab <schwab@redhat.com>
56269 Ulrich Drepper <drepper@redhat.com>
56271 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56272 re-relocationg ld.so.
56273 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56274 _dl_init_paths call.
56275 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
56278 2010-09-14 Ulrich Drepper <drepper@redhat.com>
56280 * resolv/res_init.c (__res_vinit): Count the default server we added.
56282 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
56283 Ulrich Drepper <drepper@redhat.com>
56286 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56287 (____longjmp_chk): Use %ebx for saving value across system call.
56290 2010-09-06 Andreas Schwab <schwab@redhat.com>
56292 * manual/Makefile: Don't mix pattern rules with normal rules.
56294 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
56296 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56298 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56299 * libio/iofopncook.c (_IO_cookie_init): Likewise.
56300 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56301 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56302 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56305 2010-09-04 Ulrich Drepper <drepper@redhat.com>
56308 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56309 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56311 2010-09-02 Ulrich Drepper <drepper@redhat.com>
56313 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56314 * sysdeps/x86_64/addmul_1.S: Likewise.
56315 * sysdeps/x86_64/lshift.S: Likewise.
56316 * sysdeps/x86_64/mul_1.S: Likewise.
56317 * sysdeps/x86_64/rshift.S: Likewise.
56318 * sysdeps/x86_64/sub_n.S: Likewise.
56319 * sysdeps/x86_64/submul_1.S: Likewise.
56321 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
56323 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56324 Define __sched_param instead of SCHED_* and sched_param when
56325 <bits/sched.h> is included with __need_schedparam defined.
56326 * bits/sched.h [__need_schedparam]
56327 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56328 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56329 (__defined_schedparam): Define to 1.
56330 (__sched_param): New structure, identical to sched_param.
56331 (__need_schedparam): Undefine.
56333 2010-08-31 Mike Frysinger <vapier@gentoo.org>
56335 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56336 (epoll_create1): Declare.
56338 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56340 2010-08-31 Andreas Schwab <schwab@redhat.com>
56343 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56344 shifting retval into place.
56346 2010-09-01 Ulrich Drepper <drepper@redhat.com>
56348 * nis/rpcsvc/nis.h: Update copyright notice.
56349 * nis/rpcsvc/nis.x: Likewise.
56350 * nis/rpcsvc/nis_callback.h: Likewise.
56351 * nis/rpcsvc/nis_callback.x: Likewise.
56352 * nis/rpcsvc/nis_object.x: Likewise.
56353 * nis/rpcsvc/nis_tags.h: Likewise.
56354 * nis/rpcsvc/yp.h: Likewise.
56355 * nis/rpcsvc/yp.x: Likewise.
56356 * nis/rpcsvc/ypupd.h: Likewise.
56357 * nis/yp_xdr.c: Likewise.
56358 * nis/ypupdate_xdr.c: Likewise.
56360 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
56361 mainly the body of pmap_getport. Add parameters to specify timeouts.
56362 (pmap_getport): Use __libc_rpc_getport.
56363 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56364 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56365 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56367 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
56369 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56372 2010-08-27 Roland McGrath <roland@redhat.com>
56374 * sysdeps/i386/i686/multiarch/Makefile
56375 (CFLAGS-varshift.c): New variable.
56377 2010-08-27 Ulrich Drepper <drepper@redhat.com>
56379 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56380 * sysdeps/i386/i686/multiarch/varshift.c: New file.
56382 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56384 * sysdeps/x86_64/strlen.S: Minimal code improvement.
56386 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
56388 * sysdeps/x86_64/strlen.S: Unroll the loop.
56389 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56390 strlen-sse2 strlen-sse2-bsf.
56391 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56392 __strlen_no_bsf if bit_Slow_BSF is set.
56393 (__strlen_sse42): Removed.
56394 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56395 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56397 2010-08-25 Roland McGrath <roland@redhat.com>
56399 * sysdeps/x86_64/multiarch/varshift.S: File removed.
56400 * sysdeps/x86_64/multiarch/varshift.c: New file.
56401 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56402 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56403 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56404 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56406 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
56408 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56409 strlen-sse2 strlen-sse2-bsf.
56410 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56411 __strlen_sse2_bsf if bit_Slow_BSF is unset.
56412 (__strlen_sse2): Removed.
56413 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56414 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56415 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56416 bit_Slow_BSF for Atom.
56417 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56418 (index_Slow_BSF): Define.
56419 (HAS_SLOW_BSF): Define.
56421 2010-08-25 Ulrich Drepper <drepper@redhat.com>
56424 * resolv/res_init.c (__res_vinit): When no server address at all
56425 is given default to loopback.
56427 2010-08-24 Roland McGrath <roland@redhat.com>
56429 * configure.in: Remove config-name.h generation.
56430 * configure: Regenerated.
56431 * config-name.in: File removed.
56432 * scripts/config-uname.sh: New file.
56433 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56434 ($(objdir)config-name.h): New target.
56436 * sunrpc/rpc_parse.h: Avoid nested comment.
56438 2010-08-24 Richard Henderson <rth@redhat.com>
56439 Ulrich Drepper <drepper@redhat.com>
56440 H.J. Lu <hongjiu.lu@intel.com>
56442 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56443 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56444 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56445 Replace _mm_srli_si128 with __m128i_shift_right. Replace
56446 _mm_alignr_epi8 with _mm_loadu_si128.
56447 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56448 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56449 (__m128i_shift_right): Removed.
56450 * sysdeps/i386/i686/multiarch/varshift.h: New file.
56451 * sysdeps/i386/i686/multiarch/varshift.S: New file.
56452 * sysdeps/x86_64/multiarch/varshift.h: New file.
56453 * sysdeps/x86_64/multiarch/varshift.S: New file.
56455 2010-08-21 Mike Frysinger <vapier@gentoo.org>
56457 * configure.in: Move assembler checks to before sysdep dir checking.
56459 2010-08-20 Petr Baudis <pasky@suse.cz>
56461 * LICENSES: Sync the sunrpc license.
56463 2010-08-19 Ulrich Drepper <drepper@redhat.com>
56465 * sunrpc/auth_des.c: Update copyright notice once again.
56466 * sunrpc/auth_none.c: Likewise.
56467 * sunrpc/auth_unix.c: Likewise.
56468 * sunrpc/authdes_prot.c: Likewise.
56469 * sunrpc/authuxprot.c: Likewise.
56470 * sunrpc/bindrsvprt.c: Likewise.
56471 * sunrpc/clnt_gen.c: Likewise.
56472 * sunrpc/clnt_perr.c: Likewise.
56473 * sunrpc/clnt_raw.c: Likewise.
56474 * sunrpc/clnt_simp.c: Likewise.
56475 * sunrpc/clnt_tcp.c: Likewise.
56476 * sunrpc/clnt_udp.c: Likewise.
56477 * sunrpc/clnt_unix.c: Likewise.
56478 * sunrpc/des_crypt.c: Likewise.
56479 * sunrpc/des_soft.c: Likewise.
56480 * sunrpc/get_myaddr.c: Likewise.
56481 * sunrpc/getrpcport.c: Likewise.
56482 * sunrpc/key_call.c: Likewise.
56483 * sunrpc/key_prot.c: Likewise.
56484 * sunrpc/openchild.c: Likewise.
56485 * sunrpc/pm_getmaps.c: Likewise.
56486 * sunrpc/pm_getport.c: Likewise.
56487 * sunrpc/pmap_clnt.c: Likewise.
56488 * sunrpc/pmap_prot.c: Likewise.
56489 * sunrpc/pmap_prot2.c: Likewise.
56490 * sunrpc/pmap_rmt.c: Likewise.
56491 * sunrpc/rpc/auth.h: Likewise.
56492 * sunrpc/rpc/auth_unix.h: Likewise.
56493 * sunrpc/rpc/clnt.h: Likewise.
56494 * sunrpc/rpc/des_crypt.h: Likewise.
56495 * sunrpc/rpc/key_prot.h: Likewise.
56496 * sunrpc/rpc/netdb.h: Likewise.
56497 * sunrpc/rpc/pmap_clnt.h: Likewise.
56498 * sunrpc/rpc/pmap_prot.h: Likewise.
56499 * sunrpc/rpc/pmap_rmt.h: Likewise.
56500 * sunrpc/rpc/rpc.h: Likewise.
56501 * sunrpc/rpc/rpc_des.h: Likewise.
56502 * sunrpc/rpc/rpc_msg.h: Likewise.
56503 * sunrpc/rpc/svc.h: Likewise.
56504 * sunrpc/rpc/svc_auth.h: Likewise.
56505 * sunrpc/rpc/types.h: Likewise.
56506 * sunrpc/rpc/xdr.h: Likewise.
56507 * sunrpc/rpc_clntout.c: Likewise.
56508 * sunrpc/rpc_cmsg.c: Likewise.
56509 * sunrpc/rpc_common.c: Likewise.
56510 * sunrpc/rpc_cout.c: Likewise.
56511 * sunrpc/rpc_dtable.c: Likewise.
56512 * sunrpc/rpc_hout.c: Likewise.
56513 * sunrpc/rpc_main.c: Likewise.
56514 * sunrpc/rpc_parse.c: Likewise.
56515 * sunrpc/rpc_parse.h: Likewise.
56516 * sunrpc/rpc_prot.c: Likewise.
56517 * sunrpc/rpc_sample.c: Likewise.
56518 * sunrpc/rpc_scan.c: Likewise.
56519 * sunrpc/rpc_scan.h: Likewise.
56520 * sunrpc/rpc_svcout.c: Likewise.
56521 * sunrpc/rpc_tblout.c: Likewise.
56522 * sunrpc/rpc_util.c: Likewise.
56523 * sunrpc/rpc_util.h: Likewise.
56524 * sunrpc/rpcinfo.c: Likewise.
56525 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56526 * sunrpc/rpcsvc/key_prot.x: Likewise.
56527 * sunrpc/rpcsvc/klm_prot.x: Likewise.
56528 * sunrpc/rpcsvc/mount.x: Likewise.
56529 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56530 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56531 * sunrpc/rpcsvc/rex.x: Likewise.
56532 * sunrpc/rpcsvc/rstat.x: Likewise.
56533 * sunrpc/rpcsvc/rusers.x: Likewise.
56534 * sunrpc/rpcsvc/sm_inter.x: Likewise.
56535 * sunrpc/rpcsvc/spray.x: Likewise.
56536 * sunrpc/rpcsvc/yppasswd.x: Likewise.
56537 * sunrpc/rtime.c: Likewise.
56538 * sunrpc/svc.c: Likewise.
56539 * sunrpc/svc_auth.c: Likewise.
56540 * sunrpc/svc_authux.c: Likewise.
56541 * sunrpc/svc_raw.c: Likewise.
56542 * sunrpc/svc_run.c: Likewise.
56543 * sunrpc/svc_simple.c: Likewise.
56544 * sunrpc/svc_tcp.c: Likewise.
56545 * sunrpc/svc_udp.c: Likewise.
56546 * sunrpc/svc_unix.c: Likewise.
56547 * sunrpc/svcauth_des.c: Likewise.
56548 * sunrpc/xcrypt.c: Likewise.
56549 * sunrpc/xdr.c: Likewise.
56550 * sunrpc/xdr_array.c: Likewise.
56551 * sunrpc/xdr_float.c: Likewise.
56552 * sunrpc/xdr_mem.c: Likewise.
56553 * sunrpc/xdr_rec.c: Likewise.
56554 * sunrpc/xdr_ref.c: Likewise.
56555 * sunrpc/xdr_sizeof.c: Likewise.
56556 * sunrpc/xdr_stdio.c: Likewise.
56558 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56561 2010-08-19 Andreas Schwab <schwab@redhat.com>
56563 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56565 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
56567 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56568 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56569 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56570 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56571 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56572 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56573 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56574 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56575 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56576 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56577 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56578 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56579 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56580 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56582 2010-07-26 Anton Blanchard <anton@samba.org>
56584 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56585 * malloc/arena.c (heap_trim): Likewise.
56587 2010-08-16 Ulrich Drepper <drepper@redhat.com>
56589 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56591 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56592 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56594 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
56596 * sysdeps/i386/elf/Makefile: New file.
56598 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
56600 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56601 from fanotify_init.
56602 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56603 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56605 2010-08-15 Ulrich Drepper <drepper@redhat.com>
56607 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56609 * sysdeps/multiarch/strcmp.S: Likewise.
56611 2010-08-14 Ulrich Drepper <drepper@redhat.com>
56613 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56614 strncase_l-nonascii.
56615 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56616 Add strncase_l-ssse3.
56617 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56618 * sysdeps/x86_64/strcmp.S: Likewise.
56619 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56620 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56621 * sysdeps/x86_64/strncase.S: New file.
56622 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56623 * sysdeps/x86_64/strncase_l.S: New file.
56624 * string/Makefile (strop-tests): Add strncasecmp.
56625 * string/test-strncasecmp.c: New file.
56627 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56630 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56631 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56633 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
56635 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56637 2010-08-12 Ulrich Drepper <drepper@redhat.com>
56639 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56640 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56641 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56643 2010-05-01 Alan Modra <amodra@gmail.com>
56645 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56646 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56647 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56648 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56649 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56650 tidying. Don't tail-call __sigjmp_save for static lib.
56651 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56653 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56654 (CALL_MCOUNT): Add eh info, and nop after bl.
56655 (TAIL_CALL_SYSCALL_ERROR): New macro.
56656 (PSEUDO_RET): Use it.
56657 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56658 Correct save location of integer regs and cr.
56659 (_dl_profile_resolve): Correct cr save location. Delete nops
56660 after bl when SHARED. Reduce cfi size a little by better
56661 placement of cfi directives.
56662 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56663 make a stack frame. Instead use parm save area as a temp.
56664 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56665 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
56666 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56667 Don't make a stack frame for parent, use parm save area.
56668 Increase child stack frame to 112 bytes. Don't save unused reg,
56669 and adjust reg usage. Set up cfi on error recovery and
56670 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56672 (__makecontext): Add dummy nop after jump to exit.
56673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56674 Use correct parm save area and cr save, reduce stack frame.
56675 Correct cfi for possible PSEUDO_RET frame setup.
56676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56677 Branch to local label emitted by PSEUDO_RET rather than
56680 2010-08-12 Andreas Schwab <schwab@redhat.com>
56683 * locale/programs/locale.c (print_assignment): New function.
56684 (show_locale_vars): Use it.
56686 2010-08-11 Ulrich Drepper <drepper@redhat.com>
56688 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56690 (struct statfs64): Likewise.
56691 (_STATFS_F_FLAGS): Define.
56692 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56693 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56694 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56695 (ST_VALID): Define locally.
56696 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56697 __statvfs_getflags, use the provided value.
56698 * sysdeps/unix/sysv/linux/kernel-features.h: Define
56699 __ASSUME_STATFS_F_FLAGS.
56701 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56703 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56704 Add sys/fanotify.h.
56705 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56706 fanotify_mask for GLIBC_2.13.
56707 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56708 fanotify_init and fanotify_mark.
56709 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56710 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56712 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56714 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56715 prlimit64 for GLIBC_2.13.
56716 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56718 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56720 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56721 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56722 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56723 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56724 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
56726 * sysdeps/unix/sysv/linux/prlimit.c: New file.
56729 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56730 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56732 * nss/Makefile: Add rules to build and run tst-nss-test1.
56733 * shlib-versions: Add entry for libnss_test1.
56734 * nss/nss_test1.c: New file.
56735 * nss/tst-nss-test1.c: New file.
56737 * nss/nsswitch.c (__nss_database_custom): Define new variable.
56738 (__nss_configure_lookup): Set appropriate entry in
56739 __nss_configure_lookup to true.
56740 * nss/nsswitch.h: Define enum with indeces of databases in
56741 databases and __nss_database_custom arrays. Declare
56742 __nss_database_custom.
56743 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56744 to avoid using nscd when custom rules are installed.
56745 * nss/getXXbyYY_r.c: Likewise.
56746 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56748 * nss/nss_files/files-parse.c: Whitespace fixes.
56750 2010-08-09 Ulrich Drepper <drepper@redhat.com>
56753 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56754 * posix/fnmatch_loop.c: Likewise.
56756 2010-07-17 Andi Kleen <ak@linux.intel.com>
56758 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56759 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56760 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56761 * Versions.def [GLIBC_2.13]: Add.
56763 2010-08-06 Ulrich Drepper <drepper@redhat.com>
56765 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56766 Also fail if tpwd after pwuid call is NULL.
56768 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
56770 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56771 when converting to ms.
56773 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
56775 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56776 EOPNOTSUPP errors with ENOTTY.
56777 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56778 EOPNOTSUPP errors with ENOTTY.
56780 2010-07-31 Ulrich Drepper <drepper@redhat.com>
56782 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56783 Add strcasecmp_l-ssse3.
56784 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56786 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56787 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56788 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56790 2010-07-30 Ulrich Drepper <drepper@redhat.com>
56792 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56794 * string/Makefile (strop-tests): Add strcasecmp.
56795 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56796 strcasecmp_l-nonascii.
56797 (gen-as-const-headers): Add locale-defines.sym.
56798 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56799 * sysdeps/x86_64/strcasecmp.S: New file.
56800 * sysdeps/x86_64/strcasecmp_l.S: New file.
56801 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56802 * sysdeps/x86_64/locale-defines.sym: New file.
56803 * string/test-strcasecmp.c: New file.
56805 * string/test-strcasestr.c: Test both ends of the range of characters.
56806 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56808 2010-07-29 Roland McGrath <roland@redhat.com>
56811 * manual/locale.texi (Yes-or-No Questions): Fix example code.
56813 2010-07-27 Ulrich Drepper <drepper@redhat.com>
56815 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56818 2010-07-27 Andreas Schwab <schwab@redhat.com>
56820 * manual/memory.texi (Malloc Tunable Parameters): Document
56823 2010-07-26 Roland McGrath <roland@redhat.com>
56826 * configure.in (-fgnu89-inline check): Set and substitute
56827 gnu89_inline, not libc_cv_gnu89_inline.
56828 * configure: Regenerated.
56829 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56831 2010-07-26 Ulrich Drepper <drepper@redhat.com>
56833 * string/test-strnlen.c: New file.
56834 * string/Makefile (strop-tests): Add strnlen.
56835 * string/tester.c (test_strnlen): Add a few more test cases.
56836 * string/tst-strlen.c: Better error reporting.
56838 * sysdeps/x86_64/strnlen.S: New file.
56840 2010-07-24 Ulrich Drepper <drepper@redhat.com>
56842 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56843 lower-latency instructions.
56845 2010-07-23 Ulrich Drepper <drepper@redhat.com>
56847 * string/test-strcasestr.c: New file.
56848 * string/test-strstr.c: New file.
56849 * string/Makefile (strop-tests): Add strstr and strcasestr.
56850 * string/str-two-way.h: Don't undefine MAX.
56851 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56853 2010-07-21 Andreas Schwab <schwab@redhat.com>
56855 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56856 strcasestr-nonascii.
56857 (CFLAGS-strcasestr-nonascii.c): Define.
56858 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56859 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56860 Remove unused attribute.
56862 2010-07-20 Roland McGrath <roland@redhat.com>
56864 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56865 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
56866 ld.so.cache was broken. With it, there is no way to disable dsocaps
56867 like LD_HWCAP_MASK can disable hwcaps.
56869 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
56871 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56873 2010-07-16 Ulrich Drepper <drepper@redhat.com>
56875 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56876 call in strcasestr.
56877 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56878 __strcasestr_sse42_nonascii.
56879 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56880 strcasestr-nonascii.c.
56881 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56883 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
56885 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56886 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56887 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56888 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56890 2010-07-09 Ulrich Drepper <drepper@redhat.com>
56892 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56895 2010-07-06 Andreas Schwab <schwab@redhat.com>
56898 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56901 2010-07-06 Ulrich Drepper <drepper@redhat.com>
56903 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56904 _PC_PIPE_BUF using F_GETPIPE_SZ.
56906 2010-07-05 Roland McGrath <roland@redhat.com>
56908 * manual/arith.texi (Rounding Functions): Fix rint description
56909 implicit in round description.
56911 2010-07-02 Ulrich Drepper <drepper@redhat.com>
56913 * elf/Makefile: Fix linking for a few tests to make recent linker
56916 2010-06-30 Andreas Schwab <schwab@redhat.com>
56918 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56919 $(common-objpfx)libc_nonshared.a.
56921 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
56923 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56924 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56925 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56926 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56927 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56928 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56929 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56930 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56931 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56932 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56933 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56934 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56935 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56936 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56937 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56938 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56940 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56941 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56943 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56944 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56945 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56946 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56947 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56948 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56949 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56950 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56951 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56952 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56953 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56954 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56955 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56956 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56957 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56962 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56963 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56965 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56967 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56968 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56969 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56972 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
56974 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56975 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
56976 * string/memmove.c (memmove): Renamed to ...
56977 (MEMMOVE): ...this. Default to memmove.
56978 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56979 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56981 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56982 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56983 mempcpy-ssse3-back memmove-ssse3-back.
56984 * sysdeps/x86_64/multiarch/bcopy.S: New file .
56985 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56986 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56987 * sysdeps/x86_64/multiarch/memcpy.S: New file.
56988 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56989 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56990 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56991 * sysdeps/x86_64/multiarch/memmove.c: New file.
56992 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56993 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56994 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56995 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56996 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56997 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56999 (index_Fast_Copy_Backward): Define.
57000 (HAS_ARCH_FEATURE): Define.
57001 (HAS_FAST_REP_STRING): Define.
57002 (HAS_FAST_COPY_BACKWARD): Define.
57004 2010-06-21 Andreas Schwab <schwab@redhat.com>
57006 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57007 Restore proper fallback handling.
57009 2010-06-19 Ulrich Drepper <drepper@redhat.com>
57012 * posix/group_member.c (__group_member): Correct checking loop.
57014 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57015 OOM in getpwuid_r correctly. Return error number when the caller
57016 should return, otherwise -1.
57017 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57018 call returning > 0 value.
57019 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57021 2010-06-07 Andreas Schwab <schwab@redhat.com>
57023 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57024 libc_nonshared.a from targets in modules-names.
57026 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
57028 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57031 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
57033 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57034 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57035 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57036 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57038 2010-06-02 Andreas Schwab <schwab@redhat.com>
57040 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57042 2010-06-14 Ulrich Drepper <drepper@redhat.com>
57044 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57046 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57047 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57048 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57049 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57050 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57051 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57053 2010-06-14 Roland McGrath <roland@redhat.com>
57055 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57057 2010-06-07 Jakub Jelinek <jakub@redhat.com>
57059 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57060 __REDIRECT followed by __THROW.
57061 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57062 * posix/getopt.h (getopt): Likewise.
57064 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
57066 * hurd/lookup-at.c (__file_name_lookup_at): Accept
57067 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
57068 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57070 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57071 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57073 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
57075 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57077 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
57080 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57081 Properly check family and model.
57083 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
57085 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57087 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
57089 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57091 2010-05-21 Ulrich Drepper <drepper@redhat.com>
57093 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57096 2010-05-19 Andreas Schwab <schwab@redhat.com>
57098 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57101 2010-05-21 Andreas Schwab <schwab@redhat.com>
57103 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57104 and internal_recvmmsg.
57105 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57106 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57107 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57108 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57110 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57111 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57112 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57114 2010-05-20 Andreas Schwab <schwab@redhat.com>
57116 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57118 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
57120 POWER7 optimizations.
57121 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57122 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57124 2010-05-19 Ulrich Drepper <drepper@redhat.com>
57126 * version.h: Update for 2.13 development version.
57128 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
57130 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57131 exceptions. Return 0.
57133 2010-05-07 Roland McGrath <roland@redhat.com>
57135 * elf/ldconfig.c (main): Add a const.
57137 2010-05-06 Ulrich Drepper <drepper@redhat.com>
57139 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57140 (args_options): Add no-idn option.
57141 (ahosts_keys_int): Add idn_flags to ai_flags.
57142 (parse_option): Handle 'i' option to clear idn_flags.
57144 * malloc/malloc.c (_int_free): Possible race in the most recently
57145 added check. Only act on the data if no current modification
57148 See ChangeLog.17 for earlier changes.