Fix ldbl-128ibm acoshl inaccuracy (bug 18019).
[glibc.git] / ChangeLog
blob5ea4c4f9f92a15f510fa8843651fe9da04e094da
1 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #18019]
4         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
5         2**56 not 2**28 as threshold for log (2x) formula.
6         * math/auto-libm-test-in: Add more tests of acosh.
7         * math/auto-libm-test-out: Regenerated.
8         * sysdeps/i386/fpu/libm-test-ulps: Update.
9         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
13         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
14         parenthesis around the buf assignment.
15         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
17 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
19         [BZ #16783]
20         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
21         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
22         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
23         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
24         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
25         * math/libm-test.inc (scalb_test_data): Add more tests.
27 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29         [BZ #17916]
30         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
31         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
33 2015-02-24  Eric Rannaud  <e@nanocritical.com>
35         [BZ #17523]
36         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
37         * io/bits/fcntl2.h (open): Use it.
38         (openat): Likewise.
39         * io/open.c (__libc_open): Likewise.
40         * io/open64.c (__libc_open64): Likewise.
41         * io/open64_2.c (__open64_2): Likewise.
42         * io/open_2.c (__open_2): Likewise.
43         * io/openat.c (__openat): Likewise.
44         * io/openat64.c (__openat64): Likewise.
45         * io/openat64_2.c (__openat64_2): Likewise.
46         * io/openat_2.c (__openat_2): Likewise.
47         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
48         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
49         * sysdeps/posix/open64.c (__libc_open64): Likewise.
50         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
51         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
52         (__open_nocancel): Likewise.
53         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
54         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
55         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
57 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
59         [BZ #14841]
60         * resolv/gethnamaddr.c (getanswer): Skip logging if
61         RES_USE_DNSSEC is set.
62         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
64 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
66         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
68 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
70         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
71         201304L, for Unicode 7.
73 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
75         [BZ #17836]
76         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
77         shared library.  Add gmon-start.os otherwise.
78         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
79         $(objpfx)gmon-start.os if builing shared library.
80         ($(objpfx)g$(static-start-installed-name)): Likewise.
82 2015-02-23  Andreas Schwab  <schwab@suse.de>
84         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
86 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
88         [BZ #17269]
89         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
90         (enlarge_userbuf): Likewise.
92 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
94         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
95         * math/atest-exp.c (TIMEOUT): Adjust to 200.
96         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
97         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
99 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
101         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
102         expression inside statement expression.
104 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
106         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
107         <sysdeps/nptl/lowlevellock.h> and remove macros and
108         functions that are now defined there.
109         (SYS_futex): Remove.
110         (lll_compare_and_swap): Remove.
111         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
113 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
115         [BZ #17999]
116         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
117         instead of scandirat.
118         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
119         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
120         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
121         __scandirat.
122         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
123         (__scandirat): Declare.  Use libc_hidden_proto.
124         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
125         Remove variable.
126         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
128 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
130         [BZ #15319]
131         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
132         (MO): New macro.
133         (__ieee754_atan2): For results with small absolute value, force
134         underflow exception and remove excess range and precision from
135         return value.
136         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
137         (MO): New macro.
138         (__ieee754_atan2f): For results with small absolute value, force
139         underflow exception and remove excess range and precision from
140         return value.
141         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
142         (MO): New macro.
143         (__atan): For results with small absolute value, force underflow
144         exception and remove excess range and precision from return value.
145         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
146         (MO): New macro.
147         (__atanf): For results with small absolute value, force underflow
148         exception and remove excess range and precision from return value.
149         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
150         <math.h>.
151         (__ieee754_atan2): Force underflow exception for results with
152         small absolute value.
153         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
154         <math_private.h>.
155         (atan): Force underflow exception for results with small absolute
156         value.
157         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
158         (__atanf): Force underflow exception for results with small
159         absolute value.
160         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
161         <math.h>.
162         (__atanl): Force underflow exception for results with small
163         absolute value.
164         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
165         (__atanl): Force underflow exception for results with small
166         absolute value.
167         * sysdeps/x86/fpu/bits/mathinline.h
168         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
169         (__ieee754_atan2): Only define inline for long double.
170         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
171         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
172         * math/auto-libm-test-in: Do not mark underflow exceptions as
173         possibly missing for bug 15319.  Add more tests of atan2.
174         * math/auto-libm-test-out: Regenerated.
175         * math/libm-test.inc (casin_test_data): Do not mark underflow
176         exceptions as possibly missing for bug 15319.
177         (casinh_test_data): Likewise.
178         * sysdeps/i386/fpu/libm-test-ulps: Update.
180 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
182         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
183         * sysdeps/mips/bits/endian.h: Fix comments.
185 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
187         [BZ #17996]
188         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
189         (hdestroy_r): Likewise.
190         (hsearch_r): Likewise.
191         (__hcreate_r): Declare and use libc_hidden_proto.
192         (__hdestroy_r): Likewise.
193         (__hsearch_r): Likewise.
194         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
195         (hcreate): Call __hcreate_r instead of hcreate_r.
196         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
197         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
198         as weak alias of __hcreate_r.
199         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
200         __hdestroy_r.
201         (hsearch_r): Rename to __hsearch_r and define as weak alias of
202         __hsearch_r.
203         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
204         Remove variable.
205         (test-xfail-XPG4/search.h/linknamespace): Likewise.
206         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
207         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
208         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
210 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
212         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
213         arena_lock into a single arena_get.
215 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
217         * dl-reloc.c: Inlucde libc-internal.h.
218         (_dl_try_allocate_static_tls): Call ALIGN_UP.
219         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
220         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
221         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
222         (grow_heap): Likewise.
223         * malloc/malloc.c: Include libc-internal.h.
224         (do_check_malloc): Call powerof2.
225         (sysmalloc): Use pagesize. Call ALIGN_UP.
226         (systrim): Use pagesize.
227         (mremap_chunk): Use pagesize. Call ALIGN_UP.
228         (__libc_valloc): Use pagesize.
229         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
231 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
233         [BZ #17991]
234         * include/sys/resource.h (__getrlimit64): Declare.  Use
235         libc_hidden_proto.
236         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
237         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
238         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
239         getrlimit64.
240         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
241         __getrlimit64.
242         [!getrlimit64] (getrlimit64): Define as weak alias of
243         __getrlimit64.  Use libc_hidden_weak.
244         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
245         using __getrlimit64 not __new_getrlimit64.
246         (__GI_getrlimit64): Likewise.
247         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
248         Likewise.
249         (__GI_getrlimit64): Likewise.
250         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
252         (getrlimit): Add __getrlimit64 alias.
253         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
254         Likewise.
255         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
256         Remove variable.
257         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
258         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
260 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
262         * libio/fileops.c: Add missing sys/mman.h
263         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
265 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
267         * manual/math.texi (Errors in Math Functions): Clarify goals
268         regarding inexact and underflow exceptions.
270 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
272         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
273         * sysdeps/mips/memset.S: Ditto.
275 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
277         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
279 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
281         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
282         (__v1longjmp): Remove versioned symbol.
283         (__v1siglongjmp): Remove alias and versioned symbol.
284         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
285         (__v2siglongjmp): Likewise.
287 2015-02-16  Torvald Riegel  <triegel@redhat.com>
289         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
291 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
293         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
295 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
297         [BZ #17987]
298         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
299         zero result does not depend on the sign resulting from
300         subtraction.
301         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
302         Likewise.
303         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
304         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
305         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
306         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
307         * math/libm-test.inc (remquo_test_data): Add more tests.
309 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
311         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
312         Problem reported by J William Piggott.
314 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
316         [BZ #17978]
317         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
318         products 4 * y and 2 * y where those would overflow.
319         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
320         Likewise.
321         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
322         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
323         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
324         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
325         * math/libm-test.inc (remquo_test_data): Add more tests.
327         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
329         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
330         [defined _COMPILING_NEWLIB].
331         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
332         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
334         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
335         [!defined __mips_isa_rev || __mips_isa_rev < 6].
337 2015-02-16  Torvald Riegel  <triegel@redhat.com>
339         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
340         acquired.
342 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
344         [BZ #17792]
345         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
346         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
347         HOST_STACK_END_ADDR): Likewise.
349 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
351         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
352         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
353         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
355 2015-02-13  Roland McGrath  <roland@hack.frob.com>
357         * sysdeps/generic/c++-types.data: New file.
358         * sysdeps/generic/ld.abilist: New file.
359         * sysdeps/generic/libBrokenLocale.abilist: New file.
360         * sysdeps/generic/libanl.abilist: New file.
361         * sysdeps/generic/libc.abilist: New file.
362         * sysdeps/generic/libcrypt.abilist: New file.
363         * sysdeps/generic/libdl.abilist: New file.
364         * sysdeps/generic/libm.abilist: New file.
365         * sysdeps/generic/libpthread.abilist: New file.
366         * sysdeps/generic/libresolv.abilist: New file.
367         * sysdeps/generic/librt.abilist: New file.
369 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
371         [BZ #17569]
372         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
373         Compute absolute value of x as modified by fmod, not original
374         value of x.
375         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
376         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
377         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
378         RUN_TEST_ffI_f1_mod8.
379         (remquo_test_data): Add more tests.
381 2015-02-13  Roland McGrath  <roland@hack.frob.com>
383         * sysdeps/init_array/pt-crti.S: New file.
385 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
387         [BZ #17967]
388         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
389         __builtin_fmaf instead of relying on contraction of a * b + c.
391 2015-02-12  J William Piggott  <elseifthen@gmx.com>
393         [BZ #17969]
394         * manual/time.texi: correct the zoneinfo path in the TZ Variable
395         node.
397 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
399         [BZ #17964]
400         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
401         __builtin_fma instead of relying on contraction of a * b + c.
403 2015-02-12  Roland McGrath  <roland@hack.frob.com>
405         * Makeconfig (ASFLAGS): Add -Werror=undef.
406         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
407         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
408         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
410         * Makeconfig (after-link): New variable.
411         (+link-pie, +link-pie-tests): Use it.
412         (+link-static, +link-static-tests): Likewise.
413         (+link, +link-tests): Likewise.
414         * Makerules (build-module, build-module-asneeded): Likewise.
415         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
416         Likewise.
417         * elf/Makefile ($(objpfx)ld.so): Likewise.
419 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
421         [BZ #17965]
422         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
423         both struct timeval and struct timespec.
425 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
427         [BZ #16560]
428         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
429         and redefine.
430         (__ieee754_exp2l): Do not multiply small fractional parts by
431         M_LN2l.
432         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
433         small argument.
434         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
435         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
436         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
437         * math/auto-libm-test-in: Add more tests of exp2.
438         * math/auto-libm-test-out: Regenerated.
440 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
442         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
443         unaligned path.
445 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
447         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
448         little endian.
450 2015-02-12  Andreas Schwab  <schwab@suse.de>
452         [BZ #15790]
453         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
454         Filter out elision flags from value returned in kind.
455         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
456         * nptl/tst-pthread-mutexattr.c: New file.
458 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
460         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
461         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
462         into gnu-gnu, and update comment to refer to abi-tags.
464 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
466         [BZ #15467]
467         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
468         (__sincos): Set errno to EDOM for infinite argument.
469         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
470         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
471         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
472         (__sincosl): Set errno to EDOM for infinite argument.
473         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
474         (__sincosl): Set errno to EDOM for infinite argument.
475         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
476         (__sincosl): Set errno to EDOM for infinite argument.
477         * math/libm-test.inc (sincos_test_data): Test errno setting.
479 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
481         * string/strxfrm_l.c: Remove #define STRCMP.
482         * string/strcoll_l.c: Remove #define STRLEN.
483         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
484         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
486 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
488         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
489         * sysdeps/mips/mips32/sfp-machine.h: ... here.
490         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
491         * sysdeps/mips/mips64/Makefile: ... here.
492         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
493         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
494         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
495         * sysdeps/mips/mips64/sfp-machine.h: ... here.
496         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
497         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
498         * sysdeps/mips/mips64/n64/Implies: Likewise.
500 2015-02-10  Roland McGrath  <roland@hack.frob.com>
502         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
503         <sys/time.h>, <string.h>, and <errno.h>.
504         (dest_offset, dest_address, value, zero): Remove unused variables.
505         (ldouble): Remove typedef.
506         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
507         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
508         1).  Fix code style.
509         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
510         (check): Function removed.
511         (CHECK): New macro.
512         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
513         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
514         Don't call set_sigaction_FP and remove_sigaction_FP here.
515         (ldouble_test): Just use 'long double' as macro argument, no need for
516         the 'ldouble' typedef.
517         (do_test): Set up SIGFPE handler at start, using plain signal rather
518         than sigaction.  Fix code style.
520 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
522         [BZ #17949]
523         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
524         jump label.
526 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
528         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
529         * sysdeps/powerpc/powerpc32/configure: Regenerated.
531         * sysdeps/powerpc/configure.ac: Remove file.
532         * sysdeps/powerpc/configure: Likewise.
534         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
535         [sysdep_routines]: Remove wordcopy-power6 object.
536         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
537         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
538         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
539         (__memmove_ppc32): Likewise.
540         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
541         file.
542         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
543         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
544         Remove preprocessor.
546         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
547         [sysdep_routines]: Remove wide chars objects.
548         [wcsmbs]: New rule for wide char objects.
550         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
551         Remove wordcopy-power6 obejct.
552         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
553         Use local call for wordcopy and memcpy symbols.
554         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
555         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
556         implementation for loader.
557         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
559         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
560         Remove wordcopy-power7 object.
561         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
562         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
563         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
564         (_wordcopy_fwd_dest_aligned): Likewise.
565         (_wordcopy_bwd_aligned): Likewise.
566         (_wordcopy_bwd_dest_aligned): Likewise.
568         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
569         Rewrite to call __memmove_ppc instead of include default
570         implementation.
572         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
573         Remove wide chars objects.
574         [wcsmbs]: New rule for wide char objects.
576 2015-02-09  Andreas Schwab  <schwab@suse.de>
578         [BZ #17912]
579         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
580         in terms of __O_DIRECTORY.
582 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
584         * time/getdate.c: Include <stdbool.h>.
585         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
586         call PTR_MANGLE.
587         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
588         PTR_DEMANGLE.
590 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
592         Add ersatz _Static_assert on older C hosts
593         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
594         pre-C11 C platform that is not known to support _Static_assert.
596 2015-02-07  Richard Braun  <rbraun@sceen.net>
598         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
599         sigstate.
600         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
602 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
604         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
605         priority against unexistent AIO_PRIO_DELTA_MAX.
606         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
607         instead of int.
608         * misc/fchflags.c (fchflags): Likewise.
609         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
610         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
611         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
612         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
613         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
614         Declare macros.
615         [__USE_MISC] (chflags, fchflags): Declare functions.
616         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
617         EINVAL when nfds is greater than FD_SETSIZE.
618         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
619         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
620         45.
621         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
622         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
623         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
624         MACH_RCV_TIMED_OUT.
625         * hurd/hurd/signal.h (_hurd_self_sigstate,
626         _hurd_critical_section_lock, _hurd_critical_section_unlock):
627         Explicit casts from void *.
628         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
629         * abi-tags: Rename gnu-gnu os into gnu.
631         [BZ #4719]
632         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
633         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
634         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
635         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
636         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
637         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
639         [BZ #17944]
640         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
641         duplicates ADDR->sun_path with sockaddr LEN limitation.
642         * sysdeps/mach/hurd/connect.c: Include <string.h>
643         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
644         * sysdeps/mach/hurd/sendmsg.c: Likewise.
645         * sysdeps/mach/hurd/sendto.c: Likewise.
646         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
647         implementing it by hand.
649 2015-02-06  Roland McGrath  <roland@hack.frob.com>
651         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
652         Use sfi_breg on ldr.
653         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
654         Likewise.
656         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
657         it's defined.
658         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
659         Test SIGSETXID only if it's defined.
661         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
663         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
664         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
666         * nptl/tst-align2.c: Moved ...
667         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
668         * nptl/Makefile (tests): Remove tst-align2.
669         * sysdeps/unix/sysv/linux/Makefile
670         [$(subdir) = nptl] (tests): Add tst-align-clone.
671         * nptl/tst-getpid1.c: Moved ...
672         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
673         * nptl/tst-getpid2.c: Moved ...
674         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
675         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
676         * sysdeps/unix/sysv/linux/Makefile
677         [$(subdir) = nptl] (tests): ... here.
678         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
679         * sysdeps/unix/sysv/linux/Makefile
680         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
682         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
683         Drop trailing \n from perror argument.  Use return rather than exit.
685         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
686         on [SA_SIGINFO].
687         * nptl/tst-cancel21.c (do_test): Likewise.
688         * debug/tst-backtrace6.c: Include <signal.h> first thing.
689         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
690         [!SA_SIGINFO]: Make it a stub test.
692         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
693         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
695         * posix/tst-getlogin.c: Move to ...
696         * login/tst-getlogin.c: ... here.
697         * posix/Makefile (tests): Move tst-getlogin to ...
698         * login/Makefile (tests): ... here.
700         * libio/tst-atime.c (do_test): Move local variables SV and E
701         inside [ST_NOATIME] conditional.
703         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
705         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
707         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
708         (wait_code): New function replaces macro.
709         Call nanosleep rather than syscall.
711         * nptl/pt-system.c: Rewritten.  Put everything under
712         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
713         Use IFUNC to redirect when possible.
715         * nptl/pt-longjmp.c: Rewritten.  Put everything under
716         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
717         Use IFUNC to redirect when possible.
719         * nptl/pt-fork.c: Rewritten.  Put everything under
720         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
721         Use IFUNC to redirect when possible.
722         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
724         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
725         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
726         unconditionally nowadays.  This included the only reference to
727         __vdso_clock_gettime that appears outside libc proper.
728         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
729         Remove version set (containing only __vdso_clock_gettime).
730         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
731         Add attribute_hidden.
732         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
733         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
734         libc_hidden_data_def.
735         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
736         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
738         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
739         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
740         setrpcent, and getrpcport to ...
741         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
742         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
743         getrpcbynumber_r, and getrpcent_r to ...
744         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
745         * inet/getrpcbyname.c: Moved ...
746         * sunrpc/getrpcbyname.c: ... here.
747         * inet/getrpcbyname_r.c: Moved ...
748         * sunrpc/getrpcbyname_r.c: ... here.
749         * inet/getrpcbynumber.c: Moved ...
750         * sunrpc/getrpcbynumber.c: ... here.
751         * inet/getrpcbynumber_r.c: Moved ...
752         * sunrpc/getrpcbynumber_r.c: ... here.
753         * inet/getrpcent.c: Moved ...
754         * sunrpc/getrpcent.c: ... here.
755         * inet/getrpcent_r.c: Moved ...
756         * sunrpc/getrpcent_r.c: ... here.
757         * inet/Makefile (routines): Move those to ...
758         * sunrpc/Makefile (routines): ... here.
759         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
760         the $(subdirs) list.
761         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
762         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
763         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
764         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
766         * elf/Makefile (routines): Include $(all-dl-routines), not just
767         $(dl-routines).
768         (rtld-routines): Likewise.  Use = rather than :=.
769         * sysdeps/aarch64/Makefile [$(subdir) = elf]
770         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
771         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
772         * sysdeps/arm/Makefile: Likewise.
773         * sysdeps/i386/Makefile: Likewise.
774         * sysdeps/x86_64/Makefile: Likewise.
775         * sysdeps/hppa/Makefile [$(subdir) = elf]
776         (sysdep_routines, sysdep-rtld-routines): Don't add
777         $(sysdep-dl-routines) to these.
778         * sysdeps/ia64/Makefile: Likewise.
779         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
780         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
781         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
782         Don't add dl-static to these; sysdep-dl-routines alone is enough.
783         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
784         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
785         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
786         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
787         * sysdeps/powerpc/Makefile [$(subdir) = elf]
788         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
789         these; sysdep-dl-routines alone is enough.
791 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
793         [BZ #17932]
794         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
795         where multiplication results in zero and third argument is finite
796         and nonzero.
797         * math/auto-libm-test-in: Add more tests of fma.
798         * math/auto-libm-test-out: Regenerated.
800         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
801         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
802         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
803         (_FP_CMP_EQ): Likewise.
804         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
806         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
807         extra argument CHECK_NAN.  Redefine as wrapper around
808         _FP_EXTEND_CNAN.
810 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
812         * version.h (RELEASE): Set to "stable".
813         (VERSION): Set to "2.21"
814         * include/features.h (__GLIBC_MINOR__): Set to 21.
816         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
818 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
819             Paul Eggert  <eggert@cs.ucla.edu>
821         [BZ #16618]
822         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
823         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
824         size in bytes. Store needed elements in wpmax. Use needed size
825         in bytes for extend_alloca.
827 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
829         * manual/install.texi: Latest tested versions are GCC 4.9.2,
830         binutls 2.25, and texinfo 5.2.
831         * INSTALL: Regenerate.
832         * sysdeps/nios2/configure: Regenerate.
833         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
834         * manual/contrib.texi: Update.
835         * po/be.po: Update.
836         * po/bg.po: Update.
837         * po/ca.po: Update.
838         * po/cs.po: Update.
839         * po/da.po: Update.
840         * po/de.po: Update.
841         * po/el.po: Update.
842         * po/eo.po: Update.
843         * po/es.po: Update.
844         * po/fi.po: Update.
845         * po/fr.po: Update.
846         * po/gl.po: Update.
847         * po/hr.po: Update.
848         * po/hu.po: Update.
849         * po/ia.po: Update.
850         * po/id.po: Update.
851         * po/it.po: Update.
852         * po/ja.po: Update.
853         * po/ko.po: Update.
854         * po/lt.po: Update.
855         * po/nb.po: Update.
856         * po/nl.po: Update.
857         * po/pl.po: Update.
858         * po/pt_BR.po: Update.
859         * po/ru.po: Update.
860         * po/rw.po: Update.
861         * po/sk.po: Update.
862         * po/sl.po: Update.
863         * po/sv.po: Update.
864         * po/tr.po: Update.
865         * po/uk.po: Update.
866         * po/vi.po: Update.
867         * po/zh_CN.po: Update.
868         * po/zh_TW.po: Update.
870         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
871         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
872         * sysdeps/hppa/dl-irel.h: Remove #warning.
873         * sysdeps/hppa/entry.h: Provide prototype for
874         __canonicalize_funcptr_for_compare and cast argument.
875         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
876         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
877         * sysdeps/hppa/sotruss-lib.c: New file.
878         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
879         (atomic_compare_and_exchange_val_acq): Use __typeof__.
880         (atomic_compare_and_exchange_bool_acq): Likewise.
881         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
882         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
884         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
885         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
886         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
888 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
890         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
891         called function in non-PIC case.
893 2015-01-31  David S. Miller  <davem@davemloft.net>
895         * sysdeps/sparc/sparc32/bits/atomic.h
896         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
897         unlock not after it.
898         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
899         volatile register usage warnings from the compiler.
901         * sysdeps/sparc/nptl/sem_init.c: Delete.
902         * sysdeps/sparc/nptl/sem_post.c: Delete.
903         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
904         * sysdeps/sparc/nptl/sem_wait.c: Delete.
905         * sysdeps/sparc/sparc32/sem_init.c: New file.
906         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
907         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
908         padding explicitly initialized.
909         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
910         padding for in-semaphore spinlock.
911         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
912         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
913         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
914         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
915         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
916         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
917         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
918         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
919         version.
920         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
921         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
923 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
925         [BZ #17801]
926         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
927         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
928         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
929         New.
930         (index_AVX_Fast_Unaligned_Load): Likewise.
931         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
932         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
933         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
934         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
935         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
936         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
937         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
938         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
939         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
941 2015-01-29  Andreas Schwab  <schwab@suse.de>
943         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
945 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
947         [BZ #17892]
948         * nscd/nscd_stat.c (send_stats): Initialize DATA.
950 2015-01-28  Martin Sebor  <msebor@redhat.com>
952         * math/README.libm-test: Clarify. Add "How to read the test output."
954 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
956         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
957         Define to 0.
959 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
961         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
962         (__HAVE_64B_ATOMICS): Define to 0.
964 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
966         [BZ #17885]
967         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
968         value to set as new flag.
970         [BZ #16576]
971         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
972         and use _ARCH_PPCSQ instead.
973         (__ieee754_sqrt): Likewise.
974         (__ieee754_sqrtf): Likewise.
975         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
976         _ARCH_PPCSQ is defined.
977         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
978         fsqrt instruction.
979         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
980         _ARCH_PPCSQ is defined.
981         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
982         fsqrts instruction.
983         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
985 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
987         * iconv/loop.c: Suppress array out of bound warning caused by GCC
988         bug (GCC BZ #64739).
990 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
992         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
993         Mark _retval as used.
994         (lll_futex_wake_unlock): Likewise.
995         (lll_futex_timed_wait_requeue_pi): Likewise.
997         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
998         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
999         register variables.
1001         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1002         libm_hidden_def.
1004         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1005         (__bswap_64): Mark as __always_inline.
1007 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1009         [BZ #15378]
1010         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1011         when none of the search directories exist.
1013 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1015         [BZ #17869]
1016         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1017         power8 in .machine directive.
1019         [BZ #17868]
1020         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1021         set dependency from opd value.
1023 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1025         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1026         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1027         architecture.
1029 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1031         [BZ #17870]
1032         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1033         with uint64_t.
1034         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1035         (uint64_t) 1.
1036         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1037         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1038         Replace 1UL with (uint64_t) 1.
1039         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1040         int with uint64_t.
1042 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1044         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1045         (if_freenameindex): Likewise.
1047         * resource/getrlimit64.c: Add missing libc_hidden_def.
1049 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1051         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1052         __label__.
1053         (_FP_FMA): Likewise.
1054         (_FP_TO_INT_ROUND): Likewise.
1055         (_FP_FROM_INT): Likewise.
1057 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1059         [BZ #16418]
1060         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1061         Make code racy and cancel safe.
1063 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1065         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1066         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1067         attribution.
1069         * pwd/tst-getpw.c: Rewrite.
1071         [BZ #17702]
1072         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1073         (modules-names): Add moddummy1 and moddummy2.
1074         ($(objpfx)tst-rec-dlopen): Define.
1075         * dlfcn/moddummy1.c: New file.
1076         * dlfcn/moddummy2.c: New file.
1077         * dlfcn/tst-rec-dlopen.c: New file.
1078         * elf/dl-cache.c (_dl_load_cache_lookup):
1079         Return char*. Copy result with alloca/strcpy/strdup.
1080         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1081         returns char*. Free cached. If not saving realname
1082         free cached.
1083         * elf/dl-open.c (dl_open_worker): Do not assert that
1084         _r_debug->r_state is RT_CONSISTENT.
1085         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1086         returns char*.
1088 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1089             Carlos O'Donell  <carlos@redhat.com>
1091         [BZ #12674]
1092         * nptl/sem_waitcommon.c: New file.
1093         * nptl/sem_wait.c: Include sem_waitcommon.c.
1094         (__sem_wait_cleanup, do_futex_wait): Remove.
1095         (__new_sem_wait): Adapt.
1096         (__new_sem_trywait): New function.
1097         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1098         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1099         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1100         (sem_timedwait): Adapt.
1101         * nptl/sem_post.c (__new_sem_post): Adapt.
1102         (futex_wake): New function.
1103         (__old_sem_post): Add release MO fence.
1104         * nptl/sem_open.c (sem_open): Adapt.
1105         * nptl/sem_init.c (__new_sem_init): Adapt.
1106         (futex_private_if_supported): New function.
1107         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1108         (__old_sem_getvalue): Add using previous code.
1109         * sysdeps/nptl/internaltypes.h: Adapt.
1110         * nptl/tst-sem13.c (do_test): Adapt.
1111         * nptl/tst-sem11.c (main): Adapt.
1112         * nptl/sem_trywait.c: Remove.
1113         * nptl/DESIGN-sem.txt: Remove.
1114         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1115         (gen-as-const-headers): Remove structsem.sym.
1116         * nptl/structsem.sym: Remove.
1117         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1118         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1119         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1120         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1121         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1122         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1123         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1124         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1125         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1126         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1127         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1128         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1129         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1130         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1131         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1132         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1133         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1134         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1135         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1136         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1137         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1138         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1140 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1142         * INSTALL: Regenerated.
1144         * po/libc.pot: Regenerated.
1146 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1147             Sandra Loosemore  <sandra@codesourcery.com>
1148             Andrew Jenner  <andrew@codesourcery.com>
1149             Joseph Myers  <joseph@codesourcery.com>
1150             Nathan Sidwell  <nathan@codesourcery.com>
1152         * NEWS: Mention new Nios II port.
1153         * sysdeps/nios2/Implies: New file.
1154         * sysdeps/nios2/Makefile: New file.
1155         * sysdeps/nios2/Subdirs: New file.
1156         * sysdeps/nios2/Versions: New file.
1157         * sysdeps/nios2/__longjmp.S: New file.
1158         * sysdeps/nios2/abort-instr.h: New file.
1159         * sysdeps/nios2/backtrace.c: New file.
1160         * sysdeps/nios2/bits/endian.h: New file.
1161         * sysdeps/nios2/bits/fenv.h: New file.
1162         * sysdeps/nios2/bits/link.h: New file.
1163         * sysdeps/nios2/bits/setjmp.h: New file.
1164         * sysdeps/nios2/bsd-_setjmp.S: New file.
1165         * sysdeps/nios2/bsd-setjmp.S: New file.
1166         * sysdeps/nios2/configure: New generated file.
1167         * sysdeps/nios2/configure.ac: New file.
1168         * sysdeps/nios2/crti.S: New file.
1169         * sysdeps/nios2/crtn.S: New file.
1170         * sysdeps/nios2/dl-init.c: New file.
1171         * sysdeps/nios2/dl-machine.h: New file.
1172         * sysdeps/nios2/dl-sysdep.h: New file.
1173         * sysdeps/nios2/dl-tls.h: New file.
1174         * sysdeps/nios2/dl-trampoline.S: New file.
1175         * sysdeps/nios2/gccframe.h: New file.
1176         * sysdeps/nios2/gmp-mparam.h: New file.
1177         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1178         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1179         * sysdeps/nios2/ldsodefs.h: New file.
1180         * sysdeps/nios2/libc-tls.c: New file.
1181         * sysdeps/nios2/libm-test-ulps: New file.
1182         * sysdeps/nios2/machine-gmon.h: New file.
1183         * sysdeps/nios2/math-tests.h: New file.
1184         * sysdeps/nios2/math_private.h: New file.
1185         * sysdeps/nios2/memusage.h: New file.
1186         * sysdeps/nios2/nptl/Makefile: New file.
1187         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1188         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1189         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1190         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1191         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1192         * sysdeps/nios2/nptl/tls.h: New file.
1193         * sysdeps/nios2/preconfigure: New file.
1194         * sysdeps/nios2/s_fma.c: New file.
1195         * sysdeps/nios2/s_fmaf.c: New file.
1196         * sysdeps/nios2/setjmp.S: New file.
1197         * sysdeps/nios2/sfp-machine.h: New file.
1198         * sysdeps/nios2/sotruss-lib.c: New file.
1199         * sysdeps/nios2/stackguard-macros.h: New file.
1200         * sysdeps/nios2/stackinfo.h: New file.
1201         * sysdeps/nios2/start.S: New file.
1202         * sysdeps/nios2/sysdep.h: New file.
1203         * sysdeps/nios2/tls-macros.h: New file.
1204         * sysdeps/nios2/tst-audit.h: New file.
1205         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1206         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1207         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1208         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1209         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1210         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1211         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1212         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1213         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1214         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1215         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1216         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1217         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1218         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1219         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1220         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1221         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1222         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1223         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1224         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1225         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1226         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1227         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1228         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1229         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1230         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1231         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1232         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1233         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1234         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1235         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1236         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1237         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1238         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1239         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1240         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1241         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1242         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1243         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1244         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1245         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1246         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1247         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1248         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1250 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1252         [BZ #17844]
1253         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1254         (getutent): Use weak_alias in non SHARED case
1255         and default_symbol_version in SHARED case.
1256         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1257         (getutent_r, pututline): Likewise.
1258         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1259         (getutid): Likewise.
1260         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1261         (getutid_r): Likewise.
1262         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1263         (getutline): Likewise.
1264         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1265         (getutline_r): Likewise.
1266         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1267         (updwtmp): Likewise.
1269 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1271         [BZ #17848]
1272         * sysdeps/s390/s390-32/memcmp.S
1273         (memcmp_g5): Rename to __memcmp_g5.
1274         * sysdeps/s390/s390-32/memcpy.S
1275         (memcpy_g5): Rename to __memcpy_g5.
1276         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1277         (memcpy_mvcle) Rename to __memcpy_mvcle.
1278         * sysdeps/s390/s390-32/memset.S
1279         (memset_g5): Rename to __memset_g5.
1280         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1281         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1282         and use prefixed functions.
1283         * sysdeps/s390/s390-32/multiarch/memcmp.S
1284         (memcmp_z196): Rename to __memcmp_z196.
1285         (memcmp_z10): Rename to __memcmp_z10.
1286         (memcmp): Set alias to __memcmp_g5.
1287         (bcmp): Set alias to __memcmp_g5.
1288         * sysdeps/s390/s390-32/multiarch/memcpy.S
1289         (memcpy_z196): Rename to __memcpy_z196.
1290         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1291         (memcpy_z10): Rename to __memcpy_z10.
1292         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1293         (memcpy): Set alias to __memcpy_g5.
1294         * sysdeps/s390/s390-32/multiarch/memset.S
1295         (memset_z196): Rename to __memset_z196.
1296         Jump to __memset_mvcle instead of memset_mvcle.
1297         (memset_z10): Rename to __memset_z10.
1298         Jump to __memset_mvcle instead of memset_mvcle.
1299         (memset_mvcle) Rename to __memset_mvcle.
1300         (memset): Set alias to __memset_g5.
1301         * sysdeps/s390/s390-64/memcmp.S
1302         (memcmp_z900): Rename to __memcmp_z900.
1303         * sysdeps/s390/s390-64/memcpy.S
1304         (memcpy_z900): Rename to __memcpy_z900.
1305         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1306         (memcpy_mvcle) Rename to __memcpy_mvcle.
1307         * sysdeps/s390/s390-64/memset.S
1308         (memset_z900): Rename to __memset_z900.
1309         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1310         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1311         and use prefixed functions.
1312         * sysdeps/s390/s390-64/multiarch/memcmp.S
1313         (memcmp_z196): Rename to __memcmp_z196.
1314         (memcmp_z10): Rename to __memcmp_z10.
1315         (memcmp): Set alias to __memcmp_z900.
1316         (bcmp): Set alias to __memcmp_z900.
1317         * sysdeps/s390/s390-64/multiarch/memcpy.S
1318         (memcpy_z196): Rename to __memcpy_z196.
1319         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1320         (memcpy_z10): Rename to __memcpy_z10.
1321         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1322         (memcpy): Set alias to __memcpy_z900.
1323         * sysdeps/s390/s390-64/multiarch/memset.S
1324         (memset_z196): Rename to __memset_z196.
1325         Jump to __memset_mvcle instead of memset_mvcle.
1326         (memset_z10): Rename to __memset_z10.
1327         Jump to __memset_mvcle instead of memset_mvcle.
1328         (memset_mvcle) Rename to __memset_mvcle.
1329         (memset): Set alias to __memset_z900.
1331 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1333         [BZ #17748]
1334         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1335         __fesetenv instead of fesetenv.
1337 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1339         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1340         macro.
1342 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1344         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1345         regression on LE.
1347         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1348         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1349         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1350         strncmp-power8 object.
1351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1352         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1353         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1354         * NEWS: Update.
1356 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1357             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1359         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1360         trailing byte check.
1362 2015-01-13  David S. Miller  <davem@davemloft.net>
1364         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1366 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1368         * login/logout.c (logout): Use memset rather than bzero.
1369         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1370         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1371         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1372         (_gethtbyaddr): Likewise.
1373         * locale/programs/simple-hash.c (bcopy): Macro removed.
1375 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1377         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1378         Add strcmp-power8 object.
1379         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1380         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1381         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1382         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1383         __strcmp_power8 implementation.
1384         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1385         * NEWS: Update.
1387         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1388         Add strncpy-power8 and stpncpy-power8 objects.
1389         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1390         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1391         implementations.
1392         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1393         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1394         __stpncpy_power8 implementation.
1395         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1396         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1397         __strncpy_power8 implementation.
1398         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1399         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1400         * NEWS: Update.
1402         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1403         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1404         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1406         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1407         strncat-power8 object.
1408         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1409         __strcat_power8 implementation.
1410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1411         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1412         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1413         optimized strcat for power8.
1415         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1416         strcpy-power8 and stpcpy-power8 objects.
1417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1418         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1419         implementations.
1420         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1421         multiarch stpcpy implementation for POWER8.
1422         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1423         multiarch strcpy implementation for POWER8.
1424         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1425         __strcpy_power8 function.
1426         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1427         stpcpy for POWER8.
1428         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1429         strcpy for POWER8.
1430         * NEWS: Update.
1432 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1434         [BZ #16009]
1435         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1436         weights and rules. Use do_xfrm_cached if data fits in cache,
1437         do_xfrm otherwise.  Moved former main loop to...
1438         * (do_xfrm_cached): New function.
1439         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1440         find_idx, find_position and stack_push.
1441         * (find_idx): New function.
1442         * (find_position): Likewise.
1443         * localedata/sort-test.sh: Added test run for do_xfrm.
1444         * localedata/xfrm-test.c (main): Added command line option
1445         -nocache to run the test with strings that are too large for
1446         the STRXFRM cache.
1448 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1450         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1451         variable to lll_futex_wake call, not the value itself.
1453 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1455         [BZ #17803]
1456         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1457         twom64.  Adjust value to 0x1p-64L.
1458         (__scalblnl): Only return standard underflowing result for K <=
1459         -64 not K <= -63; adjust exponent for underflowing result by 64
1460         not 63.
1461         * math/libm-test.inc (scalbn_test_data): Add more tests.
1462         (scalbln_test_data): Likewise.
1464         [BZ #17834]
1465         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1466         0x1p63L.
1467         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1468         not HX.
1469         * math/libm-test.inc (scalbn_test_data): Add more tests.
1470         (scalbln_test_data): Likewise.
1472 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1473             Stefani Seibold  <stefani@seibold.net>
1475         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1476         (sysdep_routines): Add dl-vdso here, ...
1477         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1478         (sysdep_routines): ... not here.
1479         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1480         fallback when vDSO is not presented.
1481         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1482         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1483         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1484         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1485         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1486         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1487         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1488         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1489         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1490         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1491         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1492         fallback configurable symbol when vDSO is not available.
1493         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1494         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1495         be able to redefine fallback symbol when vDSO is not available.
1496         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1497         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1499 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1501         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1502         (TLS_INIT_TP): Add tm_capable initialization.
1503         (TLS_DEFINE_INIT_TP): Likewise.
1504         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1505         TCB.
1506         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1507         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1508         calculation.
1509         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1510         transactoion is lock elision is built and TCB tm_capable is set.
1511         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1513         (INTERNAL_SYSCALL_NCS): Likewise.
1514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1515         (INTERNAL_SYSCALL_NCS): Likewise.
1516         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1518         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1519         for powerpc.
1520         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1521         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1522         and remove it for 32 bits case.
1523         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1524         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1525         initialization.
1526         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1527         Disable lock elision with rdlocks if elision is not available.
1529         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1530         (sysdep_routines): Add lock elision objects.
1531         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1532         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1533         [pthread_mutex_t] (__elision): Add field.
1534         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1535         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1536         elision definitions for powerpc.
1537         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1538         implementation of lock elision for powerpc.
1539         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1540         implementation of timed lock elision for powerpc.
1541         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1542         implementation of trylock with lock elision for powerpc.
1543         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1544         implementaion of unlock for lock elision for powerpc.
1545         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1546         automatic enable lock elision for mutexes.
1547         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1548         transaction execution definitions for powerpc.
1549         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1550         definitions.
1551         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1552         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1553         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1554         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1555         * NEWS: Update.
1557 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1559         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1560         for #include of <shm-directory.h>.
1562 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1564         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1565         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1567 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1569         [BZ #17791]
1570         * NEWS: Mention bug fix.
1571         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1572         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1573         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1575 2015-01-09  Torvald Riegel <triegel@redhat.com>
1577         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1579 2015-01-09  Torvald Riegel <triegel@redhat.com>
1581         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1583 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1585         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1586         pointer and cast to uintptr_t.
1588 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1590         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1591         removed.
1592         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1594 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1596         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1597         of 0.
1599 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1601         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1602         <nptl/pthreadP.h> instead.
1603         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1605         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1606         already defined.
1607         [__SIGRTMIN] (init): Function removed.
1608         [__SIGRTMIN] (initialized): Variable removed.
1609         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1610         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1611         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1612         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1613         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1614         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1615         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1616         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1617         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1618         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1619         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1620         * sysdeps/nptl/allocrtsig.c: New file.
1621         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1622         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1623         * sysdeps/generic/testrtsig.h: File removed.
1625         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1626         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1628         * nptl/nptl-init.c (pthread_functions): Conditionalize
1629         .ptr__nptl_setxid initialization on [SIGSETXID].
1631         * sysdeps/nptl/sys/procfs.h: New file.
1632         * nptl_db/Makefile (headers): Add it.
1633         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1635         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1636         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1637         * nptl/pthread_attr_setaffinity.c: Include it.
1638         * nptl/pthread_setattr_default_np.c: Likewise.
1639         * nptl/check-cpuset.h: New file.
1641 2015-01-08  Richard Henderson  <rth@redhat.com>
1643         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1644         (CFLAGS-tst-execstack-prog.c): Likewise.
1645         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1647 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1648             Sandra Loosemore  <sandra@codesourcery.com>
1649             Andrew Jenner  <andrew@codesourcery.com>
1650             Joseph Myers  <joseph@codesourcery.com>
1651             Nathan Sidwell  <nathan@codesourcery.com>
1653         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1654         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1655         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1656         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1657         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1658         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1659         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1660         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1661         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1662         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1663         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1664         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1665         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1666         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1667         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1668         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1669         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1671 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1673         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1674         timespec struct member in syscall macro.
1675         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1676         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1677         first timeval struct member in syscall macro.
1678         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1680 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1682         [BZ #17748]
1683         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1684         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1685         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1686         __feupdateenv and define as weak alias of __feupdateenv.  Use
1687         libm_hidden_weak.
1688         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1689         libm_hidden_def.
1690         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1691         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1692         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1693         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1694         libm_hidden_def.
1695         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1696         __feupdateenv and define as weak alias of __feupdateenv.  Use
1697         libm_hidden_weak.
1698         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1699         libm_hidden_def.
1700         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1701         __feupdateenv and define as weak alias of __feupdateenv.  Use
1702         libm_hidden_weak.
1703         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1704         libm_hidden_def.
1705         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1706         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1707         (__feupdateenv): Likewise.
1708         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1709         __feupdateenv and define as weak alias of __feupdateenv.  Use
1710         libm_hidden_weak.
1711         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1712         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1713         libm_hidden_def.
1714         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1715         function.
1716         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1717         libm_hidden_def.
1718         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1719         __feupdateenv instead of feupdateenv.
1720         (default_libc_feupdateenv_test): Likewise.
1721         (libc_feresetround_ctx): Likewise.
1723 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1725         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1726         prototype.
1728 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1730         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1731         COLL_SYM in a couple of places to avoid uninitialized variable
1732         wanings on tilegx gcc 4.8.2.
1734 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1736         * sysdeps/aarch64/strcpy.S: New file.
1737         * sysdeps/aarch64/stpcpy.S: New file.
1738         * NEWS: Updated.
1740 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1742         * sysdeps/aarch64/strrchr.S: New file.
1743         * NEWS: Updated.
1745 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1747         [BZ #17658]
1748         * stdlib/setenv.c: Fix memory leak when setting large,
1749         duplicate string.
1751 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1753         [BZ #17273]
1754         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1755         and tabs from buffer before parsing fstab entry.
1756         * misc/tst-mntent.c (main): Add test for mount entry with
1757         trailing spaces and tabs.
1759 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1761         [BZ #17748]
1762         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1763         * math/fesetround.c (fesetround): Rename to __fesetround and
1764         define as weak alias of __fesetround.  Use libm_hidden_weak.
1765         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1766         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1767         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1768         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1769         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1770         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1771         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1772         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1773         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1774         __fesetround_inline.
1775         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1776         __fesetround_inline instead of __fesetround.
1777         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1778         __fesetround and define as weak alias of __fesetround.  Use
1779         libm_hidden_weak.  Call __fesetround_inline instead of
1780         __fesetround.
1781         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1782         __fesetround and define as weak alias of __fesetround.  Use
1783         libm_hidden_weak.
1784         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1785         Likewise.
1786         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1787         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1788         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1789         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1790         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1791         __fesetround and define as weak alias of __fesetround.  Use
1792         libm_hidden_weak.
1793         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1794         __fesetround instead of fesetround.
1795         (default_libc_feholdexcept_setround): Likewise.
1796         (libc_feholdsetround_ctx): Likewise.
1797         (libc_feholdsetround_noex_ctx): Likewise.
1799         [BZ #17748]
1800         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1801         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1802         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1803         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1804         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1805         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1806         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1807         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1808         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1809         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1810         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1811         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1812         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1813         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1814         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1815         libm_hidden_def.
1816         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1817         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1818         Likewise.
1819         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1820         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1821         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1822         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1823         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1824         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1825         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1826         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1827         __fesetenv instead of fesetenv.
1828         (libc_feresetround_noex_ctx): Likewise.
1829         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1830         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1831         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1832         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1833         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1834         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1835         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1836         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1837         (__feupdateenv): Likewise.
1838         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1839         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1840         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1841         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1843 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1845         [BZ #17806]
1846         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1847         addresses have been freed.
1849 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1851         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1852         and nservall.
1854 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1856         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1857         Clean up check_pf allocation pattern. addresses
1859 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1861         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1862         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1863         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1864         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1865         * nptl/pthread_join.c (pthread_join): Likewise.
1866         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1867         * sysdeps/posix/waitid.c (__waitid): Likewise.
1868         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1869         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1870         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1871         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1872         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1873         Likewise.
1874         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1875         (__libc_pread64): Likewise.
1876         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1877         (__libc_pwrite): Likewise.
1878         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1879         (__libc_pwrite64): Likewsie.
1880         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1881         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1882         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1883         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1884         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1885         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1886         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1888         Likewise.
1889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1890         (__libc_pread64): Likewise.
1891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1892         Likewise.
1893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1894         (__libc_pwrite64): Likewise.
1895         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1896         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1897         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1898         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1899         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1900         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1901         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1902         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1903         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1904         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1905         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1906         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1907         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1908         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1909         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1910         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1911         Likewise.
1913 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1915         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1916         (CFLAGS-test-double.c): Likewise.
1917         (CFLAGS-test-ldouble.c): Likewise.
1918         (CPPFLAGS-test-ifloat.c): Likewise.
1919         (CPPFLAGS-test-idouble.c): Likewise.
1920         (CPPFLAGS-test-ildoubl.c): Likewise.
1921         (CFLAGS-test-test-fenv.c): Remove variable.
1922         (CFLAGS-test-misc.c): Likewise.
1924 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1926         [BZ #17797]
1927         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1928         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1929         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1930         CLOCKS_PER_SEC == 1000000.
1931         * time/clocktest.c (main): Replace %ld with %jd and cast to
1932         intmax_t.
1934 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1936         * sysdeps/generic/unwind-resume.h: New file.
1937         * sysdeps/gnu/unwind-resume.c: Include it.
1938         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1939         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1940         argument list.
1941         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1942         global rather than static.
1943         (_Unwind_Resume): Update user.
1944         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1945         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1946         rather than static.  Add __attribute__ ((cold)).
1947         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1948         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1949         * sysdeps/arm/arm-unwind-resume.S: New file.
1950         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1951         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1952         * sysdeps/arm/Makefile [$(subdir) = csu]
1953         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1954         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1955         Add rt-arm-unwind-resume.
1956         [$(subdir) = nptl]
1957         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1958         Add pt-arm-unwind-resume.
1959         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1960         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1962 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1964         [BZ #17748]
1965         * include/fenv.h (__feholdexcept): Declare.  Use
1966         libm_hidden_proto.
1967         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1968         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1969         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1970         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1971         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1972         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1973         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1974         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1975         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1976         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1977         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1978         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1979         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1980         (feholdexcept): Likewise.
1981         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1982         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1983         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1984         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1985         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1986         __feholdexcept instead of feholdexcept.
1987         (default_libc_feholdexcept_setround): Likewise.
1989 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1991         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1992         to avoid using stl/str to align destination.
1994 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1996         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1998 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2000         [BZ #17796]
2001         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2002         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2003         Define as weak alias not strong alias.
2005 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2007         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2008         bltzal with addiupc.
2009         (RTLD_START): Ditto.
2011 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2013         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2014         for __vdso_* functions in declarations.
2015         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2016         definitions.
2017         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2018         INTERNAL_VSYSCALL): Use struct return types to check for error.
2020         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2021         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2022         function with cast from llround().
2023         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2024         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2025         Define.
2027 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2029         [BZ #17793]
2030         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2031         Define as weak alias not strong alias.
2033         [BZ #17635]
2034         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2035         ...
2036         * ctype/ctype-extn.c: ... here.
2037         (__isblank_l): Move to ...
2038         * ctype/ctype-c99_l.c: ... here.  New file.
2039         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2040         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2041         Remove variable.
2042         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2043         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2044         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2045         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2046         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2048         [BZ #17777]
2049         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2050         (posix_fadvise64): Define as weak alias not strong alias.
2051         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2052         (posix_fallocate64): Likewise.
2053         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2054         Remove variable.
2055         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2056         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2057         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2058         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2059         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2061 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2063         [BZ #16191]
2064         * NEWS: Mention bug fix.
2065         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2066         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2067         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2068         (HOST_STACK_END_ADDR): Likewise.
2070 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2072         [BZ #17748]
2073         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2074         * math/fegetround.c (fegetround): Rename to __fegetround and
2075         define as weak alias of __fegetround.  Use libm_hidden_weak.
2076         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2077         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2078         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2079         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2080         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2081         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2082         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2083         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2084         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2085         Undefine after rather than before function definition; use
2086         parentheses around function name in definition.
2087         (__fegetround): Also undefine macro after function definition.
2088         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2089         __fegetround and define as weak alias of __fegetround.  Use
2090         libm_hidden_weak.  Do not undefine as macro.
2091         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2092         Likewise.
2093         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2094         __fegetround and define as weak alias of __fegetround.  Use
2095         libm_hidden_weak.
2096         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2097         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2098         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2099         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2100         __fegetround and define as weak alias of __fegetround.  Use
2101         libm_hidden_weak.
2102         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2103         __fegetround instead of fegetround.
2105         [BZ #17782]
2106         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2107         Condition macro definition on [__USE_MISC].
2109         [BZ #17781]
2110         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2111         (struct sigaction): Change type of sa_flags field to int.
2113         [BZ #17780]
2114         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2115         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2116         __glibc_reserved0.
2118         * nptl/version.c (banner): Use single year in copyright notice.
2120         * NEWS: Update copyright dates.
2121         * catgets/gencat.c (print_version): Likewise.
2122         * csu/version.c (banner): Likewise.
2123         * debug/catchsegv.sh: Likewise.
2124         * debug/pcprofiledump.c (print_version): Likewise.
2125         * debug/xtrace.sh (do_version): Likewise.
2126         * elf/ldconfig.c (print_version): Likewise.
2127         * elf/ldd.bash.in: Likewise.
2128         * elf/pldd.c (print_version): Likewise.
2129         * elf/sotruss.sh: Likewise.
2130         * elf/sprof.c (print_version): Likewise.
2131         * iconv/iconv_prog.c (print_version): Likewise.
2132         * iconv/iconvconfig.c (print_version): Likewise.
2133         * locale/programs/locale.c (print_version): Likewise.
2134         * locale/programs/localedef.c (print_version): Likewise.
2135         * login/programs/pt_chown.c (print_version): Likewise.
2136         * malloc/memusage.sh (do_version): Likewise.
2137         * malloc/memusagestat.c (print_version): Likewise.
2138         * malloc/mtrace.pl: Likewise.
2139         * manual/libc.texinfo: Likewise.
2140         * nptl/version.c (banner): Likewise.
2141         * nscd/nscd.c (print_version): Likewise.
2142         * nss/getent.c (print_version): Likewise.
2143         * nss/makedb.c (print_version): Likewise.
2144         * posix/getconf.c (main): Likewise.
2145         * scripts/test-installation.pl: Likewise.
2146         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2148 2015-01-02  Will Newton  <will.newton@linaro.org>
2150         * sysdeps/arm/armv7/configure: Removed.
2151         * sysdeps/arm/armv7/configure.ac: Likewise.
2153 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2155         * All files with FSF copyright notices: Update copyright dates
2156         using scripts/update-copyrights.
2157         * intl/plural.c: Regenerated.
2158         * locale/programs/charmap-kw.h: Likewise.
2159         * locale/programs/locfile-kw.h: Likewise.
2161 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2163         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2165 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2167         [BZ #17748]
2168         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2169         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2170         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2171         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2172         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2173         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2174         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2175         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2176         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2177         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2178         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2179         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2180         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2181         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2182         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2183         libm_hidden_def.
2184         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2185         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2186         Likewise.
2187         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2188         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2189         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2190         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2191         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2192         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2193         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2194         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2195         __fegetenv instead of fegetenv.
2196         (libc_feholdsetround_noex_ctx): Likewise.
2198 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2200         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2201         (Elf_MIPS_ABIFlags_v0): New structure.
2202         (EF_MIPS_FP64): Define.
2203         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2204         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2205         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2206         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2207         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2208         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2209         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2210         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2211         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2212         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2213         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2214         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2215         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2216         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2217         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2218         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2219         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2220         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2221         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2222         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2223         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2224         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2225         field.
2226         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2227         EF_MIPS_FP64.
2228         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2229         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2230         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2231         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2232         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2233         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2234         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2235         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2236         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2237         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2238         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2239         record the current FP ABI extension.
2240         (mips-mode-switch): Define to show if kernel headers support mode
2241         switching.
2242         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2243         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2244         supported SYSV ABI version to 3.
2245         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2246         feature.
2248 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2249             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2251         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2252         path.
2253         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2255 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2257         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2258         __fegetround and redefine to call __fegetround.  Remove condition
2259         on [!__NO_MATH_INLINES].
2260         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2261         function.
2262         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2263         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2264         Remove macro.
2265         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2266         instead of <fenv_libc.h>.
2267         (__llrintl): Call fegetround instead of __fegetround.
2268         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2269         instead of <fenv_libc.h>.
2270         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2271         (__lrintl): Call fegetround instead of __fegetround.
2272         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2273         instead of <fenv_libc.h>.
2274         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2275         (__rintl): Call fegetround instead of __fegetround.
2277 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2279         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2280         arrays.
2282 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2284         [BZ #17775]
2285         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2286         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2287         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2289 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2291         * sysdeps/i386/tls-macros.h: Include <features.h>.
2292         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2293         (TLS_IE): Likewise.
2294         (TLS_LD): Likewise.
2295         (TLS_GD): Likewise.
2296         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2297         define for GCC >= 5.0.
2299 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2301         * math/test-fenv.c (test_single_exception, set_single_exc,
2302         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2303         feexcp_mask_test, feenable_test, fe_single_test): Add
2304         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2305         case where they are not used.
2306         * math/libm-test.inc: Likewise.
2307         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2308         unused in the absence of FP rounding/exception support.
2309         * stdio-common/tst-printf-round.c: Likewise.
2310         * stdlib/tst-strtod-round.c: Likewise.
2311         * stdlib/tst-strtod-underflow.c: Likewise.
2313 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2315         [BZ #17723]
2316         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2317         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2318         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2319         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2320         libm_hidden_weak.
2321         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2322         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2323         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2324         libm_hidden_def.
2325         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2326         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2327         libm_hidden_weak.
2328         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2329         Likewise.
2330         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2331         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2332         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2333         libm_hidden_weak.
2334         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2335         libm_hidden_def.
2336         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2337         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2338         (__feraiseexcept): Likewise.
2339         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2340         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2341         libm_hidden_weak.
2342         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2343         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2344         libm_hidden_def.
2345         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2346         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2347         Use libm_hidden_def.
2348         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2349         libm_hidden_def.
2350         (feraiseexcept): Define as weak not strong alias.  Use
2351         libm_hidden_weak.
2352         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2353         New inline function.  Factored out of ...
2354         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2355         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2356         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2357         feraiseexcept.
2358         * math/w_acos.c (__acos): Likewise.
2359         * math/w_asin.c (__asin): Likewise.
2360         * math/w_ilogb.c (__ilogb): Likewise.
2361         * math/w_j0.c (y0): Likewise.
2362         * math/w_j1.c (y1): Likewise.
2363         * math/w_jn.c (yn): Likewise.
2364         * math/w_log.c (__log): Likewise.
2365         * math/w_log10.c (__log10): Likewise.
2366         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2367         * sysdeps/aarch64/fpu/math_private.h
2368         (libc_feupdateenv_test_aarch64): Likewise.
2369         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2370         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2371         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2372         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2373         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2374         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2375         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2376         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2377         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2378         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2380 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2382         [BZ #17732]
2383         * io/test-utime.c (main): Replace %ld with %jd and cast to
2384         intmax_t.
2385         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2386         * nptl/tst-mutex5.c: Include <stdint.h>.
2387         (do_test): Replace %ld with %jd and cast to intmax_t.
2388         * posix/tst-regex.c (run_test): Likewise.
2389         (run_test_backwards): Likewise.
2390         * rt/tst-clock.c: Include <stdint.h>.
2391         (clock_test): Replace %ld with %jd and cast to intmax_t.
2392         * rt/tst-cpuclock1.c: Include <stdint.h>.
2393         (do_test): Replace %lu with %ju and cast to uintmax_t.
2394         * rt/tst-cpuclock2.c: Include <stdint.h>.
2395         (do_test): Replace %lu with %ju and cast to uintmax_t.
2396         * rt/tst-mqueue1.c: Include <stdint.h>.
2397         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2398         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2399         intmax_t.
2400         * rt/tst-mqueue4.c (do_test): Likewise.
2401         * rt/tst-timer4.c: Include <stdint.h>.
2402         (check_ts): Replace %ld with %jd and cast to intmax_t.
2403         (do_test): Likewise.
2404         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2405         and cast to intmax_t.
2406         * sysdeps/pthread/tst-timer.c (main): Likewise.
2407         * time/clocktest.c (main): Likewise.
2408         * time/tst-posixtz.c (do_test): Likewise.
2409         * timezone/tst-timezone.c (main): Likewise.
2411 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2412             H.J. Lu  <hongjiu.lu@intel.com>
2414         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2415         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2416         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2417         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2418         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2419         version if bit_Fast_Unaligned_Load is set.
2420         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2421         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2422         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2423         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2424         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2425         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2426         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2427         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2428         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2429         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2430         to 4.
2431         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2432         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2433         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2434         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2436 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2438         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2439         instead of #if to avoid a Wundef warning.
2440         * stdlib/tst-limits.c (do_test): Likewise.
2442         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2443         parallel other exception macros.
2444         (fegetenv): Convert from macro to extern inline so that it applies
2445         retroactively to inline functions already seen by the compiler.
2446         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2448         * posix/Makefile (before-compile): Use $(objpfx) for
2449         posix-conf-vars-def.h.
2451 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2453         * posix/getconf.c (main): Use size_t for type of I.
2454         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2455         NSPEC.
2457         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2458         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2459         * posix/posix-envs.def: Likewise.
2460         * sysdeps/posix/sysconf.c: Likewise.
2461         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2462         (specs): Remove array.
2463         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2464         array.
2466         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2467         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2468         (__sysconf): Use CONF_IS_* macros.
2470         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2471         ($(objpfx)posix-conf-vars-def.h): New target.
2472         * posix/posix-conf-vars.list: New file.
2473         * posix/posix-conf-vars.h: New file.
2474         * posix/confstr.c: Include posix-conf-vars.h.
2475         (confstr): Use CONF_IS_* macros.
2476         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2477         CONF_IS_* macros.
2478         * scripts/gen-posix-conf-vars.awk: New file.
2480 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2482         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2483         fegetround): Add no-op macros to avoid linknamespace issues.
2485         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2486         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2488         * sysdeps/unix/sysv/linux/tile/sysdep.h
2489         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2490         assembly-specific section to avoid a redefinition warning.
2492         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2493         long before casting to pointer to avoid a cast warning.
2495 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2497         * sysdeps/tile/tilegx/Implies: New file.
2499 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2501         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2503 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2505         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2507 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2509         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2510         not define.
2511         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2512         <kernel-features.h>.
2513         (__utimes) [__NR_utimes]: Make code unconditional.
2514         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2515         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2516         (__ASSUME_UTIMES): Do not undefine.
2517         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2518         (__ASSUME_UTIMES): Likewise.
2519         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2520         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2521         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2522         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2524 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2526         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2528 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2530         [BZ #17747]
2531         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2532         alias to weak alias for j0l, y0l.
2533         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2534         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2536         [BZ #17746]
2537         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2538         conversion.
2540 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2542         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2543         to zero if not already defined.
2545 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2547         [BZ #17724]
2548         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2549         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2550         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2551         (char *) casts added.
2552         * sysdeps/ieee754/k_standardf.c: New file.
2553         * sysdeps/ieee754/k_standardl.c: Likewise.
2554         * math/Makefile (libm-support): Remove k_standard.
2555         (libm-calls): Add k_standard.
2557 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2559         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2560         Optimize to avoid an unnecessary FPCR read.
2562 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2564         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2565         Optimize to reduce FPCR/FPSR accesses.
2567 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2569         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2570         Call libc_fetestexcept_aarch64.
2572 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2574         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2575         Call libc_fesetround_aarch64.
2577 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2579         [BZ #17733]
2580         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2581         (__bind): Do not define as weak alias.
2582         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2583         define.
2584         (__getsockname): Do not define as weak alias.
2586 2014-12-22  Will Newton  <will.newton@linaro.org>
2588         * manual/install.texi: Document that we require bison 2.7
2589         or above.
2590         * INSTALL: Regenerate.
2591         * configure.ac: Use AC_CHECK_PROG_VER instead of
2592         AC_PATH_PROG when checking for bison and check for
2593         version 2.7 or above.
2594         * configure: Regenerate.
2596 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2598         [BZ #17745]
2599         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2600         * sysdeps/tile/ffsll.c (ffsll): To here.
2602         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2604 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2606         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2607         if not defined.
2608         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2609         definition.
2610         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2611         hidden ___tls_get_addr.
2612         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2613         hidden __tls_get_addr.
2614         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2615         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2616         Likewise.
2618 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2620         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2621         _dl_init call.
2623 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2625         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2626         from "call _dl_init@PLT".
2627         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2629 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2631         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2632         guarantees.
2634 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2636         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2638 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2640         [BZ #17744]
2641         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2642         strnlen.
2644 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2646         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2647         of multu on MIPSr6.
2648         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2649         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2650         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2651         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2652         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2654 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2656         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2657         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2658         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2659         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2660         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2661         mips32r6/mips64r6.
2662         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2664 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2666         * string/strncat.c (STRNCAT): Simplify implementation.
2668 2014-12-19  David S. Miller  <davem@davemloft.net>
2670         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2671         access the quad as both a long double and as a series of 4 words.
2673         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2674         link_map->l_info array access.
2676 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2678         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2680         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2681         * math/atest-exp2.c (TIMEOUT): Likewise.
2682         * math/atest-sincos.c (TIMEOUT): Likewise.
2684 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2686         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2687         -Wno-error with -fno-builtin-lround.
2689 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2691         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2692         Contains futex constants and functions moved over from ...
2693         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2694         <lowlevellock-futex.h>.
2695         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2696         (lll_timedwait_tid): Add comments and parentheses around macro
2697         arguments.
2699 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2701         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2702         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2703         (__lll_private_flag): Remove.
2704         (lll_futex_wait): Likewise.
2705         (lll_futex_timed_wait): Likewise.
2706         (lll_futex_wake): Likewise.
2707         (lll_futex_requeue): Likewise.
2708         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2709         (__lll_timedwait_tid): Spell out argument names.
2710         (lll_timedwait_tid): Add comments and parentheses around macro
2711         arguments.
2712         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2713         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2715 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2717         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2718         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2719         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2720         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2721         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2722         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2723         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2724         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2725         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2726         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2727         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2728         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2729         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2730         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2731         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2732         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2733         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2734         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2735         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2737 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2739         * sysdeps/x86_64/x32/Makefile: New file.
2741 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2743         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2744         1L with (mp_limb_t) 1.
2746 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2748         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2749         * nptl/libc_pthread_init.c: ... here.
2750         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2751         * nptl/register-atfork.c: ... here.
2753         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2754         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2755         Use assert_perror to check its return value.
2756         (__gai_create_helper_thread): Likewise.
2758         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2760         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2762 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2764         [BZ #17725]
2765         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2766         __profil_counter.
2767         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2768         Likewise.
2769         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2770         Likewise.
2771         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2772         Likewise.
2773         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2774         (profil_counter): Likewise.
2775         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2776         (profil_counter): Likewise.
2777         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2778         Likewise.
2779         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2780         Likewise.
2781         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2782         (profil_counter): Likewise.
2783         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2784         Likewise.
2785         [!__profil_counter] (profil_counter): Define as weak alias of
2786         __profil_counter.
2787         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2788         (profil_counter): Rename to __profil_counter.
2789         [!__profil_counter] (profil_counter): Define as weak alias of
2790         __profil_counter.
2791         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2792         (profil_counter): Rename to __profil_counter.
2793         [!__profil_counter] (profil_counter): Define as weak alias of
2794         __profil_counter.
2795         * sysdeps/posix/profil.c: Update comment referring to
2796         profil_counter.
2797         (__profil): Use __profil_counter instead of profil_counter.
2798         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2799         __profil_counter.  Use __profil_counter_ushort and
2800         __profil_counter_uint in definitions.
2801         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2802         instead of profil_counter_uint and profil_counter_ushort.
2804         [BZ #17722]
2805         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2806         define as weak alias of __inet_makeaddr.
2807         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2808         as weak alias of __inet_addr.
2809         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2810         as weak alias of __inet_pton.  Use libc_hidden_weak.
2811         * include/arpa/inet.h (__inet_pton): Declare.  Use
2812         libc_hidden_proto.
2813         (inet_makeaddr): Don't use libc_hidden_proto.
2814         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2815         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2816         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2817         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2818         Remove variable.
2819         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2820         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2822 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2824         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2826 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2828         * stdio-common/bug-vfprintf-nargs.c (do_test):
2829         Cast value to intptr_t to avoid format warning
2830         for usage with PRIdPTR printing macro.
2832 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2834         * libio/tst-widetext.c (do_test):
2835         Use format type %td instead of %Zd for ptrdiff_t
2836         in order to avoid format warning.
2838 2014-12-17  Andreas Schwab  <schwab@suse.de>
2840         * nscd/mem.c (gc): Add size_t cast to match printf format.
2842 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2844         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2845         (init): Apply PTR_MANGLE to pointers before storing them.
2846         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2847         before using them.
2849 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2851         [BZ #17719]
2852         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2853         define as weak alias of __memrchr.
2854         (__memrchr): Do not define as strong alias of memrchr.
2855         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2856         Remove variable.
2857         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2858         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2859         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2861         [BZ #17717]
2862         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2863         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2864         (if_indextoname): Rename to __if_indextoname and define as weak
2865         alias of __if_indextoname.  Use libc_hidden_weak.
2866         (if_freenameindex): Rename to __if_freenameindex and define as
2867         weak alias of __if_freenameindex.
2868         (if_nameindex): Rename to __if_nameindex and define as weak alias
2869         of __if_nameindex.
2870         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2871         __if_nametoindex and define as weak alias of __if_nametoindex.
2872         Use libc_hidden_weak.
2873         (if_freenameindex): Rename to __if_freenameindex and define as
2874         weak alias of __if_freenameindex.
2875         (if_nameindex): Rename to __if_nameindex and define as weak alias
2876         of __if_nameindex.
2877         (if_indextoname): Rename to __if_indextoname and define as weak
2878         alias of __if_indextoname.  Use libc_hidden_weak.
2879         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2880         __if_nametoindex and define as weak alias of __if_nametoindex.
2881         Use libc_hidden_weak.
2882         (if_freenameindex): Rename to __if_freenameindex and define as
2883         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2884         (if_nameindex_netlink): Use __if_freenameindex instead of
2885         if_freenameindex.
2886         (if_nameindex): Rename to __if_nameindex and define as weak alias
2887         of __if_nameindex.  Use libc_hidden_weak.
2888         (if_indextoname): Rename to __if_indextoname and define as weak
2889         alias of __if_indextoname.  Use libc_hidden_weak.
2890         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2891         libc_hidden_proto.
2892         [!_ISOMAC] (__if_freenameindex): Likewise.
2893         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2894         if_nametoindex.
2895         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2896         variable.
2897         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2898         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2899         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2900         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2901         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2902         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2903         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2905         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2906         Remove variable.
2907         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2908         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2910 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2912         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2913         subscript above bounds'
2915         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2916         bounds.
2918 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2920         * libio/tst-fopenloc.c: Use test-skeleton.c.
2922         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2923         (entry): Rename to ITEM.
2924         (do_test, comp): Adjust.
2926         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2928 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2930         * string/tester.c: Include <libc-internal.h>.
2931         (test_memset): Ignore -Wmemset-transposed-args.
2933 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2935         * misc/tst-mntent2.c (do_test): Fix warning.
2937 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2939         * elf/tst-unique4lib.cc(a): Mark as used.
2941 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2943         [BZ #17630]
2944         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2945         names.
2947 2014-12-16  Allan McRae  <allan@archlinux.org>
2949         * stdio-common/Makefile (tests): Re-add bug26.
2951 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2953         [BZ #17657]
2954         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2955         static array.
2957 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2959         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2960         (__lll_lock_wait): Likewise.
2961         (__lll_timedlock_wait): Likewise.
2962         (__lll_timedwait_tid): Likewise.
2963         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2964         (__lll_robust_timedlock_wait): Likewise.
2965         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2966         (lll_cond_trylock): Likewise.
2967         (__lll_lock): Likewise.
2968         (__lll_robust_lock): Likewise.
2969         (__lll_cond_lock): Likewise.
2970         (lll_robust_cond_lock): Likewise.
2971         (__lll_timedlock): Likewise.
2972         (__lll_robust_timedlock): Likewise.
2973         (__lll_unlock): Likewise.
2974         (__lll_robust_unlock): Likewise.
2975         (lll_wait_tid): Likewise.
2976         (lll_timedwait_tid): Likewise.
2978 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2980         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2982 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2984         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2986 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2988         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2989         * stdio-common/tst-sprintf.c: Likewise.
2991 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2993         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2995 2014-12-15  Jeff Law  <law@redhat.com>
2997         [BZ #16617]
2998         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2999         on the heap.  (CVE-2012-3406)
3000         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3001         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3002         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3004 2014-12-15  Will Newton  <will.newton@linaro.org>
3006         * manual/install.texi: Bump required version of texinfo
3007         to 4.7 from 4.5.
3008         * INSTALL: Regenerated.
3009         * configure.ac: Check for makeinfo version 4.7 and above.
3010         * configure: Regenerated.
3012 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3014         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3015         PREFIX, string constant to insert between directory and name.
3016         * sysdeps/posix/shm_open.c: Update caller.
3017         * sysdeps/posix/shm_unlink.c: Likewise.
3018         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3019         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3020         (SEM_SHM_PREFIX): New macro.
3021         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3022         [$(have-thread-library) = no].
3023         * nptl/Makefile (libpthread-routines): Add shm-directory.
3024         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3025         * sysdeps/nptl/shm-directory.h: New file.
3026         * sysdeps/posix/shm-directory.c
3027         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3028         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3029         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3030         INTERNAL_SYSCALL.
3031         (__where_is_shmfs): Function removed.
3032         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3033         Variables removed.
3034         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3035         Use SHM_GET_NAME.
3036         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3038         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3039         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3040         unconditional for use inside libpthread.
3041         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3043 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3045         * nptl/pthread_getaffinity.c: New file.
3046         * nptl/pthread_setaffinity.c: New file.
3047         * nptl/pthread_getname.c: New file.
3048         * nptl/pthread_setname.c: New file.
3050         * nptl/pthread_create.c (START_THREAD_DEFN)
3051         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3053 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3054             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3056         * resolv/res_send.c (send_vc): Disable warning resplen may
3057         be used uninitialized.
3059 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3061         * nptl/tst-mutex6.c
3062         (ATTR_NULL): New define checks ATTR against NULL.
3063         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3064         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3066 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3068         [BZ #17581]
3069         * malloc/hooks.c
3070         (mem2mem_check): Revert my previous change.
3071         (malloc_check_get_size): Revert my previous change.
3072         (mem2chunk_check): Revert my previous change.
3074 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3076         * sysdeps/posix/shm-directory.c: New file.
3077         * sysdeps/posix/shm-directory.h: New file.
3078         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3079         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3080         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3081         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3082         Transmute EPERM to EACCES.
3083         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3084         from ...
3085         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3086         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3088 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3090         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3091         pointer and cast to uintptr_t.
3092         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3093         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3094         Add cast to avoid warning.
3095         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3097 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3099         * nptl/semaphore.h: Move to ...
3100         * sysdeps/pthread/semaphore.h: ... here.
3101         * Makefile (installed-headers): Change nptl/semaphore.h to
3102         sysdeps/pthread/semaphore.h.
3104 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3106         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3107         generated error format strings.
3109         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3110         -Wformat-extra-args warnings for scanf formats.
3111         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3112         test of zero-length format (duh).
3113         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3114         corner-case scanf format test.
3115         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3116         generated fprintf format string.
3117         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3118         corner-case sprintf format tests.
3119         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3120         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3121         -Wformat-extra-args warnings throughout.
3122         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3123         (CFLAGS-scanf4.c): Likewise.
3124         (CFLAGS-scanf7.c): Likewise.
3125         (CFLAGS-tst-sprintf.c): Likewise.
3126         (CFLAGS-tst-printf.c): Likewise.
3127         (CFLAGS-tst-printfsz.c): Likewise.
3129 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3131         * include/cpio.h: New file.
3132         * include/fmtmsg.h: Likewise.
3134         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3135         corresponding format argument to size_t.
3136         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3137         arguments.
3138         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3139         corresponding format argument to size_t.
3140         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3141         arguments.
3142         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3143         corresponding format argument to size_t.
3144         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3145         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3146         (CFLAGS-tst-mbswcs2.c): Likewise.
3147         (CFLAGS-tst-mbswcs3.c): Likewise.
3148         (CFLAGS-tst-mbswcs4.c): Likewise.
3149         (CFLAGS-tst-mbswcs5.c): Likewise.
3150         (CFLAGS-tst-trans.c): Likewise
3152 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3154         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3155         rather than assuming they won't contain any '%'s.
3157 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3159         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3160         inhibit_loop_to_libcall to avoid recursive calls.
3161         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3162         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3164 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3166         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3167         prototype.
3169 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3171         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3172         integer value instead of boolean.
3174 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3176         * malloc/malloc.c: Fix powerof2 check.
3178 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3180         * locale/programs/locfile.h (maybe_swap_uint32):
3181         Remove inline and add unused attribute.
3183 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3185         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3186         Truncating assembler expression to a .long expression.
3188 2014-12-11  Andreas Schwab  <schwab@suse.de>
3190         * elf/rtld.c (struct map_args): Constify str member.
3191         (do_preload): Constify fname argument.
3193 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3195         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3196         constants definition.
3198 2014-12-11  Andreas Schwab  <schwab@suse.de>
3200         [BZ #16657]
3201         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3202         FORCE_ELISION instead of DO_ELISION.
3203         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3204         Remove.
3205         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3206         Likewise.
3208         * iconvdata/gconv-modules: Remove duplicate entry.
3210 2014-12-11  Will Newton  <will.newton@linaro.org>
3212         Merge gettext 0.19.3 into intl/.
3214         This involves a number of cosmetic changes to comments
3215         and ANSI function definitions and prototypes throughout
3216         all the files. The gettext copyright header is used but
3217         with the date ranges taken from the glibc copy.
3219         * NEWS: Add gettext merge to 2.21.
3220         * intl/bindtextdom.c: Switch to gettext copyright.
3221         Use ANSI definitions and prototypes.
3222         Use gl_* locking primitives rather than __libc_* ones.
3223         Use __builtin_expect rather than __glibc_likely/unlikely.
3224         * intl/dcgettext.c: Switch to gettext copyright.
3225         Use ANSI definitions and prototypes.
3226         * intl/dcigettext.c: Switch to gettext copyright.
3227         Use ANSI definitions and prototypes.
3228         (INTDIV0_RAISES_SIGFPE): New define.
3229         Use gl_* locking primitives rather than __libc_* ones.
3230         Include eval-plural.h instead of plural-eval.c.
3231         Use __builtin_expect rather than __glibc_likely/unlikely.
3232         * intl/dcngettext.c: Switch to gettext copyright.
3233         Use ANSI definitions and prototypes.
3234         * intl/dgettext.c: Likewise.
3235         * intl/dngettext.c: Likewise.
3236         * intl/plural-eval.c: Renamed to...
3237         * intl/eval-plural.h: ...this.
3238         * intl/explodename.c: Switch to gettext copyright.
3239         Use ANSI definitions and prototypes.
3240         (_nl_explode_name): Use strchr instead of __rawmemchr.
3241         * intl/finddomain.c: Switch to gettext copyright.
3242         Use ANSI definitions and prototypes.
3243         Use gl_* locking primitives rather than __libc_* ones.
3244         (_nl_find_domain): Use malloc rather than alloca for
3245         allocation of temporary locale name.
3246         * intl/gettext.c: Switch to gettext copyright.
3247         Use ANSI definitions and prototypes.
3248         * intl/gettextP.h: Switch to gettext copyright.
3249         Use ANSI definitions and prototypes.
3250         Use gl_* locking primitives rather than __libc_* ones.
3251         * intl/gmo.h: Switch to gettext copyright.
3252         (struct sysdep_string): Move struct segment_pair outside of
3253         struct definition.
3254         * intl/hash-string.c: Use ANSI definitions and prototypes.
3255         * intl/hash-string.h: Switch to gettext copyright.
3256         Use ANSI definitions and prototypes.
3257         * intl/l10nflist.c: Switch to gettext copyright.
3258         Use ANSI definitions and prototypes.
3259         (_nl_normalize_codeset): Avoid integer overflow.
3260         * intl/loadinfo.h: Switch to gettext copyright.
3261         Use ANSI definitions and prototypes.
3262         (LIBINTL_DLL_EXPORTED): New define.
3263         (PATH_SEPARATOR): New define.
3264         * intl/loadmsgcat.c: Switch to gettext copyright.
3265         * intl/localealias.c: Switch to gettext copyright.
3266         Use ANSI definitions and prototypes.
3267         (_nl_expand_alias): Use PATH_SEPARATOR.
3268         * intl/ngettext.c: Switch to gettext copyright.
3269         Use ANSI definitions and prototypes.
3270         * intl/plural-exp.c: Likewise.
3271         * intl/plural-exp.h: Switch to gettext copyright.
3272         Use ANSI definitions and prototypes.
3273         (struct expression): Move definition of enum operator outside
3274         of struct definition.
3275         * intl/plural.c: Regenerate.
3276         * intl/plural.y: Switch to gettext copyright.
3277         Use ANSI definitions and prototypes.
3278         Port to bison 3.0.
3279         * intl/textdomain.c: Switch to gettext copyright.
3280         Use ANSI definitions and prototypes.
3281         Use gl_* locking primitives rather than __libc_* ones.
3283 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3285         * debug/warning-nop.c: Add used atrribute.
3287 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3289         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3291         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3292         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3293         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3295 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3296             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3298         [BZ #17634]
3299         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3300         Undefine after defining function.  Define as weak alias of
3301         __wcschr.  Use libc_hidden_weak.
3302         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3303         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3304         (libc_hidden_def): Also define __GI___wcschr alias.
3305         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3306         __wcschr and define as weak alias of __wcschr.
3307         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3308         __wcschr.
3309         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3310         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3311         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3312         libc_hidden_weak.  Do not use libc_hidden_def.
3313         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3314         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3315         __GI___wcschr alias.
3316         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3317         [IS_IN (libc)] (wcschr): Define as macro expanding to
3318         __redirect_wcschr.
3319         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3320         [IS_IN (libc)] (__wcschr_power6): Likewise.
3321         [IS_IN (libc)] (__wcschr_power7): Likewise.
3322         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3323         instead of wcschr.
3324         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3325         __libc_wcschr.
3326         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3327         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3328         __wcschr and define as weak alias of __wcschr.  Use
3329         libc_hidden_builtin_def.
3330         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3331         as weak alias of __wcschr.  Use libc_hidden_weak.
3332         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3333         wcschr.
3334         * time/era.c (_nl_init_era_entries): Likewise.
3335         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3336         variable.
3337         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3338         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3340 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3342         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3343         format for long int variable.
3345 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3347         [BZ #10672]
3348         * manual/search.texi: (Array Sort Function): Remove claim how to make
3349         qsort stable.
3351 2014-12-10  Andreas Schwab  <schwab@suse.de>
3353         [BZ #12847]
3354         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3355         user-controlled locks.
3357 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3359         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3360         register.
3362 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3364         * configure.ac (--disable-werror): New configure option.
3365         (enable_werror): New AC_SUBST.
3366         * configure: Regenerated.
3367         * config.make.in (enable-werror): New variable.
3368         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3369         -Wno-error=undef.
3370         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3371         * manual/install.texi (Configuring and compiling): Document
3372         --disable-werror.
3373         * INSTALL: Regenerated.
3374         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3375         (CFLAGS-tst-chk2.c): Likewise.
3376         (CFLAGS-tst-chk3.c): Likewise.
3377         (CFLAGS-tst-chk4.cc): Likewise.
3378         (CFLAGS-tst-chk5.cc): Likewise.
3379         (CFLAGS-tst-chk6.cc): Likewise.
3380         (CFLAGS-tst-lfschk1.c): Likewise.
3381         (CFLAGS-tst-lfschk2.c): Likewise.
3382         (CFLAGS-tst-lfschk3.c): Likewise.
3383         (CFLAGS-tst-lfschk4.cc): Likewise.
3384         (CFLAGS-tst-lfschk5.cc): Likewise.
3385         (CFLAGS-tst-lfschk6.cc): Likewise.
3387         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3388         (main): Disable -Wdeprecated-declarations around calls to
3389         register_printf_function.
3391         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3392         (do_test): Disable -Wdiv-by-zero around some calls to
3393         fwrite_unlocked and fread_unlocked.
3395         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3396         (DIAG_POP_NEEDS_COMMENT): Likewise.
3397         (_DIAG_STR1): Likewise.
3398         (_DIAG_STR): Likewise.
3399         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3400         * stdio-common/bug21.c: Include <libc-internal.h>.
3401         (do_test): Disable -Wformat around call to sscanf.
3402         * stdio-common/scanf14.c: Include <libc-internal.h>.
3403         (main): Disable -Wformat around some calls to scanf functions.
3405 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3407         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3409 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3411         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3412         stack variable alignment.
3414 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3416         [BZ #17682]
3417         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3418         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3419         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3420         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3421         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3422         __getrlimit instead of getrlimit.
3423         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3424         __gettimeofday instead of gettimeofday.
3425         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3426         Likewise.
3427         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3428         Likewise.
3429         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3430         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3431         Remove variable.
3432         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3433         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3435 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3437         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3438         for wide-character tests.
3440 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3442         * io/openat64.c: #include <libc-internal.h>
3443         (__openat64): Prototypify.  Use ignore_value on MODE.
3444         * io/openat.c: Likewise.
3445         * misc/reboot.c: #include <libc-internal.h>
3446         (reboot): Prototypify.  Use ignore_value on HOWTO.
3447         * misc/ptrace.c: #include <libc-internal.h>
3448         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3450 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3452         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3453         XPG4, UNIX98 and XOPEN2K.
3454         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3455         Remove variable.
3456         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3458 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3460         * libio/fileops.c: Use ISO C style for function definitions.
3461         * libio/iofopen.c: Likewise.
3462         * libio/wfileops.c: Likewise.
3464         [BZ #17653]
3465         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3466         offset on EOF.
3467         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3468         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3469         (fgets_func): Function pointer to fgets and fgetws.
3470         (do_ftell_test): Add test to verify ftell value after read
3471         EOF.
3472         (do_test): Set fgets_func.
3474         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3475         O_TRUNC flag for w and w+ modes.
3476         (do_rewind_test): Likewise.
3477         (do_ftell_test): Likewise.
3478         (do_write_test): Likewise.
3480         [BZ #17647]
3481         * libio/fileops.c (do_ftell): Seek only when there are
3482         unflushed writes.
3483         * libio/wfileops.c (do_ftell_wide): Likewise.
3484         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3485         test case.
3486         (do_one_test): Call it.
3488 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3490         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3491         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3492         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3493         Remove variable.
3494         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3495         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3496         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3498 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3500         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3501         Remove variable.
3502         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3504         [BZ #17668]
3505         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3506         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3507         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3508         __freeifaddrs.  Use libc_hidden_weak.
3509         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3510         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3511         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3512         __freeifaddrs.  Use libc_hidden_weak.
3513         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3514         __getifaddrs and define as weak alias of __getifaddrs.  Use
3515         libc_hidden_weak.
3516         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3517         __freeifaddrs.  Use libc_hidden_weak.
3518         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3519         Remove variable.
3520         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3521         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3523 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3525         [BZ #17601]
3526         * sysdeps/mips/start.S (__start): Use indirect jump to call
3527         __libc_start_main.
3529 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3531         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3533         * nptl/tst-mutex1.c: Include <stdbool.h>.
3534         [!ATTR] (ATTR_NULL): New macro.
3535         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3536         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3537         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3539         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3540         to char *.
3542         [BZ #17665]
3543         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3544         Change conditional to [__USE_MISC].
3546         [BZ #17664]
3547         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3548         fgets_unlocked.
3549         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3550         __fgets_unlocked.
3551         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3552         fgets_unlocked.
3553         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3554         Remove variable.
3555         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3556         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3557         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3558         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3559         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3560         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3561         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3562         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3563         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3565         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3567 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3569         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3570         Remove strpbrk objects.
3571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3572         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3573         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3574         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3575         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3576         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3578         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3579         Remove strcspn objects.
3580         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3581         (__libc_ifunc_impl_list): Remove strcspn implementation.
3582         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3583         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3584         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3585         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3587         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3588         Remove strspn objetcs.
3589         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3590         (__libc_ifunc_impl_list): Remove strspn implementation.
3591         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3592         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3593         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3594         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3596 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3598         [BZ #17581]
3599         * malloc/hooks.c
3600         (mem2mem_check): Add a terminator to the chain of checking blocks.
3601         (malloc_check_get_size): Use it here.
3602         (mem2chunk_check): Ditto.
3604 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3606         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3607         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3609 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3611         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3613         * nptl/nptl-init.c: Include libc-internal.h.
3614         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3616         * elf/ldconfig.c (search_dir): Expand comment.
3618 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3620         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3621         variable.
3622         (linknamespace-symlist-stdlibs-tests): Likewise.
3623         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3624         instead of $(objpfx)symlist-stdlibs.
3625         (linknamespace-libs-isoc): New variable.
3626         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3627         (linknamespace-libs-ISO): New variable.
3628         (linknamespace-libs-ISO99): Likewise.
3629         (linknamespace-libs-ISO11): Likewise.
3630         (linknamespace-libs-XPG3): Likewise.
3631         (linknamespace-libs-XPG4): Likewise.
3632         (linknamespace-libs-POSIX): Likewise.
3633         (linknamespace-libs-UNIX98): Likewise.
3634         (linknamespace-libs-XOPEN2K): Likewise.
3635         (linknamespace-libs-POSIX2008): Likewise.
3636         (linknamespace-libs-XOPEN2K8): Likewise.
3637         ($(objpfx)symlist-stdlibs): Replace by
3638         $(linknamespace-symlist-stdlibs-tests).  Use
3639         $(linknamespace-libs-$*) as set of libraries.
3640         ($(linknamespace-header-tests)): Update dependencies.  Use
3641         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3642         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3643         * conform/linknamespace.pl: Remove comment about considering
3644         definitions of symbols from irrelevant libraries.
3646 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3648         [BZ #13862]
3649         * elf/dl-tls.c: Include <atomic.h>.
3650         (oom): Remove #ifdef SHARED/#endif.
3651         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3652         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3653         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3654         big enough.
3655         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3656         * nptl/Makefile (tests): Add tst-stack4.
3657         (modules-names): Add tst-stack4mod.
3658         ($(objpfx)tst-stack4): New.
3659         (tst-stack4mod.sos): Likewise.
3660         ($(objpfx)tst-stack4.out): Likewise.
3661         ($(tst-stack4mod.sos)): Likewise.
3662         (clean): Likewise.
3663         * nptl/tst-stack4.c: New file.
3664         * nptl/tst-stack4mod.c: Likewise.
3666 2014-11-27  J. Brown  <jb999@gmx.de>
3668         * sysdeps/x86/bits/string.h: Add recent CPUs.
3670 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3672         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3673         sigblock.
3675         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3676         feof.
3678         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3679         variable.
3681 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3683         * nscd/connections.c: Include libc-internal.h because of macro
3684         usage ignore_value.
3686 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3688         * string/bits/string3.h (__warn_memset_zero_len): Don't
3689         declare for gcc newer than 5.0.
3690         (memset): Don't test for zero-length __LEN for gcc newer than
3691         5.0.
3693 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3695         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3696         size_t for %zu format.
3698         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3699         difference, not %ju.
3701 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3703         * include/libc-internal.h (ignore_value): New macro.
3704         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3705         with ignore_value.
3707         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3708         definition.
3710         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3711         pthread_cleanup_push to void *.
3713         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3714         Undefine.
3716         [BZ #16619]
3717         [BZ #16740]
3718         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3719         instead of 1L << 52.
3721         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3722         * libio/bug-rewind2.c (do_test): Likewise.
3724         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3725         * debug/test-strcpy_chk-ifunc.c: Likewise.
3726         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3727         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3728         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3729         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3730         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3731         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3732         * Rules [$(multi-arch) = no] (tests): Do not filter out
3733         $(tests-ifunc).
3734         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3735         * debug/Makefile (tests-ifunc): Remove variable.
3736         (tests): Do not add $(tests-ifunc).
3737         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3738         (tests): Do not add $(tests-ifunc).
3739         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3740         [TEST_IFUNC]: Remove conditionals.
3741         * string/test-string.h (TEST_IFUNC): Remove macro.
3742         [TEST_IFUNC]: Remove conditionals.
3744         * string/test-strchr.c [!WIDE] (L): New macro.
3745         [WIDE] (L): Likewise.
3746         (check1): Use CHAR instead of char.  Use L on string and character
3747         constants.
3749 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3751         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3752         tests.
3753         * sysdeps/powerpc/bits/atomic.h
3754         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3755         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3756         (atomic_exchange_and_add_acq): Likewise.
3757         (atomic_exchange_and_add_rel): Likewise.
3758         * sysdeps/powerpc/powerpc32/bits/atomic.h
3759         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3760         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3761         * sysdeps/powerpc/powerpc64/bits/atomic.h
3762         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3763         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3765 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3767         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3768         Change synchronization of __sched_fifo_min_prio and
3769         __sched_fifo_max_prio.
3770         * nptl/pthread_mutexattr_getprioceiling.c
3771         (pthread_mutexattr_getprioceiling): Likewise.
3772         * nptl/pthread_mutexattr_setprioceiling.c
3773         (pthread_mutexattr_setprioceiling): Likewise.
3774         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3775         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3776         Likewise.
3778 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3780         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3781         void.
3783 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3785         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3786         third argument const.
3788 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3790         fnmatch: work around GCC compiler warning bug with uninit var
3791         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3792         This works around a bug with x86-64 GCC 4.9.2 and earlier
3793         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3794         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3795         used uninitialized in this function [-Wmaybe-uninitialized]".
3797 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3799         * posix/bug-regex31.c (main): Return RES not 0.
3801 2014-11-25  Anton Blanchard <anton@samba.org>
3803         * sysdeps/powerpc/bits/atomic.h
3804         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3806 2014-11-24  Sterling Augustine  <saugustine@google.com>
3808         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3810 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3812         [BZ #17608]
3813         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3815 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3817         [BZ #17633]
3818         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3819         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3820         variable.
3821         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3822         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3824 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3826         * string/strncpy.c (strncpy): Improve performance by using memset.
3828 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3830         * string/strcpy.c (strcpy):
3831         Improve performance by using strlen and memcpy.
3833 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3835         * string/strcoll_l.c (get_next_seq): __always_inline.
3836         * string/strcoll_l.c (do_compare): __always_inline.
3838 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3840         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3841         defined.
3842         * include/mqueue.h: Likewise.
3843         * include/stdlib.h: Likewise.
3845         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3846         (get_null_defines): Adjust.
3847         * sunrpc/Makefile: Adjust comment.
3848         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3849         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3850         (CFLAGS-interp.c): Likewise.
3851         (CFLAGS-ldconfig.c): Likewise.
3852         (CPPFLAGS-.os): Likewise.
3853         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3854         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3855         * extra-modules.mk (extra-modules.mk): Likewise.
3856         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3857         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3858         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3859         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3860         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3861         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3862         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3863         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3864         * iconvdata/Makefile (CPPFLAGS): Likewise.
3865         (cpp-srcs-left): Add libof for all iconvdata routines.
3866         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3867         * include/assert.h: Likewise.
3868         * include/ctype.h: Likewise.
3869         * include/errno.h: Likewise.
3870         * include/libc-symbols.h: Likewise.
3871         * include/math.h: Likewise.
3872         * include/netdb.h: Likewise.
3873         * include/resolv.h: Likewise.
3874         * include/stdio.h: Likewise.
3875         * include/stdlib.h: Likewise.
3876         * include/string.h: Likewise.
3877         * include/sys/stat.h: Likewise.
3878         * include/wctype.h: Likewise.
3879         * intl/l10nflist.c: Likewise.
3880         * libidn/idn-stub.c: Likewise.
3881         * libio/libioP.h: Likewise.
3882         * nptl/libc_multiple_threads.c: Likewise.
3883         * nptl/pthreadP.h: Likewise.
3884         * posix/regex_internal.h: Likewise.
3885         * resolv/res_hconf.c: Likewise.
3886         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3887         * sysdeps/arm/memmove.S: Likewise.
3888         * sysdeps/arm/sysdep.h: Likewise.
3889         * sysdeps/generic/_itoa.h: Likewise.
3890         * sysdeps/generic/symbol-hacks.h: Likewise.
3891         * sysdeps/gnu/errlist.awk: Likewise.
3892         * sysdeps/gnu/errlist.c: Likewise.
3893         * sysdeps/i386/i586/memcpy.S: Likewise.
3894         * sysdeps/i386/i586/memset.S: Likewise.
3895         * sysdeps/i386/i686/memcpy.S: Likewise.
3896         * sysdeps/i386/i686/memmove.S: Likewise.
3897         * sysdeps/i386/i686/mempcpy.S: Likewise.
3898         * sysdeps/i386/i686/memset.S: Likewise.
3899         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3900         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3901         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3902         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3903         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3904         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3905         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3906         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3907         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3908         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3909         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3910         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3911         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3912         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3913         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3914         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3915         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3916         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3917         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3918         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3919         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3920         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3921         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3922         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3923         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3924         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3925         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3926         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3927         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3928         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3929         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3930         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3931         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3932         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3933         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3934         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3935         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3936         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3937         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3938         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3939         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3940         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3941         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3942         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3943         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3944         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3945         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3946         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3947         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3948         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3949         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3950         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3951         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3952         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3953         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3954         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3955         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3956         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3957         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3958         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3959         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3960         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3961         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3962         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3963         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3964         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3965         * sysdeps/posix/closedir.c: Likewise.
3966         * sysdeps/posix/opendir.c: Likewise.
3967         * sysdeps/posix/readdir.c: Likewise.
3968         * sysdeps/posix/rewinddir.c: Likewise.
3969         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3970         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3971         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3972         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3973         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3974         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3975         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3976         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3977         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3978         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3979         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3980         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3981         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3982         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3983         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3984         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3985         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3986         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3987         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3988         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3989         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3990         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3991         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3992         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3993         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3994         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3995         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3996         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3997         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3998         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3999         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4000         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4001         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4002         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4003         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4004         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4005         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4006         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4007         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4008         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4009         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4010         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4011         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4012         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4013         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4014         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4015         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4016         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4017         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4018         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4019         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4020         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4021         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4022         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4023         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4024         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4025         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4026         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4027         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4028         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4029         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4030         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4031         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4032         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4033         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4034         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4035         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4036         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4037         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4038         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4039         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4040         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4041         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4042         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4043         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4044         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4045         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4046         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4047         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4048         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4049         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4050         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4051         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4052         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4053         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4054         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4055         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4056         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4057         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4058         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4059         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4060         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4061         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4062         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4063         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4064         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4065         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4066         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4067         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4068         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4069         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4070         * sysdeps/unix/alpha/sysdep.S: Likewise.
4071         * sysdeps/unix/alpha/sysdep.h: Likewise.
4072         * sysdeps/unix/make-syscalls.sh: Likewise.
4073         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4074         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4075         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4076         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4077         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4078         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4079         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4080         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4081         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4082         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4083         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4084         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4085         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4086         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4087         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4088         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4089         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4090         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4091         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4092         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4093         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4094         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4095         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4096         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4097         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4098         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4099         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4102         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4103         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4104         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4105         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4106         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4107         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4108         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4109         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4110         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4111         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4112         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4113         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4114         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4115         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4116         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4117         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4118         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4119         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4120         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4121         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4122         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4123         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4124         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4125         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4126         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4127         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4128         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4129         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4130         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4131         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4132         * sysdeps/x86_64/memcpy.S: Likewise.
4133         * sysdeps/x86_64/memmove.c: Likewise.
4134         * sysdeps/x86_64/memset.S: Likewise.
4135         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4136         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4137         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4138         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4139         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4140         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4141         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4142         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4143         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4144         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4145         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4146         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4147         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4148         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4149         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4150         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4151         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4152         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4153         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4154         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4155         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4156         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4157         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4158         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4159         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4160         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4161         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4162         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4163         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4164         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4165         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4166         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4167         * sysdeps/x86_64/strcmp.S: Likewise.
4169         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4171         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4172         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4173         * elf/rtld-Rules: Likewise.
4174         * elf/setup-vdso.h: Likewise.
4175         * include/assert.h: Likewise.
4176         * include/bits/stdlib-float.h: Likewise.
4177         * include/errno.h: Likewise.
4178         * include/sys/stat.h: Likewise.
4179         * include/unistd.h: Likewise.
4180         * sysdeps/aarch64/setjmp.S: Likewise.
4181         * sysdeps/alpha/setjmp.S: Likewise.
4182         * sysdeps/arm/__longjmp.S: Likewise.
4183         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4184         * sysdeps/arm/setjmp.S: Likewise.
4185         * sysdeps/arm/sysdep.h: Likewise.
4186         * sysdeps/generic/_itoa.h: Likewise.
4187         * sysdeps/generic/dl-sysdep.h: Likewise.
4188         * sysdeps/generic/ldsodefs.h: Likewise.
4189         * sysdeps/i386/dl-tls.h: Likewise.
4190         * sysdeps/i386/setjmp.S: Likewise.
4191         * sysdeps/m68k/setjmp.c: Likewise.
4192         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4193         * sysdeps/mach/hurd/opendir.c: Likewise.
4194         * sysdeps/posix/getcwd.c: Likewise.
4195         * sysdeps/posix/opendir.c: Likewise.
4196         * sysdeps/posix/profil.c: Likewise.
4197         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4198         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4199         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4200         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4201         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4202         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4203         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4204         * sysdeps/s390/dl-tls.h: Likewise.
4205         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4206         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4207         * sysdeps/sh/sh3/setjmp.S: Likewise.
4208         * sysdeps/sh/sh4/setjmp.S: Likewise.
4209         * sysdeps/unix/alpha/sysdep.h: Likewise.
4210         * sysdeps/unix/arm/sysdep.S: Likewise.
4211         * sysdeps/unix/i386/sysdep.S: Likewise.
4212         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4213         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4214         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4215         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4216         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4217         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4218         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4219         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4220         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4221         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4222         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4223         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4224         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4227         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4228         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4229         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4230         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4231         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4232         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4233         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4234         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4235         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4236         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4237         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4238         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4239         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4240         * sysdeps/x86_64/setjmp.S: Likewise.
4242         * include/math.h: Use IS_IN instead of IS_IN_libm.
4243         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4244         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4245         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4246         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4247         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4248         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4249         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4250         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4251         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4252         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4253         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4254         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4255         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4256         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4257         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4258         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4259         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4260         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4261         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4262         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4263         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4264         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4265         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4266         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4267         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4268         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4269         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4270         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4271         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4272         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4273         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4274         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4275         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4277         Likewise.
4278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4279         Likewise.
4280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4281         Likewise.
4282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4283         Likewise.
4284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4285         Likewise.
4286         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4287         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4288         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4289         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4290         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4291         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4297         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4298         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4299         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4300         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4301         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4302         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4303         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4304         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4305         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4306         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4307         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4308         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4309         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4310         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4312         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4314         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4315         * nptl/pthreadP.h: Likewise.
4316         * nptl_db/structs.def: Likewise.
4317         * sysdeps/arm/sysdep.h: Likewise.
4318         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4319         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4320         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4321         * sysdeps/unix/alpha/sysdep.h: Likewise.
4322         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4323         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4324         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4325         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4326         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4327         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4328         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4329         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4330         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4331         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4332         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4333         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4334         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4335         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4338         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4339         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4340         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4341         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4342         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4343         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4344         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4345         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4346         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4347         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4349         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4350         * nptl/pthreadP.h: Likewise.
4351         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4352         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4353         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4354         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4355         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4356         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4357         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4358         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4359         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4360         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4361         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4362         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4364         Likewise.
4365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4366         Likewise.
4367         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4368         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4369         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4370         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4371         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4372         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4373         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4374         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4376         * dlfcn/dladdr.c: Use IS_IN.
4377         * dlfcn/dladdr1.c: Likewise.
4378         * dlfcn/dlclose.c: Likewise.
4379         * dlfcn/dlerror.c: Likewise.
4380         * dlfcn/dlinfo.c: Likewise.
4381         * dlfcn/dlmopen.c: Likewise.
4382         * dlfcn/dlopen.c: Likewise.
4383         * dlfcn/dlsym.c: Likewise.
4384         * dlfcn/dlvsym.c: Likewise.
4386         * include/ifaddrs.h: Use IS_IN.
4387         * inet/check_pf.c: Likewise.
4388         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4389         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4391         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4392         IS_IN_ldconfig.
4393         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4394         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4396         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4397         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4398         IS_IN (libc).
4400         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4402         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4403         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4404         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4405         * include/libc-symbols.h (IS_IN_LIB): New macro.
4406         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4407         * include/netdb.h: Likewise.
4408         * include/stap-probe.h: Remove all uses of IN_LIB.
4410         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4411         instead of IN_MODULE.
4412         * include/libc-symbols.h (IN_MODULE): Define using
4413         MODULE_NAME.
4414         (PASTE_NAME, PASTE_NAME1): New macros.
4415         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4416         of IN_LIB.
4417         (STAP_PROBE_ASM): Likewise.
4419 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4421         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4422         __mach_init in dlopened libc.
4424 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4426         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4427         * sysdeps/arm/preconfigure: Regenerate.
4429 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4431         * nptl/pthread_create.c (__pthread_create_2_1): Set
4432         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4433         when copying values from IATTR into PD.
4435 2014-11-21  Will Newton  <will.newton@linaro.org>
4436             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4438         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4439         Refactor inline-asm.  Also add comment.
4441         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4442         ElfW macro instead of hardcoded Elf64 types.
4443         (la_aarch64_gnu_pltenter): Likewise.
4444         * sysdeps/aarch64/dl-machine.h
4445         (elf_machine_runtime_setup): Use ElfW(Addr).
4447         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4448         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4449         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4450         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4451         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4452         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4453         (R_AARCH64_TLS_DTPMOD): This.
4454         (R_AARCH64_TLS_DTPREL64): Rename to ...
4455         (R_AARCH64_TLS_DTPREL): This.
4456         (R_AARCH64_TLS_TPREL64): Rename to ...
4457         (R_AARCH64_TLS_TPREL): This.
4458         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4459         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4460         R_AARCH64_TLS_TPREL64.
4461         (elf_machine_rela): Likewise.
4463 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4465         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4466         by setting it to 0.  64b atomics are not supported currently.
4468 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4470         [BZ #16469]
4471         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4472         search domain names.
4474 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4476         [BZ #16469]
4477         * NEWS: Update.
4478         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4479         trailing dot.
4480         * posix/tst-getaddrinfo5.c: New.
4481         * posix/Makefile (tests): Add it.
4483 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4485         [BZ #14498]
4486         * NEWS: Fixed.
4487         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4488         after parsing line but before break_if_match.
4489         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4490         if there is a protocol mismatch.
4492 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4494         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4495         because the potential race is on the user-supplied stream.
4497 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4499         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4500         string literal if not passed a buffer.
4501         * manual/job.texi (ctermid): Update reasoning, note deviation
4502         from posix, suggest mtasurace when not passed a buffer, for
4503         future non-preliminary safety notes.
4505 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4507         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4508         of not passing it a buffer.
4509         Reported by Peng Haitao.
4511 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4513         * manual/Makefile ($(objpfx)stamp-summary): Require
4514         check-safety.sh to pass.
4515         * manual/check-safety.sh: Wish for verification that every
4516         @deftypefn and @deftypefun is followed by a @safety remark.
4518 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4520         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4522         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4523         PTHREAD_CANCEL_ASYNCHRONOUS.
4524         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4525         send SIGCANCEL.
4527         * nptl/default-sched.h: New file.
4528         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4529         * nptl/pthread_create.c: Include it.
4530         (__pthread_create_2_1): Use collect_default_sched instead of making
4531         Linux syscalls here directly.
4533 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4535         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4536         __pthread_once): Use C11 atomics.
4538 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4540         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4542 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4544         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4545         atomic_thread_fence_acquire, atomic_thread_fence_release,
4546         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4547         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4548         atomic_compare_exchange_weak_relaxed,
4549         atomic_compare_exchange_weak_acquire,
4550         atomic_compare_exchange_weak_release,
4551         atomic_exchange_acquire, atomic_exchange_release,
4552         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4553         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4554         atomic_fetch_and_acquire,
4555         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4557 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4559         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4560         USE_ATOMIC_COMPILER_BUILTINS): Define.
4561         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4562         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4563         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4564         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4565         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4566         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4567         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4568         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4569         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4570         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4571         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4572         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4573         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4574         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4575         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4576         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4577         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4578         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4579         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4580         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4581         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4582         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4583         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4584         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4585         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4586         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4587         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4588         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4589         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4590         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4591         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4592         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4593         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4594         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4595         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4596         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4597         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4598         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4599         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4600         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4602 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4604         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4605         the sched_priority value here.  It was already checked when the user
4606         called pthread_attr_setschedparam.
4608         * nptl/tst-bad-schedattr.c: New file.
4609         * nptl/Makefile (tests): Add it.
4611 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4612             Florian Weimer  <fweimer@redhat.com>
4613             Joseph Myers  <joseph@codesourcery.com>
4614             Adam Conrad  <adconrad@0c3.net>
4615             Andreas Schwab  <schwab@suse.de>
4616             Brooks  <bmoses@google.com>
4618         [BZ #17625]
4619         * wordexp-test.c (__dso_handle): Add prototype.
4620         (__register_atfork): Likewise.
4621         (__app_register_atfork): New function.
4622         (registered_forks): New global.
4623         (register_fork): New function.
4624         (test_case): Add 3 new tests for WRDE_CMDSUB.
4625         (main): Call __app_register_atfork.
4626         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4627         fork count is non-zero fail the test.
4628         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4629         is set.
4630         (parse_dollars): Remove check for WRDE_NOCMD.
4631         (parse_dquote): Likewise.
4633 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4635         * Makeconfig (built-modules): List non-library modules to be
4636         built.
4637         (module-cppflags): Include libc-modules.h for
4638         everything except shlib-versions.v.i.
4639         (CPPFLAGS): Use it.
4640         (before-compile): Add libc-modules.h.
4641         ($(common-objpfx)libc-modules.h,
4642         $(common-objpfx)libc-modules.stmp): New targets.
4643         (common-generated): Add libc-modules.h and libc-modules.stmp.
4644         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4645         * include/libc-symbols.h: Don't include libc-modules.h.
4646         * include/libc-modules.h: Remove file.
4647         * scripts/gen-libc-modules.awk: New script to generate
4648         libc-modules.h.
4649         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4650         Depend on libc-modules.stmp.
4652         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4654         * Makeconfig (in-module): Get value of libof set for the
4655         translation unit.
4656         (CPPFLAGS): Use $(in-module).
4657         * Makerules: Don't suffix routine names for nonlib.
4658         * include/libc-modules.h: New file.
4659         * include/libc-symbols.h: Include libc-modules.h
4660         (IS_IN): New macro to replace IS_IN_* macros.
4661         * elf/Makefile: Set libof-* for each routine.
4662         * elf/rtld-Rules: Likewise.
4663         * extra-modules.mk: Likewise.
4664         * iconv/Makefile: Likewise.
4665         * iconvdata/Makefile: Likewise.
4666         * locale/Makefile: Likewise.
4667         * malloc/Makefile: Likewise.
4668         * nss/Makefile: Likewise.
4669         * sysdeps/gnu/Makefile: Likewise.
4670         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4671         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4672         * sysdeps/s390/s390-64/Makefile: Likewise.
4673         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4674         CPPFLAGS for nscd instead of nonlib.
4676 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4678         * nptl/createthread.c: New file.
4680         * nptl/createthread.c: Moved ...
4681         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4683         * nptl/createthread.c: Add proper top-line comment.
4684         (do_clone): Folded into ...
4685         (create_thread): ... here.  Take new arguments STOPPED_START and
4686         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4687         increment __nptl_threads, do event-reporting logic, do
4688         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4689         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4690         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4691         just send SIGCANCEL.
4692         * nptl/pthread_create.c: Forward-declare create_thread before
4693         including createthread.c.
4694         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4695         declaration, and new macro START_THREAD_SELF to replace argument.
4696         Remove return statement.
4697         (report_thread_creation): New function.
4698         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4699         synchronization logic, and __nptl_nthreads increment here, around
4700         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4701         PD->parent_cancelhandling here, before create_thread.  When
4702         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4703         __deallocate_stack, and ENOMEM translation here.
4705 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4707         [BZ #17616]
4708         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4709         (mptwo): Rename to __mptwo.
4710         (__inv): Use __mptwo instead of mptwo.
4711         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4712         (mptwo): Rename to __mptwo.
4713         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4714         of mpone and __mptwo instead of mptwo.
4715         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4716         instead of mpone.
4717         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4718         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4719         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4720         of mpone and __mptwo instead of mptwo.
4721         (__mpranred): Use __mpone instead of mpone.
4722         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4723         variable.
4724         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4725         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4726         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4727         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4728         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4729         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4730         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4731         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4732         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4733         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4734         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4735         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4736         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4737         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4738         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4739         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4740         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4741         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4742         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4744 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4746         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4747         replace BSD Handler xref with BSD Signal Handling.
4749 2014-11-17  Richard Henderson  <rth@redhat.com>
4751         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4752         (_FP_PACK_RAW_2): Remove.
4753         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4754         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4755         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4756         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4757         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4758         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4759         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4760         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4761         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4762         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4763         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4764         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4765         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4766         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4767         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4768         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4770 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4772         * signal/signal.h [__USE_MISC]
4773         (struct sigvec): Remove type.
4774         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4775         (sigvec): Remove declaration.
4776         * sysdeps/posix/sigvec.c: Moved ...
4777         * signal/sigvec.c: ... here, replacing old file.
4778         (struct sigvec): New type, copied from old signal.h definition.
4779         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4780         (__sigvec): Convert definition to prototype.
4781         (sigvec): Replace weak_alias with compat_symbol.
4782         * signal/Versions (libc: GLIBC_2.21): New version set.
4783         * include/signal.h: Remove __sigvec declaration.
4784         * sysdeps/unix/bsd/sigvec.c: Remove file.
4785         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4786         * manual/signal.texi (BSD Handler): Remove subsection.
4787         Move siginterrupt up to ...
4788         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4789         (Blocking in BSD): Fold subsection into its parent.
4790         * NEWS: Mention sigvec removal.
4792 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4794         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4795         (DLA_FMS): Make definition conditional only on [__FMA4__].
4796         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4797         definition.
4799         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4800         Make definition conditional only on [PROF].
4801         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4802         definition.
4803         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4804         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4806         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4807         !__GNUC__].
4808         * include/signal.h (__sigpause): Move declaration above call to
4809         libc_hidden_proto.
4810         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4811         variable.
4812         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4813         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4815 2014-11-14  David S. Miller  <davem@davemloft.net>
4817         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4818         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4820 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4822         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4823         * configure: Regenerated.
4824         * manual/install.texi (Tools for Compilation): Document a
4825         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4826         compiler verified to work.
4827         * INSTALL: Regenerated.
4829         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4830         redeclare with asm name.
4831         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4832         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4833         including <string.h>.
4834         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4835         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4836         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4837         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4838         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4839         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4840         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4842 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4844         * stdlib/strtol.c (__strtol): Use prototype definition.
4846         [BZ #17594]
4847         * stdlib/strtol.c (SYM__): New macro.
4848         (SYM__1): Likewise.
4849         (__strtol): Likewise.
4850         (strtol): Rename to __strtol and define as weak alias of
4851         __strtol.  Use libc_hidden_weak.
4853 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4855         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4856         Use numbered labels in inline assembly.
4858 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4860         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4861         Add setjmp LIBC_PROBE.
4862         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4863         Likewise.
4864         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4865         Add longjmp, longjmp_target LIBC_PROBE.
4866         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4867         Likewise.
4869 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4871         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4872         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4873         to get rid of unused variable warning.
4875 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4877         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4878         Check for unwind_backtrace ==  NULL only in SHARED case.
4879         (__backchain_backtrace): Compile only in SHARED case.
4880         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4881         Likewise.
4882         (__backchain_backtrace): Declare as static.
4884 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4886         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4887         (__libc_multiple_threads_ptr): Variable moved ...
4888         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4890 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4892         * conform/GlibcConform.pm: New file.
4893         * conform/conformtest.pl: Use GlibcConform module.
4894         * conform/linknamespace.pl: New file.
4895         * conform/list-header-symbols.pl: Likewise.
4896         * conform/Makefile (linknamespace-symlists-base): New variable.
4897         (linknamespace-symlists-tests): Likewise.
4898         (linknamespace-header-base): Likewise.
4899         (linknamespace-header-tests): Likewise.
4900         (tests-special): Add new tests.
4901         ($(linknamespace-symlists-tests)): New rule.
4902         (linknamespace-libs): New variable.
4903         ($(objpfx)symlist-stdlibs): New rule.
4904         ($(linknamespace-header-tests)): Likewise.
4905         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4906         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4907         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4908         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4909         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4910         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4911         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4912         (test-xfail-ISO/math.h/linknamespace): Likewise.
4913         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4914         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4915         (test-xfail-ISO/time.h/linknamespace): Likewise.
4916         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4917         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4918         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4919         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4920         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4921         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4922         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4923         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4924         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4925         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4926         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4927         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4928         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4929         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4930         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4931         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4932         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4933         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4934         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4935         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4936         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4937         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4938         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4939         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4940         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4941         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4942         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4943         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4944         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4945         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4946         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4947         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4948         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4949         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4950         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4951         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4952         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4953         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4954         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4955         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4956         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4957         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4958         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4959         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4960         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4961         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4962         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4963         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4964         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4965         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4966         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4967         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4968         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4969         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4970         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4971         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4972         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4973         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4974         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4975         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4976         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4977         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4978         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4979         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4980         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4981         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4982         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4983         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4984         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4985         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4986         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4987         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4988         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4989         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4990         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4991         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4992         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4993         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4994         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4995         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4996         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4997         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4998         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4999         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5000         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5001         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5002         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5003         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5004         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5005         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5006         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5007         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5008         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5009         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5010         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5011         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5012         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5013         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5014         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5015         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5016         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5017         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5018         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5019         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5020         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5021         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5022         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5023         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5024         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5025         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5026         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5027         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5028         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5029         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5030         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5031         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5032         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5033         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5034         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5035         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5036         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5037         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5038         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5039         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5040         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5041         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5042         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5043         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5044         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5045         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5046         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5047         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5048         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5049         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5050         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5051         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5052         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5053         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5054         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5055         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5056         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5057         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5058         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5059         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5060         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5061         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5062         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5063         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5064         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5065         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5067         [BZ #17589]
5068         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5069         of fgets_unlocked.
5071         [BZ #17585]
5072         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5073         (memmem): Rename to __memmem and define as weak alias of
5074         __memmem.  Use libc_hidden_weak.
5075         (__memmem): Use libc_hidden_def.
5076         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5077         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5078         memmem.
5080         [BZ #17582]
5081         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5082         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5083         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5084         and define as weak alias of __fgets_unlocked.  Use
5085         libc_hidden_weak.
5086         (__fgets_unlocked): Use libc_hidden_def.
5087         * include/stdio.h (__fgets_unlocked): Declare.  Use
5088         libc_hidden_proto.
5089         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5090         __fgets_unlocked instead of fgets_unlocked.
5091         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5092         (GET_NPROCS_CONF_PARSER): Likewise.
5093         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5094         (GET_NPROCS_CONF_PARSER): Likewise.
5096         [BZ #17574]
5097         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5098         weak alias of __wmemset.  Use libc_hidden_weak.
5099         (__wmemset): Use libc_hidden_def.
5100         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5101         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5102         of wmemset.
5104         [BZ #17573]
5105         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5106         with asm name __mempcpy.
5107         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5109         [BZ #17572]
5110         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5111         and define as weak alias of __rawmemchr.
5112         (__rawmemchr): Do not define as strong alias of rawmemchr.
5114         [BZ #17571]
5115         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5116         alias of __qsort_r.
5117         (qsort): Call __qsort_r instead of qsort_r.
5118         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5119         (__qsort_r): Declare.  Call libc_hidden_proto.
5120         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5121         instead of qsort_r.
5122         * nscd/gai.c (__qsort_r): Define to qsort_r.
5123         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5124         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5125         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5127         [BZ #17570]
5128         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5129         define as weak alias of __malloc_info.
5131         [BZ #17584]
5132         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5133         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5134         (__rewinddir): Use libc_hidden_def.
5135         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5136         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5137         (__rewinddir): Use libc_hidden_def.
5138         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5139         weak alias of __rewinddir.  Don't use libc_hidden_def.
5140         (__rewinddir): Use libc_hidden_def.
5141         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5142         (__rewinddir): Use libc_hidden_proto.
5143         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5144         rewinddir.
5145         (__getcwd): Use __rewinddir instead of rewinddir.
5147         [BZ #17583]
5148         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5149         alias of __fileno.  Use libc_hidden_weak.
5150         (__fileno): Use libc_hidden_def.
5151         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5152         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5153         alias of __ftello.
5154         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5155         __ftello.
5156         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5157         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5158         libc_hidden_def.
5159         (fread_unlocked): Don't use libc_hidden_ver.
5160         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5161         and define as weak alias of __fread_unlocked.  Don't use
5162         libc_hidden_def.
5163         (__fread_unlocked): Use libc_hidden_def.
5164         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5165         (ftello): Don't use libc_hidden_proto.
5166         (__ftello): Declare.  Use libc_hidden_proto.
5167         (fread_unlocked): Don't use libc_hidden_proto.
5168         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5169         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5170         and __ftello instead of fileno, fread_unlocked and ftello.
5172 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5174         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5175         GOT12.
5176         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5177         Likewise.
5178         (_dl_start_user): Likewise.
5179         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5181 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5182             Siddhesh Poyarekar  <siddhesh@redhat.com>
5184         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5185         Move argv and envp down instead of moving argc up.
5186         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5188 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5190         [BZ #17506]
5191         * test-skeleton.c (main): Return successful if one of
5192         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5193         * string/tst-strcoll-overflow.c: Define expected status.
5195 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5197         [BZ #17475]
5198         * locale/iso-639.def: Define Bhili and Tulu language codes.
5200 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5202         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5204 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5206         [BZ #17555]
5207         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5209 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5211         * configure.ac: Updated check of minimal required version to
5212         2.22.
5213         * manual/install.texi (Tools for Compilation): Updated version
5214         number.
5215         * configure: Regenerated.
5216         * INSTALL: Likewise.
5218 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5220         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5221         __tls_get_addr.
5223 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5225         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5226         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5227         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5228         libc_hidden_weak.
5229         (waitpid): Define as alias of __waitpid.
5230         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5231         __waitpid.
5232         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5233         libc_hidden_weak.
5234         (waitpid): Define as alias of __waitpid.
5235         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5236         __libc_waitpid alias.
5237         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5238         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5239         Likewise.
5240         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5241         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5242         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5243         alias.
5244         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5245         __waitpid.
5246         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5247         libc_hidden_weak.
5248         (waitpid): Define as alias of __waitpid.
5250 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5252         * manual/llio.texi: Add comment that write safety has been
5253         fixed in Linux.
5255         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5256         (localplt-build-dso): Add elf/ld.so.
5257         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5258         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5259         and free for ld.so.
5260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5261         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5263         Likewise.
5264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5265         Likewise.
5266         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5267         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5268         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5269         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5270         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5271         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5272         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5273         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5274         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5275         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5276         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5278 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5280         [BZ #14132]
5281         * include/libc-symbols.h (INTUSE): Remove macro.
5282         (INTDEF): Likewise.
5283         (INTVARDEF): Likewise.
5284         (_INTVARDEF): Likewise.
5285         (INTDEF2): Likewise.
5286         (INTVARDEF2): Likewise.
5287         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5288         rtld_hidden_def instead of INTVARDEF.
5289         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5290         (_dl_starting_up_internal): Remove declaration.
5291         (_dl_starting_up): Use rtld_hidden_proto.
5292         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5293         declaration.
5294         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5295         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5296         _dl_starting_up.
5297         * elf/dl-writev.h (_dl_writev): Likewise.
5298         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5299         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5300         _dl_starting_up_internal.
5302 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5304         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5305         test-skeleton.c.
5307 2014-11-05  Will Newton  <will.newton@linaro.org>
5309         * benchtests/Makefile: (bench-malloc): Add malloc thread
5310         scalability benchmark.
5311         * benchtests/bench-malloc-threads.c: New file.
5313 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5315         * sysdeps/aarch64/strchrnul.S: New file.
5317 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5319         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5320         definition.
5321         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5322         Likwise.
5323         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5324         Likewise.
5325         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5326         Likewise.
5327         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5328         Likewise.
5329         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5330         Likewise.
5332 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5334         * catgets/test-gencat.c: Use test-skeleton.c.
5335         * catgets/tst-catgets.c: Likewise.
5336         * csu/tst-empty.c: Likewise.
5337         * elf/tst-audit2.c: Likewise.
5338         * elf/tst-global1.c: Likewise.
5339         * elf/tst-pathopt.c: Likewise.
5340         * elf/tst-piemod1.c: Likewise.
5341         * elf/tst-tls10.c: Likewise.
5342         * elf/tst-tls11.c: Likewise.
5343         * elf/tst-tls12.c: Likewise.
5344         * gnulib/tst-gcc.c: Likewise.
5345         * iconvdata/tst-e2big.c: Likewise.
5346         * iconvdata/tst-loading.c: Likewise.
5347         * iconv/tst-iconv1.c: Likewise.
5348         * iconv/tst-iconv2.c: Likewise.
5349         * inet/test-inet6_opt.c: Likewise.
5350         * inet/tst-gethnm.c: Likewise.
5351         * inet/tst-network.c: Likewise.
5352         * inet/tst-ntoa.c: Likewise.
5353         * intl/tst-codeset.c: Likewise.
5354         * intl/tst-gettext2.c: Likewise.
5355         * intl/tst-gettext3.c: Likewise.
5356         * intl/tst-ngettext.c: Likewise.
5357         * intl/tst-translit.c: Likewise.
5358         * io/test-stat.c: Likewise.
5359         * libio/test-fmemopen.c: Likewise.
5360         * libio/tst-freopen.c: Likewise.
5361         * libio/tst-sscanf.c: Likewise.
5362         * libio/tst-ungetwc1.c: Likewise.
5363         * libio/tst-ungetwc2.c: Likewise.
5364         * libio/tst-widetext.c: Likewise.
5365         * localedata/tst-ctype.c: Likewise.
5366         * localedata/tst-digits.c: Likewise.
5367         * localedata/tst-leaks.c: Likewise.
5368         * localedata/tst-mbswcs1.c: Likewise.
5369         * localedata/tst-mbswcs2.c: Likewise.
5370         * localedata/tst-mbswcs3.c: Likewise.
5371         * localedata/tst-mbswcs4.c: Likewise.
5372         * localedata/tst-mbswcs5.c: Likewise.
5373         * localedata/tst-setlocale.c: Likewise.
5374         * localedata/tst-trans.c: Likewise.
5375         * localedata/tst-wctype.c: Likewise.
5376         * localedata/tst-xlocale1.c: Likewise.
5377         * login/tst-grantpt.c: Likewise.
5378         * malloc/tst-calloc.c: Likewise.
5379         * malloc/tst-malloc.c: Likewise.
5380         * malloc/tst-mallocstate.c: Likewise.
5381         * malloc/tst-mcheck.c: Likewise.
5382         * malloc/tst-mtrace.c: Likewise.
5383         * malloc/tst-obstack.c: Likewise.
5384         * math/atest-exp2.c: Likewise.
5385         * math/atest-exp.c: Likewise.
5386         * math/atest-sincos.c: Likewise.
5387         * math/test-matherr.c: Likewise.
5388         * math/test-misc.c: Likewise.
5389         * math/test-powl.c: Likewise.
5390         * math/tst-definitions.c: Likewise.
5391         * misc/tst-dirname.c: Likewise.
5392         * misc/tst-efgcvt.c: Likewise.
5393         * misc/tst-fdset.c: Likewise.
5394         * misc/tst-hsearch.c: Likewise.
5395         * misc/tst-mntent2.c: Likewise.
5396         * nptl/tst-sem7.c: Likewise.
5397         * nptl/tst-sem8.c: Likewise.
5398         * nptl/tst-sem9.c: Likewise.
5399         * nss/test-netdb.c: Likewise.
5400         * posix/tst-fnmatch.c: Likewise.
5401         * posix/tst-getlogin.c: Likewise.
5402         * posix/tst-gnuglob.c: Likewise.
5403         * posix/tst-mmap.c: Likewise.
5404         * pwd/tst-getpw.c: Likewise.
5405         * resolv/tst-inet_ntop.c: Likewise.
5406         * rt/tst-timer.c: Likewise.
5407         * stdio-common/test-fseek.c: Likewise.
5408         * stdio-common/test-popen.c: Likewise.
5409         * stdio-common/test-vfprintf.c: Likewise.
5410         * stdio-common/tst-cookie.c: Likewise.
5411         * stdio-common/tst-fileno.c: Likewise.
5412         * stdio-common/tst-gets.c: Likewise.
5413         * stdio-common/tst-obprintf.c: Likewise.
5414         * stdio-common/tst-perror.c: Likewise.
5415         * stdio-common/tst-sprintf2.c: Likewise.
5416         * stdio-common/tst-sprintf3.c: Likewise.
5417         * stdio-common/tst-sprintf.c: Likewise.
5418         * stdio-common/tst-swprintf.c: Likewise.
5419         * stdio-common/tst-tmpnam.c: Likewise.
5420         * stdio-common/tst-unbputc.c: Likewise.
5421         * stdio-common/tst-wc-printf.c: Likewise.
5422         * stdlib/tst-environ.c: Likewise.
5423         * stdlib/tst-fmtmsg.c: Likewise.
5424         * stdlib/tst-limits.c: Likewise.
5425         * stdlib/tst-rand48-2.c: Likewise.
5426         * stdlib/tst-rand48.c: Likewise.
5427         * stdlib/tst-random2.c: Likewise.
5428         * stdlib/tst-random.c: Likewise.
5429         * stdlib/tst-strtol.c: Likewise.
5430         * stdlib/tst-strtoll.c: Likewise.
5431         * stdlib/tst-tls-atexit.c: Likewise.
5432         * stdlib/tst-xpg-basename.c: Likewise.
5433         * string/test-ffs.c: Likewise.
5434         * string/tst-bswap.c: Likewise.
5435         * string/tst-inlcall.c: Likewise.
5436         * string/tst-strtok.c: Likewise.
5437         * string/tst-strxfrm.c: Likewise.
5438         * sysdeps/x86_64/tst-audit10.c: Likewise.
5439         * sysdeps/x86_64/tst-audit3.c: Likewise.
5440         * sysdeps/x86_64/tst-audit4.c: Likewise.
5441         * sysdeps/x86_64/tst-audit5.c: Likewise.
5442         * time/tst-ftime_l.c: Likewise.
5443         * time/tst-getdate.c: Likewise.
5444         * time/tst-mktime3.c: Likewise.
5445         * time/tst-mktime.c: Likewise.
5446         * time/tst-posixtz.c: Likewise.
5447         * time/tst-strptime2.c: Likewise.
5448         * time/tst-strptime3.c: Likewise.
5449         * wcsmbs/tst-btowc.c: Likewise.
5450         * wcsmbs/tst-mbrtowc.c: Likewise.
5451         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5452         * wcsmbs/tst-wchar-h.c: Likewise.
5453         * wcsmbs/tst-wcpncpy.c: Likewise.
5454         * wcsmbs/tst-wcrtomb.c: Likewise.
5455         * wcsmbs/tst-wcsnlen.c: Likewise.
5456         * wcsmbs/tst-wcstof.c: Likewise.
5458 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5460         [BZ #14132]
5461         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5462         INTDEF.
5463         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5464         declaration.
5465         (_dl_mcount): Use rtld_hidden_proto.
5466         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5467         _dl_mcount.
5468         * elf/rtld.c (_rtld_global_ro): Likewise.
5470         [BZ #14132]
5471         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5472         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5473         of _dl_init_internal.
5474         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5475         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5476         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5477         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5478         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5479         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5480         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5481         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5482         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5483         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5484         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5485         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5486         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5487         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5488         * sysdeps/tile/dl-start.S (_start): Likewise.
5489         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5490         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5492         [BZ #14132]
5493         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5494         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5495         (rtld_progname): Make macro definition unconditional.
5496         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5497         INTDEF.
5498         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5499         (dl_main): Likewise.
5500         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5501         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5502         instead of _dl_argv_internal.
5503         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5504         __GI__dl_argv instead of INTUSE(_dl_argv).
5505         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5506         __GI__dl_argv instead of _dl_argv_internal.
5508         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5509         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5510         macro.
5511         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5512         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5513         New macro.
5514         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5515         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5516         macro.
5517         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5518         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5520 2014-11-04  Andreas Schwab  <schwab@suse.de>
5522         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5524 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5526         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5527         mtvsrd instruction in binary form.
5529 2014-11-03  Andreas Schwab  <schwab@suse.de>
5531         [BZ #17522]
5532         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5533         for less than MB_LEN_MAX use a local buffer of that size.
5534         * libio/tst-fputws.c: New file.
5535         * libio/Makefile (tests): Add tst-fputws.
5537 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5539         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5540         the size of the fpu_fr.fpu_dregs[] array.
5542 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5544         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5545         (__nanosleep): Do not define as alias.
5546         (nanosleep): Define as alias of __nanosleep.
5547         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5548         __libc_nanosleep name.
5550 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5552         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5553         install.texi in comment.
5555 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5557         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5558         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5559         ... add here and use lwsync or sync ...
5560         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5561         ... and add here using lwsync.
5563 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5565         * elf/dl-machine-reject-phdr.h: New file.
5566         * elf/dl-load.c: #include that.
5567         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5568         if that returned true.
5570 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5572         [BZ #17496]
5573         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5574         gen-as-const-headers chunk.  Add a big scare comment after the last
5575         safe place to touch before-compile.
5577 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5579         * manual/install.texi (Tools for Compilation): Update autoconf
5580         version requirements.
5581         * INSTALL: Regenerated.
5583         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5584         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5585         (__libc_pselect): Likewise.
5587         [BZ #14138]
5588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5593 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5595         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5596         correct barrier instruction.
5597         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5598         Likewise.
5599         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5600         Likewise.
5602 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5604         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5605         after defining inlines.  Instead, just use parens to defeat macro
5606         expansion of __isctype in its declaration.
5608 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5610         * include/sys/uio.h (__libc_readv): Remove declaration.
5611         (__libc_writev): Likewise.
5612         * misc/readv.c (__libc_readv): Rename to __readv.
5613         (__readv): Do not define as alias.
5614         (readv): Define as alias of __readv.
5615         * misc/writev.c (__libc_writev): Rename to __writev.
5616         (__writev): Do not define as alias.
5617         (writev): Define as alias of __writev.
5618         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5619         (__readv): Do not define as alias.
5620         (readv): Define unconditionally as alias of __readv.
5621         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5622         (__writev): Do not define as alias.
5623         (writev): Define unconditionally as alias of __writev.
5624         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5625         name.
5626         (writev): Do not define __libc_writev name.
5628 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5630         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5631         (convert_charseq): New function, broken out of ...
5632         (use_from_charmap): ... here.  Call it.
5633         (use_to_charmap): Use convert_charseq and free instead of duplicating
5634         its code with a variable-length stack struct.
5636 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5638         * include/fcntl.h (__libc_creat): Remove declaration.
5639         * io/creat.c (__libc_creat): Rename to creat.
5640         (creat): Do not define as alias.
5641         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5642         of creat instead of __libc_creat.
5643         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5644         to creat.
5645         (creat): Do not define as alias.
5646         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5647         __libc_creat.
5648         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5649         __libc_creat name.
5650         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5651         Likewise.
5653 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5655         * manual/llio.texi: Add comments discussing why write() may be
5656         considered MT-unsafe on Linux.
5658 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5660         * dl-load.c (local_strdup): Remove.
5661         (expand_dynamic_string_token): Use __strdup.
5662         (decompose_rpath): Likewise.
5663         (_dl_map_object): Likewise.
5665 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5667         [BZ #14132]
5668         * sysdeps/generic/unwind-dw2-fde.c
5669         (__register_frame_info_bases_internal): Do not declare.
5670         (__register_frame_info_table_bases_internal): Likewise.
5671         (__deregister_frame_info_bases_internal): Likewise.
5672         (__register_frame_info_bases): Declare and use hidden_proto before
5673         definition.  Use hidden_def instead of INTDEF.
5674         (__register_frame_info_table_bases): Likewise.
5675         (__deregister_frame_info_bases): Likewise.
5676         (__register_frame_info): Do not use INTUSE.
5677         (__register_frame): Likewise.
5678         (__register_frame_info_table): Likewise.
5679         (__register_frame_table): Likewise.
5680         (__deregister_frame_info): Likewise.
5681         (__deregister_frame): Likewise.
5683 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5685         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5686         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5687         not undefine.
5688         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5689         Likewise.
5690         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5691         Likewise.
5693 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5695         [BZ #14138]
5696         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5697         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5698         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5699         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5700         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5701         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5702         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5703         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5704         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5705         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5706         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5707         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5708         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5709         syscall.
5710         (setfsuid): Likewise.
5711         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5712         (setfsuid): Likewise.
5713         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5714         (setfsuid): Likewise.
5715         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5716         Likewise.
5717         (setfsuid): Likewise.
5718         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5719         (setfsuid): Likewise.
5720         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5721         Likewise.
5722         (setfsuid): Likewise.
5724 2014-10-27  Andreas Schwab  <schwab@suse.de>
5726         [BZ #17501]
5727         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5728         check for Slow_SSE4_2 feature bit.
5729         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5730         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5731         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5732         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5734 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5736         * configure.ac: Validate compiler version with a empirical test of
5737         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5738         $CC -v output.
5739         * configure: Regenerated.
5741         * inet/htons.c (htons): Prototypify.
5742         * inet/htonl.c (htonl): Likewise.
5744 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5746         * string/strncat.c (strncat): Improve performance by using strlen.
5748 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5750         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5752 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5754         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5755         Call libc_fetestexcept_aarch64.
5757 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5759         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5760         Call libc_feholdexcept_aarch64.
5762 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5764         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5765         Call get_rounding_mode.
5767 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5769         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5770         Simplify logic.
5772 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5774         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5775         Simplify logic.
5777 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5779         [BZ #14138]
5780         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5781         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5782         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5783         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5784         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5785         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5786         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5787         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5788         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5789         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5790         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5791         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5792         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5793         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5794         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5795         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5796         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5797         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5798         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5799         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5800         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5801         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5802         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5803         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5804         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5805         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5806         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5807         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5808         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5809         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5810         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5811         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5812         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5813         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5814         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5815         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5816         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5817         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5818         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5819         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5820         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5821         syscall.
5822         (geteuid): Likewise.
5823         (getgid): Likewise.
5824         (getuid): Likewise.
5825         (getresgid): Likewise.
5826         (getresuid): Likewise.
5827         (getgroups): Likewise.
5828         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5829         (geteuid): Likewise.
5830         (getgid): Likewise.
5831         (getuid): Likewise.
5832         (getresgid): Likewise.
5833         (getresuid): Likewise.
5834         (getgroups): Likewise.
5835         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5836         (geteuid): Likewise.
5837         (getgid): Likewise.
5838         (getuid): Likewise.
5839         (getresgid): Likewise.
5840         (getresuid): Likewise.
5841         (getgroups): Likewise.
5842         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5843         Likewise.
5844         (geteuid): Likewise.
5845         (getgid): Likewise.
5846         (getuid): Likewise.
5847         (getresgid): Likewise.
5848         (getresuid): Likewise.
5849         (getgroups): Likewise.
5850         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5851         (geteuid): Likewise.
5852         (getgid): Likewise.
5853         (getuid): Likewise.
5854         (getresgid): Likewise.
5855         (getresuid): Likewise.
5856         (getgroups): Likewise.
5857         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5858         Likewise.
5859         (geteuid): Likewise.
5860         (getgid): Likewise.
5861         (getuid): Likewise.
5862         (getgroups): Likewise.
5864         [BZ #14138]
5865         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5866         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5867         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5868         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5869         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5870         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5871         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5872         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5873         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5874         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5875         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5876         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5877         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5878         __chown.
5879         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5880         (lchown): Likewise.
5881         (fchown): Likewise.
5882         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5883         Likewise.
5884         (lchown): Likewise.
5885         (fchown): Likewise.
5886         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5887         (lchown): Likewise.
5888         (fchown): Likewise.
5889         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5890         Likewise.
5891         (lchown): Likewise.
5892         (fchown): Likewise.
5894 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5896         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5897         Simplify logic.
5899 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5901         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5902         Cleanup logic.
5904 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5906         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5907         Remove unused include.
5909 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5911         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5912         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5913         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5914         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5916 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5917             Helge Deller <deller@gmx.de>
5919         [BZ #17508]
5920         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5921         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5922         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5924 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5926         [BZ #14132]
5927         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5928         Remove macro definition.
5929         (__ashrdi3_v_glibc20): Likewise.
5930         (__lshrdi3_v_glibc20): Likewise.
5931         (__cmpdi2_v_glibc20): Likewise.
5932         (__ucmpdi2_v_glibc20): Likewise.
5933         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5934         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5935         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5936         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5937         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5938         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5940 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5942         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5943         old GNU extension [0] syntax.
5944         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5945         alloca rather than an array member with variable length.
5946         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5947         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5948         (parse_opt): ... here.  Likewise use alloca there.
5949         Validate the -i argument before checking for rootness.
5950         (send_shutdown): New function, broken out of ...
5951         (parse_opt): ... here.
5953 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5955         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5956         macro to get at the _rt_local_ro field.
5957         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5958         ([PIC] case) or _dl_hwcap ([!PIC] case).
5959         * sysdeps/arm/setjmp.S: Likewise.
5961         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5962         * sysdeps/arm/configure.ac: New check to define it.
5963         * sysdeps/arm/configure: Regenerated.
5964         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5965         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5966         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5967         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5968         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5969         Use move/movt pair instead of a load.
5970         (LDST_GLOBAL): Macro removed.
5971         (LDR_GLOBAL): New macro replaces it.
5972         (LDR_HIDDEN): New macro.
5973         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5974         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5976         * setjmp/tst-setjmp-static.c: New file.
5977         * setjmp/Makefile (tests): Add it.
5978         (tests-static): New variable.
5980 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5982         [BZ #17485]
5983         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5985 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5987         [BZ #14132]
5988         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5990 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5992         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5994 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5996         * io/fts.c (dirent_not_directory): New function.
5997         (fts_build): Call it.
5999 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6001         * nptl/version.c (__nptl_main): Use normal __write rather than
6002         INTERNAL_SYSCALL.
6003         (banner): Update copyright years.
6005         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6006         gettimeofday.
6007         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6008         * nptl/pthread_cond_timedwait.c: Likewise.
6009         * nptl/pthread_mutex_timedlock.c: Likewise.
6010         * nptl/sem_timedwait.c: Likewise.
6012         * sysdeps/nptl/bits/libc-lock.h
6013         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6014         (__libc_lock_init_recursive): Return void, not 0.
6015         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6016         (__libc_rwlock_init): Likewise.
6017         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6019 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6021         [BZ #15215]
6022         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6023         (__pthread_once_slow): ... here.
6024         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6025         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6027 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6029         [BZ #15215]
6030         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6031         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6032         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6033         * nptl/pthread_once.c (__pthread_once): Likewise.
6034         Update comments.
6036 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6038         [BZ #14138]
6039         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6040         name.
6041         (writev): Use __libc_writev as strong name.
6042         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6043         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6045 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6047         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6049         * sysdeps/i386/nptl/tls.h
6050         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6051         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6052         New macros.
6053         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6054         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6055         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6056         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6057         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6058         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6060         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6061         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6062         on [__NR_futex].
6063         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6064         broken out of ...
6065         (__pthread_mutex_init): ... here.  Call it.
6066         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6067         Conditionalize PI cases on [__NR_futex].
6068         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6069         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6070         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6072         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6073         conditional on [SIGSETXID].
6074         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6075         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6076         is defined.  Likewise for SIGSETXID.
6077         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6078         Conditionalize definitions on [SIGSETXID].
6079         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6080         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6081         unblocking on [SIGCANCEL].
6083         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6084         [__NR_set_robust_list].
6086 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6088         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6089         (do_compare): Likewise.
6091 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6093         [BZ #15884]
6094         * string/strcoll_l.c: Don't include stdio.h.
6095         (coll_seq): Remove members idxarr and rulearr.
6096         (get_next_seq_cached): Remove function.
6097         (get_next_seq): Likewise.
6098         (get_next_seq_nocache): Rename to get_next_seq.
6099         (do_compare): Remove function.
6100         (do_compare_nocache): Rename to do_compare.
6101         (STRCOLL): Remove weight and rules cache.
6103 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6105         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6106         * sysdeps/arm/sfp-machine.h: ... to here.
6107         * sysdeps/arm/Implies: Remove arm/soft-fp.
6109 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6111         * conform/data/sys/utsname.h-data (*_t): Allow.
6112         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6113         [POSIX] (WEXITED): Do not expect constant.
6114         [POSIX] (WSTOPPED): Likewise.
6115         [POSIX] (WNOHANG): Likewise.
6116         [POSIX] (WNOWAIT): Likewise.
6117         [POSIX] (siginfo_t): Do not expect type or elements.
6118         [POSIX] (pid_t): Do not expect type.
6119         [POSIX] (signal.h): Do not allow header.
6120         [POSIX] (sys/resource.h): Likewise.
6121         [POSIX] (si_*): Do not allow pattern.
6122         [POSIX] (W*): Likewise.
6123         [POSIX] (P_*): Likewise.
6124         [POSIX] (BUS_*): Likewise.
6125         [POSIX] (CLD_*): Likewise.
6126         [POSIX] (FPE_*): Likewise.
6127         [POSIX] (ILL_*): Likewise.
6128         [POSIX] (POLL_*): Likewise.
6129         [POSIX] (SEGV_*): Likewise.
6130         [POSIX] (SI_*): Likewise.
6131         [POSIX] (TRAP_*): Likewise.
6132         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6133         variable.
6135 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6137         [BZ #12926]
6138         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6139         infinite loop when __recvmsg returns 0.
6141 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6143         * CANCEL-FCT-WAIVE: Remove file.
6144         * CANCEL-FILE-WAIVE: Likewise.
6146         [BZ #14132]
6147         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6148         instead of INTVARDEF.
6149         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6150         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6151         rtld_hidden_data_def instead of INTVARDEF.
6152         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6153         * elf/dl-deps.c (expand_dst): Likewise.
6154         * elf/dl-load.c (_dl_dst_count): Likewise.
6155         (_dl_dst_substitute): Likewise.
6156         (decompose_rpath): Likewise.
6157         (_dl_init_paths): Likewise.
6158         (open_path): Likewise.
6159         (_dl_map_object): Likewise.
6160         * elf/rtld.c (dl_main): Likewise.
6161         (process_dl_audit): Likewise.
6162         (process_envvars): Likewise.
6163         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6164         Remove declaration.
6165         (__libc_enable_secure): Use rtld_hidden_proto.
6167 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6169         * elf/dl-load.c
6170         (add_path): New function broken out of _dl_rtld_di_serinfo.
6171         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6173 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6175         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6176         parentheses around macro arguments.
6177         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6178         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6179         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6180         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6181         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6182         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6183         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6184         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6185         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6186         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6187         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6188         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6189         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6190         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6191         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6192         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6193         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6194         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6195         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6196         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6197         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6198         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6199         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6200         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6201         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6202         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6203         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6204         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6205         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6206         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6207         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6208         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6209         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6210         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6211         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6212         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6213         Likewise.
6214         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6215         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6216         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6217         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6218         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6219         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6220         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6221         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6222         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6223         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6224         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6225         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6226         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6227         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6228         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6229         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6230         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6231         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6232         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6233         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6234         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6235         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6236         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6237         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6238         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6239         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6240         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6241         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6242         (_FP_FRAC_SRS_1): Likewise.
6243         (_FP_FRAC_CLZ_1): Likewise.
6244         (_FP_MUL_MEAT_1_imm): Likewise.
6245         (_FP_MUL_MEAT_1_wide): Likewise.
6246         (_FP_MUL_MEAT_1_hard): Likewise.
6247         (_FP_SQRT_MEAT_1): Likewise.
6248         (_FP_FRAC_ASSEMBLE_1): Likewise.
6249         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6250         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6251         (__FP_CLZ_2): Likewise.
6252         (_FP_MUL_MEAT_2_wide): Likewise.
6253         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6254         (_FP_MUL_MEAT_2_gmp): Likewise.
6255         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6256         (_FP_SQRT_MEAT_2): Likewise.
6257         (_FP_FRAC_ASSEMBLE_2): Likewise.
6258         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6259         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6260         (_FP_FRAC_CLZ_4): Likewise.
6261         (_FP_MUL_MEAT_4_wide): Likewise.
6262         (_FP_MUL_MEAT_4_gmp): Likewise.
6263         (_FP_SQRT_MEAT_4): Likewise.
6264         (_FP_FRAC_ASSEMBLE_4): Likewise.
6265         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6266         * soft-fp/op-common.h (_FP_CMP): Likewise.
6267         (_FP_CMP_EQ): Likewise.
6268         (_FP_CMP_UNORD): Likewise.
6269         (_FP_TO_INT): Likewise.
6270         (_FP_FROM_INT): Likewise.
6271         [!__FP_CLZ] (__FP_CLZ): Likewise.
6272         (_FP_DIV_HELP_imm): Likewise.
6273         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6274         Likewise.
6275         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6276         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6277         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6278         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6279         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6280         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6281         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6282         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6283         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6284         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6285         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6286         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6287         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6288         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6289         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6290         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6291         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6292         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6293         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6294         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6295         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6296         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6297         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6298         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6299         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6300         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6301         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6302         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6303         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6304         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6305         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6306         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6307         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6308         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6309         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6310         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6311         (FP_UNPACK_RAW_SP): Likewise.
6312         (FP_PACK_RAW_S): Likewise.
6313         (FP_PACK_RAW_SP): Likewise.
6314         (FP_UNPACK_S): Likewise.
6315         (FP_UNPACK_SP): Likewise.
6316         (FP_UNPACK_SEMIRAW_S): Likewise.
6317         (FP_UNPACK_SEMIRAW_SP): Likewise.
6318         (FP_PACK_S): Likewise.
6319         (FP_PACK_SP): Likewise.
6320         (FP_PACK_SEMIRAW_S): Likewise.
6321         (FP_PACK_SEMIRAW_SP): Likewise.
6322         (_FP_SQRT_MEAT_S): Likewise.
6323         (FP_CMP_S): Likewise.
6324         (FP_CMP_EQ_S): Likewise.
6325         (FP_CMP_UNORD_S): Likewise.
6326         (FP_TO_INT_S): Likewise.
6327         (FP_FROM_INT_S): Likewise.
6329         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6331         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6332         (FP_EX_INVALID_IMZ): Likewise.
6333         (FP_EX_INVALID_IMZ_FMA): Likewise.
6334         (FP_EX_INVALID_ISI): Likewise.
6335         (FP_EX_INVALID_ZDZ): Likewise.
6336         (FP_EX_INVALID_IDI): Likewise.
6337         (FP_EX_INVALID_SQRT): Likewise.
6338         (FP_EX_INVALID_CVI): Likewise.
6339         (FP_EX_INVALID_VC): Likewise.
6340         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6341         "invalid" exceptions.
6342         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6343         (_FP_ADD_INTERNAL): Likewise.
6344         (_FP_MUL): Likewise.
6345         (_FP_FMA): Likewise.
6346         (_FP_DIV): Likewise.
6347         (_FP_CMP_CHECK_NAN): Likewise.
6348         (_FP_SQRT): Likewise.
6349         (_FP_TO_INT): Likewise.
6350         (FP_EXTEND): Likewise.
6352 2014-10-09  Allan McRae  <allan@archlinux.org>
6354         * po/fr.po: Update French translation from translation project.
6356 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6358         [BZ #14132]
6359         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6360         of INTDEF.
6361         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6362         (__cxa_atexit): Use libc_hidden_proto.
6363         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6365         [BZ #14132]
6366         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6367         declaration.
6368         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6369         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6370         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6371         [!_ISOMAC] (__iswctype_internal): Likewise.
6372         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6373         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6374         alias.
6375         (fcntl): Remove __fcntl_internal alias.
6376         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6377         __connect_internal alias.
6378         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6379         Likewise.
6381         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6382         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6383         FP_DENORM_ZERO.
6384         (_FP_CHECK_FLUSH_ZERO): New macro.
6385         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6386         (_FP_CMP): Likewise.
6387         (_FP_CMP_EQ): Likewise.
6388         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6389         FP_DENORM_ZERO.
6390         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6391         (FP_TRUNC): Likewise.
6393         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6394         treated as invalid conversion, not as normal exponent.
6396         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6397         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6398         (_FP_CMP_EQ): Likewise.
6399         (_FP_CMP_UNORD): Likewise.
6400         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6401         (FP_CMP_EQ_D): Likewise.
6402         (FP_CMP_UNORD_D): Likewise.
6403         * soft-fp/extended.h (FP_CMP_E): Likewise.
6404         (FP_CMP_EQ_E): Likewise.
6405         (FP_CMP_UNORD_E): Likewise.
6406         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6407         (FP_CMP_EQ_Q): Likewise.
6408         (FP_CMP_UNORD_Q): Likewise.
6409         * soft-fp/single.h (FP_CMP_S): Likewise.
6410         (FP_CMP_EQ_S): Likewise.
6411         (FP_CMP_UNORD_S): Likewise.
6412         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6413         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6414         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6415         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6416         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6417         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6418         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6419         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6420         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6421         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6422         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6423         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6424         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6425         to FP_CMP_Q.
6426         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6427         FP_CMP_Q.
6428         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6429         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6430         FP_CMP_EQ_Q.
6431         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6432         FP_CMP_Q.
6433         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6434         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6435         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6436         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6437         FP_CMP_EQ_Q.
6438         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6439         FP_CMP_Q.
6440         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6441         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6442         FP_CMP_EQ_Q.
6443         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6444         FP_CMP_Q.
6445         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6446         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6447         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6448         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6449         FP_CMP_EQ_Q.
6451         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6452         a subnormal result, set the underflow exception if trapping on
6453         underflow is enabled.
6454         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6455         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6456         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6457         redefine to 0.
6458         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6459         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6460         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6461         * soft-fp/extendxftf2.c (__extendxftf2): Use
6462         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6464         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6465         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6466         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6467         FP_HANDLE_EXCEPTIONS.
6468         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6469         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6470         FP_HANDLE_EXCEPTIONS.
6471         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6472         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6473         FP_HANDLE_EXCEPTIONS.
6474         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6475         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6476         FP_HANDLE_EXCEPTIONS.
6478 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6480         [BZ #14132]
6481         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6482         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6483         use INTUSE.
6484         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6485         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6486         Remove alias.
6487         (__adjtimex): Define using libc_hidden_ver.
6488         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6489         Remove declaration.
6490         (ntp_gettime): Call __adjtimex directly.
6491         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6492         Remove declaration.
6493         (ntp_gettimex): Call __adjtimex directly.
6494         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6495         __adjtimex_internal alias.
6497 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6499         [BZ #17460]
6500         * nscd/nscd.c (more_help): Rewrite list of tables collection
6501         using xstrdup and asprintf.
6503         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6505 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6506             Roland McGrath  <roland@hack.frob.com>
6508         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6509         (do_lookup_unique): ... local function 'enter' here; update callers.
6511 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6513         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6514         compat_symbol calls on [SHARED].
6515         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6516         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6517         Remove.
6518         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6519         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6520         (oldsetrlimit): Remove.
6521         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6523         (lchown): New syscall entry.
6524         (oldsetrlimit): Remove.
6525         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6526         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6527         (oldsetrlimit): Remove.
6528         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6530         [BZ #14138]
6531         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6532         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6533         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6534         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6535         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6536         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6537         (fchown): Likewise.
6538         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6539         (fchown): Likewise.
6540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6541         Likewise.
6543 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6545         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6546         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6547         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6548         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6549         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6550         Likewise.
6551         (__old_sem_post): Likewise.
6553 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6555         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6556         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6557         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6558         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6559         Use INLINE_VSYSCALL macro.
6560         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6561         __vdso_clock_gettime.
6562         * sysdeps/unix/sysv/linux/tile/init-first.c
6563         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6564         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6565         __vdso_clock_gettime.
6567         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6568         to set up frame more cleanly.
6570         * sysdeps/tile/memcmp.c: New file.
6572         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6574         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6575         * sysdeps/tile/tilegx/strcasestr.c: New file.
6576         * sysdeps/tile/tilegx/strnlen.c: New file.
6577         * sysdeps/tile/tilegx/strstr.c: New file.
6579         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6581 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6583         * nptl/tst-setuid3.c: Write errors to stdout.
6585 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6587         * elf/dl-deps.c
6588         (preload): New functions broken out of _dl_map_object_deps.
6589         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6591 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6593         [BZ #14138]
6594         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6595         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6597 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6599         * sysdeps/mips/strcmp.S: New.
6601 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6603         [BZ #14138]
6604         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6605         (linkat): Likewise.
6606         (mkdirat): Likewise.
6607         (readlinkat): Likewise.
6608         (renameat): Likewise.
6609         (symlinkat): Likewise.
6610         (unlinkat): Likewise.
6611         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6612         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6613         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6614         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6615         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6616         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6617         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6619 2014-09-30  Will Newton  <will.newton@linaro.org>
6621         * math/math.h: Define long double math functions if
6622         _LIBC_TEST is defined.
6623         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6625         * localedata/Makefile: Move assignment to tests-special
6626         into an ifdef testing run-built-tests.
6627         * timezone/Makefile: Likewise.
6629 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6631         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6632         with $(BASH) not $(SHELL).
6634 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6635             Matthew LeGendre  <legendre1@llnl.gov>
6637         [BZ #17411]
6638         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6639         l_reloc_result.
6641 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6643         * stdio-common/printf_fp.c
6644         (hack_digit): New function, broken out of ...
6645         (__printf_fp): ... local function here.  Update call sites.
6646         hack_digit now takes an additional parameter that is a pointer
6647         to a struct of the referenced locals.  Those locals moved inside
6648         the struct and references updated.
6650 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6652         * aclocal.m4: Require autoconf 2.69.
6653         * configure: Regenerated.
6654         * sysdeps/aarch64/configure: Likewise.
6655         * sysdeps/alpha/configure: Likewise.
6656         * sysdeps/arm/armv7/configure: Likewise.
6657         * sysdeps/arm/configure: Likewise.
6658         * sysdeps/ia64/configure: Likewise.
6659         * sysdeps/mach/configure: Likewise.
6660         * sysdeps/mips/configure: Likewise.
6661         * sysdeps/s390/configure: Likewise.
6662         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6665         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6666         file.
6667         * sysdeps/ia64/configure.ac: Likewise.
6669 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6672         specify symbol version for ld.so.  Do not include entry for
6673         libpthread.
6674         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6675         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6676         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6678         [BZ #14171]
6679         * Makeconfig [$(build-shared) = yes]
6680         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6681         makefiles.
6682         [$(build-shared) = yes && $(soversions.mk-done) = t]
6683         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6684         [$(build-shared) = yes && $(soversions.mk-done) = t]
6685         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6686         to Makerules.
6687         [$(build-shared) = yes && $(soversions.mk-done) = t]
6688         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6689         here.
6690         [$(build-shared) = yes && $(soversions.mk-done) = t]
6691         (common-generated): Don't append gnu/lib-names.h and
6692         gnu/lib-names.stmp here.
6693         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6694         (lib-names-h-abi): New variable.
6695         [$(build-shared) = yes && $(soversions.mk-done) = t]
6696         (lib-names-stmp-abi): Likewise.
6697         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6698         abi-variants] (before-compile): Append
6699         $(common-objpfx)$(lib-names-h-abi).
6700         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6701         abi-variants] (common-generated): Append gnu/lib-names.h.
6702         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6703         abi-variants] (install-others-nosubdir): Depend on
6704         $(inst_includedir)/$(lib-names-h-abi).
6705         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6706         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6707         [$(build-shared) = yes && $(soversions.mk-done) = t]
6708         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6709         [$(build-shared) = yes && $(soversions.mk-done) = t]
6710         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6711         [$(build-shared) = yes && $(soversions.mk-done) = t]
6712         (common-generated): Append $(lib-names-h-abi) and
6713         $(lib-names-stmp-abi).
6714         * scripts/lib-names.awk: Do not handle multi being set.
6715         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6716         Remove variable.
6717         (abi-lp64_be-ld-soname): Likewise.
6718         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6719         Likewise.
6720         (abi-hard-ld-soname): Likewise.
6721         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6722         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6723         Remove variable.
6724         (abi-o32_hard-ld-soname): Likewise.
6725         (abi-o32_soft_2008-ld-soname): Likewise.
6726         (abi-o32_hard_2008-ld-soname): Likewise.
6727         (abi-n32_soft-ld-soname): Likewise.
6728         (abi-n32_hard-ld-soname): Likewise.
6729         (abi-n32_soft_2008-ld-soname): Likewise.
6730         (abi-n32_hard_2008-ld-soname): Likewise.
6731         (abi-n64_soft-ld-soname): Likewise.
6732         (abi-n64_hard-ld-soname): Likewise.
6733         (abi-n64_soft_2008-ld-soname): Likewise.
6734         (abi-n64_hard_2008-ld-soname): Likewise.
6735         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6736         Likewise.
6737         (abi-64-v2-ld-soname): Likewise.
6738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6739         ld.so entries.
6740         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6741         variable.
6742         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6743         entry.
6744         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6745         variable.
6746         (abi-64-ld-soname): Likewise.
6747         (abi-x32-ld-soname): Likewise.
6748         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6749         entry.
6750         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6752 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6754         [BZ #14138]
6755         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6756         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6757         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6758         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6759         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6760         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6761         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6762         syscall entry for GLIBC_2.2 symbol version.
6763         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6764         Likewise.
6765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6766         (setrlimit): Likewise.
6767         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6768         Likewise.
6770 2014-09-23  Will Newton  <will.newton@linaro.org>
6772         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6773         _LINUX_ARM_SYSDEP_H include guard too.
6774         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6775         define.
6777 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6779         * sysdeps/unix/sysv/linux/eventfd.c:
6780         Make first argument unsigned.
6781         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6782         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6784 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6786         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6787         * socket/sys/socket.h: Likewise
6788         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6790 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6792         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6794 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6796         * time/tst-ftime.c: New test.
6797         * time/Makefile (tests): Add tst-ftime.
6799 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6801         * soft-fp/extended.h: Fix comment formatting.
6802         * soft-fp/op-1.h: Likewise.
6803         * soft-fp/op-2.h: Likewise.
6804         * soft-fp/op-4.h: Likewise.
6805         * soft-fp/op-8.h: Likewise.
6806         * soft-fp/op-common.h: Likewise.
6807         * soft-fp/soft-fp.h: Likewise.
6809         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6811 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6813         [BZ #6652]
6814         * Makeconfig (soversions-default-setname): Remove variable.
6815         ($(common-objpfx)soversions.i): Don't pass default_setname to
6816         soversions.awk.
6817         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6818         oldest_abi to abi-versions.awk.
6819         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6820         * config.make.in (oldest-abi): Remove variable.
6821         * configure.ac (--enable-oldest-abi): Remove configure option.
6822         * configure: Regenerated.
6823         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6824         text.
6825         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6826         * scripts/soversions.awk: Do not handle default_setname variable.
6827         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6828         variable.
6829         * sysdeps/mach/hurd/configure: Regenerated.
6830         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6831         variable.
6832         * sysdeps/unix/sysv/linux/configure: Regenerated.
6834 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6836         * elf/Makefile (CFLAGS-interp.c): Remove.
6837         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6838         path string.
6839         * elf/interp.c: Include generated runtime-linker.h
6841         * Makerules (lib%.so): Don't include $(+interp) in
6842         prerequisites.
6843         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6844         * dlfcn/eval.c: Remove file.
6846         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6847         macros.
6849         [BZ #17266]
6850         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6851         4.2 and newer.
6853         [BZ #17370]
6854         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6856 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6857             Jakub Jelinek  <jakub@redhat.com>
6859         [BZ #17266]
6860         * libio/stdio.h: Check definition of __fortify_function
6861         instead of __extern_always_inline to include bits/stdio2.h.
6862         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6863         check if __extern_always_inline is defined.
6864         [__USE_MISC || __USE_XOPEN]: Likewise.
6865         [__USE_ISOC99] Likewise.
6866         * misc/sys/cdefs.h (__fortify_function): Define only if
6867         __extern_always_inline is defined.
6868         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6869         __extern_always_inline and __extern_inline only for g++-4.3
6870         and newer or a compatible gcc.
6872 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6874         [BZ #17371]
6875         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6876         last change to handle zero prefix length.
6878 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6880         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6881         _SC_REGEX_VERSION.
6883         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6884         _POSIX_RAW_SOCKETS.
6886 2014-09-13  Allan McRae  <allan@archlinux.org>
6888         * po/ru.po: Update Russian translation from translation project.
6890 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6892         * locale/programs/locale.c (show_locale_vars): Inline local function
6893         into its sole call site.  Clean up some style nits.
6894         (print_item): New function, broken out of ...
6895         (show_info): ... local function here.  Clean up style nits.
6897         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6898         out of ...
6899         (set_class_defaults): ... local function set_default here.
6900         Define set_default as a macro locally to pass constant parameters.
6901         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6902         rather than a shared local.
6904         * stdlib/rpmatch.c (try): New function, broken out of ...
6905         (rpmatch): ... local function here.  Also, prototypify definition.
6907 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6909         * scripts/soversions.awk: Do not handle configuration names.
6910         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6911         vendor and os variables to soversions.awk.
6912         * configure.ac: Do not modify gnu-* host_os.
6913         * configure: Regenerated
6914         * shlib-versions: Remove first column with configuration names.
6915         * nptl/shlib-versions: Likewise.
6916         * nptl_db/shlib-versions: Likewise.
6917         * sysdeps/hppa/shlib-versions: Likewise.
6918         * sysdeps/m68k/shlib-versions: Likewise.
6919         * sysdeps/mach/hurd/shlib-versions: Likewise.
6920         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6921         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6922         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6923         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6924         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6925         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6926         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6927         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6929         Likewise.
6930         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6931         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6932         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6933         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6934         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6935         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6936         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6937         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6940         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6942         Regenerated.
6943         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6945         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6947         * shlib-versions: Remove OS-specific entries.  Moved to files in
6948         sysdeps.
6949         * sysdeps/mach/hurd/shlib-versions: New file.
6950         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6952         * nptl/shlib-versions: Remove architecture-specific entries.
6953         Moved to files in sysdeps.
6954         * shlib-versions: Likewise.
6955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6956         file.
6957         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6958         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6959         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6960         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6962         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6963         (UDP_NO_CHECK6_RX): Likewise.
6965 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6967         * sysdeps/posix/sysconf.c (__sysconf): Spell
6968         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6970 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6972         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6973         loading.
6974         * iconv/Versions (__gconv_transliterate): Export for use from
6975         gconv modules.
6976         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6977         (struct __gconv_trans_data, __gconv_trans_fct,
6978         __gconv_trans_context_fct, __gconv_trans_query_fct,
6979         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6980         definitions.
6981         (struct __gconv_step_data): Remove __trans member.
6982         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6983         longer hidden.  Remove unused trans_data argument.
6984         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6985         (__gconv_translit_find): Remove declaration.
6986         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6987         prototype.
6988         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6989         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6990         trans_data argument.  Add hidden definition.
6991         (__gconv_translit_find): Remove.
6992         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6993         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6994         * iconv/skeleton.c: Remove transliteration initialization.
6995         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6996         __gconv_step_data initialization.
6997         * libio/iofwide.c (__libio_translit_): Remove.
6998         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6999         * wcsmbs/btowc.c (__btowc): Likewise.
7000         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7001         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7002         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7003         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7004         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7005         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7006         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7007         * wcsmbs/wctob.c (wctob): Likewise.
7009 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7011         [BZ #16194]
7012         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7013         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7014         register usage.
7015         * sysdeps/x86/Makefile: Adjust.
7017 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7018             Roland McGrath  <roland@hack.frob.com>
7020         * locale/weight.h: Add include guard.
7021         (findidx): Make static rather than auto; take new parameters
7022         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7023         * locale/weightwc.h: Likewise.
7024         * posix/fnmatch_loop.c
7025         (FCT): Change type of EXTRA from int32_t to wint_t.
7026         Don't include either header inside the function.
7027         Call FINDIDX rather than findidx, and pass new arguments.
7028         #undef FINDIDX at the end of the file.
7029         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7030         FINDIDX before including fnmatch_loop.c for the non-wide version.
7031         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7032         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7033         for the wide version.
7034         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7035         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7036         Pass new arguments to findidx.
7037         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7038         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7039         Don't #include it inside the function.  Pass new arguments to findidx.
7040         * posix/regex_internal.h
7041         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7042         (re_string_elem_size_at): Don't #include it inside the function.
7043         Pass new arguments to findidx.
7044         * string/strcoll_l.c: #include WEIGHT_H at top level.
7045         (get_next_seq): Don't #include it inside the function.
7046         Pass new arguments to findidx.
7047         (get_next_seq_nocache): Likewise.
7048         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7049         (STRXFRM): Don't #include it inside the function.
7050         Pass new arguments to findidx.
7052 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7054         [BZ #17344]
7055         * malloc/malloc.c (unlink): Turn asserts into a call to
7056         malloc_printerr.
7058 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7060         [BZ #17370]
7061         * libio/wfileops (do_ftell_wide): Free OUT.
7063 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7065         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7067 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7069         [BZ #17363]
7070         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7071         group if the current group is empty.
7073 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7075         * benchtests/bench-memset.c (test_main): Add more test from size
7076         from 32 to 512 bytes.
7077         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7078         Add POWER8 memset object.
7079         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7080         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7081         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7082         implementation.
7083         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7084         Likewise.
7085         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7086         multiarch POWER8 memset optimization.
7087         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7088         POWER8 memset optimization.
7090         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7091         Remove bzero multiarch objects.
7092         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7093         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7094         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7095         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7096         Remove define.
7097         [__bzero]: Redefine to specific name.
7098         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7099         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7100         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7101         define.
7102         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7103         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7105 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7107         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7108         warnings into errors.
7110         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7111         __cxa_thread_atexit_impl prototype.
7113 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7115         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7116         Fix capitalization of error message.
7118 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7120         * sysdeps/mips/preconfigure: Modify ABI tests.
7122 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7124         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7126 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7127             Carlos O'Donell  <carlos@systemhalted.org>
7129         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7130         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7131         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7132         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7133         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7134         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7135         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7136         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7137         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7138         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7139         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7140         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7141         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7142         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7143         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7144         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7145         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7146         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7147         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7148         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7149         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7150         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7151         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7152         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7153         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7154         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7155         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7156         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7157         Deconditionalize the code that was previously under [RESET_PID].
7158         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7159         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7160         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7161         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7162         include sysdep.h.
7164 2014-09-08  Allan McRae  <allan@archlinux.org>
7166         * version.h (RELEASE): Set to "development".
7167         (VERSION): Set to "2.20.90"
7169 2014-09-07  Allan McRae  <allan@archlinux.org
7171         * version.h (RELEASE): Set to "stable".
7172         (VERSION): Set to "2.20"
7173         * include/features.h (__GLIBC_MINOR__): Set to 20.
7175         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7176         Liebler.
7178         * po/ko.po: Update Korean translation from translation project.
7180 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7182         [BZ #17354]
7183         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7184         macro for handling signed relocations.
7186 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7188         [BZ #17325]
7189         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7190         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7191         assert.
7192         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7193         * iconvdata/ibm935.c (BODY): Likewise.
7194         * iconvdata/ibm937.c (BODY): Likewise.
7195         * iconvdata/ibm939.c (BODY): Likewise.
7196         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7197         assert.
7198         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7199         script.
7200         * iconvdata/run-iconv-test.sh: New test loop for checking for
7201         decoder crashers.
7203 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7205         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7206         libm_hidden_ver.
7208 2014-09-01  Allan McRae  <allan@archlinux.org>
7210         * po/eo.po: Update Esperanto translation from translation project.
7212         * po/ca.po: Update Catalan translation from translation project.
7214 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7216         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7217         __proc_dostop call.
7219 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7221         [BZ #17319]
7222         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7223         to call set_thread_area instead of hand written asm.
7224         (__NR_set_thread_area): Removed define.
7225         (TLS_FLAG_WRITABLE): Likewise.
7226         (__ASSUME_SET_THREAD_AREA): Remove check.
7227         (TLS_EBX_ARG): Remove define.
7228         (TLS_LOAD_EBX): Likewise.
7230 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7232         Simplify atomicity of socket creation in bind.
7234         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7235         looking up the name after linking the file.
7237 2014-08-27  Allan McRae  <allan@archlinux.org>
7239         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7241 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7243         [BZ #17187]
7244         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7245         trans_compare, open_translit, __gconv_translit_find):
7246         Remove module loading code.
7248 2014-08-26  Allan McRae  <allan@archlinux.org>
7250         * po/vi.po: Update Vietnamese translation from translation project.
7252         * po/uk.po: Update Ukrainian translation from translation project.
7254         * po/fr.po: Update French translation from translation project.
7256         * po/ru.po: Update Russian translation from translation project.
7258         * po/pl.po: Update Polish translation from translation project.
7260         * po/cs.po: Update Czech translation from translation project.
7262         * po/de.po: Update German translation from translation project.
7264         * po/bg.po: Update Bulgarian translation from translation project.
7266         * po/sv.po: Update Sweedish translation from translation project.
7268         * po/nl.po: Update Dutch translation from translation project.
7270         * po/es.po: Update Spanish translation from translation project.
7272 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7274         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7276         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7277         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7278         (CPPFLAGS-iconvconfig): Likewise.
7279         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7281         * include/libc-symbols.h: Remove unnecessary check for
7282         NOT_IN_libc.
7283         * nptl/pthreadP.h: Likewise.
7284         * sysdeps/aarch64/setjmp.S: Likewise.
7285         * sysdeps/alpha/setjmp.S: Likewise.
7286         * sysdeps/arm/sysdep.h: Likewise.
7287         * sysdeps/i386/setjmp.S: Likewise.
7288         * sysdeps/m68k/setjmp.c: Likewise.
7289         * sysdeps/posix/getcwd.c: Likewise.
7290         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7291         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7292         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7293         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7294         * sysdeps/sh/sh3/setjmp.S: Likewise.
7295         * sysdeps/sh/sh4/setjmp.S: Likewise.
7296         * sysdeps/unix/alpha/sysdep.h: Likewise.
7297         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7298         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7299         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7300         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7303         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7304         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7305         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7306         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7307         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7308         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7309         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7310         * sysdeps/x86_64/setjmp.S: Likewise.
7312 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7314         [BZ #17263]
7315         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7316         <stdint.h>.
7317         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7318         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7320 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7322         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7324         [BZ #17262]
7325         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7326         and __x86_64__ when disabling x87 inline functions.
7328 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7330         [BZ #17259]
7331         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7332         asm statement with __cpuid_count.
7334 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7336         * configure.ac: Change __ehdr_start code to dereference the struct.
7337         Run readelf on the output to look for relocations.
7338         * configure: Regenerated.
7340 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7342         [BZ #17261]
7343         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7344         value to 0.
7345         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7347 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7349         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7351 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7353         [BZ #16892]
7354         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7355         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7357 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7359         * malloc/malloc.c: Fix typo in comment.
7361 2014-08-09  Allan McRae  <allan@archlinux.org>
7363         * Regenerate libc.po.
7365 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7367         * intl/tst-gettext2.sh: Check every lang file for creation.
7369 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7371         * sysdeps/aarch64/fpu/math_private.h
7372         (libc_feholdsetround_noex_aarch64_ctx): New function.
7374 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7376         * sysdeps/arm/armv6/strcpy.S (strcpy):
7377         Fix performance issue in misaligned cases.
7379 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7381         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7382         Move definition from termios.h.
7383         (struct termio): Likewise.
7384         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7385         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7386         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7387         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7388         Likewise.
7389         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7390         Move definition to ioctl-types.h
7391         (struct termio): Likewise.
7392         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7393         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7394         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7395         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7396         Likewise.
7398 2014-08-05  Richard Henderson  <rth@redhat.com>
7400         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7401         exceptions.
7402         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7403         Add fraiseexcpt.
7404         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7405         Use __feraiseexcept.
7406         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7407         Protect libm symbols with IS_IN_libm.
7409         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7411 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7413         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7415 2014-08-04  Will Newton  <will.newton@linaro.org>
7417         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7418         file.
7420 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7422         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7423         variants for each function.
7425 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7427         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7428         appended ...
7429         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7430         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7431         appended ...
7432         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7433         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7434         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7435         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7436         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7437         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7438         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7439         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7440         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7441         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7442         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7444         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7446         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7447         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7448         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7449         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7450         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7451         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7452         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7453         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7454         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7455         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7456         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7457         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7458         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7460         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7461         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7462         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7463         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7464         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7465         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7466         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7467         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7468         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7469         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7470         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7471         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7472         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7473         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7474         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7475         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7476         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7477         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7478         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7479         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7480         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7481         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7482         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7483         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7484         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7485         Update #include.
7486         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7487         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7489 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7491         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7492         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7493         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7494         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7495         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7496         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7498 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7500         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7501         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7502         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7503         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7505 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7507         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7508         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7509         (__libc_vfork): Define function under this name.
7510         (__vfork): Define as an alias.
7511         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7512         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7514 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7516         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7517         that was previously under [RESET_PID].
7518         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7520 2014-08-04  Andreas Schwab  <schwab@suse.de>
7522         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7524 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7526         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7527         (main): Likewise.
7529 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7531         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7533 2014-08-01  Richard Henderon  <rth@redhat.com>
7535         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7536         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7537         typo in exact zero test.
7538         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7539         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7540         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7542 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7544         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7545         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7546         * sysdeps/arm/sysdep.h: ... here.
7547         [!__ASSEMBLER__]: Include <stdint.h>.
7549 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7551         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7552         (HAVE_WCTYPE_H): Likewise.
7553         (HAVE_ISWCTYPE): Likewise.
7554         (ENABLE_NLS): Likewise.
7555         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7556         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7558         * posix/regex_internal.c: Check if DEBUG is defined and is
7559         set.
7561         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7562         (HAVE_MBSRTOWCS): Likewise.
7563         * posix/fnmatch.c: Include string.h unconditionally.
7565 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7567         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7568         reversal.
7570 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7572         * sysdeps/generic/safe-fatal.h: New file.
7573         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7574         * nptl/forward.c: Include it.
7575         (__pthread_unwind): Use __safe_fatal as default action, rather
7576         than a bogus use of INTERNAL_SYSCALL that could never work.
7578         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7579         * configure.ac (libc_cv_builtin_trap): New test.
7580         * configure: Regenerated.
7581         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7582         (ABORT_INSTRUCTION): Define using __builtin_trap.
7584         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7585         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7586         * sysdeps/nptl/nptl-signals.h: New file.
7587         * nptl/pthreadP.h: Include <nptl-signals.h>.
7589 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7591         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7592         (ONE_DIRECTION): Define.
7593         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7594         (ONE_DIRECTION): Define.
7595         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7596         (ONE_DIRECTION): Define.
7598 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7600         * sysdeps/s390/Makefile: Delete file.
7601         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7602         * sysdeps/s390/__longjmp.c: Delete file.
7603         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7604         Remove fields __flags and __reserved.
7605         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7606         and add versioning.
7607         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7608         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7609         * sysdeps/s390/rtld-setjmp.S: Likewise.
7610         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7611         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7612         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7613         * sysdeps/s390/s390-32/setjmp.S: ... here.
7614         Add versioning.
7615         (__sigsetjmp): Remove setting __flags field.
7616         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7617         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7618         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7619         * sysdeps/s390/s390-64/setjmp.S: ... here.
7620         Add versioning.
7621         (__sigsetjmp): Remove setting __flags field.
7622         * sysdeps/s390/setjmp.S: Delete file.
7623         * sysdeps/s390/sigjmp.c: Likewise.
7624         * sysdeps/s390/v1-longjmp.c: Likewise.
7625         * sysdeps/s390/v1-setjmp.h: Likewise.
7626         * sysdeps/s390/v1-sigjmp.c: Likewise.
7627         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7628         Remove v1-longjmp_chk.
7629         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7630         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7631         Include debug/longjmp_chk.c and add versioning.
7632         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7633         Include nptl/pt-longjmp.c and add versioning.
7634         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7635         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7636         Include __longjmp.c.
7637         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7638         Move to ...
7639         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7640         (__getcontext): Remove setting __flags field.
7641         Add versioning.
7642         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7643         Don't restore upper high grps.
7644         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7645         Likewise.
7646         (__swapcontext): Remove setting uc_flags field.
7647         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7648         Delete file.
7649         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7650         Include __longjmp.c.
7651         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7652         Move to ...
7653         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7654         (__getcontext): Remove setting __flags field.
7655         Add versioning.
7656         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7657         (__swapcontext): Remove setting uc_flags field.
7658         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7659         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7660         Remove fields uc_high_gprs and __reserved.
7661         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7662         New file with reverted content.
7663         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7664         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7665         Regenerated.
7666         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7667         Regenerated.
7669 2014-07-31  Andreas Schwab  <schwab@suse.de>
7671         * config.h.in (HAVE_IFUNC): Define to 0.
7672         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7673         definedness.
7675 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7677         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7678         memmove-avx-unaligned, memcpy-avx-unaligned and
7679         mempcpy-avx-unaligned.
7680         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7681         Add tests for AVX memcpy functions.
7682         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7683         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7684         memcpy_chk.
7685         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7686         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7687         memmove_chk.
7688         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7689         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7690         mempcpy_chk.
7691         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7692         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7693         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7695 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7697         [BZ #17213]
7698         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7699         powerpc64le.
7701 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7703         [BZ #16839]
7704         * manual/llio.texi: Add section about open file description locks.
7705         * manual/examples/ofdlocks.c: Example of open file description
7706         lock usage.
7707         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7708         F_OFD_SETLK, and F_OFD_SETLKW.
7710 2014-07-23  Allan McRae  <allan@archlinux.org>
7712         * po/es.po: Update Spanish translation from translation project.
7714 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7716         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7718 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7720         [BZ #17078]
7721         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7722         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7723         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7725 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7727         [BZ #17088]
7728         * math/fesetenv.c (__fesetenv)
7729         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7730         * math/feupdateenv.c (__feupdateenv)
7731         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7733         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7734         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7735         (__ASSUME_SOCKETCALL): Do not define.
7737         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7738         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7739         (__ASSUME_SOCKETCALL): Do not define.
7740         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7741         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7742         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7743         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7744         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7745         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7746         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7747         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7749         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7750         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7751         (__ASSUME_SOCKETCALL): Do not define.
7752         (__ASSUME_IPC64): Define unconditionally.
7753         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7754         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7755         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7756         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7757         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7758         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7759         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7760         Likewise.
7762         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7763         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7764         (__ASSUME_SOCKETCALL): Do not define.
7765         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7766         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7767         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7768         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7769         (__ASSUME_REQUEUE_PI): Define unconditionally.
7770         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7771         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7772         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7773         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7774         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7775         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7777         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7778         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7779         (__ASSUME_SOCKETCALL): Do not define.
7780         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7781         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7782         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7783         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7784         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7785         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7787         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7788         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7789         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7790         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7791         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7792         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7793         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7794         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7795         (__ASSUME_GETCPU_SYSCALL): Likewise.
7797         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7798         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7799         cases for individual architectures.
7800         * sysdeps/gnu/configure: Regenerated.
7801         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7802         LIBC_SLIBDIR_RTLDDIR.
7803         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7804         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7805         LIBC_SLIBDIR_RTLDDIR.
7806         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7808         LIBC_SLIBDIR_RTLDDIR.
7809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7810         Regenerated.
7811         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7812         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7813         file.
7814         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7815         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7816         file.
7817         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7818         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7819         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7820         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7822         * sysdeps/aarch64/shlib-versions: Move to ...
7823         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7824         * sysdeps/alpha/shlib-versions: Move to ...
7825         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7826         * sysdeps/arm/shlib-versions: Move to ...
7827         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7828         * sysdeps/hppa/shlib-versions: Move all contents except for
7829         libgcc_s entry to ...
7830         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7831         entry from ...
7832         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7833         * sysdeps/ia64/shlib-versions: Move to ...
7834         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7835         entry from ...
7836         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7837         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7838         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7839         * sysdeps/microblaze/shlib-versions: Move to ...
7840         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7841         * sysdeps/mips/shlib-versions: Move to ...
7842         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7843         entry from ...
7844         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7845         * sysdeps/tile/shlib-versions: Move to ...
7846         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7847         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7848         from ...
7849         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7850         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7851         entry from ...
7852         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7854 2014-07-17  Will Newton  <will.newton@linaro.org>
7856         * sysdeps/arm/bits/atomic.h
7857         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7858         (__arch_compare_and_exchange_bool_16_int): Likewise.
7859         (__arch_compare_and_exchange_bool_64_int): Likewise.
7861         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7862         into an #else block.
7864 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7866         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7867         just Linux configurations.  Test empirically that the compiler sets
7868         __ARM_EABI__, rather than using the tuple to decide.
7869         * sysdeps/arm/preconfigure: Regenerated.
7870         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7871         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7872         contents appended ...
7873         * sysdeps/arm/configure.ac: ... here.
7874         * sysdeps/arm/configure: Regenerated.
7876 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7878         * nptl/pthread_kill.c: New file.
7879         * nptl/pthread_sigmask.c: New file.
7880         * nptl/pthread_sigqueue.c: New file.
7882         * sysdeps/nptl/lowlevellock.h: New file.
7883         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7884         * sysdeps/nptl/lowlevellock-futex.h: New file.
7886         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7887         Remove dead declarations.
7889 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7891         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7892         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7893         config-cflags-avx2.
7894         * sysdeps/x86_64/configure.ac: Likewise.
7895         * sysdeps/i386/configure: Regenerated.
7896         * sysdeps/x86_64/configure: Likewise.
7897         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7898         memset-avx2 only if config-cflags-avx2 is yes.
7899         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7900         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7901         defined.
7902         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7903         only if HAVE_AVX2_SUPPORT is defined.
7904         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7906 2014-07-14  Alan Modra  <amodra@gmail.com>
7908         [BZ #17153]
7909         * elf/elf.h (DT_PPC64_NUM): Correct value.
7910         * NEWS: Add to fixed bug list.
7912 2014-07-13  Jim Meyering  <meyering@fb.com>
7914         [BZ 17150]
7915         regex: don't deref NULL upon heap allocation failure
7916         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7917         failure in one more place.
7918         To trigger the segfault, configure grep -with-included-regex,
7919         build it, and run these commands:
7920         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7922 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7924         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7926 2014-07-11  Richard Henderson  <rth@redhat.com>
7928         * sysdeps/aarch64/libm-test-ulps: Update.
7930 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7932         [BZ #17135]
7933         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7934         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7935         (__nptl_setxid): Initialize error member.  Call
7936         __nptl_setxid_error.
7937         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7938         * nptl/descr.h (struct xid_command): Add error member.
7939         * nptl/tst-setuid3.c: New file.
7940         * nptl/Makefile (tests): Add it.
7942 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7944         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7945         New define.
7946         (__lll_trylock): Use __lll_base_trylock.
7947         (__lll_cond_trylock): Likewise.
7949 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7951         * nptl/pthread_create.c (start_thread): Use atomic_or and
7952         lll_futex_wake directly rather than lll_robust_dead.
7953         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7954         (lll_robust_dead): Macro removed.
7955         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7956         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7957         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7958         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7959         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7960         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7961         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7962         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7963         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7964         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7965         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7966         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7967         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7968         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7969         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7971         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7972         Use atomic_compare_and_exchange_val_acq directly rather than
7973         lll_robust_trylock.
7974         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7975         (__lll_robust_trylock, lll_robust_trylock): Removed.
7976         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7977         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7978         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7979         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7980         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7981         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7982         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7983         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7984         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7985         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7986         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7987         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7988         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7989         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7991 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7993         * manual/locale.texi (Locale Names): New section documenting
7994         locale name syntax.  Adjust menu and node chaining accordingly.
7995         (Choosing Locale): Reference Locale Names, Locale Categories.
7996         Mention setting LC_ALL=C.  Reflect that name syntax is now
7997         documented.
7998         (Locale Categories): New section title.  Reference Locale Names.
7999         LC_ALL is an environment variable, but not a category.
8000         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8001         description, now in Locale Name.  Reference that section.  Locale
8002         name syntax is now documented.
8004 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8006         [BZ #17137]
8007         * locale/findlocale.c (name_present, valid_locale_name): New
8008         functions.
8009         (_nl_find_locale): Use the loc_name variable to store name
8010         candidates.  Call name_present and valid_locale_name to check and
8011         validate locale names.  Return an error if the locale is invalid.
8013 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8015         * locale/setlocale.c (setlocale): Use strdup for allocating
8016         composite name copy.
8018 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8020         Sync up with gnulib.
8021         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8022         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8023         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8024         and _GL_ARG_NONNULL.
8025         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8026         [!_LIBC]: Include code for Windows and Cygwin.
8027         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8028         Include prototype for int strerror_r.
8029         [!_LIBC] (is_open): New function.
8030         (flush_stdout): New function.
8031         (print_errno_message): Use it.
8032         (error): Likewise.
8033         (error_at_line): Likewise.
8034         (error_tail) Add function attribute macros.  Use
8035         __builtin_expect.
8037         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8039         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8041         * io/ftw.c: Include sys/param.h unconditionally.
8043         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8045         [BZ #17125]
8046         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8047         libc_freeres_ptr.
8048         (freecache): New function to free CACHE on exit.
8050         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8051         initialization.
8053 2014-07-09  David S. Miller  <davem@davemloft.net>
8055         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8057         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8058         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8059         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8060         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8061         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8062         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8063         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8064         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8065         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8066         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8067         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8068         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8069         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8071 2014-07-09  Andreas Schwab  <schwab@suse.de>
8073         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8074         output.
8075         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8076         (do_test): Likewise.
8078         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8080 2014-07-09  Will Newton  <will.newton@linaro.org>
8082         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8083         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8084         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8085         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8086         * sysdeps/hppa/start.S (_start): Likewise.
8088 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8090         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8092         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8093         defined.
8095 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8097         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8098         after checking that it is non-NULL.
8100         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8102 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8104         * sysdeps/powerpc/memmove.c: Remove file.
8105         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8106         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8107         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8108         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8109         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8110         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8111         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8112         string memmove instead of removed powerpc one.
8114         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8115         [weak_alias]: Fix compiler warning due trailing data.
8116         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8117         [weak_alias]: Likewise.
8118         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8119         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8121         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8122         (__libc_ifunc_impl_list): Add memmove functions.
8124 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8126         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8127         Remove code.
8128         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8129         Likewise
8130         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8131         Likewise
8132         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8133         Likewise
8134         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8135         Likewise
8136         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8137         Likewise
8138         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8139         Likewise
8140         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8141         Likewise
8142         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8143         Likewise
8144         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8145         Likewise
8146         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8147         Likewise
8148         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8149         Likewise
8150         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8151         Likewise
8152         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8153         Likewise
8154         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8155         Likewise
8156         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8157         Likewise
8158         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8159         Likewise
8161 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8163         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8164         to avoid alignment traps in non-cacheable memory.
8165         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8167         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8168         multiarch objects.
8169         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8170         file: multiarch power7 memmove.
8171         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8172         multiarch default memmove.
8173         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8174         multiarch memove for powerpc32/power4.
8176         * string/bcopy.c: Use full path to include memmove.c.
8177         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8178         multiarch objects.
8179         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8180         bcopy for powerpc64.
8181         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8182         bcopy for powerpc64.
8183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8184         and memmove implementations.
8185         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8186         optimized multiarch memmove for POWER7/powerpc64.
8187         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8188         default multiarch memmove for powerpc64.
8189         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8190         multiarch for powerpc64.
8191         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8192         for POWER7/powerpc64.
8193         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8194         memmove for POWER7/powerpc64.
8196         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8197         glibc default one.
8199         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8200         __ELF_NATIVE_CLASS equal to 64.
8202 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8204         * sysdeps/nptl/lowlevellock.h: File removed.
8206         * NEWS: NPTL is no longer an add-on!
8207         * nptl/internaltypes.h: Moved ...
8208         * sysdeps/nptl/internaltypes.h: ... here.
8209         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8210         * sysdeps/nptl/fork.c: Likewise.
8211         * sysdeps/nptl/gai_misc.h: Likewise.
8212         * sysdeps/nptl/librt-cancellation.c: Likewise.
8213         * sysdeps/nptl/jmp-unwind.c: Likewise.
8214         * sysdeps/nptl/setxid.h: Likewise.
8215         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8216         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8217         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8218         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8219         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8220         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8221         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8222         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8223         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8224         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8225         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8226         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8227         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8228         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8229         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8230         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8231         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8232         * nptl/Makeconfig: Moved ...
8233         * sysdeps/nptl/Makeconfig: ... here.
8234         * nptl/configure: File removed.
8235         * nptl/ANNOUNCE: File removed.
8236         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8237         * sysdeps/unix/sysv/linux/configure: Regenerated.
8239         * nptl/Makefile (routines): Add libc_pthread_init,
8240         libc_multiple_threads, register-atfork and unregister-atfork.
8241         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8242         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8243         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8244         pthread-pi-defines.sym, structsem.sym.
8245         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8246         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8247         [$(subdir) = nptl] (tests): Add tst-setgetname.
8248         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8249         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8250         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8251         [!LIBC_SIGACTION]: Remove aliases.
8252         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8253         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8254         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8255         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8256         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8257         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8258         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8259         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8260         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8261         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8262         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8263         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8264         __libc_allocate_rtsig_private.
8265         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8266         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8267         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8268         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8269         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8270         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8271         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8272         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8273         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8274         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8275         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8276         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8277         * nptl/internaltypes.h: ... here.
8278         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8279         * sysdeps/nptl/jmp-unwind.c: ... here.
8280         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8281         * nptl/libc-lowlevellock.c: ... here.
8282         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8283         * nptl/libc_multiple_threads.c: ... here.
8284         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8285         * nptl/libc_pthread_init.c: ... here.
8286         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8287         * nptl/lowlevelbarrier.sym: ... here.
8288         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8289         * nptl/lowlevelcond.sym: ... here.
8290         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8291         * nptl/lowlevellock.c: ... here.
8292         * nptl/lowlevellock.h: Moved ...
8293         * sysdeps/nptl/lowlevellock.h: ... here.
8294         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8295         * nptl/lowlevelrobustlock.c: ... here.
8296         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8297         * nptl/lowlevelrobustlock.sym: ... here.
8298         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8299         * nptl/lowlevelrwlock.sym: ... here.
8300         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8301         * nptl/pt-fork.c: ... here.
8302         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8303         * nptl/pthread-pi-defines.sym: ... here.
8304         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8305         * nptl/pthread_attr_getaffinity.c: ... here.
8306         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8307         * nptl/pthread_attr_setaffinity.c: ... here.
8308         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8309         * nptl/pthread_mutex_cond_lock.c: ... here.
8310         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8311         Update #include.
8312         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8313         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8314         * nptl/pthread_once.c: ... here, replacing old file.
8315         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8316         * nptl/pthread_yield.c: ... here.
8317         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8318         * nptl/register-atfork.c: ... here.
8319         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8320         * nptl/sem_post.c: ... here.
8321         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8322         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8323         * nptl/sem_timedwait.c: ... here.
8324         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8325         * nptl/sem_trywait.c: ... here.
8326         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8327         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8328         * nptl/sem_wait.c: ... here.
8329         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8330         * nptl/structsem.sym: ... here.
8331         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8332         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8333         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8334         * nptl/unregister-atfork.c: ... here.
8335         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8336         * nptl/unwindbuf.sym: ... here.
8337         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8338         * sysdeps/nptl/fork.c: ... here.
8339         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8340         * sysdeps/nptl/fork.h: ... here.
8341         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8342         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8343         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8344         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8345         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8346         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8347         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8348         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8349         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8350         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8351         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8352         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8353         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8354         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8355         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8356         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8357         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8358         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8359         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8360         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8361         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8362         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8363         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8364         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8365         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8366         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8367         * sysdeps/unix/sysv/linux/raise.c: ... here.
8368         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8369         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8370         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8371         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8372         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8373         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8374         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8375         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8376         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8377         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8378         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8379         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8380         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8381         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8382         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8384 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8386         * sysdeps/generic/memcopy.h: Add comment for
8387         MEMCPY_OK_FOR_FWD_MEMMOVE.
8389 2014-07-04  Will Newton  <will.newton@linaro.org>
8391         * string/memchr.c: Merge from gnulib.
8392         [_LIBC]: Remove conditionals.
8393         (__ptr_t): Remove define.
8394         (LONG_MAX_32_BITS): Likewise.
8395         (LONG_MAX): Likewise.
8396         (MEMCHR): Use ANSI prototype and optimize algorithm.
8398         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8400 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8402         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8403         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8405         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8406         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8407         in a bare environment with no <stdlib.h> installed.
8408         * sysdeps/nptl/configure: Regenerated.
8410         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8412         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8413         AC_EGREP_CPP for kernel header checks, so they only succeed if
8414         including <linux/version.h> actually works right.
8415         * sysdeps/unix/sysv/linux/configure: Regenerated.
8417         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8418         value so it's not diagnosed as unused.
8420         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8421         thing) with "ifeq ($(subdir),rt)".
8423 2014-07-03  Richard Henderson  <rth@redhat.com>
8425         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8426         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8427         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8429         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8430         (math_force_eval): New.
8432         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8433         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8435         * sysdeps/alpha/fpu/s_round.c: Remove file.
8436         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8438         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8439         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8440         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8441         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8442         (_dl_start, print_statistics): Likewise.
8443         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8444         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8446         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8447         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8448         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8449         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8450         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8451         (HP_SMALL_TIMING_AVAIL): Define.
8452         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8453         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8454         (HP_SMALL_TIMING_AVAIL): Define.
8455         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8456         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8458         * sysdeps/aarch64/hp-timing.h: New file.
8460         * sysdeps/generic/hp-timing.h: Remove dead comment.
8461         * sysdeps/generic/hp-timing-common.h: New file.
8462         * sysdeps/alpha/hp-timing.h: Include it.
8463         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8464         * sysdeps/i386/i686/hp-timing.h: Likewise.
8465         * sysdeps/ia64/hp-timing.h: Likewise.
8466         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8467         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8468         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8469         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8470         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8471         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8472         (hp_timing_t): New.
8474         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8475         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8476         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8477         * elf/rtld.c (_dl_start_final): Likewise.
8478         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8479         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8480         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8481         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8482         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8483         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8484         (HP_TIMING_DIFF_INIT): Remove.
8485         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8486         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8487         (HP_TIMING_DIFF_INIT): Remove.
8488         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8489         * sysdeps/i386/i686/hp-timing.c: Remove file.
8490         * sysdeps/x86_64/hp-timing.c: Remove file.
8491         * sysdeps/ia64/hp-timing.c: Remove file.
8492         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8493         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8494         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8495         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8497         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8498         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8499         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8500         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8501         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8502         (HP_TIMING_ACCUM): Remove.
8503         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8504         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8505         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8507         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8508         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8509         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8510         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8511         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8512         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8513         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8514         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8516         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8518 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8520         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8522 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8524         Sync up with gettext.
8525         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8526         [_MSC_VER]: Include malloc.h
8527         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8528         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8529         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8530         TEMP_FAILURE_RETRY.  Cast return of alloca.
8531         [!_LIBC] Call gl_rwlock_init.
8532         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8534 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8536         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8537         before checking its value.
8539 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8541         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8543         * debug/memcpy_chk.c: Don't include pagecopy.h.
8544         * debug/mempcpy_chk.c: Likewise.
8545         * string/memcpy.c: Likewise.
8546         * string/memmove.c: Likewise.
8547         * sysdeps/powerpc/memmove.c: Likewise.
8548         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8549         definition of PAGE_COPY_FWD_MAYBE here...
8550         * sysdeps/generic/pagecopy.h: ... from here.
8551         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8553 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8554             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8556         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8557         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8558         optimizations.
8559         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8560         (__libc_ifunc_impl_list): Likewise.
8561         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8562         multiarch strcat for PPC64.
8563         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8564         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8566 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8568         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8570 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8572         * intl/loadmsgcat.c: Remove declaration of
8573         get_sysdep_segment_value.
8574         (get_sysdep_segment_value): Use ISO C style.
8575         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8576         semicolon.  Fix typo and formatting in comment.
8577         (_nl_unload_domain): Use ISO C style.
8579         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8581 2014-07-02  Will Newton  <will.newton@linaro.org>
8583         * malloc/obstack.c: Merge from gnulib master.
8584         [HAVE_CONFIG_H]: Remove conditional code.
8585         [!_LIBC]: Include config.h.
8586         [!ELIDE_CODE]: Don't include inttypes.h, include
8587         stdint.h unconditionally.
8588         (print_and_abort): Mark as _Noreturn.
8589         (_obstack_allocated_p): Mark as __attribute_pure__.
8590         (obstack_free): Rename to __obstack_free.
8591         [!__attribute__]: Remove conditional code.
8592         * malloc/obstack.h: Merge from gnulib master.
8593         [__cplusplus]: Move conditional down.
8594         [!__attribute_pure__]: Define __attribute_pure__ here
8595         if it is not already defined.
8596         (_obstack_memory_used): Mark as __attribute_pure__.
8597         [!__obstack_free]: Define as obstack_free.
8598         [__GNUC__]: Remove check for ancient NeXT gcc.
8600 2014-07-02  Will Newton  <will.newton@linaro.org>
8601             Paul Eggert  <eggert@cs.ucla.edu>
8603         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8605 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8607         * resolv/gethnamaddr.c: Add comment warning that the file is
8608         not maintained.
8610 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8612         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8613         entries.
8615         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8616         entry for aio_cancel and aio_cancel64.
8617         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8618         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8619         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8620         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8621         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8622         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8623         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8624         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8625         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8626         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8627         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8628         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8629         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8631 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8633         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8634         * nptl/pthread_mutex_lock.c: Likewise.
8635         * nptl/pthread_mutex_timedlock.c: Likewise.
8636         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8638 2014-07-01  Richard henderson  <rth@redhat.com>
8640         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8641         (__isnan, __isnanl): Remove.
8642         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8644         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8646 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8648         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8650 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8652         * resolv/nss_dns/dns-host.c (getanswer_r)
8653         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8655 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8657         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8658         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8659         undefine.
8660         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8661         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8663 2014-07-01  Roland McGrath <roland@hack.frob.com>
8665         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8666         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8668         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8669         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8671         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8672         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8673         ... here.
8674         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8675         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8677         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8678         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8679         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8680         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8682         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8683         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8684         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8685         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8686         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8687         Moved ...
8688         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8689         ... here.
8690         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8691         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8692         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8693         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8694         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8695         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8696         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8697         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8698         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8699         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8700         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8701         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8702         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8703         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8704         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8705         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8706         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8707         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8708         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8709         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8710         ... here.
8711         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8712         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8713         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8714         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8715         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8716         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8717         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8718         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8720 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8722         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8723         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8724         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8725         Add sysdep.
8727 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8729         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8731 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8733         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8734         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8736         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8738         * sysdeps/arm/libm-test-ulps: Regenerated.
8740 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8741             Roland McGrath <roland@hack.frob.com>
8743         * test-skeleton.c (signal_handler): Kill the whole process group
8744         before killing the child individually.
8745         (main): Report any failure on `setpgid'.
8747 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8749         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8750         from _TLS_H to _ARM_NPTL_TLS_H.
8751         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8752         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8754 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8756         [BZ #16539]
8757         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8758         (__expm1l): Return argument unchanged when small but not
8759         subnormal.
8761         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8762         include macro name.
8763         (_FP_UNPACK_RAW_1_P): Likewise.
8764         (_FP_PACK_RAW_1): Likewise.
8765         (_FP_PACK_RAW_1_P): Likewise.
8766         (_FP_MUL_MEAT_1_wide): Likewise.
8767         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8768         (_FP_MUL_MEAT_1_hard): Likewise.
8769         (_FP_DIV_MEAT_1_imm): Likewise.
8770         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8771         (_FP_DIV_MEAT_1_udiv): Likewise.
8772         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8773         (_FP_UNPACK_RAW_2): Likewise.
8774         (_FP_UNPACK_RAW_2_P): Likewise.
8775         (_FP_PACK_RAW_2): Likewise.
8776         (_FP_PACK_RAW_2_P): Likewise.
8777         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8778         (_FP_MUL_MEAT_2_wide): Likewise.
8779         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8780         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8781         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8782         (_FP_MUL_MEAT_2_gmp): Likewise.
8783         (_FP_DIV_MEAT_2_udiv): Likewise.
8784         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8785         (_FP_FRAC_SRL_4): Likewise.
8786         (_FP_FRAC_SRST_4): Likewise.
8787         (_FP_FRAC_SRS_4): Likewise.
8788         (_FP_UNPACK_RAW_4): Likewise.
8789         (_FP_UNPACK_RAW_4_P): Likewise.
8790         (_FP_PACK_RAW_4): Likewise.
8791         (_FP_PACK_RAW_4_P): Likewise.
8792         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8793         (_FP_MUL_MEAT_4_wide): Likewise.
8794         (_FP_MUL_MEAT_4_gmp): Likewise.
8795         (umul_ppppmnnn): Likewise.
8796         (_FP_DIV_MEAT_4_udiv): Likewise.
8797         (__FP_FRAC_ADD_4): Likewise.
8798         (__FP_FRAC_SUB_3): Likewise.
8799         (__FP_FRAC_SUB_4): Likewise.
8800         (__FP_FRAC_DEC_3): Likewise.
8801         (__FP_FRAC_DEC_4): Likewise.
8802         (__FP_FRAC_ADDI_4): Likewise.
8803         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8804         (_FP_FRAC_SRL_8): Likewise.
8805         (_FP_FRAC_SRS_8): Likewise.
8807         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8808         include macro name.
8809         (FP_UNPACK_RAW_EP): Likewise.
8810         (FP_PACK_RAW_E): Likewise.
8811         (FP_PACK_RAW_EP): Likewise.
8812         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8813         (_FP_ISSIGNAN): Likewise.
8814         (_FP_ADD_INTERNAL): Likewise.
8815         (_FP_FMA): Likewise.
8816         (_FP_CMP): Likewise.
8817         (_FP_SQRT): Likewise.
8818         (_FP_TO_INT): Likewise.
8819         (_FP_FROM_INT): Likewise.
8820         (FP_EXTEND): Likewise.
8821         (_FP_DIV_MEAT_N_loop): Likewise.
8823 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8825         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8826         throughout.
8828 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8830         [BZ #17097]
8831         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8832         result with correct sign in case of exponents that produce
8833         overflow except for X very close to 1.
8835 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8837         mktime: merge #if/#ifdef usage from glibc
8838         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8839         as that works with both Glibc's and Gnulib's style.
8840         See thread starting at Siddhesh Poyarekar's bug report at:
8841         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8843 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8845         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8846         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8847         * sysdeps/tile/tilegx/memmove.c: Remove file.
8849 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8851         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8852         abi-name definition.
8853         * scripts/soversions.awk: Do not handle or generate ABI lines.
8854         * shlib-versions: Remove ABI entries.
8855         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8856         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8858 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8860         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8861         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8862         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8863         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8864         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8865         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8866         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8867         Moved ...
8868         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8869         ... here.
8870         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8871         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8872         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8873         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8874         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8875         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8876         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8877         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8878         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8879         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8880         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8881         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8882         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8883         Moved ...
8884         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8885         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8886         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8887         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8888         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8889         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8890         Moved ...
8891         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8892         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8893         Moved ...
8894         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8895         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8896         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8897         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8898         Moved ...
8899         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8900         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8901         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8902         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8903         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8904         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8905         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8906         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8907         Moved ...
8908         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8909         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8910         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8911         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8912         Moved ...
8913         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8914         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8915         Moved ...
8916         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8917         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8920         Moved ...
8921         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8922         ... here.
8923         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8924         Identical file removed.
8925         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8926         Moved ...
8927         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8928         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8929         Identical file removed.
8930         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8931         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8932         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8933         Moved ...
8934         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8936         Identical file removed.
8937         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8938         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8939         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8940         Identical file removed.
8941         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8942         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8943         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8944         Identical file removed.
8945         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8946         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8947         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8948         Identical file removed.
8949         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8950         Moved ...
8951         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8953         Identical file removed.
8954         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8955         Moved ...
8956         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8957         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8958         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8959         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8960         Identical file removed.
8961         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8962         Moved ...
8963         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8964         ... here.
8965         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8966         Identical file removed.
8967         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8968         Moved ...
8969         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8971         Identical file removed.
8972         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8973         Moved ...
8974         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8975         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8976         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8977         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8978         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8980         Moved ...
8981         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8982         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8983         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8985         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8986         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8987         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8988         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8989         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8991 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8993         [BZ #17092]
8994         * nscd/nscd.c (monitor_child): Return exit status of child
8995         instead of return value from wait syscall.
8997 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8999         * configure.ac (libc_commonpagesize): Remove variable.
9000         (libc_relro_required): Likewise.
9001         (libc_cv_z_relro): Remove configure test.
9002         * configure: Regenerated.
9003         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9004         variable.
9005         (libc_relro_required): Likewise.
9006         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9007         (libc_relro_required): Likewise.
9008         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9009         (libc_relro_required): Likewise.
9010         * sysdeps/arm/preconfigure: Regenerated.
9011         * sysdeps/ia64/preconfigure: Remove file.
9012         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9013         variable.
9014         (libc_relro_required): Likewise.
9016         [BZ #16561]
9017         [BZ #16562]
9018         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9019         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9020         recompute overflowing results in original rounding mode.
9021         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9022         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9023         recompute overflowing results in original rounding mode.
9024         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9025         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9026         recompute overflowing results in original rounding mode.
9027         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9028         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9029         recompute overflowing results in original rounding mode.
9030         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9031         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9032         recompute overflowing results in original rounding mode.
9033         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9034         (libc_feholdsetround_ctx): New macro.
9035         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9036         * sysdeps/i386/fpu/libm-test-ulps: Update.
9037         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9039 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9041         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9042         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9043         corresponding .cpsetup call.
9045 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9047         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9048         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9049         * sysdeps/arm/Makefile [$(subdir) = csu]
9050         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9051         (static-only-routines): Add aeabi_read_tp here.
9052         (shared-only-routines): Add libc-aeabi_read_tp here.
9053         (CFLAGS-libc-start.c): Add -fexceptions here.
9054         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9055         (sysdep_routines, static-only-routines, shared-only-routines):
9056         Don't add to these here.
9057         (CFLAGS-libc-start.c): Likewise.
9059         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9060         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9061         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9062         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9063         * sysdeps/arm/Makefile [$(subdir) = rt]
9064         (librt-sysdep_routines, librt-shared-only-routines):
9065         Append rt-aeabi_unwind_cpp_pr1 here.
9066         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9067         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9068         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9069         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9070         Append nptl-aeabi_unwind_cpp_pr1 here.
9071         (tests): Filter out tst-cleanupx4 here.
9072         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9073         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9074         Don't do those here.
9076 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9078         * scripts/list-sources.sh: Do not handle ports specially.
9080 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9082         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9083         * sysdeps/arm/feupdateenv.c: Likewise.
9085         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9087 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9089         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9090         trailing whitespace removed.
9091         * scripts/config.guess: Update to version 2014-03-23.
9092         * scripts/config.sub: Update to version 2014-05-01
9093         * scripts/install-sh: Update to version 2013-12-25.23.
9094         * scripts/move-if-change: Update from gnulib.
9096 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9098         * debug/memmove_chk.c: Remove pagecopy.h include.
9100 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9102         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9103         identical to gnulib mktime.
9105 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9107         * configure.ac: Do not test for machine being rs6000.  Do not test
9108         for powerpc*-*soft.
9109         * configure: Regenerated.
9111         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9112         test.
9113         * configure: Regenerated.
9114         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9115         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9116         Remove configure test.
9117         * sysdeps/arm/configure: Regenerated.
9118         * sysdeps/nptl/configure.ac: Do not check
9119         libc_cv_asm_cfi_directives.
9120         * sysdeps/nptl/configure: Regenerated.
9121         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9122         * sysdeps/x86_64/nptl/configure: Remove generated file.
9123         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9124         unconditional.
9125         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9127 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9129         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9130         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9131         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9132         it is defined.
9134         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9135         instead of whether it is defined.
9136         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9137         * sysdeps/hppa/dl-machine.h: Likewise.
9138         * sysdeps/ia64/dl-machine.h: Likewise.
9139         * sysdeps/m68k/dl-machine.h: Likewise.
9140         * sysdeps/microblaze/dl-machine.h: Likewise.
9141         * sysdeps/mips/dl-machine.: Likewise.
9142         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9143         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9144         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9145         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9146         * sysdeps/sh/dl-machine.h: Likewise.
9147         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9148         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9149         * sysdeps/tile/dl-machine.h: Likewise.
9150         * sysdeps/x86_64/dl-machine.h: Likewise.
9152         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9153         code.
9154         (verify_persistent_db): Likewise.
9156 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9158         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9159         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9161         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9162         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9163         Moved ...
9164         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9165         ... here.
9166         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9167         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9168         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9169         Identical file removed.
9170         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9171         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9173         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9175         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9176         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9177         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9178         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9179         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9180         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9181         Moved ...
9182         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9184         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9186         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9188         Moved ...
9189         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9191         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9193         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9195         Identical file removed.
9196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9197         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9199         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9201         Moved ...
9202         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9203         ... here.
9204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9209         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9211         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9213         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9215         Moved ...
9216         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9218         Moved ...
9219         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9221         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9222         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9223         Moved ...
9224         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9228         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9229         folded into ...
9230         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9231         * sysdeps/unix/sysv/linux/s390/Versions
9232         (libpthread: GLIBC_2.19): New version set.
9233         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9234         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9235         (librt: GLIBC_2.3.3): New version set.
9236         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9237         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9238         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9239         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9240         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9241         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9242         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9243         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9244         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9245         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9246         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9247         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9248         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9249         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9250         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9251         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9252         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9253         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9254         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9255         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9256         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9257         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9258         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9259         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9260         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9261         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9262         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9263         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9264         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9265         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9266         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9267         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9268         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9269         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9270         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9271         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9272         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9273         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9274         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9275         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9276         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9277         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9278         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9279         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9280         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9282         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9283         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9284         (__libc_vfork): Define the function under this name.
9285         [!NOT_IN_libc] (__vfork): Make this an alias.
9286         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9287         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9288         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9289         (__libc_vfork): Define the function under this name.
9290         [!NOT_IN_libc] (__vfork): Make this an alias.
9291         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9292         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9293         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9294         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9295         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9296         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9298         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9299         code that was previously under [RESET_PID].
9300         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9301         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9302         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9304         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9305         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9306         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9307         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9308         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9309         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9310         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9311         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9312         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9313         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9314         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9315         Moved ...
9316         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9317         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9318         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9319         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9320         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9321         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9322         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9323         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9324         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9326         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9332         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9333         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9334         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9336         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9337         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9338         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9339         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9340         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9341         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9342         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9343         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9344         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9346 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9348         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9349         that was previously under [RESET_PID].
9350         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9352 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9354         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9355         not undefine and redefine.
9356         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9357         [O_CLOEXEC]: Make code unconditional.
9358         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9359         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9360         <kernel-features.h>.
9361         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9362         conditional variable definition.
9363         (shm_open) [O_CLOEXEC]: Make code unconditional.
9364         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9365         code.
9367         * configure.ac (USE_REGPARMS): Don't define here.
9368         * configure: Regenerated.
9369         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9370         * sysdeps/i386/configure: Regenerated.
9372         * nptl/createthread.c: Don't include kernel-features.h.
9373         * nptl/pthread_cancel.c: Likewise.
9374         * nptl/pthread_condattr_setclock.c: Likewise.
9375         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9376         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9377         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9378         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9379         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9380         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9381         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9382         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9383         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9384         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9385         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9386         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9387         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9388         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9389         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9390         * nscd/gai.c: Likewise.
9391         * nss/nss_db/db-open.c: Likewise.
9392         * sysdeps/generic/ldsodefs.h: Likewise.
9393         * sysdeps/sh/nptl/tls.h: Likewise.
9394         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9395         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9396         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9397         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9398         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9399         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9400         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9401         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9402         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9403         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9404         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9405         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9406         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9407         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9408         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9409         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9410         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9411         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9412         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9413         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9414         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9415         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9416         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9417         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9418         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9419         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9420         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9421         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9422         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9423         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9424         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9425         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9426         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9427         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9428         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9429         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9430         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9431         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9432         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9433         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9434         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9435         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9436         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9437         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9438         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9439         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9440         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9441         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9442         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9443         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9444         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9445         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9446         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9447         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9448         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9449         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9450         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9451         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9474         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9475         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9476         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9477         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9478         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9479         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9480         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9481         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9482         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9483         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9484         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9485         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9486         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9487         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9488         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9489         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9490         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9491         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9492         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9493         * sysdeps/unix/sysv/linux/system.c: Likewise.
9494         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9495         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9496         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9497         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9498         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9499         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9500         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9502         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9503         * configure: Regenerated.
9504         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9506         * configure.ac (base_machine): Do not set specially for particular
9507         machines here.
9508         * configure: Regenerated.
9509         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9510         settings from configure.ac.
9511         * sysdeps/i386/preconfigure: New file.
9512         * sysdeps/s390/preconfigure: Likewise.
9513         * sysdeps/sh/preconfigure: Likewise.
9514         * sysdeps/sparc/preconfigure: Likewise.
9516 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9518         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9519         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9520         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9521         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9522         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9523         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9524         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9525         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9526         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9527         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9528         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9529         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9530         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9531         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9532         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9533         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9534         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9535         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9536         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9538         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9539         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9540         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9541         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9542         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9543         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9544         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9545         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9546         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9547         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9548         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9549         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9550         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9551         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9552         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9553         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9554         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9555         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9556         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9557         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9558         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9559         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9560         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9561         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9562         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9563         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9564         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9565         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9566         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9567         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9568         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9569         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9570         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9571         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9572         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9573         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9574         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9575         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9577         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9578         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9579         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9580         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9581         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9582         Moved ...
9583         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9584         ... here.
9585         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9586         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9587         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9588         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9589         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9590         Moved ...
9591         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9599         Moved ...
9600         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9602         Moved ...
9603         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9604         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9607         Moved ...
9608         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9610         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9611         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9612         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9613         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9614         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9615         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9616         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9617         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9618         Moved ...
9619         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9620         ... here.
9621         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9622         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9623         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9624         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9625         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9626         Moved ...
9627         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9629         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9631         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9633         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9635         Moved ...
9636         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9637         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9638         Moved ...
9639         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9640         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9641         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9642         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9643         Moved ...
9644         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9646         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9647         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9648         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9650 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9652         * timezone/checktab.awk: Update from tzcode 2014e.
9653         * timezone/private.h: Likewise.
9654         * timezone/tzfile.h: Likewise.
9655         * timezone/zdump.c: Likewise.
9656         * timezone/zic.c: Likewise.
9658         * sysdeps/unix/sysv/linux/kernel-features.h
9659         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9660         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9661         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9662         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9663         Remove conditional code.
9665 2014-06-25  Will Newton  <will.newton@linaro.org>
9667         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9668         (_dl_arm_cap_flags): Add HWCAP2 values.
9669         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9670         (_DL_HWCAP_COUNT): Increase to 37.
9671         (_DL_HWCAP_LAST): New define.
9672         (_DL_HWCAP2_LAST): New define.
9673         (_dl_procinfo): Add support for printing
9674         AT_HWCAP2 entries.
9675         (_dl_string_hwcap): Use _dl_hwcap_string.
9677 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9681 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9683         * README: Do not mention ports directory.
9685         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9686         Remove macro.
9687         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9688         <kernel-features.h>.
9689         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9690         conditional variable definition.
9691         (__futimes): Update comment.
9692         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9693         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9695         [BZ #16560]
9696         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9697         arguments close to 0.
9698         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9699         Likewise.
9700         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9701         Likewise.
9702         * math/auto-libm-test-in: Add more tests of exp10.
9703         * math/auto-libm-test-out: Regenerated.
9704         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9706         * sysdeps/unix/sysv/linux/kernel-features.h
9707         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9708         * sysdeps/unix/sysv/linux/readv.c: Do not include
9709         <kernel-features.h>.
9710         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9711         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9712         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9713         unconditional.
9714         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9715         conditional code.
9716         * sysdeps/unix/sysv/linux/writev.c: Do not include
9717         <kernel-features.h>.
9718         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9719         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9720         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9721         unconditional.
9722         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9723         conditional code.
9725 2014-06-25  Will Newton  <will.newton@linaro.org>
9727         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9728         comment changes throughout the file.  Remove checks
9729         for HAVE_*_H definitions that are not required.
9730         (__gen_tempname): Call abort if an unknown kind value is
9731         passed.
9733 2014-06-25  Andreas Schwab  <schwab@suse.de>
9735         [BZ #17086]
9736         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9737         scalbln, scalblnf, scalblnl in libc.
9739 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9741         [BZ #17086]
9742         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9743         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9744         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9746 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9748         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9749         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9750         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9751         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9752         Update #include.
9753         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9754         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9755         Update #include.
9756         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9757         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9758         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9759         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9760         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9761         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9762         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9763         * sysdeps/x86/bits/semaphore.h: ... here.
9764         * sysdeps/x86/nptl/elide.h: Moved ...
9765         * sysdeps/x86/elide.h: ... here.
9766         * sysdeps/x86_64/nptl/Implies: File removed.
9767         * sysdeps/i386/nptl/Implies: File removed.
9769 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9771         [BZ #16539]
9772         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9773         return the argument for normal arguments with exponent below -64.
9774         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9775         Likewise.
9776         * math/auto-libm-test-in: Add another test of expm1.
9777         * math/auto-libm-test-out: Regenerated.
9779         [BZ #16287]
9780         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9781         calling __erfcl for arguments at least 16.
9782         * math/auto-libm-test-in: Add more tests of erf.
9783         * math/auto-libm-test-out: Regenerated.
9785         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9786         individual architectures.
9787         * sysdeps/unix/sysv/linux/configure: Regenerated.
9788         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9789         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9790         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9791         (ldd_rewrite_script): Define variable.
9792         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9794         file.
9795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9796         generated file.
9797         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9798         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9799         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9800         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9801         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9802         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9803         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9804         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9806 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9808         [BZ #17084]
9809         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9810         Rename member __data.d to __data.__elision_data.
9812 2014-06-24  Wilco  <wdijkstr@arm.com>
9814         * NEWS: Add 16918 to fixed bug list.
9816 2014-06-24  Wilco  <wdijkstr@arm.com>
9818         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9820 2014-06-24  Wilco  <wdijkstr@arm.com>
9822         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9823         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9824         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9825         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9826         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9827         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9828         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9829         Use _FPU_MASK_RM.
9831 2014-06-24  Wilco  <wdijkstr@arm.com>
9833         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9835 2014-06-24  Wilco  <wdijkstr@arm.com>
9837         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9838         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9839         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9840         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9842 2014-06-24  Wilco  <wdijkstr@arm.com>
9844         [BZ #16918]
9845         * sysdeps/arm/feupdateenv.c (feupdateenv):
9846         Rewrite to reduce FPSCR accesses and fix return value.
9848 2014-06-24  Wilco  <wdijkstr@arm.com>
9850         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9851         Optimize to avoid unnecessary FPSCR writes.
9852         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9853         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9854         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9855         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9857 2014-06-24  Wilco  <wdijkstr@arm.com>
9859         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9860         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9861         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9862         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9863         Call libc_fetestexcept_vfp.
9864         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9865         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9866         __SOFTFP__ ifdef so that they can be built for softfp.
9868 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9870         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9871         argument type signed char.
9873         * Makerules (check-abi): Dump diff of symlist if the test
9874         fails.
9876 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9878         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9879         using abort.
9881         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9882         Remove unused variable ST.
9884 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9886         [BZ #16354]
9887         [BZ #17061]
9888         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9889         small arguments before calling __expm1.
9890         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9891         small arguments before calling __expm1f.
9892         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9893         small arguments before calling __expm1l.
9894         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9895         Likewise.
9896         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9897         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9898         spurious underflow for some cosh tests.
9899         * math/auto-libm-test-out: Regenerated.
9900         * sysdeps/i386/fpu/libm-test-ulps: Update.
9902         [BZ #17050]
9903         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9904         (__ieee754_y1): Set errno if return value overflows.
9905         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9906         (__ieee754_y1f): Set errno if return value overflows.
9907         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9908         (__ieee754_y1l): Set errno if return value overflows.
9909         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9910         (__ieee754_y1l): Set errno if return value overflows.
9911         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9912         * math/auto-libm-test-out: Regenerated.
9914         * math/gen-auto-libm-tests.c: Document use of
9915         ignore-zero-inf-sign.
9916         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9917         (input_flags): Add ignore-zero-inf-sign.
9918         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9919         * math/gen-libm-test.pl (generate_testfile): Handle
9920         ignore-zero-inf-sign.
9921         * math/auto-libm-test-in: Mark some cpow tests with
9922         ignore-zero-inf-sign and some with xfail-rounding.
9923         * math/auto-libm-test-out: Regenerated.
9924         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9925         * sysdeps/i386/fpu/libm-test-ulps: Update.
9926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9928         [BZ #16315]
9929         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9930         overflowing or underflowing operations take place with sign of
9931         result.
9932         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9933         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9934         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9935         (__ieee754_pow): Recompute overflowing and underflowing results in
9936         original rounding mode.
9937         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9938         (__powl_helper): Allow negative argument X and scale negated value
9939         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9940         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9941         overflowing or underflowing operations take place with sign of
9942         result.
9943         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9944         Include <math.h>.
9945         * math/auto-libm-test-in: Add more tests of pow.
9946         * math/auto-libm-test-out: Regenerated.
9947         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9948         (pow_tonearest_test_data): Remove.
9949         (pow_test_tonearest): Likewise.
9950         (pow_towardzero_test_data): Likewise.
9951         (pow_test_towardzero): Likewise.
9952         (pow_downward_test_data): Likewise.
9953         (pow_test_downward): Likewise.
9954         (pow_upward_test_data): Likewise.
9955         (pow_test_upward): Likewise.
9956         (main): Don't call removed functions.
9957         * sysdeps/i386/fpu/libm-test-ulps: Update.
9958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9960 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9963         Moved ...
9964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9966         Moved ...
9967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9969         Moved ...
9970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9972         Moved ...
9973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9975         File removed.
9976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9977         File removed.
9978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9979         File removed.
9980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9981         File removed.
9982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9983         File removed.
9984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9985         File removed.
9986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9987         File removed.
9988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9989         File removed.
9990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9991         File removed.
9992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9993         File removed.
9994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9995         File removed.
9996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9997         File removed.
9998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9999         Moved ...
10000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10002         Moved ...
10003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10004         ... here.
10005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10006         Moved ...
10007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10009         Moved ...
10010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10012         Moved ...
10013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10015         Moved ...
10016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10018         Moved ...
10019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10021         Moved ...
10022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10024         Moved ...
10025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10028         ... here.
10029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10030         Moved ...
10031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10033         Moved ...
10034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10035         ... here.
10036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10037         Moved ...
10038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10039         ... here.
10040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10043         ... here.
10044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10045         Moved ...
10046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10048         Moved ...
10049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10053         Moved ...
10054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10055         ... here.
10056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10057         Moved ...
10058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10059         ... here.
10060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10061         Moved ...
10062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10064         Moved ...
10065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10067         Moved ...
10068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10070         Moved ...
10071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10073         Moved ...
10074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10075         ... here.
10076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10077         Moved ...
10078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10080         Moved ...
10081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10083         Moved ...
10084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10086         Moved ...
10087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10091         Moved ...
10092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10094         Moved ...
10095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10097         Moved ...
10098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10099         ... here.
10100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10101         Moved ...
10102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10103         ... here.
10104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10105         Moved ...
10106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10107         ... here.
10108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10109         Moved ...
10110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10112         Moved ...
10113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10115         Moved ...
10116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10118         Moved ...
10119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10120         ... here.
10121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10122         Moved ...
10123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10124         ... here.
10125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10126         Moved ...
10127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10128         ... here.
10129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10130         Moved ...
10131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10133         Moved ...
10134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10136 2014-06-23  Will Newton  <will.newton@linaro.org>
10137             Wilco  <wdijkstr@arm.com>
10139         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10140         implementation.  Include get-rounding-mode.h.
10141         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10142         [!libc_feholdsetround_noex_ctx]: Define
10143         libc_feholdsetround_noex_ctx.
10144         [!libc_feholdsetround_noexf_ctx]: Define
10145         libc_feholdsetround_noexf_ctx.
10146         [!libc_feholdsetround_noexl_ctx]: Define
10147         libc_feholdsetround_noexl_ctx.
10148         (libc_feholdsetround_ctx): New function.
10149         (libc_feresetround_ctx): New function.
10150         (libc_feholdsetround_noex_ctx): New function.
10151         (libc_feresetround_noex_ctx): New function.
10153 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10155         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10156         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10157         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10158         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10159         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10160         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10162         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10163         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10164         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10165         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10166         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10167         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10168         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10169         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10170         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10171         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10172         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10175         ... here.
10176         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10177         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10178         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10179         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10180         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10181         Moved ...
10182         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10184         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10186         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10187         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10188         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10192         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10196         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10197         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10198         Moved ...
10199         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10200         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10201         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10202         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10203         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10204         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10205         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10206         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10207         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10208         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10209         Moved ...
10210         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10211         ... here.
10212         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10213         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10214         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10215         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10216         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10217         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10218         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10219         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10220         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10221         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10222         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10223         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10224         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10225         Moved ...
10226         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10227         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10228         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10230         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10231         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10234         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10235         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10236         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10237         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10239         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10240         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10241         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10242         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10243         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10244         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10245         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10246         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10248         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10250         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10251         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10252         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10253         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10254         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10255         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10256         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10257         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10258         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10260         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10262         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10263         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10264         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10265         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10266         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10268 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10270         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10271         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10272         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10273         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10274         (IPV6_PMTUDISC_INTERFACE): Likewise.
10275         (IPV6_PMTUDISC_OMIT): Likewise.
10277 2014-06-23  Andreas Schwab  <schwab@suse.de>
10279         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10280         Remove unused errout label.
10282 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10284         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10285         macro: hardware supports Vector Crypto instructions.
10287 2014-06-23  Will Newton  <will.newton@linaro.org>
10289         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10290         rather than __builtin_expect.
10292         * elf/dl-lookup.c (undefined_msg): Remove variable.
10293         (_dl_lookup_symbol_x): Replace undefined_msg with string
10294         literal.
10296         * elf/dl-lookup.c (do_lookup_unique): New function.
10297         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10298         to a separate function.
10300 2014-06-23  Andreas Schwab  <schwab@suse.de>
10302         [BZ #17079]
10303         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10304         before reading the next line.
10306 2014-06-23  Will Newton  <will.newton@linaro.org>
10308         * test-skeleton.c (signal_handler): Use printf and %m
10309         rather than perror.  Use printf rather than fprintf to
10310         stderr.  Use puts rather than fputs to stderr.
10311         (main): Likewise.
10313 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10315         * nscd/nscd.c (thread_info_t): Remove typedef.
10316         (thread_info): Remove variable.
10318 2014-06-21  Allan McRae  <allan@archlinux.org>
10320         * NEWS: Mention CVE-2014-4043.
10322 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10324         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10325         * nptl/smp.h: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10329         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10330         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10331         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10332         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10334         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10335         * nptl/stack-aliasing.h: New file.
10336         * sysdeps/i386/i686/stack-aliasing.h: New file.
10337         * sysdeps/i386/i686/nptl/Makefile: File removed.
10338         * sysdeps/x86_64/stack-aliasing.h: New file.
10339         * sysdeps/x86_64/nptl/Makefile
10340         (CFLAGS-pthread_create.c): Variable removed.
10342         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10343         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10344         old file.
10345         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10346         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10347         old file.
10349 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10351         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10352         (__ASSUME_SIGFRAME_V2): Remove macro.
10353         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10354         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10355         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10356         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10357         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10358         Declare as function.  Remove conditional macro definitions.
10359         (__default_rt_sa_restorer): Likewise.
10360         (__default_sa_restorer_v1): Remove declaration.
10361         (__default_sa_restorer_v2): Likewise.
10362         (__default_rt_sa_restorer_v1): Likewise.
10363         (__default_rt_sa_restorer_v2): Likewise.
10364         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10365         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10366         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10368 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10370         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10371         (libpthread-routines): Add sysdep.
10372         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10373         * sysdeps/unix/sysv/linux/sparc/Versions
10374         (libpthread: GLIBC_2.3.3): New version set.
10375         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10376         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10377         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10378         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10379         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10380         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10381         Moved ...
10382         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10383         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10384         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10385         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10386         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10388         * sysdeps/sparc/nptl/sem_init.c: ... here.
10389         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10390         * sysdeps/sparc/nptl/sem_post.c: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10392         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10394         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10395         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10396         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10397         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10398         (libpthread-routines): Add cpu_relax.
10399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10400         File removed.
10401         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10402         (librt: GLIBC_2.3.3): New version set.
10403         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10404         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10405         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10406         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10407         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10408         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10409         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10411         Moved ...
10412         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10414         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10416         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10418         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10420         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10421         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10422         Moved ...
10423         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10424         Update #include.
10425         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10426         Moved ...
10427         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10428         Update #include.
10429         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10430         Moved ...
10431         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10432         Update #include.
10433         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10434         Moved ...
10435         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10436         Update #include.
10437         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10438         Moved ...
10439         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10440         Update #include.
10441         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10442         Moved ...
10443         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10444         Update #include.
10445         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10446         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10448         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10449         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10450         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10451         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10452         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10453         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10454         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10455         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10456         Moved ...
10457         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10459         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10461         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10463 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10465         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10466         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10467         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10468         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10469         * nscd/nscd.c: Likewise.
10470         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10471         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10472         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10473         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10475         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10476         <kernel-features.h>.
10477         (init_mq_netlink): Remove conditional have_sock_cloexec
10478         definitions.  Remove code conditional on have_sock_cloexec < 0.
10479         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10480         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10481         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10482         <kernel-features.h>.
10483         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10484         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10486 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10488         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10489         Add tests for memset_chk and memset.
10491         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10492         with AVX2_Usable.
10494 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10496         [BZ #16046]
10497         * elf/tst-dl-iter-static.c: New file.
10498         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10500         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10501         error.
10503 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10505         * sysdeps/unix/sysv/linux/kernel-features.h
10506         (__ASSUME_F_GETOWN_EX): Remove macro.
10507         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10508         <kernel-features.h>.
10509         (miss_F_GETOWN_EX): Remove variable or macro.
10510         (do_fcntl): Do not check miss_F_GETOWN_EX.
10511         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10513         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10514         Remove macro.
10515         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10516         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10517         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10519         * sysdeps/unix/sysv/linux/kernel-features.h
10520         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10521         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10522         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10523         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10525 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10527         [BZ #17075]
10528         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10529         Fix calculation of the symbol's value.
10530         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10531         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10532         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10533         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10534         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10535         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10536         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10537         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10538         (modules-names): Add `tst-armtlsdescmod',
10539         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10540         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10541         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10542         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10543         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10544         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10545         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10546         ($(objpfx)tst-armtlsdescloc): New dependency.
10547         ($(objpfx)tst-armtlsdescextnow): Likewise.
10548         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10549         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10550         TLS scheme support.
10551         * sysdeps/arm/configure: Regenerate.
10553 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10555         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10556         (__atfct_seterrno_2): Likewise.
10557         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10558         <kernel-features.h>.
10559         (__ASSUME_ATFCTS): Do not undefine and redefine.
10560         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10561         (__have_atfcts): Remove conditional definition.
10562         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10563         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10564         unreachable if [__ASSUME_ATFCTS].
10565         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10566         not undefine and redefine.
10567         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10568         <kernel-features.h>.
10569         (faccessat) [__NR_faccessat]: Make code unconditional.
10570         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10571         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10572         <kernel-features.h>.
10573         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10574         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10575         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10576         <kernel-features.h>.
10577         (fchownat) [__NR_fchownat]: Make code unconditional.
10578         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10579         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10580         <kernel-features.h>.
10581         (futimesat) [__NR_futimesat]: Make code unconditional.
10582         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10583         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10584         <kernel-features.h>.
10585         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10586         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10587         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10588         <kernel-features.h>.
10589         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10590         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10591         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10592         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10593         <kernel-features.h>.
10594         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10595         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10596         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10597         <kernel-features.h>.
10598         (linkat) [__NR_linkat]: Make code unconditional.
10599         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10600         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10601         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10602         <kernel-features.h>.
10603         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10604         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10605         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10606         <kernel-features.h>.
10607         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10608         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10609         * sysdeps/unix/sysv/linux/openat.c: Do not include
10610         <kernel-features.h>.
10611         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10612         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10613         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10614         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10615         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10616         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10617         <kernel-features.h>.
10618         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10619         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10620         result of INLINE_SYSCALL directly, not via int variable.
10621         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10622         <kernel-features.h>.
10623         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10624         (renameat) [__NR_renameat]: Make code unconditional.
10625         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10626         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10627         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10628         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10629         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10630         (__ASSUME_ATFCTS): Do not undefine and redefine.
10631         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10632         <kernel-features.h>.
10633         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10634         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10635         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10636         <kernel-features.h>.
10637         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10638         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10639         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10640         (__ASSUME_ATFCTS): Do not undefine and redefine.
10641         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10642         <kernel-features.h>.
10643         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10644         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10645         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10646         <kernel-features.h>.
10647         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10648         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10650 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10652         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10654 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10656         [BZ #17069]
10657         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10658         constructed tree before returning error.
10659         * posix/bug-regexp36.c: Expand test case.
10661 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10663         [BZ #6803]
10664         * math/libm-test.inc (scalbln_test_date):
10665         Add errno expectations.
10666         * math/w_scalblnf.c: New File.
10667         Add wrapper which checks for setting errno to ERANGE.
10668         Add weak_alias for corresponding scalbln function.
10669         * math/w_scalbln.c: Likewise.
10670         * math/w_scalblnl.c: Likewise.
10671         * math/Makefile (libm-calls): Add w_scalbln.
10672         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10673         Remove weak_alias for corresponding scalbln function.
10674         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10675         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10676         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10677         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10678         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10679         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10680         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10681         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10682         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10683         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10684         Remove long_double_symbol for scalblnl function in libm, libc.
10685         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10686         Add wrapper which checks for setting errno to ERANGE.
10687         Add long_double_symbol for scalblnl function in libm, libc.
10688         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10689         Remove long_double_symbol for scalblnl in libm.
10690         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10691         Add wrapper which checks for setting errno to ERANGE.
10692         Add long_double_symbol for scalblnl function in libm.
10693         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10694         Do not use wrapper because of own implementation.
10696 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10698         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10699         3 bytes for __pad1 for x32.
10700         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10702 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10703             H.J. Lu  <hongjiu.lu@intel.com>
10705         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10706         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10707         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10708         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10709         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10711 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10713         [BZ #17069]
10714         * posix/regcomp.c (parse_expression): Deallocate partially
10715         constructed tree before returning error.
10716         * posix/Makefile.c (tests): Add bug-regex36.
10717         (generated): Add bug-regex36.mtrace.
10718         (tests-special): Add $(objpfx)bug-regex36-mem.out
10719         (bug-regex36-ENV): New variable.
10720         ($(objpfx)bug-regex36-mem.out): New rule.
10721         * posix/bug-regex36.c: New file.
10723 2014-06-19  Will Newton  <will.newton@linaro.org>
10725         * malloc/malloc.c (systrim): If extra is zero then return
10726         early.
10728 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10730         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10732 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10734         * sysdeps/aarch64/strchr.S: New file.
10736 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10738         [BZ #17022]
10739         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10740         from arguments -2 or below.
10741         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10742         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10744 2014-06-18  Andreas Schwab  <schwab@suse.de>
10746         [BZ #17062]
10747         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10748         of a bracket expr not to run off the end of the string.
10749         * posix/Makefile (tests): Add tst-fnmatch3.
10750         * posix/tst-fnmatch3.c: New file.
10752 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10754         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10755         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10756         [$(cross-compiling) = no]: Likewise.
10757         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10758         [$(cross-compiling) = no]: Likewise.
10760 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10762         [BZ #17031]
10763         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10764         double, adjusted for any remainder from the high double.
10765         * math/libm-test.inc (nearbyint): Add tests.
10766         (rint): Likewise.
10768 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10770         * nptl/sysdeps/powerpc/Makefile: Moved ...
10771         * sysdeps/powerpc/nptl/Makefile: ... here.
10772         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10773         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10774         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10775         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10776         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10777         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10778         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10779         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10780         * nptl/sysdeps/powerpc/tls.h: Moved ...
10781         * sysdeps/powerpc/nptl/tls.h: ... here.
10783 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10785         [BZ #16681]
10786         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10787         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10788         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10789         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10790         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10791         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10792         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10793         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10794         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10796 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10798         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10800 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10802         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10803         defined operator.
10805         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10806         $TIMEOUTFACTOR.
10808 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10810         [BZ #17058]
10811         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10812         non-executed part of the test.
10814 2014-06-16  Andreas Schwab  <schwab@suse.de>
10816         * string/bits/string2.h (strdup, strndup): Update feature guard.
10818 2014-06-14  David S. Miller  <davem@davemloft.net>
10820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10822 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10824         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10825         that was previously under [RESET_PID].
10826         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10828         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10829         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10830         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10831         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10832         (__libc_vfork): New strong alias.
10833         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10835 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10837         * sysdeps/generic/elide.h: New file.
10839 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10841         * Makefile (installed-headers): Adjust path of pthread.h header.
10843 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10845         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10846         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10847         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10848         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10850         * nptl/sysdeps/s390/Makefile: Moved ...
10851         * sysdeps/s390/nptl/Makefile: ... here.
10852         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10853         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10854         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10855         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10856         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10857         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10858         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10859         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10860         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10861         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10862         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10863         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10864         * nptl/sysdeps/s390/tls.h: Moved ...
10865         * sysdeps/s390/nptl/tls.h: ... here.
10867         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10868         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10870 2014-06-13  David S. Miller  <davem@davemloft.net>
10872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10873         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10875         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10879         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10880         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10881         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10882         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10883         Remove RESET_PID cpp guards.
10884         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10885         Remove RESET_PID cpp guards.
10886         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10888 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10890         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10891         __sp to uintptr_t.
10893 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10895         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10896         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10897         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10898         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10899         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10900         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10901         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10902         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10903         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10904         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10905         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10906         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10907         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10908         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10909         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10910         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10911         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10912         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10913         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10914         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10916         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10917         (pthread_rwlock_rdlock): Add elision.
10918         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10919         (pthread_rwlock_wrlock): Add elision.
10920         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10921         (pthread_rwlock_trywrlock): Add elision.
10922         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10923         (pthread_rwlock_tryrdlock): Add elision.
10924         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10925         (pthread_rwlock_tryrdlock): Add elision unlock.
10926         * nptl/sysdeps/pthread/pthread.h:
10927         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10928         (PTHREAD_RWLOCK_INITIALIZER,
10929         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10930         Handle new elision field.
10931         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10932         * sysdeps/arm/nptl/bits/pthreadtypes.h
10933         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10934         * sysdeps/sh/nptl/bits/pthreadtypes.h
10935         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10936         * sysdeps/tile/nptl/bits/pthreadtypes.h
10937         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10938         * sysdeps/a/nptl/bits/pthreadtypes.h
10939         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10940         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10941         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10942         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10943         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10944         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10945         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10946         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10947         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10948         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10949         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10950         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10951         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10952         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10953         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10954         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10955         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10956         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10957         (elision_init): Set try_xbegin to zero when no RTM.
10958         * sysdeps/x86/nptl/bits/pthreadtypes.h
10959         (pthread_rwlock_t): Change __pad1 to __rwelision.
10960         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10962 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10964         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10965         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10966         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10967         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10969 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10971         [BZ #16996]
10972         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10973         that the cached result has been set before returning it.
10975 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10977         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10978         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10979         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10980         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10981         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10982         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10984         * nptl/sysdeps/sparc/Makefile: Moved ...
10985         * sysdeps/sparc/nptl/Makefile: ... here.
10986         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10987         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10988         * nptl/sysdeps/sparc/tls.h: Moved ...
10989         * sysdeps/sparc/nptl/tls.h: ... here.
10990         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10991         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10992         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10993         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10994         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10995         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10996         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10997         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10998         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10999         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11000         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11001         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11002         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11003         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11004         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11005         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11006         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11007         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11008         Update #include.
11009         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11010         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11011         Update #include.
11012         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11013         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11014         Update #include.
11015         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11016         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11017         Update #include.
11019         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11021         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11022         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11024         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11025         (struct list_links): Type removed.
11026         (struct thread_node, struct timer_node): Replace struct list_links
11027         with struct list_head.
11028         (list_unlink_ip): Likewise.
11029         * sysdeps/pthread/timer_routines.c
11030         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11031         (list_append, list_insbefore): Likewise.
11032         (list_init): Function removed.
11033         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11034         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11035         * sysdeps/pthread/Makefile: ... here, new file.
11037         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11038         * sysdeps/nptl/Implies: ... here.
11039         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11040         * nptl/sysdeps/pthread/list.h: Moved ...
11041         * include/list.h: ... here.
11042         * nptl/sysdeps/pthread/createthread.c: Moved ...
11043         * nptl/createthread.c: ... here.
11044         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11045         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11046         * nptl/pt-longjmp.c: ... here.
11047         * nptl/sysdeps/pthread/Makefile: Moved ...
11048         * sysdeps/nptl/Makefile: ... here.
11049         * nptl/sysdeps/pthread/Subdirs: Moved ...
11050         * sysdeps/nptl/Subdirs: ... here.
11051         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11052         * sysdeps/nptl/aio_misc.h: ... here.
11053         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11054         * sysdeps/nptl/bits/libc-lock.h: ... here.
11055         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11056         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11057         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11058         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11059         * nptl/sysdeps/pthread/configure: Moved ...
11060         * sysdeps/nptl/configure: ... here.
11061         * nptl/sysdeps/pthread/configure.ac: Moved ...
11062         * sysdeps/nptl/configure.ac: ... here.
11063         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11064         * sysdeps/nptl/gai_misc.h: ... here.
11065         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11066         * sysdeps/nptl/librt-cancellation.c: ... here.
11067         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11068         * sysdeps/nptl/malloc-machine.h: ... here.
11069         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11070         * sysdeps/nptl/pthread-functions.h: ... here.
11071         * nptl/sysdeps/pthread/pthread.h: Moved ...
11072         * sysdeps/nptl/pthread.h: ... here.
11073         * nptl/sysdeps/pthread/setxid.h: Moved ...
11074         * sysdeps/nptl/setxid.h: ... here.
11075         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11076         * sysdeps/nptl/sigfillset.c: ... here.
11077         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11078         * sysdeps/nptl/tcb-offsets.h: ... here.
11079         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11080         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11081         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11082         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11083         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11084         * sysdeps/pthread/allocalim.h: ... here.
11085         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11086         * sysdeps/pthread/bits/sigthread.h: ... here.
11087         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11088         * sysdeps/pthread/flockfile.c: ... here.
11089         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11090         * sysdeps/pthread/ftrylockfile.c: ... here.
11091         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11092         * sysdeps/pthread/funlockfile.c: ... here.
11093         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11094         * sysdeps/pthread/posix-timer.h: ... here.
11095         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11096         * sysdeps/pthread/timer_create.c: ... here.
11097         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11098         * sysdeps/pthread/timer_delete.c: ... here.
11099         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11100         * sysdeps/pthread/timer_getoverr.c: ... here.
11101         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11102         * sysdeps/pthread/timer_gettime.c: ... here.
11103         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11104         * sysdeps/pthread/timer_routines.c: ... here.
11105         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11106         * sysdeps/pthread/timer_settime.c: ... here.
11107         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11108         * sysdeps/pthread/tst-timer.c: ... here.
11109         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11110         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11112         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11113         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11115         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11116         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11117         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11118         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11119         Update #include target.
11120         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11121         * sysdeps/i386/i686/nptl/Makefile: ... here.
11122         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11123         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11124         Update #include target.
11125         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11126         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11127         * nptl/sysdeps/i386/Makefile: Moved ...
11128         * sysdeps/i386/nptl/Makefile: ... here.
11129         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11130         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11131         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11132         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11133         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11134         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11135         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11136         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11137         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11138         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11139         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11140         * nptl/sysdeps/i386/tls.h: Moved ...
11141         * sysdeps/i386/nptl/tls.h: ... here.
11143         * sysdeps/sh/Makefile [$(subdir) = csu]
11144         (gen-as-const-headers): Add tcb-offsets.sym.
11145         * nptl/sysdeps/sh/Makefile: File removed.
11146         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11147         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11148         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11149         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11150         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11151         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11152         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11153         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11154         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11155         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11156         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11157         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11158         * nptl/sysdeps/sh/tls.h: Moved ...
11159         * sysdeps/sh/nptl/tls.h: ... here.
11160         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11161         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11162         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11163         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11164         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11165         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11166         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11167         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11168         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11169         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11170         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11171         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11172         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11173         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11174         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11175         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11176         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11177         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11178         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11179         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11180         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11181         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11182         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11183         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11184         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11185         Moved ...
11186         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11187         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11188         Moved ...
11189         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11190         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11191         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11192         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11193         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11194         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11195         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11196         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11197         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11198         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11199         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11200         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11201         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11202         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11203         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11204         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11205         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11206         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11207         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11209 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11211         * posix/spawn_faction_addopen.c: Include string.h.
11213 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11215         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11216         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11217         * nptl/sysdeps/x86_64/Makefile: Moved ...
11218         * sysdeps/x86_64/nptl/Makefile: ... here.
11219         * nptl/sysdeps/x86_64/configure: Moved ...
11220         * sysdeps/x86_64/nptl/configure: ... here.
11221         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11222         * sysdeps/x86_64/nptl/configure.ac: ... here.
11223         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11224         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11225         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11226         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11227         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11228         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11229         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11230         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11231         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11232         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11233         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11234         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11235         * nptl/sysdeps/x86_64/tls.h: Moved ...
11236         * sysdeps/x86_64/nptl/tls.h: ... here.
11237         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11238         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11239         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11240         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11242         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11244 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11248 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11250         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11251         type.
11252         [POSIX] (off_t): Likewise.
11253         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11254         [POSIX] (S_ISBLK): Require macro.
11255         [POSIX] (S_ISCHR): Likewise.
11256         [POSIX] (S_ISDIR): Likewise.
11257         [POSIX] (S_ISFIFO): Likewise.
11258         [POSIX] (S_ISREG): Likewise.
11259         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11260         optional-macro.
11261         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11262         type.
11263         [POSIX] (time_t): Likewise.
11264         [POSIX] (timer_t): Likewise.
11266 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11268         [BZ #17048]
11269         * posix/spawn_int.h (struct __spawn_action): Make the path string
11270         non-const to support deallocation.
11271         * posix/spawn_faction_addopen.c
11272         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11273         * posix/spawn_faction_destroy.c
11274         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11275         path in all spawn_do_open actions.
11276         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11277         posix_spawn_file_actions_addopen.
11279 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11281         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11282         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11283         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11284         conditional code always true.
11285         (__libc_vfork): New alias.
11287 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11289         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11290         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11292         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11294         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11295         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11297         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11298         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11300         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11301         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11303 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11305         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11306         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11307         multiarch strcmp for PPC64.
11308         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11309         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11310         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11311         multiarch optimizations.
11312         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11313         (__libc_ifunc_impl_list): Likewise.
11315 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11317         * benchtests/scripts/validate_benchout.py: New script.
11318         * benchtests/Makefile (bench-func): Call it.
11319         * benchtests/scripts/benchout.schema.json: New file.
11321 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11323         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11324         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11325         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11326         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11327         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11328         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11329         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11330         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11331         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11332         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11333         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11334         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11335         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11336         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11337         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11338         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11340         Moved ...
11341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11342         ... here.
11343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11344         Moved ...
11345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11347         Moved ...
11348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11349         ... here.
11350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11351         Moved ...
11352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11353         ... here.
11354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11355         Moved ...
11356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11360         ... here.
11361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11362         Moved ...
11363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11364         ... here.
11365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11366         Moved ...
11367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11369         Moved ...
11370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11371         ... here.
11372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11373         Moved ...
11374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11375         ... here.
11376         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11377         Moved ...
11378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11379         ... here.
11380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11381         Moved ...
11382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11384         Moved ...
11385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11386         ... here.
11387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11388         Moved ...
11389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11390         ... here.
11391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11392         Moved ...
11393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11394         ... here.
11395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11396         Moved ...
11397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11399         Moved ...
11400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11401         ... here.
11402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11403         Moved ...
11404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11405         ... here.
11406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11407         Moved ...
11408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11410         Moved ...
11411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11412         ... here.
11413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11414         Moved ...
11415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11417         Moved ...
11418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11420         Moved ...
11421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11422         ... here.
11423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11424         Moved ...
11425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11426         ... here.
11427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11428         Moved ...
11429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11430         ... here.
11431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11432         Moved ...
11433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11435         Moved ...
11436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11437         ... here.
11438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11439         Moved ...
11440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11441         ... here.
11442         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11443         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11444         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11445         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11446         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11447         Moved ...
11448         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11449         ... here.
11450         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11451         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11452         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11453         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11454         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11455         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11456         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11457         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11458         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11459         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11460         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11461         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11462         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11463         Moved ...
11464         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11465         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11466         Moved ...
11467         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11468         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11469         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11470         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11471         Moved ...
11472         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11473         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11474         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11475         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11476         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11477         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11478         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11480 2014-06-10  Wilco  <wdijkstr@arm.com>
11482         * math/test-fenv-return.c: New file.
11483         * math/Makefile: Add new test test-fenv-return.
11485 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11487         [BZ #17042]
11488         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11489         when x - 1 is zero.
11490         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11491         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11492         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11493         0.0L for an argument of 1.0L.
11494         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11495         Likewise.
11496         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11497         value when x - 1 is zero.
11498         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11499         * sysdeps/i386/fpu/libm-test-ulps: Update.
11500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11502 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11504         [BZ #15119]
11505         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11507 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11509         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11510         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11512 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11514         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11515         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11517         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11518         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11520         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11521         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11523         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11524         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11526         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11527         if not already defined.
11528         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11529         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11530         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11531         (TLS_INIT_TP): Use it.
11532         (TLS_DEFINE_INIT_TP): New macro.
11533         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11535 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11537         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11538         constant.
11539         [POSIX] (IXANY): Likewise.
11540         [POSIX] (OLCUC): Likewise.
11541         [POSIX || POSIX2008] (CBAUD): Do not allow.
11542         [POSIX || POSIX2008] (DEFECHO): Likewise.
11543         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11544         [POSIX || POSIX2008] (ECHOKE): Likewise.
11545         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11546         [POSIX || POSIX2008] (EXTA): Likewise.
11547         [POSIX || POSIX2008] (EXTB): Likewise.
11548         [POSIX || POSIX2008] (FLUSHO): Likewise.
11549         [POSIX || POSIX2008] (LOBLK): Likewise.
11550         [POSIX || POSIX2008] (PENDIN): Likewise.
11551         [POSIX || POSIX2008] (SWTCH): Likewise.
11552         [POSIX || POSIX2008] (VDISCARD): Likewise.
11553         [POSIX || POSIX2008] (VDSUSP): Likewise.
11554         [POSIX || POSIX2008] (VLNEXT): Likewise.
11555         [POSIX || POSIX2008] (VREPRINT): Likewise.
11556         [POSIX || POSIX2008] (VSTATUS): Likewise.
11557         [POSIX || POSIX2008] (VWERASE): Likewise.
11558         (B*): Change to B[0123456789]*.
11559         * conform/data/time.h-data [POSIX || UNIX98]
11560         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11561         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11562         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11563         [POSIX] (tm_*): Do not allow.
11565 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11567         * Makefile (install): Don't set LANGUAGE.
11568         * Makefile.in (install): Likewise.
11569         * assert/Makefile (test-assert-ENV): Remove variable.
11570         (test-assert-perr-ENV): Likewise.
11571         * elf/Makefile (neededtest4-ENV): Likewise.
11572         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11573         [$(cross-compiling) = no]: Don't set LANGUAGE.
11574         * io/ftwtest-sh (LANG): Remove variable.
11575         * libio/Makefile (tst-widetext-ENV): Likewise.
11576         * manual/install.texi (Running make install): Don't refer to
11577         environment settings for make install.
11578         * INSTALL: Regenerated.
11579         * nptl/tst-tls6.sh: Don't set LANG.
11580         * posix/globtest.sh (LANG): Remove variable.
11581         * string/Makefile (tester-ENV): Likewise.
11582         (inl-tester-ENV): Likewise.
11583         (noinl-tester-ENV): Likewise.
11584         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11585         [$(cross-compiling) = no]: Don't set LANGUAGE.
11586         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11587         without explicit environment settings.
11589 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11591         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11592         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11593         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11594         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11596 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11598         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11599         other files in the crypt directory.
11600         * crypt/crypt.c: Remove duplicate includes.
11601         * crypt/crypt-entry.c: Likewise.
11602         * crypt/crypt_util.c: Likewise.
11604 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11606         * Makeconfig (run-program-env): New variable.
11607         (run-program-prefix-before-env): Likewise.
11608         (run-program-prefix-after-env): Likewise.
11609         (run-program-prefix): Define in terms of new variables.
11610         (built-program-cmd-before-env): New variable.
11611         (built-program-cmd-after-env): Likewise.
11612         (built-program-cmd): Define in terms of new variables.
11613         (test-program-prefix-before-env): New variable.
11614         (test-program-prefix-after-env): Likewise.
11615         (test-program-prefix): Define in terms of new variables.
11616         (test-program-cmd-before-env): New variable.
11617         (test-program-cmd-after-env): Likewise.
11618         (test-program-cmd): Define in terms of new variables.
11619         * Rules (make-test-out): Use $(run-program-env).
11620         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11621         (help): Do not mention environment variables.  Mention
11622         --timeoutfactor option.
11623         (timeoutfactor): New variable.
11624         (blacklist_exports): Remove function.
11625         (exports): Remove variable.
11626         (command): Do not include ${exports}.
11627         * manual/install.texi (Configuring and compiling): Do not mention
11628         test wrappers preserving environment variables.  Mention that last
11629         assignment to a variable must take precedence.
11630         * INSTALL: Regenerated.
11631         * benchtests/Makefile (run-bench): Use $(run-program-env).
11632         * catgets/Makefile ($(objpfx)test1.cat): Use
11633         $(built-program-cmd-before-env), $(run-program-env) and
11634         $(built-program-cmd-after-env).
11635         ($(objpfx)test2.cat): Do not specify environment variables
11636         explicitly.
11637         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11638         $(run-program-env) and $(built-program-cmd-after-env).
11639         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11640         $(run-program-env) and $(test-program-cmd-after-env).
11641         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11642         explicitly.
11643         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11644         run_program_env and test_program_cmd_after_env arguments.
11645         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11646         * elf/tst-pathopt.sh: Use run_program_env argument.
11647         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11648         $(test-wrapper-env) and $(run-program-env).
11649         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11650         run_program_env arguments.
11651         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11652         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11653         $(test-program-prefix-before-env), $(run-program-env) and
11654         $(test-program-prefix-after-env).
11655         ($(objpfx)tst-gettext2.out): Likewise.
11656         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11657         run_program_env and test_program_prefix_after_env arguments.
11658         * intl/tst-gettext2.sh: Likewise.
11659         * intl/tst-gettext4.sh: Do not set environment variables
11660         explicitly.
11661         * intl/tst-gettext6.sh: Likewise.
11662         * intl/tst-translit.sh: Likewise.
11663         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11664         $(test-program-prefix-before-env), $(run-program-env) and
11665         $(test-program-prefix-after-env).
11666         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11667         run_program_env and test_program_prefix_after_env arguments.
11668         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11669         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11670         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11671         explicitly with each use of ${test_wrapper_env}.
11672         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11673         $(test-program-prefix-before-env), $(run-program-env) and
11674         $(test-program-prefix-after-env).
11675         * posix/tst-getconf.sh: Do not set environment variables
11676         explicitly.
11677         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11678         run_program_env and test_program_prefix_after_env arguments.
11679         * stdio-common/tst-printf.sh: Do not set environment variables
11680         explicitly.
11681         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11682         $(test-program-prefix-before-env), $(run-program-env) and
11683         $(test-program-prefix-after-env).
11684         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11685         run_program_env and test_program_prefix_after_env arguments.
11686         Split $test calls into $test_pre and $test.
11687         * timezone/Makefile (build-testdata): Use
11688         $(built-program-cmd-before-env), $(run-program-env) and
11689         $(built-program-cmd-after-env).
11691 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11693         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11694         strlen for non SHARED builds.
11696 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11698         * nptl/allocatestack.c (check_list): Inlined function...
11699         (__reclaim_stacks): ... here.
11701 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11703         [BZ #15698]
11704         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11705         memory overrun.
11707 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11709         * Rules (make-test-out): Include
11710         LOCPATH=$(common-objpfx)localedata in default environment.
11711         * debug/Makefile (tst-chk1-ENV): Remove variable.
11712         (tst-chk2-ENV): Likewise.
11713         (tst-chk3-ENV): Likewise.
11714         (tst-chk4-ENV): Likewise.
11715         (tst-chk5-ENV): Likewise.
11716         (tst-chk6-ENV): Likewise.
11717         (tst-lfschk1-ENV): Likewise.
11718         (tst-lfschk2-ENV): Likewise.
11719         (tst-lfschk3-ENV): Likewise.
11720         (tst-lfschk4-ENV): Likewise.
11721         (tst-lfschk5-ENV): Likewise.
11722         (tst-lfschk6-ENV): Likewise.
11723         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11724         (tst-iconv7-ENV): Likewise.
11725         * intl/Makefile (LOCPATH-ENV): Likewise.
11726         (tst-codeset-ENV): Likewise.
11727         (tst-gettext3-ENV): Likewise.
11728         (tst-gettext5-ENV): Likewise.
11729         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11730         (tst-fopenloc-ENV): Likewise.
11731         (tst-fgetws-ENV): Remove variable.
11732         (tst-ungetwc1-ENV): Likewise.
11733         (tst-ungetwc2-ENV): Likewise.
11734         (bug-ungetwc2-ENV): Likewise.
11735         (tst-swscanf-ENV): Likewise.
11736         (bug-ftell-ENV): Likewise.
11737         (tst-fgetwc-ENV): Likewise.
11738         (tst-fseek-ENV): Likewise.
11739         (tst-ftell-partial-wide-ENV): Likewise.
11740         (tst-ftell-active-handler-ENV): Likewise.
11741         (tst-ftell-append-ENV): Likewise.
11742         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11743         (tst-regexloc-ENV): Likewise.
11744         (bug-regex1-ENV): Likewise.
11745         (tst-regex-ENV): Likewise.
11746         (tst-regex2-ENV): Likewise.
11747         (bug-regex5-ENV): Likewise.
11748         (bug-regex6-ENV): Likewise.
11749         (bug-regex17-ENV): Likewise.
11750         (bug-regex18-ENV): Likewise.
11751         (bug-regex19-ENV): Likewise.
11752         (bug-regex20-ENV): Likewise.
11753         (bug-regex22-ENV): Likewise.
11754         (bug-regex23-ENV): Likewise.
11755         (bug-regex25-ENV): Likewise.
11756         (bug-regex26-ENV): Likewise.
11757         (bug-regex30-ENV): Likewise.
11758         (bug-regex32-ENV): Likewise.
11759         (bug-regex33-ENV): Likewise.
11760         (bug-regex34-ENV): Likewise.
11761         (bug-regex35-ENV): Likewise.
11762         (tst-rxspencer-ENV): Likewise.
11763         (tst-rxspencer-no-utf8-ENV): Likewise.
11764         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11765         (tst-sscanf-ENV): Likewise.
11766         (tst-swprintf-ENV): Likewise.
11767         (tst-swscanf-ENV): Likewise.
11768         (test-vfprintf-ENV): Likewise.
11769         (scanf13-ENV): Likewise.
11770         (bug14-ENV): Likewise.
11771         (tst-grouping-ENV): Likewise.
11772         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11773         (tst-strtod3-ENV): Likewise.
11774         (tst-strtod4-ENV): Likewise.
11775         (tst-strtod5-ENV): Likewise.
11776         (testmb2-ENV): Likewise./
11777         * string/Makefile (tst-strxfrm-ENV): Likewise.
11778         (tst-strxfrm2-ENV): Likewise.
11779         (bug-strcoll1-ENV): Likewise.
11780         (test-strcasecmp-ENV): Likewise.
11781         (test-strncasecmp-ENV): Likewise.
11782         * time/Makefile (tst-strptime-ENV): Likewise.
11783         (tst-ftime_l-ENV): Likewise.
11784         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11785         (tst-mbrtowc-ENV): Likewise.
11786         (tst-wcrtomb-ENV): Likewise.
11787         (tst-mbrtowc2-ENV): Likewise.
11788         (tst-c16c32-1-ENV): Likewise.
11789         (tst-mbsnrtowcs-ENV): Likewise.
11791 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11793         * manual/resource.texi (How to get information about the memory
11794         subsystem?): Fix typo.
11795         Reported by Peon de la Parra Ivan <peon@keba.com>
11797 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11799         [BZ #16882]
11800         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11801         (pthread_spin_lock): Branch out of spin loop to proper location.
11802         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11803         (pthread_spin_lock): Likewise.
11805         * nptl/tst-spin4.c: New test.
11806         * nptl/Makefile (tests): Add tst-spin4.
11808 2014-06-03  Andreas Schwab  <schwab@suse.de>
11810         [BZ #15946]
11811         * resolv/res_send.c (send_dg): Reload file descriptor after
11812         calling reopen.
11814 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11816         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11818 2014-06-03  Richard Henderson  <rth@redhat.com>
11820         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11821         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11822         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11823         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11824         in the SAVE_PID block.
11825         (__libc_vfork): New alias.
11826         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11828         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11829         child in registers, not on the stack.  Remove RESET_PID conditionals.
11830         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11832 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11834         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11836 2014-06-03  Wilco  <wdijkstr@arm.com>
11838         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11839         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11840         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11841         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11842         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11843         Likewise.
11845 2014-06-03  Wilco  <wdijkstr@arm.com>
11847         * sysdeps/aarch64/fpu/math_private.h
11848         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11849         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11850         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11851         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11852         Fix declarations.
11854 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11856         * crypt/crypt-private.h: Include ufc-crypt.h.
11857         (__b64_from_24bit): Declare extern.
11858         * crypt/crypt_util.c(__b64_from_24bit): New function.
11859         (b64t): New static const variable.
11860         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11861         (b64t): Remove variable.
11862         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11863         * crypt/sha256-crypt.c: Include crypt-private.h.
11864         (b64t): Remove variable.
11865         (__sha256_crypt_r): Remove b64_from_24bit and replace
11866         with __b64_from_24bit.
11867         * crypt/sha512-crypt.c: Likewise.
11869 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11871         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11872         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11873         Label the code __libc_vfork rather than __vfork.
11874         [!NOT_IN_libc] (vfork): Define as weak alias.
11875         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11876         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11877         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11879 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11881         * malloc/malloc.c (malloc_info): Fix format specifier for
11882         n_mmaps.
11884 2014-06-02  Wilco  <wdijkstr@arm.com>
11886         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11887         FPCR write.
11889 2014-06-02  Wilco  <wdijkstr@arm.com>
11891         [BZ #17009]
11892         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11893         Rewrite to reduce FPCR/FPSR accesses.
11895 2014-06-01  David S. Miller  <davem@davemloft.net>
11897         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11899 2014-05-31  David S. Miller  <davem@davemloft.net>
11901         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11902         to occur in round to nearest mode when |x| >= 2.0
11904 2014-05-30  Richard Henderson  <rth@twiddle.net>
11906         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11907         (PSEUDO_RET_NOERRNO): Remove.
11908         (ret): Don't redefine.
11909         (ret_NOERRNO): Define in terms of ret.
11910         (ret_ERRVAL): Likewise.
11912         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11913         use of PSEUDO_RET; perform the error check directly.
11915 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11917         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11918         with __int128_t.
11920 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11922         * malloc/malloc (malloc_info): Fix formatting.
11924 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11925             Roland McGrath  <roland@hack.frob.com>
11927         * malloc/malloc (malloc_info): Also print mmapped statistics.
11929 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11931         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11932         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11934 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11936         * malloc/malloc.c (malloc_info): Inline mi_arena.
11938 2014-05-29  Richard Henderson  <rth@twiddle.net>
11940         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11941         Remove comma before expanding ASM_ARGS_##nr.
11942         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11943         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11944         of ASM_ARGS_##nr.
11945         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11946         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11947         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11948         (ASM_ARGS_1): Add leading comma.
11950         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11951         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11952         to __errno_location.
11953         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11954         Remove the expected plt for __errno_location.
11956         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11957         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11958         call to __read_tp.
11960         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11961         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11962         it and break it down.
11963         (DOCARGS_0, DOCARGS_1): Do nothing.
11964         (DOCARGS_2): Update to store into the new stack frame.
11965         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11966         (UNDOCARGS_1): Update to restore from the new stack frame.
11967         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11968         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11970         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11971         (SINGLE_THREAD_P): New parameter for result regno.
11972         (PSEUDO): Update to match; use cbz instead of beq.
11974         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11975         Use ENTRY to define the _nocancel entry point.  Share the syscall
11976         and syscall error check paths with the cancel path.
11977         (PSEUDO_END): New.
11979         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11980         whitespace; tabs before and after asm mnemonics.
11982 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11984         [BZ #15132]
11985         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11986         Call fstat64 or stat64 internally, depending on arguments passed.
11987         Replace stat buffer argument with file descriptor argument.
11988         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11989         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11990         Pass fd to __internal_statvfs instead of calling fstat64.
11991         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11992         Pass fd to __internal_statvfs64 instead of calling fstat64.
11993         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11994         Pass -1 to __internal_statvfs instead of calling stat64.
11995         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11996         Pass -1 to __internal_statvfs64 instead of calling stat64.
11998 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12000         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12001         that was previously under [RESET_PID].
12002         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12004         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12005         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12007 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12009         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12011         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12012         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12014 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12016         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12018 2014-05-27  Andreas Schwab  <schwab@suse.de>
12020         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12021         TLS_INIT_TP macro.
12022         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12023         * elf/rtld.c (init_tls, dl_main): Likewise.
12024         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12025         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12026         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12027         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12028         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12029         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12030         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12031         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12032         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12033         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12034         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12035         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12036         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12037         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12038         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12039         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12040         * sysdeps/generic/tls.h: Update description.
12042 2014-05-27  Will Newton  <will.newton@linaro.org>
12044         [BZ #16990]
12045         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12046         and restore r2 rather than just restoring.
12048 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12050         [BZ #16724]
12051         * libio/tst-ftell-append.c: New test case.
12052         * libio/Makefile (tests): Add test case.
12053         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12054         append mode.
12055         * libio/wfileops.c (do_ftell_wide): Likewise.
12057 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12059         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12061         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12062         ...
12063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12065         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12066         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12067         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12068         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12069         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12070         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12071         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12072         Moved ...
12073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12075         Moved ...
12076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12077         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12078         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12079         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12080         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12081         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12082         ...
12083         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12084         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12085         Moved ...
12086         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12087         here.
12088         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12089         ...
12090         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12091         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12092         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12094         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12095         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12096         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12097         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12099         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12100         merge into ...
12101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12102         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12103         ...
12104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12105         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12106         ...
12107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12108         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12109         Moved ...
12110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12111         here.
12112         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12113         Moved ...
12114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12115         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12116         Moved ...
12117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12120         conditional [RESET_PID].
12121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12122         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12123         removed.
12124         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12125         removed.
12127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12128         <tcb-offsets.h>.
12129         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12130         (__libc_vfork): New strong alias.
12131         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12132         removed.
12133         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12134         Removed.
12136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12137         <tcb-offsets.h>.
12138         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12139         (__libc_vfork): New strong alias.
12140         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12141         removed.
12142         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12143         removed.
12145 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12147         * malloc/malloc.c (mi_arena): New function.
12148         (malloc_info): Remove nested function mi_arena. Call non-nosted
12149         function mi_arena.
12151 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12153         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12154         by insrwi.
12155         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12156         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12157         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12158         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12159         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12160         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12161         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12163 2014-05-26  Andreas Schwab  <schwab@suse.de>
12165         [BZ #16984]
12166         * locale/programs/repertoire.c (repertoire_read): Add slash
12167         between I18NPATH element and file name.
12168         * locale/programs/locfile.c (locfile_read): Likewise.
12170 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12172         * nptl/pthread_mutexattr_settype.c
12173         (__pthread_mutexattr_settype):
12174         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12176 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12178         * nptl/tst-mutex5 (do_test):
12179         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12181 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12183         * benchtests/README: Document 'init' directive.
12184         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12185         BENCH_INIT.
12186         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12187         (parse_file): Recognize 'init' directive.
12189 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12191         [BZ #16796]
12192         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12193         alignment of struct pthread.
12195 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12197         [BZ #16878]
12198         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12199         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12200         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12201         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12203 2014-05-25  Richard Henderson  <rth@twiddle.net>
12205         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12206         (SINGLE_THREAD_P_PIC): Remove.
12207         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12208         (SINGLE_THREAD_P_PIC): Remove.
12210         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12211         branch to syscall error ...
12212         (PSEUDO): ... here.
12213         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12214         from __local_syscall_error to .Lsyscall_error.
12215         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12216         (SYSCALL_ERROR): Update label name.
12218         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12219         Do not use DOARGS/UNDOARGS.
12220         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12221         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12222         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12223         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12224         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12226         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12227         block comment.
12229         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12230         define if !NOT_IN_libc.
12231         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12232         define with non-default symbol versions.
12234 2014-05-23  Richard Henderson  <rth@twiddle.net>
12236         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12237         (vfork, __vfork): Define via compat_symbol.
12239         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12240         [!HAVE_IFUNC] (vfork_compat): Remove.
12241         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12243 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12245         [BZ #16978]
12246         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12247         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12248         variable.
12250 2014-05-23  Richard Henderson  <rth@twiddle.net>
12252         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12253         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12254         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12255         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12257         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12258         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12259         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12260         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12261         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12262         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12263         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12264         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12265         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12266         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12267         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12268         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12269         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12270         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12271         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12272         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12273         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12274         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12275         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12276         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12277         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12278         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12279         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12280         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12281         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12282         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12283         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12284         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12285         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12286         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12287         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12288         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12289         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12290         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12291         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12292         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12293         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12294         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12295         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12296         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12297         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12298         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12299         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12300         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12301         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12302         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12303         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12304         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12305         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12306         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12307         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12308         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12309         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12310         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12311         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12312         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12314         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12315         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12316         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12317         before exiting on error.
12318         (__libc_vfork): New strong alias.
12319         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12320         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12322         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12323         that was previously under [RESET_PID].
12324         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12326         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12328 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12330         [BZ #16977]
12331         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12332         value when x - 1 is zero.
12333         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12334         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12335         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12336         0.0L for an argument of 1.0L.
12337         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12338         Likewise.
12339         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12340         value when x - 1 is zero.
12341         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12342         * sysdeps/i386/fpu/libm-test-ulps: Update.
12343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12345 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12347         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12348         alphasort and versionsort.
12350 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12352         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12353         macro.
12354         [copysignf]: Likewise.
12356 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12358         * crypt/md5-crypt.c: Fix formatting.
12360 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12362         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12363         (b64_from_24bit): New function.
12365 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12367         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12368         libc_hidden_builtin_def to ifunc.
12369         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12370         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12372 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12374         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12375         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12377 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12379         * nscd/Depend (linuxthreads): Remove.
12380         (nptl): Add.
12381         * resolv/Depend (linuxthreads): Remove.
12382         * rt/Depend (linuxthreads): Remove.
12384         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12385         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12386         $(common-objpfx)elf/.
12387         (link-libc-before-gnulib): Likewise.
12388         (elfobjdir): Remove variable.
12389         * Makefile (install): Use $(elf-objpfx) instead of
12390         $(common-objpfx)elf/.
12391         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12392         $(elfobjdir)/.
12393         (link-libc-deps): Likewise.
12394         ($(common-objpfx)libc.so): Likewise.
12395         ($(common-objpfx)linkobj/libc.so): Likewise.
12396         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12397         instead of $(common-objpfx)elf/.
12398         (symbolic-link-list): Likewise.
12399         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12400         [$(cross-compiling) = no]: Likewise.
12401         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12402         $(elfobjdir)/.
12403         (static-gnulib-arch): Likewise.
12404         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12405         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12406         $(common-objpfx)elf/.
12408 2014-05-21  Richard Henderson  <rth@redhat.com>
12410         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12411         (SINGLE_THREAD_P): Use the correct width load.  Fold
12412         into the ldr offset.
12414         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12415         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12417 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12419         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12420         (libgcc_s_resume): Use __attribute_used__.
12421         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12422         Likewise.
12424 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12426         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12427         optimization when used with float constants.
12429         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12431 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12433         [BZ #16915]
12434         * locale/nl_langinfo_l.c: Make direct reference to every
12435         _nl_current_CATEGORY symbol.
12436         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12437         (tests-static): Add tst-langinfo-static.
12438         (tests-special): Add tst-langinfo-static.out.
12439         ($(objpfx)tst-langinfo.out): Redirect output.
12440         ($(objpfx)tst-langinfo-static.out): New.
12441         * localedata/tst-langinfo.sh: Send output to stdout.
12442         * localedata/tst-langinfo-static.c: New file.
12444         [BZ #16965]
12445         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12446         when the shift amount is modulo the limb size.
12448 2014-05-20  Richard Henderson  <rth@redhat.com>
12450         [BZ #16967]
12451         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12452         Change type of sa_flags from unsigned int to int.
12454         [BZ #16966]
12455         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12457         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12459 2014-05-20  Will Newton  <will.newton@linaro.org>
12461         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12462         Test the return value of the system call in the nocancel case.
12464 2014-05-20  Will Newton  <will.newton@linaro.org>
12465             Yvan Roux  <yvan.roux@linaro.org>
12467         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12468         #include of asm/ptrace.h.
12469         (PTRACE_GET_THREAD_AREA): Remove #undef.
12470         (PTRACE_GETHBPREGS): Likewise.
12471         (PTRACE_SETHBPREGS): Likewise.
12472         (struct user_regs_struct): New structure.
12473         (struct user_fpsimd_struct): New structure.
12474         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12475         #include of asm/ptrace.h and second #include of sys/user.h.
12476         (PTRACE_GET_THREAD_AREA): Remove #undef.
12477         (PTRACE_GETHBPREGS): Likewise.
12478         (PTRACE_SETHBPREGS): Likewise.
12479         (ELF_NGREG): Use new struct user_regs_struct.
12480         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12482 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12484         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12485         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12487 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12489         [BZ #16958]
12490         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12491         membar to avoid block loads/stores to overlap previous stores.
12493 2014-05-17  Richard Henderson  <rth@redhat.com>
12495         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12496         Create the __##syscall_name##_nocancel entry point.
12497         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12498         Remove; let the sysdep-cancel.h code create it.
12500 2014-05-17  David S. Miller  <davem@davemloft.net>
12502         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12503         Protect with __USE_GNU.
12504         (TIOCSET_TEMPT): Likewise.
12505         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12506         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12507         these are already provided in bits/ioctl-types.h
12509 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12511         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12512         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12514         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12515         Use wait4 regardless of [__NR_waitpid].
12517 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12519         PR libgcc/60166
12520         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12521         (_FP_NANSIGN_Q): Set the quiet bit.
12523 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12525         * benchtests/Makefile
12526         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12527         not $(common-objpfx)math/libm.so.
12528         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12529         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12530         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12531         $(common-objpfx)dlfcn/libdl.so.
12532         ($(objpfx)tst-audit8): Depend on $(libm), not
12533         $(common-objpfx)math/libm.so.
12534         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12535         not $(common-objpfx)dlfcn/libdl.so.
12536         * math/Makefile
12537         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12538         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12539         [$(build-shared) = yes].
12540         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12541         $(common-objpfx)nptl/libpthread.so.
12542         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12543         $(common-objpfx)math/libm.so$(libm.so-version) or
12544         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12545         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12546         $(common-objpfx)dlfcn/libdl.so.
12547         * setjmp/Makefile (link-libm): Remove variable.
12548         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12549         * stdio-common/Makefile (link-libm): Remove variable.
12550         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12551         * stdlib/Makefile (link-libm): Remove variable.
12552         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12553         ($(objpfx)tst-strtod-round): Likewise.
12554         ($(objpfx)tst-tininess): Likewise.
12555         ($(objpfx)tst-strtod-underflow): Likewise.
12556         ($(objpfx)tst-strtod6): Likewise.
12557         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12558         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12559         $(common-objpfx)dlfcn/libdl.so.
12561 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12563         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12564         BSD terminal modes definitions.
12566 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12568         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12569         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12571         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12572         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12573         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12574         Don't do #include_next.
12575         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12576         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12577         Don't do #include_next.
12578         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12579         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12580         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12581         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12583 2014-05-16  Allan McRae  <allan@archlinux.org>
12585         * po/sv.po: Update Swedish translation from translation project.
12587         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12588         in sed expression.
12590 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12592         [BZ #16917]
12593         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12594         errno if the TIOCGPTN ioctl fails with an error different than
12595         EINVAL.
12596         * login/tst-ptsname.c: New file.
12597         * login/Makefile (tests): Add tst-ptsname.
12599         [BZ #16943]
12600         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12601         and prlimit64.
12603 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12605         [BZ #16849]
12606         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12607         herrno to return EAI_AGAIN.
12609 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12611         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12612         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12613         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12614         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12615         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12616         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12617         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12618         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12619         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12620         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12621         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12622         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12623         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12624         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12625         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12626         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12627         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12628         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12629         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12630         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12631         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12632         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12633         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12634         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12635         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12636         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12637         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12638         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12639         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12640         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12641         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12642         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12643         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12644         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12645         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12646         Moved ...
12647         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12649         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12650         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12651         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12652         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12653         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12655         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12656         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12657         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12658         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12659         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12660         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12661         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12663         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12664         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12665         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12666         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12667         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12669         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12671         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12672         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12673         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12675         Moved ...
12676         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12678         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12680         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12682         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12683         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12684         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12686         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12687         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12688         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12689         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12690         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12691         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12692         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12693         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12694         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12695         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12696         Moved ...
12697         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12699         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12701         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12702         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12703         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12704         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12705         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12706         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12707         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12708         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12709         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12710         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12711         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12712         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12713         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12714         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12715         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12716         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12717         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12718         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12719         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12720         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12721         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12722         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12723         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12724         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12725         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12726         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12727         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12728         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12729         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12730         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12731         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12733         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12734         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12736         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12737         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12738         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12739         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12740         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12741         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12742         Moved ...
12743         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12744         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12745         Moved ...
12746         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12747         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12748         Moved ...
12749         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12750         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12751         Moved ...
12752         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12753         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12754         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12755         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12756         Moved ...
12757         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12758         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12759         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12760         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12761         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12762         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12763         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12764         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12765         Moved ...
12766         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12767         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12768         Moved ...
12769         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12770         ... here.
12771         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12772         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12773         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12774         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12775         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12776         Moved ...
12777         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12778         ... here.
12779         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12780         Moved ...
12781         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12782         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12783         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12784         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12785         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12786         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12787         Moved ...
12788         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12789         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12790         Moved ...
12791         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12792         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12793         Moved ...
12794         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12795         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12796         Moved ...
12797         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12798         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12799         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12800         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12801         Moved ...
12802         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12803         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12804         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12805         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12806         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12807         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12808         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12809         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12810         Moved ...
12811         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12812         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12813         Moved ...
12814         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12815         ... here.
12816         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12817         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12818         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12819         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12820         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12821         Moved ...
12822         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12823         ... here.
12824         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12825         Moved ...
12826         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12827         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12828         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12829         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12830         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12831         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12832         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12833         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12834         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12835         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12836         Moved ...
12837         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12838         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12839         Moved ...
12840         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12841         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12842         Moved ...
12843         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12844         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12845         Moved ...
12846         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12847         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12848         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12849         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12850         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12851         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12852         Moved ...
12853         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12854         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12855         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12856         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12857         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12858         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12859         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12860         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12861         Moved ...
12862         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12863         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12864         Moved ...
12865         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12866         ... here.
12867         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12868         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12869         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12870         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12871         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12872         Moved ...
12873         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12874         ... here.
12875         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12876         Moved ...
12877         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12878         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12879         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12880         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12881         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12882         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12883         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12884         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12885         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12886         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12887         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12889         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12890         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12892         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12893         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12895         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12896         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12897         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12898         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12899         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12900         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12901         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12902         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12903         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12904         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12905         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12906         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12907         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12908         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12909         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12910         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12911         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12912         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12913         Moved ...
12914         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12915         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12916         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12917         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12918         Moved ...
12919         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12920         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12921         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12922         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12923         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12925         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12926         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12927         Moved ...
12928         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12929         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12930         Moved ...
12931         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12932         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12933         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12934         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12935         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12936         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12937         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12938         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12939         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12940         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12941         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12942         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12943         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12944         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12945         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12946         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12947         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12949         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12950         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12951         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12952         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12953         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12955         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12956         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12957         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12958         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12959         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12960         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12961         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12962         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12963         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12964         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12966         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12967         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12969         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12970         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12971         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12972         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12973         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12974         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12975         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12976         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12977         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12978         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12979         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12980         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12981         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12982         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12983         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12984         Update #include.
12985         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12986         Likewise.
12987         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12988         Likewise.
12989         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12990         Likewise.
12991         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12992         Likewise.
12993         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12994         Likewise.
12995         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12996         Likewise.
12997         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12998         Likewise.
12999         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13000         Likewise.
13001         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13002         Likewise.
13003         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13004         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13005         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13006         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13007         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13008         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13009         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13010         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13011         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13012         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13013         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13014         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13015         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13016         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13017         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13019         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13020         that was previously under [RESET_PID].
13021         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13022         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13023         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13025         * sysdeps/i386/nptl/Implies: New file.
13026         * sysdeps/x86_64/nptl/Implies: New file.
13027         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13028         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13029         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13030         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13032         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13033         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13034         (__libc_vfork): New strong alias.
13035         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13036         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13038         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13039         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13040         (__libc_vfork): New strong alias.
13041         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13042         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13044         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13045         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13046         (__libc_vfork): New strong alias.
13047         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13048         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13049         * nptl/pt-vfork.c: New file.
13050         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13051         (libpthread: GLIBC_2.20): New version set (empty).
13053 2014-05-14  Will Newton  <will.newton@linaro.org>
13055         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13056         rather than #if.
13058 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13060         [BZ #16564]
13061         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13062         arguments with exponent 65 or above.
13063         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13064         arguments 0x1p113L or above.
13065         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13066         to arguments 0x1p107L or above.
13067         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13068         positive arguments with exponent 65 or above.
13069         * math/auto-libm-test-in: Add more tests of log1p.
13070         * math/auto-libm-test-out: Regenerated.
13072         [BZ #16928]
13073         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13074         non-finite arguments is +0.
13075         * math/s_cacosf.c (__cacosf): Likewise.
13076         * math/s_cacosl.c (__cacosl): Likewise.
13077         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13078         * sysdeps/i386/fpu/libm-test-ulps: Update.
13079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13081         [BZ #16927]
13082         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13083         value.
13084         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13085         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13086         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13087         for explicit high bit of mantissa when testing for argument equal
13088         to 1.
13089         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13090         * sysdeps/i386/fpu/libm-test-ulps: Update.
13091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13093         [BZ #16516]
13094         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13095         (__erf): Scale by 16 instead of 8 in potentially underflowing
13096         case.  Ensure exception if result actually underflows.
13097         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13098         (__erff): Scale by 16 instead of 8 in potentially underflowing
13099         case.  Ensure exception if result actually underflows.
13100         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13101         (efx8): Remove variable.
13102         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13103         case.  Ensure exception if result actually underflows.
13104         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13105         (efx8): Remove variable.
13106         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13107         case.  Ensure exception if result actually underflows.
13108         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13109         (efx8): Remove variable.
13110         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13111         case.  Ensure exception if result actually underflows.
13112         * math/auto-libm-test-in: Add more tests of erf.
13113         * math/auto-libm-test-out: Regenerated.
13115 2014-05-14  Andreas Schwab  <schwab@suse.de>
13117         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13118         Remove code conditionalized on USE___THREAD.
13120         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13121         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13122         not definedness.
13124 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13126         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13127         Define unconditionally.
13128         (__ASSUME_O_CLOEXEC): Likewise.
13129         (__ASSUME_SOCK_CLOEXEC): Likewise.
13130         (__ASSUME_IN_NONBLOCK): Likewise.
13131         (__ASSUME_PIPE2): Likewise.
13132         (__ASSUME_EVENTFD2): Likewise.
13133         (__ASSUME_SIGNALFD4): Likewise.
13134         (__ASSUME_DUP3): Likewise.
13135         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13136         (__ASSUME_DUP3): Do not define.
13137         (__ASSUME_EVENTFD2): Likewise.
13138         (__ASSUME_IN_NONBLOCK): Likewise.
13139         (__ASSUME_O_CLOEXEC): Likewise.
13140         (__ASSUME_PIPE2): Likewise.
13141         (__ASSUME_SIGNALFD4): Likewise.
13142         (__ASSUME_SOCK_CLOEXEC): Likewise.
13143         (__ASSUME_UTIMES): Undefine.
13144         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13145         (__ASSUME_UTIMES): Do not define.
13146         (__ASSUME_O_CLOEXEC): Likewise.
13147         (__ASSUME_SOCK_CLOEXEC): Likewise.
13148         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13149         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13150         0x020621].
13151         (__ASSUME_PIPE2): Likewise.
13152         (__ASSUME_EVENTFD2): Likewise.
13153         (__ASSUME_SIGNALFD4): Likewise.
13154         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13155         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13156         Do not define.
13157         (__ASSUME_EVENTFD2): Likewise.
13158         (__ASSUME_SIGNALFD4): Likewise.
13159         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13160         (__ASSUME_32BITUIDS): Likewise.
13161         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13162         (__ASSUME_IPC64): Likewise.
13163         (__ASSUME_ST_INO_64_BIT): Likewise.
13164         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13165         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13166         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13167         (__ASSUME_UTIMES): Do not define.
13168         (__ASSUME_PSELECT): Likewise.
13169         (__ASSUME_PPOLL): Likewise.
13170         (__ASSUME_O_CLOEXEC): Likewise.
13171         (__ASSUME_SOCK_CLOEXEC): Likewise.
13172         (__ASSUME_IN_NONBLOCK): Likewise.
13173         (__ASSUME_PIPE2): Likewise.
13174         (__ASSUME_EVENTFD2): Likewise.
13175         (__ASSUME_SIGNALFD4): Likewise.
13176         (__ASSUME_DUP3): Likewise.
13177         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13178         (__ASSUME_UTIMES): Likewise.
13179         (__ASSUME_O_CLOEXEC): Likewise.
13180         (__ASSUME_SOCK_CLOEXEC): Likewise.
13181         (__ASSUME_IN_NONBLOCK): Likewise.
13182         (__ASSUME_PIPE2): Likewise.
13183         (__ASSUME_EVENTFD2): Likewise.
13184         (__ASSUME_SIGNALFD4): Likewise.
13185         (__ASSUME_DUP3): Likewise.
13186         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13187         (__ASSUME_UTIMES): Likewise.
13188         (__ASSUME_O_CLOEXEC): Likewise.
13189         (__ASSUME_SOCK_CLOEXEC): Likewise.
13190         (__ASSUME_IN_NONBLOCK): Likewise.
13191         (__ASSUME_PIPE2): Likewise.
13192         (__ASSUME_EVENTFD2): Likewise.
13193         (__ASSUME_SIGNALFD4): Likewise.
13194         (__ASSUME_DUP3): Likewise.
13195         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13196         Likewise.
13197         (__ASSUME_UTIMES): Likewise.
13198         (__ASSUME_EVENTFD2): Likewise.
13199         (__ASSUME_SIGNALFD4): Likewise.
13200         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13201         (__ASSUME_O_CLOEXEC): Likewise.
13202         (__ASSUME_SOCK_CLOEXEC): Likewise.
13203         (__ASSUME_IN_NONBLOCK): Likewise.
13204         (__ASSUME_PIPE2): Likewise.
13205         (__ASSUME_EVENTFD2): Likewise.
13206         (__ASSUME_SIGNALFD4): Likewise.
13207         (__ASSUME_DUP3): Likewise.
13208         (__ASSUME_UTIMES): Undefine.
13210         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13211         feclearexcept.  Remove symbol versioning code.
13212         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13213         symbol versioning code.
13214         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13215         symbol versioning code.
13216         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13217         feupdateenv.  Remove symbol versioning code.
13218         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13219         fegetexceptflag.  Remove symbol versioning code.
13220         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13221         fesetexceptflag.  Remove symbol versioning code.
13222         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13223         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13224         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13225         (__posix_fadvise64_l32): Remove prototype.
13226         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13227         code.
13229 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13231         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13232         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13233         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13234         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13236 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13238         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13239         current working directory
13241 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13243         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13244         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13245         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13246         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13247         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13248         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13249         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13250         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13251         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13252         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13253         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13254         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13255         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13256         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13257         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13258         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13259         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13260         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13261         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13262         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13263         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13264         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13265         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13266         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13267         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13268         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13269         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13270         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13271         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13272         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13273         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13274         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13275         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13276         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13277         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13278         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13279         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13280         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13281         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13282         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13283         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13284         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13286         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13287         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13289         * sysdeps/unix/sysv/linux/arm/Makefile
13290         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13291         Add rt-aeabi_unwind_cpp_pr1.
13292         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13293         Add nptl-aeabi_unwind_cpp_pr1.
13294         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13295         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13296         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13297         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13298         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13299         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13301         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13302         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13303         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13304         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13306         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13307         Deconditionalize the code that was previously under [RESET_PID].
13308         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13310         * sysdeps/generic/exit-thread.h: New file.
13311         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13312         * include/unistd.h (__exit_thread): Remove declaration.
13313         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13314         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13315         * csu/libc-start.c: Include <exit-thread.h>.
13316         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13317         * nptl/pthread_create.c: Include <exit-thread.h>.
13318         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13319         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13320         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13321         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13322         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13323         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13324         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13325         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13326         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13327         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13328         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13329         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13330         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13331         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13332         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13333         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13334         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13336 2014-05-13  Andreas Schwab  <schwab@suse.de>
13338         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13340 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13342         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13343         (__ASSUME_UTIMES): Do not condition on kernel version.
13344         (__ASSUME_PSELECT): Define unconditionally.
13345         (__ASSUME_PPOLL): Likewise.
13346         (__ASSUME_ATFCTS): Likewise.
13347         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13348         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13349         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13350         (__ASSUME_UTIMENSAT): Define unconditionally.
13351         (__ASSUME_PRIVATE_FUTEX): Likewise.
13352         (__ASSUME_FALLOCATE): Likewise.
13353         (__ASSUME_O_CLOEXEC): Likewise.
13354         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13355         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13356         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13357         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13358         (__ASSUME_IN_NONBLOCK): Likewise.
13359         (__ASSUME_PIPE2): Likewise.
13360         (__ASSUME_EVENTFD2): Likewise.
13361         (__ASSUME_SIGNALFD4): Likewise.
13362         (__ASSUME_DUP3): Likewise.
13363         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13364         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13365         (__ASSUME_AT_RANDOM): Likewise.
13366         (__ASSUME_PREADV): Likewise.
13367         (__ASSUME_PWRITEV): Likewise.
13368         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13369         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13370         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13371         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13372         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13373         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13374         (__ASSUME_O_CLOEXEC): Define unconditionally.
13375         (__ASSUME_PSELECT): Do not undefine conditionally.
13376         (__ASSUME_PPOLL): Likewise.
13377         (__ASSUME_ATFCTS): Likewise.
13378         (__ASSUME_SET_ROBUST_LIST): Likewise.
13379         (__ASSUME_UTIMENSAT): Likewise.
13380         (__ASSUME_FDATASYNC): Define unconditionally.
13381         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13382         (__ASSUME_SIGFRAME_V2): Likewise.
13383         )__ASSUME_EVENTFD2): Likewise.
13384         (__ASSUME_SIGNALFD4): Likewise.
13385         (__ASSUME_PSELECT): Do not undefine conditionally.
13386         (__ASSUME_PPOLL): Likewise.
13387         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13388         (__ASSUME_PSELECT): Define unconditionally.
13389         (__ASSUME_PPOLL): Likewise.
13390         (__ASSUME_O_CLOEXEC): Likewise.
13391         (__ASSUME_SOCK_CLOEXEC): Likewise.
13392         (__ASSUME_IN_NONBLOCK): Likewise.
13393         (__ASSUME_PIPE2): Likewise.
13394         (__ASSUME_EVENTFD2): Likewise.
13395         (__ASSUME_SIGNALFD4): Likewise.
13396         (__ASSUME_DUP3): Likewise.
13397         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13398         (__ASSUME_O_CLOEXEC): Likewise.
13399         (__ASSUME_SOCK_CLOEXEC): Likewise.
13400         (__ASSUME_IN_NONBLOCK): Likewise.
13401         (__ASSUME_PIPE2): Likewise.
13402         (__ASSUME_EVENTFD2): Likewise.
13403         (__ASSUME_SIGNALFD4): Likewise.
13404         (__ASSUME_DUP3): Likewise.
13405         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13406         (__ASSUME_EVENTFD2): Likewise.
13407         (__ASSUME_SIGNALFD4): Likewise.
13408         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13410 2014-05-12  Andreas Schwab  <schwab@suse.de>
13412         [BZ #16932]
13413         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13414         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13415         than maximum RPC packet size.
13416         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13417         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13418         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13419         (_nss_nis_getservbyport_r): Likewise.
13421 2014-05-12  Will Newton  <will.newton@linaro.org>
13423         * malloc/Makefile (tests): Add tst-mallopt.
13424         * malloc/tst-mallopt.c: New file.
13426 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13428         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13429         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13431 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13433         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13434         (tst-tlsmod6.so): Likewise.
13436 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13438         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13440 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13442         [BZ #16064]
13443         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13444         and <dl-procinfo.h>.
13445         (__fegetenv): Save SSE state in envp->__eip if supported.
13446         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13447         envp->__eip if supported.
13448         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13449         and <dl-procinfo.h>.
13450         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13451         __data_offset and __data_selector in environment to 0.  Set SSE
13452         state if supported.
13453         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13454         test-fenv-sse.
13455         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13456         -mfpmath=sse.
13457         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13459 2014-05-09  Will Newton  <will.newton@linaro.org>
13461         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13462         and libc_relro_required for ARM.
13463         * sysdeps/arm/preconfigure: Regenerate.
13465 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13466             Stefan Liebler  <stli@linux.vnet.ibm.com>
13468         * config.make.in (enable-lock-elision): New Makefile variable.
13469         * configure.ac: Likewise.
13470         * configure: Regenerate.
13471         * sysdeps/s390/configure.ac:
13472         Add check for gcc transactions support.
13473         * sysdeps/s390/configure: Regenerate.
13474         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13475         Build elision files if enabled.
13476         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13477         Add lock elision support for s390.
13478         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13479         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13480         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13481         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13482         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13483         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13484         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13485         Likewise.
13486         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13487         Likewise.
13488         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13489         Likewise.
13490         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13491         Likewise.
13492         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13493         (__lll_timedlock_elision, __lll_lock_elision)
13494         (__lll_unlock_elision, __lll_trylock_elision)
13495         (lll_timedlock_elision, lll_lock_elision)
13496         (lll_unlock_elision, lll_trylock_elision): Add.
13497         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13498         (pthread_mutex_t): Add lock elision support for s390.
13500 2014-05-14  Wilco  <wdijkstr@arm.com>
13502         * sysdeps/arm/fclrexcpt.c: Cleanup.
13503         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13504         * sysdeps/arm/feenablxcpt.c: Cleanup.
13505         * sysdeps/arm/fegetenv.c: Cleanup.
13506         * sysdeps/arm/fegetexcept.c: Cleanup.
13507         * sysdeps/arm/fegetround.c: Cleanup.
13508         * sysdeps/arm/feholdexcpt.c: Cleanup.
13509         * sysdeps/arm/fesetenv.c: Cleanup.
13510         * sysdeps/arm/fesetround.c: Cleanup.
13511         * sysdeps/arm/feupdateenv.c: Cleanup.
13512         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13513         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13514         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13515         * sysdeps/arm/ftestexcept.c: Cleanup.
13516         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13517         * sysdeps/arm/setfpucw.c: Cleanup.
13519 2014-05-09  Will Newton  <will.newton@linaro.org>
13521         * sysdeps/arm/armv7/strcmp.S: New file.
13522         * NEWS: Mention addition of ARMv7 optimized strcmp.
13524 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13526         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13527         look for %.ac rather than %.in.
13529         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13530         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13531         * sysdeps/mach/hurd/configure: Regenerated.
13532         * sysdeps/unix/sysv/linux/configure: Regenerated.
13534         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13536 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13538         [BZ# 16922]
13539         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13540         (LONG_SUB): Ditto.
13541         (PTR_SUB): Ditto.
13543 2014-05-07  Andreas Schwab  <schwab@suse.de>
13545         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13546         when skipping over non-matching result from nscd.
13548 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13550         [BZ #16876]
13551         * nptl/sockperf.c (client): Check socket return value.
13553         [BZ #16877]
13554         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13555         nscd security class.
13557 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13559         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13560         * sysdeps/arm/unwind.h: ... here.
13562 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13564         [BZ# 16916]
13565         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13566         Define.
13568 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13570         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13571         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13572         multiarch strncpy for PPC64.
13573         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13574         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13575         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13576         multiarch optimizations.
13577         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13578         (__libc_ifunc_impl_list): Likewise.
13579         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13580         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13581         multiarch stpncpy for PPC64.
13582         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13583         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13585 2014-05-06  Andreas Schwab  <schwab@suse.de>
13587         [BZ #16912]
13588         * gmon/mcount.c (_MCOUNT_DECL): Use
13589         atomic_compare_and_exchange_bool_acq instead of
13590         catomic_compare_and_exchange_bool_acq.
13592 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13594         * elf/Makefile (others, install-bin): Remove pldd.
13595         (pldd-modules): Variable removed.
13596         ($(objpfx)pldd): Target removed.
13597         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13598         (others, install-bin): Append pldd here.
13599         ($(objpfx)pldd): New target.
13601         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13602         to 0, so the first #if test emitted later doesn't see it undefined.
13603         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13604         * sysdeps/gnu/errlist.c: Regenerated.
13606 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13608         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13609         [libc_hidden_builtin_def]: Define to empty value.
13610         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13611         [libc_hidden_builtin_def]: Likewise.
13612         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13613         [libc_hidden_builtin_def]: Likewise.
13614         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13615         [libc_hidden_builtin_def]: Likewise.
13616         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13617         __redirect_memcpy and define ifunc as default hidden symbol.
13618         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13619         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13621 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13623         * locale/iso-4217.def: Reintroduce XDR currency.
13625 2014-05-04  Allan McRae  <allan@archlinux.org>
13627         * po/eo.po: Update Esperanto translation from translation project.
13629 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13631         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13632         and FEATURE_INDEX_MAX to 1.
13633         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13635 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13637         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13638         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13639         * iconvdata/big5.c (ONE_DIRECTION): Define.
13640         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13641         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13642         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13643         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13644         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13645         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13646         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13647         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13648         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13649         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13650         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13651         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13652         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13653         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13654         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13655         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13656         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13657         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13658         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13659         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13660         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13661         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13662         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13663         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13664         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13665         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13666         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13667         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13668         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13669         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13670         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13671         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13672         * iconvdata/johab.c (ONE_DIRECTION): Define.
13673         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13674         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13675         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13676         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13677         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13678         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13679         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13680         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13681         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13682         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13684 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13686         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13687         (_IO_JUMPS_OFFSET): Define to 0.
13689         * nptl/sysdeps/pthread/bits/libc-lock.h
13690         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13691         (__libc_lock_define_initialized_recursive): Always define using
13692         initializer.  Modern compilers treat uninitialized (implicit zero) and
13693         explicit zero initializers the same (i.e. put the datum in bss).
13695 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13697         * nscd/nscd-client.h: Include <string.h>.
13699 2014-05-01  David S. Miller  <davem@davemloft.net>
13701         [BZ #16885]
13702         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13703         multiple zero bytes exist at the end of a string.
13704         Reported by Aurelien Jarno <aurelien@aurel32.net>
13706         * string/test-strcmp.c (check): Add explicit test for situations where
13707         there are multiple zero bytes after the first.
13709 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13711         [BZ #16890]
13712         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13713         when compiling wprintf.
13714         * stdio-common/tstdiomisc.c (t3): New function.
13715         (main): Call it.
13717 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13719         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13720         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13721         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13722         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13724 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13726         * stdlib/longlong.h: Updated from GCC.
13728 2014-05-01  Will Newton  <will.newton@linaro.org>
13729             Bernard Ogden  <bernie.ogden@linaro.org>
13731         * NEWS: Update fixed bug list.
13733         [BZ #15119]
13734         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13736 2014-04-30  David S. Miller  <davem@davemloft.net>
13738         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13739         (libc_feholdexcept_setround_sparc_ctx): New function.
13740         (libc_fesetenv_sparc_ctx): Likewise.
13741         (libc_feupdateenv_sparc_ctx): Likewise.
13742         (libc_feholdsetround_sparc_ctx): Likewise.
13743         (libc_feholdexcept_setround_ctx): Define.
13744         (libc_feholdexcept_setroundf_ctx): Likewise.
13745         (libc_feholdexcept_setroundl_ctx): Likewise.
13746         (libc_fesetenv_ctx): Likewise.
13747         (libc_fesetenvf_ctx): Likewise.
13748         (libc_fesetenvl_ctx): Likewise.
13749         (libc_feupdateenv_ctx): Likewise.
13750         (libc_feupdateenvf_ctx): Likewise.
13751         (libc_feupdateenvl_ctx): Likewise.
13752         (libc_feresetround_ctx): Likewise.
13753         (libc_feresetroundf_ctx): Likewise.
13754         (libc_feresetroundl_ctx): Likewise.
13755         (libc_feholdsetround_ctx): Likewise.
13756         (libc_feholdsetroundf_ctx): Likewise.
13757         (libc_feholdsetroundl_ctx): Likewise.
13759         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13760         with __USE_GNU instead of XOPEN cpp guards.
13762         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13763         0.
13765         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13766         with XOPEN cpp guards.
13768 2014-04-30  Julian Brown  <julian@codesourcery.com>
13770         [BZ #16888]
13771         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13772         handling.
13774 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13776         [BZ #9894]
13777         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13778         Change to 2.6.32.
13779         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13780         * sysdeps/unix/sysv/linux/configure: Regenerated.
13781         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13782         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13783         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13784         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13785         * README: Update reference to required Linux kernel version.
13786         * manual/install.texi (Linux): Update reference to required Linux
13787         kernel headers version.
13788         * INSTALL: Regenerated.
13790         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13791         header inclusion.
13792         [POSIX] (limits.h): Likewise.
13793         [POSIX] (math.h): Likewise.
13794         [POSIX] (sys/wait.h): Likewise.
13795         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13796         function.
13797         [POSIX] (stddef.h): Do not allow header inclusion.
13799 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13801         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13803 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13805         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13806         Return immediately after lll_futex_wake.
13808 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13810         [BZ #16791]
13811         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13812         structure.
13813         (datahead_init_pos): Call datahead_init_common early.
13814         (datahead_init_neg): Likewise.
13816         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13817         datahead_init_neg): New functions.
13818         * nscd/aicache.c (addhstaiX): Use them.
13819         * nscd/grpcache.c (cache_addgr): Likewise.
13820         * nscd/hstcache.c (cache_addhst): Likewise.
13821         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13822         * nscd/netgroupcache.c (do_notfound): Likewise.
13823         (addgetnetgrentX): Likewise.
13824         (addinnetgrX): Likewise.
13825         * nscd/pwdcache.c (cache_addpw): Likewise.
13826         * nscd/servicescache.c (cache_addserv): Likewise.
13828 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13829             Atsushi Onoe  <atsushi@onoe.org>
13831         [BZ #14308]
13832         [BZ #12994]
13833         [BZ #13651]
13834         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13835         one response is valid.
13836         * resolv/res_send.c (send_dg): Check for validity of other
13837         response if the current response is a referral.
13839 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13841         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13843 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13845         [BZ #16823]
13846         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13847         Always divide by positive zero when computing -Inf result.
13848         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13849         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13851 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13853         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13854         FPSCR if value do not change.
13855         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13856         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13857         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13858         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13859         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13860         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13861         function.
13863 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13865         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13866         * sysdeps/unix/sysv/linux/hppa: Move directory from
13867         ports/systeps/unix/sysv/linux/hppa.
13868         * README: Update listing for hppa-*-linux-gnu.
13870 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13872         [BZ #16754]
13873         * manual/stdio.texi (Hook functions): Fix types of stream hook
13874         functions.
13875         [BZ #16854]
13876         * socket/sys/socket.h: Fix typo in comment.
13878 2014-04-28  Wilco  <wdijkstr@arm.com>
13880         * sysdeps/arm/fenv_private.h: New file.
13881         * sysdeps/arm/math_private.h: New file.
13882         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13884 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13886         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13887         with __int128_t.
13888         (La_x86_64_retval): Likewise.
13890 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13892         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13893         fpsr if value didn't change.
13894         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13895         to fpcr if value didn't change.
13896         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13897         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13898         fpsr or fpcr if value didn't change.
13899         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13900         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13901         fpcr if value didn't change.
13902         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13903         to fpsr if value didn't change.
13905 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13907         * nptl/tst-sem3.c: Use test-skeleton.c
13908         (main): Rename to do_test.  Use return instead of
13909         exit.
13910         * nptl/tst-sem4.c: Use test-skeleton.c
13911         (main): Rename to do_test.
13913 2014-04-22  David S. Miller  <davem@davemloft.net>
13915         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13916         (struct sigaction): New struct member __glibc_reserved0, change
13917         type of sa_flags to int.
13919 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13921         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13922         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13924 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13926         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13927         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13929 2014-04-22  Will Newton  <will.newton@linaro.org>
13930             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13932         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13933         (__longjmp): Add longjmp and longjmp_target SystemTap
13934         probes.
13935         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13936         (__sigsetjmp): Add setjmp SystemTap probe.
13938 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13940         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13941         match manual order.
13943 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13945         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13947         * sysdeps/powerpc/fpu/fenv_private.h
13948         (libc_feholdexcept_setroundl_ctx): Define to
13949         libc_feholdexcept_setround_ppc_ctx.
13950         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13951         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13952         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13953         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13955 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13957         * sysdeps/aarch64/math-tests.h: New file.
13959 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13961         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13962         New.
13963         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13964         Check and set bit_AVX2_Usable.
13965         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13966         macro.
13967         (bit_AVX2): Likewise.
13968         (index_AVX2_Usable): Likewise.
13969         (CPUID_AVX2): Likewise.
13970         (HAS_AVX2): Likewise.
13972 2014-04-17  Will Newton  <will.newton@linaro.org>
13974         * manual/setjmp.texi (System V contexts): Add note that
13975         calling setcontext on a context created by a call to a
13976         signal handler is undefined.  Update text to note that
13977         setcontext from a signal handler is possible but not
13978         recommended.
13980         [BZ #16629]
13981         * stdlib/tst-setcontext.c: Include signal.h.
13982         (main): Check that the signal stack before and
13983         after swapcontext is the same.
13985         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13986         Re-implement to restore registers in user code and avoid
13987         rt_sigreturn system call.
13989 2014-04-17  Wilco  <wdijkstr@arm.com>
13991         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13992         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13993         * math/test-fenv.c: Skip exception trap tests on targets which only
13994         support non-stop mode.
13996 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13997             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13999         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14000         (libc_feholdsetround_aarch64_ctx)
14001         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14002         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14003         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14004         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14005         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14006         (libc_feresetround_noexl_ctx): Define.
14008 2014-04-16  Richard Henderson  <rth@redhat.com>
14010         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14012         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14013         unwind tables.
14015         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14016         const from the non-libc, non-ldso copy.
14018         * sysdeps/alpha/libm-test-ulps: Regenerate.
14020 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14021             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14023         * sysdeps/aarch64/fpu/math_private.h: New file.
14025 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14027         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14029 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14031         [BZ #16275]
14032         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14033         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14034         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14035         Intel MPX bound registers before _dl_profile_fixup.
14036         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14037         registers after _dl_profile_fixup.  Save and restore bound
14038         registers bnd0/bnd1 when calling _dl_call_pltexit.
14039         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14040         (LR_BND_OFFSET): Likewise.
14041         (LRV_BND0_OFFSET): Likewise.
14042         (LRV_BND1_OFFSET): Likewise.
14044 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14046         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14047         to...
14048         * sysdeps/mach/hurd/i386/tls.h: ... here.
14049         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14050         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14051         fields.
14053 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14055         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14057 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14059         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14061 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14063         [BZ #14770]
14064         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14065         * sysdeps/s390/configure: Regenerate.
14067         [BZ #16824]
14068         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14069         Set round-to-nearest internally to reduce error accumulation.
14071 2014-04-16  Alan Modra  <amodra@gmail.com>
14073         [BZ #16740]
14074         [BZ #16619]
14075         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14076         * math/libm-test.inc (frexp_test_data): Add tests.
14077         * NEWS: Update fixed bug list.
14079 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14081         * benchtests/Makefile: Depend on libraries in build directory.
14082         (bench-math): Separate out math tests.
14083         (bench-pthread): Separate out pthread tests.
14084         (bench): Include math and pthread tests.
14086 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14088         [BZ #16831]
14089         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14090         _dl_debug_initialize.
14092         * configure.ac: Remove SELinux header check.
14093         * configure: Regenerate.
14094         * nscd/selinux.c (perms): Array of const char* to permission names.
14095         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14096         default policy. Call string_to_security_class and string_to_av_perm to
14097         translate strings. Enforce default policy and call avs_has_perm with
14098         results of translated strings.
14100 2014-04-13  David S. Miller  <davem@davemloft.net>
14102         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14104 2014-04-12  Allan McRae  <allan@archlinux.org>
14106         [BZ #16838]
14107         * manual/string.texi (Collation Functions): Fix qsort argument
14108         order in example.
14109         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14111 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14113         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14114         Make the test a no-op if there are no exceptions defined.
14116 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14118         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14119         enable-hardcoded-path-in-tests
14121 2014-04-11  Will Newton  <will.newton@linaro.org>
14123         * benchtests/Makefile (extra-objs): Add json-lib.o.
14124         (bench-func): Tidy up JSON output.
14125         * benchtests/bench-skeleton.c: Include json-lib.h.
14126         (main): Use JSON library functions to do output of
14127         benchmark results.
14128         * benchtests/bench-timing-type.c (main): Output the
14129         timing type simply, leaving formatting to the user.
14130         * benchtests/json-lib.c: New file.
14131         * benchtests/json-lib.h: Likewise.
14133 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14135         [BZ #15215]
14136         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14137         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14138         memory barriers.  Add comments.
14139         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14140         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14141         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14142         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14143         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14144         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14146 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14148         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14149         * sysdeps/s390/s390-64/configure.ac: ... this ...
14150         * sysdeps/s390/configure.ac: ... to here.
14151         * sysdeps/s390/s390-32/configure: Delete file.
14152         * sysdeps/s390/s390-64/configure: Delete file.
14153         * sysdeps/s390/configure: Regenerate.
14155 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14157         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14159 2014-04-11  Will Newton  <will.newton@linaro.org>
14161         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14162         to zero if it is not defined elsewhere.  (mtrim): Test
14163         the value of MALLOC_DEBUG with #if rather than #ifdef.
14165 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14167         * benchtests/pthread_once-inputs: New file.
14168         * benchtests/pthread_once-source.c: New file.
14169         * benchtests/README: Update documentation.
14171 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14172             H.J. Lu  <hongjiu.lu@intel.com>
14174         [BZ #16275]
14175         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14176         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14177         * sysdeps/x86_64/configure: Regenerated.
14178         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14179         macro.
14180         (REGISTER_SAVE_RAX): Likewise.
14181         (REGISTER_SAVE_RCX): Likewise.
14182         (REGISTER_SAVE_RDX): Likewise.
14183         (REGISTER_SAVE_RSI): Likewise.
14184         (REGISTER_SAVE_RDI): Likewise.
14185         (REGISTER_SAVE_R8): Likewise.
14186         (REGISTER_SAVE_R9): Likewise.
14187         (REGISTER_SAVE_BND0): Likewise.
14188         (REGISTER_SAVE_BND1): Likewise.
14189         (REGISTER_SAVE_BND2): Likewise.
14190         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14191         bound registers when calling _dl_fixup.
14193 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14195         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14196         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14197         of its definition.
14198         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14199         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14200         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14201         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14202         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14203         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14204         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14206 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14208         [BZ #15514]
14209         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14210         pathconf(_PC_NAME_MAX).
14212 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14214         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14215         Remove macro usage.
14216         (__PTHREAD_SPINS): Move definition to ...
14217         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14218         (__PTHREAD_SPINS): ... here.
14219         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14220         (__PTHREAD_SPIN): Likewise.
14221         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14222         (__PTHREAD_SPIN): Likewise.
14223         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14224         (__PTHREAD_SPIN): Likewise.
14225         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14226         (__PTHREAD_SPIN): Likewise.
14227         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14228         (__PTHREAD_SPIN): Likewise.
14229         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14230         (__PTHREAD_SPIN): Likewise.
14231         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14232         (__PTHREAD_SPIN): Likewise.
14233         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14234         (__PTHREAD_SPIN): Likewise.
14235         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14236         (__PTHREAD_SPIN): Likewise.
14237         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14238         (__PTHREAD_SPIN): Likewise.
14239         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14240         (__PTHREAD_SPIN): Likewise.
14241         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14242         (__PTHREAD_SPIN): Likewise.
14244         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14245         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14246         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14247         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14248         imply folder.
14249         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14250         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14251         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14252         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14253         correct imply path.
14254         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14255         strlen symbol for non multi-arch builds.
14256         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14257         missing hidden_def and weak_alias.
14259 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14261         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14263 2014-04-07  Will Newton  <will.newton@linaro.org>
14265         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14266         and contents.  [!_LIBC] Remove #ifndef and contents.
14267         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14268         * string/memccpy.c (__memccpy): Use ANSI prototype.
14269         * string/memfrob.c (memfrob): Likewise.
14270         * string/strcoll.c (STRCOLL): Likewise.
14271         * string/strlen.c (strlen): Likewise.
14272         * string/strtok.c (STRTOK): Likewise.
14273         * string/strcat.c: Remove unused #include of memcopy.h.
14274         (strcat): Use ANSI prototype.
14275         * string/strchr.c: Remove unused #include of memcopy.h.
14276         (strchr): Use ANSI prototype.
14277         * string/strcmp.c: Remove unused #include of memcopy.h.
14278         (strcmp): Use ANSI prototype.
14279         * string/strcpy.c: Remove unused #include of memcopy.h.
14280         (strcpy): Use ANSI prototype.
14282 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14284         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14285         * config.make.in (config-extra-cppflags): Set it from
14286         libc_extra_cppflags.
14287         * configure.ac (libc_extra_cflags): Make it accumulate over
14288         configure fragments.
14289         (libc_extra_cppflags): New flag.
14290         * configure. Regenerate.
14291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14292         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14293         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14296         [BZ #16815]
14297         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14298         result for FE_DOWNWARD rounding mode.
14299         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14300         Likewise.
14301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14303 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14305         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14306         in function argument name.
14308 2014-04-03  David Svoboda  <svoboda@cert.org>
14310         [BZ #5666]
14311         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14312         explicitly.
14314 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14316         * elf/dl-unmap-segments.h: New file.
14317         * sysdeps/generic/ldsodefs.h
14318         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14319         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14320         * elf/dl-fptr.c: Likewise.
14321         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14322         * sysdeps/aarch64/tlsdesc.c: Likewise.
14323         * sysdeps/arm/tlsdesc.c: Likewise.
14324         * sysdeps/i386/tlsdesc.c: Likewise.
14325         * sysdeps/tile/dl-runtime.c: Likewise.
14326         * sysdeps/x86_64/tlsdesc.c: Likewise.
14327         * elf/dl-load.h: New file.
14328         * elf/dl-load.c: Include it.
14329         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14330         Macros moved to dl-load.h.
14331         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14332         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14333         Use _dl_unmap_segments in place of __munmap.
14334         Break out segment-mapping loop into ...
14335         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14337 2014-04-03  Will Newton  <will.newton@linaro.org>
14339         * elf/dl-lookup.c (do_lookup_x): Remove comment
14340         referring to nested function and move variable
14341         declarations down to before first use.
14343 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14345         [BZ #16799]
14346         [BZ #16800]
14347         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14348         with 0 numerator.
14349         * math/s_catanf.c (__catanf): Likewise.
14350         * math/s_catanh.c (__catanh): Likewise.
14351         * math/s_catanhf.c (__catanhf): Likewise.
14352         * math/s_catanhl.c (__catanhl): Likewise.
14353         * math/s_catanl.c (__catanl): Likewise.
14354         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14355         by positive zero when computing -Inf result.
14356         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14357         (catanh_test): Likewise.
14358         * sysdeps/i386/fpu/libm-test-ulps: Update.
14359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14361         [BZ #16789]
14362         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14363         instead of using underflowing value in computing result.
14364         * math/s_clog10.c (__clog10): Likewise.
14365         * math/s_clog10f.c (__clog10f): Likewise.
14366         * math/s_clog10l.c (__clog10l): Likewise.
14367         * math/s_clogf.c (__clogf): Likewise.
14368         * math/s_clogl.c (__clogl): Likewise.
14369         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14370         (clog10_test): Likewise.
14371         * sysdeps/i386/fpu/libm-test-ulps: Update.
14372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14374 2014-04-02  Alan Modra  <amodra@gmail.com>
14376         [BZ #16739]
14377         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14378         output when value is near a power of two.  Use int64_t for lx and
14379         remove casts.  Use decimal rather than hex exponent constants.
14380         Don't use long double multiplication when double will suffice.
14381         * math/libm-test.inc (nextafter_test_data): Add tests.
14382         * NEWS: Add 16739 and 16786 to bug list.
14384         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14386         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14388 2014-04-01  Will Newton  <will.newton@linaro.org>
14390         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14391         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14393 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14395         [BZ #13347]
14396         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14397         * nptl/tst-setuid2.c: New file.
14398         * nptl/Makefile (xtests): Add tst-setuid2.
14400 2014-04-01  Alan Modra  <amodra@gmail.com>
14402         [BZ #16786]
14403         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14405 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14407         [BZ #6803]
14408         [BZ #6804]
14409         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14410         set errno as appropriate.
14411         * math/w_scalbf.c (__scalbf): Likewise.
14412         * math/w_scalbl.c (__scalbl): Likewise.
14413         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14414         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14415         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14416         Add more NaN tests.
14418         [BZ #16349]
14419         * math/w_atan2.c: Include <errno.h>.
14420         (__atan2): Set errno for result underflowing to zero.
14421         * math/w_atan2f.c: Include <errno.h>.
14422         (__atan2f): Set errno for result underflowing to zero.
14423         * math/w_atan2l.c: Include <errno.h>.
14424         (__atan2l): Set errno for result underflowing to zero.
14425         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14426         tests.
14427         * math/auto-libm-test-out: Regenerated.
14429 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14431         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14432         Encode instruction correctly in little endian.
14433         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14434         Likewise.
14435         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14436         Likewise.
14437         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14438         Likewise.
14439         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14440         Likewise.
14442 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14444         [BZ #9894]
14445         * sysdeps/unix/sysv/linux/kernel-features.h
14446         [__sparc__ && !__arch64__ && !__sparc_v9__]
14447         (__ASSUME_SET_ROBUST_LIST): Do not define.
14448         [__sparc__ && !__arch64__ && !__sparc_v9__]
14449         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14450         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14451         Likewise.
14452         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14453         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14454         (__ASSUME_REQUEUE_PI): Likewise.
14455         (__ASSUME_SET_ROBUST_LIST): Likewise.
14456         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14457         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14458         Undefine.
14459         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14460         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14461         Likewise.
14462         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14463         Likewise.
14464         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14465         Likewise.
14466         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14467         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14468         Undefine.
14469         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14470         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14471         Likewise.
14473         [BZ #16648]
14474         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14475         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14476         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14478 2014-03-31  Will Newton  <will.newton@linaro.org>
14480         * benchtests/Makefile (bench): Add ffs and ffsll to list
14481         of tests.
14482         * benchtests/ffs-inputs: New file.
14483         * benchtests/ffsll-inputs: Likewise.
14485 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14487         [BZ #16770]
14488         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14489         too large before casting to int.
14490         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14491         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14492         * math/libm-test.inc (scalb_test_data): Add more tests.
14494 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14496         * benchtests/Makefile (DETAILED_OPT): New make option.
14497         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14498         set.
14499         * benchtests/bench-skeleton.c: Include stdbool.h.
14500         (main): Store and print timings per input.
14501         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14502         member to each argument value.
14503         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14504         (_print_arg_data): Initialize per-input timing to 0.
14506         * benchtests/Makefile (timing-type): New binary.
14507         (bench-clean): Also remove bench-timing-type.
14508         (bench): New target for timing-type.
14509         (bench-func): Print output in JSON format.
14510         * benchtests/bench-skeleton.c (main): Print output in JSON
14511         format.
14512         * benchtests/bench-timing-type.c: New file.
14513         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14514         (TIMING_PRINT_STATS): Remove.
14515         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14516         name separately.
14518         * benchtests/bench-modf.c: Remove.
14519         * benchtests/modf-inputs: New inputs file.
14521 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14523         [BZ #16362]
14524         * math/s_clog10.c (M_PI_LOG10E): New macro.
14525         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14526         imaginary parts are 0.
14527         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14528         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14529         imaginary parts are 0.
14530         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14531         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14532         imaginary parts are 0.
14533         * math/libm-test.inc (clog10_test_data): Update expected results
14534         for when real and imaginary parts are 0.
14536 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14538         * elf/dl-load.c: Finish conversion of __builtin_expect into
14539         __glibc_{un}likely.
14541 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14543         [BZ #16348]
14544         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14545         1+x for argument with exponent below -67.
14546         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14547         Likewise.
14548         * math/auto-libm-test-in: Add more tests of exp.
14549         * math/auto-libm-test-out: Regenerated.
14551 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14553         [BZ #16759]
14554         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14555         (nscd_getnetgrent): Use it.
14557         [BZ #16760]
14558         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14559         of stpcpy.
14561 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14563         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14564         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14565         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14566         (lll_robust_unlock): Remove out of line section. Use cfi
14567         intrinsics.
14568         (LLL_STUB_UNWIND_INFO*): Remove.
14569         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14570         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14571         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14572         (lll_robust_unlock): Remove out of line section. Use cfi
14573         intrinsics.
14574         (LLL_STUB_UNWIND_INFO*): Remove.
14576 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14578         [BZ #16758]
14579         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14580         blank values.
14582 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14584         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14586 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14588         [BZ #16198]
14589         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14590         fnstenv.
14591         * math/test-fenv-preserve.c: New file.
14592         * math/Makefile (tests): Add test-fenv-preserve.
14594 2014-03-26  Will Newton <will.newton@linaro.org>
14596         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14598 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14600         * scripts/versionlist.awk: Partition the version sets and emit all
14601         GLIBC_* (sorted) before all others (sorted).
14603 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14605         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14606         GLIBC_2.2.5 version.
14608 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14610         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14611         calls.
14613         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14614         previous change.
14616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14618 2014-03-25  Andreas Schwab  <schwab@suse.de>
14620         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14621         label to be used after in6ailist is initialized.
14623 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14625         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14626         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14628 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14630         [BZ #16357]
14631         [BZ #16599]
14632         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14633         min_plus_half.
14634         (fp_formats): Update initializers.
14635         (init_fp_formats): Initialize new field.
14636         (output_for_one_input_case): Allow underflow for results up to
14637         min_plus_half.
14638         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14639         * math/auto-libm-test-in: Don't mark some underflows from asin and
14640         atanh as spurious.
14641         * math/auto-libm-test-out: Regenerated.
14642         * sysdeps/i386/fpu/libm-test-ulps: Update.
14643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14645 2014-03-25  Andreas Schwab  <schwab@suse.de>
14647         * libio/Makefile (tst-ftell-partial-wide-ENV)
14648         (tst-ftell-active-handler-ENV): Define.
14650 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14652         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14654 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14656         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14658 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14660         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14661         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14662         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14664 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14666         [BZ #16634]
14667         * elf/dl-load.c (open_verify): Add mode parameter.
14668         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14669         (open_path): Change from boolean 'secure' to complete flag 'mode'
14670         (_dl_map_object): Adjust.
14671         * elf/Makefile (tests): Add tst-dlopen-aout.
14672         * elf/tst-dlopen-aout.c: New test.
14674 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14676         [BZ #16714]
14677         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14678         (struct stat): Rename member pad0 to __glibc_reserved0.
14680         [BZ #16712]
14681         * sysdeps/s390/s390-32/bits/wordsize.h
14682         (__WORDSIZE32_SIZE_ULONG): New define.
14683         * sysdeps/s390/s390-64/bits/wordsize.h
14684         (__WORDSIZE32_SIZE_ULONG): Likewise.
14685         * sysdeps/generic/stdint.h (SIZE_MAX):
14686         Define as UL if __WORDSIZE32_SIZE_ULONG.
14688         [BZ #16713]
14689         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14690         (__glibc_reserved0): New variable.
14691         (sa_flags): Change type to int.
14693         * posix/Makefile (before-compile): Use += before-compile instead
14694         of a :=.
14696         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14697         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14699 2014-03-20  Andreas Schwab  <schwab@suse.de>
14701         [BZ #16743]
14702         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14703         non-matching result from nscd.
14705 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14707         * scripts/bench.py: Moved to ...
14708         * benchtests/scripts/bench.py: ... here.
14709         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14711 2014-03-24  Andreas Schwab  <schwab@suse.de>
14713         [BZ #16002]
14714         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14715         alloca_account and account alloca use for struct in6ailist.
14717 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14719         [BZ #16284]
14720         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14721         rounding mode to recompute results that overflow to infinity or
14722         underflow to zero.
14723         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14724         bug 16284.
14725         * math/auto-libm-test-out: Regenerated.
14726         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14727         (ccosh_test): Likewise.
14728         (csin_test_data): Use plus_oflow.
14729         (csin_test): Use ALL_RM_TEST.
14730         (csinh_test_data): Use plus_oflow.
14731         (csinh_test): Use ALL_RM_TEST.
14732         * sysdeps/i386/fpu/libm-test-ulps: Update.
14733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14735 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14737         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14738         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14739         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14741         [BZ #16731]
14742         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14743         when x - 1 is zero.
14744         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14745         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14746         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14747         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14748         argument is 1.
14749         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14750         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14751         zero.
14752         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14753         * sysdeps/i386/fpu/libm-test-ulps: Update.
14754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14756 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14758         * scripts/bench.pl: Remove file.
14759         * scripts/bench.py: New benchmark script.
14760         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14761         * benchtests/README: Mention python dependency.
14762         * scripts/pylintrc: New file.
14763         * scripts/pylint: New file.
14765         * bits/mathdef.h: Use #ifdef instead of #if.
14766         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14767         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14768         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14769         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14770         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14771         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14773 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14774             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14776         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14777         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14778         and strpbrk-ppc64 objects.
14779         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14780         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14781         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14782         multiarch strpbrk for POWER7.
14783         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14784         multiarch strpbrk for PPC64.
14785         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14786         ifunc selector.
14787         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14788         strpbrk for POWER7.
14790 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14792         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14793         (atan_test): Likewise.
14794         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14795         (atanh_test): Use ALL_RM_TEST.
14796         (atan2_test_data): Likewise.
14797         (cabs_test): Likewise.
14798         (cacosh_test): Likewise.
14799         (carg_test): Likewise.
14800         (casin_test): Likewise.
14801         (casinh_test): Likewise.
14802         (cbrt_test): Likewise.
14803         (csqrt_test): Likewise.
14804         (erf_test): Likewise.
14805         (erfc_test): Likewise.
14806         (pow10_test): Likewise.
14807         (exp2_test): Likewise.
14808         (hypot_test): Likewise.
14809         (j0_test): Likewise.
14810         (j1_test): Likewise.
14811         (lgamma_test): Likewise.
14812         (gamma_test): Likewise.
14813         (sincos_test): Likewise.
14814         (tanh_test): Likewise.
14815         (y0_test): Likewise.
14816         (y1_test): Likewise.
14817         * sysdeps/i386/fpu/libm-test-ulps: Update.
14818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14820 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14822         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14823         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14824         and strcspn-ppc64 objects.
14825         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14826         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14827         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14828         multiarch strcspn for POWER7.
14829         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14830         multiarch strcspn for PPC64.
14831         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14832         ifunc selector.
14833         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14834         strcspn for POWER7.
14836 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14838         * math/gen-libm-test.pl (generate_testfile): Expect only function
14839         name as argument to AUTO_TESTS_* and pass results for all rounding
14840         modes to parse_args.
14841         (parse_auto_input): Separate inputs of automatic tests from
14842         outputs before storing in %auto_tests.
14843         * math/libm-test.inc (acos_test_data): Update call to
14844         AUTO_TESTS_f_f.
14845         (acos_test): Use ALL_RM_TEST.
14846         (acos_tonearest_test_data): Remove.
14847         (acos_test_tonearest): Likewise.
14848         (acos_towardzero_test_data): Likewise.
14849         (acos_test_towardzero): Likewise.
14850         (acos_downward_test_data): Likewise.
14851         (acos_test_downward): Likewise.
14852         (acos_upward_test_data): Likewise.
14853         (acos_test_upward): Likewise.
14854         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14855         (asin_test_data): Likewise.
14856         (asin_test): Use ALL_RM_TEST.
14857         (asin_tonearest_test_data): Remove.
14858         (asin_test_tonearest): Likewise.
14859         (asin_towardzero_test_data): Likewise.
14860         (asin_test_towardzero): Likewise.
14861         (asin_downward_test_data): Likewise.
14862         (asin_test_downward): Likewise.
14863         (asin_upward_test_data): Likewise.
14864         (asin_test_upward): Likewise.
14865         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14866         (atan_test_data): Likewise.
14867         (atanh_test_data): Likewise.
14868         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14869         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14870         (carg_test_data): Likewise.
14871         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14872         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14873         (ccosh_test_data): Likewise.
14874         (cexp_test_data): Likewise.
14875         (clog_test_data): Likewise.
14876         (clog10_test_data): Likewise.
14877         (cos_test_data): Update call to AUTO_TESTS_f_f.
14878         (cos_test): Use ALL_RM_TEST.
14879         (cos_tonearest_test_data): Remove.
14880         (cos_test_tonearest): Likewise.
14881         (cos_towardzero_test_data): Likewise.
14882         (cos_test_towardzero): Likewise.
14883         (cos_downward_test_data): Likewise.
14884         (cos_test_downward): Likewise.
14885         (cos_upward_test_data): Likewise.
14886         (cos_test_upward): Likewise.
14887         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14888         (cosh_test): Use ALL_RM_TEST.
14889         (cosh_tonearest_test_data): Remove.
14890         (cosh_test_tonearest): Likewise.
14891         (cosh_towardzero_test_data): Likewise.
14892         (cosh_test_towardzero): Likewise.
14893         (cosh_downward_test_data): Likewise.
14894         (cosh_test_downward): Likewise.
14895         (cosh_upward_test_data): Likewise.
14896         (cosh_test_upward): Likewise.
14897         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14898         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14899         (ctan_test_data): Likewise.
14900         (ctan_test): Use ALL_RM_TEST.
14901         (ctan_tonearest_test_data): Remove.
14902         (ctan_test_tonearest): Likewise.
14903         (ctan_towardzero_test_data): Likewise.
14904         (ctan_test_towardzero): Likewise.
14905         (ctan_downward_test_data): Likewise.
14906         (ctan_test_downward): Likewise.
14907         (ctan_upward_test_data): Likewise.
14908         (ctan_test_upward): Likewise.
14909         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14910         (ctanh_test): Use ALL_RM_TEST.
14911         (ctanh_tonearest_test_data): Remove.
14912         (ctanh_test_tonearest): Likewise.
14913         (ctanh_towardzero_test_data): Likewise.
14914         (ctanh_test_towardzero): Likewise.
14915         (ctanh_downward_test_data): Likewise.
14916         (ctanh_test_downward): Likewise.
14917         (ctanh_upward_test_data): Likewise.
14918         (ctanh_test_upward): Likewise.
14919         (erf_test_data): Update call to AUTO_TESTS_f_f.
14920         (erfc_test_data): Likewise.
14921         (exp_test_data): Likewise.
14922         (exp_test): Use ALL_RM_TEST.
14923         (exp_tonearest_test_data): Remove.
14924         (exp_test_tonearest): Likewise.
14925         (exp_towardzero_test_data): Likewise.
14926         (exp_test_towardzero): Likewise.
14927         (exp_downward_test_data): Likewise.
14928         (exp_test_downward): Likewise.
14929         (exp_upward_test_data): Likewise.
14930         (exp_test_upward): Likewise.
14931         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14932         (exp10_test): Use ALL_RM_TEST.
14933         (exp10_tonearest_test_data): Remove.
14934         (exp10_test_tonearest): Likewise.
14935         (exp10_towardzero_test_data): Likewise.
14936         (exp10_test_towardzero): Likewise.
14937         (exp10_downward_test_data): Likewise.
14938         (exp10_test_downward): Likewise.
14939         (exp10_upward_test_data): Likewise.
14940         (exp10_test_upward): Likewise.
14941         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14942         (expm1_test_data): Likewise.
14943         (expm1_test): Use ALL_RM_TEST.
14944         (expm1_tonearest_test_data): Remove.
14945         (expm1_test_tonearest): Likewise.
14946         (expm1_towardzero_test_data): Likewise.
14947         (expm1_test_towardzero): Likewise.
14948         (expm1_downward_test_data): Likewise.
14949         (expm1_test_downward): Likewise.
14950         (expm1_upward_test_data): Likewise.
14951         (expm1_test_upward): Likewise.
14952         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14953         (fma_test): Use ALL_RM_TEST.
14954         (fma_towardzero_test_data): Remove.
14955         (fma_test_towardzero): Likewise.
14956         (fma_downward_test_data): Likewise.
14957         (fma_test_downward): Likewise.
14958         (fma_upward_test_data): Likewise.
14959         (fma_test_upward): Likewise.
14960         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14961         (j0_test_data): Update call to AUTO_TESTS_f_f.
14962         (j1_test_data): Likewise.
14963         (jn_test_data): Update call to AUTO_TESTS_if_f.
14964         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14965         (log_test_data): Update call to AUTO_TESTS_f_f.
14966         (log10_test_data): Likewise.
14967         (log1p_test_data): Likewise.
14968         (log2_test_data): Likewise.
14969         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14970         (pow_tonearest_test_data): Likewise.
14971         (sin_test_data): Update call to AUTO_TESTS_f_f.
14972         (sin_test): Use ALL_RM_TEST.
14973         (sin_tonearest_test_data): Remove.
14974         (sin_test_tonearest): Likewise.
14975         (sin_towardzero_test_data): Likewise.
14976         (sin_test_towardzero): Likewise.
14977         (sin_downward_test_data): Likewise.
14978         (sin_test_downward): Likewise.
14979         (sin_upward_test_data): Likewise.
14980         (sin_test_upward): Likewise.
14981         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14982         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14983         (sinh_test): Use ALL_RM_TEST.
14984         (sinh_tonearest_test_data): Remove.
14985         (sinh_test_tonearest): Likewise.
14986         (sinh_towardzero_test_data): Likewise.
14987         (sinh_test_towardzero): Likewise.
14988         (sinh_downward_test_data): Likewise.
14989         (sinh_test_downward): Likewise.
14990         (sinh_upward_test_data): Likewise.
14991         (sinh_test_upward): Likewise.
14992         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14993         (sqrt_test): Use ALL_RM_TEST.
14994         (sqrt_tonearest_test_data): Remove.
14995         (sqrt_test_tonearest): Likewise.
14996         (sqrt_towardzero_test_data): Likewise.
14997         (sqrt_test_towardzero): Likewise.
14998         (sqrt_downward_test_data): Likewise.
14999         (sqrt_test_downward): Likewise.
15000         (sqrt_upward_test_data): Likewise.
15001         (sqrt_test_upward): Likewise.
15002         (tan_test_data): Update call to AUTO_TESTS_f_f.
15003         (tan_test): Use ALL_RM_TEST.
15004         (tan_tonearest_test_data): Remove.
15005         (tan_test_tonearest): Likewise.
15006         (tan_towardzero_test_data): Likewise.
15007         (tan_test_towardzero): Likewise.
15008         (tan_downward_test_data): Likewise.
15009         (tan_test_downward): Likewise.
15010         (tan_upward_test_data): Likewise.
15011         (tan_test_upward): Likewise.
15012         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15013         (tgamma_test_data): Likewise.
15014         (y0_test_data): Likewise.
15015         (y1_test_data): Likewise.
15016         (yn_test_data): Update call to AUTO_TESTS_if_f.
15017         (main): Do not call removed functions.
15019 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15021         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15022         (ldexp_test_data): Remove.
15023         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15024         scalbn_test_data.
15025         (scalb_test): Use ALL_RM_TEST.
15027 2014-03-19  Andreas Schwab  <schwab@suse.de>
15029         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15031 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15033         [BZ #16649]
15034         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15035         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15036         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15037         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15038         (__ASSUME_PREADV): Undefine.
15039         (__ASSUME_PWRITEV): Likewise.
15041 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15043         * bits/mman-linux.h: Add comment about non-Linux use.
15044         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15045         bits/mman-linux.h resting place.
15047         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15048         * bits/mman-linux.h: ... here.
15050 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15052         * conform/conformtest.pl: Add standard definition when calling C
15053         preprocessor on data files.
15054         (checknamespace): Remove unused variable.
15056 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15058         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15059         minus_oflow, plus_uflow and minus_uflow in expected results.
15060         * math/libm-test.inc (scalbn_test_data): Add more tests of
15061         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15062         minus_uflow.
15063         (scalbn_test): Use ALL_RM_TEST.
15064         (scalbln_test_data): Add more tests of negative arguments.  Use
15065         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15066         (scalbln_test): Use ALL_RM_TEST.
15068 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15070         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15072 2014-03-18  Will Newton  <will.newton@linaro.org>
15074         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15075         inaccurate comment.
15077 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15079         * Makerules [!subdir] (check-abi): Exit with error status if a
15080         test failed.
15082 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15084         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15085         for rint.  Include results for all rounding modes.
15086         (nearbyint_test): Use ALL_RM_TEST.
15087         (rint_test_data): Include all tests used for nearbyint.
15089 2014-03-17  Will Newton  <will.newton@linaro.org>
15091         * nptl/sysdeps/pthread/pthread.h: Revert previous
15092         change.
15094         * sysdeps/generic/ldsodefs.h: Revert previous
15095         change.
15097         * libio/genops.c: Revert previous change.
15098         * libio/libioP.h: Likewise.
15099         * stdio-common/vfprintf.c: Likewise.
15101         * sysdeps/generic/math_private.h: Revert previous
15102         change.
15104         * sysdeps/generic/math_private.h: Check whether
15105         HAVE_RM_CTX is defined with #ifdef rather
15106         than #if.
15108         * argp/argp-fmtstream.h: Check whether
15109         __STRICT_ANSI__ is defined with #ifdef rather
15110         than #if.
15111         * argp/argp.h: Likewise.
15113         * libio/genops.c: Check whether
15114         _IO_JUMPS_OFFSET is defined with #ifdef rather
15115         than #if.
15116         * libio/libioP.h: Likewise.
15117         * stdio-common/vfprintf.c: Likewise.
15119         * sysdeps/generic/ldsodefs.h: Check whether
15120         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15121         than #if.
15123         * nptl/sysdeps/pthread/pthread.h: Check
15124         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15125         its value.
15127 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15129         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15130         setting O_APPEND.
15131         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15132         test case.
15134         [BZ #16680]
15135         * libio/fileops.c (_IO_file_open): Seek to end of file but
15136         don't cache the offset.
15137         (get_file_offset): Remove function.
15138         (do_ftell): Use cached offset when available.
15139         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15140         don't cache the offset.
15141         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15142         case.
15143         (do_one_test): Call it.
15144         (do_ftell_test): Fix up expected old offset for a+ mode.
15145         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15146         available.
15148         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15149         up test status with function return status.
15150         (do_write_test): Likewise.
15151         (do_append_test): Likewise.
15153         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15154         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15155         Remove.
15157 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15159         * math/gen-libm-test.pl (parse_args): Handle results specified for
15160         each rounding mode separately.
15161         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15162         tests and results from lrint_tonearest_test_data,
15163         lrint_towardzero_test_data, lrint_downward_test_data and
15164         lrint_upward_test_data.
15165         (lrint_test): Use ALL_RM_TEST.
15166         (lrint_tonearest_test_data): Remove.
15167         (lrint_test_tonearest): Likewise.
15168         (lrint_towardzero_test_data): Likewise.
15169         (lrint_test_towardzero): Likewise.
15170         (lrint_downward_test_data): Likewise.
15171         (lrint_test_downward): Likewise.
15172         (lrint_upward_test_data): Likewise.
15173         (lrint_test_upward): Likewise.
15174         (llrint_test_data): Merge in per-rounding-mode tests and results
15175         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15176         llrint_downward_test_data and llrint_upward_test_data.
15177         (llrint_test): Use ALL_RM_TEST.
15178         (llrint_tonearest_test_data): Remove.
15179         (llrint_test_tonearest): Likewise.
15180         (llrint_towardzero_test_data): Likewise.
15181         (llrint_test_towardzero): Likewise.
15182         (llrint_downward_test_data): Likewise.
15183         (llrint_test_downward): Likewise.
15184         (llrint_upward_test_data): Likewise.
15185         (llrint_test_upward): Likewise.
15186         (rint_test_data): Merge in per-rounding-mode tests and results
15187         from rint_tonearest_test_data, rint_towardzero_test_data,
15188         rint_downward_test_data and rint_upward_test_data.  Add
15189         per-rounding-mode results for tests not in those arrays.
15190         (rint_test): Use ALL_RM_TEST.
15191         (rint_tonearest_test_data): Remove.
15192         (rint_test_tonearest): Likewise.
15193         (rint_towardzero_test_data): Likewise.
15194         (rint_test_towardzero): Likewise.
15195         (rint_downward_test_data): Likewise.
15196         (rint_test_downward): Likewise.
15197         (rint_upward_test_data): Likewise.
15198         (rint_test_upward): Likewise.
15199         (main): Don't call removed functions.
15201 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15203         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15204         "Compiled on ..." crapola.  It is anti-useful.
15206 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15208         * scripts/evaluate-test.sh: Handle fourth argument to determine
15209         whether test run should stop on failure.
15210         * Makeconfig (stop-on-test-failure): New variable.
15211         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15212         $(stop-on-test-failure).
15213         * Makefile (tests): Give a summary of results from testing and
15214         exit with failure status if they include an ERROR or FAIL.
15215         (xtests): Likewise.
15216         * manual/install.texi (Configuring and compiling): Mention
15217         stop-on-test-failure=y.
15218         * INSTALL: Regenerated.
15220 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15222         * scripts/versionlist.awk: New file.
15223         * Makerules [$(build-shared) = yes]
15224         (postclean-generated): Add Versions.def, not Versions.def.v and
15225         Versions.def.v.i.
15226         ($(common-objpfx)Versions.def.v.i): Target removed.
15227         ($(common-objpfx)Versions.def): New target.
15228         ($(common-objpfx)Versions.all): Depend on that rather that
15229         $(common-objpfx)Versions.def.v.
15230         * Versions.def: File removed.
15232         * Makeconfig (+gccwarn): Add -Wundef.
15233         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15234         a dl-sysdep.h breaking its contract.
15235         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15236         * include/stackinfo.h: New file.
15237         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15238         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15239         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15240         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15241         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15242         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15243         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15244         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15245         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15246         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15247         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15248         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15249         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15250         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15251         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15253 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15255         [BZ #16707]
15256         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15257         implementation.
15258         * math/libm-test.inc (round_test_data): Add more tests.
15260         [BZ #16706]
15261         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15262         implementation.
15263         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15265         [BZ #16701]
15266         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15267         implementation.
15268         * math/libm-test.inc (ceil_test_data): Add more tests.
15270         * math/libm-test.inc (trunc_test_data): Add more tests related to
15271         BZ#16414.
15273 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15275         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15276         with #if rather than #ifdef.
15277         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15279 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15281         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15282         first.  Disable AVX-512 GCC support if assembler doesn't support
15283         it.
15284         * sysdeps/x86_64/configure: Regenerated.
15286 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15288         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15289         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15290         (__old_pthread_attr_setstack): Likewise.
15291         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15292         [!_STACK_GROWS_DOWN]: Likewise.
15294 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15296         * config.make.in (have-bash2): Delete.
15297         * configure.ac (libc_cv_have_bash2): Delete.
15298         * configure: Regenerate.
15299         * elf/Makefile (common-ldd-rewrite): Rename to ...
15300         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15301         (sh-ldd-rewrite): Delete.
15302         (bash-ldd-rewrite): Delete.
15303         (have-bash2): Delete checks.
15304         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15305         ldd-rewrite.
15307         * config.make.in (have-ksh): Delete.
15308         (KSH): Delete.
15309         * configure.ac (libc_cv_have_ksh): Delete.
15310         * configure: Regenerate.
15312         * elf/Makefile: Delete $(have-ksh) check.
15313         ($(objpfx)sotruss): Change KSH to BASH.
15314         * elf/sotruss.ksh: Rename to ...
15315         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15316         function style to match POSIX.  Drop ksh vim mode setting.
15318         * manual/time.texi (Specifying the Time Zone with TZ): Change
15319         Tuesday to Thursday.
15321         * debug/tst-longjmp_chk2.c: Update header comment.
15322         (stackoverflow_handler): Add comment.  Call assert on pass value.
15324 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15326         [BZ #16194]
15327         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15328         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15329         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15330         (La_x86_64_vector): Add zmm.
15331         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15332         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15333         ($(objpfx)tst-audit10): New target.
15334         ($(objpfx)tst-audit10.out): Likewise.
15335         (tst-audit10-ENV): New.
15336         (AVX512-CFLAGS): Likewise.
15337         (CFLAGS-tst-audit10.c): Likewise.
15338         (CFLAGS-tst-auditmod10a.c): Likewise.
15339         (CFLAGS-tst-auditmod10b.c): Likewise.
15340         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15341         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15342         * sysdeps/x86_64/configure: Regenerated.
15343         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15344         AVX-512 zmm register support.
15345         (_dl_x86_64_save_sse): Likewise.
15346         (_dl_x86_64_restore_sse): Likewise.
15347         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15348         size vector registers.
15349         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15350         (ZMM_SIZE): Likewise.
15351         * sysdeps/x86_64/tst-audit10.c: New file.
15352         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15353         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15355 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15357         * configure.ac (HAVE_EHDR_START): New check.
15358         * configure: Regenerated.
15359         * config.h.in (HAVE_EHDR_START): New #undef.
15360         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15361         assuming the lowest-addressed segment maps the start of the file.
15363 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15365         * INSTALL: Regenerated.
15367 2014-03-13  Will Newton  <will.newton@linaro.org>
15369         * manual/setjmp.texi (System V contexts): Improve
15370         clarity and grammar of documentation.
15372 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15374         [BZ #16381]
15375         * elf/Makefile (tests): Add tst-pie2.
15376         (tests-pie): Add tst-pie2.
15377         * elf/tst-pie2.c: New file.
15378         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15379         for ET_EXEC.
15380         * elf/rtld.c (map_doit): Load executable as lt_executable.
15381         (dl_main): Likewise.
15383 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15385         [BZ #16642]
15386         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15387         (__ASSUME_PSELECT): Undefine.
15389 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15391         [BZ #16689]
15392         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15393         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15394         static build.
15395         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15396         selector for static builds.
15398 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15400         [BZ #16695]
15401         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15402         key in the buffer.
15404 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15406         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15407         IFUNC selector for static builds.
15409 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15411         * sysdeps/mips/math_private.h [__mips_hard_float]
15412         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15413         libc_feresetround_mips_ctx.
15414         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15415         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15416         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15418         [BZ #16677]
15419         * math/s_nextafter.c (__nextafter): Do not return value from
15420         overflowing computation.
15421         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15422         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15423         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15424         Likewise.
15425         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15426         Likewise.
15427         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15428         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15430 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15432         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15433         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15434         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15435         the new mov targetting sp.
15437 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15439         [BZ #16683]
15440         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15441         Define it for static builds as well.
15442         (NO_BZERO_IMPL): Likewise.
15444 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15446         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15447         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15448         multiarch strspn for PPC64.
15449         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15450         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15451         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15452         (__libc_ifunc_impl_list): Likewise.
15453         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15454         multiarch optimizations
15455         * string/strspn.c (strspn): Using macro to redefine symbol name.
15457 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15458             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15460         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15461         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15462         multiarch strncat for PPC64.
15463         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15464         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15465         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15466         (__libc_ifunc_impl_list): Likewise.
15467         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15468         multiarch optimizations
15470 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15472         [BZ #16639]
15473         * nscd/nscd.service: Make service type forking.
15475 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15477         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15478         sign in non default rounding modes.
15479         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15481 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15483         * math/libm-test.inc (ALL_RM_TEST): New macro.
15484         (ceil_test): Use ALL_RM_TEST.
15485         (cimag_test): Likewise.
15486         (conj_test): Likewise.
15487         (copysign_test): Likewise.
15488         (cproj_test): Likewise.
15489         (creal_test): Likewise.
15490         (fabs_test): Likewise.
15491         (floor_test): Likewise.
15492         (fmax_test): Likewise.
15493         (fmin_test): Likewise.
15494         (fmod_test): Likewise.
15495         (fpclassify_test): Likewise.
15496         (frexp_test): Likewise.
15497         (ilogb_test): Likewise.
15498         (isfinite_test): Likewise.
15499         (finite_test): Likewise.
15500         (isgreater_test): Likewise.
15501         (isgreaterequal_test): Likewise.
15502         (isinf_test): Likewise.
15503         (isless_test): Likewise.
15504         (islessequal_test): Likewise.
15505         (islessgreater_test): Likewise.
15506         (isnan_test): Likewise.
15507         (isnormal_test): Likewise.
15508         (issignaling_test): Likewise.
15509         (isunordered_test): Likewise.
15510         (logb_test): Likewise.
15511         (logb_downward_test_data): Remove.
15512         (logb_test_downward): Likewise.
15513         (lround_test): Use ALL_RM_TEST.
15514         (llround_test): Likewise.
15515         (modf_test): Likewise.
15516         (nexttoward_test): Likewise.
15517         (remainder_test): Likewise.
15518         (drem_test): Likewise.
15519         (remainder_tonearest_test_data): Likewise.
15520         (remainder_test_tonearest): Likewise.
15521         (drem_test_tonearest): Likewise.
15522         (remainder_towardzero_test_data): Likewise.
15523         (remainder_test_towardzero): Likewise.
15524         (drem_test_towardzero): Likewise.
15525         (remainder_downward_test_data): Likewise.
15526         (remainder_test_downward): Likewise.
15527         (drem_test_downward): Likewise.
15528         (remainder_upward_test_data): Likewise.
15529         (remainder_test_upward): Likewise.
15530         (drem_test_upward): Likewise.
15531         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15532         (round_test): Use ALL_RM_TEST.
15533         (signbit_test): Likewise.
15534         (trunc_test): Likewise.
15535         (significand_test): Likewise.
15536         (main): Don't call removed functions.
15538 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15540         [BZ #16674]
15541         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15542         || __USE_XOPEN2K8].
15543         (ILL_ILLOPN): Likewise.
15544         (ILL_ILLADR): Likewise.
15545         (ILL_ILLTRP): Likewise.
15546         (ILL_PRVOPC): Likewise.
15547         (ILL_PRVREG): Likewise.
15548         (ILL_COPROC): Likewise.
15549         (ILL_BADSTK): Likewise.
15550         (FPE_INTDIV): Likewise.
15551         (FPE_INTOVF): Likewise.
15552         (FPE_FLTDIV): Likewise.
15553         (FPE_FLTOVF): Likewise.
15554         (FPE_FLTUND): Likewise.
15555         (FPE_FLTRES): Likewise.
15556         (FPE_FLTINV): Likewise.
15557         (FPE_FLTSUB): Likewise.
15558         (SEGV_MAPERR): Likewise.
15559         (SEGV_ACCERR): Likewise.
15560         (BUS_ADRALN): Likewise.
15561         (BUS_ADRERR): Likewise.
15562         (BUS_OBJERR): Likewise.
15563         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15564         (TRAP_TRACE): Likewise.
15565         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15566         __USE_XOPEN2K8].
15567         (CLD_KILLED): Likewise.
15568         (CLD_DUMPED): Likewise.
15569         (CLD_TRAPPED): Likewise.
15570         (CLD_STOPPED): Likewise.
15571         (CLD_CONTINUED): Likewise.
15572         (POLL_IN): Likewise.
15573         (POLL_OUT): Likewise.
15574         (POLL_MSG): Likewise.
15575         (POLL_ERR): Likewise.
15576         (POLL_PRI): Likewise.
15577         (POLL_HUP): Likewise.
15578         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15579         Likewise.
15580         (ILL_ILLOPN): Likewise.
15581         (ILL_ILLADR): Likewise.
15582         (ILL_ILLTRP): Likewise.
15583         (ILL_PRVOPC): Likewise.
15584         (ILL_PRVREG): Likewise.
15585         (ILL_COPROC): Likewise.
15586         (ILL_BADSTK): Likewise.
15587         (FPE_INTDIV): Likewise.
15588         (FPE_INTOVF): Likewise.
15589         (FPE_FLTDIV): Likewise.
15590         (FPE_FLTOVF): Likewise.
15591         (FPE_FLTUND): Likewise.
15592         (FPE_FLTRES): Likewise.
15593         (FPE_FLTINV): Likewise.
15594         (FPE_FLTSUB): Likewise.
15595         (SEGV_MAPERR): Likewise.
15596         (SEGV_ACCERR): Likewise.
15597         (BUS_ADRALN): Likewise.
15598         (BUS_ADRERR): Likewise.
15599         (BUS_OBJERR): Likewise.
15600         (BUS_MCEERR_AR): Likewise.
15601         (BUS_MCEERR_AO): Likewise.
15602         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15603         (TRAP_TRACE): Likewise.
15604         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15605         __USE_XOPEN2K8].
15606         (CLD_KILLED): Likewise.
15607         (CLD_DUMPED): Likewise.
15608         (CLD_TRAPPED): Likewise.
15609         (CLD_STOPPED): Likewise.
15610         (CLD_CONTINUED): Likewise.
15611         (POLL_IN): Likewise.
15612         (POLL_OUT): Likewise.
15613         (POLL_MSG): Likewise.
15614         (POLL_ERR): Likewise.
15615         (POLL_PRI): Likewise.
15616         (POLL_HUP): Likewise.
15617         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15618         (ILL_ILLOPN): Likewise.
15619         (ILL_ILLADR): Likewise.
15620         (ILL_ILLTRP): Likewise.
15621         (ILL_PRVOPC): Likewise.
15622         (ILL_PRVREG): Likewise.
15623         (ILL_COPROC): Likewise.
15624         (ILL_BADSTK): Likewise.
15625         (FPE_INTDIV): Likewise.
15626         (FPE_INTOVF): Likewise.
15627         (FPE_FLTDIV): Likewise.
15628         (FPE_FLTOVF): Likewise.
15629         (FPE_FLTUND): Likewise.
15630         (FPE_FLTRES): Likewise.
15631         (FPE_FLTINV): Likewise.
15632         (FPE_FLTSUB): Likewise.
15633         (SEGV_MAPERR): Likewise.
15634         (SEGV_ACCERR): Likewise.
15635         (BUS_ADRALN): Likewise.
15636         (BUS_ADRERR): Likewise.
15637         (BUS_OBJERR): Likewise.
15638         (BUS_MCEERR_AR): Likewise.
15639         (BUS_MCEERR_AO): Likewise.
15640         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15641         (TRAP_TRACE): Likewise.
15642         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15643         __USE_XOPEN2K8].
15644         (CLD_KILLED): Likewise.
15645         (CLD_DUMPED): Likewise.
15646         (CLD_TRAPPED): Likewise.
15647         (CLD_STOPPED): Likewise.
15648         (CLD_CONTINUED): Likewise.
15649         (POLL_IN): Likewise.
15650         (POLL_OUT): Likewise.
15651         (POLL_MSG): Likewise.
15652         (POLL_ERR): Likewise.
15653         (POLL_PRI): Likewise.
15654         (POLL_HUP): Likewise.
15655         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15656         Likewise.
15657         (ILL_ILLOPN): Likewise.
15658         (ILL_ILLADR): Likewise.
15659         (ILL_ILLTRP): Likewise.
15660         (ILL_PRVOPC): Likewise.
15661         (ILL_PRVREG): Likewise.
15662         (ILL_COPROC): Likewise.
15663         (ILL_BADSTK): Likewise.
15664         (ILL_BADIADDR): Likewise.
15665         (ILL_BREAK): Likewise.
15666         (FPE_INTDIV): Likewise.
15667         (FPE_INTOVF): Likewise.
15668         (FPE_FLTDIV): Likewise.
15669         (FPE_FLTOVF): Likewise.
15670         (FPE_FLTUND): Likewise.
15671         (FPE_FLTRES): Likewise.
15672         (FPE_FLTINV): Likewise.
15673         (FPE_FLTSUB): Likewise.
15674         (FPE_DECOVF): Likewise.
15675         (FPE_DECDIV): Likewise.
15676         (FPE_DECERR): Likewise.
15677         (FPE_INVASC): Likewise.
15678         (FPE_INVDEC): Likewise.
15679         (SEGV_MAPERR): Likewise.
15680         (SEGV_ACCERR): Likewise.
15681         (SEGV_PSTKOVF): Likewise.
15682         (BUS_ADRALN): Likewise.
15683         (BUS_ADRERR): Likewise.
15684         (BUS_OBJERR): Likewise.
15685         (BUS_MCEERR_AR): Likewise.
15686         (BUS_MCEERR_AO): Likewise.
15687         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15688         (TRAP_TRACE): Likewise.
15689         (TRAP_BRANCH): Likewise.
15690         (TRAP_HWBKPT): Likewise.
15691         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15692         __USE_XOPEN2K8].
15693         (CLD_KILLED): Likewise.
15694         (CLD_DUMPED): Likewise.
15695         (CLD_TRAPPED): Likewise.
15696         (CLD_STOPPED): Likewise.
15697         (CLD_CONTINUED): Likewise.
15698         (POLL_IN): Likewise.
15699         (POLL_OUT): Likewise.
15700         (POLL_MSG): Likewise.
15701         (POLL_ERR): Likewise.
15702         (POLL_PRI): Likewise.
15703         (POLL_HUP): Likewise.
15704         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15705         (ILL_ILLOPN): Likewise.
15706         (ILL_ILLADR): Likewise.
15707         (ILL_ILLTRP): Likewise.
15708         (ILL_PRVOPC): Likewise.
15709         (ILL_PRVREG): Likewise.
15710         (ILL_COPROC): Likewise.
15711         (ILL_BADSTK): Likewise.
15712         (FPE_INTDIV): Likewise.
15713         (FPE_INTOVF): Likewise.
15714         (FPE_FLTDIV): Likewise.
15715         (FPE_FLTOVF): Likewise.
15716         (FPE_FLTUND): Likewise.
15717         (FPE_FLTRES): Likewise.
15718         (FPE_FLTINV): Likewise.
15719         (FPE_FLTSUB): Likewise.
15720         (SEGV_MAPERR): Likewise.
15721         (SEGV_ACCERR): Likewise.
15722         (BUS_ADRALN): Likewise.
15723         (BUS_ADRERR): Likewise.
15724         (BUS_OBJERR): Likewise.
15725         (BUS_MCEERR_AR): Likewise.
15726         (BUS_MCEERR_AO): Likewise.
15727         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15728         (TRAP_TRACE): Likewise.
15729         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15730         __USE_XOPEN2K8].
15731         (CLD_KILLED): Likewise.
15732         (CLD_DUMPED): Likewise.
15733         (CLD_TRAPPED): Likewise.
15734         (CLD_STOPPED): Likewise.
15735         (CLD_CONTINUED): Likewise.
15736         (POLL_IN): Likewise.
15737         (POLL_OUT): Likewise.
15738         (POLL_MSG): Likewise.
15739         (POLL_ERR): Likewise.
15740         (POLL_PRI): Likewise.
15741         (POLL_HUP): Likewise.
15742         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15743         (ILL_ILLOPN): Likewise.
15744         (ILL_ILLADR): Likewise.
15745         (ILL_ILLTRP): Likewise.
15746         (ILL_PRVOPC): Likewise.
15747         (ILL_PRVREG): Likewise.
15748         (ILL_COPROC): Likewise.
15749         (ILL_BADSTK): Likewise.
15750         (FPE_INTDIV): Likewise.
15751         (FPE_INTOVF): Likewise.
15752         (FPE_FLTDIV): Likewise.
15753         (FPE_FLTOVF): Likewise.
15754         (FPE_FLTUND): Likewise.
15755         (FPE_FLTRES): Likewise.
15756         (FPE_FLTINV): Likewise.
15757         (FPE_FLTSUB): Likewise.
15758         (SEGV_MAPERR): Likewise.
15759         (SEGV_ACCERR): Likewise.
15760         (BUS_ADRALN): Likewise.
15761         (BUS_ADRERR): Likewise.
15762         (BUS_OBJERR): Likewise.
15763         (BUS_MCEERR_AR): Likewise.
15764         (BUS_MCEERR_AO): Likewise.
15765         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15766         (TRAP_TRACE): Likewise.
15767         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15768         __USE_XOPEN2K8].
15769         (CLD_KILLED): Likewise.
15770         (CLD_DUMPED): Likewise.
15771         (CLD_TRAPPED): Likewise.
15772         (CLD_STOPPED): Likewise.
15773         (CLD_CONTINUED): Likewise.
15774         (POLL_IN): Likewise.
15775         (POLL_OUT): Likewise.
15776         (POLL_MSG): Likewise.
15777         (POLL_ERR): Likewise.
15778         (POLL_PRI): Likewise.
15779         (POLL_HUP): Likewise.
15780         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15781         (ILL_ILLOPN): Likewise.
15782         (ILL_ILLADR): Likewise.
15783         (ILL_ILLTRP): Likewise.
15784         (ILL_PRVOPC): Likewise.
15785         (ILL_PRVREG): Likewise.
15786         (ILL_COPROC): Likewise.
15787         (ILL_BADSTK): Likewise.
15788         (FPE_INTDIV): Likewise.
15789         (FPE_INTOVF): Likewise.
15790         (FPE_FLTDIV): Likewise.
15791         (FPE_FLTOVF): Likewise.
15792         (FPE_FLTUND): Likewise.
15793         (FPE_FLTRES): Likewise.
15794         (FPE_FLTINV): Likewise.
15795         (FPE_FLTSUB): Likewise.
15796         (SEGV_MAPERR): Likewise.
15797         (SEGV_ACCERR): Likewise.
15798         (BUS_ADRALN): Likewise.
15799         (BUS_ADRERR): Likewise.
15800         (BUS_OBJERR): Likewise.
15801         (BUS_MCEERR_AR): Likewise.
15802         (BUS_MCEERR_AO): Likewise.
15803         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15804         (TRAP_TRACE): Likewise.
15805         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15806         __USE_XOPEN2K8].
15807         (CLD_KILLED): Likewise.
15808         (CLD_DUMPED): Likewise.
15809         (CLD_TRAPPED): Likewise.
15810         (CLD_STOPPED): Likewise.
15811         (CLD_CONTINUED): Likewise.
15812         (POLL_IN): Likewise.
15813         (POLL_OUT): Likewise.
15814         (POLL_MSG): Likewise.
15815         (POLL_ERR): Likewise.
15816         (POLL_PRI): Likewise.
15817         (POLL_HUP): Likewise.
15818         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15819         (ILL_ILLOPN): Likewise.
15820         (ILL_ILLADR): Likewise.
15821         (ILL_ILLTRP): Likewise.
15822         (ILL_PRVOPC): Likewise.
15823         (ILL_PRVREG): Likewise.
15824         (ILL_COPROC): Likewise.
15825         (ILL_BADSTK): Likewise.
15826         (ILL_DBLFLT): Likewise.
15827         (ILL_HARDWALL): Likewise.
15828         (FPE_INTDIV): Likewise.
15829         (FPE_INTOVF): Likewise.
15830         (FPE_FLTDIV): Likewise.
15831         (FPE_FLTOVF): Likewise.
15832         (FPE_FLTUND): Likewise.
15833         (FPE_FLTRES): Likewise.
15834         (FPE_FLTINV): Likewise.
15835         (FPE_FLTSUB): Likewise.
15836         (SEGV_MAPERR): Likewise.
15837         (SEGV_ACCERR): Likewise.
15838         (BUS_ADRALN): Likewise.
15839         (BUS_ADRERR): Likewise.
15840         (BUS_OBJERR): Likewise.
15841         (BUS_MCEERR_AR): Likewise.
15842         (BUS_MCEERR_AO): Likewise.
15843         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15844         (TRAP_TRACE): Likewise.
15845         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15846         __USE_XOPEN2K8].
15847         (CLD_KILLED): Likewise.
15848         (CLD_DUMPED): Likewise.
15849         (CLD_TRAPPED): Likewise.
15850         (CLD_STOPPED): Likewise.
15851         (CLD_CONTINUED): Likewise.
15852         (POLL_IN): Likewise.
15853         (POLL_OUT): Likewise.
15854         (POLL_MSG): Likewise.
15855         (POLL_ERR): Likewise.
15856         (POLL_PRI): Likewise.
15857         (POLL_HUP): Likewise.
15858         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15859         (ILL_ILLOPN): Likewise.
15860         (ILL_ILLADR): Likewise.
15861         (ILL_ILLTRP): Likewise.
15862         (ILL_PRVOPC): Likewise.
15863         (ILL_PRVREG): Likewise.
15864         (ILL_COPROC): Likewise.
15865         (ILL_BADSTK): Likewise.
15866         (FPE_INTDIV): Likewise.
15867         (FPE_INTOVF): Likewise.
15868         (FPE_FLTDIV): Likewise.
15869         (FPE_FLTOVF): Likewise.
15870         (FPE_FLTUND): Likewise.
15871         (FPE_FLTRES): Likewise.
15872         (FPE_FLTINV): Likewise.
15873         (FPE_FLTSUB): Likewise.
15874         (SEGV_MAPERR): Likewise.
15875         (SEGV_ACCERR): Likewise.
15876         (BUS_ADRALN): Likewise.
15877         (BUS_ADRERR): Likewise.
15878         (BUS_OBJERR): Likewise.
15879         (BUS_MCEERR_AR): Likewise.
15880         (BUS_MCEERR_AO): Likewise.
15881         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15882         (TRAP_TRACE): Likewise.
15883         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15884         __USE_XOPEN2K8].
15885         (CLD_KILLED): Likewise.
15886         (CLD_DUMPED): Likewise.
15887         (CLD_TRAPPED): Likewise.
15888         (CLD_STOPPED): Likewise.
15889         (CLD_CONTINUED): Likewise.
15890         (POLL_IN): Likewise.
15891         (POLL_OUT): Likewise.
15892         (POLL_MSG): Likewise.
15893         (POLL_ERR): Likewise.
15894         (POLL_PRI): Likewise.
15895         (POLL_HUP): Likewise.
15896         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15897         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15899         [BZ #16670]
15900         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15901         before #include of <time.h>.
15902         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15903         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15904         (test-xfail-UNIX98/sched.h/conform): Likewise.
15906 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15908         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15909         error absence of trapping exception support.
15910         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15912 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15914         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15915         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15916         * timezone/Makefile (testdata): Move definition above include of
15917         Rules.
15918         (test-zones): New variable.
15919         (tests-special): Add zone files.
15920         (build-testdata): Use $(evaluate-test).
15922         * elf/Makefile (tests-special): Rename tests to end with .out.
15923         ($(objpfx)noload-mem): Likewise.
15924         ($(objpfx)tst-leaks1-mem): Likewise.
15925         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15926         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15927         $(objpfx)test-iconvconfig.out.
15928         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15929         set -e inside subshell and redirect output to file.
15930         * iconvdata/Makefile (generated): Rename tests to end with .out.
15931         Correct type.
15932         (tests-special): Rename tests to end with .out.
15933         ($(objpfx)mtrace-tst-loading): Likewise.
15934         * intl/Makefile (generated): Likewise.
15935         (tests-special): Likewise.
15936         ($(objpfx)mtrace-tst-gettext): Likewise.
15937         * misc/Makefile (generated): Likewise.
15938         (tests-special): Likewise.
15939         ($(objpfx)tst-error1-mem): Likewise.
15940         * nptl/Makefile (tests-special): Likewise.
15941         ($(objpfx)tst-stack3-mem): Likewise.
15942         (generated): Likewise.
15943         * posix/Makefile (generated): Likewise.
15944         (tests-special): Likewise.
15945         (xtests-special): Likewise.
15946         ($(objpfx)tst-fnmatch-mem): Likewise.
15947         ($(objpfx)bug-regex2-mem): Likewise.
15948         ($(objpfx)bug-regex14-mem): Likewise.
15949         ($(objpfx)bug-regex21-mem): Likewise.
15950         ($(objpfx)bug-regex31-mem): Likewise.
15951         ($(objpfx)tst-vfork3-mem): Likewise.
15952         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15953         ($(objpfx)tst-pcre-mem): Likewise.
15954         ($(objpfx)tst-boost-mem): Likewise.
15955         ($(objpfx)bug-ga2-mem): Likewise.
15956         ($(objpfx)bug-glob2-mem): Likewise.
15957         * resolv/Makefile (generate): Likewise.
15958         (tests-special): Likewise.
15959         (xtests-special): Likewise.
15960         (generated): Likewise.
15961         ($(objpfx)mtrace-tst-leaks): Likewise.
15962         ($(objpfx)mtrace-tst-leaks2): Likewise.
15964         * scripts/merge-test-results.sh: New file.
15965         * Makefile (tests-special-notdir): New variable.
15966         (tests): Run merge-test-results.sh.
15967         (xtests): Likewise.
15968         * Rules (tests-special-notdir): New variable.
15969         (xtests-special-notdir): Likewise.
15970         (tests): Run merge-test-results.sh
15971         (xtests): Likewise.
15973         * Makeconfig (test-xfail-name): New variable.
15974         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15975         compute variable name for expected failures.
15976         * conform/Makefile (conformtest-headers-data): New variable.
15977         (conformtest-standards): Likewise.
15978         (conformtest-headers-ISO): Likewise.
15979         (conformtest-headers-ISO99): Likewise.
15980         (conformtest-headers-ISO11): Likewise.
15981         (conformtest-headers-POSIX): Likewise.
15982         (conformtest-headers-XPG3): Likewise.
15983         (conformtest-headers-XPG4): Likewise.
15984         (conformtest-headers-UNIX98): Likewise.
15985         (conformtest-headers-XOPEN2K): Likewise.
15986         (conformtest-headers-POSIX2008): Likewise.
15987         (conformtest-headers-XOPEN2K8): Likewise.
15988         (conformtest-header-list-base): Likewise.
15989         (conformtest-header-list-tests): Likewise.
15990         (conformtest-header-base): Likewise.
15991         (conformtest-header-tests): Likewise.
15992         (tests-special): Add $(conformtest-header-list-tests).  If
15993         [$(fast-check) && !$(cross-compiling)], add
15994         $(conformtest-header-tests) instead of
15995         $(objpfx)run-conformtest.out.
15996         (generated): Add $(conformtest-header-list-base).  If
15997         [$(fast-check) && !$(cross-compiling)], add
15998         $(conformtest-header-base).  Remove previous setting.
15999         ($(conformtest-header-list-tests)): New target.
16000         (test-xfail-run-conformtest): Remove variable.
16001         ($(objpfx)run-conformtest.out): Remove target.
16002         (test-xfail-ISO11/complex.h/conform): New variable.
16003         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16004         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16005         (test-xfail-XPG3/varargs.h/conform): Likewise.
16006         (test-xfail-XPG4/varargs.h/conform): Likewise.
16007         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16008         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16009         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16010         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16011         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16012         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16013         (test-xfail-XPG3/ftw.h/conform): Likewise.
16014         (test-xfail-XPG3/grp.h/conform): Likewise.
16015         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16016         (test-xfail-XPG3/limits.h/conform): Likewise.
16017         (test-xfail-XPG3/pwd.h/conform): Likewise.
16018         (test-xfail-XPG3/search.h/conform): Likewise.
16019         (test-xfail-XPG3/signal.h/conform): Likewise.
16020         (test-xfail-XPG3/stdio.h/conform): Likewise.
16021         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16022         (test-xfail-XPG3/string.h/conform): Likewise.
16023         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16024         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16025         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16026         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16027         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16028         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16029         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16030         (test-xfail-XPG3/termios.h/conform): Likewise.
16031         (test-xfail-XPG3/time.h/conform): Likewise.
16032         (test-xfail-XPG3/unistd.h/conform): Likewise.
16033         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16034         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16035         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16036         (test-xfail-XPG4/netdb.h/conform): Likewise.
16037         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16038         (test-xfail-XPG4/signal.h/conform): Likewise.
16039         (test-xfail-XPG4/stdio.h/conform): Likewise.
16040         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16041         (test-xfail-XPG4/stropts.h/conform): Likewise.
16042         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16043         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16044         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16045         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16046         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16047         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16048         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16049         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16050         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16051         (test-xfail-XPG4/termios.h/conform): Likewise.
16052         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16053         (test-xfail-XPG4/unistd.h/conform): Likewise.
16054         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16055         (test-xfail-POSIX/sched.h/conform): Likewise.
16056         (test-xfail-POSIX/signal.h/conform): Likewise.
16057         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16058         (test-xfail-POSIX/tar.h/conform): Likewise.
16059         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16060         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16061         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16062         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16063         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16064         (test-xfail-UNIX98/sched.h/conform): Likewise.
16065         (test-xfail-UNIX98/signal.h/conform): Likewise.
16066         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16067         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16068         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16069         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16070         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16071         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16072         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16073         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16074         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16075         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16076         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16077         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16078         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16079         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16080         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16081         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16082         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16083         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16084         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16085         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16086         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16087         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16088         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16089         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16090         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16091         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16092         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16093         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16094         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16095         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16096         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16097         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16098         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16099         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16100         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16101         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16102         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16103         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16104         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16105         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16106         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16107         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16108         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16109         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16110         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16111         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16112         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16113         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16114         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16115         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16116         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16117         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16118         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16119         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16120         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16121         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16122         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16123         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16124         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16125         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16126         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16127         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16128         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16129         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16130         (conformtest-cc-flags): Likewise.
16131         ($(conformtest-header-tests): New target.
16132         * conform/check-header-lists.sh: New file.
16133         * conform/run-conformtest.sh: Remove.
16135         * conform/conformtest.pl: Allow ' and \ in values given for
16136         constants.
16137         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16138         inclusion.
16139         [POSIX] (sys/types.h): Likewise.
16140         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16141         inclusion.
16142         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16143         inclusion.
16144         * conform/data/signal.h-data (SIGIO): Remove expectation.
16145         [XPG3] (SIGBUS): Do not expect.
16146         [POSIX || XPG3] (SIGPOLL): Likewise.
16147         [POSIX || XPG3] (SIGPROF): Likewise.
16148         [POSIX || XPG3] (SIGSYS): Likewise.
16149         [XPG3] (SIGTRAP): Likewise.
16150         [POSIX || XPG3] (SIGURG): Likewise.
16151         [POSIX || XPG3] (SIGVTALRM): Likewise.
16152         [POSIX || XPG3] (SIGXCPU): Likewise.
16153         [POSIX || XPG3] (SIGXFSZ): Likewise.
16154         [POSIX] (SA_SIGINFO): Expect.
16155         [XPG3] (siginfo_t): Do not expect type or contents.
16156         [POSIX] (si_pid): Do not expect element.
16157         [POSIX] (si_uid): Likewise.
16158         [POSIX] (si_addr): Likewise.
16159         [POSIX] (si_status): Likewise.
16160         [POSIX] (si_band): Likewise.
16161         [XPG4] (si_value): Likewise.
16162         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16163         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16164         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16165         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16166         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16167         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16168         [POSIX || XPG3] (ILL_COPROC): Likewise.
16169         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16170         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16171         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16172         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16173         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16174         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16175         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16176         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16177         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16178         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16179         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16180         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16181         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16182         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16183         [POSIX || XPG3] (CLD_EXITED): Likewise.
16184         [POSIX || XPG3] (CLD_KILLED): Likewise.
16185         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16186         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16187         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16188         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16189         [POSIX || XPG3] (POLL_IN): Likewise.
16190         [POSIX || XPG3] (POLL_OUT): Likewise.
16191         [POSIX || XPG3] (POLL_MSG): Likewise.
16192         [POSIX || XPG3] (POLL_ERR): Likewise.
16193         [POSIX || XPG3] (POLL_PRI): Likewise.
16194         [POSIX || XPG3] (POLL_HUP): Likewise.
16195         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16196         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16197         (SIG*): Do not allow.
16198         [XPG3] (si_*): Likewise.
16199         [XPG3] (SI_*): Likewise.
16200         [XPG3 || XPG4] (sigev_*): Likewise.
16201         [XPG3 || XPG4] (SIGEV_*): Likewise.
16202         [XPG3 || XPG4] (sival_*): Likewise.
16203         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16204         [POSIX || XPG3] (BUS_*): Likewise.
16205         [POSIX || XPG3] (CLD_*): Likewise.
16206         [POSIX || XPG3] (FPE_*): Likewise.
16207         [POSIX || XPG3] (ILL_*): Likewise.
16208         [POSIX || XPG3] (POLL_*): Likewise.
16209         [POSIX || XPG3] (SEGV_*): Likewise.
16210         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16211         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16212         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16213         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16214         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16215         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16216         Specify type and value.
16217         (TVERSLEN): Likewise.
16218         (REGTYPE): Likewise.
16219         (AREGTYPE): Likewise.
16220         (LNKTYPE): Likewise.
16221         (SYMTYPE): Likewise.
16222         (CHRTYPE): Likewise.
16223         (BLKTYPE): Likewise.
16224         (DIRTYPE): Likewise.
16225         (FIFOTYPE): Likewise.
16226         (CONTTYPE): Likewise.
16227         (TSUID): Likewise.
16228         (TSGID): Likewise.
16229         (TSVTX): Likewise.
16230         (TUREAD): Likewise.
16231         (TUWRITE): Likewise.
16232         (TUEXEC): Likewise.
16233         (TGREAD): Likewise.
16234         (TGWRITE): Likewise.
16235         (TGEXEC): Likewise.
16236         (TOREAD): Likewise.
16237         (TOWRITE): Likewise.
16238         (TOEXEC): Likewise.
16239         [POSIX] (TSVTX): Expect constant.
16241 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16243         * Makefile (tests): Change dependencies to ....
16244         (tests-special): ... additions to this variable.
16245         (tests): Depend on $(tests-special).
16246         * Makerules (check-abi-list): New variable.
16247         (check-abi): Depend on $(check-abi-list).
16248         [$(subdir) = elf] (tests-special): Add
16249         $(objpfx)check-abi-libc.out.
16250         [$(build-shared) = yes && subdir] (tests-special): Add
16251         $(check-abi-list).
16252         [$(build-shared) = yes && subdir] (tests): Do not depend on
16253         check-abi.
16254         * Rules (tests): Depend on $(tests-special).
16255         (xtests): Depend on $(xtests-special).
16256         * catgets/Makefile (tests): Change dependencies to ....
16257         (tests-special): ... additions to this variable.
16258         * conform/Makefile (tests): Change dependencies to ....
16259         (tests-special): ... additions to this variable.
16260         * elf/Makefile (tests): Change dependencies to ....
16261         (tests-special): ... additions to this variable.
16262         * grp/Makefile (tests): Change dependencies to ....
16263         (tests-special): ... additions to this variable.
16264         * iconv/Makefile (xtests): Change dependencies to ....
16265         (xtests-special): ... additions to this variable.
16266         * iconvdata/Makefile (tests): Change dependencies to ....
16267         (tests-special): ... additions to this variable.
16268         * intl/Makefile (tests): Change dependencies to ....
16269         (tests-special): ... additions to this variable.  Also add
16270         $(objpfx)tst-gettext.out.
16271         * io/Makefile (tests): Change dependencies to ....
16272         (tests-special): ... additions to this variable.
16273         * libio/Makefile (tests): Change dependencies to ....
16274         (tests-special): ... additions to this variable.
16275         * malloc/Makefile (tests): Change dependencies to ....
16276         (tests-special): ... additions to this variable.
16277         * misc/Makefile (tests): Change dependencies to ....
16278         (tests-special): ... additions to this variable.
16279         * nptl/Makefile (tests): Change dependencies to ....
16280         (tests-special): ... additions to this variable.
16281         * nptl_db/Makefile (tests): Change dependencies to ....
16282         (tests-special): ... additions to this variable.
16283         * posix/Makefile (tests): Change dependencies to ....
16284         (tests-special): ... additions to this variable.
16285         (xtests): Change dependencies to ....
16286         (xtests-special): ... additions to this variable.
16287         * resolv/Makefile (tests): Change dependencies to ....
16288         (tests-special): ... additions to this variable.
16289         (xtests): Change dependencies to ....
16290         (xtests-special): ... additions to this variable.
16291         * stdio-common/Makefile (tests): Change dependencies to ....
16292         (tests-special): ... additions to this variable.
16293         (do-tst-unbputc): Remove target.
16294         (do-tst-printf): Likewise.
16295         * stdlib/Makefile (tests): Change dependencies to ....
16296         (tests-special): ... additions to this variable.
16297         * string/Makefile (tests): Change dependencies to ....
16298         (tests-special): ... additions to this variable.
16299         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16300         (tests-special): ... additions to this variable.
16302         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16303         whole file.
16304         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16305         whole file.
16306         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16307         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16309         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16310         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16311         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16312         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16313         * conform/data/libgen.h-data [XPG3]: Likewise.
16314         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16315         * conform/data/ndbm.h-data [XPG3]: Likewise.
16316         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16317         * conform/data/netdb.h-data [XPG3]: Likewise.
16318         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16319         * conform/data/poll.h-data [XPG3]: Likewise.
16320         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16321         * conform/data/strings.h-data [XPG3]: Likewise.
16322         * conform/data/stropts.h-data [XPG3]: Likewise.
16323         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16324         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16325         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16326         Likewise.
16327         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16328         * conform/data/sys/time.h-data [XPG3]: Likewise.
16329         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16330         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16331         * conform/data/sys/un.h-data [XPG3]: Likewise.
16332         * conform/data/syslog.h-data [XPG3]: Likewise.
16333         * conform/data/ucontext.h-data [XPG3]: Likewise.
16334         * conform/data/utmpx.h-data [XPG3]: Likewise.
16335         * conform/data/varargs.h-data [UNIX98]: Enable file.
16337         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16339         * math/libm-test.inc (struct test_f_f_data): Move expected results
16340         into structure for each rounding mode.
16341         (struct test_ff_f_data): Likewise.
16342         (struct test_ff_f_data_nexttoward): Likewise.
16343         (struct test_fi_f_data): Likewise.
16344         (struct test_fl_f_data): Likewise.
16345         (struct test_if_f_data): Likewise.
16346         (struct test_fff_f_data): Likewise.
16347         (struct test_c_f_data): Likewise.
16348         (struct test_f_f1_data): Likewise.
16349         (struct test_fF_f1_data): Likewise.
16350         (struct test_ffI_f1_data): Likewise.
16351         (struct test_c_c_data): Likewise.
16352         (struct test_cc_c_data): Likewise.
16353         (struct test_f_i_data): Likewise.
16354         (struct test_ff_i_data): Likewise.
16355         (struct test_f_l_data): Likewise.
16356         (struct test_f_L_data): Likewise.
16357         (struct test_fFF_11_data): Likewise.
16358         (RM_): New macro.
16359         (RM_FE_DOWNWARD): Likewise.
16360         (RM_FE_TONEAREST): Likewise.
16361         (RM_FE_TOWARDZERO): Likewise.
16362         (RM_FE_UPWARD): Likewise.
16363         (RUN_TEST_LOOP_f_f): Update references to expected results.
16364         (RUN_TEST_LOOP_2_f): Likewise.
16365         (RUN_TEST_LOOP_fff_f): Likewise.
16366         (RUN_TEST_LOOP_c_f): Likewise.
16367         (RUN_TEST_LOOP_f_f1): Likewise.
16368         (RUN_TEST_LOOP_fF_f1): Likewise.
16369         (RUN_TEST_LOOP_fI_f1): Likewise.
16370         (RUN_TEST_LOOP_ffI_f1): Likewise.
16371         (RUN_TEST_LOOP_c_c): Likewise.
16372         (RUN_TEST_LOOP_cc_c): Likewise.
16373         (RUN_TEST_LOOP_f_i): Likewise.
16374         (RUN_TEST_LOOP_f_i_tg): Likewise.
16375         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16376         (RUN_TEST_LOOP_f_b): Likewise.
16377         (RUN_TEST_LOOP_f_b_tg): Likewise.
16378         (RUN_TEST_LOOP_f_l): Likewise.
16379         (RUN_TEST_LOOP_f_L): Likewise.
16380         (RUN_TEST_LOOP_fFF_11): Likewise.
16381         * math/gen-libm-test.pl (parse_args): Output four copies of
16382         expected results for each test.
16384         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16385         (__ASSUME_UTIMES): Remove.
16386         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16387         (__ASSUME_UTIMES): Likewise.
16389         * math/gen-auto-libm-tests.c: Update comment on output format.
16390         (output_for_one_input_case): Generate before-rounding and
16391         after-rounding information as conditions on output flags not
16392         floating-point format.
16393         * math/auto-libm-test-out: Regenerated.
16394         * math/gen-libm-test.pl (cond_value): New function.
16395         (or_cond_value): Use cond_value.
16396         (generate_testfile): Handle conditional exceptions.
16398 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16400         * math/libm-test.inc (max_valid_error): New variable.
16401         (init_max_error): Take new argument specifying whether function
16402         results are exactly determined.  Set max_valid_error and bound
16403         other variables for errors based on this argument.
16404         (set_max_error): Do not record results above max_valid_error.
16405         (check_float_internal): Only accept errors of up to 0.5ulps if
16406         also at most max_valid_error.
16407         (START): Take new argument EXACT and pass it to init_max_error.
16408         (acos_test): Update call to START.
16409         (acos_test_tonearest): Likewise.
16410         (acos_test_towardzero): Likewise.
16411         (acos_test_downward): Likewise.
16412         (acos_test_upward): Likewise.
16413         (acosh_test): Likewise.
16414         (asin_test): Likewise.
16415         (asin_test_tonearest): Likewise.
16416         (asin_test_towardzero): Likewise.
16417         (asin_test_downward): Likewise.
16418         (asin_test_upward): Likewise.
16419         (asinh_test): Likewise.
16420         (atan_test): Likewise.
16421         (atanh_test): Likewise.
16422         (atan2_test): Likewise.
16423         (cabs_test): Likewise.
16424         (cacos_test): Likewise.
16425         (cacosh_test): Likewise.
16426         (carg_test): Likewise.
16427         (casin_test): Likewise.
16428         (casinh_test): Likewise.
16429         (catan_test): Likewise.
16430         (catanh_test): Likewise.
16431         (cbrt_test): Likewise.
16432         (ccos_test): Likewise.
16433         (ccosh_test): Likewise.
16434         (ceil_test): Likewise.
16435         (cexp_test): Likewise.
16436         (cimag_test): Likewise.
16437         (clog_test): Likewise.
16438         (clog10_test): Likewise.
16439         (conj_test): Likewise.
16440         (copysign_test): Likewise.
16441         (cos_test): Likewise.
16442         (cos_test_tonearest): Likewise.
16443         (cos_test_towardzero): Likewise.
16444         (cos_test_downward): Likewise.
16445         (cos_test_upward): Likewise.
16446         (cosh_test): Likewise.
16447         (cosh_test_tonearest): Likewise.
16448         (cosh_test_towardzero): Likewise.
16449         (cosh_test_downward): Likewise.
16450         (cosh_test_upward): Likewise.
16451         (cpow_test): Likewise.
16452         (cproj_test): Likewise.
16453         (creal_test): Likewise.
16454         (csin_test): Likewise.
16455         (csinh_test): Likewise.
16456         (csqrt_test): Likewise.
16457         (ctan_test): Likewise.
16458         (ctan_test_tonearest): Likewise.
16459         (ctan_test_towardzero): Likewise.
16460         (ctan_test_downward): Likewise.
16461         (ctan_test_upward): Likewise.
16462         (ctanh_test): Likewise.
16463         (ctanh_test_tonearest): Likewise.
16464         (ctanh_test_towardzero): Likewise.
16465         (ctanh_test_downward): Likewise.
16466         (ctanh_test_upward): Likewise.
16467         (erf_test): Likewise.
16468         (erfc_test): Likewise.
16469         (exp_test): Likewise.
16470         (exp_test_tonearest): Likewise.
16471         (exp_test_towardzero): Likewise.
16472         (exp_test_downward): Likewise.
16473         (exp_test_upward): Likewise.
16474         (exp10_test): Likewise.
16475         (exp10_test_tonearest): Likewise.
16476         (exp10_test_towardzero): Likewise.
16477         (exp10_test_downward): Likewise.
16478         (exp10_test_upward): Likewise.
16479         (pow10_test): Likewise.
16480         (exp2_test): Likewise.
16481         (expm1_test): Likewise.
16482         (expm1_test_tonearest): Likewise.
16483         (expm1_test_towardzero): Likewise.
16484         (expm1_test_downward): Likewise.
16485         (expm1_test_upward): Likewise.
16486         (fabs_test): Likewise.
16487         (fdim_test): Likewise.
16488         (floor_test): Likewise.
16489         (fma_test): Likewise.
16490         (fma_test_towardzero): Likewise.
16491         (fma_test_downward): Likewise.
16492         (fma_test_upward): Likewise.
16493         (fmax_test): Likewise.
16494         (fmin_test): Likewise.
16495         (fmod_test): Likewise.
16496         (fpclassify_test): Likewise.
16497         (frexp_test): Likewise.
16498         (hypot_test): Likewise.
16499         (ilogb_test): Likewise.
16500         (isfinite_test): Likewise.
16501         (finite_test): Likewise.
16502         (isgreater_test): Likewise.
16503         (isgreaterequal_test): Likewise.
16504         (isinf_test): Likewise.
16505         (isless_test): Likewise.
16506         (islessequal_test): Likewise.
16507         (islessgreater_test): Likewise.
16508         (isnan_test): Likewise.
16509         (isnormal_test): Likewise.
16510         (issignaling_test): Likewise.
16511         (isunordered_test): Likewise.
16512         (j0_test): Likewise.
16513         (j1_test): Likewise.
16514         (jn_test): Likewise.
16515         (ldexp_test): Likewise.
16516         (lgamma_test): Likewise.
16517         (gamma_test): Likewise.
16518         (lrint_test): Likewise.
16519         (lrint_test_tonearest): Likewise.
16520         (lrint_test_towardzero): Likewise.
16521         (lrint_test_downward): Likewise.
16522         (lrint_test_upward): Likewise.
16523         (llrint_test): Likewise.
16524         (llrint_test_tonearest): Likewise.
16525         (llrint_test_towardzero): Likewise.
16526         (llrint_test_downward): Likewise.
16527         (llrint_test_upward): Likewise.
16528         (log_test): Likewise.
16529         (log10_test): Likewise.
16530         (log1p_test): Likewise.
16531         (log2_test): Likewise.
16532         (logb_test): Likewise.
16533         (logb_test_downward): Likewise.
16534         (lround_test): Likewise.
16535         (llround_test): Likewise.
16536         (modf_test): Likewise.
16537         (nearbyint_test): Likewise.
16538         (nextafter_test): Likewise.
16539         (nexttoward_test): Likewise.
16540         (pow_test): Likewise.
16541         (pow_test_tonearest): Likewise.
16542         (pow_test_towardzero): Likewise.
16543         (pow_test_downward): Likewise.
16544         (pow_test_upward): Likewise.
16545         (remainder_test): Likewise.
16546         (drem_test): Likewise.
16547         (remainder_test_tonearest): Likewise.
16548         (drem_test_tonearest): Likewise.
16549         (remainder_test_towardzero): Likewise.
16550         (drem_test_towardzero): Likewise.
16551         (remainder_test_downward): Likewise.
16552         (drem_test_downward): Likewise.
16553         (remainder_test_upward): Likewise.
16554         (drem_test_upward): Likewise.
16555         (remquo_test): Likewise.
16556         (rint_test): Likewise.
16557         (rint_test_tonearest): Likewise.
16558         (rint_test_towardzero): Likewise.
16559         (rint_test_downward): Likewise.
16560         (rint_test_upward): Likewise.
16561         (round_test): Likewise.
16562         (scalb_test): Likewise.
16563         (scalbn_test): Likewise.
16564         (scalbln_test): Likewise.
16565         (signbit_test): Likewise.
16566         (sin_test): Likewise.
16567         (sin_test_tonearest): Likewise.
16568         (sin_test_towardzero): Likewise.
16569         (sin_test_downward): Likewise.
16570         (sin_test_upward): Likewise.
16571         (sincos_test): Likewise.
16572         (sinh_test): Likewise.
16573         (sinh_test_tonearest): Likewise.
16574         (sinh_test_towardzero): Likewise.
16575         (sinh_test_downward): Likewise.
16576         (sinh_test_upward): Likewise.
16577         (sqrt_test): Likewise.
16578         (sqrt_test_tonearest): Likewise.
16579         (sqrt_test_towardzero): Likewise.
16580         (sqrt_test_downward): Likewise.
16581         (sqrt_test_upward): Likewise.
16582         (tan_test): Likewise.
16583         (tan_test_tonearest): Likewise.
16584         (tan_test_towardzero): Likewise.
16585         (tan_test_downward): Likewise.
16586         (tan_test_upward): Likewise.
16587         (tanh_test): Likewise.
16588         (tgamma_test): Likewise.
16589         (trunc_test): Likewise.
16590         (y0_test): Likewise.
16591         (y1_test): Likewise.
16592         (yn_test): Likewise.
16593         (significand_test): Likewise.
16595         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16596         individual tests in comment.
16597         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16598         (prev_max_error): New variable.
16599         (prev_real_max_error): Likewise.
16600         (prev_imag_max_error): Likewise.
16601         (compare_ulp_data): Don't refer to test names in comment.
16602         (find_test_ulps): Remove function.
16603         (find_function_ulps): Likewise.
16604         (find_complex_function_ulps): Likewise.
16605         (init_max_error): Take function name as argument.  Look up ulps
16606         for that function.
16607         (print_ulps): Remove function.
16608         (print_max_error): Use prev_max_error instead of calling
16609         find_function_ulps.
16610         (print_complex_max_error): Use prev_real_max_error and
16611         prev_imag_max_error instead of calling find_complex_function_ulps.
16612         (check_float_internal): Take max_ulp parameter instead of calling
16613         find_test_ulps.  Don't call print_ulps.
16614         (check_float): Update call to check_float_internal.
16615         (check_complex): Update calls to check_float_internal.
16616         (START): Pass argument to init_max_error.
16617         * math/gen-libm-test.pl (%results): Don't include "kind"
16618         information.
16619         (parse_ulps): Don't handle ulps of individual tests.
16620         (print_ulps_file): Likewise.
16621         (output_ulps): Likewise.
16622         * math/README.libm-test: Update.
16623         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16624         individual tests.
16625         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16626         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16627         * sysdeps/arm/libm-test-ulps: Likewise.
16628         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16629         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16630         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16631         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16632         * sysdeps/microblaze/libm-test-ulps: Likewise.
16633         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16634         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16635         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16636         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16637         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16638         * sysdeps/sh/libm-test-ulps: Likewise.
16639         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16640         * sysdeps/tile/libm-test-ulps: Likewise.
16641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16643 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16645         * math/libm-test.inc (print_complex_max_error): Check separately
16646         whether real and imaginary errors are within allowed range and
16647         pass 0 to print_complex_function_ulps instead of value within
16648         allowed range.
16650 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16652         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16653         formatting.
16654         (get_handles_fopen): Likewise.
16655         (do_write_test): Likewise.
16657         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16659         * libio/fileops.c (do_ftell): Use cached offset when
16660         available.
16661         * libio/iofwide.c (do_ftell_wide): Likewise.
16662         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16663         _IO_file_attach.
16664         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16666         [BZ #16532]
16667         * libio/libioP.h (get_file_offset): New function.
16668         * libio/fileops.c (get_file_offset): Likewise.
16669         (do_ftell): Likewise.
16670         (_IO_new_file_seekoff): Split out ftell logic.
16671         * libio/wfileops.c (do_ftell_wide): Likewise.
16672         (_IO_wfile_seekoff): Split out ftell logic.
16673         * libio/tst-ftell-active-handler.c: New test case.
16674         * libio/Makefile (tests): Add it.
16676 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16678         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16679         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16681 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16683         [BZ #16639]
16684         * nscd/connections.c (nscd_init): Call do_exit.
16685         (start_threads): Call do_exit and notify_parent.
16686         (begin_drop_privileges): Call do_exit.
16687         (finish_drop_privileges): Likewise.
16688         * nscd/selinux.c (preserve_capabilities): Likewise.
16689         (install_real_capabilities): Likewise.
16690         (nscd_selinux_enabled): Likewise.
16691         (avc_create_thread): Likewise.
16692         (avc_alloc_lock): Likewise.
16693         (nscd_avc_init): Likewise.
16694         * nscd/nscd.c (parent_fd): New static variable.
16695         (main): Create a pipe between parent and child processes.
16696         Skip closing parent_fd.
16697         (monitor_child): New function.
16698         (do_exit): Likewise.
16699         (notify_parent): Likewise.
16700         * nscd/nscd.h (notify_parent): Likewise.
16701         (do_exit): Likewise.
16703 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16705         * malloc/malloc.c (__libc_calloc): Revert last change.
16707 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16709         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16711 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16713         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16714         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16715         implementation.
16716         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16717         (__libc_ifunc_impl_list): Likewise.
16718         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16719         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16720         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16721         * string/strrchr.c: Define STRRCHR.
16723 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16725         * benchtest/bench-strtok.c (simple_strtok): Delete.
16726         (strtok_string): Use as benchmark.
16727         * string/strtok (STRTOK): New macro.
16729 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16731         * manual/threads.texi: Add header and standard comments to all
16732         functions.
16734         * elf/dl-lookup.c (check_match): New function.
16735         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16736         (do_lookup_x): Remove nested function check_match. Use non-nested
16737         function check_match.
16739 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16741         * csu/Makefile (generated, before-compile): Use += rather than =.
16742         * catgets/Makefile (generated, generated-dirs): Likewise.
16743         * debug/Makefile (generated): Likewise.
16744         * dlfcn/Makefile (generated): Likewise.
16745         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16746         * iconvdata/Makefile (before-compile, generated): Likewise.
16747         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16748         * libio/Makefile (generated): Likewise.
16749         * malloc/Makefile (generated): Likewise.
16750         * manual/Makefile (generated, generated-dirs): Likewise.
16751         * misc/Makefile (generated): Likewise.
16752         * posix/Makefile (generated): Likewise.
16753         * resolv/Makefile (generated): Likewise.
16754         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16755         * timezone/Makefile (generated, generated-dirs): Likewise.
16757         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16759 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16761         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16762         power8 implementation.
16763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16764         file: POWER8 llround ifunc implementation.
16765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16766         (__lllround): Add POWER8 implementation.
16767         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16768         POWER8 llround implementation.
16770         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16771         power8 implementation.
16772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16773         file: POWER8 llrint ifunc implementation.
16774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16775         Add POWER8 implementation.
16776         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16777         POWER8 llrint implementation.
16779         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16780         power8 implementation.
16781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16782         file: POWER8 finite ifunc implementation.
16783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16784         Add POWER8 implementation.
16785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16786         Likewise.
16787         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16788         POWER8 finite implementation.
16789         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16791         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16792         power8 implementation.
16793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16794         file: POWER8 isinf ifunc implementation.
16795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16796         POWER8 implementation.
16797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16798         Likewise.
16799         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16800         isinf implementation.
16801         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16803         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16804         (INIT_ARCH): Add hwcap2 initialization.
16805         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16806         power8 implementation.
16807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16808         file: POWER8 isnan ifunc implementation.
16809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16810         POWER8 implementation.
16811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16812         Likewise.
16813         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16814         isnan implementation.
16815         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16817 2014-02-27  Joey Ye  <joey.ye@arm.com>
16819         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16820         (_FP_NANFRAC_Q): Set to zero.
16822 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16824         [BZ #16623]
16825         * math/auto-libm-test-in: New test inputs.
16826         * math/auto-libm-test-out: Regenerate.
16827         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16828         and DA.
16829         (__cos): Likewise.
16830         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16832 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16834         * scripts/evaluate-test.sh: Take new argument indicating whether
16835         failure is expected.
16836         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16837         indicating whether failure is expected.
16838         * conform/Makefile (test-xfail-run-conformtest): New variable.
16839         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16840         level.
16841         * posix/Makefile (test-xfail-annexc): New variable.
16842         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16844 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16846         * argp/Makefile: Include Makeconfig immediately after defining
16847         subdir.
16848         * assert/Makefile: Likewise.
16849         * benchtests/Makefile: Likewise.
16850         * catgets/Makefile: Likewise.
16851         * conform/Makefile: Likewise.
16852         * crypt/Makefile: Likewise.
16853         * csu/Makefile: Likewise.
16854         (all): Remove target.
16855         * ctype/Makefile: Include Makeconfig immediately after defining
16856         subdir.
16857         * debug/Makefile: Likewise.
16858         * dirent/Makefile: Likewise.
16859         * dlfcn/Makefile: Likewise.
16860         * gmon/Makefile: Likewise.
16861         * gnulib/Makefile: Likewise.
16862         * grp/Makefile: Likewise.
16863         * gshadow/Makefile: Likewise.
16864         * hesiod/Makefile: Likewise.
16865         * hurd/Makefile: Likewise.
16866         (all): Remove target.
16867         * iconvdata/Makefile: Include Makeconfig immediately after
16868         defining subdir.
16869         * inet/Makefile: Likewise.
16870         * intl/Makefile: Likewise.
16871         * io/Makefile: Likewise.
16872         * libio/Makefile: Likewise.
16873         (all): Remove target.
16874         * locale/Makefile: Include Makeconfig immediately after defining
16875         subdir.
16876         * login/Makefile: Likewise.
16877         * mach/Makefile: Likewise.
16878         (all): Remove target.
16879         * malloc/Makefile: Include Makeconfig immediately after defining
16880         subdir.
16881         (all): Remove target.
16882         * manual/Makefile: Include Makeconfig immediately after defining
16883         subdir.
16884         * math/Makefile: Likewise.
16885         * misc/Makefile: Likewise.
16886         * nis/Makefile: Likewise.
16887         * nss/Makefile: Likewise.
16888         * po/Makefile: Likewise.
16889         (all): Remove target.
16890         * posix/Makefile: Include Makeconfig immediately after defining
16891         subdir.
16892         * pwd/Makefile: Likewise.
16893         * resolv/Makefile: Likewise.
16894         * resource/Makefile: Likewise.
16895         * rt/Makefile: Likewise.
16896         * setjmp/Makefile: Likewise.
16897         * shadow/Makefile: Likewise.
16898         * signal/Makefile: Likewise.
16899         * socket/Makefile: Likewise.
16900         * soft-fp/Makefile: Likewise.
16901         * stdio-common/Makefile: Likewise.
16902         * stdlib/Makefile: Likewise.
16903         * streams/Makefile: Likewise.
16904         * string/Makefile: Likewise.
16905         * sunrpc/Makefile: Likewise.
16906         (all): Remove target.
16907         * sysvipc/Makefile: Include Makeconfig immediately after defining
16908         subdir.
16909         * termios/Makefile: Likewise.
16910         * time/Makefile: Likewise.
16911         * timezone/Makefile: Likewise.
16912         (all): Remove target.
16913         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16914         subdir.
16915         * wctype/Makefile: Likewise.
16917 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16919         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16920         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16921         (libc_feholdexcept_setround_mips): Ditto.
16922         (libc_feholdsetround): New.
16923         (libc_feholdsetroundf): New.
16924         (libc_feholdsetroundl): New.
16925         (libc_feupdateenv_test_mips): New.
16926         (libc_feupdateenv_test): New.
16927         (libc_feupdateenv_testf): New.
16928         (libc_feupdateenv_testl): New.
16929         (libc_feresetround): New.
16930         (libc_feresetroundf): New.
16931         (libc_feresetroundl): New.
16932         (libc_fetestexcept_mips): New.
16933         (libc_fetestexcept): New.
16934         (libc_fetestexceptf): New.
16935         (libc_fetestexceptl): New.
16936         (HAVE_RM_CTX): New.
16937         (libc_feholdexcept_setround_mips_ctx): New.
16938         (libc_feholdexcept_setround_ctx): New.
16939         (libc_feholdexcept_setroundf_ctx): New.
16940         (libc_feholdexcept_setroundl_ctx): New.
16941         (libc_fesetenv_mips_ctx): New.
16942         (libc_fesetenv_ctx): New.
16943         (libc_fesetenv_ctxf): New.
16944         (libc_fesetenv_ctxl): New.
16945         (libc_feupdateenv_mips_ctx): New.
16946         (libc_feupdateenv_ctx): New.
16947         (libc_feupdateenvf_ctx): New.
16948         (libc_feupdateenvl_ctx): New.
16949         (libc_feholdsetround_mips_ctx): New.
16950         (libc_feholdsetround_ctx): New.
16951         (libc_feholdsetroundf_ctx): New.
16952         (libc_feholdsetroundl_ctx): New.
16953         (libc_feresetround_mips_ctx): New.
16954         (libc_feresetround_ctx): New.
16955         (libc_feresetroundf_ctx): New.
16956         (libc_feresetroundl_ctx): New.
16958 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16960         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16962         * manual/ipc.texi: New file.
16963         * manual/Makefile (chapters): Add ipc.
16964         * manual/job.texi: Add "Inter-Process Communication" to next.
16965         * manual/process.texi: Add "Inter-Process Communication" to prev.
16967 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16969         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16971 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16973         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16975         * manual/arith.texi: Fix spaces after sentences.
16976         * manual/charset.texi: Likewise.
16977         * manual/errno.texi: Likewise.
16978         * manual/install.texi: Likewise.
16979         * manual/llio.texi: Likewise.
16980         * manual/locale.texi: Likewise.
16981         * manual/maint.texi: Likewise.
16982         * manual/math.texi: Likewise.
16983         * manual/memory.texi: Likewise.
16984         * manual/message.texi: Likewise.
16985         * manual/probes.texi: Likewise.
16986         * manual/resource.texi: Likewise.
16987         * manual/signal.texi: Likewise.
16988         * manual/socket.texi: Likewise.
16989         * manual/stdio.texi: Likewise.
16990         * manual/string.texi: Likewise.
16991         * manual/time.texi: Likewise.
16992         * manual/users.texi: Likewise.
16994 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16996         [BZ #16632]
16997         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16998         _DEFAULT_SOURCE is defined.
17000 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17001             Carlos O'Donell  <carlos@redhat.com>
17003         [BZ #16613]
17004         * elf/dl-tls.c (_dl_count_modids): New function.
17005         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17006         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17007         audit library and increment generation counter.
17008         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17009         * elf/tst-audit9.c: New file.
17010         * elf/tst-auditmod9a.c: New file.
17011         * elf/tst-auditmod9b.c: New file.
17012         * elf/Makefile: Add rules to build and run tst-audit9.
17014 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17016         [BZ #15347]
17017         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17019 2014-02-25  Will Newton  <will.newton@linaro.org>
17021         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17022         (__longjmp): Restore sp and lr before restoring callee
17023         saved registers.  Add longjmp and longjmp_target
17024         SystemTap probe point.
17025         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17026         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17027         Define to zero to match jmpbuf layout.
17028         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17029         (__sigsetjmp): Save sp and lr before saving callee
17030         saved registers.  Add setjmp SystemTap probe point.
17032 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17034         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17036 2014-02-24  Andreas Schwab  <schwab@suse.de>
17038         [BZ #15804]
17039         * elf/pldd.c (wait_for_ptrace_stop): New function.
17040         (main): Call it after attaching.
17042 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17044         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17045         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17046         Versions files is now verboten.
17047         * hurd/Versions (libc: GLIBC_2.0):
17048         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17049         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17050         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17051         * mach/Versions: Likewise.
17053         * csu/Versions: Remove unused %include.
17054         * resolv/Versions: Likewise.
17056 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17058         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17059         ($(objpfx)check-local-headers.out): Likewise.
17060         ($(objpfx)begin-end-check.out): Likewise.
17061         * Makerules (check-abi-%.out): Likewise.
17062         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17063         ($(objpfx)test2.cat): Likewise.
17064         ($(objpfx)de/libc.cat): Likewise.
17065         ($(objpfx)test-gencat.out): Likewise.
17066         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17067         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17068         ($(objpfx)noload-mem): Likewise.
17069         ($(objpfx)tst-pathopt.out): Likewise.
17070         ($(objpfx)tst-rtld-load-self.out): Likewise.
17071         ($(objpfx)tst-array1-cmp.out): Likewise.
17072         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17073         ($(objpfx)tst-array2-cmp.out): Likewise.
17074         ($(objpfx)tst-array3-cmp.out): Likewise.
17075         ($(objpfx)tst-array4-cmp.out): Likewise.
17076         ($(objpfx)tst-array5-cmp.out): Likewise.
17077         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17078         ($(objpfx)check-textrel.out): Likewise.
17079         ($(objpfx)check-execstack.out): Likewise.
17080         ($(objpfx)check-localplt.out): Likewise.
17081         ($(objpfx)order2-cmp.out): Likewise.
17082         ($(objpfx)tst-leaks1-mem): Likewise.
17083         ($(objpfx)tst-leaks1-static-mem): Likewise.
17084         ($(objpfx)tst-initorder-cmp.out): Likewise.
17085         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17086         ($(objpfx)tst-unused-dep.out): Likewise.
17087         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17088         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17089         * iconv/Makefile (test-iconvconfig): Likewise.
17090         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17091         ($(objpfx)iconv-test.out): Likewise.
17092         ($(objpfx)tst-tables.out): Likewise.
17093         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17094         ($(objpfx)tst-gettext.out): Likewise.
17095         ($(objpfx)tst-translit.out): Likewise.
17096         ($(objpfx)tst-gettext2.out): Likewise.
17097         ($(objpfx)tst-gettext4.out): Likewise.
17098         ($(objpfx)tst-gettext6.out): Likewise.
17099         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17100         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17101         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17102         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17103         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17104         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17105         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17106         ($(objpfx)wordexp-tst.out): Likewise.
17107         ($(objpfx)annexc.out): Likewise.
17108         ($(objpfx)tst-fnmatch-mem): Likewise.
17109         ($(objpfx)bug-regex2-mem): Likewise.
17110         ($(objpfx)bug-regex14-mem): Likewise.
17111         ($(objpfx)bug-regex21-mem): Likewise.
17112         ($(objpfx)bug-regex31-mem): Likewise.
17113         ($(objpfx)tst-vfork3-mem): Likewise.
17114         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17115         ($(objpfx)tst-pcre-mem): Likewise.
17116         ($(objpfx)tst-boost-mem): Likewise.
17117         ($(objpfx)tst-getconf.out): Likewise.
17118         ($(objpfx)bug-ga2-mem): Likewise.
17119         ($(objpfx)bug-glob2-mem): Likewise.
17120         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17121         ($(objpfx)mtrace-tst-leaks2): Likewise.
17122         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17123         ($(objpfx)tst-printf.out): Likewise.
17124         ($(objpfx)tst-setvbuf1.out): Likewise.
17125         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17126         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17127         ($(objpfx)tst-fmtmsg.out): Likewise.
17128         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17129         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17131         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17132         * bits/sigaction.h [__USE_MISC]: Likewise.
17133         * bits/waitstatus.h: Update #endif comments.
17134         * ctype/ctype.h: Likewise.
17135         * dirent/dirent.h: Likewise.
17136         [__USE_MISC]: Remove redundant conditionals.
17137         * grp/grp.h: Update #endif comments.
17138         [__USE_GNU]: Remove redundant conditionals.
17139         [__USE_MISC]: Likewise.
17140         * inet/netinet/in.h [__USE_GNU]: Likewise.
17141         * io/sys/stat.h [__USE_MISC]: Likewise.
17142         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17143         * libio/bits/stdio.h: Update #endif comments.
17144         [__USE_MISC]: Remove redundant conditionals.
17145         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17146         * libio/stdio.h: Update #endif comments.
17147         [__USE_MISC]: Remove redundant conditionals.
17148         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17149         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17150         * math/math.h: Update #else and #endif comments.
17151         [__USE_MISC]: Remove redundant conditionals.
17152         * misc/sys/uio.h: Update #endif comments.
17153         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17154         * posix/glob.h [__USE_MISC]: Likewise.
17155         * posix/sys/types.h: Update #endif comments.
17156         [__USE_MISC]: Remove redundant conditionals.
17157         * posix/sys/wait.h: Update #endif comments.
17158         [__USE_MISC]: Remove redundant conditionals.
17159         * posix/unistd.h: Update #endif comments.
17160         [__USE_MISC]: Remove redundant conditionals.
17161         * pwd/pwd.h [__USE_GNU]: Likewise.
17162         [__USE_MISC]: Likewise.
17163         * resolv/netdb.h [__USE_GNU]: Likewise.
17164         * signal/signal.h: Update #endif comments.
17165         [__USE_MISC]: Remove redundant conditionals.
17166         * stdlib/stdlib.h: Update #else and #endif comments.
17167         [__USE_MISC]: Remove redundant conditionals.
17168         [__USE_GNU]: Likewise.
17169         * string/bits/string2.h [__USE_MISC]: Likewise.
17170         * string/string.h: Update #endif comments.
17171         [__USE_MISC]: Remove redundant conditionals.
17172         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17173         Likewise.
17174         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17175         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17176         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17177         Likewise.
17178         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17179         Likewise.
17180         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17181         comments.
17182         [__USE_MISC]: Remove redundant conditionals.
17183         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17184         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17185         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17186         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17187         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17188         Likewise.
17189         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17190         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17191         Likewise.
17192         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17193         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17194         Likewise.
17195         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17196         Likewise.
17197         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17198         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17199         Likewise.
17200         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17201         Likewise.
17202         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17203         * sysdeps/x86/bits/string.h: Update #endif comments.
17204         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17205         conditionals.
17206         * time/sys/time.h: Update #endif comments.
17207         * time/time.h: Likewise.
17208         [__USE_MISC]: Remove redundant conditionals.
17210 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17212         [BZ #16600]
17213         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17215 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17217         * Versions.def (librt): Add GLIBC_2.17.
17219 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17221         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17222         synonym for _SYS_AUXV_H to allow direct inclusion.
17223         * sysdeps/sparc/bits/hwcap.h: Likewise.
17224         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17225         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17226         * sysdeps/sparc/sysdep.h: Likewise.
17228 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17230         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17232 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17234         * benchtests/bench-strrchr.c: Print length instead of position.
17236 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17238         [BZ #16611]
17239         * sysdeps/unix/sysv/linux/kernel-features.h
17240         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17241         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17242         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17243         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17244         Likewise.
17245         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17246         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17247         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17248         (__ASSUME_SENDMMSG): Define instead of using previous
17249         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17250         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17251         (__ASSUME_SENDMMSG_SYSCALL): Define.
17252         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17253         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17254         Likewise.
17255         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17256         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17257         Likewise.
17258         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17259         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17260         Likewise.
17261         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17262         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17263         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17264         [__ASSUME_SENDMMSG]: Change conditionals to
17265         [__ASSUME_SENDMMSG_SOCKETCALL].
17266         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17267         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17268         Define.
17269         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17270         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17271         Likewise.
17272         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17273         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17274         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17275         [!__ASSUME_SENDMMSG]: Change conditional to
17276         [!__ASSUME_SENDMMSG_SOCKETCALL].
17277         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17278         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17279         Define.
17281         [BZ #16610]
17282         * sysdeps/unix/sysv/linux/kernel-features.h
17283         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17284         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17285         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17286         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17287         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17288         [__i386__ || __sparc__]
17289         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17290         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17291         (__ASSUME_RECVMMSG): Define instead of using previous
17292         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17293         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17294         (__ASSUME_RECVMMSG_SYSCALL): Define.
17295         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17296         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17297         Likewise.
17298         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17299         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17300         Likewise.
17301         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17302         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17303         Likewise.
17304         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17305         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17306         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17307         [__ASSUME_RECVMMSG]: Change condition to
17308         [__ASSUME_RECVMMSG_SOCKETCALL].
17309         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17310         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17311         Define.
17312         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17313         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17314         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17315         Likewise.
17316         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17317         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17318         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17319         [!__ASSUME_RECVMMSG]: Change condition to
17320         [!__ASSUME_RECVMMSG_SOCKETCALL].
17321         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17322         (__ASSUME_RECVMMSG_SYSCALL): Define.
17324         [BZ #16609]
17325         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17326         __powerpc__ || __s390__ || __sh__ || __sparc__]
17327         (__ASSUME_SOCKETCALL): Define.
17328         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17329         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17330         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17331         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17332         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17333         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17334         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17335         (__ASSUME_ACCEPT4): Define instead of using previous
17336         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17337         __powerpc__ || __sparc__ || __s390__)] condition.
17338         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17339         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17340         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17341         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17342         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17343         [!__ASSUME_ACCEPT4]: Change condition to
17344         [!__ASSUME_ACCEPT4_SOCKETCALL].
17345         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17346         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17347         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17348         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17349         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17350         __ASSUME_ACCEPT4_SYSCALL.
17351         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17352         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17353         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17354         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17355         __ASSUME_ACCEPT4_SYSCALL.
17356         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17357         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17358         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17359         [__ASSUME_ACCEPT4]: Change condition to
17360         [__ASSUME_ACCEPT4_SOCKETCALL].
17361         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17362         (__ASSUME_SOCKETCALL): Define.
17363         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17364         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17365         (__ASSUME_SOCKETCALL): Define.
17366         (__ASSUME_ACCEPT4): Remove.
17367         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17368         Define.
17369         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17370         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17371         Likewise.
17372         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17373         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17375         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17376         macro.
17377         (HWCAP_ARM_LPAE): Likewise.
17378         (HWCAP_ARM_EVTSTRM): Likewise.
17379         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17380         Add vpfd32, lpae and evtstrm.
17381         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17382         Increase to 22.
17384 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17386         * math/auto-libm-test-in: Add tests of clog10.
17387         * math/auto-libm-test-out: Regenerated.
17388         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17389         * sysdeps/i386/fpu/libm-test-ulps: Update.
17390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17392 2014-02-18  Andreas Schwab  <schwab@suse.de>
17394         [BZ #16574]
17395         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17396         Store non-zero if the second buffer was newly allocated.
17397         (send_dg): Likewise.
17398         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17399         to send_vc and send_dg.
17400         (res_nsend): Pass NULL for ansp2_malloced.
17401         * resolv/res_query.c (__libc_res_nquery): Add parameter
17402         answerp2_malloced and pass it down to __libc_res_nsend.
17403         (res_nquery): Pass additional NULL to __libc_res_nquery.
17404         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17405         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17406         second answer buffer if answerp2_malloced was set.
17407         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17408         (__libc_res_nquerydomain): Add parameter
17409         answerp2_malloced and pass it down to __libc_res_nquery.
17410         (res_nquerydomain): Pass additional NULL to
17411         __libc_res_nquerydomain.
17412         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17413         additional NULL to __libc_res_nsend and __libc_res_nquery.
17414         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17415         additional NULL to __libc_res_nsearch.
17416         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17417         parameter of __libc_res_nsearch to check for separately allocated
17418         second buffer.
17419         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17420         __libc_res_nquery.
17421         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17422         additional NULL to __libc_res_nquery.
17423         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17424         __libc_res_nsearch.
17425         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17426         * include/resolv.h: Update prototypes of __libc_res_nquery,
17427         __libc_res_nsearch, __libc_res_nsend.
17429 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17431         * math/auto-libm-test-in: Add tests of fma.
17432         * math/auto-libm-test-out: Regenerated.
17433         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17434         (fma_towardzero_test_data): Likewise.
17435         (fma_downward_test_data): Likewise.
17436         (fma_upward_test_data): Likewise.
17437         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17438         mpc_mode.
17439         (rounding_modes): Add values for new field.
17440         (func_calc_method): Add value mpfr_fff_f.
17441         (func_calc_desc): Add mpfr_fff_f union field.
17442         (test_function): Add field exact_args.
17443         (FUNC): Add macro argument EXACT_ARGS.
17444         (FUNC_mpfr_f_f): Update call to FUNC.
17445         (FUNC_mpfr_f_f): Likewise.
17446         (FUNC_mpfr_ff_f): Likewise.
17447         (FUNC_mpfr_if_f): Likewise.
17448         (FUNC_mpc_c_f): Likewise.
17449         (FUNC_mpc_c_c): Likewise.
17450         (test_functions): Add fma.  Update calls to FUNC.
17451         (handle_input_arg): Add argument exact_args.
17452         (add_test): Update call to handle_input_arg.
17453         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17454         (output_for_one_input_case): Update call to calc_generic_results.
17455         Recalculate exact zero results in each rounding mode.
17457         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17458         non-negative before setting low bit.
17459         * math/auto-libm-test-in: Mark one asin test possibly having
17460         spurious underflow.
17461         * math/auto-libm-test-out: Regenerated.
17462         * sysdeps/i386/fpu/libm-test-ulps: Update.
17463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17465 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17467         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17468         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17469         ports/sysdeps/unix/sysv/linux/microblaze.
17470         * README: Add missing listing for microblaze*-*-linux-gnu.
17472 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17474         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17475         duplicate code
17477 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17479         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17480         * sysdeps/unix/sysv/linux/ia64: Move directory from
17481         ports/sysdeps/unix/sysv/linux/ia64.
17482         * README: Update listing for ia64-*-linux-gnu.
17484 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17485             Joseph Myers  <joseph@codesourcery.com>
17487         * Makeconfig (test-name): New variable.
17488         (evaluate-test): Likewise.
17489         * Makerules (do-test-clean): Remove .test-result files.
17490         (common-mostlyclean): Likewise.
17491         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17492         * scripts/evaluate-test.sh: New file.
17494 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17496         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17497         separate $(objpfx)tst-fopenloc-cmp.out and
17498         $(objpfx)tst-fopenloc-mem.out targets.
17499         (tests): Update dependencies.
17500         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17501         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17502         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17503         (tst-rxspencer-no-utf8-ARGS): New variable.
17504         (tst-rxspencer-no-utf8-ENV): Likewise.
17505         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17506         instead of $(objpfx)tst-rxspencer-mem.
17507         ($(objpfx)tst-rxspencer-mem): Change target to
17508         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17509         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17510         * posix/tst-rxspencer-no-utf8.c: New file.
17512         * elf/Makefile ($(objpfx)order.out): Remove rule.
17513         [$(run-built-tests) = yes] (tests): Depend on
17514         $(objpfx)order-cmp.out.
17515         ($(objpfx)order-cmp.out): New rule.
17516         [$(run-built-tests) = yes] (tests): Depend on
17517         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17518         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17519         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17520         $(objpfx)tst-array5-static-cmp.out.
17521         ($(objpfx)tst-array1.out): Remove rule.
17522         ($(objpfx)tst-array1-cmp.out): New rule.
17523         ($(objpfx)tst-array1-static.out): Remove rule.
17524         ($(objpfx)tst-array1-static-cmp.out): New rule.
17525         ($(objpfx)tst-array2.out): Remove rule.
17526         ($(objpfx)tst-array2-cmp.out): New rule.
17527         ($(objpfx)tst-array3.out): Remove rule.
17528         ($(objpfx)tst-array3-cmp.out): New rule.
17529         ($(objpfx)tst-array4.out): Remove rule.
17530         ($(objpfx)tst-array4-cmp.out): New rule.
17531         ($(objpfx)tst-array5.out): Remove rule.
17532         ($(objpfx)tst-array5-cmp.out): New rule.
17533         ($(objpfx)tst-array5-static.out): Remove rule.
17534         ($(objpfx)tst-array5-static-cmp.out): New rule.
17535         [$(run-built-tests) = yes] (tests): Depend on
17536         $(objpfx)order2-cmp.out.
17537         ($(objpfx)order2.out): Remove rule.
17538         ($(objpfx)order2-cmp.out): New rule.
17539         ($(objpfx)tst-initorder.out): Remove rule.
17540         [$(run-built-tests) = yes] (tests): Depend on
17541         $(objpfx)tst-initorder-cmp.out.
17542         ($(objpfx)tst-initorder-cmp.out): New rule.
17543         ($(objpfx)tst-initorder2.out): Remove rule.
17544         [$(run-built-tests) = yes] (tests): Depend on
17545         $(objpfx)tst-initorder2-cmp.out.
17546         ($(objpfx)tst-initorder2-cmp.out): New rule.
17547         [$(run-built-tests) = yes] (tests): Depend on
17548         $(objpfx)tst-unused-dep-cmp.out.
17549         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17550         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17551         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17552         on $(objpfx)tst-setvbuf1-cmp.out.
17553         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17554         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17555         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17556         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17557         ($(objpfx)tst-svc.out): Remove rule.
17558         ($(objpfx)tst-svc-cmp.out): New rule.
17560 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17562         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17563         * ctype/ctype.h [__USE_MISC]: Likewise.
17564         * dirent/dirent.h [__USE_MISC]: Likewise.
17565         * grp/grp.h [__USE_MISC]: Likewise.
17566         * io/fcntl.h [__USE_MISC]: Likewise.
17567         * io/sys/stat.h [__USE_MISC]: Likewise.
17568         * libio/stdio.h [__USE_MISC]: Likewise.
17569         * posix/unistd.h [__USE_MISC]: Likewise.
17570         * pwd/pwd.h [__USE_MISC]: Likewise.
17571         * stdlib.h [__USE_MISC]: Likewise.
17572         * string/bits/string2.h [__USE_MISC]: Likewise.
17573         * string/string.h [__USE_MISC]: Likewise.
17574         * time/time.h [__USE_MISC]: Likewise.
17576 2014-02-13  Andreas Schwab  <schwab@suse.de>
17578         [BZ #16574]
17579         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17580         second answer buffer if it was separately allocated.
17582 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17584         * sysdeps/mips/math-tests.h: Include <features.h>.
17585         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17586         (ROUNDING_TESTS_long_double): Do not define.
17587         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17588         (EXCEPTION_TESTS_long_double): Likewise.
17589         * sysdeps/mips/mips64/libm-test-ulps: Update.
17591         * include/features.h (__USE_BSD): Remove macro definitions.
17592         (__USE_SVID): Likewise.
17593         (_BSD_SOURCE): Likewise.
17594         (_SVID_SOURCE): Likewise.
17595         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17596         from definition of _DEFAULT_SOURCE.
17597         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17598         [_DEFAULT_SOURCE].
17599         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17600         * bits/mman.h [__USE_BSD]: Likewise.
17601         * bits/termios.h [__USE_BSD]: Likewise.
17602         * bits/waitstatus.h [__USE_BSD]: Likewise.
17603         * ctype/ctype.h [__USE_SVID]: Likewise.
17604         * dirent/dirent.h [__USE_BSD]: Likewise.
17605         * grp/grp.h [__USE_SVID]: Likewise.
17606         [__USE_BSD]: Likewise.
17607         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17608         * io/fcntl.h [__USE_BSD]: Likewise.
17609         * io/ftw.h [__USE_BSD]: Likewise.
17610         * io/sys/stat.h [__USE_BSD]: Likewise.
17611         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17612         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17613         * libio/stdio.h [__USE_SVID]: Likewise.
17614         [__USE_BSD]: Likewise.
17615         * math/math.h [__USE_SVID]: Likewise.
17616         [__USE_BSD]: Likewise.
17617         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17618         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17619         * misc/search.h [__USE_SVID]: Likewise.
17620         * misc/sys/mman.h [__USE_BSD]: Likewise.
17621         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17622         * misc/sys/uio.h [__USE_BSD]: Likewise.
17623         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17624         * posix/glob.h [__USE_BSD]: Likewise.
17625         * posix/regex.h [__USE_BSD]: Likewise.
17626         * posix/sys/types.h [__USE_BSD]: Likewise.
17627         [__USE_SVID]: Likewise.
17628         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17629         * posix/sys/wait.h [__USE_BSD]: Likewise.
17630         [__USE_SVID]: Likewise.
17631         * posix/unistd.h [__USE_BSD]: Likewise.
17632         [__USE_SVID]: Likewise.
17633         * pwd/pwd.h [__USE_SVID]: Likewise.
17634         * resolv/netdb.h [__USE_BSD]: Likewise.
17635         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17636         * signal/signal.h [__USE_BSD]: Likewise.
17637         [__USE_SVID]: Likewise.
17638         * socket/sys/socket.h [__USE_BSD]: Likewise.
17639         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17640         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17641         [__USE_SVID]: Likewise.
17642         * string/bits/string2.h [__USE_BSD]: Likewise.
17643         [__USE_SVID]: Likewise.
17644         * string/bits/string3.h [__USE_BSD]: Likewise.
17645         * string/endian.h [__USE_BSD]: Likewise.
17646         * string/string.h [__USE_SVID]: Likewise.
17647         [__USE_BSD]: Likewise.
17648         * string/strings.h [__USE_BSD]: Likewise.
17649         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17650         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17651         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17652         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17653         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17654         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17655         Likewise.
17656         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17657         Likewise.
17658         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17659         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17660         Likewise.
17661         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17662         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17663         Likewise.
17664         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17665         Likewise.
17666         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17667         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17668         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17669         Likewise.
17670         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17671         Likewise.
17672         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17673         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17674         * termios/termios.h [__USE_BSD]: Likewise.
17675         * time/sys/time.h [__USE_BSD]: Likewise.
17676         * time/time.h [__USE_BSD]: Likewise.
17677         [__USE_SVID]: Likewise.
17679         * Makefile (subdir_targets): Remove subdir_lint.out.
17681         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17682         (do-tst-printf): Likewise.
17683         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17684         $(objpfx)tst-printf.out.
17686         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17688         * Makerules (check-abi-%): Change target to
17689         $(objpfx)check-abi-%.out.
17690         (check-abi target): Update dependencies.
17691         (check-abi-pattern variable): Redirect output of diff to $@.
17692         (check-abi variable): Likewise.
17693         * elf/Makefile (check-abi): Update dependencies.
17695         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17696         unused.
17697         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17698         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17699         subnormal range.
17700         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17701         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17702         value has largest subnormal exponent.
17703         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17704         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17705         * sysdeps/aarch64/soft-fp/sfp-machine.h
17706         (_FP_TININESS_AFTER_ROUNDING): New macro.
17707         * sysdeps/alpha/soft-fp/sfp-machine.h
17708         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17709         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17710         Likewise.
17711         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17712         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17713         * sysdeps/mips/soft-fp/sfp-machine.h
17714         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17715         * sysdeps/powerpc/soft-fp/sfp-machine.h
17716         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17717         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17718         Likewise.
17719         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17720         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17721         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17722         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17723         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17724         Likewise.
17726 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17728         [BZ #16545]
17729         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17730         model 1.
17732 2014-02-12  Richard Henderson  <rth@redhat.com>
17734         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17735         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17736         * sysdeps/unix/sysv/linux/alpha: Move directory from
17737         ports/sysdeps/unix/sysv/linux/alpha.
17738         * README: Update listing for alpha-*-linux-gnu.
17740 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17742         * include/features.h: Update comment documenting feature test
17743         macros.
17744         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17745         _DEFAULT_SOURCE.
17746         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17747         (_SVID_SOURCE): Likewise.
17748         (_DEFAULT_SOURCE): Update description of default features.
17749         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17750         with _GNU_SOURCE.
17751         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17752         (S_ISVTX): Likewise.
17753         * manual/math.texi (Mathematical Constants): Likewise.
17754         * manual/signal.texi (Interrupted Primitives): Likewise.
17755         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17756         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17757         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17758         Don't refer to _SVID_SOURCE in warning text.
17760         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17762         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17763         already defined.
17764         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17765         * sysdeps/mips/dl-lookup.c: Remove.
17766         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17768 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17770         [BZ #16447]
17771         * math/auto-libm-test-in: Add testcase for expl.
17772         * math/auto-libm-test-out: Regenerate.
17773         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17774         calculation of unsafe.
17775         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17777 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17779         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17780         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17781         ports/sysdeps/unix/sysv/linux/aarch64.
17782         * README: Update listing for aarch64*-*-linux-gnu.
17784 2014-02-11  Will Newton  <will.newton@linaro.org>
17786         * manual/probes.texi (Mathematical Function Probes): Use
17787         "triggered" instead of "hit".
17789         * manual/probes.texi (Internal Probes): Add documentation
17790         of setjmp, longjmp and longjmp_target probes.
17792         * include/stap-probe.h: Add comment about probe argument
17793         format.
17795         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17796         definition.  (tr_where, tr_freehook, tr_mallochook,
17797         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17799 2014-02-11  David S. Miller  <davem@davemloft.net>
17801         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17802         processing int_tests.
17804 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17806         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17807         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17808         * sysdeps/unix/sysv/linux/mips: Move directory from
17809         ports/sysdeps/unix/sysv/linux/mips.
17810         * README: Update listing for mips-*-linux-gnu and
17811         mips64-*-linux-gnu.
17813 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17815         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17816         * sysdeps/unix/sysv/linux/m68k: Move directory from
17817         ports/sysdeps/unix/sysv/linux/m68k.
17818         * README: Update listing for m68k-*-linux-gnu.
17820 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17822         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17823         * sysdeps/unix/sysv/linux/generic: Move directory from
17824         ports/sysdeps/unix/sysv/linux/generic.
17825         * sysdeps/unix/sysv/linux/tile: Move directory from
17826         ports/sysdeps/unix/sysv/linux/tile.
17827         * README: Update listing for tile*-*-linux-gnu.
17829 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17831         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17832         __builtin_expect.
17833         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17834         * catgets/open_catalog.c (__open_catalog): Likewise.
17835         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17836         * debug/confstr_chk.c: Likewise.
17837         * debug/fread_chk.c (__fread_chk): Likewise.
17838         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17839         * debug/getgroups_chk.c: Likewise.
17840         * debug/mbsnrtowcs_chk.c: Likewise.
17841         * debug/mbsrtowcs_chk.c: Likewise.
17842         * debug/mbstowcs_chk.c: Likewise.
17843         * debug/memcpy_chk.c: Likewise.
17844         * debug/memmove_chk.c: Likewise.
17845         * debug/mempcpy_chk.c: Likewise.
17846         * debug/memset_chk.c: Likewise.
17847         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17848         * debug/strcat_chk.c (__strcat_chk): Likewise.
17849         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17850         * debug/strncat_chk.c (__strncat_chk): Likewise.
17851         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17852         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17853         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17854         * debug/wcpncpy_chk.c: Likewise.
17855         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17856         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17857         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17858         * debug/wcsncpy_chk.c: Likewise.
17859         * debug/wcsnrtombs_chk.c: Likewise.
17860         * debug/wcsrtombs_chk.c: Likewise.
17861         * debug/wcstombs_chk.c: Likewise.
17862         * debug/wmemcpy_chk.c: Likewise.
17863         * debug/wmemmove_chk.c: Likewise.
17864         * debug/wmempcpy_chk.c: Likewise.
17865         * debug/wmemset_chk.c: Likewise.
17866         * dirent/scandirat.c (SCANDIRAT): Likewise.
17867         * dlfcn/dladdr1.c (dladdr1): Likewise.
17868         * dlfcn/dladdr.c (dladdr): Likewise.
17869         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17870         * dlfcn/dlerror.c (__dlerror): Likewise.
17871         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17872         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17873         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17874         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17875         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17876         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17877         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17878         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17879         Likewise.
17880         * elf/dl-conflict.c: Likewise.
17881         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17882         * elf/dl-dst.h: Likewise.
17883         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17884         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17885         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17886         * elf/dl-init.c (call_init, _dl_init): Likewise.
17887         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17888         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17889         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17890         Likewise.
17891         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17892         Likewise.
17893         * elf/dl-minimal.c (__libc_memalign): Likewise.
17894         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17895         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17896         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17897         * elf/dl-sym.c (do_sym): Likewise.
17898         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17899         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17900         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17901         * elf/dl-writev.h (_dl_writev): Likewise.
17902         * elf/ldconfig.c (search_dir): Likewise.
17903         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17904         (dl_main): Likewise.
17905         * elf/setup-vdso.h (setup_vdso): Likewise.
17906         * grp/compat-initgroups.c (compat_call): Likewise.
17907         * grp/fgetgrent.c (fgetgrent): Likewise.
17908         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17909         * grp/putgrent.c (putgrent): Likewise.
17910         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17911         Likewise.
17912         * hurd/hurdinit.c: Likewise.
17913         * iconvdata/8bit-gap.c (struct): Likewise.
17914         * iconvdata/ansi_x3.110.c : Likewise.
17915         * iconvdata/big5.c : Likewise.
17916         * iconvdata/big5hkscs.c : Likewise.
17917         * iconvdata/cp1255.c: Likewise.
17918         * iconvdata/cp1258.c : Likewise.
17919         * iconvdata/cp932.c : Likewise.
17920         * iconvdata/euc-cn.c: Likewise.
17921         * iconvdata/euc-jisx0213.c : Likewise.
17922         * iconvdata/euc-jp.c: Likewise.
17923         * iconvdata/euc-jp-ms.c : Likewise.
17924         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17925         * iconvdata/gb18030.c : Likewise.
17926         * iconvdata/gbbig5.c (const): Likewise.
17927         * iconvdata/gbgbk.c: Likewise.
17928         * iconvdata/gbk.c : Likewise.
17929         * iconvdata/ibm1364.c : Likewise.
17930         * iconvdata/ibm930.c : Likewise.
17931         * iconvdata/ibm932.c: Likewise.
17932         * iconvdata/ibm933.c : Likewise.
17933         * iconvdata/ibm935.c : Likewise.
17934         * iconvdata/ibm937.c : Likewise.
17935         * iconvdata/ibm939.c : Likewise.
17936         * iconvdata/ibm943.c: Likewise.
17937         * iconvdata/iso_11548-1.c: Likewise.
17938         * iconvdata/iso-2022-cn.c : Likewise.
17939         * iconvdata/iso-2022-cn-ext.c : Likewise.
17940         * iconvdata/iso-2022-jp-3.c: Likewise.
17941         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17942         * iconvdata/iso-2022-kr.c : Likewise.
17943         * iconvdata/iso646.c (gconv_end): Likewise.
17944         * iconvdata/iso_6937-2.c : Likewise.
17945         * iconvdata/iso_6937.c : Likewise.
17946         * iconvdata/iso8859-1.c: Likewise.
17947         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17948         * iconvdata/shift_jisx0213.c : Likewise.
17949         * iconvdata/sjis.c : Likewise.
17950         * iconvdata/t.61.c : Likewise.
17951         * iconvdata/tcvn5712-1.c : Likewise.
17952         * iconvdata/tscii.c: Likewise.
17953         * iconvdata/uhc.c : Likewise.
17954         * iconvdata/unicode.c (gconv_end): Likewise.
17955         * iconvdata/utf-16.c (gconv_end): Likewise.
17956         * iconvdata/utf-32.c (gconv_end): Likewise.
17957         * iconvdata/utf-7.c (base64): Likewise.
17958         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17959         * iconv/gconv_close.c (__gconv_close): Likewise.
17960         * iconv/gconv_open.c (__gconv_open): Likewise.
17961         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17962         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17963         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17964         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17965         (ucs4le_internal_loop_single): Likewise.
17966         * iconv/iconv.c (iconv): Likewise.
17967         * iconv/iconv_close.c: Likewise.
17968         * iconv/loop.c (SINGLE): Likewise.
17969         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17970         * include/atomic.h: Likewise.
17971         * inet/inet6_option.c (option_alloc): Likewise.
17972         * intl/bindtextdom.c (set_binding_values): Likewise.
17973         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17974         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17975         * intl/localealias.c (read_alias_file): Likewise.
17976         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17977         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17978         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17979         * libio/fmemopen.c (fmemopen): Likewise.
17980         * libio/iofgets.c (_IO_fgets): Likewise.
17981         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17982         * libio/iofgetws.c (fgetws): Likewise.
17983         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17984         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17985         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17986         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17987         * locale/findlocale.c (_nl_find_locale): Likewise.
17988         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17989         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17990         Likewise.
17991         * locale/setlocale.c (setlocale): Likewise.
17992         * login/programs/pt_chown.c (main): Likewise.
17993         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17994         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17995         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17996         (mmap, mmap64, mremap, munmap): Likewise.
17997         * math/e_exp2l.c: Likewise.
17998         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17999         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18000         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18001         * math/s_catan.c (__catan): Likewise.
18002         * math/s_catanf.c (__catanf): Likewise.
18003         * math/s_catanh.c (__catanh): Likewise.
18004         * math/s_catanhf.c (__catanhf): Likewise.
18005         * math/s_catanhl.c (__catanhl): Likewise.
18006         * math/s_catanl.c (__catanl): Likewise.
18007         * math/s_ccosh.c (__ccosh): Likewise.
18008         * math/s_ccoshf.c (__ccoshf): Likewise.
18009         * math/s_ccoshl.c (__ccoshl): Likewise.
18010         * math/s_cexp.c (__cexp): Likewise.
18011         * math/s_cexpf.c (__cexpf): Likewise.
18012         * math/s_cexpl.c (__cexpl): Likewise.
18013         * math/s_clog10.c (__clog10): Likewise.
18014         * math/s_clog10f.c (__clog10f): Likewise.
18015         * math/s_clog10l.c (__clog10l): Likewise.
18016         * math/s_clog.c (__clog): Likewise.
18017         * math/s_clogf.c (__clogf): Likewise.
18018         * math/s_clogl.c (__clogl): Likewise.
18019         * math/s_csin.c (__csin): Likewise.
18020         * math/s_csinf.c (__csinf): Likewise.
18021         * math/s_csinh.c (__csinh): Likewise.
18022         * math/s_csinhf.c (__csinhf): Likewise.
18023         * math/s_csinhl.c (__csinhl): Likewise.
18024         * math/s_csinl.c (__csinl): Likewise.
18025         * math/s_csqrt.c (__csqrt): Likewise.
18026         * math/s_csqrtf.c (__csqrtf): Likewise.
18027         * math/s_csqrtl.c (__csqrtl): Likewise.
18028         * math/s_ctan.c (__ctan): Likewise.
18029         * math/s_ctanf.c (__ctanf): Likewise.
18030         * math/s_ctanh.c (__ctanh): Likewise.
18031         * math/s_ctanhf.c (__ctanhf): Likewise.
18032         * math/s_ctanhl.c (__ctanhl): Likewise.
18033         * math/s_ctanl.c (__ctanl): Likewise.
18034         * math/w_pow.c: Likewise.
18035         * math/w_powf.c: Likewise.
18036         * math/w_powl.c: Likewise.
18037         * math/w_scalb.c (sysv_scalb): Likewise.
18038         * math/w_scalbf.c (sysv_scalbf): Likewise.
18039         * math/w_scalbl.c (sysv_scalbl): Likewise.
18040         * misc/error.c (error_tail): Likewise.
18041         * misc/pselect.c (__pselect): Likewise.
18042         * nis/nis_callback.c (__nis_create_callback): Likewise.
18043         * nis/nis_call.c (__nisfind_server): Likewise.
18044         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18045         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18046         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18047         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18048         * nis/nis_lookup.c (nis_lookup): Likewise.
18049         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18050         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18051         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18052         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18053         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18054         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18055         * nis/nss_compat/compat-initgroups.c (add_group)
18056         (internal_getgrent_r): Likewise.
18057         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18058         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18059         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18060         (internal_getspnam_r): Likewise.
18061         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18062         (_nss_nis_getaliasbyname_r): Likewise.
18063         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18064         (_nss_nis_getntohost_r): Likewise.
18065         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18066         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18067         (_nss_nis_getgrgid_r): Likewise.
18068         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18069         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18070         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18071         (_nss_nis_gethostbyname4_r): Likewise.
18072         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18073         (initgroups_netid): Likewise.
18074         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18075         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18076         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18077         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18078         (_nss_nis_getprotobynumber_r): Likewise.
18079         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18080         (_nss_nis_getsecretkey): Likewise.
18081         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18082         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18083         (_nss_nis_getpwuid_r): Likewise.
18084         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18085         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18086         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18087         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18088         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18089         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18090         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18091         Likewise.
18092         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18093         (_nss_nisplus_getntohost_r): Likewise.
18094         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18095         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18096         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18097         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18098         Likewise.
18099         * nis/nss_nisplus/nisplus-initgroups.c
18100         (_nss_nisplus_initgroups_dyn): Likewise.
18101         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18102         (_nss_nisplus_getnetbyaddr_r): Likewise.
18103         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18104         (_nss_nisplus_getprotobynumber_r): Likewise.
18105         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18106         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18107         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18108         Likewise.
18109         * nis/nss_nisplus/nisplus-service.c
18110         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18111         (_nss_nisplus_getservbyport_r): Likewise.
18112         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18113         (_nss_nisplus_getspnam_r): Likewise.
18114         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18115         Likewise.
18116         * nscd/aicache.c (addhstaiX): Likewise.
18117         * nscd/cache.c (cache_search, prune_cache): Likewise.
18118         * nscd/connections.c (register_traced_file, send_ro_fd)
18119         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18120         (main_loop_epoll): Likewise.
18121         * nscd/grpcache.c (addgrbyX): Likewise.
18122         * nscd/hstcache.c (addhstbyX): Likewise.
18123         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18124         * nscd/mem.c (gc, mempool_alloc): Likewise.
18125         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18126         (addinnetgrX): Likewise.
18127         * nscd/nscd-client.h (__nscd_acquire_maplock)
18128         (__nscd_drop_map_ref): Likewise.
18129         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18130         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18131         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18132         Likewise.
18133         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18134         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18135         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18136         (__nscd_get_map_ref): Likewise.
18137         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18138         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18139         Likewise.
18140         * nscd/pwdcache.c (addpwbyX): Likewise.
18141         * nscd/selinux.c (preserve_capabilities): Likewise.
18142         * nscd/servicescache.c (addservbyX): Likewise.
18143         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18144         * posix/fnmatch.c (fnmatch): Likewise.
18145         * posix/getopt.c (_getopt_internal_r): Likewise.
18146         * posix/glob.c (glob, glob_in_dir): Likewise.
18147         * posix/wordexp.c (exec_comm_child): Likewise.
18148         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18149         (getanswer_r, gaih_getanswer_slice): Likewise.
18150         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18151         * resolv/res_init.c: Likewise.
18152         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18153         * resolv/res_query.c (__libc_res_nquery): Likewise.
18154         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18155         Likewise.
18156         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18157         * stdio-common/perror.c (perror): Likewise.
18158         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18159         * stdio-common/tmpnam.c (tmpnam): Likewise.
18160         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18161         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18162         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18163         Likewise.
18164         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18165         * stdlib/putenv.c (putenv): Likewise.
18166         * stdlib/setenv.c (__add_to_environ): Likewise.
18167         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18168         * stdlib/strtol_l.c (INTERNAL): Likewise.
18169         * string/memmem.c (memmem): Likewise.
18170         * string/strerror.c (strerror): Likewise.
18171         * string/strnlen.c (__strnlen): Likewise.
18172         * string/test-memmem.c (simple_memmem): Likewise.
18173         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18174         * sunrpc/pm_getport.c (__get_socket): Likewise.
18175         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18176         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18177         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18178         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18179         Likewise.
18180         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18181         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18182         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18183         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18184         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18185         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18186         Likewise.
18187         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18188         Likewise.
18189         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18190         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18191         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18192         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18193         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18194         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18195         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18196         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18197         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18198         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18199         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18200         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18201         Likewise.
18202         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18203         Likewise.
18204         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18205         Likewise.
18206         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18207         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18208         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18209         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18210         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18211         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18212         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18213         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18214         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18215         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18216         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18217         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18218         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18219         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18220         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18221         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18222         Likewise.
18223         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18224         Likewise.
18225         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18226         Likewise.
18227         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18228         Likewise.
18229         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18230         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18231         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18232         Likewise.
18233         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18234         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18235         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18236         * sysdeps/posix/sleep.c: Likewise.
18237         * sysdeps/posix/tempname.c: Likewise.
18238         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18239         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18240         Likewise.
18241         * sysdeps/powerpc/powerpc32/dl-machine.h
18242         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18243         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18244         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18245         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18246         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18247         Likewise.
18248         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18249         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18250         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18251         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18252         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18253         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18254         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18255         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18256         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18257         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18258         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18259         (elf_machine_lazy_rel): Likewise.
18260         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18261         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18262         (elf_machine_lazy_rel): Likewise.
18263         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18264         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18265         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18266         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18267         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18268         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18269         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18270         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18271         Likewise.
18272         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18273         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18274         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18275         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18276         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18277         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18278         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18279         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18280         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18281         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18282         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18283         Likewise.
18284         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18285         (__posix_fallocate64_l64): Likewise.
18286         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18287         (posix_fallocate): Likewise.
18288         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18289         Likewise.
18290         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18291         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18292         (getifaddrs_internal): Likewise.
18293         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18294         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18295         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18296         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18297         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18298         (__posix_fallocate64_l64): Likewise.
18299         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18300         Likewise.
18301         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18302         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18303         (__get_clockfreq): Likewise.
18304         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18305         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18306         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18307         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18308         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18309         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18310         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18311         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18312         Likewise.
18313         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18314         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18315         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18316         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18317         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18318         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18319         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18320         Likewise.
18321         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18322         (posix_fallocate): Likewise.
18323         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18324         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18325         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18326         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18327         (elf_machine_rela, elf_machine_rela_relative)
18328         (elf_machine_lazy_rel): Likewise.
18329         * time/asctime.c (asctime_internal): Likewise.
18330         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18331         * time/tzset.c (__tzset_parse_tz): Likewise.
18332         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18333         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18334         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18335         * wcsmbs/wcsmbsload.h: Likewise.
18337         [BZ #15894]
18338         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18340         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18341         (arena_get2): Remove THREAD_STATS conditionals.
18342         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18343         (__malloc_stats, int): Likewise.
18345 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18347         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18348         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18350         * manual/setjmp.texi: Fix typos/grammar errors.
18352         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18353         Only return early when n is <= 0.  Delete unused return statement.
18355         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18356         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18357         * debug/tst-longjmp_chk3.c: New file.
18359         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18360         (test_main): Replace code with set_fortify_handler call.
18361         * debug/test-strcpy_chk.c: Likewise.
18362         * debug/tst-chk1.c: Likewise.
18363         * debug/tst-longjmp_chk.c: Likewise.
18364         * test-skeleton.c: Include fcntl.h & paths.h
18365         (set_fortify_handler): Define.
18367         * debug/tst-longjmp_chk.c: Add header comment and include
18368         ../test-skeleton.c.
18369         (do_test): Mark static.
18370         (TEST_FUNCTION): Define.
18372         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18373         (IP_PMTUDISC_INTERFACE): Likewise.
18374         (IP_MULTICAST_IF): Likewise.
18375         (IP_MULTICAST_TTL): Likewise.
18376         (IP_MULTICAST_LOOP): Likewise.
18377         (IP_ADD_MEMBERSHIP): Likewise.
18378         (IP_DROP_MEMBERSHIP): Likewise.
18379         (IP_UNBLOCK_SOURCE): Likewise.
18380         (IP_BLOCK_SOURCE): Likewise.
18381         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18382         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18383         (IP_MSFILTER): Likewise.
18384         (MCAST_JOIN_GROUP): Likewise.
18385         (MCAST_BLOCK_SOURCE): Likewise.
18386         (MCAST_UNBLOCK_SOURCE): Likewise.
18387         (MCAST_LEAVE_GROUP): Likewise.
18388         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18389         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18390         (MCAST_MSFILTER): Likewise.
18391         (IP_MULTICAST_ALL): Likewise.
18392         (IP_UNICAST_IF): Likewise.
18394         * timezone/Makefile: Delete $(have-ksh) check.
18395         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18396         * timezone/tzselect.ksh: Add +x mode bits.
18398         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18399         (ANON_INODE_FS_MAGIC): Likewise.
18400         (BDEVFS_MAGIC): Likewise.
18401         (BINFMTFS_MAGIC): Likewise.
18402         (BTRFS_TEST_MAGIC): Likewise.
18403         (CRAMFS_MAGIC_WEND): Likewise.
18404         (DEBUGFS_MAGIC): Likewise.
18405         (ECRYPTFS_SUPER_MAGIC): Likewise.
18406         (EXT3_SUPER_MAGIC): Likewise.
18407         (EXT4_SUPER_MAGIC): Likewise.
18408         (FUTEXFS_SUPER_MAGIC): Likewise.
18409         (HOSTFS_SUPER_MAGIC): Likewise.
18410         (HUGETLBFS_MAGIC): Likewise.
18411         (MINIX3_SUPER_MAGIC): Likewise.
18412         (MTD_INODE_FS_MAGIC): Likewise.
18413         (NILFS_SUPER_MAGIC): Likewise.
18414         (OPENPROM_SUPER_MAGIC): Likewise.
18415         (PIPEFS_MAGIC): Likewise.
18416         (PSTOREFS_MAGIC): Likewise.
18417         (QNX6_SUPER_MAGIC): Likewise.
18418         (RAMFS_MAGIC): Likewise.
18419         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18420         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18421         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18422         (SECURITYFS_MAGIC): Likewise.
18423         (SELINUX_MAGIC): Likewise.
18424         (SMACK_MAGIC): Likewise.
18425         (SOCKFS_MAGIC): Likewise.
18426         (SQUASHFS_MAGIC): Likewise.
18427         (STACK_END_MAGIC): Likewise.
18428         (TMPFS_MAGIC): Likewise.
18429         (USBDEVICE_SUPER_MAGIC): Likewise.
18430         (V9FS_MAGIC): Likewise.
18431         (XENFS_SUPER_MAGIC): Likewise.
18432         (CRAMFS_MAGIC): Fix typo in comment.
18433         (EXT2_SUPER_MAGIC): Update comment.
18434         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18436 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18438         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18439         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18440         * sysdeps/unix/sysv/linux/arm: Move directory from
18441         ports/sysdeps/unix/sysv/linux/arm.
18442         * README: Update listing for arm-*-linux-gnueabi.
18444         * README: Remove mention of am33.
18446 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18448         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18449         than the comma operator, to avoid "rhs of comma has no effect"
18450         compiler warnings.
18451         (__sigfillset, __sigandset, __sigorset): Likewise.
18452         * include/signal.h (__sigemptyset): Likewise.
18453         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18455 2014-02-07  Allan McRae  <allan@archlinux.org>
18457         * version.h (RELEASE): Set to "development".
18458         (VERSION): Set to "2.19.90"
18459         * NEWS: Add 2.20 section.
18461 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18463         [BZ #16529]
18464         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18466 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18468         * manual/contrib.texi: Update entry for Carlos O'Donell,
18469         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18471 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18473         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18475         * sysdeps/unix/sysv/linux/kernel-features.h
18476         [__LINUX_KERNEL_VERSION >= 0x020621]
18477         (__ASSUME_PROC_PID_TASK_COMM): Define.
18479 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18481         [BZ #16398]
18482         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18483         conversion when destination buffer does not have enough space.
18484         * libio/tst-ftell-partial-wide.c: New test case.
18485         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18487         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18488         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18489         Leonard and Allan McRae.
18491 2014-02-04  David S. Miller  <davem@davemloft.net>
18493         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18494         32-bit.
18496 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18499         New file
18500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18501         New file
18502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18503         New file.
18504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18505         New file.
18506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18507         New file.
18508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18509         New file.
18510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18511         New file.
18512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18513         New file.
18514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18515         New file.
18516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18517         New file.
18518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18519         New file.
18520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18521         New file.
18522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18523         New file.
18525 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18527         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18528         * shlib-versions: Likewise.
18530 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18531             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18533         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18534         (abilist-pattern): New variable, set to %-le.abilist.
18536         * Makerules (abilist-pattern): New variable.
18537         (vpath): Use $(abilist-pattern) in place of %.abilist.
18538         (check-abi-% pattern rule): Likewise.
18539         (check-abi, update-abi): Likewise.
18541 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18543         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18545 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18547         * manual/startup.texi: Add next, previous, and top entries for
18548         the `Program Arguments' and `Environment Variables' nodes.
18550 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18552         * manual/macros.texi: Add comments before MTASC-safety macros.
18554         * manual/users.texi: Document MTASC-safety properties.
18556         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18557         (pthread_getspecific, pthread_setspecific): Format with
18558         @deftypefun, and add @safety note.
18559         * manual/signal.texi: Move comments that analyze the above
18560         functions to their home place.
18562 2014-02-03  Allan McRae  <allan@archlinux.org>
18564         * po/sl.po: Update Slovenian translation from translation project.
18566 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18568         * manual/time.texi (timegm): Add missing blank after @c.
18569         Reported by Joseph Myers <joseph@codesourcery.com>.
18571 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18573         * manual/check-safety.sh: New.
18574         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18576         * manual/terminal.texi: Document MTASC-safety properties.
18578         * manual/filesys.texi: Document MTASC-safety properties.
18580         * manual/errno.texi: Document MTASC-safety properties.
18582         * manual/intro.texi: Document safety identifiers and
18583         conditionals.
18585         * manual/string.texi (wcstok): Fix prototype.
18586         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18588         * manual/time.texi: Document MTASC-safety properties.
18590         * manual/string.texi: Document MTASC-safety properties.
18592         * manual/threads.texi: Document MTASC-safety properties.
18594         * manual/stdio.texi: Document MTASC-safety properties.
18596         * manual/syslog.texi: Document MTASC-safety properties.
18598         * manual/sysinfo.texi: Document MTASC-safety properties.
18600         * manual/startup.texi: Document MTASC-safety properties.
18602         * manual/socket.texi: Document MTASC-safety properties.
18604         * manual/signal.texi: Document MTASC-safety properties.
18606 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18608         * manual/setjmp.texi: Document MTASC-safety properties.
18610         * manual/search.texi: Document MTASC-safety properties.
18612         * manual/resource.texi: Document MTASC-safety properties.
18614         * manual/process.texi: Document MTASC-safety properties.
18616         * manual/platform.texi: Document MTASC-safety properties.
18618         * manual/pipe.texi: Document MTASC-safety properties.
18620         * manual/pattern.texi: Document MTASC-safety properties.
18622         * manual/message.texi: Document MTASC-safety properties.
18624         [BZ #12751]
18625         * manual/memory.texi: Document MTASC-safety properties.
18627         * manual/math.texi: Document MTASC-safety properties.
18629         * manual/locale.texi: Document MTASC-safety properties.
18631         * manual/llio.texi: Document MTASC-safety properties.
18633         * manual/libdl.texi: New.
18635         * manual/lang.texi: Document MTASC-safety properties.
18637         * manual/job.texi: Document MTASC-safety properties.
18639         * manual/getopt.texi: Document MTASC-safety properties.
18641         * manual/ctype.texi: Document MTASC-safety properties.
18643 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18645         [BZ #16046]
18646         * csu/libc-tls.c (static_map): Remove variable.
18647         (__libc_setup_tls): Use main executable's link map for TLS data.
18648         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18649         casing for LM_ID_BASE and GL(dl_nns).
18650         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18651         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18652         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18653         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18654         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18655         member.
18656         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18657         l_phnum members.
18659 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18661         * manual/debug.texi: Document MTASC-safety properties.
18663 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18665         [BZ #16510]
18666         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18667         of __x86_64__ when disabling x87 inline functions.
18669 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18671         * manual/charset.texi: Document MTASC-safety properties.
18673         * manual/crypt.texi: Document MTASC-safety properties.
18675         * manual/conf.texi: Document MTASC-safety properties.
18677         * manual/arith.texi: Document MTASC-safety properties.
18679         * manual/argp.texi: Document MTASC-safety properties.
18681         * manual/macros.texi: Introduce macros to document multi
18682         thread, asynchronous signal and asynchronous cancellation
18683         safety properties.
18684         * manual/intro.texi: Introduce the properties themselves.
18686 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18688         * sysdeps/sh/sh4/Makefile: New file.
18690 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18692         * math/gen-libm-test.pl ($srcdir): New variable.
18693         ($auto_input): Use it.
18695 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18697         [BZ #16506]
18698         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18699         access beyond array bounds when parsing netgroups file.
18701         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18702         the old buffer before realloc.
18704 2014-01-27  Allan McRae  <allan@archlinux.org>
18706         * po/fr.po: Update French translation from translation project.
18708 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18710         * sysdeps/sh/libm-test-ulps: Regenerate.
18712 2014-01-24  David S. Miller  <davem@davemloft.net>
18714         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18716 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18718         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18719         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18721 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18723         [BZ #16474]
18724         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18725         string pointers after reallocation.
18727 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18729         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18730         __SH4A__ instead of __SH_FPU_ANY__.
18732 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18734         * sysdeps/sh/fpu_control.h: New file.
18735         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18736         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18737         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18738         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18739         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18740         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18741         * sysdeps/sh/sys/ucontext.h: Remove.
18742         * sysdeps/sh/sys: Remove directory.
18744 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18746         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18747         s390/sys/ucontext.h.
18748         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18749         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18751 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18753         [BZ #15605]
18754         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18756 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18758         [BZ#16431]
18759         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18760         Adjust the vDSO correctly for internal calls.
18761         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18763 2014-01-20  Allan McRae  <allan@archlinux.org>
18765         * po/ca.po: Update Catalan translation from translation project.
18767 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18769         * sysdeps/s390/sotruss-lib.c: New file.
18771 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18773         [BZ#16430]
18774         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18775         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18776         local calls issues by not having a PLT stub required for IFUNC calls.
18777         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18779 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18781         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18782         * math/test-fpucw-static.c: Likewise.
18784 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18786         [BZ #16453]
18787         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18789 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18791         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18792         implementation for powerpc.
18794 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18796         [BZ #14782]
18797         * sysdeps/posix/system.c (__libc_system): Do not enable
18798         asynchronous cancellation.
18800 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18802         [BZ #16427]
18803         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18804         handling only for numbers special also in the IEEE case.
18806 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18808         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18810 2014-01-11  Allan McRae  <allan@archlinux.org>
18812         * po/bg.po: Update Bulgarian translation from translation project.
18814         * po/de.po: Update German translation from translation project.
18816 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18818         * sysdeps/generic/gcc-compat.h: New file.
18820 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18822         * benchtests/asin-inputs: Correct slow inputs.
18823         * benchtests/acos-inputs: Likewise.
18825 2014-01-10  Allan McRae  <allan@archlinux.org>
18827         * po:sv.po: Update Swedish translation from translation project.
18829         * po/vi.po: Update Vietnamese translation from translation project.
18831         * po/eo.po: Update Esperanto translation from translation project.
18833         * po/cs.po: Update Czech translation from translation project.
18835         * po/nl.po: Update Dutch translation from translation project.
18837         * po/pl.po: Update Polish translation from translation project.
18839         * po/ru.po: Update Russian translation from translation project.
18841         * po/uk.po: Update Ukrainian translation from translation project.
18843 2014-01-08  Brooks Moses  <bmoses@google.com>
18845         * elf/dl-load.c: Fix comment typo.
18847 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18849         * po/header.pot: Rename to...
18850         * po/pot.header: ... this.
18851         * po/Makefile: Use pot.header.
18853 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18854             Maxim Kuvyrkov  <maxim@kugelworks.com>
18856         [BZ #16394]
18857         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18858         SRC and DEST against LEN.
18860 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18862         [BZ #16414]
18863         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18864         implementation.
18865         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18867 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18869         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18871 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18873         [BZ #16408]
18874         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18875         for large positive arguments.
18877 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18879         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18881         * math/auto-libm-test-in: Mark various tests with
18882         xfail-rounding:ldbl-128ibm.
18883         * math/auto-libm-test-out: Regenerated.
18885         [BZ #16407]
18886         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18887         Increase overflow threshold.
18889 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18891         [BZ #14286]
18892         * stdio-common/vfprintf.c: Check for integer overflow.
18894 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18896         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18897         the first argument and return value of __tls_get_addr_internal.
18899 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18901         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18902         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18904 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18906         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18907         * sysdeps/s390/rtld-global-offsets.sym: New file.
18908         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18909         GLIBC_2.19 symbol.
18910         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18911         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18912         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18913         ... this.
18914         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18915         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18916         ... this.
18917         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18918         Regenerate.
18919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18920         Regenerate.
18921         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18922         halfs of GPRs for high_gprs contexts.
18923         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18924         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18925         field.
18926         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18927         uc_flags field.
18928         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18929         64 bit versions:
18930         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18931         for high GPRs (uc_high_gprs) and for future extensions
18932         (__reserved).
18933         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18934         for future extensions (__reserved).
18935         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18936         64 bit versions:
18937         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18938         SC_HIGHGPRS offset definition.
18939         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18940         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18942         * Versions.def: Add GLIBC_2.19 for libpthread.
18943         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18944         siglongjmp for libpthread with GLIBC_2.19 symver.
18945         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18946         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18947         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18948         * sysdeps/s390/__longjmp.c: New file.
18949         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18950         * sysdeps/s390/longjmp.c: New file.
18951         * sysdeps/s390/setjmp.S: New file.
18952         * sysdeps/s390/sigjmp.S: New file.
18953         * sysdeps/s390/v1-longjmp.c: New file.
18954         * sysdeps/s390/v1-setjmp.h: New file.
18955         * sysdeps/s390/v1-sigjmp.c: New file.
18956         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18957         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18958         GLIBC_2.19 version.
18959         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18960         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18961         versioned symbols for ____longjmp_chk.
18962         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18963         Likewise.
18964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18965         Regenerate.
18966         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18967         Regenerate.
18968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18969         Regenerate.
18970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18971         Regenerate.
18972         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18973         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18974         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18975         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18976         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18977         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18978         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18979         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18980         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18981         * sysdeps/s390/rtld-__longjmp.c: New file.
18982         * sysdeps/s390/rtld-setjmp.S: New file.
18984 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18986         [BZ #16400]
18987         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18988         Return -__logl (x) for small positive arguments without evaluating
18989         a polynomial.
18991 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18993         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18994         Rename to ...
18995         (__ptrace_peeksiginfo_args): ... this.
18996         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18997         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18998         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19000 2014-01-06  Allan McRae  <allan@archlinux.org>
19002         * inet/netinet/in.h: Fix typo in comment.
19004 2014-01-05  Andreas Jaeger  <aj@suse.de>
19006         * sysdeps/i386/fpu/libm-test-ulps: Update.
19008 2014-01-05  Allan McRae  <allan@archlinux.org>
19010         * po/libc.pot: Regenerated.
19012         * malloc/memusagestat.c: Fix gettext call formatting.
19014 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19016         * nscd/nscd.c: Improve usage() output.
19018 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19020         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19021         * sysdeps/unix/sysv/linux/configure: Regenerated.
19022         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19023         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19025 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19027         [BZ #16390]
19028         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19029         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19031 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19033         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19034         extra tokens at end of #undef directive.
19035         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19036         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19037         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19039 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19041         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19043         * math/auto-libm-test-in: Mark various tests with
19044         xfail-rounding:ldbl-128ibm.
19045         * math/auto-libm-test-out: Regenerated.
19047 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19049         [BZ #16386]
19050         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19051         numbers with subnormal high part when calculating exponent.
19053         [BZ #16385]
19054         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19055         fabs.
19057         [BZ #16384]
19058         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19059         M_LN2l.
19060         (__ieee754_acoshl): Use __log1pl not __log1p.
19062 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19064         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19065         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19066         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19067         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19068         (reused_arena, arena_get2): Convert to GNU style.
19069         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19070         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19071         (memalign_check, __malloc_set_state): Likewise.
19072         * malloc/mallocbug.c (main): Likewise.
19073         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19074         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19075         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19076         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19077         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19078         (__posix_memalign, malloc_info): Likewise.
19079         * malloc/malloc.h: Likewise.
19080         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19081         (mallochook, memalignhook, reallochook, mabort): Likewise.
19082         * malloc/mcheck.h: Likewise.
19083         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19084         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19085         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19086         * malloc/morecore.c (__default_morecore): Likewise.
19087         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19088         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19089         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19090         (print_and_abort): Likewise.
19091         * malloc/obstack.h: Likewise.
19092         * malloc/set-freeres.c (__libc_freeres): Likewise.
19093         * malloc/tst-mallocstate.c (main): Likewise.
19094         * malloc/tst-mtrace.c (main): Likewise.
19095         * malloc/tst-realloc.c (do_test): Likewise.
19097 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19099         [BZ #16366]
19100         * nscd/netgroupcache.c (do_notfound): New function.
19101         (addgetnetgrentX): Use it.
19103         [BZ # 16365]
19104         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19105         NSS_STATUS_NOTFOUND.
19107 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19109         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19112 2014-01-01  Allan McRae  <allan@archlinux.org>
19114         * scripts/update-copyrights: Update configure input file suffix.
19116         * NEWS: Update copyright year.
19117         * catgets/gencat.c: Likewise.
19118         * csu/version.c: Likewise.
19119         * debug/catchsegv.sh: Likewise.
19120         * debug/pcprofiledump.c: Likewise.
19121         * debug/xtrace.sh: Likewise.
19122         * elf/ldconfig.c: Likewise.
19123         * elf/ldd.bash.in: Likewise.
19124         * elf/pldd.c: Likewise.
19125         * elf/sotruss.ksh: Likewise.
19126         * elf/sprof.c: Likewise.
19127         * iconv/iconv_prog.c: Likewise.
19128         * iconv/iconvconfig.c: Likewise.
19129         * locale/programs/locale.c: Likewise.
19130         * locale/programs/localedef.c: Likewise.
19131         * login/programs/pt_chown.c: Likewise.
19132         * malloc/memusage.sh: Likewise.
19133         * malloc/memusagestat.c: Likewise.
19134         * malloc/mtrace.pl: Likewise.
19135         * manual/libc.texinfo: Likewise.
19136         * nscd/nscd.c: Likewise.
19137         * nss/getent.c: Likewise.
19138         * nss/makedb.c: Likewise.
19139         * posix/getconf.c: Likewise.
19140         * scripts/test-installation.pl: Likewise.
19142         * All files with FSF copyright notices: Update copyright dates
19143         using scripts/update-copyrights.
19144         * intl/plural.c: Regenerated.
19145         * locale/programs/charmap-kw.h: Likewise.
19146         * locale/programs/locfile-kw.h: Likewise.
19148 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19150         * sysdeps/unix/sysv/linux/configure: Regenerated.
19151         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19152         the linux/fanotify.h header.
19153         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19154         HAVE_LINUX_FANOTIFY_H is defined.
19156 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19158         * benchtests/cos-inputs: New inputs.
19159         * benchtests/sin-inputs: Likewise.
19161         * benchtests/atan-inputs: New inputs. Fix name of multiple
19162         precision fallback inputs.
19164         * benchtests/atanh-inputs: New inputs.
19165         * benchtests/tanh-inputs: Likewise.
19167         * benchtests/acosh-inputs: New inputs.
19168         * benchtests/asinh-inputs: Likewise.
19170         * benchtests/cosh-inputs: New inputs.
19171         * benchtests/sinh-inputs: Likewise.
19173         * benchtests/acos-inputs: Add more inputs.
19174         * benchtests/asin-inputs: Likewise.
19176 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19178         [BZ #16375]
19179         * manual/arith.texi: Fix spelling.
19180         * manual/charset.texi: Likewise.
19181         * manual/errno.texi: Likewise.
19182         * manual/filesys.texi: Likewise.
19183         * manual/lang.texi: Likewise.
19184         * manual/llio.texi: Likewise.
19185         * manual/locale.texi: Likewise.
19186         * manual/message.texi: Likewise.
19187         * manual/resource.texi: Likewise.
19188         * manual/search.texi: Likewise.
19189         * manual/setjmp.texi: Likewise.
19190         * manual/stdio.texi: Likewise.
19191         * manual/string.texi: Likewise.
19192         * manual/sysinfo.texi: Likewise.
19193         * manual/time.texi: Likewise.
19195 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19197         * po/sl.po: New file.
19199 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19201         * .gitignore: Add core/.gdbinit/.gdb_history.
19203 2013-12-27  Allan McRae  <allan@archlinux.org>
19205         [BZ #16369]
19206         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19207         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19209 2013-12-24  Brooks Moses  <bmoses@google.com>
19211         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19212         all compilers that claim C++98 compliance, not just GCC.
19213         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19214         Likewise.
19216 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19218         * NEWS: Restore accidentally deleted bug-fix entries.
19220 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19221             Ondřej Bílka  <neleai@seznam.cz>
19223         [BZ #15073]
19224         * malloc/malloc.c (_int_free): Perform sanity check only if we
19225         have_lock.
19227 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19229         [BZ #12986]
19230         * manual/stdio.texi (String Input Conversions): Clarify that character
19231         classes are not supported.
19233 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19235         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19237 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19239         [BZ #16337]
19240         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19241         Calculate results for small negative arguments directly rather
19242         than using reflection formula with special underflow handling.
19244         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19245         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19246         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19247         (fchflags): Likewise.
19248         (revoke): Likewise.
19249         (setlogin): Likewise.
19250         (sigaltstack): Likewise.
19251         (wait4): Likewise.
19252         (sigblock): Remove.
19253         (sigsetmask): Likewise.
19254         (wait3): Likewise.
19255         (waitpid): Likewise.
19256         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19257         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19258         file.
19259         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19260         * sysdeps/unix/bsd/Makefile: ... here.
19261         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19262         * sysdeps/unix/bsd/Versions: ... here.
19263         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19264         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19265         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19266         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19267         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19268         * sysdeps/unix/bsd/sigblock.c: ... here.
19269         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19270         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19271         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19272         * sysdeps/unix/bsd/sigvec.c: ... here.
19273         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19274         * sysdeps/unix/bsd/tcdrain.c: ... here.
19275         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19276         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19277         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19278         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19279         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19280         * sysdeps/unix/bsd/wait.c: ... here.
19281         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19282         * sysdeps/unix/bsd/wait3.c: ... here.
19283         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19284         * sysdeps/unix/bsd/waitpid.c: ... here.
19286 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19288         [BZ #16356]
19289         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19290         round-to-nearest for [!USE_AS_EXPM1L].
19291         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19292         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19293         more tests of exp and exp10.  Expect some exp10 tests to miss
19294         exceptions or fail in directed rounding modes.
19295         * math/auto-libm-test-out: Regenerated.
19296         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19297         (exp10_test_tonearest): New function.
19298         (exp10_towardzero_test_data): New array.
19299         (exp10_test_towardzero): New function.
19300         (exp10_downward_test_data): New array.
19301         (exp10_test_downward): New function.
19302         (exp10_upward_test_data): New array.
19303         (exp10_test_upward): New function.
19304         (main): Call the new functions.
19305         * sysdeps/i386/fpu/libm-test-ulps: Update.
19306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19308 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19310         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19311         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19312         * math/auto-libm-test-out: Regenerated.
19313         * math/libm-test.inc (acosh_test_data): Add more tests.
19314         (atanh_test_data): Likewise.
19315         (ceil_test_data): Likewise.
19316         (copysign_test_data): Likewise.
19317         * sysdeps/i386/fpu/libm-test-ulps: Update.
19318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19320         * timezone/checktab.awk: Update from tzcode 2013i.
19321         * timezone/private.h: Likewise.
19322         * timezone/scheck.c: Likewise.
19323         * timezone/tzfile.h: Likewise.
19324         * timezone/tzselect.ksh: Likewise.
19325         * timezone/zdump.c: Likewise.
19326         * timezone/zic.c: Likewise.
19328         * math/auto-libm-test-in: Add tests of cpow.
19329         * math/auto-libm-test-out: Regenerated.
19330         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19331         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19332         mpc_cc_c.
19333         (func_calc_desc): Add mpc_cc_c union field.
19334         (test_functions): Add cpow.
19335         (special_fill_2pi): New function.
19336         (special_real_inputs): Add 2pi.
19337         (calc_generic_results): Handle mpc_cc_c.
19338         * sysdeps/i386/fpu/libm-test-ulps: Update.
19339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19341         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19342         csqrt, ctan and ctanh.
19343         * math/auto-libm-test-out: Regenerated.
19344         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19345         (TEST_COND_x86): Likewise.
19346         (ccos_test_data): Use AUTO_TESTS_c_c.
19347         (ccosh_test_data): Likewise.
19348         (cexp_test_data): Likewise.
19349         (clog_test_data): Likewise.
19350         (csqrt_test_data): Likewise.
19351         (ctan_test_data): Likewise.
19352         (ctan_tonearest_test_data): Likewise.
19353         (ctan_towardzero_test_data): Likewise.
19354         (ctan_downward_test_data): Likewise.
19355         (ctan_upward_test_data): Likewise.
19356         (ctanh_test_data): Likewise.
19357         (ctanh_tonearest_test_data): Likewise.
19358         (ctanh_towardzero_test_data): Likewise.
19359         (ctanh_downward_test_data): Likewise.
19360         (ctanh_upward_test_data): Likewise.
19361         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19362         mpc_c_c.
19363         (func_calc_desc): Add mpc_c_c union field.
19364         (FUNC_mpc_c_c): New macro.
19365         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19366         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19367         ctanh.
19368         (special_fill_min_subnorm_p120): New function.
19369         (special_real_inputs): Add min_subnorm_p120.
19370         (calc_generic_results): Handle mpc_c_c.
19371         * sysdeps/i386/fpu/libm-test-ulps: Update.
19372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19374 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19376         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19377         (do_sin_slow): New functions.
19378         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19379         (cslow2, csloww1, csloww2): Use the new functions.
19381         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19382         Use M to change sign of result instead of X.  Assume X is
19383         positive.
19384         (csloww1): Likewise.
19385         (__sin): Adjust.
19386         (__cos): Adjust.
19388         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19389         arguments A and DA.
19390         (__sin): Adjust.
19391         (__cos): Likewise.
19393         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19394         (__cos): Likewise.
19395         (sloww1): Don't adjust sign of DX.
19396         (csloww1): Likewise.
19397         (sloww2): Use X directly and don't adjust sign of DX.
19398         (csloww2): Likewise.
19400 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19402         * math/auto-libm-test-in: Add tests of cabs and carg.
19403         * math/auto-libm-test-out: Regenerated.
19404         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19405         (carg_test_data): Likewise.
19406         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19407         mpc_c_f.
19408         (func_calc_desc): Add mpc_c_f union field.
19409         (test_functions): Add cabs and carg.
19410         (calc_generic_results): Handle mpc_c_f.
19412         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19413         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19414         as a macro and a compat symbol.
19415         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19416         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19417         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19418         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19419         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19420         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19421         not use .hidden.
19422         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19423         Likewise.
19424         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19425         Likewise.
19426         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19427         Likewise.
19428         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19429         Likewise.
19430         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19431         Likewise.
19432         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19433         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19434         from GLIBC_2.3.2.
19436 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19440 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19442         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19443         trailing whitespace removed.
19444         * scripts/config.guess: Update to version 2013-11-29.
19445         * scripts/config.sub: Update to version 2013-10-01.
19447         * math/auto-libm-test-in: Add tests of sincos.
19448         * math/auto-libm-test-out: Regenerated.
19449         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19450         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19451         mpfr_f_11.
19452         (func_calc_desc): Add mpfr_f_11 union field.
19453         (test_functions): Add sincos.
19454         (calc_generic_results): Handle mpfr_f_11.
19455         * sysdeps/i386/fpu/libm-test-ulps: Update.
19456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19458 2013-12-19  Andreas Schwab  <schwab@suse.de>
19460         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19461         CALL_MCOUNT.
19462         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19463         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19464         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19466 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19468         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19469         * sysdeps/i386/fpu/libm-test-ulps: Update.
19470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19472         [BZ #16293]
19473         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19474         round-to-nearest mode when using frndint.
19475         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19476         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19477         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19478         Likewise.
19479         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19480         sinh test to fail.
19481         * math/auto-libm-test-out: Regenerated.
19482         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19483         (TEST_COND_x86): Likewise.
19484         (expm1_tonearest_test_data): New array.
19485         (expm1_test_tonearest): New function.
19486         (expm1_towardzero_test_data): New array.
19487         (expm1_test_towardzero): New function.
19488         (expm1_downward_test_data): New array.
19489         (expm1_test_downward): New function.
19490         (expm1_upward_test_data): New array.
19491         (expm1_test_upward): New function.
19492         (main): Run the new test functions.
19493         * sysdeps/i386/fpu/libm-test-ulps: Update.
19494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19496         * include/features.h: Update comment documenting feature test
19497         macros.  Mention _DEFAULT_SOURCE in comment.
19498         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19499         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19500         _BSD_SOURCE and _SVID_SOURCE.
19501         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19502         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19503         !_SVID_SOURCE]: Likewise.
19504         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19505         (__USE_POSIX_IMPLICITLY): Define.
19506         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19507         (_POSIX_SOURCE): Undefine and redefine.
19508         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19509         (_POSIX_C_SOURCE): Likewise.
19510         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19511         (Feature Test Macros): Update documentation of default features.
19513 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19515         * benchtests/Makefile: Add bench-strtok.
19516         * benchtests/bench-strtok.c: New file: strtok benchtest.
19518 2013-12-19  Allan McRae  <allan@archlinux.org>
19520         * manual/install.texi: Suppress menu for plain text output.
19521         * INSTALL: Regenerated.
19523 2013-12-18  Brooks Moses  <bmoses@google.com>
19525         [BZ #15846]
19526         * misc/getauxval.c: Include errno.h.
19527         (__getauxval): Set errno to ENOENT if the requested type is not
19528         found.
19529         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19530         don't declare with __attribute_const__.
19531         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19532         * manual/startup.texi: Document that getauxval sets errno.
19534 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19536         * math/auto-libm-test-in: Add tests of jn and yn.
19537         * math/auto-libm-test-out: Regenerated.
19538         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19539         (yn_test_data): Likewise.
19540         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19541         mpfr_if_f.
19542         (func_calc_desc): Add mpfr_if_f union field.
19543         (FUNC_mpfr_if_f): New macro.
19544         (test_functions): Add jn and yn.
19545         (calc_generic_results): Assert type of second input for
19546         mpfr_ff_f.  Handle mpfr_if_f.
19547         (output_for_one_input_case): Disable all checking for arguments
19548         fitting floating-point types in case of an integer argument.
19549         * sysdeps/i386/fpu/libm-test-ulps: Update.
19550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19553         Don't expect fegetround reference in libm.so.
19555 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19557         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19558         $(config-cflags-nofma).
19560 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19562         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19563         * math/auto-libm-test-out: Regenerated.
19565         [BZ #16338]
19566         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19567         to determine exponent and adjust argument to have exponent of -1.
19568         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19569         log2.
19570         * math/auto-libm-test-out: Regenerated.
19571         * sysdeps/i386/fpu/libm-test-ulps: Update.
19572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19574 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19576         * manual/probes.texi: Remove cases when per-thread arenas are
19577         disabled.
19579 2013-12-18  Andreas Schwab  <schwab@suse.de>
19581         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19582         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19583         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19584         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19585         * sysdeps/i386/i686/multiarch/Makefile: Update.
19586         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19588 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19590         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19591         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19593 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19595         [BZ #15968]
19596         Support TZ transition times < 00:00:00.
19597         This is needed for version-3 tz-format files; it supports time
19598         stamps past 2037 for America/Godthab (the only entry in the tz
19599         database for which this change is relevant).
19600         * manual/time.texi (TZ Variable): Document transition times
19601         from -167:59:59 through -00:00:01.
19602         * time/tzset.c (tz_rule): Time of day is now signed.
19603         (__tzset_parse_tz): Parse negative time of day.
19605         Document TZ transition times >= 25:00:00.
19606         * manual/time.texi (TZ Variable): Document transition times from
19607         25:00:00 through 167:59:59.  These are already supported, and this
19608         support will help with version-3 tz-format files.
19610         * manual/time.texi (TZ Variable): Modernize North America example
19611         to reflect current (i.e., 2007-and-later) daylight saving rules.
19613         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19615 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19617         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19618         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19619         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19620         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19621         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19622         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19623         * sysdeps/unix/bsd/clock.c: Likewise.
19624         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19625         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19626         * sysdeps/unix/bsd/init-posix.c: Likewise.
19627         * sysdeps/unix/bsd/poll.c: Likewise.
19628         * sysdeps/unix/bsd/ptsname.c: Likewise.
19629         * sysdeps/unix/bsd/seekdir.c: Likewise.
19630         * sysdeps/unix/bsd/setegid.c: Likewise.
19631         * sysdeps/unix/bsd/seteuid.c: Likewise.
19632         * sysdeps/unix/bsd/setgid.c: Likewise.
19633         * sysdeps/unix/bsd/setrgid.c: Likewise.
19634         * sysdeps/unix/bsd/setruid.c: Likewise.
19635         * sysdeps/unix/bsd/setsid.c: Likewise.
19636         * sysdeps/unix/bsd/setuid.c: Likewise.
19637         * sysdeps/unix/bsd/sigaction.c: Likewise.
19638         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19639         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19640         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19641         * sysdeps/unix/bsd/telldir.c: Likewise.
19642         * sysdeps/unix/bsd/times.c: Likewise.
19643         * sysdeps/unix/bsd/usleep.c: Likewise.
19645         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19646         ($(objpfx)libbsd-compat.a): Remove rule.
19648         * include/features.h (__FAVOR_BSD): Do not define.
19649         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19650         features conflicting with POSIX.
19651         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19652         (_BSD_SOURCE): Remove description of not being a subset of other
19653         feature test macros.
19654         * manual/job.texi (getpgrp): Do not document BSD version.
19655         (getpgid): Do not document by reference to BSD getpgrp.
19656         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19657         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19658         * signal/signal.h [__FAVOR_BSD]: Likewise.
19659         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19660         instead of making contents conditional on [__FAVOR_BSD].
19661         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19663 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19665         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19667 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19669         [BZ #16314]
19670         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19671         values below 2**-450, not 2**-500.
19672         * math/auto-libm-test-in: Don't allow spurious underflow from
19673         hypot.
19674         * math/auto-libm-test-out: Regenerated.
19676         [BZ #16316]
19677         [BZ #16330]
19678         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19679         values of ha and hb and sort them after adjusting subnormal
19680         arguments.
19681         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19682         Likewise.
19683         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19684         values of ea and eb and sort them after adjusting subnormal
19685         arguments.
19686         * math/auto-libm-test-in: Do not expect some hypot tests of
19687         subnormals to fail.  Add more hypot tests.
19688         * math/auto-libm-test-out: Regenerated.
19690 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19692         [BZ #13304]
19693         * sysdeps/sh/s_fma.c: New file.
19694         * sysdeps/sh/s_fmaf.c: New file.
19695         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19696         version.
19697         * sysdeps/sh/Implies: Add sh/soft-fp.
19699 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19701         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19702         level of indirection to members `objname', `errstring', `malloced'.
19703         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19704         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19705         it as the __longjmp argument (just pass 1 instead).
19706         (_dl_catch_error): Initialize C with argument pointers and address of
19707         volatile local ERRCODE rather than copying values out of C at return.
19709 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19711         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19712         * math/auto-libm-test-out: Regenerated.
19713         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19714         (hypot_test_data): Likewise.
19715         (pow_test_data): Likewise.
19716         (pow_tonearest_test_data): Likewise.
19717         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19718         mpfr_ff_f.
19719         (func_calc_desc): Add mpfr_ff_f union field.
19720         (FUNC_mpfr_ff_f): New macro.
19721         (test_functions): Add atan2, hypot and pow.
19722         (special_fill_min): New function.
19723         (special_fill_minus_min): Likewise.
19724         (special_fill_min_subnorm): Likewise.
19725         (special_fill_minus_min_subnorm): Likewise.
19726         (special_real_inputs): Add min, -min, min_subnorm and
19727         -min_subnorm.
19728         (calc_generic_results): Handle mpfr_ff_f.
19729         * sysdeps/i386/fpu/libm-test-ulps: Update.
19730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19732 2013-12-16  Will Newton  <will.newton@linaro.org>
19734         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19735         (Aligned Memory Blocks): Add documentation for aligned_alloc
19736         and suggest it as an alternative to posix_memalign.
19737         (Hooks for Malloc): Document __memalign_hook is also called
19738         for aligned_alloc.  (Summary of Malloc): Add summary for
19739         aligned alloc.  Document __memalign_hook is also called
19740         for aligned_alloc.
19742 2013-12-16  Will Newton  <will.newton@linaro.org>
19744         * manual/memory.texi (Malloc Examples): Clarify default
19745         alignment documentation.  Suggest posix_memalign rather
19746         than memalign or valloc.
19747         (Aligned Memory Blocks): Remove suggestion to use memalign
19748         or valloc.  Remove obsolete comment about BSD.
19749         Document memalign errno values and mark the function obsolete.
19750         Document posix_memalign returned error codes.  Mark valloc
19751         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19752         called for posix_memalign and valloc.
19753         (Summary of Malloc): Add posix_memalign to function summary.
19754         __memalign_hook is also called for posix_memalign and valloc.
19756 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19758         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19759         TAYLOR_SIN.
19760         (__sin): Adjust.
19761         (__cos): Likewise.
19762         (sloww): Use mynumber union.  Expand ternary operator into
19763         if-else statements.
19764         (cslow): use mynumber union.
19766 2013-12-16  Allan McRae  <allan@archlinux.org>
19768         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19769         * configure: Regenerated.
19771         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19773         [BZ #14120]
19774         * configure.ac: Added --enable-maintainer-mode. Check for
19775         autoconf when enabled.
19776         * configure: Regenerated.
19778         * nscd/nscd.service: New file.
19779         * nscd/nscd.tmpfiles: New file.
19781 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19783         [BZ #12100]
19784         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19785         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19786         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19787         (strstr): Add __strstr_sse2_unaligned ifunc.
19788         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19789         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19790         (strcasestr): Remove __strcasestr_sse42 ifunc.
19791         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19792         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19793         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19795 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19797         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19798         * sysdeps/sh/bits/fenv.h: ... here.
19799         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19801 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19803         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19805         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19806         hypotf multiarch implementations.
19807         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19808         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19809         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19810         multiarch hypot for PPC64.
19811         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19812         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19813         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19814         multiarch hypotf for PPC64.
19816         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19817         modff multiarch implementations.
19818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19821         multiarch modf for PPC64.
19822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19825         multiarch modff for PPC64.
19827         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19828         and logl multiarch implementations.
19829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19832         multiarch logb for PPC64.
19833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19836         multiarch logb for PPC64.
19837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19840         multiarch logb for PPC64.
19842         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19843         isinff multiarch implementation.
19844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19845         file.
19846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19848         multiarch isinf for PPC64.
19849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19850         file.
19851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19852         multiarch isinff for PPC64.
19854         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19855         finitef multiarch implementation.
19856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19857         file.
19858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19860         multiarch finite for PPC64.
19861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19862         file.
19863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19864         multiarch finitef for PPC64.
19866         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19867         lrint multiarch implementation.
19868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19869         file.
19870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19872         multiarch llrint for PPC64.
19873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19874         multiarch lrint for PPC64.
19876         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19877         copysignf multiarch implementation.
19878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19879         file.
19880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19881         file.
19882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19883         multiarch copysign for PPC64.
19884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19885         multiarch copysignf for PPC64.
19887         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19888         multiarch implementation.
19889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19890         file.
19891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19892         file.
19893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19894         file.
19895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19896         file.
19897         multiarch llround for PPC64.
19898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19899         multiarch trunc for PPC64.
19900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19901         multiarch truncf for PPC64.
19903         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19904         multiarch implementation.
19905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19906         file.
19907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19908         file.
19909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19910         file.
19911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19912         file.
19913         multiarch llround for PPC64.
19914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19915         multiarch round for PPC64.
19916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19917         multiarch roundf for PPC64.
19919         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19920         multiarch implementation.
19921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19922         file.
19923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19924         file.
19925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19926         file.
19927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19928         file.
19929         multiarch llround for PPC64.
19930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19931         multiarch floor for PPC64.
19932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19933         multiarch floorf for PPC64.
19935         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19936         multiarch implementation.
19937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19938         file.
19939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19940         file.
19941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19942         file.
19943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19944         file.
19945         multiarch llround for PPC64.
19946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19947         multiarch ceil for PPC64.
19948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19949         multiarch ceilf for PPC64.
19951         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19952         multiarch implementation.
19953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19954         file.
19955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19956         file.
19957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19958         file.
19959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19960         multiarch llround for PPC64.
19961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19962         multiarch lround for PPC64.
19964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19965         multiarch implementation.
19966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19969         file.
19970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19973         multiarch isnan for PPC64.
19974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19975         multiarch isnanf for PPC64.
19977         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19978         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19979         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19980         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19981         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19984         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19985         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19986         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19987         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19989         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19990         multiarch implementations.
19991         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19992         (__libc_ifunc_impl_list): Likewise.
19993         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19994         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19995         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19996         multiarch stpcpy for PPC64.
19998         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19999         multiarch implementations.
20000         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20001         (__libc_ifunc_impl_list): Likewise.
20002         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20003         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20004         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20005         multiarch strcpy for PPC64.
20007         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20008         redefine function name.
20009         (_wordcopy_fwd_dest_aligned): Likewise.
20010         (_wordcopy_bwd_aligned): Likewise.
20011         (_wordcopy_bwd_dest_aligned): Likewise.
20012         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20013         multiarch implementations.
20014         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20015         (__libc_ifunc_impl_list): Likewise.
20016         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20017         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20018         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20019         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20020         multiarch wcscpy for PPC64.
20022         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20023         multiarch implementations.
20024         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20025         (__libc_ifunc_impl_list): Likewise.
20026         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20027         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20028         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20029         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20030         multiarch wcscpy for PPC64.
20032         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20033         multiarch implementations.
20034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20035         (__libc_ifunc_impl_list): Likewise.
20036         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20037         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20038         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20039         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20040         multiarch wcsrchr for PPC64.
20042         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20043         multiarch implementations.
20044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20045         (__libc_ifunc_impl_list): Likewise.
20046         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20047         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20048         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20049         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20050         multiarch wcschr for PPC64.
20052         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20053         multiarch implementations.
20054         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20055         (__libc_ifunc_impl_list): Likewise.
20056         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20057         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20058         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20059         multiarch strchrnul for PPC64.
20061         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20062         implementations.
20063         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20064         (__libc_ifunc_impl_list): Likewise.
20065         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20066         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20067         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20068         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20069         strchr for PPC64.
20071         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20072         implementations.
20073         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20074         (__libc_ifunc_impl_list): Likewise.
20075         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20076         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20077         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20078         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20079         strncmp for PPC64.
20081         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20082         multiarch implementations.
20083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20084         (__libc_ifunc_impl_list): Likewise.
20085         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20086         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20087         strncasecmp for PPC64.
20088         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20089         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20090         multiarch strncasecmp_l for PPC64.
20092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20093         multiarch implementations.
20094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20095         (__libc_ifunc_impl_list): Likewise.
20096         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20097         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20098         multiarch strcasecmp for PPC64.
20099         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20100         file.
20101         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20102         multiarch strcasecmp_l for PPC64.
20104         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20105         implementations.
20106         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20107         (__libc_ifunc_impl_list): Likewise.
20108         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20109         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20110         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20111         strnlen for PPC64.
20113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20114         implementations.
20115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20116         (__libc_ifunc_impl_list): Likewise.
20117         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20118         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20119         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20120         strlen for PPC64.
20122         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20123         implementations.
20124         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20125         (__libc_ifunc_impl_list): Likewise.
20126         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20127         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20128         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20129         rawmemrchr for PPC64.
20131         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20132         implementation.
20133         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20134         (__libc_ifunc_impl_list): Likewise.
20135         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20136         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20137         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20138         memrchr for PPC64.
20140         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20141         implementation.
20142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20143         (__libc_ifunc_impl_list): Likewise.
20144         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20145         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20146         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20147         memchr for PPC64.
20149         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20150         implementation.
20151         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20152         (__libc_ifunc_impl_list): Likewise.
20153         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20154         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20155         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20156         mempcpy for PPC64.
20158         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20159         avoid cretion of __bzero symbol.
20160         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20161         Likewise.
20162         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20163         Likewise.
20164         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20165         Likewise.
20166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20167         multiarch implementations.
20168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20169         (__libc_ifunc_impl_list): Likewise.
20170         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20171         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20172         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20173         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20174         bzero for PPC32.
20175         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20176         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20177         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20178         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20179         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20180         memset for PPC64.
20181         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20183         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20184         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20185         implementations.
20186         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20187         (__libc_ifunc_impl_list): Likewise.
20188         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20189         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20190         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20191         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20192         memcmp for PPC64.
20194         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20195         multiarch for POWER/PPC64.
20196         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20197         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20198         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20199         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20200         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20201         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20202         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20203         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20204         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20205         memcpy for PPC64.
20207         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20208         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20209         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20210         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20211         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20212         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20213         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20214         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20215         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20216         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20217         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20218         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20219         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20220         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20221         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20230 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20232         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20234 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20236         * benchtests/Makefile (bench): Add exp2 and log2.
20237         (LDLIBS-bench-exp2): Add -lm.
20238         (LDLIBS-bench-log2): Likewise.
20239         * benchtests/exp2-inputs: New inputs file.
20240         * benchtests/log2-inputs: New inputs file.
20241         * benchtests/log-inputs: Add new inputs.
20242         * benchtests/tan-inputs: Likewise.
20244 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20246         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20247         definition...
20248         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20249         (csloww2): ... from here.
20251         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20252         instead of structures.
20253         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20254         (POLYNOMIAL): Likewise.
20255         (TAYLOR_SLOW): Likewise.
20256         (__sin): Likewise.
20257         (__cos): Likewise.
20258         (slow1): Likewise.
20259         (slow2): Likewise.
20260         (sloww): Likewise.
20261         (sloww1); Likewise.
20262         (sloww2): Likewise.
20263         (bsloww1): Likewise.
20264         (bsloww2): Likewise.
20265         (cslow2): Likewise.
20266         (csloww): Likewise.
20267         (csloww1): Likewise.
20268         (csloww2): Likewise.
20270 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20272         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20273         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20274         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20275         * malloc/hooks.c (realloc_check): Likewise.
20277         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20278         * malloc/arena.c: Remove PER_THREAD conditional.
20279         [!PER_THREAD]: Remove code.
20280         (ptmalloc_unlock_all2): Likewise.
20281         (ptmalloc_init): Likewise.
20282         (_int_new_arena): Likewise.
20283         (arena_get2): Likewise.
20284         * malloc/hooks.c (__malloc_get_state): Likewise.
20285         (__malloc_set_state): Likewise.
20286         * malloc/malloc.c: Likewise.
20287         (struct malloc_state): Likewise.
20288         (struct malloc_par): Likewise.
20289         (__libc_realloc): Likewise.
20290         (__libc_mallopt): Likewise.
20292 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20294         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20296 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20298         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20299         macro to a function.  Check for zero perturb_byte.
20300         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20302         * malloc/malloc.c: (force_reg): Remove.
20303         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20304         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20305         force_reg by atomic_forced_read.
20306         * malloc/arena.c (ptmalloc_init): Likewise.
20307         * malloc/hooks.c (top_check): Likewise.
20309 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20313 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20315         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20317 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20319         * math/auto-libm-test-in: Add tests of lgamma.
20320         * math/auto-libm-test-out: Regenerated.
20321         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20322         (M_LOG_2_SQRT_PIl): Likewise.
20323         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20324         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20325         mpfr_f_f1.
20326         (func_calc_desc): Add mpfr_f_f1 union field.
20327         (ARGS1): New macro.
20328         (ARGS2): Likewise.
20329         (ARGS3): Likewise.
20330         (ARGS4): Likewise.
20331         (RET1): Likewise.
20332         (RET2): Likewise.
20333         (CALC): Likewise.
20334         (FUNC): Likewise.
20335         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20336         (test_functions): Add lgamma.
20337         (calc_generic_results): Handle mpfr_f_f1.
20338         * sysdeps/i386/fpu/libm-test-ulps: Update.
20339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20341 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20343         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20344         __mpn_add_n for PowerPC64/POWER7.
20345         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20346         __mpn_sub_n for PowerPC64/POWER7.
20348         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20349         __mpn_addmul_1 for PowerPC64.
20350         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20351         __mpn_submul_1 for PowerPC64.
20352         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20353         for PowerPC64.
20354         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20355         for PowerPC64.
20357 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20359         [BZ #15089]
20360         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20362 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20364         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20366         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20367         add multiarch folders.
20368         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20369         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20370         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20371         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20372         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20373         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20374         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20375         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20376         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20377         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20378         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20387         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20389         New file.
20390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20391         New file.
20392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20393         multiarch __ieee754_hypot for PowerPC32.
20394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20395         New file.
20396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20397         New file.
20398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20399         multiarch __ieee754_hypotf for PowerPC32.
20401         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20402         long_double_symbol only if __logbl is defined.
20403         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20404         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20405         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20406         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20407         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20408         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20409         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20410         path for implementation.
20411         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20412         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20414         logb, and logbl multiarch implementations for PowerPC32.
20415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20416         file.
20417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20418         file.
20419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20420         multiarch logb for PowerPC32.
20421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20422         file.
20423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20424         file.
20425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20426         multiarch logbf for PowerPC32.
20427         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20429         file.
20430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20431         multiarch logbl implementation for PowerPC32.
20433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20434         and modff multiarch implementations.
20435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20436         New file.
20437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20438         New file.
20439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20440         multiarch modf for PowerPC32.
20441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20442         New file.
20443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20444         New file.
20445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20446         multiarch modff for PowerPC32.
20448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20449         and lrintf multiarch implementations.
20450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20451         New file.
20452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20453         New file.
20454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20455         multiarch lrint for PowerPC32.
20456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20457         file: multiarch lrintf for PowerPC32.
20459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20460         and lroundf multiarch implementations.
20461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20462         New file.
20463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20464         New file.
20465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20466         New file.
20467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20468         multiarch lround for PowerPC32.
20469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20470         file: multiarch lroundf for PowerPC32.
20472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20473         copysign and copysignf multiarch implementations.
20474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20475         New file.
20476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20477         New file.
20478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20479         file: multiarch copysign for PowerPC32.
20480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20481         file: multiarch copysignf for PowerPC32.
20483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20484         and truncf multiarch implementations.
20485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20486         New file.
20487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20488         file.
20489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20490         multiarch trunc for PowerPC32.
20491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20492         New file.
20493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20494         New file.
20495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20496         multiarch truncf for PowerPC32.
20498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20499         and roundf multiarch implementations.
20500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20501         New file.
20502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20503         file.
20504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20505         multiarch round for PowerPC32.
20506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20507         New file.
20508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20509         New file.
20510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20511         multiarch roundf for PowerPC32.
20513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20514         and floorf multiarch implementations.
20515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20516         New file.
20517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20518         file.
20519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20520         multiarch floor for PowerPC32.
20521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20522         New file.
20523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20524         New file.
20525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20526         multiarch floorf for PowerPC32.
20528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20529         and ceilf multiarch implementations.
20530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20531         New file.
20532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20533         file.
20534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20535         multiarch ceil for PowerPC32.
20536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20537         New file.
20538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20539         file.
20540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20541         multiarch ceilf for PowerPC32.
20543         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20544         is defined.
20545         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20546         FINITEF is defined.
20547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20548         and finitef multiarch implementations.
20549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20550         New file.
20551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20552         file.
20553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20554         multiarch finite for PowerPC32.
20555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20556         New file.
20557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20558         file: multiarch finitef for PowerPC32.
20560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20561         and isinff multiarch implementations.
20562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20563         file.
20564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20565         file.
20566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20567         multiarch isinf for PowerPC32.
20568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20569         New file.
20570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20571         multiarch isinff for PowerPC32.
20573         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20574         alias when __isnan is defined.
20575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20576         and isnanf multiarch implementations.
20577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20578         file.
20579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20580         file.
20581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20582         file.
20583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20584         file.
20585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20586         multiarch isnan for PowerPC32.
20587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20588         New file.
20589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20590         New file.
20591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20592         multiarch isnanf for PowerPC32.
20594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20595         and sqrtf multiarch implementations.
20596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20597         file.
20598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20599         file.
20600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20601         multiarch sqrt for PowerPC32.
20602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20603         file.
20604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20605         file.
20606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20607         multiarch sqrtf for PowerPC32.
20609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20610         and llroundf multiarch implementations.
20611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20612         New file.
20613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20614         New file.
20615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20616         New file.
20617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20618         file: multiarch llround for PowerPC32.
20619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20620         file: multiarch llroundf for PowerPC32.
20622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20623         multiarch PowerPC32 fpu implementations.
20624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20625         New file.
20626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20627         New file.
20628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20629         multiarch llrint for PowerPC32.
20630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20631         New file.
20632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20633         New file.
20634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20635         file.
20637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20639         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20640         file.
20641         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20642         file.
20643         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20644         file.
20645         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20646         multiarch wordcopy for PPC32.
20647         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20648         wordcopy objects.
20649         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20650         (__libc_ifunc_impl_list): Likewise.
20651         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20652         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20653         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20654         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20655         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20656         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20658         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20659         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20660         file.
20661         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20662         file.
20663         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20664         file.
20665         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20666         multiarch wcscpy for PPC32.
20667         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20668         multiarch objects.
20669         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20670         (__libc_ifunc_impl_list): Likewise.
20671         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20672         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20673         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20674         sysdeps/powerpc/power6/wcscpy.c.
20676         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20677         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20678         file.
20679         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20680         file.
20681         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20682         file.
20683         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20684         multiarch wcsrchr for PPC32.
20685         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20686         multiarch objects.
20687         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20688         (__libc_ifunc_impl_list): Likewise.
20689         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20690         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20691         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20692         sysdeps/powerpc/power6/wcsrchr.c.
20694         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20695         file.
20696         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20697         file.
20698         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20699         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20700         multiarch wcschr for PPc32.
20701         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20702         multiarch objects.
20703         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20704         (__libc_ifunc_impl_list): Likewise.
20705         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20706         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20707         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20708         sysdeps/powerpc/power6/wcschr.c.
20710         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20711         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20712         file.
20713         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20714         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20715         file: multiarch strchr for PPC32.
20716         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20717         multiarch objects.
20718         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20719         (__libc_ifunc_impl_list): Likewise.
20721         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20722         name.
20723         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20724         file.
20725         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20726         file.
20727         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20728         multiarch strchrnul for PPC32.
20729         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20730         multiarch objects.
20731         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20732         (__libc_ifunc_impl_list): Likewise.
20734         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20735         file.
20736         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20737         multiarch strncasecmp for PPC32.
20738         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20739         file.
20740         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20741         multiarch strncasecmp_l for PPC32.
20742         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20743         strncasecmp multiarch objects.
20744         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20745         (__libc_ifunc_impl_list): Likewise.
20747         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20748         file.
20749         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20750         multiarch strncasecmp for PPC32.
20751         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20752         New file.
20753         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20754         multiarch strcasecmp_l for PPC32.
20755         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20756         multiarch objects.
20757         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20758         (__libc_ifunc_impl_list): Likewise.
20760         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20761         file.
20762         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20763         file.
20764         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20765         multiarch strncmp for PPC32.
20766         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20767         multiarch objects.
20768         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20769         (__libc_ifunc_impl_list): Likewise.
20771         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20772         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20773         file.
20774         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20775         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20776         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20777         multiarch objects.
20778         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20779         (__libc_ifunc_impl_list): Likewise.
20781         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20782         file.
20783         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20784         file.
20785         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20786         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20787         multiarch objects.
20788         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20789         (__libc_ifunc_impl_list): Likewise.
20791         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20792         file.
20793         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20794         file.
20795         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20796         multiarch rawmemchr for PPC32.
20797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20798         multiarch objects.
20799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20800         (__libc_ifunc_impl_list): Likewise.
20802         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20803         file.
20804         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20805         file.
20806         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20807         file: memrchr multiarch for PPC32.
20808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20809         multiarch objects.
20810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20811         (__libc_ifunc_impl_list): Likewise.
20813         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20814         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20815         file.
20816         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20817         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20818         multiarch memchr for PPC32.
20819         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20820         multiarch objects.
20821         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20822         (__libc_ifunc_impl_list): Likewise.
20824         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20825         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20826         file.
20827         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20828         file.
20829         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20830         file: multiarch mempcpy for PPC32.
20831         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20832         multiarch objects.
20833         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20834         (__libc_ifunc_impl_list): Likewise.
20836         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20837         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20838         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20839         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20840         multiarch bzero for PPC32.
20841         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20842         file.
20843         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20844         file.
20845         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20846         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20847         file: multiarch memset for PPC32.
20848         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20849         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20850         memset multiarch objects.
20851         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20852         (__libc_ifunc_impl_list): Likewise.
20854         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20855         file.
20856         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20857         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20858         memcmp for PPC32.
20859         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20860         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20861         multiarch objects.
20862         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20863         (__libc_ifunc_impl_list): Likewise.
20865         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20866         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20867         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20868         file.
20869         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20870         file.
20871         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20872         file.
20873         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20874         multiarch memcpy for PPC32.
20875         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20876         multiarch objects.
20877         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20878         (__libc_ifunc_impl_list): Likewise.
20880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20881         support multiarch for POWER/PPC32.
20882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20883         Likewise.
20884         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20886         Implies file to make multiarch folder appers before the fpu and
20887         default folder for power4 configuration.
20889 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20891         * scripts/bench.pl: Append volatile keyword to type.
20893 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20895         * sysdeps/sh/sotruss-lib.c: New file.
20896         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20898 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20902 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20904         [BZ #6810]
20905         * math/w_tgamma.c: Include <errno.h>.
20906         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20907         * math/w_tgammaf.c: Include <errno.h>.
20908         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20909         * math/w_tgammal.c: Include <errno.h>.
20910         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20911         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20912         underflow.  Add more tgamma tests.
20913         * math/auto-libm-test-out: Regenerated.
20914         * sysdeps/i386/fpu/libm-test-ulps: Update.
20915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20917         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20918         sin, sinh, tan, tanh, tgamma, y0 and y1.
20919         * math/auto-libm-test-out: Regenerated.
20920         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20921         (TEST_COND_x86): Likewise.
20922         (M_E2l): Remove macro.
20923         (M_E3l): Likewise.
20924         (M_2_SQRT_PIl): Likewise.
20925         (M_SQRT_PIl): Likewise.
20926         (M_1_DIV_El): Likewise.
20927         (log_test_data): Use AUTO_TESTS_f_f.
20928         (log10_test_data): Likewise.
20929         (log1p_test_data): Likewise.
20930         (log2_test_data): Likewise.
20931         (sin_test_data): Likewise.
20932         (sin_tonearest_test_data): Likewise.
20933         (sin_towardzero_test_data): Likewise.
20934         (sin_downward_test_data): Likewise.
20935         (sin_upward_test_data): Likewise.
20936         (sinh_test_data): Likewise.
20937         (sinh_tonearest_test_data): Likewise.
20938         (sinh_towardzero_test_data): Likewise.
20939         (sinh_downward_test_data): Likewise.
20940         (sinh_upward_test_data): Likewise.
20941         (tan_test_data): Likewise.
20942         (tan_tonearest_test_data): Likewise.
20943         (tan_towardzero_test_data): Likewise.
20944         (tan_downward_test_data): Likewise.
20945         (tan_upward_test_data): Likewise.
20946         (tanh_test_data): Likewise.
20947         (tgamma_test_data): Likewise.
20948         (y0_test_data): Likewise.
20949         (y1_test_data): Likewise.
20950         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20951         (special_real_inputs): Add pi/4.
20952         * sysdeps/i386/fpu/libm-test-ulps: Update.
20953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20955 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20957         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20958         "longjmp_target" static probes.
20959         (__longjmp): Rename to __longjmp_symbol.
20960         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20961         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20962         on which longjmp to generate.
20963         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20964         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20965         probe.
20966         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20967         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20968         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20969         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20970         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20971         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20973         __longjmp_symbol based on which __longjmp to generate.
20974         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20975         probe.
20976         (setjmp): Rename to setjmp_symbol.
20977         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20978         (_setjmp): Rename to _setjmp_symbol.
20979         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20980         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20981         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20982         which setjmp to generate.
20983         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20984         "longjmp_target" static probes.
20986 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20988         * benchtests/README: Add note about output arguments.
20989         * benchtests/bench-sincos.c: Remove file.
20990         * benchtests/sincos-inputs: New file.
20991         * scripts/bench.pl: Identify output arguments and define
20992         static variables for them.
20994         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20996         [BZ #15941]
20997         * Makefile (INSTALL): Add install-plain.texi as the primary
20998         dependency.
20999         * manual/install-plain.texi: New file.
21000         * manual/install.texi: Include node directive only for
21001         non-plaintext output.
21003 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21005         * stdlib/longlong.h: Update from GCC.
21007         [BZ #6807]
21008         [BZ #15901]
21009         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21010         * math/w_j0f.c (y0f): Likewise.
21011         * math/w_j0l.c (__y0l): Likewise.
21012         * math/w_j1.c (y1): Likewise.
21013         * math/w_j1f.c (y1f): Likewise.
21014         * math/w_j1l.c (__y1l): Likewise
21015         * math/w_jn.c (yn): Likewise.
21016         * math/w_jnf.c (ynf): Likewise.
21017         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21018         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21019         value for Bessel function domain errors outside _SVID_ mode.
21020         Adjust sign of return value for yn (negative integer, 0).
21021         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21022         by zero in return for negative x and set sign appropriately for
21023         negative n.
21024         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21025         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21026         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21027         expectations in error cases.
21028         (y1_test_data): Likewise.
21029         (yn_test_data): Likewise.
21030         * sysdeps/i386/fpu/libm-test-ulps: Update.
21031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21033 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21035         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21036         "64" to "64-v1".  Add "64-v2".
21037         (abi-64-options): Rename to ...
21038         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21039         (abi-64-condition): Rename to ...
21040         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21041         (abi-64-ld-soname): Rename to ...
21042         (abi-64-v1-ld-soname): ... this.
21043         (abi-64-v2-options): Define.
21044         (abi-64-v2-condition): Likewise.
21045         (abi-64-v2-ld-soname): Likewise.
21046         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21047         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21052 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21053             Alan Modra  <amodra@gmail.com>
21055         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21056         New versions for use with the ELFv2 ABI.
21057         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21058         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21059         declaration.
21060         (struct La_ppc64v2_retval): Likewise.
21061         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21062         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21063         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21064         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21065         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21066         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21067         Do not save or restore CR.
21068         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21069         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21070         return values for ELFv2 ABI.  Fix location of FPR return registers.
21071         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21072         updated values for _CALL_ELF == 2.
21073         (La_regs, La_retval, int_retval): Likewise.
21075 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21077         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21078         (FRAME_MIN_SIZE_PARM): Likewise.
21079         (FRAME_BACKCHAIN): Likewise.
21080         (FRAME_CR_SAVE): Likewise.
21081         (FRAME_LR_SAVE): Likewise.
21082         (FRAME_TOC_SAVE): Likewise.
21083         (FRAME_PARM_SAVE): Likewise.
21084         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21085         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21086         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21087         (call_mcount_parm_offset): New macro.
21088         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21089         (PROF): Use symbolic stack frame offsets.
21090         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21091         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21092         Redefine in terms of FRAME_MIN_SIZE.
21093         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21094         (_dl_profile_resolve): Likewise.  Update comment.
21095         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21096         symbols stack frame offsets.
21097         (__sigsetjmp): Likewise.
21098         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21099         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21100         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21101         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21104         (FRAME_BACKCHAIN): Remove.
21105         (FRAME_CR_SAVE): Likewise.
21106         (FRAME_LR_SAVE): Likewise.
21107         (FRAME_COMPILER_DW): Likewise.
21108         (FRAME_LINKER_DW): Likewise.
21109         (FRAME_TOC_SAVE): Likewise.
21110         (FRAME_PARM_SAVE): Likewise.
21111         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21112         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21113         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21115         (CHECK_SP): Use symbolic stack frame offsets.
21116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21117         zone" instead of caller's parameter save area for temp storage.
21118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21119         Likewise.  Also, use symbolic stack frame offsets.
21120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21121         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21122         our own stack frame instead of the caller's.
21123         (__socket): Use symbolic stack frame offsets.
21125 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21126             Alan Modra  <amodra@gmail.com>
21128         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21129         Define.
21130         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21131         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21132         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21133         New function.
21134         (elf_machine_fixup_plt): Call it.
21135         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21136         reloc arguments.
21137         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21138         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21139         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21140         r2 before calling target.
21142 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21143             Alan Modra  <amodra@gmail.com>
21145         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21146         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21147         versions of macros to support ELFv2 ABI.
21148         (LOCALENTRY): New macro.
21149         (ENTRY, EALIGN): Use it.
21150         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21151         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21152         fall through into ENTRY entry point.
21153         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21154         Only define if _CALL_ELF != 2.
21156         (elf_machine_matches_host): Verify ABI version matches.
21157         (RTLD_START): Use LOCALENTRY.
21158         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21159         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21160         (PLT_ENTRY_WORDS): New macro.
21161         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21162         (elf_machine_runtime_setup): Support ELFv2 ABI.
21163         (elf_machine_fixup_plt): Likewise.
21164         (elf_machine_plt_conflict): Likewise.
21165         (resolve_ifunc): Likewise.
21166         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21167         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21168         Likewise.
21169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21170         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21172         (makecontext): Support ELFv2 ABI.
21173         * elf/elf.h (EF_PPC64_ABI): Define.
21175 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21177         * sysdeps/powerpc/powerpc64/sysdep.h
21178         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21179         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21180         (ENTRY) [ASSEMBLER]: ... but instead here ...
21181         (EALIGN) [ASSEMBLER]: ... and here.
21182         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21183         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21184         (ENTRY_2) [!ASSEMBLER]: Use it.
21185         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21186         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21187         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21188         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21189         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21191         Use PPC64_LOAD_FUNCPTR.
21193         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21195 2013-12-04  Alan Modra  <amodra@gmail.com>
21197         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21198         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21199         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21200         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21202         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21203         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21204         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21205         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21206         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21207         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21209 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21212         (__makecontext): Fix incorrect CFI when backtracing out of
21213         context created via makecontext.
21214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21215         (__setcontext): Fix incorrect CFI during switch to new context.
21216         (__novec_setcontext): Likewise.
21218 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21220         [BZ #4772]
21221         * time/strptime_l.c (__strptime_internal): Allow modifiers
21222         in strptime.
21223         * time/tst-strptime.c (day_tests): Add testcase.
21225 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21227         * scripts/bench.pl: Skip over blank lines.
21229 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21231         [BZ #926]
21232         * manual/time.texi (Calendar Time): Clarify what timezone functions
21233         use.
21235 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21239 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21241         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21242         implementation.
21243         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21244         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21245         * debug/memset_chk.c (__memset_chk): Likewise.
21246         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21247         * debug/strncpy_chk.c: Likewise.
21249 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21251         [BZ #15268]
21252         [BZ #15425]
21253         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21254         (__ieee754_exp): For possibly underflowing results, check size of
21255         result and force underflow exception if required.
21256         * math/auto-libm-test-in: Add more tests of exp.
21257         * math/auto-libm-test-out: Regenerated.
21258         * sysdeps/i386/fpu/libm-test-ulps: Update.
21259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21261         [BZ #16283]
21262         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21263         * math/w_exp2f.c (__exp2f): Likewise.
21264         * math/w_exp2l.c (__exp2l): Likewise.
21265         * math/auto-libm-test-in: Do not allow missing errno on exp2
21266         underflow.
21267         * math/auto-libm-test-out: Regenerated.
21269 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21271         [BZ #16274]
21272         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21273         handle filename validation.
21274         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21275         (do_open): Delete.
21277 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21279         [BZ #6786]
21280         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21281         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21282         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21283         <float.h>.
21284         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21285         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21286         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21287         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21288         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21289         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21290         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21291         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21292         Add more erfc tests.
21293         * math/auto-libm-test-out: Regenerated.
21294         * sysdeps/i386/fpu/libm-test-ulps: Update.
21295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21297         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21298         exp2, expm1, j0 and j1.
21299         * math/auto-libm-test-out: Regenerated.
21300         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21301         (erfc_test_data): Likewise.
21302         (exp_test_data): Likewise.
21303         (exp_tonearest_test_data): Likewise.
21304         (exp_towardzero_test_data): Likewise.
21305         (exp_downward_test_data): Likewise.
21306         (exp_upward_test_data): Likewise.
21307         (exp10_test_data): Likewise.
21308         (exp2_test_data): Likewise.
21309         (expm1_test_data): Likewise.
21310         (j0_test_data): Likewise.
21311         (j1_test_data): Likewise.
21312         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21313         (input_flag_type): Add flag_xfail_rounding.
21314         (input_flags): Add xfail-rounding.
21315         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21316         (output_for_one_input_case): Handle flag_xfail_rounding.
21317         * sysdeps/i386/fpu/libm-test-ulps: Update.
21318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21320 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21322         [BZ #16289]
21323         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21324         division by 0.
21326 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21328         [BZ #16195]
21329         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21330         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21331         (STAP_PROBE0): New macro.
21332         (STAP_PROBE1): Likewise.
21333         (STAP_PROBE2): Likewise.
21334         (STAP_PROBE3): Likewise.
21335         (STAP_PROBE4): Likewise.
21337 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21339         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21341 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21343         * benchtests/Makefile (bench): Add sqrt.
21344         (LDLIBS-bench-sqrt): New.
21345         * benchtests/sqrt-input: New.
21347 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21349         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21350         (GAIH_EAI): Likewise.
21351         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21352         (gaih_inet): Likewise.
21353         (getaddrinfo): Don't use GAIH_EAI.
21355         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21356         (struct gaih): Remove definition.
21358 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21360         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21361         Use HERRNOP directly.
21363 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21367 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21369         * math/gen-auto-libm-tests.c (test_functions): Add more
21370         single-argument functions.
21371         (special_fill_pi_2): New function.
21372         (special_fill_minus_pi_2): Likewise.
21373         (special_fill_pi_6): Likewise.
21374         (special_fill_minus_pi_6): Likewise.
21375         (special_fill_pi_3): Likewise.
21376         (special_fill_2pi_3): Likewise.
21377         (special_fill_e): Likewise.
21378         (special_fill_1_e): Likewise.
21379         (special_fill_e_minus_1): Likewise.
21380         (special_real_inputs): Add more special inputs.
21381         (output_for_one_input_case): Do not require ERANGE on underflow to
21382         zero if round-to-nearest result does not underflow to zero, unless
21383         exact results required.
21384         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21385         atan, atanh, cbrt, cos and cosh.
21386         * math/auto-libm-test-out: Regenerated.
21387         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21388         (acos_tonearest_test_data): Likewise.
21389         (acos_towardzero_test_data): Likewise.
21390         (acos_downward_test_data): Likewise.
21391         (acos_upward_test_data): Likewise.
21392         (acosh_test_data): Likewise.
21393         (asin_test_data): Likewise.
21394         (asin_tonearest_test_data): Likewise.
21395         (asin_towardzero_test_data): Likewise.
21396         (asin_upward_test_data): Likewise.
21397         (asinh_test_data): Likewise.
21398         (atan_test_data): Likewise.
21399         (atanh_test_data): Likewise.
21400         (cbrt_test_data): Likewise.
21401         (cos_test_data): Likewise.
21402         (cos_tonearest_test_data): Likewise.
21403         (cos_towardzero_test_data): Likewise.
21404         (cos_downward_test_data): Likewise.
21405         (cos_upward_test_data): Likewise.
21406         (cosh_test_data): Likewise.
21407         (cosh_tonearest_test_data): Likewise.
21408         (cosh_towardzero_test_data): Likewise.
21409         (cosh_downward_test_data): Likewise.
21410         (cosh_upward_test_data): Likewise.
21411         * sysdeps/i386/fpu/libm-test-ulps: Update.
21412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21414 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21416         [BZ #6787]
21417         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21418         * math/w_exp10f.c (__exp10f): Likewise.
21419         * math/w_exp10l.c (__exp10l): Likewise.
21420         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21421         errno settings in existing tests.
21423         [BZ #14032]
21424         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21425         precision control set to double precision.
21426         * sysdeps/i386/fpu/w_sqrt.c: New file.
21427         * math/auto-libm-test-in: Add more tests.
21428         * math/auto-libm-test-out: Update.
21430         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21431         (sqrt_test_tonearest): New function.
21432         (sqrt_towardzero_test_data): New variable.
21433         (sqrt_test_towardzero): New function.
21434         (sqrt_downward_test_data): New variable.
21435         (sqrt_test_downward): New function.
21436         (sqrt_upward_test_data): New variable.
21437         (sqrt_test_upward): New function.
21438         (main): Call the new functions.
21440         * math/gen-auto-libm-tests.c: New file.
21441         * math/auto-libm-test-in: Likewise.
21442         * math/auto-libm-test-out: New generated file.
21443         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21444         variables.
21445         (%beautify): Add generated representations of zero.
21446         (top level): Set $auto_input and call parse_auto_input.
21447         (beautify): Remove trailing "f" from hex float constants.
21448         (parse_args): Handle XFAIL_TEST.
21449         (convert_condition): New function.
21450         (or_value): Likewise.
21451         (or_cond_value): Likewise.
21452         (generate_testfile): Handle AUTO_TESTS_* lines.
21453         (parse_auto_input): New function.
21454         * math/libm-test.inc (XFAIL_TEST): New macro.
21455         (ERRNO_UNCHANGED): Update value.
21456         (ERRNO_EDOM): Likewise.
21457         (ERRNO_ERANGE): Likewise.
21458         (IGNORE_RESULT): Likewise.
21459         (TEST_COND_flt_32): New macro.
21460         (TEST_COND_dbl_64): Likewise.
21461         (TEST_COND_ldbl_96_intel): Likewise.
21462         (TEST_COND_ldbl_96_m68k): Likewise.
21463         (TEST_COND_ldbl_128): Likewise.
21464         (TEST_COND_ldbl_128ibm): Likewise.
21465         (TEST_COND_long32): Likewise.
21466         (TEST_COND_long64): Likewise.
21467         (TEST_COND_before_rounding): Likewise.
21468         (TEST_COND_after_rounding): Likewise.
21469         (enable_test): Handle XFAIL_TEST flag.
21470         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21471         with finite results.
21472         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21473         auto-libm-test-out.
21475 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21476             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21478         [BZ #16214]
21479         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21480         __tls_get_addr_internal instead of __tls_get_offset in order to
21481         avoid GOT pointer dependency.  Make rtld export
21482         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21483         __tls_get_addr since we are a __tls_get_offset platform.
21484         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21485         GOT pointer being set up before.
21486         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21488 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21490         * manual/math.texi (Errors in Math Functions): Document accuracy
21491         goals.
21493         [BZ #15004]
21494         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21495         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21496         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21497         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21498         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21499         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21500         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21501         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21502         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21503         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21504         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21505         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21506         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21507         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21508         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21509         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21511         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21512         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21513         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21514         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21515         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21516         Likewise.
21517         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21518         Likewise.
21519         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21520         Likewise.
21521         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21522         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21523         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21524         atomic-feupdateenv and flt-rounds.
21525         * sysdeps/powerpc/nofpu/Versions (libc): Add
21526         __atomic_feholdexcept, __atomic_feclearexcept,
21527         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21528         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21529         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21530         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21531         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21532         here.
21533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21534         Update.
21536         * manual/arith.texi (FP Exceptions): Document that exceptions may
21537         not be raised when matherr is used.
21538         (Math Error Reporting): Document overflow in directed rounding
21539         modes.  Document that errno may not be set when finite values are
21540         returned on overflow.  Document intent to set errno on underflow
21541         only for underflow to zero.
21543         [BZ #16271]
21544         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21545         round-to-nearest then adjust result for other rounding modes.
21546         * include/fenv.h (fegetround): Use libm_hidden_proto.
21547         * math/fegetround.c (fegetround): Use libm_hidden_def.
21548         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21549         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21550         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21551         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21552         Likewise.
21553         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21554         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21555         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21556         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21558 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21560         [BZ #16077]
21561         * nss/Versions (libnss_files): Add
21562         _nss_files_gethostbyname3_r.
21563         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21564         New function.
21565         (HOST_DB_LOOKUP): Remove macro.
21566         (_nss_files_gethostbyname_r): Implement function without the
21567         HOST_DB_LOOKUP macro.
21568         (_nss_files_gethostbyname2_r): Likewise.
21570 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21572         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21574 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21576         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21577         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21578         warning.
21580 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21582         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21583         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21584         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21585         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21586         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21587         __fe_nomask_env_priv and attribute_hidden.
21588         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21589         (libc_feupdateenv_test_ppc): Likewise.
21590         (libc_feresetround_ppc): Likewise.
21591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21592         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21593         compat_symbol macro.
21594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21595         (__fe_nomask_env): Likewise.
21596         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21598 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21600         * string/Makefile: Remove ifunc tests.
21601         * string/test-string.h: Define TEST_IFUNC.
21602         * string/test-bcopy-ifunc.c: Remove.
21603         * string/test-bzero-ifunc.c: Likewise.
21604         * string/test-memccpy-ifunc.c: Likewise.
21605         * string/test-memchr-ifunc.c: Likewise.
21606         * string/test-memcmp-ifunc.c: Likewise.
21607         * string/test-memcpy-ifunc.c: Likewise.
21608         * string/test-memmem-ifunc.c: Likewise.
21609         * string/test-memmove-ifunc.c: Likewise.
21610         * string/test-mempcpy-ifunc.c: Likewise.
21611         * string/test-memrchr-ifunc.c: Likewise.
21612         * string/test-memset-ifunc.c: Likewise.
21613         * string/test-rawmemchr-ifunc.c: Likewise.
21614         * string/test-stpcpy-ifunc.c: Likewise.
21615         * string/test-stpncpy-ifunc.c: Likewise.
21616         * string/test-strcasecmp-ifunc.c: Likewise.
21617         * string/test-strcasestr-ifunc.c: Likewise.
21618         * string/test-strcat-ifunc.c: Likewise.
21619         * string/test-strchr-ifunc.c: Likewise.
21620         * string/test-strchrnul-ifunc.c: Likewise.
21621         * string/test-strcmp-ifunc.c: Likewise.
21622         * string/test-strcpy-ifunc.c: Likewise.
21623         * string/test-strcspn-ifunc.c: Likewise.
21624         * string/test-strlen-ifunc.c: Likewise.
21625         * string/test-strncasecmp-ifunc.c: Likewise.
21626         * string/test-strncat-ifunc.c: Likewise.
21627         * string/test-strncmp-ifunc.c: Likewise.
21628         * string/test-strncpy-ifunc.c: Likewise.
21629         * string/test-strnlen-ifunc.c: Likewise.
21630         * string/test-strpbrk-ifunc.c: Likewise.
21631         * string/test-strrchr-ifunc.c: Likewise.
21632         * string/test-strspn-ifunc.c: Likewise.
21633         * string/test-strstr-ifunc.c: Likewise.
21635 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21637         * benchtests/Makefile: Remove ifunc tests.
21638         * benchtests/bench-string.h: Define TEST_IFUNC.
21639         * benchtests/bench-bcopy-ifunc.c: Remove.
21640         * benchtests/bench-bzero-ifunc.c: Likewise.
21641         * benchtests/bench-memccpy-ifunc.c: Likewise.
21642         * benchtests/bench-memchr-ifunc.c: Likewise.
21643         * benchtests/bench-memcmp-ifunc.c: Likewise.
21644         * benchtests/bench-memcpy-ifunc.c: Likewise.
21645         * benchtests/bench-memmem-ifunc.c: Likewise.
21646         * benchtests/bench-memmove-ifunc.c: Likewise.
21647         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21648         * benchtests/bench-memrchr-ifunc.c: Likewise.
21649         * benchtests/bench-memset-ifunc.c: Likewise.
21650         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21651         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21652         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21653         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21654         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21655         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21656         * benchtests/bench-strcat-ifunc.c: Likewise.
21657         * benchtests/bench-strchr-ifunc.c: Likewise.
21658         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21659         * benchtests/bench-strcmp-ifunc.c: Likewise.
21660         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21661         * benchtests/bench-strcpy-ifunc.c: Likewise.
21662         * benchtests/bench-strcspn-ifunc.c: Likewise.
21663         * benchtests/bench-strlen-ifunc.c: Likewise.
21664         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21665         * benchtests/bench-strncat-ifunc.c: Likewise.
21666         * benchtests/bench-strncmp-ifunc.c: Likewise.
21667         * benchtests/bench-strncpy-ifunc.c: Likewise.
21668         * benchtests/bench-strnlen-ifunc.c: Likewise.
21669         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21670         * benchtests/bench-strrchr-ifunc.c: Likewise.
21671         * benchtests/bench-strsep-ifunc.c: Likewise.
21672         * benchtests/bench-strspn-ifunc.c: Likewise.
21673         * benchtests/bench-strstr-ifunc.c: Likewise.
21675 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21677         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21679 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21681         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21682         * rt/aio.h: Likewise.
21683         * sysdeps/gnu/bits/utmp.h: Likewise.
21684         * sysdeps/gnu/bits/utmpx.h: Likewise.
21685         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21686         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21687         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21688         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21689         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21690         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21691         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21692         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21693         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21694         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21695         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21696         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21697         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21699         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21700         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21701         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21702         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21703         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21704         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21705         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21706         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21707         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21708         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21709         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21710         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21711         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21712         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21713         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21714         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21715         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21716         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21717         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21718         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21719         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21720         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21721         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21722         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21723         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21724         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21725         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21726         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21728 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21730         [BZ #16245]
21731         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21732         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21734 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21736         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21737         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21738         Likewise.
21740 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21742         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21743         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21744         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21745         (__fesetround): Remove define.
21746         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21747         rounding and exceptions handling.
21748         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21749         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21750         (__fe_nomask_env): Likewise.
21751         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21752         __fegetround instead of fegetround.
21753         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21754         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21756 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21758         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21759         it's there.
21761         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21763 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21765         [BZ #11157]
21766         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21767         (encrypt_r): Likewise.
21768         * malloc/obstack.h (obstack_free): Likewise.
21769         * posix/unistd.h (encrypt): Likewise.
21771 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21773         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21774         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21775         DL_CALL_DT_FINI() that call the functions directly.
21776         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21777         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21778         * elf/dl-fini.c: Likewise.
21780 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21782         * malloc/hooks.c (memalign_check): Add alignment rounding.
21783         * malloc/malloc.c (_mid_memalign): New function.
21784         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21785         Implement by calling _mid_memalign.
21786         * manual/probes.texi (Memory Allocation Probes): Remove
21787         memory_valloc_retry and memory_pvalloc_retry.
21789 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21791         * locale/programs/locarchive.c (open_archive): Add const
21792         qualifier to ARCHIVEFNAME and copy default fname to
21793         DEFAULT_FNAME.
21795         [BZ #15601]
21796         * libio/tst-widetext.input: Rename Oriya to Odia.
21797         * locale/iso-639.def: Likewise.
21799         * manual/probes.texi (Mathematical Function Probes): Add
21800         documentation for sin, cos, asin and acos probes.
21801         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21802         (__sin32): Add slowasin probe.
21803         (__cos32): Add slowacos probe.
21804         (__mpsin): Add slowsin probe.
21805         (__mpcos): Add slowcos probe.
21807 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21809         [BZ #15483]
21810         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21811         thread-local __sim_exceptions_thread and global
21812         __sim_exceptions_global.
21813         (__sim_disabled_exceptions): Change to thread-local
21814         __sim_disabled_exceptions_thread and global
21815         __sim_disabled_exceptions_global.
21816         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21817         and global __sim_round_mode_global.
21818         (__simulate_exceptions): Use thread-local floating-point state and
21819         set global state from it as needed.
21820         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21821         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21822         __sim_round_mode_thread.
21823         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21824         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21825         and global __sim_exceptions_global.
21826         (__sim_disabled_exceptions): Change to thread-local
21827         __sim_disabled_exceptions_thread and global
21828         __sim_disabled_exceptions_global.
21829         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21830         and global __sim_round_mode_global.
21831         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21832         (SIM_SET_GLOBAL): Likewise.
21833         * sysdeps/powerpc/soft-fp/sfp-machine.h
21834         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21835         __sim_round_mode_thread.
21836         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21837         __sim_disabled_exceptions_thread.
21838         (__sim_exceptions): Change to __sim_exceptions_thread.
21839         (__sim_disabled_exceptions): Change to
21840         __sim_disabled_exceptions_thread.
21841         (__sim_round_mode): Change to __sim_round_mode_thread.
21842         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21843         thread-local floating-point state and set global state from it as
21844         needed.
21845         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21846         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21847         (__sim_disabled_exceptions): Remove extern declaration.
21848         (feenableexcept): Use thread-local floating-point state and set
21849         global state from it as needed.
21850         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21851         extern declaration.
21852         (__sim_disabled_exceptions): Likewise.
21853         (__sim_round_mode): Likewise.
21854         (__fegetenv): Use thread-local floating-point state.
21855         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21856         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21857         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21858         floating-point state and set global state from it as needed.
21859         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21860         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21861         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21862         Likewise.
21863         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21864         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21865         Likewise.
21866         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21867         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21868         Use __sim_round_mode_thread.
21869         * math/test-fenv-tls.c: New file.
21870         * math/Makefile (tests): Add test-fenv-tls.
21871         ($(objpfx)test-fenv-tls): Depend on
21872         $(common-objpfx)nptl/libpthread.so.
21874 2013-11-19  Andreas Schwab  <schwab@suse.de>
21876         * locale/programs/locale.c (show_info): Decode wordarray elements.
21877         * locale/categories.def (LC_MONETARY): Add element for
21878         _NL_MONETARY_CRNCYSTR.
21879         * locale/C-monetary.c (conversion_rate): New variable.
21880         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21881         element.
21883 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21885         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21886         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21888 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21890         * elf/Makefile (tst-auxv): New test.
21891         * elf/tst-auxv.c: New
21892         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21894 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21896         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21897         (hidden_proto): Caller changed.
21898         (hidden_tls_proto): New macro.
21899         (libc_hidden_tls_proto): Likewise.
21900         (rtld_hidden_tls_proto): Likewise.
21901         (libm_hidden_tls_proto): Likewise.
21902         (libresolv_hidden_tls_proto): Likewise.
21903         (librt_hidden_tls_proto): Likewise.
21904         (libdl_hidden_tls_proto): Likewise.
21905         (libnss_files_hidden_tls_proto): Likewise.
21906         (libnsl_hidden_tls_proto): Likewise.
21907         (libnss_nisplus_hidden_tls_proto): Likewise.
21908         (libutil_hidden_tls_proto): Likewise.
21910 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21912         [BZ #10253]
21913         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21914         (decompose_rpath): Defer expansion to fillin_rpath.
21915         (_dl_init_paths): Pass linkmap to fillin_rpath.
21917 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21919         * benchtests/Makefile: Add strsep.
21920         * benchtests/bench-strsep.c: New file: strsep benchtest.
21921         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21923 2013-11-18  Andreas Schwab  <schwab@suse.de>
21925         * locale/programs/locale.c (show_info) [case byte]: Check for
21926         '\377' instead of '\177'.
21927         * locale/C-monetary.c (not_available): Always use "\377".
21928         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21929         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21930         detect unavailable sign_posn locale elements.
21931         * locale/localeconv.c (__localeconv): For grouping and
21932         mon_grouping handle "\177" and "\377" like no grouping.
21933         (INT_ELEM): New macro.  Use it to set all numeric members.
21934         * locale/programs/ld-monetary.c (monetary_read)
21935         <tok_mon_grouping>: Normalize single -1 to the empty string.
21936         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21937         Likewise.
21939 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21941         [BZ #16055]
21942         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21943         when we match (nil).
21944         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21946 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21948         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21949         (NO_TEST_INLINE): Update value.
21950         (ERRNO_UNCHANGED): Likewise.
21951         (ERRNO_EDOM): Likewise.
21952         (ERRNO_ERANGE): Likewise.
21953         (IGNORE_RESULT): Likewise.
21954         (check_float_internal): Check signs of NaN results if
21955         TEST_NAN_SIGN used.
21956         (check_complex): Pass TEST_NAN_SIGN flag through to second
21957         check_float_internal call.
21958         (copysign_test_data): Add tests with quiet NaNs as second
21959         argument.  Use TEST_NAN_SIGN.
21960         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21961         TEST_NAN_SIGN.
21962         (signbit_test_data): Add tests of quiet NaN argument.
21963         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21965         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21966         $ignore_result.
21967         (parse_args): Handle function results specified as IGNORE.
21968         * math/libm-test.inc (IGNORE_RESULT): New macro.
21969         (check_float_internal): Do not check numerical result if flag
21970         IGNORE_RESULT set.
21971         (check_complex): Pass through IGNORE_RESULT to second
21972         check_float_internal call.
21973         (check_int): Do not check numerical result if flag IGNORE_RESULT
21974         set.
21975         (check_long): Likewise.
21976         (check_bool): Likewise.
21977         (check_longlong): Likewise.
21978         (lrint_test_data): Add tests of infinite and NaN arguments.
21979         (lrint_tonearest_test_data): Likewise.
21980         (lrint_towardzero_test_data): Likewise.
21981         (lrint_downward_test_data): Likewise.
21982         (lrint_upward_test_data): Likewise.
21983         (llrint_test_data): Likewise.
21984         (llrint_tonearest_test_data): Likewise.
21985         (llrint_towardzero_test_data): Likewise.
21986         (llrint_downward_test_data): Likewise.
21987         (llrint_upward_test_data): Likewise.
21988         (lround_test_data): Likewise.
21989         (llround_test_data): Likewise.
21991         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21992         (ERRNO_UNCHANGED): Update value.
21993         (ERRNO_EDOM): Likewise.
21994         (ERRNO_ERANGE): Likewise.
21995         (NO_TEST_INLINE_FLOAT): New macro.
21996         (NO_TEST_INLINE_DOUBLE): Likewise.
21997         (enable_test): New function.
21998         (RUN_TEST_f_f): Check enable_test before running test.
21999         (RUN_TEST_2_f): Likewise.
22000         (RUN_TEST_fff_f): Likewise.
22001         (RUN_TEST_c_f): Likewise.
22002         (RUN_TEST_f_f1): Likewise.
22003         (RUN_TEST_fF_f1): Likewise.
22004         (RUN_TEST_fI_f1): Likewise.
22005         (RUN_TEST_ffI_f1): Likewise.
22006         (RUN_TEST_c_c): Likewise.
22007         (RUN_TEST_cc_c): Likewise.
22008         (RUN_TEST_f_i): Likewise.
22009         (RUN_TEST_f_i_tg): Likewise.
22010         (RUN_TEST_ff_i_tg): Likewise.
22011         (RUN_TEST_f_b): Likewise.
22012         (RUN_TEST_f_b_tg): Likewise.
22013         (RUN_TEST_f_l): Likewise.
22014         (RUN_TEST_f_L): Likewise.
22015         (RUN_TEST_fFF_11): Likewise.
22016         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22017         conditionals.
22018         (cosh_test_data): Likewise.
22019         (exp_test_data): Likewise.
22020         (expm1_test_data): Likewise.
22021         (hypot_test_data): Likewise.
22022         (pow_test_data): Likewise.
22023         (sinh_test_data): Likewise.
22024         (tanh_test_data): Likewise.
22025         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22026         flags argument.
22028         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22029         tests with quiet NaN input and output.
22030         (acosh_test_data): Likewise.
22031         (asin_test_data): Likewise.
22032         (asinh_test_data): Likewise.
22033         (atan_test_data): Likewise.
22034         (atanh_test_data): Likewise.
22035         (atan2_test_data): Likewise.
22036         (cbrt_test_data): Likewise.
22037         (cos_test_data): Likewise.
22038         (cosh_test_data): Likewise.
22039         (erf_test_data): Likewise.
22040         (erfc_test_data): Likewise.
22041         (exp_test_data): Likewise.
22042         (exp10_test_data): Likewise.
22043         (exp2_test_data): Likewise.
22044         (expm1_test_data): Likewise.
22045         (hypot_test_data): Likewise.
22046         (j0_test_data): Likewise.
22047         (j1_test_data): Likewise.
22048         (jn_test_data): Likewise.
22049         (lgamma_test_data): Likewise.
22050         (log_test_data): Likewise.
22051         (log10_test_data): Likewise.
22052         (log1p_test_data): Likewise.
22053         (log2_test_data): Likewise.
22054         (pow_test_data): Likewise.
22055         (scalb_test_data): Likewise.
22056         (sin_test_data): Likewise.
22057         (sincos_test_data): Likewise.
22058         (sinh_test_data): Likewise.
22059         (tan_test_data): Likewise.
22060         (tanh_test_data): Likewise.
22061         (tgamma_test_data): Likewise.
22062         (y0_test_data): Likewise.
22063         (y1_test_data): Likewise.
22064         (yn_test_data): Likewise.
22066         [BZ #16167]
22067         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22068         argument being NaN and avoid computations with second argument in
22069         that case.
22070         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22071         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22072         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22074 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22076         * locale/iso-639.def: Add Chitwani Tharu (the).
22078 2013-11-14  Andreas Schwab  <schwab@suse.de>
22080         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22081         word instead of empty string.
22083 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22086         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22088         (__fe_nomask_env): Likewise.
22090 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22092         * benchtests/bench-timing.h: Include time.h.
22094 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22096         [BZ #15997]
22097         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22098         to 3.4.0 for x32.
22099         * sysdeps/unix/sysv/linux/configure: Regenerated.
22101 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22103         [BZ #16151]
22104         * stdlib/strtod_l.c (round_and_return): Do not consider
22105         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22106         exponent one less than half the least subnormal exponent.
22107         * stdlib/test-strtod-round-data: Add more tests.
22108         * stdlib/tst-strtod-round.c (tests): Regenerated.
22110 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22112         [BZ #14143]
22113         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22114         (__fe_mask_env): Likewise.
22115         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22116         libm_hidden_proto and add function prototype.
22117         (__fe_mask_env): Add function prototype.
22118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22119         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22121         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22123         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22125 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22127         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22128         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22130 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22132         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22133         of htab_find_slot().
22135 2013-11-11  David S. Miller  <davem@davemloft.net>
22137         [BZ #16150]
22138         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22139         symbol in the non-vis3 case in static builds.
22140         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22141         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22142         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22143         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22145 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22147         [BZ #387]
22148         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22149         it is empty.
22151 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22153         * benchtests/Makefile: Add bench-strtod.
22154         * benchtests/bench-strtod.c: New file: strtod benchtest
22156 2013-11-11  Andreas Schwab  <schwab@suse.de>
22158         [BZ #16153]
22159         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22160         terminating NUL in key length.
22162 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22164         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22165         Add artificial ODP entry for vDSO symbol for PPC64.
22166         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22167         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22169 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22171         [BZ #15374]
22172         * nss/getent.c (services_keys): Recognize services starting with digit.
22174 2013-11-06  David S. Miller  <davem@davemloft.net>
22176         [BZ #15985]
22177         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22178         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22180 2013-11-06  Will Newton  <will.newton@linaro.org>
22182         * manual/memory.texi (Malloc Examples): Remove register
22183         keyword from examples.
22185 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22187         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22189 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22191         [BZ #6981]
22192         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22193         depending on [__GCC_IEC_559 > 0].
22194         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22195         depending on [__GCC_IEC_559_COMPLEX > 0].
22197 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22199         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22200         to iso-639.def.
22202 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22204         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22206 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22208         [BZ #16112]
22209         * malloc/malloc (malloc_info): Do not handle first bin as
22210         special case.
22212 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22214         * locale/iso-639.def: Add Central Nahuatl (nhn).
22216 2013-11-01  Bruno Haible  <bruno@clisp.org>
22218         [BZ #7003]
22219         * manual/math.texi (BSD Random): Specify range upper bound as
22220         in POSIX.
22222 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22224         * locale/iso-639.def: Add Meadow Mari (mhr).
22226 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22228         [BZ #14752], [BZ #15763]
22229         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22230         Validate name.
22231         * rt/tst_shm.c: Add test for escaping directory.
22233 2013-10-31  Andreas Schwab  <schwab@suse.de>
22235         [BZ #15917]
22236         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22237         followed by 'x' as part of digit sequence.
22238         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22240 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22242         [BZ #16037]
22243         * configure.ac: allow GNU Make 4.0 and greater.
22244         * configure: Regenerated.
22246 2013-10-30  Will Newton  <will.newton@linaro.org>
22248         [BZ #16038]
22249         * malloc/hooks.c (memalign_check): Limit alignment to the
22250         maximum representable power of two.
22251         * malloc/malloc.c (__libc_memalign): Likewise.
22252         * malloc/tst-memalign.c (do_test): Add test for very
22253         large alignment values.
22254         * malloc/tst-posix_memalign.c (do_test): Likewise.
22256 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22258         [BZ #11087]
22259         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22260         (munmap_chunk): Likewise.
22261         (mremap_chunk): Likewise.
22263 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22265         [BZ #15799]
22266         * stdlib/div.c (div): Remove obsolete code.
22267         * stdlib/ldiv.c (ldiv): Likewise.
22268         * stdlib/lldiv.c (lldiv): Likewise.
22270 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22272         [BZ #16071]
22273         * nss/nss_files/files-XXX.c (get_contents_ret): New
22274         enumerator.
22275         (get_contents): New function.
22276         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22278 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22280         * configure.in: Moved to ...
22281         * configure.ac: ... here. Change reference to configure.in
22282         to configure.ac.
22283         * sysdeps/arm/preconfigure.ac: ... here.
22284         configure.in to configure.ac.
22285         * sysdeps/gnu/configure.in: Moved to ...
22286         * sysdeps/gnu/configure.ac: ... here.
22287         * sysdeps/i386/configure.in: Moved to ...
22288         * sysdeps/i386/configure.ac: ... here.
22289         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22290         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22291         * sysdeps/mach/configure.in: Moved to ...
22292         * sysdeps/mach/configure.ac: ... here.
22293         * sysdeps/mach/hurd/configure.in: Moved to ...
22294         * sysdeps/mach/hurd/configure.ac: ... here.
22295         * sysdeps/powerpc/configure.in: Moved to ...
22296         * sysdeps/powerpc/configure.ac: ... here.
22297         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22298         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22299         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22300         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22301         * sysdeps/s390/s390-32/configure.in: Moved to ...
22302         * sysdeps/s390/s390-32/configure.ac: ... here.
22303         * sysdeps/s390/s390-64/configure.in: Moved to ...
22304         * sysdeps/s390/s390-64/configure.ac: ... here.
22305         * sysdeps/sh/configure.in: Moved to ...
22306         * sysdeps/sh/configure.ac: ... here.
22307         * sysdeps/sparc/configure.in: Moved to ...
22308         * sysdeps/sparc/configure.ac: ... here.
22309         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22310         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22311         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22312         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22313         * sysdeps/x86_64/configure.in: Moved to ...
22314         * sysdeps/x86_64/configure.ac: ... here.
22315         * sysdeps/x86_64/preconfigure.in: Moved to ...
22316         * sysdeps/x86_64/preconfigure.ac: ... here.
22317         * aclocal.m4: Change reference to configure.in to configure.ac.
22318         * config.h.in: Likewise.
22319         * manual/install.texi: Likewise.
22320         * manual/maint.texi: Likewise.
22321         * Makefile: Likewise.
22322         * malloc/Makefile: Likewise.
22323         * nscd/Makefile: Likewise.
22324         * Makeconfig: Change reference to configure.in and
22325         preconfigure.in to configure.ac and preconfigure.ac
22326         respectively.
22327         * INSTALL: Regenerated.
22328         * configure: Likewise.
22329         * sysdeps/gnu/configure: Likewise.
22330         * sysdeps/i386/configure: Likewise.
22331         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22332         * sysdeps/mach/configure: Likewise.
22333         * sysdeps/mach/hurd/configure: Likewise.
22334         * sysdeps/powerpc/configure: Likewise.
22335         * sysdeps/powerpc/powerpc32/configure: Likewise.
22336         * sysdeps/powerpc/powerpc64/configure: Likewise.
22337         * sysdeps/s390/s390-32/configure: Likewise.
22338         * sysdeps/s390/s390-64/configure: Likewise.
22339         * sysdeps/sh/configure: Likewise.
22340         * sysdeps/sparc/configure: Likewise.
22341         * sysdeps/unix/sysv/linux/configure: Likewise.
22342         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22343         * sysdeps/x86_64/configure: Likewise.
22344         * sysdeps/x86_64/preconfigure: Likewise.
22346 2013-10-29  Andreas Schwab  <schwab@suse.de>
22348         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22350 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22352         * benchtests/pow-inputs: Add new inputs.
22354         * benchtests/exp-inputs: Add new inputs.
22356         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22357         conditional check for return value.
22358         (__cos32): Likewise.
22360 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22362         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22363         to provide a boost for large inputs with word alignment.
22364         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22365         implementation based on optimized PPC64 strcpy.
22366         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22367         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22368         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22369         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22371 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22373         [BZ #2801]
22374         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22376 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22378         [BZ #14876]
22379         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22380         * time/tst-strptime.c (day_tests): Add testcase.
22382 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22384         [BZ #14029]
22385         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22387 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22389         [BZ #16074]
22390         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22391         MAP_FAILED on error.
22393 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22395         [BZ #16072]
22396         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22397         heap for large requests.
22399 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22401         [BZ #9954]
22402         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22403         result if the result has no associated interface.
22404         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22405         interface for all 127.X.Y.Z addresses.
22407 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22409         * locale/iso-639.def: Add Ligurian (lij)
22411 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22413         [BZ #15825]
22414         * sunrpc/rpc_main.c: Document rpcgen -5.
22416 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22418         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22420 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22422         [BZ #10278]
22423         * posix/glob.c: Match only directories when trailing slash is present.
22424         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22425         (main): Add testcase.
22427 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22429         [BZ #15670]
22430         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22432 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22434         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22435         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22436         AUTH_DES and cindex for FIPS 140-2.
22437         (DES Encryption): Add cindex FIPS 46-3.
22439         * locale/locarchive.h (struct locarhandle): Add fname.
22440         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22441         if an optional argument was specified to --list-archive,
22442         otherwise NULL.
22443         * locale/programs/locarchive.c (show_archive_content): Take new
22444         argument fname and pass it via ah.fname to open_archive.
22445         * locale/programs/localedef.h: Update decl.
22446         (open_archive): If AH->fname is non-null, open that file
22447         rather than the default file name, and don't ignore ENOENT.
22448         (create_archive): Set AH.fname to NULL.
22449         (delete_locales_from_archive): Likewise.
22450         (add_locales_to_archive): Likewise.
22451         * locale/programs/locfile.c (write_all_categories): Likewise.
22453 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22454             Aldy Hernandez  <aldyh@redhat.com>
22456         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22457         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22458         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22459         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22460         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22461         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22462         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22463         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22464         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22465         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22466         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22467         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22468         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22469         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22470         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22471         Likewise.
22472         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22473         Likewise.
22474         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22475         Likewise.
22476         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22477         Likewise.
22478         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22479         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22480         Likewise.
22481         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22482         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22483         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22484         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22485         Likewise.
22486         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22487         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22488         * sysdeps/powerpc/preconfigure: Likewise.
22489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22490         Likewise.
22491         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22492         Replace contents of file by #include of <fenv_libc.h>.
22493         * sysdeps/powerpc/soft-fp/sfp-machine.h
22494         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22495         and <sys/prctl.h>.
22496         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22497         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22498         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22499         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22500         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22501         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22502         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22503         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22504         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22505         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22506         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22507         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22509         Allow copysignl PLT reference to be missing.
22511 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22512             Joseph Myers  <joseph@codesourcery.com
22514         [BZ #15948]
22515         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22516         single character.
22517         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22519 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22521         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22522         * elf/tst-tls1.c: Likewise.
22523         * elf/tst-tls10.h: Likewise.
22524         * elf/tst-tls14.c: Likewise.
22525         * elf/tst-tls2.c: Likewise.
22526         * elf/tst-tls3.c: Likewise.
22527         * elf/tst-tls4.c: Likewise.
22528         * elf/tst-tls5.c: Likewise.
22529         * elf/tst-tls6.c: Likewise.
22530         * elf/tst-tls7.c: Likewise.
22531         * elf/tst-tls8.c: Likewise.
22532         * elf/tst-tls9.c: Likewise.
22533         * elf/tst-tlsmod1.c: Likewise.
22534         * elf/tst-tlsmod13.c: Likewise.
22535         * elf/tst-tlsmod13a.c: Likewise.
22536         * elf/tst-tlsmod14a.c: Likewise.
22537         * elf/tst-tlsmod16a.c: Likewise.
22538         * elf/tst-tlsmod16b.c: Likewise.
22539         * elf/tst-tlsmod2.c: Likewise.
22540         * elf/tst-tlsmod3.c: Likewise.
22541         * elf/tst-tlsmod4.c: Likewise.
22542         * elf/tst-tlsmod5.c: Likewise.
22543         * elf/tst-tlsmod6.c: Likewise.
22545 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22547         [BZ #12486]
22548         * malloc/malloc.c: remove checks for statistics.
22550 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22552         [BZ #15277]
22553         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22554         * inet/tst-network.c: Add testcase.
22556 2013-10-17  Andreas Schwab  <schwab@suse.de>
22558         [BZ #15218]
22559         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22560         to determine canonical name.
22562 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22564         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22565         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22566         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22567         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22568         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22569         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22570         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22571         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22572         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22573         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22574         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22575         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22576         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22577         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22578         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22579         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22580         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22581         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22582         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22583         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22584         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22585         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22586         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22587         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22588         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22589         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22590         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22591         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22592         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22593         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22594         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22595         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22596         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22597         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22598         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22599         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22600         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22601         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22602         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22603         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22604         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22605         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22606         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22607         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22608         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22609         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22610         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22611         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22612         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22613         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22614         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22615         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22616         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22617         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22618         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22619         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22620         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22621         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22623 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22625         [BZ #16041]
22626         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22627         make result into a quiet NaN.
22629 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22631         * soft-fp/adddf3.c: Fix horizontal whitespace.
22632         * soft-fp/addsf3.c: Likewise.
22633         * soft-fp/addtf3.c: Likewise.
22634         * soft-fp/divdf3.c: Likewise.
22635         * soft-fp/divsf3.c: Likewise.
22636         * soft-fp/divtf3.c: Likewise.
22637         * soft-fp/double.h: Likewise.
22638         * soft-fp/eqdf2.c: Likewise.
22639         * soft-fp/eqsf2.c: Likewise.
22640         * soft-fp/eqtf2.c: Likewise.
22641         * soft-fp/extenddftf2.c: Likewise.
22642         * soft-fp/extended.h: Likewise.
22643         * soft-fp/extendsfdf2.c: Likewise.
22644         * soft-fp/extendsftf2.c: Likewise.
22645         * soft-fp/extendxftf2.c: Likewise.
22646         * soft-fp/fixdfdi.c: Likewise.
22647         * soft-fp/fixdfsi.c: Likewise.
22648         * soft-fp/fixdfti.c: Likewise.
22649         * soft-fp/fixsfdi.c: Likewise.
22650         * soft-fp/fixsfsi.c: Likewise.
22651         * soft-fp/fixsfti.c: Likewise.
22652         * soft-fp/fixtfdi.c: Likewise.
22653         * soft-fp/fixtfsi.c: Likewise.
22654         * soft-fp/fixtfti.c: Likewise.
22655         * soft-fp/fixunsdfdi.c: Likewise.
22656         * soft-fp/fixunsdfsi.c: Likewise.
22657         * soft-fp/fixunsdfti.c: Likewise.
22658         * soft-fp/fixunssfdi.c: Likewise.
22659         * soft-fp/fixunssfsi.c: Likewise.
22660         * soft-fp/fixunssfti.c: Likewise.
22661         * soft-fp/fixunstfdi.c: Likewise.
22662         * soft-fp/fixunstfsi.c: Likewise.
22663         * soft-fp/fixunstfti.c: Likewise.
22664         * soft-fp/floatdidf.c: Likewise.
22665         * soft-fp/floatdisf.c: Likewise.
22666         * soft-fp/floatditf.c: Likewise.
22667         * soft-fp/floatsidf.c: Likewise.
22668         * soft-fp/floatsisf.c: Likewise.
22669         * soft-fp/floatsitf.c: Likewise.
22670         * soft-fp/floattidf.c: Likewise.
22671         * soft-fp/floattisf.c: Likewise.
22672         * soft-fp/floattitf.c: Likewise.
22673         * soft-fp/floatundidf.c: Likewise.
22674         * soft-fp/floatundisf.c: Likewise.
22675         * soft-fp/floatunditf.c: Likewise.
22676         * soft-fp/floatunsidf.c: Likewise.
22677         * soft-fp/floatunsisf.c: Likewise.
22678         * soft-fp/floatunsitf.c: Likewise.
22679         * soft-fp/floatuntidf.c: Likewise.
22680         * soft-fp/floatuntisf.c: Likewise.
22681         * soft-fp/floatuntitf.c: Likewise.
22682         * soft-fp/fmadf4.c: Likewise.
22683         * soft-fp/fmasf4.c: Likewise.
22684         * soft-fp/fmatf4.c: Likewise.
22685         * soft-fp/gedf2.c: Likewise.
22686         * soft-fp/gesf2.c: Likewise.
22687         * soft-fp/getf2.c: Likewise.
22688         * soft-fp/ledf2.c: Likewise.
22689         * soft-fp/lesf2.c: Likewise.
22690         * soft-fp/letf2.c: Likewise.
22691         * soft-fp/muldf3.c: Likewise.
22692         * soft-fp/mulsf3.c: Likewise.
22693         * soft-fp/multf3.c: Likewise.
22694         * soft-fp/negdf2.c: Likewise.
22695         * soft-fp/negsf2.c: Likewise.
22696         * soft-fp/negtf2.c: Likewise.
22697         * soft-fp/op-1.h: Likewise.
22698         * soft-fp/op-2.h: Likewise.
22699         * soft-fp/op-4.h: Likewise.
22700         * soft-fp/op-8.h: Likewise.
22701         * soft-fp/op-common.h: Likewise.
22702         * soft-fp/quad.h: Likewise.
22703         * soft-fp/single.h: Likewise.
22704         * soft-fp/soft-fp.h: Likewise.
22705         * soft-fp/sqrtdf2.c: Likewise.
22706         * soft-fp/sqrtsf2.c: Likewise.
22707         * soft-fp/sqrttf2.c: Likewise.
22708         * soft-fp/subdf3.c: Likewise.
22709         * soft-fp/subsf3.c: Likewise.
22710         * soft-fp/subtf3.c: Likewise.
22711         * soft-fp/truncdfsf2.c: Likewise.
22712         * soft-fp/trunctfdf2.c: Likewise.
22713         * soft-fp/trunctfsf2.c: Likewise.
22714         * soft-fp/trunctfxf2.c: Likewise.
22715         * soft-fp/unorddf2.c: Likewise.
22716         * soft-fp/unordsf2.c: Likewise.
22717         * soft-fp/unordtf2.c: Likewise.
22719 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22721         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22722         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22724 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22726         * elf/dl-libc.c: Clear initfini list after freeing.
22728 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22730         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22731         * soft-fp/addsf3.c: Likewise.
22732         * soft-fp/addtf3.c: Likewise.
22733         * soft-fp/divdf3.c: Likewise.
22734         * soft-fp/divsf3.c: Likewise.
22735         * soft-fp/divtf3.c: Likewise.
22736         * soft-fp/double.h: Likewise.
22737         * soft-fp/eqdf2.c: Likewise.
22738         * soft-fp/eqsf2.c: Likewise.
22739         * soft-fp/eqtf2.c: Likewise.
22740         * soft-fp/extenddftf2.c: Likewise.
22741         * soft-fp/extended.h: Likewise.
22742         * soft-fp/extendsfdf2.c: Likewise.
22743         * soft-fp/extendsftf2.c: Likewise.
22744         * soft-fp/extendxftf2.c: Likewise.
22745         * soft-fp/fixdfdi.c: Likewise.
22746         * soft-fp/fixdfsi.c: Likewise.
22747         * soft-fp/fixdfti.c: Likewise.
22748         * soft-fp/fixsfdi.c: Likewise.
22749         * soft-fp/fixsfsi.c: Likewise.
22750         * soft-fp/fixsfti.c: Likewise.
22751         * soft-fp/fixtfdi.c: Likewise.
22752         * soft-fp/fixtfsi.c: Likewise.
22753         * soft-fp/fixtfti.c: Likewise.
22754         * soft-fp/fixunsdfdi.c: Likewise.
22755         * soft-fp/fixunsdfsi.c: Likewise.
22756         * soft-fp/fixunsdfti.c: Likewise.
22757         * soft-fp/fixunssfdi.c: Likewise.
22758         * soft-fp/fixunssfsi.c: Likewise.
22759         * soft-fp/fixunssfti.c: Likewise.
22760         * soft-fp/fixunstfdi.c: Likewise.
22761         * soft-fp/fixunstfsi.c: Likewise.
22762         * soft-fp/fixunstfti.c: Likewise.
22763         * soft-fp/floatdidf.c: Likewise.
22764         * soft-fp/floatdisf.c: Likewise.
22765         * soft-fp/floatditf.c: Likewise.
22766         * soft-fp/floatsidf.c: Likewise.
22767         * soft-fp/floatsisf.c: Likewise.
22768         * soft-fp/floatsitf.c: Likewise.
22769         * soft-fp/floattidf.c: Likewise.
22770         * soft-fp/floattisf.c: Likewise.
22771         * soft-fp/floattitf.c: Likewise.
22772         * soft-fp/floatundidf.c: Likewise.
22773         * soft-fp/floatundisf.c: Likewise.
22774         * soft-fp/floatunsidf.c: Likewise.
22775         * soft-fp/floatunsisf.c: Likewise.
22776         * soft-fp/floatuntidf.c: Likewise.
22777         * soft-fp/floatuntisf.c: Likewise.
22778         * soft-fp/floatuntitf.c: Likewise.
22779         * soft-fp/fmadf4.c: Likewise.
22780         * soft-fp/fmasf4.c: Likewise.
22781         * soft-fp/fmatf4.c: Likewise.
22782         * soft-fp/gedf2.c: Likewise.
22783         * soft-fp/gesf2.c: Likewise.
22784         * soft-fp/getf2.c: Likewise.
22785         * soft-fp/ledf2.c: Likewise.
22786         * soft-fp/lesf2.c: Likewise.
22787         * soft-fp/letf2.c: Likewise.
22788         * soft-fp/muldf3.c: Likewise.
22789         * soft-fp/mulsf3.c: Likewise.
22790         * soft-fp/multf3.c: Likewise.
22791         * soft-fp/negdf2.c: Likewise.
22792         * soft-fp/negsf2.c: Likewise.
22793         * soft-fp/negtf2.c: Likewise.
22794         * soft-fp/op-1.h: Likewise.
22795         * soft-fp/op-2.h: Likewise.
22796         * soft-fp/op-4.h: Likewise.
22797         * soft-fp/op-8.h: Likewise.
22798         * soft-fp/op-common.h: Likewise.
22799         * soft-fp/quad.h: Likewise.
22800         * soft-fp/single.h: Likewise.
22801         * soft-fp/soft-fp.h: Likewise.
22802         * soft-fp/sqrtdf2.c: Likewise.
22803         * soft-fp/sqrtsf2.c: Likewise.
22804         * soft-fp/sqrttf2.c: Likewise.
22805         * soft-fp/subdf3.c: Likewise.
22806         * soft-fp/subsf3.c: Likewise.
22807         * soft-fp/subtf3.c: Likewise.
22808         * soft-fp/truncdfsf2.c: Likewise.
22809         * soft-fp/trunctfdf2.c: Likewise.
22810         * soft-fp/trunctfsf2.c: Likewise.
22811         * soft-fp/trunctfxf2.c: Likewise.
22812         * soft-fp/unorddf2.c: Likewise.
22813         * soft-fp/unordsf2.c: Likewise.
22814         * soft-fp/unordtf2.c: Likewise.
22816 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22818         [BZ #15672]
22819         * misc/error.c (error_tail): Fix possible buffer overflow.
22821 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22823         [BZ #13028]
22824         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22825         address.
22827 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22829         [BZ #832]
22830         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22831         testing pipefail option.
22833 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22835         * soft-fp/double.h: Indent preprocessor directives inside #if.
22836         * soft-fp/extended.h: Likewise.
22837         * soft-fp/op-2.h: Likewise.
22838         * soft-fp/op-4.h: Likewise.
22839         * soft-fp/op-common.h: Likewise.
22840         * soft-fp/quad.h: Likewise.
22841         * soft-fp/single.h: Likewise.
22842         * soft-fp/soft-fp.h: Likewise.
22844 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22846         * iconv/iconv_prog.c: Fix typos.
22847         * stdio-common/psiginfo-data.h: Likewise.
22849 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22851         [BZ #15764]
22852         * locale/setlocale.c: Fix typo.
22854 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22856         [BZ #16036]
22857         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22858         signaling NaN arguments.
22859         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22860         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22862         [BZ #14910]
22863         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22864         unordered operands.
22865         * soft-fp/gesf2.c (__gesf2): Likewise.
22866         * soft-fp/getf2.c (__getf2): Likewise.
22867         * soft-fp/ledf2.c (__ledf2): Likewise.
22868         * soft-fp/lesf2.c (__lesf2): Likewise.
22869         * soft-fp/letf2.c (__letf2): Likewise.
22871         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22872         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22873         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22874         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22875         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22876         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22877         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22878         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22879         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22880         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22881         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22882         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22883         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22884         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22885         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22886         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22887         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22888         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22889         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22890         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22891         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22892         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22893         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22894         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22895         * soft-fp/floattidf.c (__floattidf): Likewise.
22896         * soft-fp/floattisf.c (__floattisf): Likewise.
22897         * soft-fp/floattitf.c (__floattitf): Likewise.
22898         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22899         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22900         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22901         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22902         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22903         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22904         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22905         * soft-fp/gesf2.c (__gesf2): Likewise.
22906         * soft-fp/getf2.c (__getf2): Likewise.
22907         * soft-fp/ledf2.c (__ledf2): Likewise.
22908         * soft-fp/lesf2.c (__lesf2): Likewise.
22909         * soft-fp/letf2.c (__letf2): Likewise.
22911         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22912         Undefine and redefine.
22913         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22914         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22915         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22916         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22917         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22918         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22919         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22920         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22921         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22922         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22923         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22924         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22925         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22926         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22927         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22929         [BZ #16032]
22930         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22931         without decrementing exponent if mantissa >= that for the
22932         denominator, not >.
22933         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22934         denominator, not >.  Decrement exponent in < case instead of
22935         incrementing in >= case.
22936         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22937         without decrementing exponent if mantissa >= that for the
22938         denominator, not >.
22940         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22941         computing saturated result for unsigned overflow.
22943 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22944             Jeff Law  <law@redhat.com>
22946         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22947         (atan2Mp): Add systemtap probe marker.
22948         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22949         (__ieee754_log): Add systemtap probe marker.
22950         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22951         (atanMp): Add systemtap probe marker.
22952         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22953         (tanMp): Add systemtap probe marker.
22954         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22955         (__slowexp): Add systemtap probe marker.
22956         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22957         (__slowpow): Add systemtap probe marker.
22958         * manual/probes.texi: Document probes.
22960 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22962         [BZ #15362]
22963         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22964         written.
22965         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22966         written.
22967         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22968         written to buffer but not flushed.
22969         * libio/iofwrite_u.c:  Likewise.
22970         * libio/iopadn.c:  Return bytes returned even if EOF was
22971         encountered.
22972         * libio/iowpadn.c:  Likewise.
22973         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22974         if _IO_padn does not write the whole buffer.
22975         [!COMPILE_WPRINTF] (PAD): Likewise.
22977 2013-10-10  David S. Miller  <davem@davemloft.net>
22979         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22980         directory block.
22982 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22984         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22985         instead of FSF address.
22986         * soft-fp/fixdfti.c: Likewise.
22987         * soft-fp/fixsfti.c: Likewise.
22988         * soft-fp/fixtfti.c: Likewise.
22989         * soft-fp/fixunsdfti.c: Likewise.
22990         * soft-fp/fixunssfti.c: Likewise.
22991         * soft-fp/fixunstfti.c: Likewise.
22992         * soft-fp/floattidf.c: Likewise.
22993         * soft-fp/floattisf.c: Likewise.
22994         * soft-fp/floattitf.c: Likewise.
22995         * soft-fp/floatuntidf.c: Likewise.
22996         * soft-fp/floatuntisf.c: Likewise.
22997         * soft-fp/floatuntitf.c: Likewise.
22998         * soft-fp/trunctfxf2.c: Likewise.
23000         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23001         * soft-fp/fixdfti.c: Likewise.
23002         * soft-fp/fixsfti.c: Likewise.
23003         * soft-fp/fixtfti.c: Likewise.
23004         * soft-fp/fixunsdfti.c: Likewise.
23005         * soft-fp/fixunssfti.c: Likewise.
23006         * soft-fp/fixunstfti.c: Likewise.
23007         * soft-fp/floattidf.c: Likewise.
23008         * soft-fp/floattisf.c: Likewise.
23009         * soft-fp/floattitf.c: Likewise.
23010         * soft-fp/floatuntidf.c: Likewise.
23011         * soft-fp/floatuntisf.c: Likewise.
23012         * soft-fp/floatuntitf.c: Likewise.
23013         * soft-fp/trunctfxf2.c: Likewise.
23015 2013-10-10  David S. Miller  <davem@davemloft.net>
23017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23019 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23021         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23022         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23023         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23024         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23025         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23026         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23027         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23029         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23030         for NaNs before doing comparisons on argument.
23031         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23032         Likewise.
23034 2013-10-10  Will Newton  <will.newton@linaro.org>
23036         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23037         passed to _int_memalign does not overflow.
23039 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23041         * scripts/bench.pl: Add include-sources directive.
23042         * benchtests/README: Update documentation.
23044 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23046         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23047         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23048         instead of FP_INIT_ROUNDMODE.
23049         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23050         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23052         [BZ #16034]
23053         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23054         copy class of input value.
23055         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23056         not handle exceptions.
23057         * soft-fp/negsf2.c (__negsf2): Likewise.
23058         * soft-fp/negtf2.c (__negtf2): Likewise.
23059         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23061 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23063         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23064         semicolon.  From Linux kernel.
23066 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23068         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23070 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23072         [BZ #156]
23073         * manual/socket.texi: Added statement about buffer
23074         for gethostbyname2_r.
23076 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23078         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23079         Use .p2align directive instead, throughout.
23080         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23081         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23082         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23083         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23084         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23085         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23086         * sysdeps/x86_64/strchr.S: Likewise.
23087         * sysdeps/x86_64/strrchr.S: Likewise.
23089 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23091         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23093         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23095         * sysdeps/generic/math_private.h (__mpsin1): Remove
23096         declaration.
23097         (__mpcos1): Likewise.
23098         (__mpsin): New argument __range_reduce.
23099         (__mpcos): Likewise.
23100         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23101         (slow): Use __mpsin and __mpcos.
23102         (slow1): Likewise.
23103         (slow2): Likewise.
23104         (sloww): Likewise.
23105         (sloww1): Likewise.
23106         (sloww2): Likewise.
23107         (bsloww): Likewise.
23108         (bsloww1): Likewise.
23109         (bsloww2): Likewise.
23110         (cslow2): Likewise.
23111         (csloww): Likewise.
23112         (csloww1): Likewise.
23113         (csloww2): Likewise.
23114         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23115         range_reduce.  Merge in __mpsin1.
23116         (__mpcos): Likewise.
23117         (__mpsin1): Remove.
23118         (__mpcos1): Likewise.
23120 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23122         * locale/loadlocale.c (_nl_intern_locale_data): Use
23123         LOCFILE_ALIGNED_P.
23124         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23125         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23126         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23127         obstack data is appropriately aligned.
23128         (obstack_int32_grow_fast): Likewise.
23129         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23130         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23131         (add_locale_uint32_array): Likewise.
23133 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23135         * benchtests/Makefile: Remove ARGLIST and RET variables.
23136         ($(objpfx)bench-%.c): Pass only function name to the script.
23137         * benchtests/README: Update documentation.
23138         * benchtests/acos-inputs: Add new directives.
23139         * benchtests/acosh-inputs: Likewise.
23140         * benchtests/asin-inputs: Likewise.
23141         * benchtests/asinh-inputs: Likewise.
23142         * benchtests/atan-inputs: Likewise.
23143         * benchtests/atanh-inputs: Likewise.
23144         * benchtests/cos-inputs: Likewise.
23145         * benchtests/cosh-inputs: Likewise.
23146         * benchtests/exp-inputs: Likewise.
23147         * benchtests/log-inputs: Likewise.
23148         * benchtests/pow-inputs: Likewise.
23149         * benchtests/rint-inputs: Likewise.
23150         * benchtests/sin-inputs: Likewise.
23151         * benchtests/sinh-inputs: Likewise.
23152         * benchtests/tan-inputs: Likewise.
23153         * benchtests/tanh-inputs: Likewise.
23154         * scripts/bench.pl: Add support for new directives.
23156 2013-10-07  Alan Modra  <amodra@gmail.com>
23158         * README: Fix careless merge.
23160 2013-10-05  Alan Modra  <amodra@gmail.com>
23162         * NEWS: Mention powerpc64le support and bugs fixed.
23163         * README: Both big-endian and little-endian powerpc64 supported.
23165 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23167         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23168         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23169         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23170         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23172 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23174         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23175         match prototype.
23177 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23179         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23180         Move -mhard-float appending from
23181         ports/sysdeps/powerpc/powerpc32/Makefile.
23182         [$(with-fp) = yes] (ASFLAGS): Likewise.
23183         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23184         * sysdeps/powerpc/nofpu: Move directory from
23185         ports/sysdeps/powerpc/nofpu.
23186         * sysdeps/powerpc/soft-fp: Move directory from
23187         ports/sysdeps/powerpc/soft-fp.
23188         * sysdeps/powerpc/powerpc32/405: Move directory from
23189         ports/sysdeps/powerpc/powerpc32/405.
23190         * sysdeps/powerpc/powerpc32/440: Move directory from
23191         ports/sysdeps/powerpc/powerpc32/440.
23192         * sysdeps/powerpc/powerpc32/464: Move directory from
23193         ports/sysdeps/powerpc/powerpc32/464.
23194         * sysdeps/powerpc/powerpc32/476: Move directory from
23195         ports/sysdeps/powerpc/powerpc32/476.
23196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23197         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23199         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23201         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23203         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23205         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23206         * README: Update for powerpc-*-linux-gnu software floating point
23207         support in libc.
23209         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23210         case to powerpc/powerpc32*.
23211         * sysdeps/unix/sysv/linux/configure: Regenerated.
23213         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23214         (_FPU_MASK_OM): Define as 0x04.
23215         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23216         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23217         0x00c10080.
23218         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23219         0x0000003c.
23220         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23223         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23224         getcontext_e500.
23225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23226         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23227         setcontext_e500.
23228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23229         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23230         and setcontext_e500.
23232 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23234         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23236 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23238         * manual/threads.texi (Default Thread Attributes): Fix typo.
23240 2013-10-04  Will Newton  <will.newton@linaro.org>
23242         * malloc/Makefile: Add tst-memalign.
23243         * malloc/tst-memalign.c: New file.
23245         * malloc/tst-posix_memalign.c: Add comments.
23246         (do_test): Add comments and call free on all potentially
23247         allocated pointers. Add space after cast.
23249         * malloc/tst-pvalloc.c: Add comments.
23250         (do_test): Add comments and call free on all potentially
23251         allocated pointers. Remove duplicate check for NULL pointer.
23252         Add space after cast.
23254         * malloc/tst-valloc.c: Add comments.
23255         (do_test): Add comments and call free on all potentially
23256         allocated pointers. Remove duplicate check for NULL pointer.
23257         Add space after cast.
23259 2013-10-04  Alan Modra  <amodra@gmail.com>
23261         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23262         Use stdint types in rather than __attribute__((mode())).
23263         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23265 2013-10-04  Alan Modra  <amodra@gmail.com>
23267         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23268         Correct handling of unaligned relocs for little-endian.
23269         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23271 2013-10-04  Alan Modra  <amodra@gmail.com>
23273         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23274         * configure: Regenerate.
23275         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23276         * shlib-versions: Likewise.
23278 2013-10-04  Alan Modra  <amodra@gmail.com>
23280         * string/tester.c (test_memrchr): Increment reported test cycle.
23282 2013-10-04  Alan Modra  <amodra@gmail.com>
23284         * string/test-memcpy.c (do_one_test): When reporting errors, print
23285         string address and don't overrun end of string.
23287 2013-10-04  Alan Modra  <amodra@gmail.com>
23289         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23290         insrdi.  Make better use of reg selection to speed exit slightly.
23291         Schedule entry path a little better.  Remove useless "are we done"
23292         checks on entry to main loop.  Handle wrapping around zero address.
23293         Correct main loop count.  Handle single left-over word from main
23294         loop inline rather than by using loop_small.  Remove extra word
23295         case in loop_small caused by wrong loop count.  Add little-endian
23296         support.
23297         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23298         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23299         cache hint.
23300         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23301         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23302         support.  Avoid rlwimi.
23303         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23305 2013-10-04  Alan Modra  <amodra@gmail.com>
23307         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23308         insrdi.  Formatting.
23309         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23310         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23311         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23312         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23313         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23314         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23316 2013-10-04  Alan Modra  <amodra@gmail.com>
23318         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23319         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23320         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23321         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23322         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23323         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23324         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23325         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23326         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23327         use of regs.  Use power7 mtocrf.  Tidy function tails.
23329 2013-10-04  Alan Modra  <amodra@gmail.com>
23331         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23332         Formatting.  Consistently use rXXX register defines or rN defines.
23333         Use early exit labels that avoid restoring unused non-volatile regs.
23334         Make cr field use more consistent with rWORDn compares.  Rename
23335         regs used as shift registers for unaligned loop, using rN defines
23336         for short lifetime/multiple use regs.
23337         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23338         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23339         addi 1,1,64 to pop stack frame.  Simplify return value code.
23340         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23342 2013-10-04  Alan Modra  <amodra@gmail.com>
23344         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23345         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23346         rather than rlwimi.
23347         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23348         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23349         little-endian support.  Correct typos.
23350         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23351         rather than rlwimi.
23352         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23353         in loop and entry code to keep "and." results.
23354         (strchr): Add little-endian support.  Comment.  Move cntlzd
23355         earlier in tail.
23356         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23358 2013-10-04  Alan Modra  <amodra@gmail.com>
23360         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23361         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23362         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23363         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23365 2013-10-04  Alan Modra  <amodra@gmail.com>
23367         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23368         (rTMP): Define as r11.
23369         (strcmp): Add little-endian support.  Optimise tail.
23370         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23371         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23372         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23373         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23374         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23375         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23376         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23378 2013-10-04  Alan Modra  <amodra@gmail.com>
23380         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23381         little-endian support.  Remove unnecessary "are we done" tests.
23382         Handle "s" wrapping around zero and extremely large "size".
23383         Correct main loop count.  Handle single left-over word from main
23384         loop inline rather than by using small_loop.  Correct comments.
23385         Delete "zero" tail, use "end_max" instead.
23386         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23388 2013-10-04  Alan Modra  <amodra@gmail.com>
23390         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23391         support.  Don't branch over align.
23392         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23393         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23394         support.  Rearrange tmp reg use to suit.  Comment.
23395         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23397 2013-10-04  Alan Modra  <amodra@gmail.com>
23399         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23401 2013-10-04  Alan Modra  <amodra@gmail.com>
23403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23404         conditional form of branch and link when obtaining pc.
23405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23407 2013-10-04  Alan Modra  <amodra@gmail.com>
23409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23410         HIWORD/LOWORD.
23411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23414 2013-10-04  Alan Modra  <amodra@gmail.com>
23416         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23417         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23418         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23419         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23420         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23421         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23422         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23423         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23424         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23425         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23427 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23428             Alistair Popple <alistair@ozlabs.au.ibm.com>
23429             Alan Modra <amodra@gmail.com>
23431         [BZ #15723]
23432         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23433         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23434         _dl_hwcap access for little-endian.
23435         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23436         destroy vmx regs when saving unaligned.
23437         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23438         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23439         destroy vmx regs when saving unaligned.
23441 2013-10-04  Alan Modra  <amodra@gmail.com>
23443         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23444         Don't use a union to pack hi/low value.
23446 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23448         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23449         for little-endian.
23450         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23451         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23452         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23453         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23454         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23456 2013-10-04  Alan Modra  <amodra@gmail.com>
23458         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23459         constants to usual value for .cst8 section, and remove redundant
23460         high address load.
23461         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23462         constant for 0x1p52.  Load little-endian words of double from
23463         correct stack offsets.
23465 2013-10-04  Alan Modra  <amodra@gmail.com>
23467         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23468         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23469         words of double from correct stack offsets.
23470         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23471         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23472         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23473         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23474         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23475         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23476         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23477         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23478         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23479         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23480         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23481         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23482         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23483         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23484         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23485         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23486         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23488 2013-10-04  Alan Modra  <amodra@gmail.com>
23490         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23491         64-bit int/double union.
23492         (_FPU_SETCW): Likewise.
23493         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23494         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23496 2013-10-04  Alan Modra  <amodra@gmail.com>
23498         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23499         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23501 2013-10-04  Alan Modra  <amodra@gmail.com>
23503         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23504         use vector int constants.
23505         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23507 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23509         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23510         array with long long.
23511         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23512         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23513         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23514         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23515         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23516         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23517         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23518         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23519         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23520         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23521         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23522         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23523         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23525 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23527         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23528         (__signbit): Likewise.  Correct for little-endian.
23529         (__signbitl): Call __signbit.
23530         (lrint): Correct for little-endian.
23531         (lrintf): Call lrint.
23533 2013-10-04  Alan Modra  <amodra@gmail.com>
23535         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23536         union 32-bit int array member with 64-bit int array.
23537         (t515, tm256): Double rather than long double.
23538         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23540 2013-10-04  Alan Modra  <amodra@gmail.com>
23542         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23543         Delete.
23544         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23545         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23546         version of math_ldbl.h.
23548 2013-10-04  Alan Modra  <amodra@gmail.com>
23550         [BZ #15734], [BZ #15735]
23551         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23552         all uses of ieee875 long double macros and unions.  Simplify test
23553         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23554         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23555         normalize after ldbl_extract_mantissa, and don't add hidden bit
23556         already handled.  Don't treat low word of ieee854 mantissa like
23557         low word of IBM long double and mask off bit when testing for
23558         zero.
23559         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23560         all uses of ieee875 long double macros and unions.  Simplify tests
23561         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23562         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23563         two1022, instead use their values.  Recognise that tests for large
23564         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23565         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23566         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23567         test for 0.0L and nan.  Correct negation.
23568         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23569         ieee875 long double macros and unions.  Correct output for large
23570         magnitude x.  Correct absolute value calculation.
23571         (__erfcl): Likewise.
23572         * math/libm-test.inc: Add tests for errors discovered in IBM long
23573         double versions of fmodl, remainderl, erfl and erfcl.
23575 2013-10-04  Alan Modra  <amodra@gmail.com>
23577         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23578         all uses of ieee854 long double macros and unions.  Simplify tests
23579         for long doubles that are fully specified by the high double.
23580         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23581         Likewise.
23582         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23583         Remove dead code too.
23584         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23585         (__ieee754_ynl): Likewise.
23586         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23587         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23588         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23589         Remove dead code too.
23590         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23591         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23592         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23593         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23594         Simplify.
23595         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23596         Simplify.
23597         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23598         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23599         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23600         Comment on variable precision.
23601         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23602         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23603         Likewise.
23604         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23605         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23606         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23607         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23608         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23610 2013-10-04  Alan Modra  <amodra@gmail.com>
23612         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23613         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23614         all uses of ieee854 long double macros and unions.
23615         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23616         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23617         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23618         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23619         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23620         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23621         Likewise.
23622         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23623         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23624         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23625         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23626         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23627         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23628         Simplify sign and nan test too.
23629         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23630         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23631         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23632         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23633         Likewise.
23634         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23635         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23636         Likewise.
23637         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23638         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23639         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23640         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23641         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23642         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23644 2013-10-04  Alan Modra  <amodra@gmail.com>
23646         * stdio-common/printf_size.c (__printf_size): Don't use
23647         union ieee854_long_double in fpnum union.
23648         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23649         signbit macro to retrieve sign from long double.
23650         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23651         retrieve sign from long double.
23652         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23653         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23654         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23655         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23656         * math/test-misc.c (main): Don't use union ieee854_long_double.
23658 2013-10-04  Alan Modra  <amodra@gmail.com>
23660         [BZ #15680]
23661         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23662         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23663         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23664         calculation.  Remove unnecessary test for denormal exponent.
23665         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23666         Correct handling of denormals.  Avoid undefined shift behaviour.
23667         Correct normalisation of low mantissa when low double is denormal.
23668         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23669         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23670         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23671         Correct normalisation of low mantissa.  Test for overflow of high
23672         mantissa and normalise.
23673         (ldbl_nearbyint): Use more readable constant for two52.
23674         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23675         (__mpn_construct_long_double): Fix test for overflow of high
23676         mantissa and correct normalisation.  Avoid undefined shift.
23678 2013-10-04  Alan Modra  <amodra@gmail.com>
23680         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23681         (union ibm_extended_long_double): Define as an array of ieee754_double.
23682         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23683         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23684         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23685         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23686         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23687         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23688         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23689         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23690         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23691         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23692         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23694 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23696         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23697         page size instead of calling getpagesize.
23699         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23700         (LOCFILE_ALIGN_MASK): Likewise.
23701         (LOCFILE_ALIGN_UP): Likewise.
23702         (LOCFILE_ALIGNED_P): Likewise.
23703         * locale/programs/ld-collate.c (collate_output): Use the new
23704         macros instead of __alignof__ (int32_t).
23705         * locale/weight.h (findidx): Likewise.
23707 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23709         [BZ #431]
23710         * manual/string.texi: Fix strncat and wcsncat.
23712 2013-10-03  Brooks Moses  <bmoses@google.com>
23714         [BZ #15915]
23715         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23716         * Makerules: ...here, and adjust associated comments.
23718 2013-10-02  Will Newton  <will.newton@linaro.org>
23720         * malloc/Makefile: Add tst-pvalloc.
23721         * malloc/tst-pvalloc.c: New file.
23723 2013-10-02  Will Newton  <will.newton@linaro.org>
23725         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23726         improve test coverage.
23728 2013-10-02  Will Newton  <will.newton@linaro.org>
23730         * malloc/Makefile: Add tst-posix_memalign.
23731         * malloc/tst-posix_memalign.c: New file.
23733 2013-10-01  Eric Blake  <eblake@redhat.com>
23735         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23736         Use __THROWNL rather than __THROW on static functions.
23738 2013-09-30  Petr Machata  <pmachata@redhat.com>
23740         * elf/elf.h (R_AARCH64_ABS16): New macro.
23741         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23742         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23743         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23744         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23745         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23746         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23747         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23748         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23749         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23750         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23751         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23752         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23753         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23754         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23755         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23756         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23757         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23758         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23759         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23760         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23761         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23762         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23763         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23764         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23765         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23766         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23767         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23768         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23769         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23770         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23771         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23772         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23773         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23774         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23775         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23776         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23777         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23778         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23779         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23780         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23781         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23782         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23783         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23784         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23785         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23786         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23787         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23788         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23789         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23790         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23791         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23792         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23793         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23794         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23795         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23796         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23797         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23798         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23799         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23800         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23801         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23802         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23803         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23804         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23805         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23806         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23807         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23808         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23809         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23810         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23811         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23812         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23813         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23814         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23815         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23816         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23817         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23818         (R_AARCH64_TLSDESC_LDR): Likewise.
23819         (R_AARCH64_TLSDESC_ADD): Likewise.
23820         (R_AARCH64_TLSDESC_CALL): Likewise.
23822 2013-09-30  Andreas Schwab  <schwab@suse.de>
23824         [BZ #15048]
23825         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23826         the nss database lookup.
23827         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23828         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23830 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23832         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23834 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23836         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23837         ${Bash-specific parameter/pattern/string} parameter expansion.
23838         * sysdeps/unix/make-syscalls.sh: Likewise.
23840 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23842         * sysdeps/sh/stackguard-macros.h: New file.
23844 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23847         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23848         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23849         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23850         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23851         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23853 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23855         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23856         Fix thread ID register.
23858 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23860         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23861         [POSIX || UNIX98]: Require rather than permitting all symbols from
23862         <time.h>.
23863         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23864         element of struct sched_param.
23865         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23866         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23867         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23868         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23869         constant.
23871 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23873         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23874         argument calculation.
23876 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23878         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23879         Expect macro.
23880         [POSIX] (pthread_attr_t): Do not require type.
23881         [POSIX] (pthread_cond_t): Likewise.
23882         [POSIX] (pthread_condattr_t): Likewise.
23883         [POSIX] (pthread_key_t): Likewise.
23884         [POSIX] (pthread_mutex_t): Likewise.
23885         [POSIX] (pthread_mutexattr_t): Likewise.
23886         [POSIX] (pthread_once_t): Likewise.
23887         [POSIX] (pthread_t): Likewise.
23888         [POSIX-based standards] (pthread_atfork): Expect function.
23890 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23891             Richard Sandiford  <richard@codesourcery.com>
23893         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23894         (swap_endianness_p): New extern variable.
23895         (set_big_endian): New inline function.
23896         (maybe_swap_uint32): Likewise.
23897         (maybe_swap_uint32_array): Likewise.
23898         (maybe_swap_uint32_obstack): Likewise.
23899         * locale/programs/locfile.c: Include <stdbool.h>.
23900         (swap_endianness_p): New variable.
23901         (add_locale_uint32): Call maybe_swap_uint32.
23902         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23903         (write_locale_data): Call maybe_swap_uint32_array.
23904         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23905         maybe_swap_uint32.
23906         (obstack_int32_grow_fast): Likewise.
23907         (output_weightwc): Call maybe_swap_uint32_obstack.
23908         (collate_output): Likewise.
23909         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23910         (OPT_LITTLE_ENDIAN): Likewise.
23911         (options): Add --little-endian and --big-endian options.
23912         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23913         * locale/programs/locarchive.c: Include "locfile.h".
23914         (GET): New macro.
23915         (SET): Likewise.
23916         (INC): Likewise.
23917         (create_archive): Use the new macros to access fields of
23918         structures directly mapped from or written to locale archives.
23919         (oldlocrecentcmp): Likewise.
23920         (enlarge_archive): Likewise.
23921         (insert_name): Likewise.
23922         (add_alias): Likewise.
23923         (add_locale): Likewise.
23924         (delete_locales_from_archive): Likewise.
23925         (show_archive_content): Likewise.
23926         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23927         locale data.
23929 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23931         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23932         http://www.gnu.org/doc/freemanuals.texi.
23933         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23935 2013-09-24  Will Newton  <will.newton@linaro.org>
23937         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23938         macro.
23940 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23942         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23943         unsigned char.
23945 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23947         * manual/threads.texi (POSIX Threads): Fix a typo.
23949 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23951         [BZ #14547]
23952         * string/tst-strcoll-overflow.c: New test case.
23953         * string/Makefile (xtests): Add tst-strcoll-overflow.
23954         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23955         cache if string sizes may cause integer overflow.
23957         [BZ #14547]
23958         * string/strcoll_l.c (coll_seq): New members rule, idx,
23959         save_idx and back_us.
23960         (get_next_seq_nocache): New function.
23961         (do_compare_nocache): New function.
23962         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23963         when malloc fails.
23965 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23967         [BZ #15754]
23968         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23969         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23970         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23972         [BZ #15754]
23973         * elf/Makefile (tests): Add tst-ptrguard1.
23974         (tests-static): Add tst-ptrguard1-static.
23975         (tst-ptrguard1-ARGS): Define.
23976         (tst-ptrguard1-static-ARGS): Define.
23977         * elf/tst-ptrguard1.c: New file.
23978         * elf/tst-ptrguard1-static.c: New file.
23979         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23980         * sysdeps/i386/stackguard-macros.h: Likewise.
23981         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23982         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23983         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23984         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23985         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23986         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23988 2013-09-23  Hector Marco  <hecmargi@upv.es>
23989             Ismael Ripoll  <iripoll@disca.upv.es>
23990             Carlos O'Donell  <carlos@redhat.com>
23992         [BZ #15754]
23993         * sysdeps/generic/stackguard-macros.h: Define
23994         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23995         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23996         Define __pointer_chk_guard_local.
23997         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23998         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24000 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24002         [BZ #15859]
24003         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24005 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24007         * include/string.h (__ffs): Declare as hidden.
24008         * string/ffs.c (__ffs): Define as hidden.
24009         * sysdeps/i386/ffs.c (__ffs): Likewise.
24010         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24011         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24012         * sysdeps/s390/ffs.c (__ffs): Likewise.
24013         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24015 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24017         * NEWS: Mention malloc probes.
24019         * malloc/arena.c (new_heap): New memory_heap_new probe.
24020         (grow_heap): New memory_heap_more probe.
24021         (shrink_heap): New memory_heap_less probe.
24022         (heap_trim): New memory_heap_free probe.
24023         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24024         (systrim): New memory_sbrk_less probe.
24025         * manual/probes.texi: Document them.
24027         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24028         * manual/probes.texi: Document it.
24030         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24031         (__libc_realloc): Add memory_realloc_retry probe.
24032         (__libc_memalign): Add memory_memalign_retry probe.
24033         (__libc_valloc): Add memory_valloc_retry probe.
24034         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24035         (__libc_calloc): Add memory_calloc_retry probe.
24036         * manual/probes.texi: Document them.
24038         * malloc/arena.c (get_free_list): Add probe
24039         memory_arena_reuse_free_list.
24040         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24041         and memory_arena_reuse.
24042         (arena_get2) [!PER_THREAD]: Likewise.
24043         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24044         memory_arena_reuse_realloc.
24045         * manual/probes.texi: Document them.
24047         * malloc/malloc.c (__libc_free): Add
24048         memory_mallopt_free_dyn_thresholds probe.
24049         (__libc_mallopt): Add multiple memory_mallopt probes.
24050         * manual/probes.texi: Document them.
24052         * malloc/malloc.c: Include stap-probe.h.
24053         (__libc_mallopt): Add memory_mallopt probe.
24054         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24055         * manual/probes.texi: New.
24056         * manual/Makefile (chapters): Add probes.
24057         * manual/threads.texi: Set next node.
24059 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24061         [BZ #15963, #13985]
24062         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24063         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24064         Add `Chinese' to `nan' entry name.
24066 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24068         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24069         (POLYNOMIAL): Likewise.
24070         (TAYLOR_SINCOS): Likewise.
24071         (TAYLOR_SLOW): Likewise.
24072         (__sin): Use TAYLOR_SINCOS.
24073         (__cos): Likewise.
24074         (slow): Use TAYLOR_SLOW.
24075         (sloww): Likewise.
24076         (bsloww): Likewise.
24077         (csloww): Likewise.
24079 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24081         * stdlib/strtod_l.c: Fix buffer overrun.
24083 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24085         * benchtests/Makefile (bench): Add sincos.
24086         * benchtests/bench-sincos.c: New file.
24088         * math/libm-test.inc (cos_test_data): New test inputs.
24089         (sin_test_data): Likewise.
24091         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24092         macro.
24093         (__sin): Use it.
24094         (__cos): Likewise.
24095         (slow1): Likewise.
24096         (slow2): Likewise.
24097         (sloww1): Likewise.
24098         (sloww2): Likewise.
24099         (bsloww1): Likewise.
24100         (bsloww2): Likewise.
24101         (cslow2): Likewise.
24102         (csloww1): Likewise.
24103         (csloww2): Likewise.
24105         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24106         function.
24107         (__sin): Use it.
24108         (__cos): Likewise.
24110         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24111         gotos.
24112         (__cos): Likewise.
24114 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24116         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24117         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24118         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24119         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24120         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24121         * elf/cache.c (print_entry): Handle the new cache flags.
24123 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24124             Aldy Hernandez  <aldyh@redhat.com>
24126         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24127         Change condition to [_SOFT_FLOAT].
24128         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24129         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24130         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24131         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24132         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24133         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24134         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24136         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24137         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24138         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24139         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24140         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24141         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24143         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24144         declaration.
24146 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24148         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24149         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24150         (__longjmp): Use LOAD_GP to load saved GPRs.
24151         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24152         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24153         (__sigsetjmp): Use SAVE_GP to save GPRs.
24155         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24156         Do not append -msoft-float.
24157         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24159 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24161         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24163 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24165         [BZ #15966]
24166         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24167         (_FPU_GETCW): Use initial "__" on variable and field names but not
24168         on macro parameter name.
24169         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24170         parentheses around reference to macro parameter.
24172 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24174         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24175         prototype.
24176         (ctype_startup): Use uint32_t in cast and sizeof for
24177         ctype->charnames.
24179 2013-09-11  Jia Liu  <proljc@gmail.com>
24181         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24182         __daddr_t_defined.
24183         [__FreeBSD__]: Likewise.
24185 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24187         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24188         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24189         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24190         (strchr): Remove __strchr_sse42 ifunc selection.
24191         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24192         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24194 2013-09-11  Will Newton  <will.newton@linaro.org>
24196         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24197         parameter to RES. Remove hardcoded 1000 value.
24198         * benchtests/bench-skeleton.c (main): Pass RES parameter
24199         to TIMING_INIT and multiply result by 1000.
24201 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24203         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24205 2013-09-11  Andreas Schwab  <schwab@suse.de>
24207         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24208         if not defined.
24209         (O_TMPFILE) [__USE_GNU]: Define.
24210         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24211         Define.
24213 2013-09-11  Will Newton  <will.newton@linaro.org>
24215         [BZ #15857]
24216         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24217         does not overflow.
24219 2013-09-11  Will Newton  <will.newton@linaro.org>
24221         [BZ #15856]
24222         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24223         does not overflow.
24225 2013-09-11  Will Newton  <will.newton@linaro.org>
24227         [BZ #15855]
24228         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24229         does not overflow.
24231 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24233         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24234         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24235         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24236         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24237         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24239 2013-09-10  Allan McRae  <allan@archlinux.org>
24241         [BZ #15748]
24242         * manual/arith.texi (Parsing of Floats): Clarify
24243         cross-reference.
24245         [BZ #15849]
24246         * manual/install.texi (Running make install): Mention
24247         --enable-pt-chown.
24248         * INSTALL: Regenerated.
24250 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24252         * csu/init-first.c (_init): Remove the !SHARED condition around
24253         FPU control word initialization.
24254         * elf/dl-support.c (_dl_fpu_control): New variable.
24255         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24256         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24257         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24258         * math/test-fpucw-static.c: New file.
24259         * math/test-fpucw-ieee.c: New file.
24260         * math/test-fpucw-ieee-static.c: New file.
24261         * math/Makefile (tests): Add `test-fpucw-ieee' and
24262         `$(tests-static)'.
24263         (tests-static): New variable.
24264         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24265         dependency to...
24266         [($(build-shared),yes)]
24267         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24268         ... this.
24269         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24270         New dependency.
24272 2013-09-09  Allan McRae  <allan@archlinux.org>
24274         [BZ #15939]
24275         * manual/string.texi (Collation Functions): Fix typo in
24276         strcoll example.
24277         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24279         [BZ #15893]
24280         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24282         [BZ #15892]
24283         * libio/memstream.c (open_memstream): Fix memory leak.
24284         * libio/wmemstream.c (open_wmemstream): Likewise.
24286         [BZ #15895]
24287         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24289 2013-09-09  Will Newton  <will.newton@linaro.org>
24291         * malloc/Makefile: Add tst-realloc to tests.
24292         * malloc/tst-realloc.c: New file.
24294 2013-09-09  Allan McRae  <allan@archlinux.org>
24296         [BZ #15844]
24297         * COPYING: Update from GNU website to fix FSF address.
24298         * COPYING.LIB: Likewise.
24300 2013-09-06  David S. Miller  <davem@davemloft.net>
24302         * po/zh_TW.po: Update Chinese (traditional) translation from
24303         translation project.
24305 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24306             Joseph Myers  <joseph@codesourcery.com>
24308         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24309         "localeinfo.h".
24310         (obstack_chunk_alloc): New macro.
24311         (obstack_chunk_free): Likewise.
24312         (record_offset): New function.
24313         (init_locale_data): Likewise.
24314         (align_locale_data): Likewise.
24315         (add_locale_empty): Likewise.
24316         (add_locale_raw_data): Likewise.
24317         (add_locale_raw_obstack): Likewise.
24318         (add_locale_string): Likewise.
24319         (add_locale_wstring): Likewise.
24320         (add_locale_uint32): Likewise.
24321         (add_locale_uint32_array): Likewise.
24322         (add_locale_char): Likewise.
24323         (start_locale_structure): Likewise.
24324         (end_locale_structure): Likewise.
24325         (start_locale_prelude): Likewise.
24326         (end_locale_prelude): Likewise.
24327         (write_locale_data): Take locale_file structure rather than an
24328         iovec.
24329         * locale/programs/locfile.h: Include "obstack.h".
24330         (struct locale_file): Change to store locale file contents instead
24331         of header.
24332         (init_locale_data): New prototype.
24333         (align_locale_data): Likewise.
24334         (add_locale_empty): Likewise.
24335         (add_locale_raw_data): Likewise.
24336         (add_locale_raw_obstack): Likewise.
24337         (add_locale_string): Likewise.
24338         (add_locale_wstring): Likewise.
24339         (add_locale_uint32): Likewise.
24340         (add_locale_uint32_array): Likewise.
24341         (add_locale_char): Likewise.
24342         (start_locale_structure): Likewise.
24343         (end_locale_structure): Likewise.
24344         (start_locale_prelude): Likewise.
24345         (end_locale_prelude): Likewise.
24346         (write_locale_data): Update prototype.
24347         * locale/programs/3level.h (struct TABLE): Remove result field.
24348         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24349         Use new locale_file interface.
24350         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24351         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24352         * locale/programs/ld-address.c (address_output): Use new
24353         locale_file interface.
24354         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24355         NO_ADD_LOCALE.
24356         (collate_finish): Don't call collseq_table_finalize.
24357         (collate_output): Use new locale_file interface.
24358         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24359         in file.
24360         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24361         (TABLE): Move defines earlier in file.
24362         (ELEMENT): Likewise.
24363         (DEFAULT): Likewise.
24364         (wctrans_table_add): Move macro and inline function earlier in
24365         file.
24366         (struct wctype_table): Move type earlier in file.
24367         (add_locale_wctype_table): New static prototype.
24368         (struct locale_ctype_t): Use logical types instead of struct iovec
24369         pointers for members.
24370         (ctype_output): Use new locale_file interface.
24371         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24372         new locale_file interface.
24373         (allocate_arrays): Update for use of new locale_file interface.
24374         * locale/programs/ld-identification.c (identification_output): Use
24375         new locale_file interface.
24376         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24377         * locale/programs/ld-messages.c (messages_output): Likewise.
24378         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24379         * locale/programs/ld-name.c (name_output): Likewise.
24380         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24381         * locale/programs/ld-paper.c (paper_output): Likewise.
24382         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24383         * locale/programs/ld-time.c (time_output): Likewise.
24385 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24387         * benchtests/Makefile: Add memrchr benchmark.
24388         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24389         benchmark as memrchr.
24390         * benchtests/bench-memrchr-ifunc.c: New file.
24391         * benchtests/bench-memrchr.c: New file.
24393 2013-09-06   Will Newton  <will.newton@linaro.org>
24395         * benchtests/Makefile (string-bench): Add memcpy.
24397 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24398             Cong Wang  <amwang@redhat.com>
24400         [BZ #15850]
24401         * sysdeps/unix/sysv/linux/bits/in.h
24402         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24403         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24404         before __USE_KERNEL_IPV6_DEFS uses.
24405         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24406         IPPROTO_BEETPH.
24407         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24408         sockaddr_in6, or ipv6_mreq.
24410 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24412         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24413         memory access for final bytes in some large inputs.
24414         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24416 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24418         * string/test-memrchr.c: New file.
24419         * string/test-memrchr-ifunc.c: New file.
24420         * string/Makefile: Add new memrchr testcase.
24422 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24424         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24425         fanotify_init returns EPERM.
24427 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24429         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24430         errors.
24431         (top level): Treat second token from macro or constant entries for
24432         allowed headers as allowed.
24433         * include/complex.h: Condition internal declarations on
24434         [!_ISOMAC].
24435         * include/fenv.h: Condition include of <stdbool.h> and internal
24436         declarations on [!_ISOMAC].
24438 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24440         [BZ #15923]
24441         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24443 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24445         * configure.in (--enable-versioning): Remove configure option.
24446         (libc_cv_asm_symver_directive): Remove configure test.
24447         (libc_cv_ld_version_script_option): Likewise.
24448         (VERSIONING): Remove variable and AC_SUBST.
24449         (DO_VERSIONING): Remove AC_DEFINE.
24450         * configure: Regenerated.
24451         * config.h.in (DO_VERSIONING): Remove macro.
24452         * Makerules [$(versioning) = yes]: Change conditionals to
24453         [$(build-shared) = yes].
24454         * config.make.in (versioning): Remove variable.
24455         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24456         [$(build-shared) = yes].
24457         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24458         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24459         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24460         [$(build-shared) = yes].
24461         * extra-lib.mk [$(versioning) = yes]: Likewise.
24462         * hurd/Makefile [$(versioning) = yes]: Likewise.
24463         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24464         [SHARED].
24465         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24466         [SHARED].
24467         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24468         [SHARED && !NO_HIDDEN].
24469         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24470         [SHARED].
24471         [SHARED && DO_VERSIONING]: Likewise..
24472         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24473         [$(build-shared) = yes].
24474         * manual/install.texi (--disable-versioning): Remove
24475         documentation.
24476         * INSTALL: Regenerated.
24477         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24478         to [SHARED].
24479         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24480         [$(build-shared) = yes].
24481         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24482         * sysdeps/i386/i686/multiarch/strstr-c.c
24483         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24484         [SHARED && !NO_HIDDEN].
24485         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24486         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24487         * sysdeps/powerpc/powerpc32/dl-machine.c
24488         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24489         * sysdeps/powerpc/powerpc32/sysdep.h
24490         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24491         to [SHARED && PIC && !NO_HIDDEN].
24492         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24493         conditional to [SHARED].
24495 2013-09-04   Will Newton  <will.newton@linaro.org>
24497         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24498         * benchtests/bench-string.h: Include bench-timing.h instead
24499         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24500         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24501         call to HP_TIMING_DIFF_INIT.
24502         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24503         instead of hp-timing.h macros.
24504         * benchtests/bench-memchr.c: Likewise.
24505         * benchtests/bench-memcmp.c: Likewise.
24506         * benchtests/bench-memcpy.c: Likewise.
24507         * benchtests/bench-memmem.c: Likewise.
24508         * benchtests/bench-memmove.c: Likewise.
24509         * benchtests/bench-memset.c: Likewise.
24510         * benchtests/bench-rawmemchr.c: Likewise.
24511         * benchtests/bench-strcasecmp.c: Likewise.
24512         * benchtests/bench-strcasestr.c: Likewise.
24513         * benchtests/bench-strcat.c: Likewise.
24514         * benchtests/bench-strchr.c: Likewise.
24515         * benchtests/bench-strcmp.c: Likewise.
24516         * benchtests/bench-strcpy.c: Likewise.
24517         * benchtests/bench-strcpy_chk.c: Likewise.
24518         * benchtests/bench-strlen.c: Likewise.
24519         * benchtests/bench-strncasecmp.c: Likewise.
24520         * benchtests/bench-strncat.c: Likewise.
24521         * benchtests/bench-strncmp.c: Likewise.
24522         * benchtests/bench-strncpy.c: Likewise.
24523         * benchtests/bench-strnlen.c: Likewise.
24524         * benchtests/bench-strpbrk.c: Likewise.
24525         * benchtests/bench-strrchr.c: Likewise.
24526         * benchtests/bench-strspn.c: Likewise.
24527         * benchtests/bench-strstr.c: Likewise.
24529 2013-09-04  Will Newton  <will.newton@linaro.org>
24531         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24533 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24535         [BZ #15427]
24536         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24537         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24538         * math/libm-test.inc (lgamma_test_data): Add more tests.
24539         * sysdeps/i386/fpu/libm-test-ulps: Update.
24540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24542 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24544         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24545         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24546         Add ifunc.
24547         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24548         Add strcmp-sse2-unaligned
24549         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24551 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24553         * Versions.def (libc): Add GLIBC_2.19.
24555 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24557         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24558         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24560 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24562         [BZ #14155]
24563         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24564         intermediate calculations in recurrence.
24565         (__ieee754_ynf): Likewise.
24566         * math/libm-test.inc (jn_test_data): Do not allow spurious
24567         underflow exception.  Add more tests.
24568         (yn_test_data): Add more tests.
24569         * sysdeps/i386/fpu/libm-test-ulps: Update.
24570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24572 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24574         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24576 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24578         * csu/init-first.c: Fix then/than typos.
24579         * locale/programs/ld-collate.c: Likewise.
24580         * locale/programs/linereader.h: Likewise.
24581         * manual/charset.texi: Likewise.
24582         * manual/filesys.texi: Likewise.
24583         * manual/stdio.texi: Likewise.
24584         * manual/string.texi: Likewise.
24585         * stdlib/fmtmsg.c: Likewise.
24586         * sysdeps/i386/stpncpy.S: Likewise.
24587         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24588         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24589         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24590         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24592 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24594         * elf/dl-open.c: Fix typos.
24595         * iconvdata/gbbig5.c: Likewise.
24596         * iconvdata/iso-2022-jp.c: Likewise.
24597         * iconv/gconv_int.h: Likewise.
24598         * iconv/loop.c: Likewise.
24599         * nis/rpcsvc/nis.h: Likewise.
24600         * resolv/ns_name.c: Likewise.
24601         * stdio-common/vfscanf.c: Likewise.
24602         * streams/stropts.h: Likewise.
24603         * sunrpc/rpc_thread.c: Likewise.
24604         * sysdeps/i386/strpbrk.S: Likewise.
24605         * sysdeps/ieee754/k_standard.c: Likewise.
24606         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24607         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24608         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24609         * sysdeps/mach/hurd/profil.c: Likewise.
24610         * sysdeps/s390/dl-procinfo.h: Likewise.
24611         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24612         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24613         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24614         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24615         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24617 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24619         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24620         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24622 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24624         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24625         aix specific files.
24626         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24627         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24628         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24629         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24630         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24631         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24632         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24633         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24635 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24636             Roland McGrath  <roland@hack.frob.com>
24638         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24639         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24641 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24643         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24644         __executable_start symbol instead of _start.
24646 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24648         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24649         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24650         Move macros to...
24651         * sysdeps/gnu/ldsodefs.h: ... this new file.
24653         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24654         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24655         instead of ELFOSABI_LINUX.
24657         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24658         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24659         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24660         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24661         Likewise.
24662         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24663         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24664         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24665         Likewise.
24666         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24667         (ibm_extended_long_double): Add ieee_nan member.
24668         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24669         (do_test): New function.
24671         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24672         TEST_TRUNC.
24673         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24674         functions, renamed from truncdfsf_test, trunctfsf_test,
24675         trunctfdf_test.
24676         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24677         functions.
24678         (do_test): Run all these.
24680 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24682         * argp/argp-help.c: Fix typos.
24683         * argp/argp-parse.c: Likewise.
24684         * debug/backtracesyms.c: Likewise.
24685         * elf/elf.h: Likewise.
24686         * malloc/malloc.c: Likewise.
24687         * nis/nis_print.c: Likewise.
24688         * resolv/res_comp.c: Likewise.
24689         * stdlib/stdlib.h: Likewise.
24690         * sunrpc/clnt_tcp.c: Likewise.
24691         * sunrpc/clnt_udp.c: Likewise.
24692         * sunrpc/clnt_unix.c: Likewise.
24693         * sysdeps/unix/bsd/ptsname.c: Likewise.
24694         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24695         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24697         Likewise.
24698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24699         Likewise.
24700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24701         Likewise.
24702         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24704 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24706         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24707         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24709 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24711         [BZ #15897]
24712         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24713         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24714         ($(objpfx)bug-dl-leaf): New rule.
24715         ($(objpfx)bug-dl-leaf.so): Likewise.
24716         ($(objpfx)bug-dl-leaf.out): Likewise.
24717         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24718         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24719         * dlfcn/bug-dl-leaf.c: New test.
24720         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24721         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24722         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24723         (dlclose): Likewise.
24724         (dlmopen): Likewise.
24726 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24728         * include/netdb.h [!_ISOMAC]:
24729         Don't include <tls.h>.
24730         (h_errno, __libc_h_errno): Move declaration and macros out of
24731         [_LIBC_REENTRANT].
24733         * include/resolv.h [_RESOLV_H_]:
24734         Don't include <tls.h>.
24735         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24736         * resolv/res_libc.c: Don't include <tls.h>.
24737         (_res): Use __attribute__ ((nocommon)) in place of
24738         __attribute__ ((section (".bss"))).
24740         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24741         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24743         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24745         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24746         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24748         * resolv/res_mkquery.c: Include <sys/time.h>.
24750         * inet/ifreq.c: Moved to ...
24751         * sysdeps/unix/ifreq.c: ... here.
24752         * inet/ifreq.c: New file, true stub version.
24754         * socket/sa_len.c: New file.
24755         * socket/Makefile (aux): Add it.
24756         * sysdeps/unix/sysv/linux/Makefile
24757         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24758         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24759         and #include <socket/sa_len.c>.
24760         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24761         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24763         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24764         * bits/socket.h: ... here.
24766         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24767         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24768         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24770 2013-08-27  Andreas Schwab  <schwab@suse.de>
24772         [BZ #15736]
24773         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24774         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24775         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24776         * string/test-strcasecmp.c (test_main): Run tests in several
24777         locales.
24778         * string/test-strncasecmp.c (test_main): Likewise.
24780         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24781         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24782         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24783         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24784         (__strncasecmp_ssse3) [PIC]: Likewise.
24786 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24788         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24790         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24791         instead of explicitly declaring xdecrypt.
24792         * nis/nss_nis/nis-publickey.c: Likewise.
24794 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24796         [BZ #15890]
24797         * nscd/aicache.c: Include res_hconf.h.
24798         (addhstaiX): Initialize res_hconf.
24800 2013-08-26  Andreas Schwab  <schwab@suse.de>
24802         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24803         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24805 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24807         * nscd/aicache.c (addhstaiX): Fix indentation.
24809 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24811         * configure.ac: Quote $build_pt_chown test.
24812         * configure: Regenerated.
24814 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24816         [BZ #15532]
24817         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24818         * math/s_cexpf.c (__cexpf): Likewise.
24819         * math/s_cexpl.c (__cexpl): Likewise.
24820         * math/libm-test.inc (cexp_test_data): Correct expected return
24821         value for NaN + i0.  Add another test.
24823 2013-08-22  David S. Miller  <davem@davemloft.net>
24825         * po/ca.po: Update Catalan translation from translation project.
24826         * po/uk.po: Add Ukrainian translations from translation project.
24828 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24830         [BZ #15797]
24831         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24832         is infinite, not alongside NaN test.
24833         * math/s_fdimf.c (__fdimf): Likewise.
24834         * math/s_fdiml.c (__fdiml): Likewise.
24835         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24836         errno is unchanged.
24838 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24840         * argp/argp-help.c: Fix typos.
24841         * crypt/speeds.c: Likewise.
24842         * csu/check_fds.c: Likewise.
24843         * elf/dl-load.c: Likewise.
24844         * elf/dl-open.c: Likewise.
24845         * elf/reldep3.c: Likewise.
24846         * elf/reldep.c: Likewise.
24847         * elf/sprof.c: Likewise.
24848         * iconv/iconv_charmap.c: Likewise.
24849         * iconv/skeleton.c: Likewise.
24850         * iconv/strtab.c: Likewise.
24851         * io/lockf64.c: Likewise.
24852         * libio/libioP.h: Likewise.
24853         * resolv/gai_notify.c: Likewise.
24854         * resolv/ns_name.c: Likewise.
24855         * resolv/ns_samedomain.c: Likewise.
24856         * resolv/res_send.c: Likewise.
24857         * stdlib/random.c: Likewise.
24858         * sunrpc/rpc/xdr.h: Likewise.
24859         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24860         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24861         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24862         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24863         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24864         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24865         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24866         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24867         * sysdeps/mach/hurd/check_fds.c: Likewise.
24868         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24869         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24870         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24871         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24872         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24873         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24874         * sysdeps/pthread/aio_notify.c: Likewise.
24875         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24876         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24877         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24878         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24879         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24881 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24883         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24884         version if bit_Slow_SSE4_2 is set.
24885         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24886         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24888 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24890         [BZ #15867]
24891         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24892         trampoline stack frame information.
24893         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24894         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24895         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24896         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24897         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24898         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24899         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24900         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24901         sa_flags value.
24902         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24903         interrupting a syscall and set with option SA_SIGINFO.
24905 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24907         [BZ #15531]
24908         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24909         argument is infinite.
24910         * math/s_cprojf.c (__cprojf): Likewise.
24911         * math/s_cprojl.c (__cprojl): Likewise.
24912         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24913         * math/libm-test.inc (cproj_test_data): Add more tests.
24915         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24917         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24918         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24919         size.  Use __ffs to determine corresponding shift.
24921 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24922             Roland McGrath  <roland@hack.frob.com>
24924         * Makefile (INSTALL): Remove trailing blank lines from output of
24925         makeinfo.
24927 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24929         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24930         Align 32 bit compat elf_greg to 8 bytes.
24932 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24934         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24936 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24938         * string/strcoll_l.c (coll_seq): New structure.
24939         (get_next_seq_cached): New function.
24940         (get_next_seq): New function.
24941         (do_compare): New function.
24942         (STRCOLL): Use GNU style definition.  Simplify implementation
24943         by using get_next_seq, get_next_seq_cached and do_compare.
24945 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24947         [BZ #14699]
24948         CVE-2013-4237
24949         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24950         member.
24951         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24952         member.
24953         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24954         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24955         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24956         conditional.
24957         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24958         GETDENTS_64BIT_ALIGNED.
24959         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24960         * manual/filesys.texi (Reading/Closing Directory): Document
24961         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24962         strongly.
24963         * manual/conf.texi (Limits for Files): Add portability note to
24964         NAME_MAX, PATH_MAX.
24965         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24967 2013-08-13  Andreas Schwab  <schwab@suse.de>
24969         [BZ #15749]
24970         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24971         of fabs.
24972         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24973         LDBL_MAX_EXP >= 16384]: Add tests for it.
24975 2013-08-12  David S. Miller  <davem@davemloft.net>
24977         * version.h (RELEASE): Set to "development".
24978         (VERSION): Set to "2.18.90".
24979         * NEWS: Add 2.19 section.
24981 2013-08-03  David S. Miller  <davem@davemloft.net>
24983         * po/ko.po: Update Korean translation from translation project.
24985 2013-08-01  David S. Miller  <davem@davemloft.net>
24987         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24988         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24989         Bilka.
24991 2013-07-30  David S. Miller  <davem@davemloft.net>
24993         * po/fr.po: Update French translation from translation project.
24995 2013-07-28  David S. Miller  <davem@davemloft.net>
24997         * po/cs.po: Update Czech translation from translation project.
24999         * po/sv.po: Update Swedish translation from translation project.
25001 2013-07-27  David S. Miller  <davem@davemloft.net>
25003         * po/eo.po: Update Esperanto translation from translation project.
25005         * po/vi.po: Update Vietnamese translation from translation project.
25007         * po/de.po: Update German translation from translation project.
25009 2013-07-26  David S. Miller  <davem@davemloft.net>
25011         * po/bg.po: Update Bulgarian translation from translation project.
25013         * po/nl.po: Update Dutch translation from translation project.
25014         * po/pl.po: Update Polish translation from translation project.
25015         * po/ru.po: Update Russian translation from translation project.
25017 2013-07-24  David S. Miller  <davem@davemloft.net>
25019         * po/libc.pot: Update.
25021 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25023         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25024         variable page size.
25025         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25026         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25027         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25029 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25031         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25033 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25034             Andreas Schwab  <schwab@suse.de>
25035             Roland McGrath  <roland@hack.frob.com>
25036             Joseph Myers  <joseph@codesourcery.com>
25037             Carlos O'Donell  <carlos@redhat.com>
25039         [BZ #15755]
25040         * config.h.in: Define HAVE_PT_CHOWN.
25041         * config.make.in (build-pt-chown): New variable.
25042         * configure.in (--enable-pt_chown): New configure option.
25043         * configure: Regenerate.
25044         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25045         build-pt-chown is enabled.
25046         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25047         pt_chown to fix pty ownership.
25048         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25049         CLOSE_ALL_FDS.
25050         * manual/install.texi (Configuring and compiling): Mention
25051         --enable-pt_chown. Add @findex for grantpt.
25052         * INSTALL: Regenerate.
25054 2013-07-20  David S. Miller  <davem@davemloft.net>
25056         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25057         difference between 32-bit and 64-bit.
25059 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25061         [BZ #15711]
25062         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25063         Avoid system header dependency with -ffreestanding.
25064         ($(objpfx)bits/syscall%d): Likewise.
25066 2013-07-13  David S. Miller  <davem@davemloft.net>
25068         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25069         underflows from atanl/atan2l due to bug 15319.
25070         (casinh_test_data): Likewise.
25072 2013-07-07  David S. Miller  <davem@davemloft.net>
25074         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25076 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25078         * sysdeps/i386/fpu/libm-test-ulps: Update.
25079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25081 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25083         * configure.in (--enable-lock-elision): Fix message text.
25084         * INSTALL: Regenerate.
25085         * configure: Regenerate.
25087 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25091 2013-07-03  Andreas Jaeger  <aj@suse.de>
25093         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25094         define.
25095         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25096         (ptrace_peeksiginfo_args): Add.
25097         (__ptrace_peeksiginfo_flags): Add.
25098         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25099         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25100         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25102 2013-07-03  Allan McRae  <allan@archlinux.org>
25104         * sysdeps/i386/fpu/libm-test-ulps: Update.
25106 2013-07-02  David S. Miller  <davem@davemloft.net>
25108         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25110 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25112         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25114 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25116         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25119 2013-07-02  Andi Kleen <ak@linux.intel.com>
25121         * config.h.in (ENABLE_LOCK_ELISION): Add.
25122         * configure.in (--enable-lock-elision): Add option.
25123         * manual/install.texi: Document --enable lock elision.
25124         * configure: Regenerate
25125         * INSTALL: Regenerate.
25127 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25129         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25130         SSE4.2 strcasecmp for libc.a.
25131         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25133 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25135         [BZ #13304]
25136         * soft-fp/op-common.h (_FP_FMA): New macro.
25137         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25138         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25139         (_FP_MUL_MEAT_1_imm): ... here.
25140         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25141         (_FP_MUL_MEAT_1_wide): ... here.
25142         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25143         (_FP_MUL_MEAT_1_hard): ... here.
25144         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25145         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25146         (_FP_MUL_MEAT_2_wide): ... here.
25147         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25148         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25149         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25150         (_FP_MUL_MEAT_2_gmp): ... here.
25151         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25152         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25153         (_FP_MUL_MEAT_4_wide): ... here.
25154         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25155         (_FP_MUL_MEAT_4_gmp): ... here.
25156         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25157         (_FP_WFRACBITS_DW_S): Likewise.
25158         (_FP_WFRACXBITS_DW_S): Likewise.
25159         (_FP_HIGHBIT_DW_S): Likewise.
25160         (FP_FMA_S): Likewise.
25161         (_FP_FRAC_HIGH_DW_S): Likewise.
25162         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25163         (_FP_WFRACBITS_DW_D): Likewise.
25164         (_FP_WFRACXBITS_DW_D): Likewise.
25165         (_FP_HIGHBIT_DW_D): Likewise.
25166         (FP_FMA_D): Likewise.
25167         (_FP_FRAC_HIGH_DW_D): Likewise.
25168         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25169         (_FP_WFRACBITS_DW_E): Likewise.
25170         (_FP_WFRACXBITS_DW_E): Likewise.
25171         (_FP_HIGHBIT_DW_E): Likewise.
25172         (FP_FMA_E): Likewise.
25173         (_FP_FRAC_HIGH_DW_E): Likewise.
25174         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25175         (_FP_WFRACBITS_DW_Q): Likewise.
25176         (_FP_WFRACXBITS_DW_Q): Likewise.
25177         (_FP_HIGHBIT_DW_Q): Likewise.
25178         (FP_FMA_Q): Likewise.
25179         (_FP_FRAC_HIGH_DW_Q): Likewise.
25180         * soft-fp/fmasf4.c: New file.
25181         * soft-fp/fmadf4.c: Likewise.
25182         * soft-fp/fmatf4.c: Likewise.
25184 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25186         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25187         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25188         Silvermont.
25189         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25190         macro.
25191         (index_Slow_SSE4_2): Likewise.
25192         (index_Prefer_PMINUB_for_stringop): Likewise.
25193         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25194         bit_Slow_SSE4_2 is set.
25195         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25196         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25198 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25200         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25201         rtld_global._dl_hwcap2.
25202         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25203         POWER8.
25204         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25205         POWER8 feature descriptions defined in _dl_hwcap2.
25206         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25207         string handling for POWER8 feature bits.
25208         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25209         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25210         _dl_powerpc_cap_flags.
25211         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25212         * sysdeps/powerpc/rtld-global-offsets.sym
25213         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25214         _dl_hwcap2 in the rtld_global_ro structure.
25216 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25218         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25219         hardware capabilities in support of AT_HWCAP2.
25220         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25221         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25222         GLRO(dl_hwcap2).
25223         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25224         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25225         explicitly the unknown a_type display mechanism is used.
25226         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25227         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25228         struct member.
25229         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25230         to macro prototype for AT_HWCAP2 support.
25231         * sysdeps/i386/dl-procinfo.h: Likewise.
25232         * sysdeps/s390/dl-procinfo.h: Likewise.
25233         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25234         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25235         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25236         return -1 for unknown a_type display fallback.
25237         * sysdeps/sparc/dl-procinfo.h: Likewise.
25238         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25239         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25241 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25243         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25244         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25246 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25248         [BZ #12492]
25249         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25250         mprotect making __stack_prot writable.
25252 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25253             Joseph Myers  <joseph@codesourcery.com>
25255         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25256         as being properly aligned.
25258 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25260         * dlfcn/modstatic5.c: New file.
25261         * dlfcn/tststatic5.c: New file.
25262         * dlfcn/Makefile (tests): Add tststatic5.
25263         (tests-static): Likewise.
25264         (modules-names): Add modstatic5.
25265         (tststatic5-ENV): New variable.
25266         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25268         [BZ #15022]
25269         * elf/dl-support.c (_dl_main_map): New variable.
25270         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25271         (_dl_nns, _dl_load_adds): Set to 1.
25272         (_dl_initial_searchlist): Refer to _dl_main_map.
25273         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25274         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25275         call to _dl_get_origin.
25276         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25277         around call_map.
25278         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25279         * dlfcn/modstatic3.c: New file.
25280         * dlfcn/tststatic3.c: New file.
25281         * dlfcn/tststatic4.c: New file.
25282         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25283         (tests-static): Likewise.
25284         (modules-names): Add modstatic3.
25285         (tststatic3-ENV, tststatic4-ENV): New variables.
25286         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25287         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25289 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25291         * configure.in (CC): Require GCC version 4.4 or later.
25292         * configure: Regenerated.
25293         * manual/install.texi (Tools for Compilation): Update GCC version
25294         requirement.
25295         * INSTALL: Regenerated.
25297 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25299         [BZ #15674]
25300         * string/test-memcmp.c (check2): New.
25301         (main): Call check2.
25303         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25305 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25307         [BZ #15022]
25308         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25309         over to...
25310         (dl_open_worker) [!SHARED]: ... here.
25312 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25314         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25316 2013-06-25  Richard Henderson  <rth@redhat.com>
25318         * locale/programs/locarchive.c: Include <libc-internal.h>
25320 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25322         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25323         trailing whitespace removed.
25325 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25327         [BZ #10283]
25328         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25329         * locale/programs/locarchive.c: Include libc-mmap.h.
25330         (prepare_address_space): Take two new outputs (the mmap base and len).
25331         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25332         values.
25333         (create_archive): Declare new mmap base and len values for
25334         prepare_address_space, and store the result in ah.
25335         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25336         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25337         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25338         Declare new mmap base and len values for
25339         prepare_address_space, and store the result in new_ah.
25340         (open_archive): Declare new mmap base and len values for
25341         prepare_address_space, and store the result in ah.
25342         (close_archive): If ah->mmap_base is not NULL, use that and
25343         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25344         * sysdeps/generic/libc-mmap.h: New file.
25346 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25348         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25349         (ALIGN_UP): Likewise.
25350         (PTR_ALIGN_DOWN): Likewise.
25351         (PTR_ALIGN_UP): Likewise.
25353 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25355         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25356         entry mapped to PPC_PLATFORM_POWER8.
25357         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25358         POWER8.
25359         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25360         (_dl_string_platform): Add case for exporting platform position for
25361         POWER8.
25362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25363         search path to sysdeps/powerpc/powerpc32/power8 directory.
25364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25365         search path to sysdeps/powerpc/powerpc64/power8 directory.
25366         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25367         power7 directories.
25368         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25369         power7 directories.
25371 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25373         * INSTALL: Regenerate.
25375         * nscd/connections.c (nscd_init): Fix comment.
25377 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25379         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25381         [BZ #15667]
25382         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25383         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25385 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25387         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25388         DL_DST_REQ_STATIC.
25389         (DL_DST_REQ_STATIC): Remove macro.
25391 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25393         [BZ #7006]
25394         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25395         with a shift of 0 bits.
25397 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25399         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25400         $(tststatic-ENV).
25402 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25404         [BZ #15655]
25405         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25407 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25409         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25410         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25411         accepts -fno-tree-loop-distribute-patterns.
25412         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25413         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25414         recursive call.
25415         * string/memset.c (memset): Likewise.
25416         * string/test-memmove.c (simple_memmove): Disable loop transformation
25417         to library calls.
25418         * string/test-memset.c (simple_memset): Likewise.
25419         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25420         * benchtests/bench-memset.c (simple_memset): Likewise.
25421         * configure: Regenerated.
25423 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25425         * math/test-misc.c (main): Ignore fesetround failure when failures
25426         of subsequent rounding tests would be ignored.
25428         [BZ #15654]
25429         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25430         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25431         * math/fegetenv.c (__fegetenv): Return 0.
25432         * math/fegetexcept.c (fegetexcept): Return 0.
25433         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25434         FE_TONEAREST.
25435         * math/feholdexcpt.c (feholdexcept): Return 0.
25436         * math/fesetenv.c (__fesetenv): Return 0.
25437         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25438         argument FE_TONEAREST.
25439         * math/feupdateenv.c (__feupdateenv): Return 0.
25440         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25442 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25444         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25445         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25446         ($(objpfx)rtld-%.os rules): Use them.
25448 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25450         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25451         fields.
25453 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25455         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25456         length of target pattern, then descending length of dependency pattern.
25457         * configure.in (AWK): Require gawk 3.1.2 or newer.
25458         * manual/install.texi (Tools for Compilation): Say that we do.
25459         * configure: Regenerated.
25461         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25462         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25463         * scripts/sysd-rules.awk: ... this new script.
25464         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25465         than a glob-style pattern.
25467 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25469         * math/test-misc.c (main): Do not treat incorrectly rounded
25470         conversions as failure unless ROUNDING_TESTS passes.
25472 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25474         [BZ #15631]
25475         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25476         restore exception state around main square root computation, then
25477         check for inexactness explicitly.
25479         * math/libm-test.inc (fma_test_data): Add another test.
25481 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25483         * manual/threads.texi (Non-POSIX Extensions): New document
25484         node.  Document pthread_getattr_default_np and
25485         pthread_setattr_default_np.
25487         * Versions.def (libpthread): Add GLIBC_2.18.
25488         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25490         Likewise.
25491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25492         Likewise.
25493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25494         Likewise.
25495         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25496         Likewise.
25497         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25498         Likewise.
25499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25500         Likewise.
25501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25502         Likewise.
25503         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25504         Likewise.
25505         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25506         Likewise.
25508 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25510         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25511         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25513 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25514             H.J. Lu  <hjl.tools@gmail.com>
25516         [BZ #15627]
25517         * sysdeps/x86_64/rtld-memset.c: Remove file.
25518         * sysdeps/x86_64/rtld-memset.S: New file.
25520 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25522         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25523         (test_in_one_mode): Take arguments for whether the rounding mode
25524         is supported for each floating-point type.
25525         (do_test): Pass new arguments to test_in_one_mode using
25526         ROUNDING_TESTS.
25528 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25530         * posix/tst-waitid.c (do_test): Distinguish different instances of
25531         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25532         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25533         before entering the kernel for waitpid.
25535 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25537         * NEWS: Fix note on clock function precision.  Text by Roland
25538         McGrath.
25540 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25542         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25543         it into place only when and if the sanity check passes.
25545 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25547         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25548         output for whether conversion result is exact.  Take argument
25549         indicating whether type is IBM long double.
25550         (round_for_all): Change need_exact field to ibm_ld.
25551         * stdlib/tst-strtod-round.c (struct exactness): New type.
25552         (struct test): Change bool ld_ok field to struct exactness exact.
25553         (TEST): Update all definitions for change to field.
25554         (tests): Regenerate array contents.
25555         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25556         field value.  Check for IBM long double here.
25557         (do_test): Update calls to test_in_one_mode.
25559 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25561         [BZ #12515]
25562         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25563         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25565 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25567         [BZ #15605]
25568         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25569         generated by the compiler on loop optimizations.
25570         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25571         general definitions.
25573 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25575         * math/bug-nextafter.c: Include <math-tests.h>.
25576         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25577         the relevant type.
25578         * math/bug-nexttoward.c: Include <math-tests.h>.
25579         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25580         the relevant type.
25581         * math/test-misc.c: Include <math-tests.h>.
25582         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25583         the relevant type.
25585 2013-06-12  Andreas Jaeger  <aj@suse.de>
25587         * po/ia.po: Update Interlingua translation from translation
25588         project.
25590 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25592         * include/fenv.h: Include stdbool.h.
25593         (struct rm_ctx): New structure.
25594         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25595         Define macro.
25596         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25597         (SET_RESTORE_ROUNDF): Likewise.
25598         (SET_RESTORE_ROUNDL): Likewise.
25599         (SET_RESTORE_ROUND_NOEX): Likewise.
25600         (SET_RESTORE_ROUND_NOEXF): Likewise.
25601         (SET_RESTORE_ROUND_NOEXL): Likewise.
25602         (SET_RESTORE_ROUND_53BIT): Likewise.
25603         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25604         (libc_feresetround_noexf_ctx): Likewise.
25605         (libc_feresetround_noexl_ctx): Likewise.
25606         (libc_feholdsetround_53bit_ctx): Likewise.
25607         (libc_feresetround_53bit_ctx): Likewise.
25608         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25609         (libc_feholdexcept_setround_sse_ctx): New function.
25610         (libc_fesetenv_sse_ctx): Likewise.
25611         (libc_feupdateenv_sse_ctx): Likewise.
25612         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25613         (libc_feholdexcept_setround_387_ctx): Likewise.
25614         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25615         (libc_feholdsetround_387_prec_ctx): Likewise.
25616         (libc_feholdsetround_387_ctx): Likewise.
25617         (libc_feholdsetround_387_53bit_ctx): Likewise.
25618         (libc_feholdsetround_sse_ctx): Likewise.
25619         (libc_feresetround_sse_ctx): Likewise.
25620         (libc_feresetround_387_ctx): Likewise.
25621         (libc_feupdateenv_387_ctx): Likewise.
25622         (libc_feholdexcept_setroundf_ctx): Define macro.
25623         (libc_fesetenvf_ctx): Likewise.
25624         (libc_feupdateenvf_ctx): Likewise.
25625         (libc_feholdsetroundf_ctx): Likewise.
25626         (libc_feresetroundf_ctx): Likewise.
25627         (libc_feholdexcept_setround_ctx): Likewise.
25628         (libc_fesetenv_ctx): Likewise.
25629         (libc_feupdateenv_ctx): Likewise.
25630         (libc_feholdsetround_ctx): Likewise.
25631         (libc_feresetround_ctx): Likewise.
25632         (libc_feholdexcept_setroundl_ctx): Likewise.
25633         (libc_feupdateenvl_ctx): Likewise.
25634         (libc_feholdsetroundl_ctx): Likewise.
25635         (libc_feresetroundl_ctx): Likewise.
25636         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25637         (libc_feresetround_53bit_ctx): Likewise.
25639 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25641         * locale/iso-639.def: Convert to UTF-8.
25643 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25645         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25646         (EXCEPTION_TESTS_double): Likewise.
25647         (EXCEPTION_TESTS_long_double): Likewise.
25648         (EXCEPTION_TESTS): Likewise.
25649         * math/libm-test.inc (test_exceptions): Only test exceptions if
25650         EXCEPTION_TESTS (FLOAT).
25652 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25654         * benchtests/Makefile (string-bench): Add strcpy_chk and
25655         stpcpy_chk.
25656         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25657         * benchtests/bench-stpcpy_chk.c: New file.
25658         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25659         * benchtests/bench-strcpy_chk.c: New file.
25660         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25661         code.
25662         (do_test): Likewise.
25664 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25666         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25667         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25668         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25669         with tabs where appropriate.
25670         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25671         dl-procinfo.h.
25672         [PPC_PLATFORM_PPC440]: Likewise.
25673         [PPC_PLATFORM_PPC464]: Likewise.
25674         [PPC_PLATFORM_PPC476]: Likewise.
25675         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25676         ppc464, and ppc476 platform strings merging from ports/
25677         dl-procinfo.h.
25679 2013-06-11  Andreas Schwab  <schwab@suse.de>
25681         [BZ #14991]
25682         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25683         (from_ucs4_idx): Regenerate.
25684         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25685         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25686         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25687         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25688         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25689         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25690         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25691         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25692         from FROM_LOOP and TO_LOOP specific macros.
25693         (BODY): Handle combining characters.
25694         * iconvdata/BIG5HKSCS.irreversible: Update.
25695         * iconvdata/BIG5HKSCS.precomposed: New file.
25696         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25697         characters.
25698         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25700 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25702         * include/sys/time.h: Fix indentation and add copyright header.
25704         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25705         (do_test): Likewise.
25706         * string/test-memchr.c (do_one_test): Likewise.
25707         (do_test): Likewise.
25708         * string/test-memcmp.c (do_one_test): Likewise.
25709         (do_test): Likewise.
25710         * string/test-memcpy.c (do_one_test): Likewise.
25711         (do_test): Likewise.
25712         * string/test-memmem.c (do_one_test): Likewise.
25713         (do_test): Likewise.
25714         (do_random_tests): Likewise.
25715         * string/test-memmove.c (do_one_test): Likewise.
25716         (do_test): Likewise.
25717         * string/test-memset.c (do_one_test): Likewise.
25718         (do_test): Likewise.
25719         * string/test-rawmemchr.c (do_one_test): Likewise.
25720         (do_test): Likewise.
25721         * string/test-strcasecmp.c (do_one_test): Likewise.
25722         (do_test): Likewise.
25723         * string/test-strcasestr.c (do_one_test): Likewise.
25724         (do_test): Likewise.
25725         * string/test-strcat.c (do_one_test): Likewise.
25726         (do_test): Likewise.
25727         * string/test-strchr.c (do_one_test): Likewise.
25728         (do_test): Likewise.
25729         * string/test-strcmp.c (do_one_test): Likewise.
25730         (do_test): Likewise.
25731         * string/test-strcpy.c (do_one_test): Likewise.
25732         (do_test): Likewise.
25733         * string/test-string.h: Likewise.
25734         (test_init): Likewise.
25735         * string/test-strlen.c (do_one_test): Likewise.
25736         (do_test): Likewise.
25737         * string/test-strncasecmp.c (do_one_test): Likewise.
25738         (do_test): Likewise.
25739         * string/test-strncat.c (do_one_test): Likewise.
25740         (do_test): Likewise.
25741         * string/test-strncmp.c (do_one_test): Likewise.
25742         (do_test_limit): Likewise.
25743         (do_test): Likewise.
25744         * string/test-strncpy.c (do_one_test): Likewise.
25745         (do_test): Likewise.
25746         * string/test-strnlen.c (do_one_test): Likewise.
25747         (do_test): Likewise.
25748         * string/test-strpbrk.c (do_one_test): Likewise.
25749         (do_test): Likewise.
25750         * string/test-strrchr.c (do_one_test): Likewise.
25751         (do_test): Likewise.
25752         * string/test-strspn.c (do_one_test): Likewise.
25753         (do_test): Likewise.
25754         * string/test-strstr.c (do_one_test): Likewise.
25755         (do_test): Likewise.
25757         * benchtests/Makefile (string-bench): Add string benchmarks.
25758         * benchtests/bench-bcopy-ifunc.c: New file.
25759         * benchtests/bench-bcopy.c: New file.
25760         * benchtests/bench-bzero-ifunc.c: New file.
25761         * benchtests/bench-bzero.c: New file.
25762         * benchtests/bench-memccpy-ifunc.c: New file.
25763         * benchtests/bench-memccpy.c: New file.
25764         * benchtests/bench-memchr-ifunc.c: New file.
25765         * benchtests/bench-memchr.c: New file.
25766         * benchtests/bench-memcmp-ifunc.c: New file.
25767         * benchtests/bench-memcmp.c: New file.
25768         * benchtests/bench-memmem-ifunc.c: New file.
25769         * benchtests/bench-memmem.c: New file.
25770         * benchtests/bench-memmove-ifunc.c: New file.
25771         * benchtests/bench-memmove.c: New file.
25772         * benchtests/bench-mempcpy-ifunc.c: New file.
25773         * benchtests/bench-mempcpy.c: New file.
25774         * benchtests/bench-memset-ifunc.c: New file.
25775         * benchtests/bench-memset.c: New file.
25776         * benchtests/bench-rawmemchr-ifunc.c: New file.
25777         * benchtests/bench-rawmemchr.c: New file.
25778         * benchtests/bench-stpcpy-ifunc.c: New file.
25779         * benchtests/bench-stpcpy.c: New file.
25780         * benchtests/bench-stpncpy-ifunc.c: New file.
25781         * benchtests/bench-stpncpy.c: New file.
25782         * benchtests/bench-strcasecmp-ifunc.c: New file.
25783         * benchtests/bench-strcasecmp.c: New file.
25784         * benchtests/bench-strcasestr-ifunc.c: New file.
25785         * benchtests/bench-strcasestr.c: New file.
25786         * benchtests/bench-strcat-ifunc.c: New file.
25787         * benchtests/bench-strcat.c: New file.
25788         * benchtests/bench-strchr-ifunc.c: New file.
25789         * benchtests/bench-strchr.c: New file.
25790         * benchtests/bench-strchrnul-ifunc.c: New file.
25791         * benchtests/bench-strchrnul.c: New file.
25792         * benchtests/bench-strcmp-ifunc.c: New file.
25793         * benchtests/bench-strcmp.c: New file.
25794         * benchtests/bench-strcpy-ifunc.c: New file.
25795         * benchtests/bench-strcpy.c: New file.
25796         * benchtests/bench-strcspn-ifunc.c: New file.
25797         * benchtests/bench-strcspn.c: New file.
25798         * benchtests/bench-strlen-ifunc.c: New file.
25799         * benchtests/bench-strlen.c: New file.
25800         * benchtests/bench-strncasecmp-ifunc.c: New file.
25801         * benchtests/bench-strncasecmp.c: New file.
25802         * benchtests/bench-strncat-ifunc.c: New file.
25803         * benchtests/bench-strncat.c: New file.
25804         * benchtests/bench-strncmp-ifunc.c: New file.
25805         * benchtests/bench-strncmp.c: New file.
25806         * benchtests/bench-strncpy-ifunc.c: New file.
25807         * benchtests/bench-strncpy.c: New file.
25808         * benchtests/bench-strnlen-ifunc.c: New file.
25809         * benchtests/bench-strnlen.c: New file.
25810         * benchtests/bench-strpbrk-ifunc.c: New file.
25811         * benchtests/bench-strpbrk.c: New file.
25812         * benchtests/bench-strrchr-ifunc.c: New file.
25813         * benchtests/bench-strrchr.c: New file.
25814         * benchtests/bench-strspn-ifunc.c: New file.
25815         * benchtests/bench-strspn.c: New file.
25816         * benchtests/bench-strstr-ifunc.c: New file.
25817         * benchtests/bench-strstr.c: New file.
25819         * benchtests/Makefile: Disable parallel execution of targets.
25820         (string-bench): Add memcpy.
25821         (benchset): New variable to store a list of benchmark sets.
25822         (bench-func): Renamed from bench.
25823         (bench-set): New target.
25824         (bench): Depend on bench-func and bench-set.
25825         * benchtests/README: Add section on benchmark sets.
25826         * benchtests/bench-memcpy-ifunc.c: New file.
25827         * benchtests/bench-memcpy.c: New file.
25828         * benchtests/bench-string.h: New file.
25830 2013-06-11  Andreas Schwab  <schwab@suse.de>
25832         [BZ #15577]
25833         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25834         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25835         values in the triple.
25836         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25837         terminator in the group key.
25839 2013-06-11  Andreas Jaeger  <aj@suse.de>
25841         * po/zh_TW.po: Update Chinese (traditional) translation from
25842         translation project.
25844 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25846         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25847         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25848         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25849         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25850         (clock_getcpuclockid): Likewise.
25851         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25852         Add weak_alias and libc_hidden_def.
25853         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25854         * rt/clock_gettime.c (clock_gettime): Rename to
25855         __clock_gettime.  Add weak_alias and libc_hidden_def.
25856         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25857         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25858         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25859         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25860         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25861         Likewise.
25862         * rt/clock_settime.c (clock_settime): Rename to
25863         __clock_settime.  Add weak_alias and libc_hidden_def.
25864         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25866 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25868         * mach/err_boot.sub: Remove trailing whitespace.
25869         * mach/err_ipc.sub: Likewise.
25870         * mach/err_mach.sub: Likewise.
25872         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25873         (ROUNDING_TESTS_double): Likewise.
25874         (ROUNDING_TESTS_long_double): Likewise.
25875         (ROUNDING_TESTS): Likewise.
25876         * math/libm-test.inc: Include <math-tests.h>.
25877         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25878         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25879         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25880         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25882 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25884         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25885         of assigning.
25887 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25889         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25890         otherwise empty TRANS lines.
25891         * sysdeps/gnu/errlist.c: Regenerated.
25893         * catgets/gencat.c (error_print): Use (void) in function
25894         definition.
25895         * crypt/crypt_util.c (__init_des): Likewise.
25896         * crypt/speeds.c (Stop): Likewise.
25897         (main): Likewise.
25898         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25899         * inet/ruserpass.c (token): Likewise.
25900         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25901         * intl/localealias.c (extend_alias_table): Likewise.
25902         * intl/plural-exp.c (init_germanic_plural): Likewise.
25903         * libio/fcloseall.c (__fcloseall): Likewise.
25904         * libio/genops.c (_IO_flush_all): Likewise.
25905         (_IO_flush_all_linebuffered): Likewise.
25906         (_IO_cleanup): Likewise.
25907         (_IO_iter_begin): Likewise.
25908         (_IO_iter_end): Likewise.
25909         (_IO_list_lock): Likewise.
25910         (_IO_list_unlock): Likewise.
25911         (_IO_list_resetlock): Likewise.
25912         * libio/getchar.c (getchar): Likewise.
25913         * libio/getchar_u.c (getchar_unlocked): Likewise.
25914         * libio/getwchar.c (getwchar): Likewise.
25915         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25916         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25917         * login/getpt.c (__getpt): Likewise.
25918         * login/tst-utmp.c (main): Likewise.
25919         * malloc/hooks.c (__malloc_check_init): Likewise.
25920         * malloc/malloc.c (__malloc_stats): Likewise.
25921         * malloc/mtrace.c (tr_break): Likewise.
25922         (mtrace): Likewise.
25923         (muntrace): Likewise.
25924         * misc/fstab.c (endfsent): Likewise.
25925         * misc/getclktck.c (__getclktck): Likewise.
25926         * misc/getdtsz.c (__getdtablesize): Likewise.
25927         * misc/gethostid.c (gethostid): Likewise.
25928         * misc/getpagesize.c (__getpagesize): Likewise.
25929         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25930         (__get_nprocs): Likewise.
25931         (__get_phys_pages): Likewise.
25932         (__get_avphys_pages): Likewise.
25933         * misc/getttyent.c (getttyent): Likewise.
25934         (setttyent): Likewise.
25935         (endttyent): Likewise.
25936         * misc/getusershell.c (getusershell): Likewise.
25937         (endusershell): Likewise.
25938         (setusershell): Likewise.
25939         (initshells): Likewise.
25940         * misc/hsearch.c (__hdestroy): Likewise.
25941         * misc/sync.c (sync): Likewise.
25942         * misc/syslog.c (closelog_internal): Likewise.
25943         (closelog): Likewise.
25944         * misc/ttyslot.c (ttyslot): Likewise.
25945         * misc/vhangup.c (vhangup): Likewise.
25946         * posix/fork.c (__fork): Likewise.
25947         * posix/getegid.c (__getegid): Likewise.
25948         * posix/geteuid.c (__geteuid): Likewise.
25949         * posix/getgid.c (__getgid): Likewise.
25950         * posix/getpid.c (__getpid): Likewise.
25951         * posix/getppid.c (__getppid): Likewise.
25952         * posix/getuid.c (__getuid): Likewise.
25953         * posix/pause.c (pause): Likewise.
25954         * posix/setpgrp.c (setpgrp): Likewise.
25955         * posix/setsid.c (__setsid): Likewise.
25956         * posix/test-vfork.c (noop): Likewise.
25957         * resolv/gethnamaddr.c (_endhtent): Likewise.
25958         (_gethtent): Likewise.
25959         (ht_endhostent): Likewise.
25960         (gethostent): Likewise.
25961         (dns_service): Likewise.
25962         * stdlib/drand48.c (drand48): Likewise.
25963         * stdlib/lrand48.c (lrand48): Likewise.
25964         * stdlib/mrand48.c (mrand48): Likewise.
25965         * stdlib/rand.c (rand): Likewise.
25966         * stdlib/random.c (__random): Likewise.
25967         * stdlib/setenv.c (clearenv): Likewise.
25968         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25969         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25970         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25971         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25972         (__get_nprocs): Likewise.
25973         (__get_phys_pages): Likewise.
25974         (__get_avphys_pages): Likewise.
25975         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25976         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25977         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25978         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25979         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25980         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25981         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25982         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25983         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25984         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25985         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25986         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25987         * sysdeps/posix/clock.c (clock): Likewise.
25988         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25989         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25990         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25991         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25992         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25993         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25994         (__get_nprocs_conf): Likewise.
25995         (__get_phys_pages): Likewise.
25996         (__get_avphys_pages): Likewise.
25997         * time/clock.c (clock): Likewise.
25998         * time/tzset.c (__tzname_max): Likewise.
26000 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26002         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26003         (__bswap_32): Do not use "register".
26004         * crypt/crypt.c (_ufc_doit_r): Likewise.
26005         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26006         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26007         * gmon/gmon.c (__monstartup): Likewise.
26008         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26009         * hurd/hurdmalloc.c (more_memory): Likewise.
26010         (malloc): Likewise.
26011         (free): Likewise.
26012         (realloc): Likewise.
26013         (malloc_fork_prepare): Likewise.
26014         (malloc_fork_parent): Likewise.
26015         (malloc_fork_child): Likewise.
26016         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26017         (_svcauth_des): Likewise.
26018         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26019         * inet/inet_net.c (inet_network): Likewise.
26020         * inet/inet_netof.c (inet_netof): Likewise.
26021         * inet/rcmd.c (__validuser2_sa): Likewise.
26022         * io/fts.c (fts_open): Likewise.
26023         (fts_load): Likewise.
26024         (fts_close): Likewise.
26025         (fts_read): Likewise.
26026         (fts_children): Likewise.
26027         (fts_build): Likewise.
26028         (fts_stat): Likewise.
26029         (fts_sort): Likewise.
26030         (fts_alloc): Likewise.
26031         (fts_lfree): Likewise.
26032         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26033         (_IO_file_xsgetn): Likewise.
26034         (_IO_file_xsgetn_mmap): Likewise.
26035         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26036         (_IO_cookie_write): Likewise.
26037         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26038         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26039         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26040         * malloc/obstack.c (_obstack_begin): Likewise.
26041         (_obstack_begin_1): Likewise.
26042         (_obstack_newchunk): Likewise.
26043         (_obstack_allocated_p): Likewise.
26044         (obstack_free): Likewise.
26045         (_obstack_memory_used): Likewise.
26046         * misc/getttyent.c (getttynam): Likewise.
26047         (getttyent): Likewise.
26048         (skip): Likewise.
26049         (value): Likewise.
26050         * misc/getusershell.c (initshells): Likewise.
26051         * misc/syslog.c (__vsyslog_chk): Likewise.
26052         * misc/ttyslot.c (ttyslot): Likewise.
26053         * nis/nis_hash.c (__nis_hash): Likewise.
26054         * posix/fnmatch_loop.c (FCT): Likewise.
26055         * posix/getconf.c (print_all): Likewise.
26056         (main): Likewise.
26057         * posix/getopt.c (exchange): Likewise.
26058         * posix/glob.c (globfree): Likewise.
26059         (prefix_array): Likewise.
26060         (__glob_pattern_type): Likewise.
26061         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26062         (NS_GET32): Likewise.
26063         (NS_PUT16): Likewise.
26064         (NS_PUT32): Likewise.
26065         * resolv/gethnamaddr.c (getanswer): Likewise.
26066         (gethostbyname2): Likewise.
26067         (gethostbyaddr): Likewise.
26068         (_gethtent): Likewise.
26069         (_gethtbyname2): Likewise.
26070         (_gethtbyaddr): Likewise.
26071         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26072         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26073         * resolv/res_init.c (__res_vinit): Likewise.
26074         (net_mask): Likewise.
26075         * resolv/res_mkquery.c (outchar): Likewise.
26076         (PRINT): Likewise.
26077         * stdio-common/printf_fp.c (outchar): Likewise.
26078         (PRINT): Likewise.
26079         * stdio-common/printf_fphex.c (outchar): Likewise.
26080         (PRINT): Likewise.
26081         * stdio-common/printf_size.c (outchar): Likewise.
26082         (PRINT): Likewise.
26083         * stdio-common/test_rdwr.c (main): Likewise.
26084         * stdio-common/tfformat.c (matches): Likewise.
26085         * stdio-common/vfprintf.c (outchar): Likewise.
26086         (printf_unknown): Likewise.
26087         (buffered_vfprintf): Likewise.
26088         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26089         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26090         (ReadFile): Likewise.
26091         * stdlib/qsort.c (SWAP): Likewise.
26092         (_quicksort): Likewise.
26093         * stdlib/setenv.c (__add_to_environ): Likewise.
26094         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26095         * stdlib/strtol_l.c (__strtol_l): Likewise.
26096         * stdlib/tst-strtod.c (main): Likewise.
26097         * stdlib/tst-strtol.c (main): Likewise.
26098         * stdlib/tst-strtoll.c (main): Likewise.
26099         * string/bits/string2.h (__strcmp_cc): Likewise.
26100         (__strcmp_cg): Likewise.
26101         (__strcspn_c1): Likewise.
26102         (__strcspn_c2): Likewise.
26103         (__strcspn_c3): Likewise.
26104         (__strspn_c1): Likewise.
26105         (__strspn_c2): Likewise.
26106         (__strspn_c3): Likewise.
26107         (__strsep_1c): Likewise.
26108         (__strsep_2c): Likewise.
26109         (__strsep_3c): Likewise.
26110         * string/memccpy.c (__memccpy): Likewise.
26111         * string/stpcpy.c (__stpcpy): Likewise.
26112         * string/strcmp.c (strcmp): Likewise.
26113         * string/strrchr.c (strrchr): Likewise.
26114         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26115         Likewise.
26116         * sysdeps/mach/hurd/getcwd.c
26117         (_hurd_canonicalize_directory_name_internal): Likewise.
26118         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26119         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26120         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26121         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26122         Likewise, in both definitions.
26123         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26124         definitions.
26125         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26126         64] (__bswap_64): Likewise.
26127         * time/test_time.c (main): Likewise.
26128         * time/tzfile.c (__tzfile_read): Likewise.
26129         (__tzfile_compute): Likewise.
26130         * time/tzset.c (__tzset_parse_tz): Likewise.
26131         (tzset_internal): Likewise.
26132         (compute_change): Likewise.
26133         * wcsmbs/wcscat.c (__wcscat): Likewise.
26134         * wcsmbs/wcschr.c (wcschr): Likewise.
26135         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26136         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26137         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26138         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26139         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26140         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26141         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26142         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26143         * wcsmbs/wmemset.c (wmemset): Likewise.
26145 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26147         * scripts/config.guess: Update to version 2013-05-16.
26148         * scripts/config.sub: Update to version 2013-04-24.
26149         * scripts/install-sh: Update to version 2011-11-20.07.
26150         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26151         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26153 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26155         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26156         * elf/sln.c: Likewise.
26157         * hurd/hurd/ioctl.h: Likewise.
26158         * hurd/hurdmalloc.c: Likewise.
26159         * hurd/xattr.c: Likewise.
26160         * include/shlib-compat.h: Likewise.
26161         * inet/ruserpass.c: Likewise.
26162         * libio/iofgets_u.c: Likewise.
26163         * libio/iofgetws_u.c: Likewise.
26164         * locale/programs/ld-identification.c: Likewise.
26165         * locale/programs/ld-time.c: Likewise.
26166         * mach/msg-destroy.c: Likewise.
26167         * nss/nss_files/files-netgrp.c: Likewise.
26168         * resolv/res_data.c: Likewise.
26169         * soft-fp/op-1.h: Likewise.
26170         * soft-fp/op-2.h: Likewise.
26171         * soft-fp/op-4.h: Likewise.
26172         * soft-fp/op-common.h: Likewise.
26173         * stdio-common/printf_fphex.c: Likewise.
26174         * stdlib/strtod_l.c: Likewise.
26175         * sunrpc/rpc/clnt.h: Likewise.
26176         * sysdeps/generic/framestate.c: Likewise.
26177         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26178         * sysdeps/i386/bsd-setjmp.S: Likewise.
26179         * sysdeps/i386/__longjmp.S: Likewise.
26180         * sysdeps/i386/setjmp.S: Likewise.
26181         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26182         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26183         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26184         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26185         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26186         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26187         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26188         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26189         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26190         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26191         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26192         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26193         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26194         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26195         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26196         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26197         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26198         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26199         * sysdeps/ieee754/support.c: Likewise.
26200         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26201         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26202         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26203         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26204         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26205         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26206         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26207         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26208         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26209         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26210         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26211         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26212         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26213         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26214         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26215         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26216         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26219 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26221         * posix/transbug.c: Remove executable mode.
26223 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26225         * crypt/speeds.c: Remove trailing whitespace.
26226         * dlfcn/default.c: Likewise.
26227         * elf/ifuncdep2.c: Likewise.
26228         * elf/ifuncmain1.c: Likewise.
26229         * elf/ifuncmain1vis.c: Likewise.
26230         * elf/testobj.h: Likewise.
26231         * elf/tst-stackguard1.c: Likewise.
26232         * gmon/sys/gmon.h: Likewise.
26233         * hurd/hurdmsg.c: Likewise.
26234         * hurd/new-fd.c: Likewise.
26235         * hurd/ports-get.c: Likewise.
26236         * iconvdata/ibm1008_420.c: Likewise.
26237         * inet/tst-getni1.c: Likewise.
26238         * inet/tst-getni2.c: Likewise.
26239         * libio/ioungetc.c: Likewise.
26240         * libio/wfiledoalloc.c: Likewise.
26241         * manual/libm-err-tab.pl: Likewise.
26242         * math/w_dremf.c: Likewise.
26243         * misc/ftruncate.c: Likewise.
26244         * posix/bug-glob2.c: Likewise.
26245         * posix/tst-pcre.c: Likewise.
26246         * posix/wait4.c: Likewise.
26247         * resolv/README: Likewise.
26248         * resolv/res_debug.h: Likewise.
26249         * resolv/tst-inet_ntop.c: Likewise.
26250         * setjmp/bug269-setjmp.c: Likewise.
26251         * soft-fp/extended.h: Likewise.
26252         * soft-fp/op-1.h: Likewise.
26253         * soft-fp/op-2.h: Likewise.
26254         * soft-fp/op-4.h: Likewise.
26255         * soft-fp/op-8.h: Likewise.
26256         * soft-fp/testit.c: Likewise.
26257         * stdio-common/bug16.c: Likewise.
26258         * stdlib/random.c: Likewise.
26259         * sunrpc/rpcsvc/rquota.x: Likewise.
26260         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26261         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26262         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26263         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26264         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26265         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26266         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26267         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26268         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26269         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26270         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26271         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26272         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26273         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26274         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26275         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26276         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26277         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26278         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26279         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26280         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26281         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26282         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26283         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26284         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26285         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26286         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26287         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26288         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26289         * sysdeps/ieee754/s_lib_version.c: Likewise.
26290         * sysdeps/mach/hurd/check_fds.c: Likewise.
26291         * sysdeps/mach/hurd/getsockname.c: Likewise.
26292         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26293         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26294         * sysdeps/powerpc/bits/link.h: Likewise.
26295         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26296         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26297         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26298         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26299         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26300         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26301         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26302         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26303         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26304         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26305         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26306         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26307         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26308         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26309         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26310         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26311         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26312         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26313         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26314         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26315         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26316         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26317         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26318         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26319         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26320         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26321         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26322         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26323         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26324         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26325         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26326         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26327         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26328         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26329         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26330         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26331         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26332         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26333         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26334         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26335         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26336         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26337         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26338         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26339         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26340         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26341         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26342         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26343         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26344         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26345         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26346         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26347         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26348         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26349         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26350         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26351         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26352         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26353         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26354         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26355         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26356         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26357         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26358         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26359         * sysdeps/powerpc/sysdep.h: Likewise.
26360         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26361         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26362         * sysdeps/sh/dl-trampoline.S: Likewise.
26363         * sysdeps/sh/memset.S: Likewise.
26364         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26365         * sysdeps/sh/strlen.S: Likewise.
26366         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26367         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26368         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26369         * sysdeps/sparc/sparc32/rem.S: Likewise.
26370         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26371         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26372         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26373         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26374         * sysdeps/sparc/sparc32/urem.S: Likewise.
26375         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26376         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26377         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26378         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26379         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26380         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26381         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26382         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26383         * sysdeps/unix/bsd/times.c: Likewise.
26384         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26385         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26389         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26390         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26391         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26392         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26393         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26394         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26395         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26396         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26397         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26398         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26399         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26400         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26401         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26402         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26403         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26404         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26405         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26406         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26407         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26408         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26409         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26410         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26411         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26412         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26413         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26414         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26415         * sysdeps/x86_64/strcspn.S: Likewise.
26417 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26419         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26420         generated file.  Regenerate properly from gen-translit.pl.
26421         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26422         locale/C-translit.h.
26424 2013-06-05  Andreas Schwab  <schwab@suse.de>
26426         [BZ #15100]
26427         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26428         week as 6 instead of -1.
26429         * time/tst-strptime.c (day_tests): Add test case.
26431 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26433         * sysdeps/generic/math_private.h
26434         (libc_feholdexcept_setround_53bit): Replace with
26435         libc_feholdsetround_53bit.
26436         (libc_feupdateenv_53bit): Replace with
26437         libc_feresetround_53bit.
26438         (SET_RESTORE_ROUND_53BIT): Adjust.
26440 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26442         * string/test-strchrnul.c: Add copyright header.
26444         * posix/tst-getaddrinfo4.c: Increase test timeout.
26446 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26448         [BZ #15536]
26449         * math/libm-test.inc (MAX_EXP): Remove
26450         (MIN_EXP): Define.
26451         (ulp): Use MIN_EXP - MANT_DIG.
26452         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26454 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26456         * po/be.po: Revert last change.
26457         * po/zh_CN.po: Likewise.
26458         * po/header.pot: Likewise.
26460 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26462         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26463         link-libc-deps to empty as target-specific variable.
26464         * Makerules (link-libc-args): New variable.
26465         (libc-for-link): Likewise.
26466         (link-libc-deps): Likewise.
26467         (lib%.so): Depend on $(link-libc-deps).  Link with
26468         $(link-libc-args).
26469         (build-module): Link with $(link-libc-args).
26470         (build-module-asneeded): Likewise.
26471         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26472         list of objects.
26473         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26474         target-specific variable.
26475         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26476         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26477         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26478         libc.
26479         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26480         libc and ld.so.
26481         ($(objpfx)libpcprofile.so): Likewise.
26482         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26483         libc_nonshared.a.
26484         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26485         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26486         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26487         $(link-libc-deps).
26488         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26489         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26490         * login/Makefile ($(objpfx)libutil.so): Likewise.
26491         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26492         * math/Makefile ($(objpfx)libm.so): Likewise.
26493         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26494         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26495         variable instead of depending directly on libc.
26496         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26497         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26498         $(link-libc-deps).
26499         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26500         libc.
26501         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26502         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26503         ($(objpfx)libanl.so): Likewise.
26504         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26505         ld.so.
26506         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26507         $(link-libc-deps).
26508         * sysdeps/i386/fpu/Makefile: Remove file.
26509         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26510         ($(objpfx)libm.so): Remove dependency on ld.so.
26512 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26514         [BZ # 15553]
26515         * nis/yp_xdr.c (XDRMAXNAME): Define.
26516         (XDRMAXRECORD): Define.
26517         (xdr_domainname): Use XDRMAXNAME.
26518         (xdr_mapname): Likewise.
26519         (xdr_peername): Likewise.
26520         (xdr_keydat): Use XDRMAXRECORD.
26521         (xdr_valdat): Likewise.
26523 2013-05-30  Jeff Law  <law@redhat.com>
26525         [BZ #14256]
26526         * manual/errno.texi (ESTALE): Update to account for more than
26527         just NFS file systems.
26528         * sysdeps/gnu/errlist.c: Regenerated.
26530 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26532         [BZ #15465]
26533         * elf/Makefile (tests): Add tst-null-argv.
26534         (modules-names):  Add tst-null-argv-lib.
26535         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26536         (tst-null-argv-ENV): Set environment for tst-null-argv.
26537         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26538         (RTLD_PROGNAME): New macro.
26539         * elf/tst-null-argv.c: New test case.
26540         * elf/tst-null-argv-lib.c: Library for test case.
26541         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26542         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26543         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26544         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26545         * elf/dl-init.c (call_init): Likewise.
26546         (_dl_init): Likewise.
26547         * elf/dl-load.c (print_search_path): Likewise.
26548         (_dl_map_object): Likewise.
26549         * elf/dl-lookup.c (do_lookup_x): Likewise.
26550         (add_dependency): Likewise.
26551         (_dl_lookup_symbol_x): Likewise.
26552         (_dl_debug_bindings): Likewise.
26553         * elf/dl-open.c (_dl_show_scope): Likewise.
26554         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26555         * elf/dl-version.c (match_symbol): Likewise.
26556         (_dl_check_map_versions): Likewise.
26557         * elf/rtld.c (dl_main): Likewise.
26558         (print_unresolved): Use RTLD_PROGNAME.
26559         (print_missing_version): Likewise.
26560         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26561         (elf_machine_rela): Likewise.
26562         * sysdeps/powerpc/powerpc32/dl-machine.c
26563         (__process_machine_rela): Likewise.
26564         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26565         Likewise.
26566         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26567         Likewise.
26568         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26569         Likewise.
26570         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26571         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26572         Likewise.
26573         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26574         Likewise.
26575         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26577 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26579         * po/be.po: Add descriptive title.
26580         * po/zh_CN.po: Likewise.
26581         * po/header.pot: Likewise.
26583 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26585         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26586         error message.
26587         (enlarge_archive): Likewise.
26589 2013-05-28  Ben North  <ben@redfrontdoor.org>
26591         * manual/arith.texi (frexp): It is the magnitude of the return
26592         value which lies in [0.5, 1), not the return value itself.
26594 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26598 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26600         * stdio-common/bug26.c (main): Correct fscanf template.
26602         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26603         declare _dl_skip_args.
26605         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26606         Don't declare.
26608         * manual/platform.texi: Add missing @end deftypefun.
26610 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26612         [BZ #15529]
26613         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26614         bit of mantissa of 2^16382.
26615         * math/libm-test.inc (hypot_test_data): Add more tests.
26617         * math/libm-test.inc: Add drem and pow10 to list of tested
26618         functions.
26619         (pow10_test): New function.
26620         (drem_test): Likewise.
26621         (drem_test_tonearest): Likewise.
26622         (drem_test_towardzero): Likewise.
26623         (drem_test_downward): Likewise.
26624         (drem_test_upward): Likewise.
26625         (main): Call the new functions.
26627         * math/libm-test.inc (finite_test_data): Remove.
26628         (finite_test): Run tests from isfinite_test_data.
26629         (gamma_test_data): Remove.
26630         (gamma_test): Run tests from lgamma_test_data.
26631         * sysdeps/i386/fpu/libm-test-ulps: Update.
26632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26634 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26636         * manual/platform.texi: Add PowerPC PPR function set documentation.
26637         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26638         implementation.
26640 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26642         * math/libm-test.inc (MAX_EXP): Define.
26643         (ULPDIFF): Define.
26644         (ulp): New function.
26645         (check_float_internal): Use ULPDIFF.
26646         (cpow_test): Disable failing test.
26647         (check_ulp): Test ulp() implemetnation.
26648         (main): Call check_ulp before starting tests.
26650 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26652         * math/gen-libm-test.pl (generate_testfile): Do not handle
26653         START_DATA and END_DATA.
26654         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26655         END_DATA.
26656         (acos_tonearest_test_data): Likewise.
26657         (acos_towardzero_test_data): Likewise.
26658         (acos_downward_test_data): Likewise.
26659         (acos_upward_test_data): Likewise.
26660         (acosh_test_data): Likewise.
26661         (asin_test_data): Likewise.
26662         (asin_tonearest_test_data): Likewise.
26663         (asin_towardzero_test_data): Likewise.
26664         (asin_downward_test_data): Likewise.
26665         (asin_upward_test_data): Likewise.
26666         (asinh_test_data): Likewise.
26667         (atan_test_data): Likewise.
26668         (atanh_test_data): Likewise.
26669         (atan2_test_data): Likewise.
26670         (cabs_test_data): Likewise.
26671         (cacos_test_data): Likewise.
26672         (cacosh_test_data): Likewise.
26673         (carg_test_data): Likewise.
26674         (casin_test_data): Likewise.
26675         (casinh_test_data): Likewise.
26676         (catan_test_data): Likewise.
26677         (catanh_test_data): Likewise.
26678         (cbrt_test_data): Likewise.
26679         (ccos_test_data): Likewise.
26680         (ccosh_test_data): Likewise.
26681         (ceil_test_data): Likewise.
26682         (cexp_test_data): Likewise.
26683         (cimag_test_data): Likewise.
26684         (clog_test_data): Likewise.
26685         (clog10_test_data): Likewise.
26686         (conj_test_data): Likewise.
26687         (copysign_test_data): Likewise.
26688         (cos_test_data): Likewise.
26689         (cos_tonearest_test_data): Likewise.
26690         (cos_towardzero_test_data): Likewise.
26691         (cos_downward_test_data): Likewise.
26692         (cos_upward_test_data): Likewise.
26693         (cosh_test_data): Likewise.
26694         (cosh_tonearest_test_data): Likewise.
26695         (cosh_towardzero_test_data): Likewise.
26696         (cosh_downward_test_data): Likewise.
26697         (cosh_upward_test_data): Likewise.
26698         (cpow_test_data): Likewise.
26699         (cproj_test_data): Likewise.
26700         (creal_test_data): Likewise.
26701         (csin_test_data): Likewise.
26702         (csinh_test_data): Likewise.
26703         (csqrt_test_data): Likewise.
26704         (ctan_test_data): Likewise.
26705         (ctan_tonearest_test_data): Likewise.
26706         (ctan_towardzero_test_data): Likewise.
26707         (ctan_downward_test_data): Likewise.
26708         (ctan_upward_test_data): Likewise.
26709         (ctanh_test_data): Likewise.
26710         (ctanh_tonearest_test_data): Likewise.
26711         (ctanh_towardzero_test_data): Likewise.
26712         (ctanh_downward_test_data): Likewise.
26713         (ctanh_upward_test_data): Likewise.
26714         (erf_test_data): Likewise.
26715         (erfc_test_data): Likewise.
26716         (exp_test_data): Likewise.
26717         (exp_tonearest_test_data): Likewise.
26718         (exp_towardzero_test_data): Likewise.
26719         (exp_downward_test_data): Likewise.
26720         (exp_upward_test_data): Likewise.
26721         (exp10_test_data): Likewise.
26722         (exp2_test_data): Likewise.
26723         (expm1_test_data): Likewise.
26724         (fabs_test_data): Likewise.
26725         (fdim_test_data): Likewise.
26726         (finite_test_data): Likewise.
26727         (floor_test_data): Likewise.
26728         (fma_test_data): Likewise.
26729         (fma_towardzero_test_data): Likewise.
26730         (fma_downward_test_data): Likewise.
26731         (fma_upward_test_data): Likewise.
26732         (fmax_test_data): Likewise.
26733         (fmin_test_data): Likewise.
26734         (fmod_test_data): Likewise.
26735         (fpclassify_test_data): Likewise.
26736         (frexp_test_data): Likewise.
26737         (gamma_test_data): Likewise.
26738         (hypot_test_data): Likewise.
26739         (ilogb_test_data): Likewise.
26740         (isfinite_test_data): Likewise.
26741         (isgreater_test_data): Likewise.
26742         (isgreaterequal_test_data): Likewise.
26743         (isinf_test_data): Likewise.
26744         (isless_test_data): Likewise.
26745         (islessequal_test_data): Likewise.
26746         (islessgreater_test_data): Likewise.
26747         (isnan_test_data): Likewise.
26748         (isnormal_test_data): Likewise.
26749         (issignaling_test_data): Likewise.
26750         (isunordered_test_data): Likewise.
26751         (j0_test_data): Likewise.
26752         (j1_test_data): Likewise.
26753         (jn_test_data): Likewise.
26754         (ldexp_test_data): Likewise.
26755         (lgamma_test_data): Likewise.
26756         (lrint_test_data): Likewise.
26757         (lrint_tonearest_test_data): Likewise.
26758         (lrint_towardzero_test_data): Likewise.
26759         (lrint_downward_test_data): Likewise.
26760         (lrint_upward_test_data): Likewise.
26761         (llrint_test_data): Likewise.
26762         (llrint_tonearest_test_data): Likewise.
26763         (llrint_towardzero_test_data): Likewise.
26764         (llrint_downward_test_data): Likewise.
26765         (llrint_upward_test_data): Likewise.
26766         (log_test_data): Likewise.
26767         (log10_test_data): Likewise.
26768         (log1p_test_data): Likewise.
26769         (log2_test_data): Likewise.
26770         (logb_test_data): Likewise.
26771         (logb_downward_test_data): Likewise.
26772         (lround_test_data): Likewise.
26773         (llround_test_data): Likewise.
26774         (modf_test_data): Likewise.
26775         (nearbyint_test_data): Likewise.
26776         (nextafter_test_data): Likewise.
26777         (nexttoward_test_data): Likewise.
26778         (pow_test_data): Likewise.
26779         (pow_tonearest_test_data): Likewise.
26780         (pow_towardzero_test_data): Likewise.
26781         (pow_downward_test_data): Likewise.
26782         (pow_upward_test_data): Likewise.
26783         (remainder_test_data): Likewise.
26784         (remainder_tonearest_test_data): Likewise.
26785         (remainder_towardzero_test_data): Likewise.
26786         (remainder_downward_test_data): Likewise.
26787         (remainder_upward_test_data): Likewise.
26788         (remquo_test_data): Likewise.
26789         (rint_test_data): Likewise.
26790         (rint_tonearest_test_data): Likewise.
26791         (rint_towardzero_test_data): Likewise.
26792         (rint_downward_test_data): Likewise.
26793         (rint_upward_test_data): Likewise.
26794         (round_test_data): Likewise.
26795         (scalb_test_data): Likewise.
26796         (scalbn_test_data): Likewise.
26797         (scalbln_test_data): Likewise.
26798         (signbit_test_data): Likewise.
26799         (sin_test_data): Likewise.
26800         (sin_tonearest_test_data): Likewise.
26801         (sin_towardzero_test_data): Likewise.
26802         (sin_downward_test_data): Likewise.
26803         (sin_upward_test_data): Likewise.
26804         (sincos_test_data): Likewise.
26805         (sinh_test_data): Likewise.
26806         (sinh_tonearest_test_data): Likewise.
26807         (sinh_towardzero_test_data): Likewise.
26808         (sinh_downward_test_data): Likewise.
26809         (sinh_upward_test_data): Likewise.
26810         (sqrt_test_data): Likewise.
26811         (tan_test_data): Likewise.
26812         (tan_tonearest_test_data): Likewise.
26813         (tan_towardzero_test_data): Likewise.
26814         (tan_downward_test_data): Likewise.
26815         (tan_upward_test_data): Likewise.
26816         (tanh_test_data): Likewise.
26817         (tgamma_test_data): Likewise.
26818         (trunc_test_data): Likewise.
26819         (y0_test_data): Likewise.
26820         (y1_test_data): Likewise.
26821         (yn_test_data): Likewise.
26822         (significand_test_data): Likewise.
26824         * math/gen-libm-test.pl (@functions): Remove variable.
26825         (generate_testfile): Don't handle START and END lines.
26826         * math/libm-test.inc (START): New macro.
26827         (END): Likewise.
26828         (END_COMPLEX): Likewise.
26829         (acos_test): Use END macro without arguments.
26830         (acos_test_tonearest): Likewise.
26831         (acos_test_towardzero): Likewise.
26832         (acos_test_downward): Likewise.
26833         (acos_test_upward): Likewise.
26834         (acosh_test): Likewise.
26835         (asin_test): Likewise.
26836         (asin_test_tonearest): Likewise.
26837         (asin_test_towardzero): Likewise.
26838         (asin_test_downward): Likewise.
26839         (asin_test_upward): Likewise.
26840         (asinh_test): Likewise.
26841         (atan_test): Likewise.
26842         (atanh_test): Likewise.
26843         (atan2_test): Likewise.
26844         (cabs_test): Likewise.
26845         (cacos_test): Use END_COMPLEX macro without arguments.
26846         (cacosh_test): Likewise.
26847         (carg_test): Use END macro without arguments.
26848         (casin_test): Use END_COMPLEX macro without arguments.
26849         (casinh_test): Likewise.
26850         (catan_test): Likewise.
26851         (catanh_test): Likewise.
26852         (cbrt_test): Use END macro without arguments.
26853         (ccos_test): Use END_COMPLEX macro without arguments.
26854         (ccosh_test): Likewise.
26855         (ceil_test): Use END macro without arguments.
26856         (cexp_test): Use END_COMPLEX macro without arguments.
26857         (cimag_test): Use END macro without arguments.
26858         (clog_test): Use END_COMPLEX macro without arguments.
26859         (clog10_test): Likewise.
26860         (conj_test): Likewise.
26861         (copysign_test): Use END macro without arguments.
26862         (cos_test): Likewise.
26863         (cos_test_tonearest): Likewise.
26864         (cos_test_towardzero): Likewise.
26865         (cos_test_downward): Likewise.
26866         (cos_test_upward): Likewise.
26867         (cosh_test): Likewise.
26868         (cosh_test_tonearest): Likewise.
26869         (cosh_test_towardzero): Likewise.
26870         (cosh_test_downward): Likewise.
26871         (cosh_test_upward): Likewise.
26872         (cpow_test): Use END_COMPLEX macro without arguments.
26873         (cproj_test): Likewise.
26874         (creal_test): Use END macro without arguments.
26875         (csin_test): Use END_COMPLEX macro without arguments.
26876         (csinh_test): Likewise.
26877         (csqrt_test): Likewise.
26878         (ctan_test): Likewise.
26879         (ctan_test_tonearest): Likewise.
26880         (ctan_test_towardzero): Likewise.
26881         (ctan_test_downward): Likewise.
26882         (ctan_test_upward): Likewise.
26883         (ctanh_test): Likewise.
26884         (ctanh_test_tonearest): Likewise.
26885         (ctanh_test_towardzero): Likewise.
26886         (ctanh_test_downward): Likewise.
26887         (ctanh_test_upward): Likewise.
26888         (erf_test): Use END macro without arguments.
26889         (erfc_test): Likewise.
26890         (exp_test): Likewise.
26891         (exp_test_tonearest): Likewise.
26892         (exp_test_towardzero): Likewise.
26893         (exp_test_downward): Likewise.
26894         (exp_test_upward): Likewise.
26895         (exp10_test): Likewise.
26896         (exp2_test): Likewise.
26897         (expm1_test): Likewise.
26898         (fabs_test): Likewise.
26899         (fdim_test): Likewise.
26900         (finite_test): Likewise.
26901         (floor_test): Likewise.
26902         (fma_test): Likewise.
26903         (fma_test_towardzero): Likewise.
26904         (fma_test_downward): Likewise.
26905         (fma_test_upward): Likewise.
26906         (fmax_test): Likewise.
26907         (fmin_test): Likewise.
26908         (fmod_test): Likewise.
26909         (fpclassify_test): Likewise.
26910         (frexp_test): Likewise.
26911         (gamma_test): Likewise.
26912         (hypot_test): Likewise.
26913         (ilogb_test): Likewise.
26914         (isfinite_test): Likewise.
26915         (isgreater_test): Likewise.
26916         (isgreaterequal_test): Likewise.
26917         (isinf_test): Likewise.
26918         (isless_test): Likewise.
26919         (islessequal_test): Likewise.
26920         (islessgreater_test): Likewise.
26921         (isnan_test): Likewise.
26922         (isnormal_test): Likewise.
26923         (issignaling_test): Likewise.
26924         (isunordered_test): Likewise.
26925         (j0_test): Likewise.
26926         (j1_test): Likewise.
26927         (jn_test): Likewise.
26928         (ldexp_test): Likewise.
26929         (lgamma_test): Likewise.
26930         (lrint_test): Likewise.
26931         (lrint_test_tonearest): Likewise.
26932         (lrint_test_towardzero): Likewise.
26933         (lrint_test_downward): Likewise.
26934         (lrint_test_upward): Likewise.
26935         (llrint_test): Likewise.
26936         (llrint_test_tonearest): Likewise.
26937         (llrint_test_towardzero): Likewise.
26938         (llrint_test_downward): Likewise.
26939         (llrint_test_upward): Likewise.
26940         (log_test): Likewise.
26941         (log10_test): Likewise.
26942         (log1p_test): Likewise.
26943         (log2_test): Likewise.
26944         (logb_test): Likewise.
26945         (logb_test_downward): Likewise.
26946         (lround_test): Likewise.
26947         (llround_test): Likewise.
26948         (modf_test): Likewise.
26949         (nearbyint_test): Likewise.
26950         (nextafter_test): Likewise.
26951         (nexttoward_test): Likewise.
26952         (pow_test): Likewise.
26953         (pow_test_tonearest): Likewise.
26954         (pow_test_towardzero): Likewise.
26955         (pow_test_downward): Likewise.
26956         (pow_test_upward): Likewise.
26957         (remainder_test): Likewise.
26958         (remainder_test_tonearest): Likewise.
26959         (remainder_test_towardzero): Likewise.
26960         (remainder_test_downward): Likewise.
26961         (remainder_test_upward): Likewise.
26962         (remquo_test): Likewise.
26963         (rint_test): Likewise.
26964         (rint_test_tonearest): Likewise.
26965         (rint_test_towardzero): Likewise.
26966         (rint_test_downward): Likewise.
26967         (rint_test_upward): Likewise.
26968         (round_test): Likewise.
26969         (scalb_test): Likewise.
26970         (scalbn_test): Likewise.
26971         (scalbln_test): Likewise.
26972         (signbit_test): Likewise.
26973         (sin_test): Likewise.
26974         (sin_test_tonearest): Likewise.
26975         (sin_test_towardzero): Likewise.
26976         (sin_test_downward): Likewise.
26977         (sin_test_upward): Likewise.
26978         (sincos_test): Likewise.
26979         (sinh_test): Likewise.
26980         (sinh_test_tonearest): Likewise.
26981         (sinh_test_towardzero): Likewise.
26982         (sinh_test_downward): Likewise.
26983         (sinh_test_upward): Likewise.
26984         (sqrt_test): Likewise.
26985         (tan_test): Likewise.
26986         (tan_test_tonearest): Likewise.
26987         (tan_test_towardzero): Likewise.
26988         (tan_test_downward): Likewise.
26989         (tan_test_upward): Likewise.
26990         (tanh_test): Likewise.
26991         (tgamma_test): Likewise.
26992         (trunc_test): Likewise.
26993         (y0_test): Likewise.
26994         (y1_test): Likewise.
26995         (yn_test): Likewise.
26996         (significand_test): Likewise.
26998 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27000         [BZ #15381]
27001         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27003 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27005         [BZ #14894]
27006         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27007         __ppc_mdoio and __ppc_mdoom.
27008         * manual/platform.texi: Document new functions __ppc_yield,
27009         __ppc_mdoio and __ppc_mdoom.
27011 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27013         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27014         (main): Mention "tls" pseudo-hwcap is legacy.
27015         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27017 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27019         * math/gen-libm-test.pl (parse_args): Output only string of
27020         arguments as text for test name, not full call or descriptions of
27021         tests for extra outputs.
27022         (generate_testfile): Do not pass function name to parse_args.
27023         Generate this_func variable from START.
27024         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27025         field to arg_str.
27026         (struct test_ff_f_data): Likewise.
27027         (test_ff_f_data_nexttoward): Likewise.
27028         (struct test_fi_f_data): Likewise.
27029         (struct test_fl_f_data): Likewise.
27030         (struct test_if_f_data): Likewise.
27031         (struct test_fff_f_data): Likewise.
27032         (struct test_c_f_data): Likewise.
27033         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27034         (struct test_fF_f1_data): Likewise.
27035         (struct test_ffI_f1_data): Likewise.
27036         (struct test_c_c_data): Rename test_name field to arg_str.
27037         (struct test_cc_c_data): Likewise.
27038         (struct test_f_i_data): Likewise.
27039         (struct test_ff_i_data): Likewise.
27040         (struct test_f_l_data): Likewise.
27041         (struct test_f_L_data): Likewise.
27042         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27043         and extra2_name.
27044         (COMMON_TEST_SETUP): New macro.
27045         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27046         (COMMON_TEST_CLEANUP): Likewise.
27047         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27048         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27049         macros.
27050         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27051         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27052         macros.
27053         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27054         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27055         cleanup macros.
27056         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27057         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27058         macros.
27059         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27060         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27061         macros.
27062         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27063         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27064         cleanup macros.
27065         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27066         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27067         cleanup macros.
27068         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27069         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27070         cleanup macros.
27071         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27072         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27073         macros.
27074         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27075         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27076         macros.
27077         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27078         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27079         macros.
27080         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27081         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27082         cleanup macros.
27083         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27084         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27085         cleanup macros.
27086         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27087         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27088         macros.
27089         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27090         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27091         cleanup macros.
27092         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27093         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27094         macros.
27095         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27096         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27097         macros.
27098         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27099         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27100         cleanup macros.
27101         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27103 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27105         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27106         to _sifields.sigfault.
27107         (si_addr_lsb): Define new macro.
27108         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27109         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27110         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27112 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27114         [BZ #15441]
27115         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27116         returns -1.
27117         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27118         null return -1.
27119         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27120         loading the domain.
27122 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27124         * math/gen-libm-test.pl (parse_args): Do not include expected
27125         result in test name.
27126         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27127         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27128         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27129         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27130         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27133 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27135         * benchtests/Makefile: Sort function entries.
27137         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27138         tanh, asinh, acosh, atanh.
27139         * benchtests/acos-inputs: New file.
27140         * benchtests/acosh-inputs: New file.
27141         * benchtests/asin-inputs: New file.
27142         * benchtests/asinh-inputs: New file.
27143         * benchtests/atanh-inputs: New file.
27144         * benchtests/cosh-inputs: New file.
27145         * benchtests/log-inputs: New file.
27146         * benchtests/sinh-inputs: New file.
27147         * benchtests/tanh-inputs: New file.
27149 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27151         [BZ #15339]
27152         * posix/tst-getaddrinfo4.c: New test.
27153         * posix/Makefile (tests): Add it.
27155 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27157         [BZ #15339]
27158         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27159         when no services were used.
27160         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27161         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27163 2013-05-21  Andreas Schwab  <schwab@suse.de>
27165         [BZ #15014]
27166         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27167         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27168         successful.
27169         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27170         redundant variable declarations and reallocation of buffer when
27171         parsing as IPv6 address.  Always set NSS status when called from
27172         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27173         buffer too small.  Correct computation of needed size.
27174         * nss/Makefile (tests): Add test-digits-dots.
27175         * nss/test-digits-dots.c: New test.
27177 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27179         * benchtests/Makefile: Remove instructions for adding
27180         benchmark tests.
27181         * benchtests/README: New file to explain how to execute and
27182         enhance the benchmark tests.
27184 2013-05-21  Andreas Schwab  <schwab@suse.de>
27186         [BZ #15493]
27187         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27188         * setjmp/tst-sigsetjmp.c: New test.
27190 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27192         * sysdeps/x86_64/memset.S (memset): New implementation.
27193         (__bzero): Likewise.
27194         (__memset_tail): New function.
27196 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27198         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27199         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27200         __memcpy_sse2_unaligned ifunc selection.
27201         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27202         Add memcpy-sse2-unaligned.S.
27203         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27204         Add: __memcpy_sse2_unaligned.
27206 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27208         [BZ #15490]
27209         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27210         math_force_eval before restoring floating-point envrionment.
27211         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27212         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27213         Likewise.
27214         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27215         <math_private.h>.
27216         (__nearbyintl): Use math_force_eval before restoring
27217         floating-point environment.
27218         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27220         * math/gen-libm-test.pl (special_functions): Remove.
27221         (parse_args): Don't handle TEST_extra.  Handle functions with no
27222         return value.
27223         * math/libm-test.inc (struct test_sincos_data): Replace with
27224         struct test_fFF_11_data.
27225         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27226         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27227         (sincos_test_data): Change element type to struct
27228         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27229         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27230         RUN_TEST_LOOP_sincos.
27231         * math/README.libm-test: Don't mention special handling of
27232         individual functions.
27233         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27234         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27235         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27236         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27237         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27240         * math/gen-libm-test.pl (get_variable): Remove function.
27241         (parse_args): Don't show pointer parameters to call in test
27242         names.  Use "extra output N" in test names for extra outputs
27243         rather than naming variables.
27245 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27247         [BZ #15488]
27248         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27249         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27250         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27251         double tests.
27252         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27253         disable.
27254         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27255         check_long_double.
27257         * math/gen-libm-test.pl (@tests): Remove variable.
27258         ($count): Likewise.
27259         (new_test): Remove function.
27260         (show_exceptions): New function.
27261         (special_functions): Use show_exceptions instead of new_test.
27262         (parse_args): Likewise.
27263         (generate_testfile): Pass only function name in generated call to
27264         print_max_error or print_complex_max_error.
27265         (get_ulps): Do not handle complex tests specially.
27266         (output_test): Rename to ...
27267         (get_all_ulps_for_test): ... this.  Return a string rather than
27268         printing to a file.  Require ulps to be present.
27269         (output_ulps): Generate arrays rather than #defines.
27270         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27271         (struct ulp_data): New type.
27272         (BUILD_COMPLEX_ULP): Remove macro.
27273         (compare_ulp_data): New function.
27274         (find_ulps): Likewise.
27275         (find_test_ulps): Likewise.
27276         (find_function_ulps): Likewise.
27277         (find_complex_function_ulps): Likewise.
27278         (print_max_error): Determine allowed ulps using
27279         find_function_ulps.
27280         (print_complex_max_error): Determine allowed ulps using
27281         find_complex_function_ulps.
27282         (check_float_internal): Determine max ulps using find_test_ulps.
27283         (check_float): Do not take max_ulp parameter.  Update call to
27284         check_float_internal.
27285         (check_complex): Likewise.
27286         (check_int): Do not take max_ulp parameter.
27287         (check_long): Likewise.
27288         (check_bool): Likewise.
27289         (check_longlong): Likewise.
27290         (struct test_f_f_data): Remove max_ulp field.
27291         (struct test_ff_f_data): Likewise.
27292         (struct test_ff_f_data_nexttoward): Likewise.
27293         (struct test_fi_f_data): Likewise.
27294         (struct test_fl_f_data): Likewise.
27295         (struct test_if_f_data): Likewise.
27296         (struct test_fff_f_data): Likewise.
27297         (struct test_c_f_data): Likewise.
27298         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27299         (struct test_fF_f1_data): Likewise.
27300         (struct test_ffI_f1_data): Likewise.
27301         (struct test_c_c_data): Remove max_ulp field.
27302         (struct test_cc_c_data): Likewise.
27303         (struct test_f_i_data): Likewise.
27304         (struct test_ff_i_data): Likewise.
27305         (struct test_f_l_data): Likewise.
27306         (struct test_f_L_data): Likewise.
27307         (struct test_sincos_data): Likewise.
27308         (RUN_TEST_f_f): Do not handle ulps.
27309         (RUN_TEST_LOOP_f_f): Likewise.
27310         (RUN_TEST_2_f): Likewise.
27311         (RUN_TEST_LOOP_2_f): Likewise.
27312         (RUN_TEST_fff_f): Likewise.
27313         (RUN_TEST_LOOP_fff_f): Likewise.
27314         (RUN_TEST_c_f): Likewise.
27315         (RUN_TEST_LOOP_c_f): Likewise.
27316         (RUN_TEST_f_f1): Likewise.
27317         (RUN_TEST_LOOP_f_f1): Likewise.
27318         (RUN_TEST_fF_f1): Likewise.
27319         (RUN_TEST_LOOP_fF_f1): Likewise.
27320         (RUN_TEST_fI_f1): Likewise.
27321         (RUN_TEST_LOOP_fI_f1): Likewise.
27322         (RUN_TEST_ffI_f1): Likewise.
27323         (RUN_TEST_LOOP_ffI_f1): Likewise.
27324         (RUN_TEST_c_c): Likewise.
27325         (RUN_TEST_LOOP_c_c): Likewise.
27326         (RUN_TEST_cc_c): Likewise.
27327         (RUN_TEST_LOOP_cc_c): Likewise.
27328         (RUN_TEST_f_i): Likewise.
27329         (RUN_TEST_LOOP_f_i): Likewise.
27330         (RUN_TEST_f_i_tg): Likewise.
27331         (RUN_TEST_LOOP_f_i_tg): Likewise.
27332         (RUN_TEST_ff_i_tg): Likewise.
27333         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27334         (RUN_TEST_f_b): Likewise.
27335         (RUN_TEST_LOOP_f_b): Likewise.
27336         (RUN_TEST_f_b_tg): Likewise.
27337         (RUN_TEST_LOOP_f_b_tg): Likewise.
27338         (RUN_TEST_f_l): Likewise.
27339         (RUN_TEST_LOOP_f_l): Likewise.
27340         (RUN_TEST_f_L): Likewise.
27341         (RUN_TEST_LOOP_f_L): Likewise.
27342         (RUN_TEST_sincos): Likewise.
27343         (RUN_TEST_LOOP_sincos): Likewise.
27345 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27347         [BZ #15480]
27348         [BZ #15485]
27349         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27350         main case of finite arguments, set rounding mode to FE_TONEAREST
27351         and discard exceptions.
27352         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27353         exceptions.
27354         (remainder_tonearest_test_data): New variable.
27355         (remainder_test_tonearest): New function.
27356         (remainder_towardzero_test_data): New variable.
27357         (remainder_test_towardzero): New function.
27358         (remainder_downward_test_data): New variable.
27359         (remainder_test_downward): New function.
27360         (remainder_upward_test_data): New variable.
27361         (remainder_test_upward): New function.
27362         (main): Call the new test functions.
27364         * math/libm-test.inc (struct test_f_f1_data): Remove field
27365         extra_init.
27366         (struct test_fF_f1_data): Likewise.
27367         (struct test_ffI_f1_data): Likewise.
27368         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27369         based on value of EXTRA_EXPECTED.
27370         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27371         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27372         EXTRA_VAR based on value of EXTRA_EXPECTED.
27373         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27374         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27375         EXTRA_VAR based on value of EXTRA_EXPECTED.
27376         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27377         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27378         EXTRA_VAR based on value of EXTRA_EXPECTED.
27379         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27380         * math/gen-libm-test.pl (parse_args): Don't output initializers
27381         for extra output values.
27383         * math/libm-test.inc (check_int): Expect result to be exactly
27384         equal to expected value and do not handle ulps.
27385         (check_long): Likewise.
27386         (check_longlong): Likewise.
27388         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27389         exceptions.
27390         (cimag_test_data): Likewise.
27391         (conj_test_data): Likewise.
27392         (copysign_test_data): Likewise.
27393         (cproj_test_data): Likewise.
27394         (creal_test_data): Likewise.
27395         (fabs_test_data): Likewise.
27396         (fdim_test_data): Likewise.
27397         (finite_test_data): Likewise.
27398         (floor_test_data): Likewise.
27399         (fmax_test_data): Likewise.
27400         (fmin_test_data): Likewise.
27401         (fmod_test_data): Likewise.
27402         (fpclassify_test_data): Likewise.
27403         (frexp_test_data): Likewise.
27404         (ilogb_test_data): Likewise.
27405         (isfinite_test_data): Likewise.
27406         (isgreater_test_data): Likewise.
27407         (isgreaterequal_test_data): Likewise.
27408         (isinf_test_data): Likewise.
27409         (isless_test_data): Likewise.
27410         (islessequal_test_data): Likewise.
27411         (islessgreater_test_data): Likewise.
27412         (isnan_test_data): Likewise.
27413         (isnormal_test_data): Likewise.
27414         (issignaling_test_data): Likewise.
27415         (isunordered_test_data): Likewise.
27416         (ldexp_test_data): Likewise.
27417         (lrint_test_data): Likewise.
27418         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27419         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27420         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27421         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27422         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27423         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27424         test input.
27425         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27426         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27427         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27428         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27429         that test input.
27430         (lrint_downward_test_data): Test for "inexact" exceptions.
27431         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27432         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27433         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27434         test input.
27435         (lrint_upward_test_data): Test for "inexact" exceptions.
27436         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27437         test input.
27438         (llrint_test_data): Test for "inexact" exceptions.
27439         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27440         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27441         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27442         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27443         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27444         (llrint_downward_test_data): Test for "inexact" exceptions.
27445         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27446         (llrint_upward_test_data): Test for "inexact" exceptions.
27447         (logb_test_data): Likewise.
27448         (logb_downward_test_data): Likewise.
27449         (nextafter_test_data): Likewise.
27450         (nexttoward_test_data): Likewise.
27451         (remainder_test_data): Likewise.
27452         (remquo_test_data): Likewise.
27453         (scalbn_test_data): Likewise.
27454         (scalbln_test_data): Likewise.
27455         (signbit_test_data): Likewise.
27456         (sqrt_test_data): Likewise.
27457         (significand_test_data): Likewise.
27459 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27461         [BZ #15424]
27462         * benchtests/bench-modf.c (struct args): Mark arg0 as
27463         volatile.
27464         * scripts/bench.pl: Mark members of struct args as volatile.
27466 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27468         [BZ # 15497]
27469         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27470         negative infinity on POWER6 or lower.
27471         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27473 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27475         [BZ #15442]
27476         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27477         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27478         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27479         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27480         (_FP_SETQNAN): New macro.
27481         (_FP_SETQNAN_SEMIRAW): Likewise.
27482         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27483         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27484         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27485         (FP_EXTEND): Use _FP_FRAC_SNANP.
27486         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27487         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27488         into account.
27489         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27490         New macro.
27491         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27492         Likewise.
27494 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27496         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27497         with DIVIDE_BY_ZERO_EXCEPTION.
27498         (gamma_test_data): Likewise.
27499         (lgamma_test_data): Likewise.
27500         (log_test_data): Likewise.
27501         (log10_test_data): Likewise.
27502         (log2_test_data): Likewise.
27503         (tgamma_test_data): Likewise.
27505         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27506         (acos_test_tonearest): Likewise.
27507         (acos_test_towardzero): Likewise.
27508         (acos_test_downward): Likewise.
27509         (acos_test_upward): Likewise.
27510         (acosh_test): Likewise.
27511         (asin_test): Likewise.
27512         (asin_test_tonearest): Likewise.
27513         (asin_test_towardzero): Likewise.
27514         (asin_test_downward): Likewise.
27515         (asin_test_upward): Likewise.
27516         (asinh_test): Likewise.
27517         (atan_test): Likewise.
27518         (atanh_test): Likewise.
27519         (atan2_test): Likewise.
27520         (cabs_test): Likewise.
27521         (cacos_test): Likewise.
27522         (cacosh_test): Likewise.
27523         (casin_test): Likewise.
27524         (casinh_test): Likewise.
27525         (catan_test): Likewise.
27526         (catanh_test): Likewise.
27527         (cbrt_test): Likewise.
27528         (ccos_test): Likewise.
27529         (ccosh_test): Likewise.
27530         (cexp_test): Likewise.
27531         (clog_test): Likewise.
27532         (clog10_test): Likewise.
27533         (cos_test): Likewise.
27534         (cos_test_tonearest): Likewise.
27535         (cos_test_towardzero): Likewise.
27536         (cos_test_downward): Likewise.
27537         (cos_test_upward): Likewise.
27538         (cosh_test): Likewise.
27539         (cosh_test_tonearest): Likewise.
27540         (cosh_test_towardzero): Likewise.
27541         (cosh_test_downward): Likewise.
27542         (cosh_test_upward): Likewise.
27543         (cpow_test): Likewise.
27544         (csin_test): Likewise.
27545         (csinh_test): Likewise.
27546         (csqrt_test): Likewise.
27547         (ctan_test): Likewise.
27548         (ctan_test_tonearest): Likewise.
27549         (ctan_test_towardzero): Likewise.
27550         (ctan_test_downward): Likewise.
27551         (ctan_test_upward): Likewise.
27552         (ctanh_test): Likewise.
27553         (ctanh_test_tonearest): Likewise.
27554         (ctanh_test_towardzero): Likewise.
27555         (ctanh_test_downward): Likewise.
27556         (ctanh_test_upward): Likewise.
27557         (erf_test): Likewise.
27558         (erfc_test): Likewise.
27559         (exp_test): Likewise.
27560         (exp_test_tonearest): Likewise.
27561         (exp_test_towardzero): Likewise.
27562         (exp_test_downward): Likewise.
27563         (exp_test_upward): Likewise.
27564         (exp10_test): Likewise.
27565         (exp2_test): Likewise.
27566         (expm1_test): Likewise.
27567         (fmod_test): Likewise.
27568         (gamma_test): Likewise.
27569         (hypot_test): Likewise.
27570         (j0_test): Likewise.
27571         (j1_test): Likewise.
27572         (jn_test): Likewise.
27573         (lgamma_test): Likewise.
27574         (log_test): Likewise.
27575         (log10_test): Likewise.
27576         (log1p_test): Likewise.
27577         (log2_test): Likewise.
27578         (logb_test_downward): Likewise.
27579         (pow_test): Likewise.
27580         (pow_test_tonearest): Likewise.
27581         (pow_test_towardzero): Likewise.
27582         (pow_test_downward): Likewise.
27583         (pow_test_upward): Likewise.
27584         (remainder_test): Likewise.
27585         (remquo_test): Likewise.
27586         (sin_test): Likewise.
27587         (sin_test_tonearest): Likewise.
27588         (sin_test_towardzero): Likewise.
27589         (sin_test_downward): Likewise.
27590         (sin_test_upward): Likewise.
27591         (sincos_test): Likewise.
27592         (sinh_test): Likewise.
27593         (sinh_test_tonearest): Likewise.
27594         (sinh_test_towardzero): Likewise.
27595         (sinh_test_downward): Likewise.
27596         (sinh_test_upward): Likewise.
27597         (sqrt_test): Likewise.
27598         (tan_test): Likewise.
27599         (tan_test_tonearest): Likewise.
27600         (tan_test_towardzero): Likewise.
27601         (tan_test_downward): Likewise.
27602         (tan_test_upward): Likewise.
27603         (tanh_test): Likewise.
27604         (tgamma_test): Likewise.
27605         (y0_test): Likewise.
27606         (y1_test): Likewise.
27607         (yn_test): Likewise.
27609         * math/gen-libm-test.pl (adjust_arg): Remove function.
27610         (special_function): Remove argument $in_func.  Only handle
27611         generating output for tables of tests, not inside functions.
27612         (parse_args): Likewise.
27613         (generate_testfile): Remove variable $in_func.  Update call to
27614         parse_args.
27615         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27616         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27617         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27618         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27619         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27620         (MAX_VALUE_INIT): Rename macro to max_value.
27621         (MIN_VALUE_INIT): Rename macro to min_value.
27622         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27623         (plus_zero): Remove variable.
27624         (minus_zero): Likewise.
27625         (plus_infty): Likewise.
27626         (minus_infty): Likewise.
27627         (qnan_value): Likewise.
27628         (max_value): Likewise.
27629         (min_value): Likewise.
27630         (min_subnorm_value): Likewise.
27632 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27634         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27635         uint64_t or uint32_t usage.
27636         * crypt/sha256-block.c: Likewise.
27637         * crypt/sha256-crypt.c: Likewise.
27638         * crypt/sha256.c: Likewise.
27639         * crypt/sha512-block.c: Likewise.
27640         * crypt/sha512-crypt.c: Likewise.
27641         * crypt/sha512.c: Likewise.
27642         * debug/backtrace-tst.c: Likewise.
27643         * debug/pcprofiledump.c: Likewise.
27644         * elf/cache.c: Likewise.
27645         * elf/dl-cache.c: Likewise.
27646         * elf/dl-misc.c: Likewise.
27647         * elf/dl-profile.c: Likewise.
27648         * elf/dl-support.c: Likewise.
27649         * elf/ldconfig.c: Likewise.
27650         * elf/sprof.c: Likewise.
27651         * iconv/dummy-repertoire.c: Likewise.
27652         * iconv/iconv_charmap.c: Likewise.
27653         * iconv/skeleton.c: Likewise.
27654         * iconvdata/8bit-generic.c: Likewise.
27655         * iconvdata/cp737.h: Likewise.
27656         * iconvdata/cp775.h: Likewise.
27657         * iconvdata/ibm1008.h: Likewise.
27658         * iconvdata/ibm1025.h: Likewise.
27659         * iconvdata/ibm1046.h: Likewise.
27660         * iconvdata/ibm1097.h: Likewise.
27661         * iconvdata/ibm1112.h: Likewise.
27662         * iconvdata/ibm1122.h: Likewise.
27663         * iconvdata/ibm1123.h: Likewise.
27664         * iconvdata/ibm1124.h: Likewise.
27665         * iconvdata/ibm1129.h: Likewise.
27666         * iconvdata/ibm1130.h: Likewise.
27667         * iconvdata/ibm1132.h: Likewise.
27668         * iconvdata/ibm1133.h: Likewise.
27669         * iconvdata/ibm1137.h: Likewise.
27670         * iconvdata/ibm1140.h: Likewise.
27671         * iconvdata/ibm1141.h: Likewise.
27672         * iconvdata/ibm1142.h: Likewise.
27673         * iconvdata/ibm1143.h: Likewise.
27674         * iconvdata/ibm1144.h: Likewise.
27675         * iconvdata/ibm1145.h: Likewise.
27676         * iconvdata/ibm1146.h: Likewise.
27677         * iconvdata/ibm1147.h: Likewise.
27678         * iconvdata/ibm1148.h: Likewise.
27679         * iconvdata/ibm1149.h: Likewise.
27680         * iconvdata/ibm1153.h: Likewise.
27681         * iconvdata/ibm1154.h: Likewise.
27682         * iconvdata/ibm1155.h: Likewise.
27683         * iconvdata/ibm1156.h: Likewise.
27684         * iconvdata/ibm1157.h: Likewise.
27685         * iconvdata/ibm1158.h: Likewise.
27686         * iconvdata/ibm1160.h: Likewise.
27687         * iconvdata/ibm1161.h: Likewise.
27688         * iconvdata/ibm1162.h: Likewise.
27689         * iconvdata/ibm1163.h: Likewise.
27690         * iconvdata/ibm1164.h: Likewise.
27691         * iconvdata/ibm1166.h: Likewise.
27692         * iconvdata/ibm1167.h: Likewise.
27693         * iconvdata/ibm12712.h: Likewise.
27694         * iconvdata/ibm1390.h: Likewise.
27695         * iconvdata/ibm1399.h: Likewise.
27696         * iconvdata/ibm16804.h: Likewise.
27697         * iconvdata/ibm4517.h: Likewise.
27698         * iconvdata/ibm4899.h: Likewise.
27699         * iconvdata/ibm4909.h: Likewise.
27700         * iconvdata/ibm4971.h: Likewise.
27701         * iconvdata/ibm5347.h: Likewise.
27702         * iconvdata/ibm803.h: Likewise.
27703         * iconvdata/ibm856.h: Likewise.
27704         * iconvdata/ibm901.h: Likewise.
27705         * iconvdata/ibm902.h: Likewise.
27706         * iconvdata/ibm9030.h: Likewise.
27707         * iconvdata/ibm9066.h: Likewise.
27708         * iconvdata/ibm921.h: Likewise.
27709         * iconvdata/ibm922.h: Likewise.
27710         * iconvdata/ibm9448.h: Likewise.
27711         * iconvdata/isiri-3342.h: Likewise.
27712         * iconvdata/jis0201.h: Likewise.
27713         * include/link.h: Likewise.
27714         * include/netdb.h: Likewise.
27715         * inet/check_native.c: Likewise.
27716         * inet/check_pf.c: Likewise.
27717         * inet/getipv4sourcefilter.c: Likewise.
27718         * inet/getnameinfo.c: Likewise.
27719         * inet/getsourcefilter.c: Likewise.
27720         * inet/htonl.c: Likewise.
27721         * inet/setipv4sourcefilter.c: Likewise.
27722         * inet/setsourcefilter.c: Likewise.
27723         * inet/test-inet6_opt.c: Likewise.
27724         * inet/tst-network.c: Likewise.
27725         * locale/C-collate.c: Likewise.
27726         * locale/C-ctype.c: Likewise.
27727         * locale/C-time.c: Likewise.
27728         * locale/C-translit.h: Likewise.
27729         * locale/loadarchive.c: Likewise.
27730         * locale/programs/3level.h: Likewise.
27731         * locale/programs/charmap.c: Likewise.
27732         * locale/programs/charmap.h: Likewise.
27733         * locale/programs/ld-address.c: Likewise.
27734         * locale/programs/ld-collate.c: Likewise.
27735         * locale/programs/ld-ctype.c: Likewise.
27736         * locale/programs/ld-identification.c: Likewise.
27737         * locale/programs/ld-measurement.c: Likewise.
27738         * locale/programs/ld-messages.c: Likewise.
27739         * locale/programs/ld-monetary.c: Likewise.
27740         * locale/programs/ld-name.c: Likewise.
27741         * locale/programs/ld-numeric.c: Likewise.
27742         * locale/programs/ld-paper.c: Likewise.
27743         * locale/programs/ld-telephone.c: Likewise.
27744         * locale/programs/ld-time.c: Likewise.
27745         * locale/programs/linereader.c: Likewise.
27746         * locale/programs/locale.c: Likewise.
27747         * locale/programs/locarchive.c: Likewise.
27748         * locale/programs/locfile.h: Likewise.
27749         * locale/programs/repertoire.c: Likewise.
27750         * locale/programs/simple-hash.c: Likewise.
27751         * locale/programs/simple-hash.h: Likewise.
27752         * malloc/memusage.c: Likewise.
27753         * malloc/memusagestat.c: Likewise.
27754         * nis/nis_defaults.c: Likewise.
27755         * nis/nis_hash.c: Likewise.
27756         * nis/nis_print.c: Likewise.
27757         * nis/nis_xdr.c: Likewise.
27758         * nscd/connections.c: Likewise.
27759         * nscd/hstcache.c: Likewise.
27760         * nscd/nscd_gethst_r.c: Likewise.
27761         * nscd/nscd_getserv_r.c: Likewise.
27762         * nscd/nscd_helper.c: Likewise.
27763         * nscd/servicescache.c: Likewise.
27764         * nss/makedb.c: Likewise.
27765         * nss/nss_db/db-XXX.c: Likewise.
27766         * nss/nss_db/db-initgroups.c: Likewise.
27767         * nss/nss_db/db-netgrp.c: Likewise.
27768         * nss/nss_files/files-network.c: Likewise.
27769         * nss/nss_files/files-parse.c: Likewise.
27770         * posix/bug-regex5.c: Likewise.
27771         * posix/fnmatch_loop.c: Likewise.
27772         * posix/regcomp.c: Likewise.
27773         * posix/regexec.c: Likewise.
27774         * posix/tst-rfc3484-2.c: Likewise.
27775         * posix/tst-rfc3484-3.c: Likewise.
27776         * posix/tst-rfc3484.c: Likewise.
27777         * resolv/nss_dns/dns-canon.c: Likewise.
27778         * resolv/nss_dns/dns-network.c: Likewise.
27779         * resolv/res_init.c: Likewise.
27780         * resolv/res_mkquery.c: Likewise.
27781         * resolv/tst-aton.c: Likewise.
27782         * stdlib/cxa_atexit.c: Likewise.
27783         * stdlib/cxa_finalize.c: Likewise.
27784         * stdlib/gen-fpioconst.c: Likewise.
27785         * stdlib/strtol_l.c: Likewise.
27786         * string/tst-endian.c: Likewise.
27787         * sunrpc/auth_des.c: Likewise.
27788         * sunrpc/clnt_udp.c: Likewise.
27789         * sunrpc/rtime.c: Likewise.
27790         * sunrpc/svcauth_des.c: Likewise.
27791         * sunrpc/xdr.c: Likewise.
27792         * sunrpc/xdr_intXX_t.c: Likewise.
27793         * sunrpc/xdr_rec.c: Likewise.
27794         * sysdeps/generic/ldconfig.h: Likewise.
27795         * sysdeps/generic/ldsodefs.h: Likewise.
27796         * sysdeps/generic/memusage.h: Likewise.
27797         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27798         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27799         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27800         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27801         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27802         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27803         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27804         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27805         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27806         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27807         * sysdeps/posix/getaddrinfo.c: Likewise.
27808         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27809         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27810         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27811         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27812         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27813         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27814         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27815         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27816         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27817         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27818         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27819         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27820         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27821         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27822         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27823         * sysdeps/x86_64/dl-tls.h: Likewise.
27824         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27825         * time/alt_digit.c: Likewise.
27826         * time/era.c: Likewise.
27827         * wcsmbs/tst-c16c32-1.c: Likewise.
27829 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27831         * math/libm-test.inc (struct test_sincos_data): New type.
27832         (RUN_TEST_LOOP_sincos): New macro.
27833         (sincos_test_data): New variable.
27834         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27836 2013-05-16  Richard Henderson  <rth@redhat.com>
27838         * math/atest-exp2.c (LIMB64): New macro.
27839         (CONSTSZ): New macro.
27840         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27841         (hexdig): Move ...
27842         (print_mpn_fp): ... to function scope.
27843         (read_mpn_hex): Remove.
27844         (get_log2): Remove.
27845         (exp2_mpn): Use mp_log2.
27846         (main): Use mp_exp1.
27848 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27850         * math/libm-test.inc: Remove comment about not testing "inexact"
27851         exceptions.
27852         (INEXACT_EXCEPTION): New macro.
27853         (NO_INEXACT_EXCEPTION): Likewise.
27854         (INVALID_EXCEPTION_OK): Update value.
27855         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27856         (OVERFLOW_EXCEPTION_OK): Likewise.
27857         (UNDERFLOW_EXCEPTION_OK): Likewise.
27858         (IGNORE_ZERO_INF_SIGN): Likewise.
27859         (ERRNO_UNCHANGED): Likewise.
27860         (ERRNO_EDOM): Likewise.
27861         (ERRNO_ERANGE): Likewise.
27862         (test_exceptions): Handle testing "inexact" exceptions.
27863         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27864         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27865         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27866         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27867         INEXACT_EXCEPTION.
27868         (rint_towardzero_test_data): Likewise.
27869         (rint_downward_test_data): Likewise.
27870         (rint_upward_test_data): Likewise.
27872         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27873         with OVERFLOW_EXCEPTION.
27874         (exp10_test_data): Likewise.
27875         (exp2_test_data): Likewise.
27876         (expm1_test_data): Likewise.
27877         (lgamma_test_data): Likewise.
27878         (pow_test_data): Likewise.
27879         (tgamma_test_data): Likewise.
27880         (yn_test_data): Remove duplicate test of overflow.
27882         * math/libm-test.inc (struct test_cc_c_data): New type.
27883         (RUN_TEST_LOOP_cc_c): New macro.
27884         (cpow_test_data): New variable.
27885         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27887         * math/libm-test.inc (struct test_f_L_data): New type.
27888         (RUN_TEST_LOOP_f_L): New macro.
27889         (llrint_test_data): New variable.
27890         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27891         (llrint_tonearest_test_data): New variable.
27892         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27893         (llrint_towardzero_test_data): New variable.
27894         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27895         (llrint_downward_test_data): New variable.
27896         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27897         (llrint_upward_test_data): New variable.
27898         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27899         (llround_test_data): New variable.
27900         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27902 2013-05-13  Peter Collingbourne  <pcc@google.com>
27904         * math/atest-exp2.c (get_log2): Remove const attribute.
27906 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27908         * math/libm-test.inc (struct test_f_l_data): New type.
27909         (RUN_TEST_LOOP_f_l): New macro.
27910         (lrint_test_data): New variable.
27911         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27912         (lrint_tonearest_test_data): New variable.
27913         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27914         (lrint_towardzero_test_data): New variable.
27915         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27916         (lrint_downward_test_data): New variable.
27917         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27918         (lrint_upward_test_data): New variable.
27919         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27920         (lround_test_data): New variable.
27921         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27923 2013-05-15  Peter Collingbourne  <pcc@google.com>
27925         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27926         (EXTRACT_WORDS64) Use where appropriate.
27927         (INSERT_WORDS64) Likewise.
27929         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27930         constraints with x constraints.
27931         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27933         * malloc/obstack.c (_obstack_compat): Add initializer.
27935 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27937         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27938         si_trapno and add si_addr_lsb to _sifields.sigfault.
27939         (si_trapno): Remove macro.
27940         (si_addr_lsb): Define new macro.
27941         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27943 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27945         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27946         instead of TEST_f_l.
27947         (llrint_test_tonearest): Likewise.
27948         (llrint_test_towardzero): Likewise.
27949         (llrint_test_downward): Likewise.
27950         (llrint_test_upward): Likewise.
27951         (llround_test): Likewise.
27953         * math/libm-test.inc (struct test_f_i_data): Add comment.
27954         (RUN_TEST_LOOP_f_b): New macro.
27955         (RUN_TEST_LOOP_f_b_tg): Likewise.
27956         (finite_test_data): New variable.
27957         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27958         (isfinite_test_data): New variable.
27959         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27960         (isinf_test_data): New variable.
27961         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27962         (isnan_test_data): New variable.
27963         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27964         (isnormal_test_data): New variable.
27965         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27966         (issignaling_test_data): New variable.
27967         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27968         (signbit_test_data): New variable.
27969         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27971         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27972         with INVALID_EXCEPTION.
27973         (acosh_test_data): Likewise.
27974         (asin_test_data): Likewise.
27975         (atanh_test_data): Likewise.
27976         (fmod_test_data): Likewise.
27977         (log_test_data): Likewise.
27978         (log10_test_data): Likewise.
27979         (log2_test_data): Likewise.
27980         (pow_test_data): Likewise.
27981         (sqrt_test_data): Likewise.
27982         (y0_test_data): Likewise.
27983         (y1_test_data): Likewise.
27984         (yn_test_data): Likewise.
27986         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27987         function contents.
27989         * math/libm-test.inc (struct test_ff_i_data): New type.
27990         (RUN_TEST_LOOP_ff_i_tg): New macro.
27991         (isgreater_test_data): New variable.
27992         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27993         (isgreaterequal_test_data): New variable.
27994         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27995         (isless_test_data): New variable.
27996         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27997         (islessequal_test_data): New variable.
27998         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27999         (islessgreater_test_data): New variable.
28000         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28001         (isunordered_test_data): New variable.
28002         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28004 2013-05-14  David S. Miller  <davem@davemloft.net>
28006         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28008 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28010         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28012         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28013         extra_test to int.
28014         (struct test_f_i_data): Change type of max_ulp to int.
28016         * math/libm-test.inc (test_ffI_f1_data): New type.
28017         (RUN_TEST_LOOP_ffI_f1): New macro.
28018         (remquo_test_data): New variable.
28019         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28021         * setjmp/tst-setjmp-fp.c: New file.
28022         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28023         (link-libm): New variable.
28024         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28026         * math/libm-test.inc (struct test_f_i_data): New type.
28027         (RUN_TEST_LOOP_f_i): New macro.
28028         (RUN_TEST_LOOP_f_i_tg): Likewise.
28029         (fpclassify_test_data): New variable.
28030         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28031         (ilogb_test_data): New variable.
28032         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28034         * math/libm-test.inc (scalbln_test): Correct function name in END
28035         call.
28037         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28038         (RUN_TEST_LOOP_fI_f1): New macro.
28039         (frexp_test_data): New variable.
28040         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28042         * math/libm-test.inc (struct test_fF_f1_data): New type.
28043         (RUN_TEST_LOOP_fF_f1): New macro.
28044         (modf_test_data): New variable.
28045         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28047         * math/libm-test.inc (struct test_f_f1_data): New type.
28048         (RUN_TEST_LOOP_f_f1): New macro.
28049         (gamma_test_data): New variable.
28050         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28051         (lgamma_test_data): New variable.
28052         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28054 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28056         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28057         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28058         (main): Comment "tls" pseudo-hwcap.
28060 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28062         * math/libm-test.inc (struct test_fl_f_data): New type.
28063         (RUN_TEST_LOOP_fl_f): New variable.
28064         (scalbln_test_data): New variable.
28065         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28067         * math/libm-test.inc (struct test_fi_f_data): New type.
28068         (RUN_TEST_LOOP_fi_f): New macro.
28069         (ldexp_test_data): New variable.
28070         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28071         (scalbn_test_data): New variable.
28072         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28074         * math/libm-test.inc (struct test_c_f_data): New type.
28075         (RUN_TEST_LOOP_c_f): New macro.
28076         (cabs_test_data): New variable.
28077         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28078         (carg_test_data): New variable.
28079         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28080         (cimag_test_data): New variable.
28081         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28082         (creal_test_data): New variable.
28083         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28085         * math/libm-test.inc (struct test_if_f_data): New type.
28086         (RUN_TEST_LOOP_if_f): New macro.
28087         (jn_test_data): New variable.
28088         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28089         (yn_test_data): New variable.
28090         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28092         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28094 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28096         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28097         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28099 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28101         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28102         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28103         (bench-deps): Add bench-timing.h.
28104         * benchtests-bench-skeleton.c: Include bench-timing.h.
28105         (main): Use TIMING_* macros instead of clock_gettime.
28106         * benchtests/bench-timing.h: New file.
28108         [BZ #14582]
28109         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28110         Renamed from _LIB_VERSION.
28111         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28113 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28115         * math/libm-test.inc (struct test_fff_f_data): New type.
28116         (RUN_TEST_LOOP_fff_f): New macro.
28117         (fma_test_data): New variable.
28118         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28119         (fma_towardzero_test_data): New variable.
28120         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28121         (fma_downward_test_data): New variable.
28122         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28123         (fma_upward_test_data): New variable.
28124         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28126         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28127         (struct test_c_c_data): New type.
28128         (RUN_TEST_LOOP_c_c): New macro.
28129         (cacos_test_data): New variable.
28130         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28131         (cacosh_test_data): New variable.
28132         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28133         (casin_test_data): New variable.
28134         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28135         (casinh_test_data): New variable.
28136         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28137         (catan_test_data): New variable.
28138         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28139         (catanh_test_data): New variable.
28140         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28141         (ccos_test_data): New variable.
28142         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28143         (ccosh_test_data): New variable.
28144         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28145         (cexp_test_data): New variable.
28146         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28147         (clog_test_data): New variable.
28148         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28149         (clog10_test_data): New variable.
28150         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28151         (conj_test_data): New variable.
28152         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28153         (cproj_test_data): New variable.
28154         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28155         (csin_test_data): New variable.
28156         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28157         (csinh_test_data): New variable.
28158         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28159         (csqrt_test_data): New variable.
28160         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28161         (ctan_test_data): New variable.
28162         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28163         (ctan_tonearest_test_data): New variable.
28164         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28165         (ctan_towardzero_test_data): New variable.
28166         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28167         (ctan_downward_test_data): New variable.
28168         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28169         (ctan_upward_test_data): New variable.
28170         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28171         (ctanh_test_data): New variable.
28172         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28173         (ctanh_tonearest_test_data): New variable.
28174         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28175         (ctanh_towardzero_test_data): New variable.
28176         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28177         (ctanh_downward_test_data): New variable.
28178         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28179         (ctanh_upward_test_data): New variable.
28180         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28181         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28182         of BUILD_COMPLEX.
28184         * math/libm-test.inc (struct test_ff_f_data): New type.
28185         (struct test_ff_f_data_nexttoward): Likewise.
28186         (RUN_TEST_LOOP_2_f): New macro.
28187         (RUN_TEST_LOOP_ff_f): Likewise.
28188         (atan2_test_data): New variable.
28189         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28190         (copysign_test_data): New variable.
28191         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28192         (fdim_test_data): New variable.
28193         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28194         (fmax_test_data): New variable.
28195         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28196         (fmin_test_data): New variable.
28197         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28198         (fmod_test_data): New variable.
28199         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28200         (hypot_test_data): New variable.
28201         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28202         (nextafter_test_data): New variable.
28203         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28204         (nexttoward_test_data): New variable.
28205         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28206         (pow_test_data): New variable.
28207         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28208         (pow_tonearest_test_data): New variable.
28209         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28210         (pow_towardzero_test_data): New variable.
28211         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28212         (pow_downward_test_data): New variable.
28213         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28214         (pow_upward_test_data): New variable.
28215         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28216         (remainder_test_data): New variable.
28217         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28218         (scalb_test_data): New variable.
28219         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28220         * sysdeps/i386/fpu/libm-test-ulps: Update.
28222 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28224         * math/libm-test.inc (fma_test): Use max_value instead of local
28225         variable fltmax.
28226         (nextafter_test): Likewise.
28228         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28229         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28230         (acos_downward_test_data): New variable.
28231         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28232         (acos_upward_test_data): New variable.
28233         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28234         (acosh_test_data): New variable.
28235         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28236         (asin_test_data): New variable.
28237         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28238         (asin_tonearest_test_data): New variable.
28239         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28240         (asin_towardzero_test_data): New variable.
28241         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28242         (asin_downward_test_data): New variable.
28243         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28244         (asin_upward_test_data): New variable.
28245         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28246         (asinh_test_data): New variable.
28247         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28248         (atan_test_data): New variable.
28249         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28250         (atanh_test_data): New variable.
28251         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28252         (cbrt_test_data): New variable.
28253         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28254         (ceil_test_data): New variable.
28255         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28256         (cos_test_data): New variable.
28257         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28258         (cos_tonearest_test_data): New variable.
28259         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28260         (cos_towardzero_test_data): New variable.
28261         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28262         (cos_downward_test_data): New variable.
28263         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28264         (cos_upward_test_data): New variable.
28265         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28266         (cosh_test_data): New variable.
28267         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28268         (cosh_tonearest_test_data): New variable.
28269         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28270         (cosh_towardzero_test_data): New variable.
28271         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28272         (cosh_downward_test_data): New variable.
28273         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28274         (cosh_upward_test_data): New variable.
28275         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28276         (erf_test_data): New variable.
28277         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28278         (erfc_test_data): New variable.
28279         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28280         (exp_test_data): New variable.
28281         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28282         (exp_tonearest_test_data): New variable.
28283         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28284         (exp_towardzero_test_data): New variable.
28285         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28286         (exp_downward_test_data): New variable.
28287         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28288         (exp_upward_test_data): New variable.
28289         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28290         (exp10_test_data): New variable.
28291         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28292         (exp2_test_data): New variable.
28293         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28294         (expm1_test_data): New variable.
28295         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28296         (fabs_test_data): New variable.
28297         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28298         (floor_test_data): New variable.
28299         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28300         (j0_test_data): New variable.
28301         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28302         (j1_test_data): New variable.
28303         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28304         (log_test_data): New variable.
28305         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28306         (log10_test_data): New variable.
28307         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28308         (log1p_test_data): New variable.
28309         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28310         (log2_test_data): New variable.
28311         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28312         (logb_test_data): New variable.
28313         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28314         (logb_downward_test_data): New variable.
28315         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28316         (nearbyint_test_data): New variable.
28317         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28318         (rint_test_data): New variable.
28319         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28320         (rint_tonearest_test_data): New variable.
28321         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28322         (rint_towardzero_test_data): New variable.
28323         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28324         (rint_downward_test_data): New variable.
28325         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28326         (rint_upward_test_data): New variable.
28327         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28328         (round_test_data): New variable.
28329         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28330         (sin_test_data): New variable.
28331         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28332         (sin_tonearest_test_data): New variable.
28333         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28334         (sin_towardzero_test_data): New variable.
28335         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28336         (sin_downward_test_data): New variable.
28337         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28338         (sin_upward_test_data): New variable.
28339         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28340         (sinh_test_data): New variable.
28341         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28342         (sinh_tonearest_test_data): New variable.
28343         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28344         (sinh_towardzero_test_data): New variable.
28345         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28346         (sinh_downward_test_data): New variable.
28347         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28348         (sinh_upward_test_data): New variable.
28349         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28350         (sqrt_test_data): New variable.
28351         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28352         (tan_test_data): New variable.
28353         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28354         (tan_tonearest_test_data): New variable.
28355         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28356         (tan_towardzero_test_data): New variable.
28357         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28358         (tan_downward_test_data): New variable.
28359         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28360         (tan_upward_test_data): New variable.
28361         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28362         (tanh_test_data): New variable.
28363         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28364         (tgamma_test_data): New variable.
28365         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28366         (trunc_test_data): New variable.
28367         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28368         (y0_test_data): New variable.
28369         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28370         (y1_test_data): New variable.
28371         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28372         (significand_test_data): New variable.
28373         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28375 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28377         [BZ #12387]
28378         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28380 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28382         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28384 2013-05-10  Andreas Jaeger  <aj@suse.de>
28386         [BZ #15448]
28387         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28388         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28390 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28392         * math/gen-libm-test.pl (adjust_arg): New function.
28393         (special_functions): Handle generating output in both functions
28394         and arrays.
28395         (parse_args): Likewise.
28396         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28397         $in_func argument to parse_args.
28398         * math/libm-test.inc (struct test_f_f_data): New type.
28399         (IF_ROUND_INIT_): New macro.
28400         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28401         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28402         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28403         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28404         (ROUND_RESTORE_): Likewise.
28405         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28406         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28407         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28408         (ROUND_RESTORE_FE_UPWARD): Likewise.
28409         (RUN_TEST_LOOP_f_f): New macro.
28410         (acos_test_data): New variable.
28411         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28412         (acos_tonearest_test_data): New variable.
28413         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28415 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28417         * benchtests/bench-skeleton.c (startup): Fix coding style.
28419 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28421         [BZ #6809]
28422         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28423         negative infinity argument.
28424         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28425         negative infinity argument.
28426         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28427         negative infinity argument.
28428         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28429         domain errors.
28431 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28433         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28434         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28435         * iconv/iconv_prog.c (main): Likewise.
28436         * locale/programs/charmap-dir.c (charmap_readdir)
28437         (fopen_uncompressed): Likewise.
28438         * locale/programs/locfile.c (siblings_uncached)
28439         (write_locale_data): Use lstat64 instead of lstat.
28440         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28441         stat.
28443 2013-05-10  Andreas Jaeger  <aj@suse.de>
28445         [BZ #15395]
28446         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28447         localization.
28448         Include <locale.h>.
28450 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28452         * elf/dl-close.c (_dl_close_worker): Add comments.
28454 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28456         [BZ #15359]
28457         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28458         high part of pi/2.
28459         (__ieee754_rem_pio2l): Update comments.
28461         [BZ #15429]
28462         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28463         high part of pi/2.
28464         (__ieee754_rem_pio2l): Update comments.
28466         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28467         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28469         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28470         M_PI_4l.
28472         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28473         (M_PI_34_LOG10El): Likewise.
28474         (M_PI2_LOG10El): Likewise.
28475         (M_PI4_LOG10El): Likewise.
28476         (M_PI_LOG10El): Likewise.
28478 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28482 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28484         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28485         (MINUS_ZERO_INIT): Likewise.
28486         (PLUS_INFTY_INIT): Likewise.
28487         (MINUS_INFTY_INIT): Likewise.
28488         (QNAN_VALUE_INIT): Likewise.
28489         (MAX_VALUE_INIT): Likewise.
28490         (MIN_VALUE_INIT): Likewise.
28491         (MIN_SUBNORM_VALUE_INIT): Likewise.
28492         (plus_zero): Initialize with PLUS_ZERO_INIT.
28493         (minus_zero): Initialize with MINUS_ZERO_INIT.
28494         (plus_infty): Initialize with PLUS_INFTY_INIT.
28495         (minus_infty): Initialize with MINUS_INFTY_INIT.
28496         (qnan_value): Initialize with QNAN_VALUE_INIT.
28497         (max_value): Initialize with MAX_VALUE_INIT.
28498         (min_value): Initialize with MIN_VALUE_INIT.
28499         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28501         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28502         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28503         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28504         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28506         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28507         (RUN_TEST_2_f): Likewise.
28508         (RUN_TEST_ff_f): Likewise.
28509         (RUN_TEST_fi_f): Likewise.
28510         (RUN_TEST_fl_f): Likewise.
28511         (RUN_TEST_fff_f): Likewise.
28512         (RUN_TEST_c_f): Likewise.
28513         (RUN_TEST_f_f1): Likewise.
28514         (RUN_TEST_fF_f1): Likewise.
28515         (RUN_TEST_fI_f1): Likewise.
28516         (RUN_TEST_ffI_f1): Likewise.
28517         (RUN_TEST_c_c): Likewise.
28518         (RUN_TEST_cc_c): Likewise.
28519         (RUN_TEST_f_i): Likewise.
28520         (RUN_TEST_f_i_tg): Likewise.
28521         (RUN_TEST_ff_i_tg): Likewise.
28522         (RUN_TEST_f_b): Likewise.
28523         (RUN_TEST_f_b_tg): Likewise.
28524         (RUN_TEST_f_l): Likewise.
28525         (RUN_TEST_f_L): Likewise.
28526         (RUN_TEST_sincos): Likewise.
28527         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28528         whether to show exceptions.  Do not include ");\n" in return
28529         value.
28530         (special_functions): Output call to RUN_TEST_sincos instead of
28531         check_float calls.  Update calls to new_test.
28532         (parse_args): Output call to single RUN_TEST_* macro instead of
28533         check_* calls and other assignments.  Update calls to new_test.
28535         [BZ #2546]
28536         [BZ #2560]
28537         [BZ #5159]
28538         [BZ #15426]
28539         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28540         input to result for tgamma overflow.
28541         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28542         (gamma_coeff): New variable.
28543         (NCOEFF): New macro.
28544         (gamma_positive): New function.
28545         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28546         underflow here.  Use gamma_positive instead of exp (lgamma) for
28547         other arguments.
28548         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28549         (gamma_coeff): New variable.
28550         (NCOEFF): New macro.
28551         (gammaf_positive): New function.
28552         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28553         underflow here.  Use gamma_positive instead of exp (lgamma) for
28554         other arguments.
28555         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28556         (gamma_coeff): New variable.
28557         (NCOEFF): New macro.
28558         (gammal_positive): New function.
28559         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28560         underflow here.  Use gamma_positive instead of exp (lgamma) for
28561         other arguments.
28562         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28563         (gamma_coeff): New variable.
28564         (NCOEFF): New macro.
28565         (gammal_positive): New function.
28566         (__ieee754_gammal_r): Handle positive infinity, overflow and
28567         underflow here.  Handle NaN the same as positive infinity.  Remove
28568         check x < 0xffffffff for negative integers.  Use gamma_positive
28569         instead of exp (lgamma) for other arguments.
28570         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28571         (gamma_coeff): New variable.
28572         (NCOEFF): New macro.
28573         (gammal_positive): New function.
28574         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28575         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28576         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28577         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28578         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28579         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28580         * sysdeps/generic/math_private.h (__gamma_productf): New
28581         prototype.
28582         (__gamma_product): Likewise.
28583         (__gamma_productl): Likewise.
28584         * math/Makefile (libm-calls): Add gamma_product.
28585         * math/libm-test.inc (tgamma_test): Add more tests.
28586         * sysdeps/i386/fpu/libm-test-ulps: Update.
28587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28589 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28591         * benchtests/bench-skeleton.c (main): Preheat CPU.
28593 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28595         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28597 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28599         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28600         and _dl_skip_args_internal.
28602 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28604         * manual/message.texi (Message Translation): Talk about users.
28605         Message to key mapping impacts design.
28607 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28609         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28611         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28613         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28614         * sysdeps/wordsize-64/glob64.c: ... here.
28616         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28617         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28618         New macros.
28620         * debug/getlogin_r_chk.c: Moved to ...
28621         * login/getlogin_r_chk.c: ... here.
28622         * debug/Makefile (routines): Move getlogin_r_chk to ...
28623         * login/Makefile (routines): ... here.
28624         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28625         * login/Versions (libc: GLIBC_2.4): ... here.
28627         * io/poll.c (__poll): Renamed from poll.
28628         Add libc_hidden_def.
28629         (poll): Define as weak alias.
28631         * debug/ptsname_r_chk.c: Moved to ...
28632         * login/ptsname_r_chk.c: ... here.
28633         * debug/Makefile (routines): Move ptsname_r_chk to ...
28634         * login/Makefile (routines): ... here.
28635         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28636         * login/Versions (libc: GLIBC_2.4): ... here.
28638         * posix/getlogin.c: Moved to ...
28639         * login/getlogin.c: ... here.
28640         * posix/getlogin_r.c: Moved to ...
28641         * login/getlogin_r.c: ... here.
28642         * posix/getlogin_r.c: Moved to ...
28643         * login/getlogin_r.c: ... here.
28644         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28645         * login/Makefile (routines): ... here.
28646         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28647         * login/Versions (libc: GLIBC_2.0): ... here.
28649         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28650         (setrlimit): Define as weak alias.
28652         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28653         Call __ names for open, ftruncate, and close.
28654         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28655         (truncate): Define as weak alias.
28657 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28659         * math/gen-libm-test.pl (parse_args): Initialize x before each
28660         test of frexp, modf and remquo.
28662         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28663         test signgam value.
28665 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28667         [BZ #15418]
28668         [BZ #15419]
28669         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28670         internal tests.
28671         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28673 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28675         * elf/dl-writev.h: New file.
28676         * elf/dl-misc.c: Include it.
28677         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28678         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28680 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28682         * math/libm-test.inc (noXFails): Remove variable.
28683         (noXPasses): Likewise.
28684         (BUILD_COMPLEX_INT): Remove macro.
28685         (print_screen): Remove xfail argument.
28686         (print_screen_max_error): Likewise.
28687         (update_stats): Likewise.
28688         (print_max_error): Likewise.  Update calls to other affected
28689         functions.
28690         (print_complex_max_error): Likewise.
28691         (test_single_exception): Update calls to print_screen.
28692         (test_single_errno): Likewise.
28693         (check_float_internal): Remove xfail argument.  Update calls to
28694         other affected functions.
28695         (check_float): Likewise.
28696         (check_complex): Likewise.
28697         (check_int): Likewise.
28698         (check_long): Likewise.
28699         (check_bool): Likewise.
28700         (check_longlong): Likewise.
28701         (main): Don't print noXFails and noXPasses.
28702         * math/gen-libm-test.pl (top level): Don't mention expected
28703         failure handling in comment.
28704         (new_test): Don't handle expected failures.
28705         (parse_args): Don't mention expected failure handling in comment.
28706         (generate_testfile): Don't handle expected failures.
28707         (parse_ulps): Likewise.
28708         (print_ulps_file): Likewise.
28709         (get_failure): Remove function.
28710         (output_test): Don't handle expected failures.
28711         * make/README.libm-test: Don't mention expected failure handling.
28713         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28714         (minus_zero): Likewise.
28715         (plus_infty): Likewise.
28716         (minus_infty): Likewise.
28717         (qnan_value): Likewise.
28718         (max_value): Likewise.
28719         (min_value): Likewise.
28720         (min_subnorm_value): Likewise.
28721         (initialize): Do not initialize those variables dynamically.
28723 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28725         * io/open.c (__open_2): Moved to ...
28726         * io/open_2.c: ... this new file.
28727         * io/open64.c (__open64_2): Moved to ...
28728         * io/open64_2.c: ... this new file.
28729         * io/openat.c (__openat_2): Moved to ...
28730         * io/openat_2.c: ... this new file.
28731         * io/openat64.c (__openat64_2): Moved to ...
28732         * io/openat64_2.c: ... this new file.
28733         * io/Makefile (routines): Add them.
28734         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28735         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28736         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28737         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28738         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28739         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28740         (__openat64): Add hidden_ver.
28741         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28742         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28744         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28745         Separately conditionalize setting of GLRO(dl_sysinfo) so
28746         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28747         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28749 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28751         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28752         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28753         definition.
28754         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28755         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28756         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28757         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28758         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28760 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28762         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28763         test signgam value.
28765         * math/libm-test.inc (hypot_test): Do not use
28766         IGNORE_ZERO_INF_SIGN.
28768 2013-05-03  Andreas Jaeger  <aj@suse.de>
28770         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28771         Linux 3.9.
28772         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28773         (PF_MAX): Adjust for VSOCK change.
28775 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28777         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28779 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28781         [BZ #15264]
28782         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28783         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28784         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28786 2013-05-02  David S. Miller  <davem@davemloft.net>
28788         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28790 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28792         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28794 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28796         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28798 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28800         [BZ #14952]
28801         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28802         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28803         Use __attribute__ ((__gnu_inline__)).
28804         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28805         Don't use __attribute__ ((__gnu_inline__)).
28807 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28809         [BZ #15423]
28810         * math/s_catan.c (__catan): Handle small real or imaginary part of
28811         input specially to avoid spurious underflow.
28812         * math/s_catanf.c (__catanf): Likewise.
28813         * math/s_catanh.c (__catanh): Likewise.
28814         * math/s_catanhf.c (__catanhf): Likewise.
28815         * math/s_catanhl.c (__catanhl): Likewise.
28816         * math/s_catanl.c (__catanl): Likewise.
28817         * math/libm-test.inc (catan_test): Add more tests.
28818         (catanh_test): Likewise.
28819         * sysdeps/i386/fpu/libm-test-ulps: Update.
28820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28822 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28826 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28828         [BZ #15416]
28829         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28830         accurately for denominator in atan2.
28831         * math/s_catanf.c (__catanf): Likewise.
28832         * math/s_catanh.c (__catanh): Likewise.
28833         * math/s_catanhf.c (__catanhf): Likewise.
28834         * math/s_catanhl.c (__catanhl): Likewise.
28835         * math/s_catanl.c (__catanl): Likewise.
28836         * math/libm-test.inc (catan_test): Add more tests.
28837         (catanh_test): Likewise.
28838         * sysdeps/i386/fpu/libm-test-ulps: Update.
28839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28841 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28843         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28845         * benchtests/Makefile (bench): Remove slow benchmarks.
28846         * benchtests/atan-inputs: Add slow benchmark inputs.
28847         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28848         (BENCH_FUNC): Accept variant offset.
28849         (VARIANT): Define.
28850         * benchtests/bench-skeleton.c (main): Run benchmark for each
28851         variant.
28852         * benchtests/cos-inputs: Add slow benchmark inputs.
28853         * benchtests/exp-inputs: Likewise.
28854         * benchtests/pow-inputs: Likewise.
28855         * benchtests/sin-inputs: Likewise.
28856         * benchtests/slowatan-inputs: Remove.
28857         * benchtests/slowatan.c: Remove.
28858         * benchtests/slowcos-inputs: Remove.
28859         * benchtests/slowcos.c: Remove.
28860         * benchtests/slowexp-inputs: Remove.
28861         * benchtests/slowexp.c: Remove.
28862         * benchtests/slowpow-inputs: Remove.
28863         * benchtests/slowpow.c: Remove.
28864         * benchtests/slowsin-inputs: Remove.
28865         * benchtests/slowsin.c: Remove.
28866         * benchtests/slowtan-inputs: Remove.
28867         * benchtests/slowtan.c: Remove.
28868         * benchtests/tan-inputs: Add slow benchmark inputs.
28869         * scripts/bench.pl: Parse comments and directives.
28871         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28872         in CPPFLAGS.
28873         ($(objpfx)bench-%.c): Remove *-ITER.
28874         * benchtests/bench-modf.c: Remove definition of ITER.
28875         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28876         (main): Loop for DURATION seconds instead of fixed number of
28877         iterations.
28878         * scripts/bench.pl: Don't expect iterations in parameters.
28880 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28882         * io/fchdir.c (__fchdir): Renamed from fchdir.
28883         (fchdir): Define as weak alias.
28885 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28887         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28888         (ERRNO_EDOM): Likewise.
28889         (ERRNO_ERANGE): Likewise.
28890         (noErrnoTests): New variable.
28891         (init_max_error): Set errno to 0.
28892         (test_single_errno): New function.
28893         (test_errno): Likewise.
28894         (check_float_internal): Call test_errno.  Set errno to 0.
28895         (check_complex): Refer to errno tests in comment.
28896         (check_int): Call test_errno.  Set errno to 0.
28897         (check_long): Likewise.
28898         (check_bool): Likewise.
28899         (check_longlong): Likewise.
28900         (cos_test): Use ERRNO_* flags for errno tests instead of
28901         check_int.
28902         (expm1_test): Likewise.
28903         (fmod_test): Likewise.
28904         (ilogb_test): Likewise.
28905         (lgamma_test): Likewise.
28906         (pow_test): Likewise.
28907         (remainder_test): Likewise.
28908         (sin_test): Likewise.
28909         (tan_test): Likewise.
28910         (yn_test): Likewise.
28911         (initialize): Set errno to 0.
28912         (main): Print number of errno tests.
28913         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28915 2013-04-29  Andreas Jaeger  <aj@suse.de>
28917         [BZ #15084]
28918         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28919         and RES_USEVC.
28921         [BZ #15085]
28922         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28923         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28924         unimplemented.
28926         [BZ #15380]
28927         * stdlib/random.c (__initstate): Return NULL if
28928         __initstate fails.
28930         [BZ #15086]
28931         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28932         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28933         RES_SNGLKUPREOP.
28935 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28937         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28939 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28941         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28942         of individual tests.
28943         (casin_test): Likewise.
28944         (casinh_test): Likewise.
28946 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28948         [BZ #15409]
28949         * math/s_catan.c (__catan): Handle arguments with large real or
28950         imaginary part separately without squaring.
28951         * math/s_catanf.c (__catanf): Likewise.
28952         * math/s_catanh.c (__catanh): Likewise.
28953         * math/s_catanhf.c (__catanhf): Likewise.
28954         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28955         and redefine.
28956         (__catanhl): Handle arguments with large real or imaginary part
28957         separately without squaring.
28958         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28959         and redefine.
28960         (__catanl): Handle arguments with large real or imaginary part
28961         separately without squaring.
28962         * math/libm-test.inc (catan_test): Add more tests.
28963         (catanh_test): Likewise.
28964         * sysdeps/i386/fpu/libm-test-ulps: Update.
28965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28967 2013-04-27  Andreas Jaeger  <aj@suse.de>
28969         [BZ #15007]
28970         * stdlib/stdlib.h: Update guards for qecvt.
28971         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28972         <stdlib.h>.
28974 2013-04-27  Allan McRae  <allan@archlinux.org>
28976         * sysdeps/i386/fpu/libm-test-ulps: Update.
28978 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28980         [BZ #15406]
28981         * math/s_catan.c: Include <float.h>.
28982         (__catan): Ensure underflow exception occurs for underflowed
28983         result.
28984         * math/s_catanf.c: Include <float.h>.
28985         (__catanf): Ensure underflow exception occurs for underflowed
28986         result.
28987         * math/s_catanh.c: Include <float.h>.
28988         (__catanh): Ensure underflow exception occurs for underflowed
28989         result.
28990         * math/s_catanhf.c: Include <float.h>.
28991         (__catanhf): Ensure underflow exception occurs for underflowed
28992         result.
28993         * math/s_catanhl.c: Include <float.h>.
28994         (__catanhl): Ensure underflow exception occurs for underflowed
28995         result.
28996         * math/s_catanl.c: Include <float.h>.
28997         (__catanl): Ensure underflow exception occurs for underflowed
28998         result.
28999         * math/libm-test.inc (catan_test): Add more tests.
29000         (catanh_test): Likewise.
29002         [BZ #15405]
29003         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29004         underflowed result.
29005         * math/s_ccoshf.c (__ccoshf): Likewise.
29006         * math/s_ccoshl.c (__ccoshl): Likewise.
29007         * math/s_csin.c (__csin): Likewise.
29008         * math/s_csinf.c (__csinf): Likewise.
29009         * math/s_csinh.c (__csinh): Likewise.
29010         * math/s_csinhf.c (__csinhf): Likewise.
29011         * math/s_csinhl.c (__csinhl): Likewise.
29012         * math/s_csinl.c (__csinl): Likewise.
29013         * math/libm-test.inc (ccos_test): Add more tests.
29014         (ccosh_test): Likewise.
29015         (csin_test): Likewise.
29016         (csinh_test): Likewise.
29018 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29020         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29021         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29022         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29023         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29024         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29025         powerpc/power5+/fpu folders.
29026         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29029 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29031         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29033 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29035         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29036         additions to variable.
29037         [$(config-machine) = x86_64] (modules-names): Likewise.
29038         ($(objpfx)tst-audit3): Remove dependency.
29039         ($(objpfx)tst-audit3.out): Likewise.
29040         ($(objpfx)tst-audit4): Likewise.
29041         ($(objpfx)tst-audit4.out): Likewise.
29042         ($(objpfx)tst-audit5): Likewise.
29043         ($(objpfx)tst-audit5.out): Likewise.
29044         ($(objpfx)tst-audit6): Likewise.
29045         ($(objpfx)tst-audit6.out): Likewise.
29046         ($(objpfx)tst-audit7): Likewise.
29047         ($(objpfx)tst-audit7.out): Likewise.
29048         (tst-audit3-ENV): Remove variable.
29049         (tst-audit4-ENV): Likewise.
29050         (tst-audit5-ENV): Likewise.
29051         (tst-audit6-ENV): Likewise.
29052         (tst-audit7-ENV): Likewise.
29053         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29054         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29055         addition to variable.
29056         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29057         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29058         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29059         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29060         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29061         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29062         tst-audit3, tst-audit4 and tst-audit5.
29063         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29064         tst-audit6 and tst-audit7.
29065         [$(subdir) = elf] (modules-names): Add audit modules for those
29066         tests.
29067         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29068         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29069         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29070         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29071         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29072         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29073         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29074         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29075         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29076         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29077         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29078         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29079         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29080         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29081         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29082         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29083         Likewise.
29084         [$(subdir) = elf && $(config-cflags-avx) = yes]
29085         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29086         [$(subdir) = elf && $(config-cflags-avx) = yes]
29087         (CFLAGS-tst-auditmod4a.c): Likewise.
29088         [$(subdir) = elf && $(config-cflags-avx) = yes]
29089         (CFLAGS-tst-auditmod4b.c): Likewise.
29090         [$(subdir) = elf && $(config-cflags-avx) = yes]
29091         (CFLAGS-tst-auditmod6b.c): Likewise.
29092         [$(subdir) = elf && $(config-cflags-avx) = yes]
29093         (CFLAGS-tst-auditmod6c.c): Likewise.
29094         [$(subdir) = elf && $(config-cflags-avx) = yes]
29095         (CFLAGS-tst-auditmod7b.c): Likewise.
29096         * elf/tst-audit3.c: Move to ...
29097         * sysdeps/x86_64/tst-audit3.c: ... here.
29098         * elf/tst-audit4.c: Move to ...
29099         * sysdeps/x86_64/tst-audit4.c: ... here.
29100         * elf/tst-audit5.c: Move to ...
29101         * sysdeps/x86_64/tst-audit5.c: ... here.
29102         * elf/tst-audit6.c: Move to ...
29103         * sysdeps/x86_64/tst-audit6.c: ... here.
29104         * elf/tst-audit7.c: Move to ...
29105         * sysdeps/x86_64/tst-audit7.c: ... here.
29106         * elf/tst-auditmod3a.c: Move to ...
29107         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29108         * elf/tst-auditmod3b.c: Move to ...
29109         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29110         * elf/tst-auditmod4a.c: Move to ...
29111         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29112         * elf/tst-auditmod4b.c: Move to ...
29113         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29114         * elf/tst-auditmod5a.c: Move to ...
29115         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29116         * elf/tst-auditmod5b.c: Move to ...
29117         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29118         * elf/tst-auditmod6a.c: Move to ...
29119         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29120         * elf/tst-auditmod6b.c: Move to ...
29121         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29122         * elf/tst-auditmod6c.c: Move to ...
29123         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29124         * elf/tst-auditmod7a.c: Move to ...
29125         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29126         * elf/tst-auditmod7b.c: Move to ...
29127         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29129 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29131         [BZ #15366]
29132         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29133         define unconditionally.
29134         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29135         define unconditionally.
29136         (INT8_C, INT16_C, etc.): Likewise.
29138 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29140         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29141         __ehdr_start with hidden visibility.
29143         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29145 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29147         * math/libm-test.inc (cos_test): Use accurate hex constants.
29148         (sincost_test): Likewise.
29150 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29152         * math/libm-test.inc (catan_test): Add more tests.
29153         (catanh_test): Likewise.
29155         * math/s_catanf.c (__catanf): Use suffixed floating-point
29156         constants.
29157         * math/s_catanhf.c (__catanhf): Likewise.
29158         * math/s_catanhl.c (__catanhl): Likewise.
29159         * math/s_catanl.c (__catanl): Likewise.
29161         [BZ #15394]
29162         * math/s_catan.c (__catan): Calculate imaginary part of result
29163         with log1p not log unless computing log of number close to 0.
29164         * math/s_catanf.c (__catanf): Likewise.
29165         * math/s_catanl.c (__catanl): Likewise.
29166         * math/s_catanh.c (__catanh): Calculate real part of result with
29167         log1p not log unless computing log of number close to 0.
29168         * math/s_catanhf.c (__catanhf): Likewise.
29169         * math/s_catanhl.c (__catanhl): Likewise.
29170         * math/libm-test.inc (catan_test): Add more tests.
29171         (catanh_test): Likewise.
29172         * sysdeps/i386/fpu/libm-test-ulps: Update.
29173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29175 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29177         * benchtests/Makefile: Mention files in which fast and slow
29178         paths of math functions are implemented.
29180 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29182         * sysdeps/posix/timespec_get.c: New file.
29184 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29186         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29187         POWER.
29188         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29189         for POWER.
29190         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29191         powerpc/power5/fpu folders.
29192         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29193         * benchtests/Makefile: Add modf testcase.
29194         * benchtests/bench-modf.c: New file: Benchmark test for mo
29196 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29198         [BZ #14888]
29199         * time/Makefile (tests): Add tst-strptime-whitespace.
29200         * time/strptime_l.c (get_number): Use ISSPACE.
29201         (__strptime_internal): Likewise.
29202         * time/tst-strptime-whitespace.c: New test case.
29204 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29206         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29207         member.
29208         (_nss_files_init): Set it here.
29210 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29212         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29213         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29214         unsigned.
29216 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29218         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29220 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29222         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29223         size just once.
29225 2013-04-21  David S. Miller  <davem@davemloft.net>
29227         * po/ru.po: Update Russion translation from translation project.
29229 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29231         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29232         and setfsgid.
29234 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29236         * configure.in: Remove i386 configure warning. Remove i386 case.
29237         * configure: Regenerate.
29238         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29239         Add example to error message.
29240         * sysdeps/i386/configure: Regenerate.
29242 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29244         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29245         slowtan.
29246         * benchtests/cos-inputs: New file.
29247         * benchtests/slowcos-inputs: New file.
29248         * benchtests/slowcos.c: New file.
29249         * benchtests/slowtan-inputs: New file.
29250         * benchtests/slowtan.c: New file.
29251         * benchtests/tan-inputs: New file.
29253 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29255         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29256         considered kosher.
29258 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29260         * benchtests/Makefile: Include cppflags-iterator.mk to add
29261         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29263         * Makefile.in (bench-clean): New target.
29264         * benchtests/Makefile (bench-clean): Likewise.
29266 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29268         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29270 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29272         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29274 2013-04-15  Andreas Schwab  <schwab@suse.de>
29276         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29277         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29278         * nscd/pwdcache.c (cache_addpw): Likewise.
29279         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29280         more than recsize.
29282 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29284         * benchtests/Makefile (bench): Write all output to
29285         bench-out.tmp together.
29287 2013-04-15  Andreas Schwab  <schwab@suse.de>
29289         * nscd/nscd.c (main): Don't fork again after closing files.
29291 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29293         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29295         * benchtests/Rules (bench-deps): Collect dependencies into a
29296         single variable.  Add Makefile to dependencies.
29297         ($(objpfx)bench-%.c): Depend on bench-deps.
29299 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29300             Xavier Roche  <roche+kml2@exalead.com>
29302         [BZ #15361]
29303         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29304         just that it's a file descriptor.
29305         * manual/llio.texi (Synchronizing AIO Operations): Update description
29306         for EBADF error from aio_fsync.
29308 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29310         * Rules (bench): Move target definition...
29311         * benchtests/Makefile: ... here.
29313 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29315         * math/libm-test.inc (cos_test): Fix PI/2 test.
29316         (sincos_test): Likewise.
29317         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29318         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29320 2013-04-11  Andreas Schwab  <schwab@suse.de>
29322         [BZ #13988]
29323         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29324         accept exponent character only when digits were seen.
29325         * stdio-common/Makefile (tests): Add bug26.
29326         * stdio-common/bug26.c: New file.
29328         [BZ #14293]
29329         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29330         non-freeable.
29332 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29334         * Makeconfig (rtld-prefix): Define built linker prefix.
29335         * Rules (run-bench): Use it.
29336         * math/Makefile (run-regen-ulps): Likewise.
29338         * Rules (bench): Remove eval.
29340 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29341             Roland McGrath  <roland@hack.frob.com>
29342             Ondrej Bilka  <neleai@seznam.cz>
29344         [BZ #15346]
29345         * time/getdate.c: Include ctype.h and alloca.h.
29346         (__getdate_r): Trim leading and trailing spaces of input.
29347         * time/tst-getdate.c (tests): Add tests with leading and
29348         trailing spaces.
29350 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29352         [BZ #14280]
29353         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29354         when computing value.
29356 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29358         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29359         Use testrun.sh to run libm tests.
29361         [BZ #15309]
29362         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29364 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29366         [BZ #15264]
29367         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29369 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29371         * Makefile.in (regen-ulps): New target.
29372         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29373         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29374         [ifneq (no,$(PERL)] (regen-ulps): New target.
29375         [ifeq (no,$(PERL)] (regen-ulps): New target.
29376         * math/libm-test.inc (ulps_file_name): Define.
29377         (output_dir): New variable.
29378         (options): Add "output-dir" option.
29379         (parse_opt): Handle 'o' case.
29380         (main): If output_dir is non-NULL use it as a prefix
29381         otherwise use "".
29382         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29384 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29386         [BZ #10060, #10062]
29387         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29388         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29389         fail configure if __sync_val_compare_and_swap is not inlined.
29390         * sysdeps/i386/configure: Regenerate.
29391         * configure.in: Build for i686 when configured for i386.
29392         * configure: Regenerate.
29393         * README: Remove i386 reference.
29395 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29397         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29398         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29400 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29402         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29403         (lmsnanval): New variables.
29404         (F): Add conversion tests.
29405         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29406         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29408         * stdio-common/tstdiomisc.c (F): Properly collect individual
29409         tests' results.
29411         [BZ #14686, #15336]
29412         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29413         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29414         Instead, use input NaN values or generate a qNaN by arithmetic
29415         operation.  Also fix bugs to comply with the standard.
29416         * math/libm-test.inc (remainder_test): Add more tests.
29418         [BZ #15335, #15342]
29419         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29420         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29421         input NaN values or generate a qNaN by arithmetic operation.
29423         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29424         unreachable code.
29426         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29427         definitions.
29429 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29431         [BZ #14478]
29432         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29433         underflowed result.
29434         * math/s_cexpf.c (__cexpf): Likewise.
29435         * math/s_cexpl.c (__cexpl): Likewise.
29436         * math/libm-test.inc (cexp_test): Add more tests.
29438 2013-04-03  Andreas Schwab  <schwab@suse.de>
29440         [BZ #15330]
29441         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29442         order arrays from heap if bigger than alloca cutoff.
29444 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29446         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29447         (SNAN_TESTS_double): Refer to GCC PR56831.
29448         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29449         GCC PR56828.
29451 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29453         * Rules (bench): Move bench.out after the run is complete.
29455         * Rules (bench): Echo currently running benchmark.
29457         * benchtests/Makefile (bench): Add atan and slowatan.
29458         * benchtests/atan-inputs: New file.
29459         * benchtests/slowatan-inputs: New file.
29460         * benchtests/slowatan.c: New file.
29462         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29463         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29464         its value.
29466         [BZ #15305]
29467         * sysdeps/unix/sysv/linux/kernel-features.h
29468         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29469         __ASSUME_XFS_RESTRICTED_CHOWN.
29470         * sysdeps/unix/sysv/linux/pathconf.c
29471         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29472         Save and restore errno.
29474 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29476         [BZ #15327]
29477         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29478         arguments using __kernel_casinh.
29479         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29480         arguments using __kernel_casinhf.
29481         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29482         arguments using __kernel_casinhl.
29483         * math/libm-test.inc (cacosh_test): Add more tests.
29484         * sysdeps/i386/fpu/libm-test-ulps: Update.
29485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29487 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29489         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29490         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29492         * bench/Makefile (bench): Add sin and slowsin.
29493         * benchtests/sin-inputs: New file.
29494         * benchtests/slowsin-inputs: New file.
29495         * benchtests/slowsin.c: New file.
29497         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29498         (bench): Add slowexp and slowpow.
29499         (exp-ITER): Increase iterations.
29500         (pow-ITER): Likewise.
29501         * benchtests/exp-inputs: Change input.
29502         * benchtests/pow-inputs: Likewise.
29503         * benchtests/slowexp-inputs: New file.
29504         * benchtests/slowexp.c: New file.
29505         * benchtests/slowpow-inputs: New file.
29506         * benchtests/slowpow.c: New file.
29508 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29510         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29511         instructions.
29512         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29513         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29514         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29515         * benchtests/Makefile: Add rint benchtest.
29516         * benchtests/rint-inputs: Input for rint benchtest.
29518 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29520         * Versions.def (libm): Add GLIBC_2.18.
29521         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29522         hidden libm prototypes.
29523         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29524         * math/Makefile (libm-calls): Add s_issignaling.
29525         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29526         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29527         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29528         declaration.
29529         * math/math.h [__USE_GNU] (issignaling): New macro.
29530         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29531         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29532         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29533         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29534         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29535         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29536         * manual/arith.texi (issignaling): New section.
29537         * manual/libm-err-tab.pl (@all_functions): Update comment.
29538         * math/gen-libm-test.pl (parse_args): Apply special handling for
29539         issignaling.
29540         * math/libm-test.inc (print_float, issignaling_test): New
29541         functions.
29542         (check_float_internal): Add issignaling checks.
29543         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29544         default definition.
29545         * sysdeps/powerpc/math-tests.h: New file.
29546         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29547         tests.
29548         * math/test-snan.c (TEST_FUNC): Likewise.
29550 2013-03-30  David S. Miller  <davem@davemloft.net>
29552         * po/de.po: Update from translation team.
29554 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29556         [BZ #10357]
29557         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29558         imaginary part less than 1.0 and real part less than 0.5
29559         specially.
29560         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29561         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29562         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29563         (cacos_test): Add more tests.
29564         (casin_test): Likewise.
29565         (casinh_test): Likewise.
29566         * sysdeps/i386/fpu/libm-test-ulps: Update.
29567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29569 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29571         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29572         ONE with its value.
29574         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29575         (__pow_mp): Replace ONE and MONE with their values.
29576         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29577         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29578         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29579         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29580         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29581         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29583         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29585         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29586         (__pow_mp): Replace ZERO and MZERO with their values.
29587         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29588         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29589         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29590         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29591         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29592         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29593         (__sqr): Likewise.
29595         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29597         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29599 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29601         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29602         Declare with __attribute__ ((weak)).
29603         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29604         Call __call_tls_dtors only if it's not NULL.
29606 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29608         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29609         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29610         magic __ehdr_start linker symbol if it's defined.
29611         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29612         them up here if it was already done.
29614         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29615         (_dl_aux_init): Use const in cast when setting it.
29616         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29617         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29618         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29620         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29621         Declare them here.
29622         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29623         * csu/libc-tls.c: Nor here.
29624         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29626         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29627         (__libc_message): Never call vsyslog.
29629 2013-03-28  Alan Modra  <amodra@gmail.com>
29631         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29632         Define as empty.
29633         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29634         Likewise.
29636 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29638         [BZ #15214]
29639         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29640         underflow.
29641         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29643 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29645         [BZ #15304]
29646         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29647         Don't add gid passed as argument.
29649         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29651 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29653         [BZ #15307]
29654         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29655         imaginary part between 1.0 and 1.5 and real part less than 0.5
29656         specially.
29657         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29658         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29659         * math/libm-test.inc (cacos_test): Add more tests.
29660         (casin_test): Likewise.
29661         (casinh_test): Likewise.
29662         * sysdeps/i386/fpu/libm-test-ulps: Update.
29663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29665 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29667         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29668         constants.
29669         (norm): Likewise.
29670         (denorm): Likewise.
29671         (__dbl_mp): Likewise.
29672         (add_magnitudes): Likewise.
29673         (sub_magnitudes): Likewise.
29674         (__add): Likewise.
29675         (__sub): Likewise.
29676         (__mul): Likewise.
29677         (__sqr): Likewise.
29678         (__inv): Likewise.
29679         (__dvd): Likewise.
29681         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29682         commented code.
29683         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29684         (__dubcos): Likewise.
29685         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29686         (__ieee754_acos): Likewise.
29687         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29688         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29689         (__exp1): Likewise.
29690         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29691         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29692         (log1): Likewise.
29693         (my_log2): Likewise.
29694         (checkint): Likewise.
29695         * sysdeps/ieee754/dbl-64/e_remainder.c
29696         (__ieee754_remainder): Likewise.
29697         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29698         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29699         (bsloww): Likewise.
29700         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29702         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29703         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29704         MANTISSA_STORE_T to store computations on mantissa.  Use
29705         macros for rounding and division.
29706         (denorm): Likewise.
29707         (__dbl_mp): Likewise.
29708         (add_magnitudes): Likewise.
29709         (sub_magnitudes): Likewise.
29710         (__mul): Likewise.
29711         (__sqr): Likewise.
29712         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29713         powers of two in terms of TWOPOW macro.
29714         (mp_no): Make type of mantissa as MANTISSA_T.
29715         [!RADIXI]: Define RADIXI.
29716         [!TWO52]: Define TWO52.
29717         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29719 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29721         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29722         llroundl symbol when building for PPC32.
29724 2013-03-24  Mark H Weaver  <mhw@netris.org>
29726         * manual/arith.texi (Normalization Functions): Fix prototypes for
29727         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29729 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29731         [BZ #13889]
29732         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29733         high value to check if expl overflow.
29734         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29735         to check for underflow and overflow.
29736         * math/libm-test.inc: Add exp test.
29738 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29740         [BZ #11120]
29741         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29742         with NOT_IN_libc.
29744 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29746         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29747         symbol.
29749 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29751         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29752         wrap blocks consisting of several statements.
29754         * sysdeps/generic/math-tests.h: New file.
29755         * sysdeps/i386/fpu/math-tests.h: Likewise.
29756         * math/test-snan.c: Include it.
29757         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29759 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29761         [BZ #15285]
29762         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29763         (__ieee754_j0l): Do not improve calculations using cos of twice
29764         input for inputs above LDBL_MAX / 2.0L.
29765         (__ieee754_y0l): Likewise.
29766         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29767         (__ieee754_j1l): Do not improve calculations using cos of twice
29768         input for inputs above LDBL_MAX / 2.0L.
29769         (__ieee754_y1l): Likewise.
29770         * math/libm-test.inc (j0_test): Add another test.
29771         (j1_test): Likewise.
29772         (y0_test): Likewise.
29773         (y1_test): Likewise.
29774         * sysdeps/i386/fpu/libm-test-ulps: Update.
29776 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29778         * Rules ($(objpfx)bench-%.c): Include code from a C source
29779         file.
29781 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29783         [BZ #15287]
29784         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29785         imaginary part 1.0 and real part less than 0.5 specially.
29786         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29787         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29788         * math/libm-test.inc (cacos_test): Add more tests.
29789         (casin_test): Likewise.
29790         (casinh_test): Likewise.
29791         * sysdeps/i386/fpu/libm-test-ulps: Update.
29792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29794 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29796         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29797         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29799 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29801         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29802         * config.make.in (config-cflags-sse4): Remove variable.
29803         (config-cflags-avx): Likewise.
29804         (config-cflags-sse2avx): Likewise.
29805         (config-cflags-novzeroupper): Likewise.
29806         (config-asflags-i686): Likewise.
29807         (have-mfma4): Likewise.
29808         (have-as-vis3): Likewise.
29809         (MIG): Likewise.
29810         * configure.in (MIG): Do not AC_SUBST.
29811         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29812         (libc_cv_cc_sse4): Do not AC_SUBST.
29813         (libc_cv_cc_avx): Likewise.
29814         (libc_cv_cc_sse2avx): Likewise.
29815         (libc_cv_cc_novzeroupper): Likewise.
29816         (libc_cv_cc_fma4): Likewise.
29817         (libc_cv_as_i686): Likewise.
29818         (libc_cv_sparc_as_vis3): Likewise.
29819         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29820         LIBC_CONFIG_VAR.
29821         (config-asflags-i686): Likewise.
29822         (config-cflags-avx): Likewise.
29823         (config-cflags-sse2avx): Likewise.
29824         (have-mfma4): Likewise.
29825         (config-cflags-novzeroupper): Likewise.
29826         * sysdeps/mach/configure.in (MIG): Likewise.
29827         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29828         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29829         LIBC_CONFIG_VAR.
29830         (config-cflags-avx): Likewise.
29831         (config-cflags-sse2avx): Likewise.
29832         (have-mfma4): Likewise.
29833         (config-cflags-novzeroupper): Likewise.
29834         * configure: Regenerated.
29835         * sysdeps/i386/configure: Likewise.
29836         * sysdeps/mach/configure: Likewise.
29837         * sysdeps/sparc/configure: Likewise.
29838         * sysdeps/x86_64/configure: Likewise.
29840 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29842         [BZ #14812]
29843         * locale/programs/localedef.c (options): Put N_ translation marker
29844         on argument names, not just descriptions.
29846 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29848         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29850 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29852         [BZ #14176]
29853         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29855 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29857         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29858         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29859         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29860         [!BEFORE_ABORT] (before_abort): New function.
29861         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29862         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29863         (writev_for_fatal): New function.
29864         (WRITEV_FOR_FATAL): New macro; call that.
29865         (backtrace_and_maps): New function.
29866         (BEFORE_ABORT): New macro; call that.
29867         (struct str_list): Type removed.
29868         (__libc_message, __libc_fatal): Functions removed.
29869         Include <sysdeps/posix/libc_fatal.c> instead.
29871 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29873         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29874         constants.
29875         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29876         double constants.
29878 2013-03-19  Andreas Schwab  <schwab@suse.de>
29880         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29881         * sysdeps/gnu/configure: Regenerate.
29883         * configure.in: Substitute libc_cv_rtlddir.
29884         * configure: Regenerate.
29885         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29886         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29887         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29888         * elf/Makefile (install-others, CFLAGS-interp.c)
29889         (ldso_install, common-ldd-rewrite): Likewise.
29890         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29891         $(inst_slibdir)/$(rtld-installed-name).
29892         * scripts/rellns-sh: Add -p option.
29893         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29894         for source.
29896 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29898         * manual/nptl.texi: Renamed to ...
29899         * manual/threads.texi: ... this.
29900         * manual/Makefile (chapters): Update.
29902 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29904         [BZ #14812]
29905         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29906         on argument names, not just descriptions.
29907         * malloc/memusagestat.c (options): Likewise.
29908         * nss/getent.c (options): Likewise.
29910 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29912         [BZ #14812]
29913         * iconv/iconv_prog.c (options): Put N_ translation marker
29914         on argument names, not just descriptions.
29915         * iconv/iconvconfig.c (options): Likewise.
29917 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29919         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29920         implementation which is faster on all x86_64 architectures.
29921         Tested on AMD, Intel Nehalem, SNB, IVB.
29922         * sysdeps/x86_64/strnlen.S: Likewise.
29924         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29925         Remove all multiarch strlen and strnlen versions.
29926         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29927         Remove strlen and strnlen related parts.
29929         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29930         Inline strlen part.
29931         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29933         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29934         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29935         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29936         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29937         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29938         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29940 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29942         * manual/memory.texi (Malloc Tunable Parameters):
29943         Sort parameters alphabetically. Add comments for missing entries.
29945 2013-03-17  David S. Miller  <davem@davemloft.net>
29947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29949 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29951         [BZ #15283]
29952         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29953         for arguments at most half maximum finite value.
29954         * math/libm-test.inc (j0_test): Add more tests.
29955         (j1_test): Likewise.
29956         (y0_test): Likewise.
29957         (y1_test): Likewise.
29958         * sysdeps/i386/fpu/libm-test-ulps: Update.
29959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29961         [BZ #14155]
29962         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29963         1 / x and functions P and Q for arguments above 0x1p256L.
29964         (__ieee754_y0l): Likewise.
29965         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29966         (__ieee754_y1l): Likewise.
29967         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29968         (j1_test): Likewise.
29969         (y0_test): Likewise.
29970         (y1_test): Likewise.
29972 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29974         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29975         variable.
29977 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29979         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29980         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29981         zero since it's initialized to EXEC_PAGESIZE.
29983         * sysdeps/unix/sysv/linux/ldsodefs.h
29984         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29985         * sysdeps/generic/ldsodefs.h: ... here.
29987 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29989         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29991         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29992         math/test-snan.c.
29993         * math/test-snan.c: Renamed from
29994         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29995         * math/Makefile (tests): Add test-snan.
29996         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29997         test-powerpc-snan.
29999         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30000         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30001         functions.
30002         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30003         __builtin_nan family of functions.
30004         * math/libm-test.inc (initialize): Initialize qnan_value with
30005         __builtin_nan family of functions.
30006         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30007         Remove variables.
30008         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30009         Remove functions.
30010         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30011         storage class.  Initialize qNaN_var and sNaN_var with
30012         __builtin_nan and __builtin_nans families of functions,
30013         respectively.
30015         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30016         (sqrt_test): Remove duplicate test with qNaN input.
30017         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30018         (round_test, signbit_test, significand_test): Note missing +/-Inf
30019         as well as qNaN tests.
30021         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30022         qNaN_var.  Fix a few strings, too.
30023         * math/libm-test.inc (nan_value): Rename to qnan_value.
30024         * math/gen-libm-test.pl (%beautify): Adjust to that.
30025         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30026         * math/test-misc.c (main): Likewise.
30027         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30028         to __qnan_bytes, and __qnan_union, respectively.
30029         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30030         Likewise.
30031         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30032         and lqnanval, respectively.
30033         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30034         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30035         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30036         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30038         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30039         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30040         doubles.
30042         * math/test-misc.c (main): Fix copy'n'pastos.
30043         * misc/tst-efgcvt.c (special): Likewise.
30045         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30046         Remove declarations.
30048 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30050         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30051         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30052         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30053         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30055 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30057         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30058         macro to return vdso values correctly in IFUNC implementations.
30059         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30060         Optimization by using IFUNC.
30062 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30063             Richard Henderson  <rth@redhat.com>
30064             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30066         * Makefile.in (bench): New target.
30067         * NEWS: Mention the benchmark framework.
30068         * Rules (bench): Likewise.
30069         (binaries-bench): Generate binaries for functions to
30070         benchmark.
30071         * benchtests/Makefile: New makefile for benchmark tests.
30072         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30073         programs.
30074         * benchtests/exp-inputs: New input file for EXP function.
30075         * benchtests/pow-inputs: New input file for POW function.
30076         * scripts/bench.pl: New script to generate source files for
30077         benchmark programs.
30079 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30081         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30082         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30083         computations on mantissa.  Use macros for rounding and
30084         division.
30085         (denorm): Likewise.
30086         (__dbl_mp): Likewise.
30087         (add_magnitudes): Likewise.
30088         (sub_magnitudes): Likewise.
30089         (__mul): Likewise.
30090         (__sqr): Likewise.
30091         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30092         powers of two in terms of TWOPOW macro.
30093         (mp_no): Make type of mantissa as MANTISSA_T.
30094         [!RADIXI]: Define RADIXI.
30095         [!TWO52]: Define TWO52.
30096         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30098         * manual/nptl.texi (cindex): Modify threads to pthreads.
30100 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30102         * sysdeps/x86_64/preconfigure: Regenerated.
30104 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30106         [BZ #14155]
30107         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30108         0x1p28 and above.
30109         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30110         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30111         0x1p28 and above.
30112         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30113         * math/libm-test.inc (j0_test): Do not allow one spurious
30114         underflow exception.
30115         (y1_test): Likewise.
30117 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30119         * manual/Makefile (chapters): Add nptl.
30120         * manual/debug.texi (Debugging Support): Add link to Threads
30121         chapter.
30122         * manual/nptl.texi: New file.
30124         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30126 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30128         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30129         for non-NULL pointer before the memory validity test. Pointed
30130         out by Holger Brunck <holger.brunck@keymile.com>.
30132 2013-03-13  Andreas Schwab  <schwab@suse.de>
30134         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30135         instead of .os.
30137 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30139         * timezone/zic.c: Update from tzcode 2013b.
30141 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30143         * manual/install.texi (Configuring and compiling):
30144         Mention i686 and i586.
30145         * INSTALL: Regenerate.
30147 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30149         * sysdeps/init_array/elf-init.c: New file.
30150         * csu/elf-init.c
30151         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30152         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30154         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30155         __gmon_start__ as global, but as static with a .preinit_array pointer.
30156         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30157         * sysdeps/init_array/crti.S: New file, empty except for comments.
30158         * sysdeps/init_array/crtn.S: Likewise.
30160 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30162         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30163         definining bcopy.
30164         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30165         Remove Prefer_SSE_for_memop.
30166         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30167         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30168         HAS_PREFER_SSE_FOR_MEMOP.
30169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30170         memset-x86-64.
30171         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30172         Remove bzero, memset ifunc support.
30173         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30174         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30175         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30176         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30178 2013-03-11  Andreas Schwab  <schwab@suse.de>
30180         [BZ #15234]
30181         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30182         by SHLIB_COMPAT.
30183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30184         (GLIBC_2.16): Remove pthread_atfork.
30186 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30188         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30189         (ptestcases.h): Likewise.
30191 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30193         * Makeconfig ($(common-objpfx)config.status): Depend on
30194         sysdeps/*/preconfigure{,.in} too.
30196 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30198         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30199         (__free_hook): Use void * instead of __malloc_ptr_t.
30200         (__malloc_hook): Likewise.
30201         (__realloc_hook): Likewise.
30202         (__memalign_hook): Likewise.
30203         (__after_morecore_hook): Likewise.
30204         * malloc/arena.c (save_malloc_hook): Likewise.
30205         (save_free_hook): Likewise.
30206         * malloc/hooks.c (malloc_hook_ini): Likewise.
30207         (realloc_hook_ini): Likewise.
30208         (memalign_hook_ini): Likewise.
30209         * malloc/malloc.c (malloc_hook_ini): Likewise.
30210         (realloc_hook_ini): Likewise.
30211         (memalign_hook_ini): Likewise.
30212         (__free_hook): Likewise.
30213         (__malloc_hook): Likewise.
30214         (__realloc_hook): Likewise.
30215         (__memalign_hook): Likewise.
30216         (__libc_malloc): Likewise.
30217         (__libc_free): Likewise.
30218         (__libc_realloc): Likewise.
30219         (__libc_memalign): Likewise.
30220         (__libc_valloc): Likewise.
30221         (__libc_pvalloc): Likewise.
30222         (__libc_calloc): Likewise.
30223         (__posix_memalign): Likewise.
30224         * malloc/morecore.c (__sbrk): Likewise.
30225         (__default_morecore): Likewise.
30227         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30229         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30230         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30231         __malloc_ptrdiff_t.
30233         * malloc/malloc.h (__malloc_size_t): Remove macro.
30234         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30235         __malloc_size_t.
30236         (old_memalign_hook): Likewise.
30237         (old_realloc_hook): Likewise.
30238         (struct hdr): Likewise.
30239         (flood): Likewise.
30240         (mallochook): Likewise.
30241         (memalignhook): Likewise.
30242         (reallochook): Likewise.
30243         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30244         (tr_old_realloc_hook): Likewise.
30245         (tr_old_memalign_hook): Likewise.
30246         (tr_mallochook): Likewise.
30247         (tr_reallochook): Likewise.
30248         (tr_memalignhook): Likewise.
30250 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30252         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30253         default_ldbl_pack and using as default implementation.
30254         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30255         implementation.
30256         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30257         redundant definition.
30258         (ldbl_insert_mantissa): Likewise.
30259         (ldbl_canonicalize): Likewise.
30260         (ldbl_nearbyint): Likewise.
30261         (ldbl_pack): Rename to ldbl_pack_ppc.
30262         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30263         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30264         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30266 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30268         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30269         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30270         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30271         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30272         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30273         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30274         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30275         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30277 2013-03-07  Andreas Jaeger  <aj@suse.de>
30279         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30280         bits/mman-linux.h.
30282 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30284         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30285         Include mpa.h and declare __MPEXP.
30286         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30287         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30288         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30289         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30290         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30291         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30292         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30294         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30295         (__slowpow): Use long double EXPL and LOGL functions to
30296         compute POW.
30297         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30298         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30299         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30300         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30301         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30302         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30304         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30305         intermediate variable to calculate exponent.
30306         (__sqr): Likewise.
30307         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30308         Likewise.
30309         (__sqr): Likewise.
30311         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30312         [!NO__SQR]: Define __sqr.
30313         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30314         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30315         sysdeps/ieee754/dbl-64/mpa.c.
30316         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30318         [BZ #12723]
30319         * posix/Makefile (tests): Add tst-pathconf.
30320         * posix/tst-pathconf.c: New test case.
30321         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30322         _PC_PIPE_BUF.
30323         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30325 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30327         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30329 2013-03-06  Andreas Jaeger  <aj@suse.de>
30331         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30332         definition via __MAP_ANONYMOUS.
30334         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30335         it's not part of Linux headers.
30337         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30338         (MAP_HUGE_MASK): Define.
30340         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30341         Define.
30342         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30343         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30344         Define.
30345         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30346         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30347         Define.
30348         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30349         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30350         Define.
30351         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30353         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30354         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30355         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30356         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30357         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30358         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30360         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30361         Handle f2fs.
30363         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30364         Handle f2fs and efivarfs.
30366         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30367         f2fs.
30369         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30370         (EFIVARFS_MAGIC): Add.
30371         (F2FS_LINK_MAX): Add.
30373 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30375         * stdio-common/vfprintf.c: Replace __builtin_expect with
30376         __glibc_unlikely.
30378 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30380         [BZ #13550]
30381         * sysdeps/generic/bp-sym.h: Remove file.
30382         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30383         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30384         <bp-sym.h> and <bp-asm.h>.
30385         (__longjmp): Don't use BP_SYM.
30386         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30387         and <bp-asm.h>.
30388         (memcpy): Don't use BP_SYM.
30389         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30390         <bp-sym.h> and <bp-asm.h>.
30391         (memcpy): Don't use BP_SYM.
30392         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30393         <bp-asm.h>.
30394         (memcpy): Don't use BP_SYM.
30395         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30396         <bp-asm.h>.
30397         (memset): Don't use BP_SYM.
30398         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30399         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30400         (__bzero): Don't use BP_SYM.
30401         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30402         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30403         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30404         <bp-sym.h> and <bp-asm.h>.
30405         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30406         pointers.
30407         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30408         <bp-sym.h> and <bp-asm.h>.
30409         (memcpy): Don't use BP_SYM.
30410         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30411         <bp-sym.h> and <bp-asm.h>.
30412         (memset): Don't use BP_SYM.
30413         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30414         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30415         (__bzero): Don't use BP_SYM.
30416         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30417         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30418         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30419         <bp-sym.h> and <bp-asm.h>.
30420         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30421         pointers.
30422         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30423         <bp-sym.h> and <bp-asm.h>.
30424         (memcpy): Don't use BP_SYM.
30425         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30426         <bp-sym.h> and <bp-asm.h>.
30427         (memset): Don't use BP_SYM.
30428         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30429         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30430         (__bzero): Don't use BP_SYM.
30431         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30432         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30433         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30434         <bp-sym.h> and <bp-asm.h>.
30435         (__memchr): Don't use BP_SYM.
30436         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30437         <bp-sym.h> and <bp-asm.h>.
30438         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30439         pointers.
30440         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30441         <bp-sym.h> and <bp-asm.h>.
30442         (memcpy): Don't use BP_SYM.
30443         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30444         <bp-sym.h> and <bp-asm.h>.
30445         (__mempcpy): Don't use BP_SYM.
30446         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30447         <bp-sym.h> and <bp-asm.h>.
30448         (__memrchr): Don't use BP_SYM.
30449         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30450         <bp-sym.h> and <bp-asm.h>.
30451         (memset): Don't use BP_SYM.
30452         (__bzero): Likewise.
30453         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30454         <bp-sym.h> and <bp-asm.h>.
30455         (__rawmemchr): Don't use BP_SYM.
30456         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30457         <bp-sym.h> and <bp-asm.h>.
30458         (__STRCMP): Don't use BP_SYM.
30459         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30460         <bp-sym.h> and <bp-asm.h>.
30461         (strchr): Don't use BP_SYM.
30462         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30463         <bp-sym.h> and <bp-asm.h>.
30464         (__strchrnul): Don't use BP_SYM.
30465         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30466         <bp-sym.h> and <bp-asm.h>.
30467         (strlen): Don't use BP_SYM.
30468         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30469         <bp-sym.h> and <bp-asm.h>.
30470         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30471         pointers.
30472         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30473         <bp-sym.h> and <bp-asm.h>.
30474         (__strnlen): Don't use BP_SYM.
30475         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30476         <bp-sym.h> and <bp-asm.h>.
30477         (__GI__setjmp): Don't use BP_SYM.
30478         (_setjmp): Likewise.
30479         (__sigsetjmp): Likewise.
30480         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30481         (L(start_addresses)): Don't use BP_SYM.
30482         (_start): Likewise.
30483         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30484         <bp-asm.h>.
30485         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30486         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30487         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30488         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30489         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30490         <bp-asm.h>.
30491         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30492         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30493         about bounded pointers.
30494         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30495         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30496         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30497         <bp-asm.h>.
30498         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30499         about bounded pointers.  Remove GKM FIXME comments.
30500         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30501         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30502         <bp-asm.h>.
30503         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30504         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30505         Remove GKM FIXME comments.
30506         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30507         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30508         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30509         <bp-asm.h>.
30510         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30511         about bounded pointers.  Remove GKM FIXME comment.
30512         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30513         and <bp-asm.h>.
30514         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30515         pointers.
30516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30517         <bp-sym.h> and <bp-asm.h>.
30518         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30520         <bp-sym.h> and <bp-asm.h>.
30521         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30522         comment.
30524 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30526         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30527         call free(NULL).
30529 2013-03-05  David S. Miller  <davem@davemloft.net>
30531         * po/es.po: Update from translation team.
30533 2013-03-05  Andreas Jaeger  <aj@suse.de>
30535         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30536         <bits/mman-linux.h>.
30537         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30538         is fine.
30539         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30540         <bits/mman-linux.h> to end of file.
30541         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30542         is fine.
30543         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30544         <bits/mman-linux.h> to end of file.
30545         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30546         is fine.
30547         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30548         <bits/mman-linux.h> to end of file.
30550         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30551         (MCL_CURRENT, MCL_FUTURE): Define here.
30553 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30555         [BZ #15232]
30556         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30557         attribute_hidden.
30558         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30560 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30562         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30563         fourth parameter needed for rt_sigprocmask syscall.
30564         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30565         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30566         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30567         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30568         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30569         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30571 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30573         [BZ #13550]
30574         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30575         comment about bounded pointers.
30576         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30577         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30579 2013-03-04  Andreas Jaeger  <aj@suse.de>
30581         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30582         common definitions.
30584         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30585         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30586         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30587         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30588         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30589         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30591 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30593         [BZ #15055]
30594         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30595         __ieee754_sqrl instead of __sqrl.
30597 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30599         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30600         * sysdeps/powerpc/fpu_control.h: ... here.
30601         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30602         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30603         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30604         * sysdeps/powerpc/bits/mathinline.h: ... here.
30606 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30608         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30609         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30610         to just [NEED_DL_SYSINFO_DSO].
30611         * elf/dl-support.c: Likewise.
30612         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30613         * elf/rtld.c (dl_main): Likewise.
30614         * elf/setup-vdso.h (setup_vdso): Likewise.
30615         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30616         * sysdeps/unix/sysv/linux/dl-sysdep.c
30617         (_dl_discover_osversion): Likewise.
30619 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30621         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30622         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30624 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30626         * NEWS: Mention libm performance improvements and non-x86 PI
30627         futex support.
30629         * csu/libc-start.c (__pthread_initialize_minimal): Change
30630         function arguments.
30631         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30633 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30635         [BZ #13550]
30636         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30637         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30638         <bp-sym.h> and <bp-asm.h>.
30639         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30640         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30641         and <bp-asm.h>.
30642         (memcpy): Don't use BP_SYM.
30643         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30644         <bp-asm.h>.
30645         (__mpn_add_n): Don't use BP_SYM.
30646         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30647         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30648         and <bp-asm.h>.
30649         (__mpn_addmul_1): Don't use BP_SYM.
30650         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30651         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30652         <bp-sym.h>.
30653         (_setjmp): Don't use BP_SYM.
30654         (__novmx_setjmp): Likewise.
30655         (__GI__setjmp): Likewise.
30656         (__vmx_setjmp): Likewise.
30657         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30658         <bp-sym.h>.
30659         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30660         (__bzero): Don't use BP_SYM.
30661         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30662         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30663         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30664         <bp-sym.h> and <bp-asm.h>.
30665         (memcpy): Don't use BP_SYM.
30666         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30667         <bp-sym.h> and <bp-asm.h>.
30668         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30669         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30670         <bp-sym.h> and <bp-asm.h>.
30671         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30672         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30673         <bp-asm.h>.
30674         (__mpn_lshift): Don't use BP_SYM.
30675         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30676         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30677         <bp-asm.h>.
30678         (memset): Don't use BP_SYM.
30679         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30680         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30681         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30682         <bp-asm.h>.
30683         (__mpn_mul_1): Don't use BP_SYM.
30684         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30685         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30686         <bp-sym.h> and <bp-asm.h>.
30687         (memcmp): Don't use BP_SYM.
30688         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30689         <bp-sym.h> and <bp-asm.h>.
30690         (memcpy): Don't use BP_SYM.
30691         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30692         <bp-sym.h> and <bp-asm.h>.
30693         (memset): Don't use BP_SYM.
30694         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30695         <bp-sym.h> and <bp-asm.h>.
30696         (strncmp): Don't use BP_SYM.
30697         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30698         <bp-sym.h> and <bp-asm.h>.
30699         (memcpy): Don't use BP_SYM.
30700         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30701         <bp-sym.h> and <bp-asm.h>.
30702         (memset): Don't use BP_SYM.
30703         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30704         <bp-sym.h> and <bp-asm.h>.
30705         (__memchr): Don't use BP_SYM.
30706         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30707         <bp-sym.h> and <bp-asm.h>.
30708         (memcmp): Don't use BP_SYM.
30709         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30710         <bp-sym.h> and <bp-asm.h>.
30711         (memcpy): Don't use BP_SYM.
30712         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30713         <bp-sym.h> and <bp-asm.h>.
30714         (__mempcpy): Don't use BP_SYM.
30715         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30716         <bp-sym.h> and <bp-asm.h>.
30717         (__memrchr): Don't use BP_SYM.
30718         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30719         <bp-sym.h> and <bp-asm.h>.
30720         (memset): Don't use BP_SYM.
30721         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30722         <bp-sym.h> and <bp-asm.h>.
30723         (__rawmemchr): Don't use BP_SYM.
30724         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30725         <bp-sym.h> and <bp-asm.h>.
30726         (__STRCMP): Don't use BP_SYM.
30727         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30728         <bp-sym.h> and <bp-asm.h>.
30729         (strchr): Don't use BP_SYM.
30730         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30731         <bp-sym.h> and <bp-asm.h>.
30732         (__strchrnul): Don't use BP_SYM.
30733         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30734         <bp-sym.h> and <bp-asm.h>.
30735         (strlen): Don't use BP_SYM.
30736         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30737         <bp-sym.h> and <bp-asm.h>.
30738         (strncmp): Don't use BP_SYM.
30739         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30740         <bp-sym.h> and <bp-asm.h>.
30741         (__strnlen): Don't use BP_SYM.
30742         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30743         <bp-asm.h>.
30744         (__mpn_rshift): Don't use BP_SYM.
30745         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30746         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30747         <bp-sym.h> and <bp-asm.h>.
30748         (__sigsetjmp): Don't use BP_SYM.
30749         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30750         (L(start_addresses)): Don't use BP_SYM.
30751         (_start): Likewise.
30752         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30753         <bp-asm.h>.
30754         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30755         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30756         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30757         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30758         <bp-asm.h>.
30759         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30760         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30761         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30762         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30763         <bp-asm.h>.
30764         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30765         comments.
30766         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30767         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30768         <bp-asm.h>.
30769         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30770         FIXME comments.
30771         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30772         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30773         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30774         <bp-asm.h>.
30775         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30776         comment.
30777         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30778         and <bp-asm.h>.
30779         (strncmp): Don't use BP_SYM,
30780         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30781         <bp-asm.h>.
30782         (__mpn_sub_n): Don't use BP_SYM.
30783         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30784         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30785         and <bp-asm.h>.
30786         (__mpn_submul_1): Don't use BP_SYM.
30787         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30789         <bp-sym.h> and <bp-asm.h>.
30790         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30792         <bp-sym.h> and <bp-asm.h>.
30793         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30794         comment.
30796 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30798         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30799         Use ZK to minimize writes to Z.
30800         (sub_magnitudes): Simplify code a bit.
30801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30802         Use ZK to minimize writes to Z.
30803         (sub_magnitudes): Simplify code a bit.
30805 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30807         * csu/gmon-start.c: Add special exception to license text.
30809 2013-02-27  Richard Henderson  <rth@redhat.com>
30811         * scripts/config.guess: Update from config.git.
30812         * scripts/config.sub: Likewise.
30814 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30816         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30818         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30820         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30822         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30824         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30826 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30828         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30829         [$(build-shared = yes].
30831 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30833         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30834         (__mul): Reduce iterations for calculating mantissa.
30836         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30837         MPTWO.
30838         (__mpranred): Likewise.
30840         [BZ #15160]
30841         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30842         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30844 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30846         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30847         Define __attribute__.
30849 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30851         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30852         unused.
30853         * posix/regex_internal.h (__attribute): Remove.
30854         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30855         (re_string_context_at): Likewise.
30856         (bitset_not): Use __attribute__ and mark function as possibly
30857         unused.
30858         (bitset_merge): Likewise.
30859         (bitset_mask): Likewise.
30860         (re_string_char_size_at): Likewise.
30861         (re_string_wchar_at): Likewise.
30862         (re_string_elem_size_at): Likewise.
30864 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30866         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30867         code.
30868         (cc32): Likewise.
30870         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30871         (__acr): Likewise.
30872         (__cpy): Likewise.
30873         (norm): Likewise.
30874         (denorm): Likewise.
30875         (__dbl_mp): Likewise.
30876         (add_magnitudes): Likewise.
30877         (sub_magnitudes): Likewise.
30878         (__mul): Likewise.
30879         (__inv): Likewise.
30881         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30882         style.
30884         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30885         style.
30887         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30888         code.
30890         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30891         up changes with default code.
30892         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30893         Likewise.
30895 2013-02-24  Allan McRae  <allan@archlinux.org>
30897         * manual/socket.texi (The Internet Namespace): Order menu items
30898         to match that in the file.
30900         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30901         node listing of the info page menu.
30903 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30905         [BZ #13550]
30906         * sysdeps/i386/bp-asm.h: Remove file.
30907         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30908         (PARMS): Do not use macros from bp-asm.h.
30909         (S1): Likewise.
30910         (S2): Likewise.
30911         (SIZE): Likewise.
30912         (__mpn_add_n): Do not use BP_SYM
30913         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30914         "bp-asm.h".
30915         (PARMS): Do not use macros from bp-asm.h.
30916         (S1): Likewise.
30917         (SIZE): Likewise.
30918         (__mpn_addmul_1): Do not use BP_SYM
30919         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30920         "bp-asm.h".
30921         (PARMS): Do not use macros from bp-asm.h.
30922         (SIGMSK): Likewise.
30923         (_setjmp): Likewise.  Do not use BP_SYM.
30924         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30925         "bp-asm.h".
30926         (PARMS): Do not use macros from bp-asm.h.
30927         (SIGMSK): Likewise.
30928         (setjmp): Likewise.  Do not use BP_SYM.
30929         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30930         "bp-asm.h".
30931         (PARMS): Do not use macros from bp-asm.h.
30932         (__frexp): Do not use BP_SYM.
30933         (frexp): Likewise.
30934         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30935         "bp-asm.h".
30936         (PARMS): Do not use macros from bp-asm.h.
30937         (__frexpf): Do not use BP_SYM.
30938         (frexpf): Likewise.
30939         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30940         "bp-asm.h".
30941         (PARMS): Do not use macros from bp-asm.h.
30942         (__frexpl): Do not use BP_SYM.
30943         (frexpl): Likewise.
30944         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30945         "bp-asm.h".
30946         (PARMS): Do not use macros from bp-asm.h.
30947         (__remquo): Do not use BP_SYM.
30948         (remquo): Likewise.
30949         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30950         "bp-asm.h".
30951         (PARMS): Do not use macros from bp-asm.h.
30952         (__remquof): Do not use BP_SYM.
30953         (remquof): Likewise.
30954         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30955         "bp-asm.h".
30956         (PARMS): Do not use macros from bp-asm.h.
30957         (__remquol): Do not use BP_SYM.
30958         (remquol): Likewise.
30959         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30960         "bp-asm.h".
30961         (PARMS): Do not use macros from bp-asm.h.
30962         (DEST): Likewise.
30963         (SRC): Likewise.
30964         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30965         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30966         "bp-asm.h".
30967         (PARMS): Do not use macros from bp-asm.h.
30968         (strlen): Do not use BP_SYM.
30969         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30970         "bp-asm.h".
30971         (PARMS): Do not use macros from bp-asm.h.
30972         (S1): Likewise.
30973         (S2): Likewise.
30974         (SIZE): Likewise.
30975         (__mpn_add_n): Do not use BP_SYM.
30976         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30977         "bp-asm.h".
30978         (PARMS): Do not use macros from bp-asm.h.
30979         (S1): Likewise.
30980         (SIZE): Likewise.
30981         (__mpn_addmul_1): Do not use BP_SYM.
30982         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30983         weak_alias.
30984         (bzero): Likewise.
30985         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30986         "bp-asm.h".
30987         (PARMS): Do not use macros from bp-asm.h.
30988         (S): Likewise.
30989         (SIZE): Likewise.
30990         (__mpn_lshift): Do not use BP_SYM.
30991         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30992         "bp-asm.h".
30993         (PARMS): Do not use macros from bp-asm.h.
30994         (DEST): Likewise.
30995         (SRC): Likewise.
30996         (LEN): Likewise.
30997         (memcpy): Likewise.  Do not use BP_SYM.
30998         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30999         libc_hidden_def and weak_alias.
31000         (mempcpy): Do not use BP_SYM in weak_alias.
31001         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31002         "bp-asm.h".
31003         (PARMS): Do not use macros from bp-asm.h.
31004         (DEST): Likewise.
31005         (LEN): Likewise.
31006         [!BZERO_P] (CHR): Likewise.
31007         (memset): Likewise.  Do not use BP_SYM.
31008         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31009         "bp-asm.h".
31010         (PARMS): Do not use macros from bp-asm.h.
31011         (S1): Likewise.
31012         (SIZE): Likewise.
31013         (__mpn_mul_1): Do not use BP_SYM.
31014         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31015         "bp-asm.h".
31016         (PARMS): Do not use macros from bp-asm.h.
31017         (S): Likewise.
31018         (SIZE): Likewise.
31019         (__mpn_rshift): Do not use BP_SYM.
31020         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31021         "bp-asm.h".
31022         (PARMS): Do not use macros from bp-asm.h.
31023         (STR): Likewise.
31024         (CHR): Likewise.
31025         (strchr): Likewise.  Do not use BP_SYM.
31026         (index): Do not use BP_SYM in weak_alias.
31027         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31028         "bp-asm.h".
31029         (PARMS): Do not use macros from bp-asm.h.
31030         (DEST): Likewise.
31031         (SRC): Likewise.
31032         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31033         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31034         "bp-asm.h".
31035         (PARMS): Do not use macros from bp-asm.h.
31036         (strlen): Do not use BP_SYM.
31037         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31038         "bp-asm.h".
31039         (PARMS): Do not use macros from bp-asm.h.
31040         (S1): Likewise.
31041         (S2): Likewise.
31042         (SIZE): Likewise.
31043         (__mpn_sub_n): Do not use BP_SYM.
31044         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31045         "bp-asm.h".
31046         (PARMS): Do not use macros from bp-asm.h.
31047         (S1): Likewise.
31048         (SIZE): Likewise.
31049         (__mpn_submul_1): Do not use BP_SYM.
31050         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31051         "bp-asm.h".
31052         (PARMS): Do not use macros from bp-asm.h.
31053         (S1): Likewise.
31054         (S2): Likewise.
31055         (SIZE): Likewise.
31056         (__mpn_add_n): Do not use BP_SYM.
31057         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31058         weak_alias.
31059         (bzero): Likewise.
31060         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31061         "bp-asm.h".
31062         (PARMS): Do not use macros from bp-asm.h.
31063         (BLK2): Likewise.
31064         (LEN): Likewise.
31065         (memcmp): Do not use BP_SYM.
31066         (bcmp): Do not use BP_SYM in weak_alias.
31067         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31068         "bp-asm.h".
31069         (PARMS): Do not use macros from bp-asm.h.
31070         (DEST): Likewise.
31071         (SRC): Likewise.
31072         (LEN): Likewise.
31073         (memcpy): Likewise.  Do not use BP_SYM.
31074         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31075         "bp-asm.h".
31076         (PARMS): Do not use macros from bp-asm.h.
31077         (DEST): Likewise.
31078         (SRC): Likewise.
31079         (LEN): Likewise.
31080         (memmove): Likewise.  Do not use BP_SYM.
31081         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31082         "bp-asm.h".
31083         (PARMS): Do not use macros from bp-asm.h.
31084         (DEST): Likewise.
31085         (SRC): Likewise.
31086         (LEN): Likewise.
31087         (__mempcpy): Likewise.  Do not use BP_SYM.
31088         (mempcpy): Do not use BP_SYM in weak_alias.
31089         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31090         "bp-asm.h".
31091         (PARMS): Do not use macros from bp-asm.h.
31092         (DEST): Likewise.
31093         (LEN): Likewise.
31094         [!BZERO_P] (CHR): Likewise.
31095         (memset): Likewise.  Do not use BP_SYM.
31096         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31097         "bp-asm.h".
31098         (PARMS): Do not use macros from bp-asm.h.
31099         (STR2): Likewise.
31100         (strcmp): Do not use BP_SYM.
31101         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31102         "bp-asm.h".
31103         (PARMS): Do not use macros from bp-asm.h.
31104         (STR): Likewise.
31105         (DELIM): Likewise.
31106         [USE_AS_STRTOK_R] (SAVE): Likewise.
31107         (FUNCTION): Likewise.  Do not use BP_SYM.
31108         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31109         aliases.
31110         (strtok_r): Likewise.
31111         (__GI___strtok_r): Likewise.
31112         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31113         (PARMS): Do not use macros from bp-asm.h.
31114         (S): Likewise.
31115         (SIZE): Likewise.
31116         (__mpn_lshift): Do not use BP_SYM.
31117         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31118         (PARMS): Do not use macros from bp-asm.h.
31119         (STR): Likewise.
31120         (CHR): Likewise.
31121         (__memchr): Do not use BP_SYM.
31122         (memchr): Do not use BP_SYM in weak_alias.
31123         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31124         (PARMS): Do not use macros from bp-asm.h.
31125         (BLK2): Likewise.
31126         (LEN): Likewise.
31127         (memcmp): Do not use BP_SYM.
31128         (bcmp): Do not use BP_SYM in weak_alias.
31129         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31130         (PARMS): Do not use macros from bp-asm.h.
31131         (S1): Likewise.
31132         (SIZE): Likewise.
31133         (__mpn_mul_1): Do not use BP_SYM.
31134         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31135         "bp-asm.h".
31136         (PARMS): Do not use macros from bp-asm.h.
31137         (STR): Likewise.
31138         (CHR): Likewise.
31139         (__rawmemchr): Do not use BP_SYM.
31140         (rawmemchr): Do not use BP_SYM in weak_alias.
31141         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31142         (PARMS): Do not use macros from bp-asm.h.
31143         (S): Likewise.
31144         (SIZE): Likewise.
31145         (__mpn_rshift): Do not use BP_SYM.
31146         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31147         (PARMS): Do not use macros from bp-asm.h.
31148         (SIGMSK): Likewise.
31149         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31150         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31151         (_start): Do not use BP_SYM.
31152         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31153         (PARMS): Do not use macros from bp-asm.h.
31154         (DEST): Likewise.
31155         (SRC): Likewise.
31156         (__stpcpy): Likewise.  Do not use BP_SYM.
31157         (stpcpy): Do not use BP_SYM in weak_alias.
31158         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31159         "bp-asm.h".
31160         (PARMS): Do not use macros from bp-asm.h.
31161         (DEST): Likewise.
31162         (SRC): Likewise.
31163         (LEN): Likewise.
31164         (__stpncpy): Likewise.  Do not use BP_SYM.
31165         (stpncpy): Do not use BP_SYM in weak_alias.
31166         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31167         (PARMS): Do not use macros from bp-asm.h.
31168         (STR): Likewise.
31169         (CHR): Likewise.
31170         (strchr): Likewise.  Do not use BP_SYM.
31171         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31172         "bp-asm.h".
31173         (PARMS): Do not use macros from bp-asm.h.
31174         (STR): Likewise.
31175         (CHR): Likewise.
31176         (__strchrnul): Likewise.  Do not use BP_SYM.
31177         (strchrnul): Do not use BP_SYM in weak_alias.
31178         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31179         "bp-asm.h".
31180         (PARMS): Do not use macros from bp-asm.h.
31181         (STOP): Likewise.
31182         (strcspn): Do not use BP_SYM.
31183         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31184         "bp-asm.h".
31185         (PARMS): Do not use macros from bp-asm.h.
31186         (STR): Likewise.
31187         (STOP): Likewise.
31188         (strpbrk): Likewise.  Do not use BP_SYM.
31189         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31190         "bp-asm.h".
31191         (PARMS): Do not use macros from bp-asm.h.
31192         (STR): Likewise.
31193         (CHR): Likewise.
31194         (strrchr): Likewise.  Do not use BP_SYM.
31195         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31196         (PARMS): Do not use macros from bp-asm.h.
31197         (SKIP): Likewise.
31198         (strspn): Do not use BP_SYM.
31199         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31200         (PARMS): Do not use macros from bp-asm.h.
31201         (STR): Likewise.
31202         (DELIM): Likewise.
31203         (SAVE): Likewise.
31204         (FUNCTION): Likewise.  Do not use BP_SYM.
31205         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31206         aliases.
31207         (strtok_r): Likewise.
31208         (__GI___strtok_r): Likewise.
31209         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31210         (PARMS): Do not use macros from bp-asm.h.
31211         (S1): Likewise.
31212         (S2): Likewise.
31213         (SIZE): Likewise.
31214         (__mpn_sub_n): Do not use BP_SYM.
31215         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31216         "bp-asm.h".
31217         (PARMS): Do not use macros from bp-asm.h.
31218         (S1): Likewise.
31219         (SIZE): Likewise.
31220         (__mpn_submul_1): Do not use BP_SYM.
31221         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31222         <bp-sym.h>.
31223         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31224         and <bp-asm.h>.
31225         (PARMS): Do not use macros from bp-asm.h.
31226         (FLAGS): Likewise.
31227         (PTID): Likewise.
31228         (TLS): Likewise.
31229         (CTID): Likewise.
31230         (__clone): Do not use BP_SYM.
31231         (clone): Do not use BP_SYM in weak_alias.
31232         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31233         and <bp-asm.h>.
31234         (PARMS): Do not use macros from bp-asm.h.
31235         (LEN): Likewise.
31236         (__mmap64): Do not use BP_SYM.
31237         (mmap64): Do not use BP_SYM in weak_alias.
31238         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31239         <bp-sym.h> and <bp-asm.h>.
31240         (PARMS): Do not use macros from bp-asm.h.
31241         (__posix_fadvise64_l64): Do not use BP_SYM.
31242         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31243         (PARMS): Do not use macros from bp-asm.h.
31244         (NSOPS): Likewise.
31245         (semtimedop): Do not use BP_SYM.
31246         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31247         and <bp-asm.h>.
31249 2013-02-21  Allan McRae  <allan@archlinux.org>
31251         * manual/message.texi (Charset conversion in gettext):
31252         Move @end statement to beginning of line.
31254 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31256         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31257         static.
31258         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31259         Likewise.
31261         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31262         (denorm): Likewise.
31263         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31264         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31266 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31268         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31269         tail-call to the resolved function if pltexit isn't needed.
31271 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31273         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31274         or Y being zero as being unlikely.
31275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31276         Likewise.
31278 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31280         * manual/nss.texi (System Databases and Name Service Switch):
31281         Remove frobnicate @pxref.
31283 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31285         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31286         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31288 2013-02-20  Petr Machata  <pmachata@redhat.com>
31290         * elf/elf.h (R_ARM_TARGET1): New macro.
31291         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31292         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31293         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31294         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31295         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31296         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31297         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31298         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31299         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31300         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31301         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31302         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31303         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31304         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31305         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31306         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31307         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31308         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31309         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31310         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31311         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31312         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31313         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31314         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31315         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31316         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31317         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31318         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31319         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31320         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31321         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31322         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31323         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31324         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31325         (R_ARM_THM_GOT_BREL12): Likewise.
31326         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31327         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31328         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31329         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31330         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31331         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31332         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31333         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31334         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31336 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31338         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31339         __attribute_used__ to __attribute__ ((unused)).
31341 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31343         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31344         powerpc mpa.c.
31345         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31346         comment formatting.
31347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31349 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31351         [BZ #13550]
31352         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31353         Remove macro.
31354         (ENTER): Remove both macro definitions.
31355         (LEAVE): Likewise.
31356         (CHECK_BOUNDS_LOW): Likewise.
31357         (CHECK_BOUNDS_HIGH): Likewise.
31358         (CHECK_BOUNDS_BOTH): Likewise.
31359         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31360         (RETURN_BOUNDED_POINTER): Likewise.
31361         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31362         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31363         (POP_ERRNO_LOCATION_RETURN): Likewise.
31364         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31365         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31366         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31367         macros.
31368         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31369         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31370         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31371         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31372         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31373         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31374         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31375         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31376         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31377         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31378         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31379         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31380         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31381         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31382         removed macros.
31383         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31384         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31385         macros.
31386         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31387         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31388         * sysdeps/i386/i586/memset.S (memset): Likewise.
31389         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31390         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31391         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31392         macros.
31393         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31394         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31395         Change uses of L(2) to L(out).
31396         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31397         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31398         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31399         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31400         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31401         removed macros.
31402         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31403         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31404         macros.
31405         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31406         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31407         (RETURN): Do not use macro LEAVE.
31408         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31409         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31410         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31411         * sysdeps/i386/i686/memset.S (memset): Likewise.
31412         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31413         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31414         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31415         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31416         Likewise.
31417         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31418         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31419         L(1_2) and L(1_3) into L(1).
31420         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31421         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31422         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31423         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31424         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31425         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31426         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31427         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31428         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31429         macros.
31430         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31431         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31432         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31433         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31434         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31435         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31436         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31437         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31438         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31439         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31440         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31441         * sysdeps/i386/strspn.S (strspn): Likewise.
31442         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31443         conditional code.
31444         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31445         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31446         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31447         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31448         L(1_3) into L(1_1).
31449         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31450         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31451         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31452         macros.
31453         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31455 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31457         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31458         macro.
31460 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31462         * math/atest-exp.c (exp_mpn): Remove ROUND.
31463         * math/atest-exp2.c (exp_mpn): Likewise.
31464         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31466         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31467         * stdlib/tst-tls-atexit-lib.c: Likewise.
31468         * stdlib/tst-tls-atexit.c: Likewise.
31470 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31472         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31473         and __attribute_alloc_size__.
31475 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31477         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31478         __attribute_alloc_size__.
31479         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31480         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31482 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31484         * include/programs/xmalloc.h: New file.
31485         * catgets/gencat.c: Include it.
31486         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31487         * elf/pldd.c: Likewise.
31488         * iconv/iconv_charmap.c: Likewise.
31489         * iconv/iconvconfig.c: Likewise.
31490         * iconv/strtab.c: Likewise.
31491         * locale/programs/locale.c: Likewise.
31492         * locale/programs/localedef.h: Likewise.
31493         * locale/programs/simple-hash.c: Likewise.
31494         * nscd/nscd.h: Likewise.
31495         * nss/makedb.c: Likewise.
31496         * sysdeps/generic/ldconfig.h: Likewise.
31498 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31500         * Versions.def: Add GLIBC_2.18.
31501         * include/link.h (struct link_map): New member l_tls_dtor_count.
31502         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31503         (__call_tls_dtors): Likewise.
31504         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31505         __cxa_thread_atexit_impl.
31506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31507         Likewise.
31508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31509         Likewise.
31510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31511         Likewise.
31512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31513         Likewise.
31514         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31516         Likewise.
31517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31518         Likewise.
31519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31520         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31521         Likewise.
31522         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31523         (tests): Add test case tst-tls-atexit.
31524         (modules-names): Add shared library for tst-tls-atexit.
31525         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31526         (GLIBC_PRIVATE): Add __call_tls_dtors.
31527         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31528         for libstdc++.
31529         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31530         * stdlib/tst-tls-atexit.c: New test case.
31531         * stdlib/tst-tls-atexit-lib.c: New test case.
31533         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31535         * elf/Versions (ld): Add _dl_find_dso_for_object.
31536         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31537         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31538         (dl_open_worker): Use _dl_find_dso_for_object.
31539         * elf/dl-sym.c (do_sym): Likewise.
31540         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31542 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31544         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31545         Syntactic changes only.
31546         (_dl_runtime_profile): Do a tail-call to the resolved function.
31548 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31550         [BZ #13550]
31551         * sysdeps/x86_64/bp-asm.h: Remove file.
31552         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31553         <bp-sym.h> and <bp-asm.h>.
31554         (__clone): Do not use BP_SYM.
31555         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31556         <bp-sym.h> and <bp-asm.h>.
31557         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31558         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31559         "bp-asm.h".
31560         (_setjmp): Do not use BP_SYM.
31561         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31562         "bp-asm.h".
31563         (setjmp): Do not use BP_SYM.
31564         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31565         libc_hidden_def.
31566         (mempcpy): Do not use BP_SYM in weak_alias.
31567         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31568         "bp-asm.h".
31569         (strchr): Do not use BP_SYM.
31570         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31571         "bp-asm.h".
31572         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31573         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31574         (_start): Do not use BP_SYM.
31575         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31576         "bp-asm.h".
31577         (strcat): Do not use BP_SYM.
31578         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31579         "bp-asm.h".
31580         (STRCMP): Do not use BP_SYM.
31581         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31582         "bp-asm.h".
31583         (STRCPY): Do not use BP_SYM.
31584         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31585         "bp-asm.h".
31586         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31587         "bp-asm.h".
31588         (FUNCTION): Do not use BP_SYM.
31589         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31590         weak_alias.
31591         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31593 2013-02-17  Andreas Jaeger  <aj@suse.de>
31595         * time/Versions: Sort entries.
31596         * string/Versions: Likewise.
31597         * resolv/Versions: Likewise.
31598         * posix/Versions: Likewise.
31599         * iconv/Versions: Likewise.
31600         * elf/Versions: Likewise.
31601         * wcsmbs/Versions: Likewise.
31603 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31605         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31606         loop termination condition.
31608         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31609         variable to calculate EZ.
31610         (__sqr): Likewise.
31612         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31613         the lower precision input.
31615 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31617         [BZ #13550]
31618         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31619         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31620         (run-via-rtld-prefix): Do not handle %-bp tests.
31621         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31622         (all-object-suffixes): Remove .ob.
31623         (bppfx): Remove variable.
31624         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31625         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31626         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31627         [$(build-bounded) = yes] (libtype.ob): Likewise.
31628         * Makerules (elide-routines.ob): Remove variable.
31629         (do-tests-clean): Do not handle *-bp.out.
31630         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31631         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31632         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31633         (tests): Do not include $(tests-bp.out).
31634         (xtests): Do not include $(xtests-bp.out).
31635         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31636         [$(build-bounded) = yes] ($(addprefix
31637         $(objpfx),$(binaries-bounded))): Remove rule.
31638         ($(objpfx)%-bp.out): Remove rule.
31639         * config.make.in (build-bounded): Remove variable.
31640         * crypt/Makefile [$(build-bounded) = yes]
31641         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31642         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31643         append to variable.
31644         [$(build-bounded) = yes] (install-lib): Likewise.
31645         [$(build-bounded) = yes] (generated): Likewise.
31646         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31647         Remove rule.
31648         * intl/Makefile [$(build-bounded) = yes]
31649         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31650         * math/Makefile [$(build-bounded) = yes]
31651         ($(tests:%=$(objpfx)%-bp): Likewise.
31652         * misc/Makefile [$(build-bounded) = yes]
31653         ($(objpfx)tst-tsearch-bp): Likewise.
31654         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31655         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31656         Remove dependency.
31657         * string/Makefile (o-objects.ob): Remove variable.
31658         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31659         (CFLAGS-.ob): Remove variable.
31660         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31661         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31662         both definitions of variable.
31663         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31664         (ASFLAGS-.ob): Remove variable.
31666 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31668         [BZ #13550]
31669         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31670         Remove __BOUNDED_POINTERS__ from condition.
31671         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31672         * string/bits/string2.h [!__NO_STRING_INLINES &&
31673         !__BOUNDED_POINTERS__]: Likewise.
31674         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31675         Likewise.
31676         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31677         Remove conditional code.
31678         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31679         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31680         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31681         condition.
31683         [BZ #13550]
31684         * csu/libc-start.c: Do not include <bp-sym.h>.
31685         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31686         * elf/dl-open.c: Do not include <bp-sym.h>.
31687         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31688         * math/fegetenv.c: Do not include <bp-sym.h>.
31689         (fegetenv): Do not use BP_SYM in versioned symbols.
31690         * nptl/sysdeps/pthread/bits/libc-lockP.h
31691         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31692         <bp-sym.h>.
31693         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31694         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31695         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31696         (__pthread_mutex_destroy): Likewise.
31697         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31698         (__pthread_mutex_lock): Likewise.
31699         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31700         (__pthread_mutex_trylock): Likewise.
31701         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31702         (__pthread_mutex_unlock): Likewise.
31703         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31704         (__pthread_mutexattr_init): Likewise.
31705         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31706         (__pthread_mutexattr_destroy): Likewise.
31707         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31708         (__pthread_mutexattr_settype): Likewise.
31709         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31710         (__pthread_rwlock_init): Likewise.
31711         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31712         (__pthread_rwlock_destroy): Likewise.
31713         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31714         (__pthread_rwlock_rdlock): Likewise.
31715         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31716         (__pthread_rwlock_tryrdlock): Likewise.
31717         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31718         (__pthread_rwlock_wrlock): Likewise.
31719         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31720         (__pthread_rwlock_trywrlock): Likewise.
31721         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31722         (__pthread_rwlock_unlock): Likewise.
31723         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31724         (__pthread_key_create): Likewise.
31725         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31726         (__pthread_setspecific): Likewise.
31727         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31728         (__pthread_getspecific): Likewise.
31729         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31730         Likewise.
31731         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31732         (_pthread_cleanup_push_defer): Likewise.
31733         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31734         (_pthread_cleanup_pop_restore): Likewise.
31735         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31736         (pthread_setcancelstate): Likewise.
31737         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31738         <bp-sym.h>.
31739         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31740         (memchr): Do not use BP_SYM in weak_alias.
31741         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31742         (fegetenv): Do not use BP_SYM in versioned symbols.
31743         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31744         (fesetenv): Do not use BP_SYM in versioned symbols.
31745         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31746         (feupdateenv): Do not use BP_SYM in versioned symbols.
31747         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31748         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31749         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31750         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31751         (open64): Do not use BP_SYM in weak_alias.
31752         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31753         (fegetenv): Do not use BP_SYM in versioned symbols.
31754         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31755         (fesetenv): Do not use BP_SYM in versioned symbols.
31756         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31757         (feupdateenv): Do not use BP_SYM in versioned symbols.
31758         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31759         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31760         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31761         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31762         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31763         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31764         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31765         <bp-sym.h>.
31766         (__libc_start_main): Do not use BP_SYM.
31768 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31770         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31771         redundant return line.
31772         (norm): Likewise.
31773         (denorm): Likewise.
31774         (dbl_mp): Likewise.
31775         (sub_magnitudes): Likewise.
31776         (__add): Likewise.
31777         (__sub): Likewise.
31778         (__mul): Likewise.
31779         (__inv): Likewise.
31780         (__dvd): Likewise.
31781         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31782         (norm): Likewise.
31783         (denorm): Likewise.
31784         (dbl_mp): Likewise.
31785         (sub_magnitudes): Likewise.
31786         (__add): Likewise.
31787         (__sub): Likewise.
31788         (__mul): Likewise.
31789         (__inv): Likewise.
31790         (__dvd): Likewise.
31792         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31793         instead of __mul.
31794         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31795         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31796         (cc32): Likewise.
31798         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31799         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31800         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31801         of __mul for squares.
31802         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31803         function
31804         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31805         Likewise.
31806         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31807         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31809 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31811         [BZ #13550]
31812         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31813         code.
31814         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31815         prototype or function definition.  Rename ubp_* variables and
31816         parameters.  Remove argv definitions conditional on
31817         [__BOUNDED_POINTERS__].
31818         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31819         * elf/dl-runtime.c (_dl_fixup): Likewise.
31820         * include/set-hooks.h (RUN_HOOK): Likewise.
31821         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31822         definition.
31823         * string/strcpy.c (strcpy): Do not use __unbounded.
31824         * sysdeps/generic/frame.h (struct layout): Likewise.
31825         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31826         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31827         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31828         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31829         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31830         (__backtrace): Likewise.
31831         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31832         use __ptrvalue.
31833         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31834         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31835         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31836         Likewise.
31837         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31838         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31839         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31840         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31841         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31842         Do not use __unbounded.
31843         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31844         Rename __unboundedrlimits parameter to rlimits in prototype.
31845         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31846         Do not use __unbounded.
31847         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31848         not use __ptrvalue.
31849         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31850         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31851         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31852         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31853         __ptrvalue or __unbounded.
31854         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31855         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31856         use __unbounded.
31857         (__new_msgctl): Do not use __ptrvalue.
31858         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31859         __unbounded.
31860         (__libc_msgrcv): Do not use __ptrvalue.
31861         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31862         startup_info): Do not use __unbounded.
31863         (__libc_start_main): Likewise.  Rename ubp_* variables and
31864         parameters.  Remove argv definitions conditional on
31865         [__BOUNDED_POINTERS__].
31866         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31867         __ptrvalue.
31868         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31869         use __unbounded.
31870         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31871         or __ptrvalue.
31872         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31873         use __unbounded.
31874         (__new_shmctl): Do not use __ptrvalue.
31875         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31876         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31877         Likewise.
31878         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31879         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31880         (__libc_sigaction): Likewise.
31881         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31882         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31883         Likewise.
31884         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31886 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31888         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31890         * string/mempcpy.c: Implement by calling memcpy.
31892 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31894         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31896         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31897         evaluation.
31899         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31900         values in the mantissa.
31902         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31903         minimize writes to Z.
31904         (sub_magnitudes): Simplify code a bit.
31906 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31908         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31909         from the message.  The linker prefixes all warnings with that already.
31911 2013-02-12  Andreas Schwab  <schwab@suse.de>
31913         [BZ #15078]
31914         * posix/regexec.c (extend_buffers): Add parameter min_len.
31915         (check_matching): Pass minimum needed length.
31916         (clean_state_log_if_needed): Likewise.
31917         (get_subexp): Likewise.
31918         * posix/Makefile (tests): Add bug-regex34.
31919         (bug-regex34-ENV): Define.
31920         * posix/bug-regex34.c: New file.
31922         [BZ #11561]
31923         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31924         elements compare against the byte sequence of it, not its name.
31925         * posix/Makefile (tests): Add bug-regex35.
31926         (bug-regex35-ENV): Define.
31927         * posix/bug-regex35.c: New file.
31929 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31931         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31932         comment.
31933         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31934         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31935         (CHECK_EOL): Add undef.
31937 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31939         * bits/stdlib-bsearch.h: New file.
31940         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31941         * stdlib/stdlib.h: Likewise.
31943 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31945         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31946         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31947         declaration.
31948         * manual/search.texi (Array Search Function): Add missing const in
31949         lfind prototype.
31950         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31951         declaration to use rlim_t.
31952         (Basic Scheduling Functions): Remove erroneous const from
31953         sched_getparam prototype.  Remove erroneous * from
31954         sched_get_priority_max and sched_get_priority_min prototypes.
31955         (Resource Usage): Fix summary @comment on vtimes to refer to
31956         sys/vtimes.h rather than vtimes.h.
31957         Add missing *s in vtimes prototype.
31958         (Limits on Resources): Fix ulimit prototype to return long int.
31959         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31960         prototypes to use long int rather than double.
31961         (BSD Random): Fix initstate and setstate to use char *, not void *.
31962         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31963         prototype to make second argument 'struct aiocb64 *const[]'.
31964         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31965         (Status of AIO Operations): Remove erroneous const in aio_return and
31966         aio_return64 prototypes.
31967         (Synchronizing I/O): Fix sync prototype to return void.
31968         * manual/startup.texi (Suboptions): Remove an erroneous const in
31969         getsubopt prototype.
31970         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31971         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31972         use size_t rather than int.
31973         (Scanning All Users): Likewise for getpwent_r.
31974         (Setting Groups): Add missing const to setgroups prototype.
31975         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31976         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31977         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31978         'const void *' rather than 'const char *'.
31979         (Host Address Functions): Likewise for inet_ntop.
31980         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31981         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31982         ssize_t for return value.
31983         (Sending Data): Likewise for send, sendto, sendmsg.
31984         (Socket Option Functions): Add a missing const in setsockopt prototype.
31985         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31986         use wchar_t for the argument.
31987         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31988         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31989         take no arguments.
31990         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31991         double/float/long double for second argument.
31992         Fix return types of significand, significandf, significandl.
31993         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31994         argument in fchmod prototype.
31995         (File Owner): Use uid_t and gid_t in fchown prototype.
31996         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31997         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31998         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31999         use 'const struct dirent **' as argument types to CMP function pointer
32000         argument.
32001         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32002         (File Times): Fix summary magic @comment for struct utimbuf and utime
32003         to refer to utime.h, not time.h.
32004         * manual/string.texi (Argz Functions): Add missing const in
32005         argz_extract and argz_next prototypes.
32006         (Finding Tokens in a String): Likewise for basename.
32007         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32008         (Copying and Concatenation): Fix typo in wmemmove prototype.
32009         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32010         (Signal Stack): Remove erroneous const in sigstack prototype.
32011         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32012         prototype.
32013         (Simple Calendar Time): Likewise for stime.
32014         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32015         prototype.
32016         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32017         say sys/sysctl.h instead.
32018         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32019         and vsyslog prototypes.
32021 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32023         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32024         Remove.
32026 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32028         * misc/sys/mman.h: Fix typo in mremap comment.
32030 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32032         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32033         the '\0' terminator.
32035 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32037         [BZ #13550]
32038         * debug/segfault.c: Don't include <bp-checks.h>.
32039         * sysdeps/generic/bp-checks.h: Remove file.
32040         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32041         (__GETDENTS): Don't use CHECK_N.
32042         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32043         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32044         (__getgroups): Don't use CHECK_N.
32045         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32046         (setgroups): Don't use CHECK_N.
32047         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32048         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32049         (__libc_msgrcv): Don't use CHECK_N.
32050         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32051         (__libc_msgsnd): Don't use CHECK_N.
32052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32053         <bp-checks.h>.
32054         (__libc_pread): Don't use CHECK_N.
32055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32056         include <bp-checks.h>.
32057         (__libc_pread64): Don't use CHECK_N.
32058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32059         include <bp-checks.h>.
32060         (__libc_pwrite): Don't use CHECK_N.
32061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32062         include <bp-checks.h>.
32063         (__libc_pwrite64): Don't use CHECK_N.
32064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32065         <bp-checks.h>.
32066         (__libc_pread): Don't use CHECK_N.
32067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32068         include <bp-checks.h>.
32069         (__libc_pread64): Don't use CHECK_N.
32070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32071         include <bp-checks.h>.
32072         (__libc_pwrite): Don't use CHECK_N.
32073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32074         include <bp-checks.h>.
32075         (__libc_pwrite64): Don't use CHECK_N.
32076         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32077         (do_pread): Don't use CHECK_N.
32078         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32079         (do_pread64): Don't use CHECK_N.
32080         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32081         (do_pwrite): Don't use CHECK_N.
32082         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32083         (do_pwrite64): Don't use CHECK_N.
32084         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32085         (__libc_readv): Don't use CHECK_N.
32086         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32087         (semop): Don't use CHECK_N.
32088         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32089         <bp-checks.h>.
32090         (semtimedop): Don't use CHECK_N.
32091         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32092         (__libc_pread): Don't use CHECK_N.
32093         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32094         <bp-checks.h>.
32095         (__libc_pread64): Don't use CHECK_N.
32096         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32097         <bp-checks.h>.
32098         (__libc_pwrite): Don't use CHECK_N.
32099         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32100         <bp-checks.h>.
32101         (__libc_pwrite64): Don't use CHECK_N.
32102         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32103         <bp-checks.h>.
32104         (__libc_msgrcv): Don't use CHECK_N.
32105         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32106         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32107         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32108         (__libc_writev): Don't use CHECK_N.
32110 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32112         * string/strcpy.c: Removed unused variable.
32114         * Makeconfig (+sysdep-includes): Define with := rather than =.
32115         Use an existing include/ subdir of each sysdeps dir before it.
32117 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32119         * nscd/connection.c (register_traced_file): Comment function.
32120         [HAVE_INOTIFY] (union __inev): Define.
32121         [HAVE_INOTIFY] (inotify_check_files): New function.
32122         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32123         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32124         clear_db_cache.
32125         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32127 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32129         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32130         loaded if not already and that a failure is permanent.
32132 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32134         [BZ #15006]
32135         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32136         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32138 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32140         [BZ #13550]
32141         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32142         (CHECK_1_NULL_OK): Likewise.
32143         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32144         (__fxstat): Do not use CHECK_1.
32145         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32146         <bp-checks.h>.
32147         (___fxstat64): Do not use CHECK_1.
32148         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32149         <bp-checks.h>.
32150         (__fxstatat): Do not use CHECK_1.
32151         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32152         <bp-checks.h>.
32153         (__fxstatat64): Do not use CHECK_1.
32154         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32155         <bp-checks.h>.
32156         (__fxstat): Do not use CHECK_1.
32157         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32158         <bp-checks.h>.
32159         (__fxstatat): Do not use CHECK_1.
32160         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32161         <bp-checks.h>.
32162         (__getresgid): Do not use CHECK_1.
32163         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32164         <bp-checks.h>.
32165         (__getresuid): Do not use CHECK_1.
32166         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32167         <bp-checks.h>.
32168         (__lxstat): Do not use CHECK_1.
32169         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32170         <bp-checks.h>.
32171         (__old_msgctl): Do not use CHECK_1.
32172         (__new_msgctl): Likewise.
32173         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32174         <bp-checks.h>.
32175         (__new_setrlimit): Do not use CHECK_1.
32176         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32177         <bp-checks.h>.
32178         (__old_shmctl): Do not use CHECK_1.
32179         (__new_shmctl): Likewise.
32180         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32181         <bp-checks.h>.
32182         (__xstat): Do not use CHECK_1.
32183         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32184         (__lxstat): Do not use CHECK_1.
32185         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32186         <bp-checks.h>.
32187         (___lxstat64): Do not use CHECK_1.
32188         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32189         (__old_msgctl): Do not use CHECK_1.
32190         (__new_msgctl): Likewise.
32191         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32192         <bp-checks.h>.
32193         (__gettimeofday): Do not use CHECK_1.
32194         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32195         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32196         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32197         <bp-checks.h>.
32198         (__gettimeofday): Do not use CHECK_1.
32199         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32200         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32201         (__new_shmctl): Do not use CHECK_1.
32202         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32203         <bp-checks.h>.
32204         (do_sigtimedwait): Do not use CHECK_1.
32205         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32206         <bp-checks.h>.
32207         (do_sigwaitinfo): Do not use CHECK_1.
32208         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32209         <bp-checks.h>.
32210         (msgctl): Do not use CHECK_1.
32211         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32212         <bp-checks.h>.
32213         (shmctl): Do not use CHECK_1.
32214         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32215         (ustat): Do not use CHECK_1.
32216         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32217         <bp-checks.h>.
32218         (__fxstat): Do not use CHECK_1.
32219         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32220         <bp-checks.h>.
32221         (__fxstatat): Do not use CHECK_1.
32222         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32223         <bp-checks.h>.
32224         (__lxstat): Do not use CHECK_1.
32225         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32226         <bp-checks.h>.
32227         (__xstat): Do not use CHECK_1.
32228         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32229         (__xstat): Do not use CHECK_1.
32230         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32231         (___xstat64): Do not use CHECK_1.
32233         [BZ #13550]
32234         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32235         definitions.
32236         (CHECK_BOUNDS_HIGH): Likewise.
32237         * string/strcpy.c: Do not include <bp-checks.h>.
32238         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32240 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32242         * nscd/nscd-client.h (__nscd_drop_map_ref):
32243         Add __attribute__ ((unused)).
32244         * nis/nss-nisplus.h (niserr2nss): Likewise.
32246         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32247         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32249         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32250         Remove inline keyword.
32251         * include/rounding-mode.h (round_away): Likewise.
32252         * libio/wfileops.c (adjust_wide_data): Likewise.
32253         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32254         (__m128i_strloadu_tolower): Likewise.
32255         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32256         (__m128i_strloadu_tolower): Likewise.
32257         * time/mktime.c (ydhms_diff): Likewise.
32258         * locale/elem-hash.h (elem_hash): Likewise.
32259         * locale/setlocale.c (setdata): Likewise.
32260         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32261         (re_string_wchar_at): Likewise.
32262         (bitset_not, bitset_merge, bitset_mask): Likewise.
32263         [!(__GNUC__ > 3)] (inline): Remove macro.
32264         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32265         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32266         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32267         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32268         * string/memcmp.c (memcmp_bytes): Likewise.
32269         * locale/programs/locarchive.c (compute_hashval): Likewise.
32270         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32271         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32272         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32273         * nss/getent.c (print_rpc, print_protocols): Likewise.
32274         (print_passwd, print_group, print_aliases): Likewise.
32275         * nis/nss-nisplus.h (niserr2nss): Likewise.
32276         * nscd/connections.c (restart_p): Likewise.
32277         Change return type to bool.
32279 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32281         * Makeconfig (all-Depend-files): Add existing
32282         $(sorted-subdirs:=/Depend) files.
32283         (all-subdirs): Remove nss.
32284         * sysdeps/unix/inet/Subdirs: Add it here instead.
32285         * hesiod/Depend: New file.
32287         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32288         instead of calling alloca.
32290         * io/lseek.c (__lseek): Rename to __libc_lseek.
32291         Define __lseek as an alias.
32293         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32295 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32297         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32298         else clause and remove check for non-standard endianness.
32300 2013-02-04  David S. Miller  <davem@davemloft.net>
32302         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32304 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32306         [BZ #13550]
32307         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32308         (__ubp_memchr): Remove prototype.
32309         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32310         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32311         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32312         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32313         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32314         Remove alias.
32315         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32316         (__ubp_memchr): Likewise.
32317         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32318         (__ubp_memchr): Likewise.
32319         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32320         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32321         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32322         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32323         CHECK_STRING.
32324         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32325         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32326         (__getcwd): Do not use CHECK_STRING.
32327         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32328         <bp-checks.h>.
32329         (__real_chown): Do not use CHECK_STRING.
32330         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32331         <bp-checks.h>.
32332         (fchownat): Do not use CHECK_STRING.
32333         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32334         CHECK_STRING.
32335         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32336         <bp-checks.h>.
32337         (__lchown): Do not use CHECK_STRING.
32338         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32339         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32340         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32341         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32343         include <bp-checks.h>.
32344         (truncate64): Do not use CHECK_STRING.
32345         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32346         <bp-checks.h>.
32347         (__real_chown): Do not use CHECK_STRING.
32348         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32349         <bp-checks.h>.
32350         (__lchown): Do not use CHECK_STRING.
32351         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32352         <bp-checks.h>.
32353         (__chown): Do not use CHECK_STRING.
32354         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32355         <bp-checks.h>.
32356         (truncate64): Do not use CHECK_STRING.
32357         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32358         Likewise.
32359         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32360         (__xmknod): Do not use CHECK_STRING.
32361         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32362         <bp-checks.h>.
32363         (__xmknodat): Do not use CHECK_STRING.
32364         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32365         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32367 2013-02-04  Andreas Schwab  <schwab@suse.de>
32369         [BZ #14142]
32370         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32371         * include/netdb.h: Likewise for h_errno.
32372         * elf/tst-stackguard1.c: Include <tls.h>.
32374 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32376         * elf/link.h (struct link_map): Extend the l_addr comment.
32377         * include/link.h (struct link_map): Likewise.
32379 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32381         [BZ #13550]
32382         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32383         (BOUNDED_1): Remove macro.
32384         * debug/backtrace.c: Don't include <bp-checks.h>.
32385         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32386         (__backtrace): Likewise.
32387         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32388         <bp-checks.h>.
32389         (__backtrace): Don't use BOUNDED_1.
32390         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32391         <bp-checks.h>.
32392         (__backtrace): Don't use BOUNDED_1.
32393         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32394         (__backtrace): Don't use BOUNDED_1.
32395         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32396         (shmat): Don't use BOUNDED_N.
32398 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32400         [BZ #13550]
32401         * sysdeps/generic/bp-start.h: Remove file.
32402         * csu/libc-start.c: Don't include <bp-start.h>.
32403         (LIBC_START_MAIN): Set up __environ directly instead of using
32404         INIT_ARGV_and_ENVIRON.
32405         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32406         <bp-start.h>.
32408         [BZ #13550]
32409         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32410         definitions.
32411         (CHECK_FCNTL): Likewise.
32412         (CHECK_N_PAGES): Likewise.
32414         [BZ #13550]
32415         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32416         definitions.
32417         (CHECK_SIGSET_NULL_OK): Likewise.
32418         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32419         <bp-checks.h>.
32420         (sigpending): Don't use CHECK_SIGSET.
32421         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32422         <bp-checks.h>.
32423         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32424         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32425         <bp-checks.h>.
32426         (do_sigsuspend): Don't use CHECK_SIGSET.
32427         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32428         use CHECK_SIGSET.
32429         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32430         (do_sigwait): Don't use CHECK_SIGSET.
32431         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32432         use CHECK_SIGSET.
32433         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32434         include <bp-checks.h>.
32435         (sigpending): Don't use CHECK_SIGSET.
32436         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32437         include <bp-checks.h>.
32438         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32439         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32440         <bp-checks.h>.
32441         (sigpending): Don't use CHECK_SIGSET.
32442         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32443         <bp-checks.h>.
32444         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32446         [BZ #13550]
32447         * sysdeps/generic/bp-semctl.h: Remove file.
32448         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32449         <bp-checks.h> and <bp-semctl.h>.
32450         (__old_semctl): Don't use CHECK_SEMCTL.
32451         (__new_semctl): Likewise.
32452         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32453         and <bp-semctl.h>.
32454         (__old_semctl): Don't use CHECK_SEMCTL.
32455         (__new_semctl): Likewise.
32456         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32457         <bp-checks.h> and <bp-semctl.h>.
32458         (__old_semctl): Don't use CHECK_SEMCTL.
32459         (__new_semctl): Likewise.
32460         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32461         <bp-checks.h> and <bp-semctl.h>.
32462         (semctl): Don't use CHECK_SEMCTL.
32464         [BZ #13550]
32465         * Makerules (elide-bp-thunks): Remove variable.
32466         (elide-routines.oS): Don't use $(elide-bp-thunks).
32467         (elide-routines.os): Likewise.
32468         (elide-routines.o): Likewise.
32469         (elide-routines.op): Likewise.
32470         (elide-routines.og): Likewise.
32471         (objects): Don't use $(bp-thunks).
32472         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32473         include.
32474         (common-generated): Do not add s-proto-bp.d.
32475         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32476         (int): Likewise.
32477         (typ): Likewise.
32478         Do not generate makefile rules for bounded-pointer thunks.
32479         * sysdeps/generic/bp-thunks.h: Remove file.
32480         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32481         * sysdeps/unix/s-proto-bp.S: Likewise.
32483         [BZ #15062]
32484         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32485         parts of result separately when argument is not close to line from
32486         -i to i and one part of argument is small.
32487         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32488         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32489         * math/libm-test.inc (cacos_test): Add more tests.
32490         (casin_test): Likewise.
32491         (casinh_test): Likewise.
32492         * sysdeps/i386/fpu/libm-test-ulps: Update.
32493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32495 2013-01-31  David S. Miller  <davem@davemloft.net>
32497         * po/de.po: Update from translation team.
32499 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32501         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32503 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32505         * configure.in (_AC_PROG_CC_C89): New definition.
32506         * configure: Regenerate.
32508         * configure.in (AC_PROG_CPP): New definition.
32509         * configure: Regenerate.
32511 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32513         * debug/tst-backtrace.h: New file.
32514         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32515         (ret): Remove variable.
32516         (x): Likewise.
32517         (FAIL): Remove macro.
32518         (NO_INLINE): Likewise.
32519         (fn1): Use match function instead of strstr.
32520         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32521         (ret): Remove variable.
32522         (x): Likewise.
32523         (FAIL): Remove macro.
32524         (NO_INLINE): Likewise.
32525         (fn): Use match function instead of strstr.
32526         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32527         (ret): Remove variable.
32528         (x): Likewise.
32529         (FAIL): Remove macro.
32530         (NO_INLINE): Likewise.
32531         (handle_signal): Use match function instead of strstr.
32532         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32533         (ret): Remove variable.
32534         (x): Likewise.
32535         (FAIL): Remove macro.
32536         (NO_INLINE): Likewise.
32537         (handle_signal): Use match function instead of strstr.
32539 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32541         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32543 2013-01-23  David S. Miller  <davem@davemloft.net>
32545         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32546         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32547         argument of CAS if possible.
32548         * sysdeps/sparc/sparc64/bits/atomic.h
32549         (__arch_compare_and_exchange_val_32_acq): Likewise.
32550         (__arch_compare_and_exchange_val_64_acq): Likewise.
32552 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32554         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32555         * sysdeps/posix/ulimit.c: ... this.
32556         Include <limits.h>.
32557         * sysdeps/unix/bsd/ulimit.c: Remove file.
32559 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32561         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32562         (LDFLAGS-tst-array5): Likewise.
32564 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32566         [BZ #15036]
32567         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32568         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32569         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32570         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32572 2013-01-21  David S. Miller  <davem@davemloft.net>
32574         * sysdeps/sparc/backtrace.c: New file.
32575         * sysdeps/sparc/sparc32/backtrace.h: New file.
32576         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32577         * sysdeps/sparc/sparc64/backtrace.h: New file.
32578         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32579         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32580         -funwind-tables.
32582 2013-01-21  Andreas Schwab  <schwab@suse.de>
32584         [BZ #15020]
32585         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32586         closed its stdout.
32588 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32590         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32591         "mpa2.h".
32592         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32594 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32595             Mark Mitchell  <mark@codesourcery.com>
32596             Tom de Vries  <tom@codesourcery.com>
32597             Paul Pluzhnikov  <ppluzhnikov@google.com>
32599         * debug/tst-backtrace2.c: New file.
32600         * debug/tst-backtrace3.c: Likewise.
32601         * debug/tst-backtrace4.c: Likewise.
32602         * debug/tst-backtrace5.c: Likewise.
32603         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32604         (CFLAGS-tst-backtrace3.c): Likewise.
32605         (CFLAGS-tst-backtrace4.c): Likewise.
32606         (CFLAGS-tst-backtrace5.c): Likewise.
32607         (LDFLAGS-tst-backtrace2): Likewise.
32608         (LDFLAGS-tst-backtrace3): Likewise.
32609         (LDFLAGS-tst-backtrace4): Likewise.
32610         (LDFLAGS-tst-backtrace5): Likewise.
32611         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32612         tst-backtrace4 and tst-backtrace5.
32614 2013-01-18  Anton Blanchard  <anton@samba.org>
32615             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32617         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32618         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32619         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32620         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32622         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32623         "+r" and remove output regs list as redundant.  Add explicit inline
32624         asm to specify register of return val to work around compiler codegen
32625         bug.  Remove (int) cast on return value.  Add return type parameter to
32626         use in macro so that this macro does not truncate return value for
32627         64-bit values.
32628         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32629         pass to INTERNAL_VSYSCALL_NCS.
32630         (INLINE_VSYSCALL): Add 'long int' as return type to
32631         INTERNAL_VSYSCALL_NCS macro invocation.
32632         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32633         INTERNAL_VSYSCALL_NCS macro invocation.
32634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32636 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32638         [BZ #14496]
32639         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32640         Fix application of SIMD FP exception mask.
32642         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32643         mp_no from a power of two.
32644         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32645         __mpexp_twomm1.  Use __pow_mp.
32647         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32648         multiplication.
32650 2013-01-17  David S. Miller  <davem@davemloft.net>
32652         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32654 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32656         [BZ #15023]
32657         * include/complex.h: Condition contents on [!_COMPLEX_H].
32658         (__kernel_casinhf): New prototype.
32659         (__kernel_casinh): Likewise.
32660         (__kernel_casinhl): Likewise.
32661         * math/Makefile (libm_calls): Add k_casinh.
32662         * math/k_casinh.c: New file.
32663         * math/k_casinhf.c: Likewise.
32664         * math/k_casinhl.c: Likewise.
32665         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32666         finite nonzero arguments.
32667         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32668         finite nonzero arguments.
32669         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32670         finite nonzero arguments.
32671         * math/s_casinh.c: Do not include <float.h>.
32672         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32673         * math/s_casinhf.c: Do not include <float.h>.
32674         (__casinhf): Move code for finite nonzero arguments to
32675         k_casinhf.c.
32676         * math/s_casinhl.c: Do not include <float.h>.
32677         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32678         redefine.
32679         (__casinhl): Move code for finite nonzero arguments to
32680         k_casinhl.c.
32681         * math/libm-test.inc (cacos_test): Add more tests.
32682         * sysdeps/i386/fpu/libm-test-ulps: Update.
32683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32685 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32687         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32688         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32689         [!HAVE_MREMAP]: Remove [defined linux] case.
32690         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32692 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32694         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32696 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32698         * elf/elf.h (R_386_SIZE32): New relocation.
32699         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32700         R_386_SIZE32.
32701         (elf_machine_rela): Likewise.
32702         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32703         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32705 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32707         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32708         (FP_FAST_FMA): Do not define.
32709         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32710         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32711         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32712         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32713         !_SOFT_FLOAT]: Likewise.
32714         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32715         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32716         value.
32717         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32718         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32719         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32720         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32721         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32722         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32723         file.
32725 2013-01-16  Andreas Schwab  <schwab@suse.de>
32727         [BZ #14327]
32728         * include/stdlib.h (__mktemp): Add declaration.
32729         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32730         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32732 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32734         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32735         definitions.
32736         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32737         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32738         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32739         definitions here.
32740         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32741         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32742         definitions.
32743         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32744         and ONE.
32745         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32746         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32747         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32748         definitions.
32749         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32750         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32751         definitions.
32752         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32754         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32756 2013-01-15  David S. Miller  <davem@davemloft.net>
32758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32759         trunc{,f} to libm-sysdep_routes.
32760         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32762         file.
32763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32765         file.
32766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32767         file.
32768         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32770         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32771         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32772         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32773         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32774         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32775         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32778         nearbyint{,f} to libm-sysdep_routes.
32779         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32781         New file.
32782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32783         file.
32784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32785         New file.
32786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32787         file.
32788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32790         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32791         file.
32792         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32793         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32794         file.
32795         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32796         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32797         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32799         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32800         libc_feholdexcept and libc_fesetenv.
32802 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32804         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32806 2013-01-14  David S. Miller  <davem@davemloft.net>
32808         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32809         (SPARC_ASM_VIS2_IFUNC): Likewise.
32810         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32812         use of 'siam' instruction.
32813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32814         Likewise.
32815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32816         Likewise.
32817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32818         Likewise.
32819         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32820         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32821         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32822         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32824         file.
32825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32826         file.
32827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32828         file.
32829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32830         file.
32831         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32832         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32833         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32834         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32836         new VIS2 routines.
32837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32840         Likewise.
32841         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32842         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32843         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32844         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32846         routines to libm-sysdep_routines.
32847         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32850         fdim/fdimf to libm-sysdep_routines.
32851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32852         file.
32853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32855         file.
32856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32858         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32859         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32860         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32861         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32862         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32864 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32866         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32867         to optimize copies.
32869         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32870         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32871         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32873         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32874         local variable MPTWO.
32875         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32876         Likewise.
32878 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32880         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32881         GLOB_NOESCAPE.
32883 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32885         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32887 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32889         * manual/pattern.texi (glob_t): Document gl_flags.
32890         (glob64_t): Likewise.
32892 2013-01-11  David S. Miller  <davem@davemloft.net>
32894         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32895         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32896         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32897         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32898         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32899         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32900         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32901         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32902         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32903         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32904         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32905         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32906         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32908         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32909         sparc V9 rather than using V8 code.
32910         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32911         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32913         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32914         Move to...
32915         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32916         Here.
32918 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32920         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32921         not in the main loop.
32922         * configure: Regenerated.
32924 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32926         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32927         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32928         to just #else.
32929         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32930         [!__GLIBC_HAVE_LONG_LONG] case.
32931         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32932         condition to just #else.
32933         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32934         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32935         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32936         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32937         unconditional.
32938         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32939         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32940         #elif condition to just #else.
32941         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32942         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32943         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32944         #elif condition to just #else.
32946 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32948         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32949         (EF_MIPS_ARCH_64): Fix value.
32950         (EF_MIPS_ARCH_32R2): New.
32951         (EF_MIPS_ARCH_64R2): New.
32953 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32955         * Makeconfig (+link-pie-before-libc): New.
32956         (+link-pie-after-libc): Likewise.
32957         (+link-pie-tests): Likewise.
32958         (+link-pie): Rewritten.
32959         (link-before-libc): Remove $(config-LDFLAGS).
32960         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32961         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32962         (config-LDFLAGS): Renamed to ...
32963         (rtld-LDFLAGS): This.
32964         (rtld-tests-LDFLAGS): New macro.
32965         (link-libc-rpath-link): Likewise.
32966         (link-libc-tests-rpath-link): Likewise.
32967         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32968         (link-libc): Prepand $(link-libc-rpath-link).
32969         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32970         (test-program-prefix): New macro.
32971         (test-via-rtld-prefix): Likewise.
32972         (test-program-cmd): Likewise.
32973         (host-test-program-cmd): Likewise.
32974         * Makefile ($(common-objpfx)testrun.sh): Replace
32975         $(run-program-prefix) with $(test-program-prefix).
32976         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32977         $(rtld-LDFLAGS).
32978         ($(common-objpfx)shlib.lds): Likewise.
32979         (build-module-helper): Likewise.
32980         ($(common-objpfx)format.lds): Likewise.
32981         * Rules (binaries-pie-tests): New.
32982         (binaries-pie-notests): Likewise.
32983         (binaries-pie): Rewritten.
32984         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32985         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32986         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32987         (make-test-out): Replace $(host-built-program-cmd) with
32988         $(host-test-program-cmd).
32989         * config.make.in (build-hardcoded-path-in-tests): New variable.
32990         * configure.in (--enable-hardcoded-path-in-tests): New configure
32991         option.
32992         (hardcoded_path_in_tests): New AC_SUBST.
32993         * configure: Regenerated.
32994         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32995         $(built-program-cmd) with $(test-program-cmd).
32996         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32997         (test_program_cmd): This.
32998         * elf/Makefile ($(objpfx)order.out): Run test with
32999         $(test-program-prefix).
33000         ($(objpfx)order2.out): Likewise.
33001         ($(objpfx)tst-initorder.out): Likewise.
33002         ($(objpfx)tst-initorder2.out): Likewise.
33003         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33004         $(test-program-cmd).
33005         ($(objpfx)tst-array1-static.out): Likewise.
33006         ($(objpfx)tst-array2.out): Likewise.
33007         ($(objpfx)tst-array3.out): Likewise.
33008         ($(objpfx)tst-array4.out): Likewise.
33009         ($(objpfx)tst-array5.out): Likewise.
33010         ($(objpfx)tst-array5-static.out): Likewise.
33011         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33012         $(test-program-cmd).
33013         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33014         $(run-program-prefix) with $(test-program-prefix).
33015         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33016         (test_program_prefix): This.
33017         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33018         $(run-program-prefix) with $(test-program-prefix).
33019         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33020         (test_program_prefix): This.
33021         * iconvdata/tst-tables.sh: Likewise.
33022         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33023         $(run-program-prefix) with $(test-program-prefix).
33024         ($(objpfx)tst-translit.out): Likewise.
33025         ($(objpfx)tst-gettext2.out): Likewise.
33026         ($(objpfx)tst-gettext4.out): Likewise.
33027         ($(objpfx)tst-gettext6.out): Likewise.
33028         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33029         (test_program_prefix): This.
33030         * intl/tst-gettext2.sh: Likewise.
33031         * intl/tst-gettext4.sh  Likewise.
33032         * intl/tst-gettext6.sh: Likewise.
33033         * intl/tst-translit.sh: Likewise.
33034         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33035         with $(test-program-cmd).
33036         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33037         $(run-program-prefix) with $(test-program-prefix).
33038         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33039         (test_program_prefix): This.
33040         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33041         $(run-program-prefix) with $(test-program-prefix).
33042         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33043         (test_program_prefix): This.
33044         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33045         * posix/Makefile ($(objpfx)globtest.out): Replace
33046         $(run-via-rtld-prefix) and $(test-wrapper) with
33047         $(test-program-prefix) and $(test-via-rtld-prefix).
33048         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33049         $(test-program-prefix).
33050         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33051         $(host-test-program-cmd).
33052         (tst-spawn-ARGS): Likewise.
33053         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33054         $(test-program-prefix).
33055         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33056         (test_via_rtld_prefix): This.
33057         (test_wrapper): Renamed to ...
33058         (test_program_prefix): This.
33059         (run_program_prefix): Replaced by test_program_prefix.
33060         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33061         (test_program_prefix): This.
33062         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33063         with $(host-test-program-cmd).
33064         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33065         $(run-program-prefix) with $(test-program-prefix).
33066         ($(objpfx)tst-printf.out): Likewise.
33067         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33068         $(test-program-cmd).
33069         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33070         (test_program_prefix): This.
33071         * stdio-common/tst-unbputc.sh: Likewise.
33072         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33073         $(run-program-prefix) with $(test-program-prefix).
33074         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33075         (test_program_prefix): This.
33076         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33077         $(built-program-cmd) with $(test-program-cmd).
33079 2013-01-11  Andreas Jaeger  <aj@suse.de>
33081         [BZ #15003]
33082         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33083         value. Sync with Linux 3.7.
33085 2013-01-10  David S. Miller  <davem@davemloft.net>
33087         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33088         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33089         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33091 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33093         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33094         never set.
33095         * configure: Regenerated.
33097 2013-01-10  David S. Miller  <davem@davemloft.net>
33099         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33100         sparc V9 rather than using V8 code.
33101         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33102         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33104 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33106         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33107         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33108         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33109         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33110         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33111         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33112         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33113         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33114         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33115         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33116         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33117         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33118         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33119         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33120         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33121         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33122         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33123         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33124         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33125         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33126         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33127         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33128         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33129         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33130         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33131         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33132         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33134 2013-01-10  David S. Miller  <davem@davemloft.net>
33136         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33138 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33140         * posix/Makefile (tests-static): New variable.
33141         (tests): Add $(tests-static).
33142         (tst-exec-static-ARGS): New variable.
33143         (tst-spawn-static-ARGS): Likewise.
33144         * posix/tst-exec-static.c: New file.
33145         * posix/tst-spawn-static.c: Likewise.
33146         * posix/tst-exec.c: Support run directly.
33147         * posix/tst-spawn.c: Likewise.
33149 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33151         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33152         long.
33153         * math/bits/mathcalls.h (llrint): Likewise.
33154         (llround): Likewise.
33155         * stdlib/stdlib.h (struct drand48_data): Likewise.
33156         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33157         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33158         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33159         Likewise.
33160         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33161         Likewise.
33162         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33163         (elf_greg_t): Likewise.
33164         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33165         (__jmp_buf): Likewise.
33166         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33167         definitions.
33168         (llrint): Likewise, for all definitions.
33169         (llrintl): Likewise.
33171         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33172         Remove [__GNUC__] condition.
33173         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33174         condition to just [__USE_ISOC99].
33175         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33177 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33179         [BZ #14200]
33180         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33181         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33182         defined.
33183         (_POSIX_V6_ILP32_OFF32): Likewise.
33184         (_XBS5_ILP32_OFF32): Likewise.
33185         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33186         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33188 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33190         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33192         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33193         doubles __mpexp_twomm1.  Adjust usage.
33194         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33195         Remove.
33197 2013-01-10  Andreas Schwab  <schwab@suse.de>
33199         [BZ #14964]
33200         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33201         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33203 2013-01-09  David S. Miller  <davem@davemloft.net>
33205         [BZ #15003]
33206         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33207         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33208         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33209         (TCP_FASTOPEN): Define.
33210         (tcp_repair_opt): New structure.
33211         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33212         enum values.
33213         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33214         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33215         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33216         (tcp_cookie_transactions): New structure.
33218 2013-01-09  Anton Blanchard  <anton@samba.org>
33220         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33221         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33222         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33223         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33225 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33227         * include/features.h (__USE_ANSI): Remove.
33229 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33231         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33233         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33235 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33237         * sysdeps/s390/fpu/libm-test-ulps: Update.
33239         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33241         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33242         (__acr): Likewise.
33243         (__cpy): Likewise.
33244         (norm): Likewise.
33245         (denorm): Likewise.
33246         (__mp_dbl): Likewise.
33247         (__dbl_mp): Likewise.
33248         (add_magnitudes): Likewise.
33249         (sub_magnitudes): Likewise.
33250         (__add): Likewise.
33251         (__sub): Likewise.
33252         (__mul): Likewise.
33253         (__inv): Likewise.
33254         (__dvd): Likewise.
33255         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33256         (__acr): Likewise.
33257         (__cpy): Likewise.
33258         (norm): Likewise.
33259         (denorm): Likewise.
33260         (__mp_dbl): Likewise.
33261         (__dbl_mp): Likewise.
33262         (add_magnitudes): Likewise.
33263         (sub_magnitudes): Likewise.
33264         (__add): Likewise.
33265         (__sub): Likewise.
33266         (__mul): Likewise.
33267         (__inv): Likewise.
33268         (__dvd): Likewise.
33269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33270         (__acr): Likewise.
33271         (__cpy): Likewise.
33272         (norm): Likewise.
33273         (denorm): Likewise.
33274         (__mp_dbl): Likewise.
33275         (__dbl_mp): Likewise.
33276         (add_magnitudes): Likewise.
33277         (sub_magnitudes): Likewise.
33278         (__add): Likewise.
33279         (__sub): Likewise.
33280         (__mul): Likewise.
33281         (__inv): Likewise.
33282         (__dvd): Likewise.
33284 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33286         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33287         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33288         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33289         2 && __USE_EXTERN_INLINES]: Likewise.
33291 2013-01-08  Andreas Jaeger  <aj@suse.de>
33293         [BZ# 14985]
33294         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33295         Remove.
33296         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33297         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33299 2013-01-07  Anton Blanchard  <anton@samba.org>
33301         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33302         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33303         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33304         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33305         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33306         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33307         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33308         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33310         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33311         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33312         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33313         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33314         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33315         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33316         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33317         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33318         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33319         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33320         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33321         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33322         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33323         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33324         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33325         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33326         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33327         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33328         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33329         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33330         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33331         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33332         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33333         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33334         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33335         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33336         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33337         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33338         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33339         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33340         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33341         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33342         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33343         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33345 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33347         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33348         (__MALLOC_PMT): Likewise.
33349         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33350         [__GNUC__], only on [_LIBC].
33351         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33352         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33353         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33354         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33355         forward declaration.
33356         (realloc_hook_ini): Likewise.
33357         (memalign_hook_ini): Likewise.
33358         (__libc_memalign): Do not use __MALLOC_PMT in variable
33359         declaration.
33360         (__libc_valloc): Likewise.
33361         (__libc_pvalloc): Likewise.
33362         (__libc_calloc): Likewise.
33363         (__posix_memalign): Likewise.
33365         [BZ #14996]
33366         * math/s_casinh.c: Include <float.h>.
33367         (__casinh): Do not do computation with squaring and square root
33368         for large arguments.
33369         * math/s_casinhf.c: Include <float.h>.
33370         (__casinhf): Do not do computation with squaring and square root
33371         for large arguments.
33372         * math/s_casinhl.c: Include <float.h>.
33373         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33374         (__casinhl): Do not do computation with squaring and square root
33375         for large arguments.
33376         * math/libm-test.inc (casin_test): Add more tests.
33377         (casinh_test): Likewise.
33378         * sysdeps/i386/fpu/libm-test-ulps: Update.
33379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33381 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33383         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33384         (__x86_64_raw_data_cache_size): Likewise.
33385         (__x86_64_data_cache_size_half): Likewise.
33386         (__x86_64_raw_data_cache_size_half): Likewise.
33387         (__x86_64_shared_cache_size): Likewise.
33388         (__x86_64_raw_shared_cache_size): Likewise.
33389         (__x86_64_shared_cache_size_half): Likewise.
33390         (__x86_64_raw_shared_cache_size_half): Likewise.
33391         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33392         to ...
33393         (__x86_data_cache_size): This.
33394         (__x86_64_raw_data_cache_size): Renamed to ...
33395         (__x86_raw_data_cache_size): This.
33396         (__x86_64_data_cache_size_half): Renamed to ...
33397         (__x86_data_cache_size_half): This.
33398         (__x86_64_raw_data_cache_size_half): Renamed to ...
33399         (__x86_raw_data_cache_size_half): This.
33400         (__x86_64_shared_cache_size): Renamed to ...
33401         (__x86_shared_cache_size): This.
33402         (__x86_64_raw_shared_cache_size): Renamed to ...
33403         (__x86_raw_shared_cache_size): This.
33404         (__x86_64_shared_cache_size_half): Renamed to ...
33405         (__x86_shared_cache_size_half): This.
33406         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33407         (__x86_raw_shared_cache_size_half): This.
33408         * sysdeps/x86_64/memcpy.S: Updated.
33409         * sysdeps/x86_64/memset.S: Likewise.
33410         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33411         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33412         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33414 2013-01-04  David S. Miller  <davem@davemloft.net>
33416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33418 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33420         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33421         1 to avoid redefinition warning.
33422         (__USE_GNU): Don't define.
33423         (init_signaling_nan): Protoize.
33425         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33427 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33429         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33430         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33431         (__cpymn): Likewise.
33432         (norm): Remove commented code.
33433         (denorm): Likewise.
33434         (__mp_dbl): Likewise.
33435         (__inv): Likewise.
33436         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33437         (__cpymn): Likewise.
33438         (norm): Remove commented code.
33439         (denorm): Likewise.
33440         (__mp_dbl): Likewise.
33441         (__inv): Likewise.
33443         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33444         mp_no value for 1.0 and 2.0.
33445         (norm): Use RADIXI instead of radixi.d.
33446         (denorm): Likewise.
33447         (__mul): Use 0.0 instead of zero.d.
33448         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33449         mp_no value for 1.0 and 2.0.
33450         (norm): Use RADIXI instead of radixi.d.
33451         (denorm): Likewise.
33452         (__mul): Use 0.0 instead of zero.d.
33454 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33456         [BZ #14994]
33457         * math/s_casinh.c (__casinh): Reduce finite argument to first
33458         quadrant then set signs of results at the end.
33459         * math/s_casinhf.c (__casinhf): Likewise.
33460         * math/s_casinhl.c (__casinhl): Likewise.
33461         * math/libm-test.inc (casin_test): Add more tests.
33462         (casinh_test): Likewise.
33463         * sysdeps/i386/fpu/libm-test-ulps: Update.
33464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33466 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33468         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33470         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33472         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33473         declarations.
33474         (denorm): Likewise.
33475         (__mp_dbl): Likewise.
33476         (__inv): Likewise.
33478         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33479         and adjust the header comment.
33481         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33482         variable name from declaration.
33484 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33486         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33487         Initialize COMMON_CPUID_INDEX_7 element.
33488         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33489         (CPUID_RTM): Likewise.
33490         (HAS_RTM): Likewise.
33491         (COMMON_CPUID_INDEX_7): New enum.
33493 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33495         [BZ #14981]
33496         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33497         size is zero, record memory as freed.
33499 2013-01-03  Andreas Jaeger  <aj@suse.de>
33501         * po/ia.po: Add new Interlingua translation.
33503 2012-01-03  Allan McRae  <allan@archlinux.org>
33505         * locale/programs/localedef.c: Fix description of '--posix' flag.
33507 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33509         * NEWS: Update dates in second copyright notice.
33510         * README: Update copyright dates in example.
33511         * manual/libc.texinfo: Update copyright dates.
33512         * scripts/test-installation.pl: Update copyright date in --version
33513         output.
33515         * hurd/ctty-input.c: Fix copyright notice formatting.
33516         * hurd/ctty-output.c: Likewise.
33517         * hurd/dtable.c: Likewise.
33518         * hurd/hurd-raise.c: Likewise.
33519         * hurd/hurdprio.c: Likewise.
33520         * hurd/msgportdemux.c: Likewise.
33521         * misc/sys/file.h: Likewise.
33522         * misc/sys/ioctl.h: Likewise.
33523         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33524         * sysdeps/mach/hurd/chdir.c: Likewise.
33525         * sysdeps/mach/hurd/fchdir.c: Likewise.
33526         * sysdeps/mach/hurd/rename.c: Likewise.
33527         * sysdeps/mach/hurd/rmdir.c: Likewise.
33528         * sysdeps/mach/hurd/seekdir.c: Likewise.
33529         * sysdeps/mach/hurd/setsid.c: Likewise.
33530         * sysdeps/posix/wait3.c: Likewise.
33532         * All files with FSF copyright notices: Update copyright dates
33533         using scripts/update-copyrights.
33534         * intl/plural.c: Regenerated.
33535         * locale/programs/charmap-kw.h: Likewise.
33536         * locale/programs/locfile-kw.h: Likewise.
33538 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33540         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33541         four values.
33543         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33544         calculation loop and add branch prediction.
33546         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33547         check access beyond bounds of m1np.
33549         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33550         MPTWO.
33551         (__inv): Remove local variable MPTWO to use the global
33552         constant.
33553         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33554         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33555         variable MPTWO.
33556         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33557         MP3HALFS static const.
33559 2013-01-01  David S. Miller  <davem@davemloft.net>
33561         * po/ca.po: Update from translation team.
33563 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33565         * scripts/update-copyrights: New file.
33566         * Makeconfig: Reformat copyright notice.
33567         * ctype/ctype.h: Likewise.
33568         * debug/swprintf_chk.c: Likewise.
33569         * elf/dl-cache.c: Likewise.
33570         * elf/dl-debug.c: Likewise.
33571         * elf/dl-object.c: Likewise.
33572         * grp/initgroups.c: Likewise.
33573         * hurd/Makefile: Likewise.
33574         * hurd/hurd/signal.h: Likewise.
33575         * hurd/hurdfault.c: Likewise.
33576         * hurd/hurdioctl.c: Likewise.
33577         * hurd/hurdlookup.c: Likewise.
33578         * hurd/intr-msg.c: Likewise.
33579         * iconv/gconv_open.c: Likewise.
33580         * libio/swprintf.c: Likewise.
33581         * locale/lc-ctype.c: Likewise.
33582         * locale/nl_langinfo.c: Likewise.
33583         * mach/Machrules: Likewise.
33584         * mach/Makefile: Likewise.
33585         * malloc/obstack.h: Likewise.
33586         * manual/Makefile: Likewise.
33587         * manual/tsort.awk: Likewise.
33588         * misc/bits/stab.def: Likewise.
33589         * nis/nis_print_group_entry.c: Likewise.
33590         * nis/nis_table.c: Likewise.
33591         * nis/nss_compat/compat-pwd.c: Likewise.
33592         * nis/nss_compat/compat-spwd.c: Likewise.
33593         * po/Makefile: Likewise.
33594         * posix/fnmatch.c: Likewise.
33595         * posix/regex.h: Likewise.
33596         * resolv/Makefile: Likewise.
33597         * resolv/nss_dns/dns-network.c: Likewise.
33598         * resolv/res_hconf.c: Likewise.
33599         * scripts/gen-sorted.awk: Likewise.
33600         * soft-fp/soft-fp.h: Likewise.
33601         * stdio-common/printf.h: Likewise.
33602         * stdlib/monetary.h: Likewise.
33603         * stdlib/random.c: Likewise.
33604         * stdlib/random_r.c: Likewise.
33605         * sysdeps/generic/Makefile: Likewise.
33606         * sysdeps/gnu/Makefile: Likewise.
33607         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33608         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33609         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33610         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33611         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33612         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33613         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33614         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33615         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33616         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33617         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33618         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33619         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33620         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33621         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33622         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33623         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33624         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33625         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33626         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33627         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33628         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33629         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33630         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33631         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33632         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33633         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33634         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33635         * sysdeps/mach/hurd/errnos.awk: Likewise.
33636         * sysdeps/mach/hurd/fork.c: Likewise.
33637         * sysdeps/mach/hurd/getcwd.c: Likewise.
33638         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33639         * sysdeps/mach/hurd/mmap.c: Likewise.
33640         * sysdeps/mach/hurd/utimes.c: Likewise.
33641         * sysdeps/mach/hurd/xmknod.c: Likewise.
33642         * sysdeps/posix/profil.c: Likewise.
33643         * sysdeps/posix/readdir_r.c: Likewise.
33644         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33645         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33646         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33647         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33648         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33649         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33650         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33651         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33652         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33653         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33654         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33655         * sysdeps/pthread/lio_listio.c: Likewise.
33656         * sysdeps/sparc/dl-procinfo.h: Likewise.
33657         * sysdeps/unix/i386/sysdep.S: Likewise.
33658         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33659         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33660         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33661         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33663         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33664         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33665         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33666         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33667         * sysdeps/wordsize-32/divdi3.c: Likewise.
33668         * time/sys/time.h: Likewise.
33669         * wcsmbs/Makefile: Likewise.
33671 2013-01-01  David S. Miller  <davem@davemloft.net>
33673         * po/fr.po: Update from translation team.
33675         * catgets/gencat.c: Update copyright year.
33676         * csu/version.c: Likewise.
33677         * debug/catchsegv.sh: Likewise.
33678         * debug/pcprofiledump.c: Likewise.
33679         * debug/xtrace.sh: Likewise.
33680         * elf/ldconfig.c: Likewise.
33681         * elf/ldd.bash.in: Likewise.
33682         * elf/pldd.c: Likewise.
33683         * elf/sotruss.ksh: Likewise.
33684         * elf/sprof.c: Likewise.
33685         * iconv/iconv_prog.c: Likewise.
33686         * iconv/iconvconfig.c: Likewise.
33687         * locale/programs/locale.c: Likewise.
33688         * locale/programs/localedef.c: Likewise.
33689         * login/programs/pt_chown.c: Likewise.
33690         * malloc/memusage.sh: Likewise.
33691         * malloc/memusagestat.c: Likewise.
33692         * malloc/mtrace.pl: Likewise.
33693         * nscd/nscd.c: Likewise.
33694         * nss/getent.c: Likewise.
33695         * nss/makedb.c: Likewise.
33696         * posix/getconf.c: Likewise.
33698 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33700         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33701         numbers.
33703 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33705         * math/bits/mathcalls.h (modf): Use __nonnull.
33707 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33709         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33710         (split): Use macro CN instead of the bare value.
33711         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33712         could be used.
33713         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33714         instead of the bare value.
33715         (power1): Likewise.
33717 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33719         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33720         __ATAN_TWOM.
33721         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33723         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33724         their values.
33725         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33726         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33727         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33728         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33730 2012-12-28  Andreas Jaeger  <aj@suse.de>
33732         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33733         values are from Linux 3.7.
33735         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33736         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33738 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33740         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33741         TRUE case.
33743         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33744         (norm): Likewise.
33745         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33746         variables with preprocessor constants.
33747         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33748         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33749         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33751 2012-12-27  Bruno Haible  <bruno@clisp.org>
33753         [BZ #14317]
33754         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33755         only if needed.
33757 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33759         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33760         and use variable directly.
33761         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33763         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33764         MPONE.
33765         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33766         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33767         variable MPONE.
33768         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33769         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33770         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33771         include directive.  Remove local variable MPONE.
33772         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33773         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33774         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33776 2012-12-25  David S. Miller  <davem@davemloft.net>
33778         * version.h (RELEASE): Set to "development".
33779         (VERSION): Set to "2.17.90".
33780         * NEWS: Add 2.18 section.
33782 2012-12-21  David S. Miller  <davem@davemloft.net>
33784         * po/hr.po: Update from translation team.
33786 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33788         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33790 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33792         * NEWS:  Mention new memcpy for MIPS.
33794 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33796         * manual/contrib.texi (Contributors): Spelling correction.
33798 2012-12-15  David S. Miller  <davem@davemloft.net>
33800         * po/ru.po: Update from translation team.
33802 2012-12-13  David S. Miller  <davem@davemloft.net>
33804         * NEWS: Mention IFUNC testsuite enhancements.
33806         * po/pl.po: Update from translation team.
33807         * po/bg.po: Likewise.
33809         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33810         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33812 2012-12-11  David S. Miller  <davem@davemloft.net>
33814         * po/sv.po: Update from translation team.
33816         * po/vi.po: Update from translation team.
33818         * po/cs.po: Update from translation team.
33820         * po/de.po: Update from translation team.
33821         * po/eo.po: Likewise.
33822         * po/nl.po: Likewise.
33824 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33826         [BZ #14246]
33827         * manual/argp.texi (Argp Helper Functions): Move node to follow
33828         Argp Parsing State.
33830         [BZ #14872]
33831         * manual/conf.texi (Limits on File System Capacity): Mention if
33832         terminating null is included in the max size.
33834 2012-12-10  Andreas Jaeger  <aj@suse.de>
33836         * po/cs.po: Update from translation team.
33838 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33840         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33841         void pointer and cast to uintptr_t.
33842         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33843         path.
33844         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33845         * sysdeps/s390/s390-64/memset.S: Likewise.
33847 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33849         [BZ #14833]
33850         * menual/message.texi (Message Translation): Fix typos.
33851         (Helper programs for gettext): Likewise.
33853 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33855         [BZ #14898]
33856         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33857         Change to -1.
33859 2012-12-07  David S. Miller  <davem@davemloft.net>
33861         * po/libc.pot: Update.
33863 2012-12-07  Richard Henderson  <rth@redhat.com>
33865         [BZ #10114]
33866         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33867         normal/normal case to before the switch.
33868         (_FP_DIV): Likewise.
33870 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33871             Mike Frysinger  <vapier@gentoo.org>
33873         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33874         check for __NR_fadvise64_64.
33876 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33878         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33879         0, not just to plain "0" as a statement.
33880         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33881         with cw.
33883 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33885         * NEWS: Use sourceware.org in Bugzilla URL.
33887 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33890         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33892         * stdio-common/tst-put-error.c (do_test): Add newline to the
33893         padded test to ensure flush.
33895 2012-12-05  Jeff Law  <law@redhat.com>
33897         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33899 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33901         * README: Don't refer to ports add-on as distributed separately.
33902         Mention AArch64 in list of systems supported in the ports add-on.
33904         * LICENSES: Add more non-FSF copyright and license notices.
33906         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33907         ((unused)).
33909         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33911         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33912         10000 as width of padded output.
33914 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33916         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33918         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33919         variable LX with __attribute__ ((unused)).
33920         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33921         Likewise.
33922         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33923         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33924         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33925         with __attribute__ ((unused)).
33927 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33929         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33931 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33933         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33934         (CFLAGS-nldbl-acos.c): New variable.
33935         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33936         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33937         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33938         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33939         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33940         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33941         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33942         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33943         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33944         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33945         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33946         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33947         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33948         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33949         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33950         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33951         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33952         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33953         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33954         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33955         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33956         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33957         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33958         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33959         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33960         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33961         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33962         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33963         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33964         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33965         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33966         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33967         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33968         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33969         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33970         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33971         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33972         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33973         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33974         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33975         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33976         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33977         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33978         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33979         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33980         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33981         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33982         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33983         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33984         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33985         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33986         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33987         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33988         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33989         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33990         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33991         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33992         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33993         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33994         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33995         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33996         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33997         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33998         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33999         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34000         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34001         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34002         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34003         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34004         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34005         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34006         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34007         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34008         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34009         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34010         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34011         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34012         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34013         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34014         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34015         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34016         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34017         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34018         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34019         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34020         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34021         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34022         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34023         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34024         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34025         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34026         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34027         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34028         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34029         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34030         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34031         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34034         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34036         [BZ #14914]
34037         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34038         whole low double instead of just low 47 bits when splitting values
34039         into two parts.
34041 2012-12-03  Allan McRae  <allan@archlinux.org>
34043         * manual/stdio.texi (Predefined Printf Handlers): Remove
34044         @hsep and @vsep usage.
34046 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34048         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34049         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34051 2012-12-03  Jeff Law  <law@redhat.com>
34053         * time/sys/time.h (settimeofday): Do not mark TV argument
34054         as __nonnull.
34056 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34058         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34059         when currently writing and seek to current position when not.
34060         * libio/Makefile (tests): Remove bug-fclose1.
34061         * libio/bug-fclose1.c: Delete.
34063 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34065         * manual/arith.texi (feenableexcept): Fix typo.
34066         (fedisableexcept): Likewise.
34068 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34070         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34071         second, differently-typed declaration, rather than a cast.
34073 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34075         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34076         * include/rpc/svc.h: ... here.
34078 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34080         [BZ #13013]
34081         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34082         depending n and resplen2 to catch cases where answer
34083         equals answerp2.
34085 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34087         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34088         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34090 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34092         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34094 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34096         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34098 2012-11-28  Jeff Law  <law@redhat.com>
34100         [BZ #13761]
34101         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34102         dataset_temporary.  Track alloca usage into alloca_used.
34103         If dataset is large allocate and release it via malloc/free.
34105 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34107         [BZ #14197]
34108         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34110 2012-11-28  David S. Miller  <davem@davemloft.net>
34112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34114 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34116         [BZ #14803]
34117         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34118         of pi/2 rounded to nearest to 64 bits.
34119         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34120         nearest to 64 bits.
34121         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34122         bits.
34124 2012-11-28  Jeff Law <law@redhat.com>
34125             Martin Osvald <mosvald@redhat.com>
34127         [BZ #14889]
34128         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34129         * sunrpc/svc.c: Include time.h.
34130         (__svc_accept_failed): New function.
34131         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34132         any reason other than EINTR, call __svc_accept_failed.
34133         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34134         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34136 2012-11-28  Andreas Schwab  <schwab@suse.de>
34138         * scripts/abilist.awk: Also handle indirect functions in .opd
34139         section.
34141 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34143         [BZ #13881]
34144         * sysdeps/x86/fpu/powl_helper.c: New file.
34145         * sysdeps/x86/fpu/Makefile: Likewise.
34146         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34147         (p3): New object.
34148         (__ieee754_powl): Use __powl_helper for finite arguments except
34149         integer exponents below 8.
34150         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34151         (p3): New object.
34152         (__ieee754_powl): Use __powl_helper for finite arguments except
34153         integer exponents below 8.
34154         * math/libm-test.inc (pow_test): Add more tests and enable some
34155         previously disabled tests.
34156         * sysdeps/i386/fpu/libm-test-ulps: Update.
34157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34159 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34160             Carlos O'Donell  <carlos_odonell@mentor.com>
34162         * nss/makedb.c (is_prime): Assert that input is odd and greater
34163         than 4.  Note that fact in a comment too.
34164         (next_prime): Add 4 to input.
34166 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34168         [BZ #11741]
34169         * libio/Makefile (tests): Add test case tst-fwrite-error.
34170         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34171         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34172         * libio/tst-fwrite-error.c: New test case.
34174 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34176         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34177         before casting to void *.
34178         * include/libc-internal.h (__pointer_type): New macro.
34179         (__integer_if_pointer_type_sub): Likewise.
34180         (__integer_if_pointer_type): Likewise.
34181         (cast_to_integer): Likewise.
34182         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34183         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34184         before casting to atomic64_t.
34185         (atomic_exchange_acq): Likewise.
34186         (__arch_exchange_and_add_body): Likewise.
34187         (__arch_add_body): Likewise.
34188         (atomic_add_negative): Likewise.
34189         (atomic_add_zero): Likewise.
34191 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34193         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34194         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34195         (add_fdes): Likewise.
34196         (linear_search_fdes): Likewise.
34197         (binary_search_unencoded_fdes): Likewise.
34199 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34201         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34203 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34205         * configure.in: Autodetect C++ header directories.
34206         * configure: Regenerated.
34208 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34210         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34212 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34216 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34218         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34219         LDBL_MANT_DIG == 106]: Disable some tests.
34220         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34221         Likewise.
34222         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34223         Likewise.
34225         [BZ #14871]
34226         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34227         input for small inputs.  Return +/- pi/2 for large inputs.
34228         * math/libm-test.inc (atan_test): Add more tests.
34230         * sysdeps/generic/unwind-dw2-fde-glibc.c
34231         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34232         __attribute__ ((unused)).
34234         [BZ #14645]
34235         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34236         x * y if x and y are nonzero and z is zero.
34238         [BZ #14811]
34239         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34240         nonzero exponents with absolute value below 0x1p-117 to +/-
34241         0x1p-117.
34243         [BZ #14869]
34244         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34245         up arguments below 2**-450, not just those below 2**-500.
34246         * math/libm-test.inc (hypot_test): Add another test.
34248         [BZ #14868]
34249         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34250         Return a+b for ratio over 2**120, not 2**60.
34251         * math/libm-test.inc (hypot_test): Add another test.
34253         * math/libm-test.inc (clog_test): Use
34254         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34255         (clog10_test): Likewise.
34257         [BZ #6778]
34258         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34260 2012-11-22  Andreas Schwab  <schwab@suse.de>
34262         * sysdeps/i386/fpu/libm-test-ulps: Update.
34264 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34266         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34267         printf output with newline.
34269 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34271         [BZ #14865]
34272         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34273         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34274         -z nodlopen, -z initfirst and -z execstack support.
34275         * configure: Regenerated.
34277         * elf/elf.h (DF_1_NODIRECT): New macro.
34278         (DF_1_IGNMULDEF): Likewise.
34279         (DF_1_NOKSYMS): Likewise.
34280         (DF_1_NOHDR): Likewise.
34281         (DF_1_EDITED): Likewise.
34282         (DF_1_NORELOC): Likewise.
34283         (DF_1_SYMINTPOSE): Likewise.
34284         (DF_1_GLOBAUDIT): Likewise.
34285         (DF_1_SINGLETON): Likewise.
34286         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34287         DT_1_SUPPORTED_MASK bits.
34288         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34290 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34292         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34294 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34296         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34297         macro.
34299         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34300         (sendmmsg): Move declarations...
34301         * socket/sys/socket.h: ... here.
34302         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34303         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34304         include it from...
34305         * socket/recvmmsg.c: ... this new file.
34306         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34307         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34308         definition of __sendmmsg hidden.
34309         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34310         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34311         Move ENOSYS stub into and include it from...
34312         * socket/sendmmsg.c: ... this new file.
34313         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34314         (sysdep_routines): Move recvmmsg and sendmmsg...
34315         * socket/Makefile (routines): ... here.
34316         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34317         (GLIBC_PRIVATE): Add __sendmmsg.
34318         * include/sys/socket.h (__sendmmsg): Add declarations.
34319         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34320         sendmmsg.
34322 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34324         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34325         variable I1 with __attribute__ ((unused)).
34326         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34328 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34330         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34331         DUMMY variables with __attribute__ ((unused)).
34333         * bits/byteswap.h: Include <bits/types.h>.
34334         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34336 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34338         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34339         string_t.  Do not manually set errno.
34340         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34341         length with __strnlen.  Make sure to both set errno and return it on
34342         failure.
34344 2012-11-19  David S. Miller  <davem@davemloft.net>
34346         With help from Joseph Myers.
34347         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34348         very large arguments properly.
34349         * math/libm-test.inc (atan_test): New tests.
34350         (atan2_test): New tests.
34351         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34352         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34354 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34356         [BZ #14856]
34357         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34358         Define to 3.
34360         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34361         [POSIX] (EADDRNOTAVAIL): Likewise.
34362         [POSIX] (EAFNOSUPPORT): Likewise.
34363         [POSIX] (EALREADY): Likewise.
34364         [POSIX] (ECONNABORTED): Likewise.
34365         [POSIX] (ECONNREFUSED): Likewise.
34366         [POSIX] (ECONNRESET): Likewise.
34367         [POSIX] (EDESTADDRREQ): Likewise.
34368         [POSIX] (EDQUOT): Likewise.
34369         [POSIX] (EHOSTUNREACH): Likewise.
34370         [POSIX] (EIDRM): Likewise.
34371         [POSIX] (EISCONN): Likewise.
34372         [POSIX] (ELOOP): Likewise.
34373         [POSIX] (EMULTIHOP): Likewise.
34374         [POSIX] (ENETDOWN): Likewise.
34375         [POSIX] (ENETUNREACH): Likewise.
34376         [POSIX] (ENOBUFS): Likewise.
34377         [POSIX] (ENODATA): Likewise.
34378         [POSIX] (ENOLINK): Likewise.
34379         [POSIX] (ENOMSG): Likewise.
34380         [POSIX] (ENOPROTOOPT): Likewise.
34381         [POSIX] (ENOSR): Likewise.
34382         [POSIX] (ENOSTR): Likewise.
34383         [POSIX] (ENOTCONN): Likewise.
34384         [POSIX] (ENOTSOCK): Likewise.
34385         [POSIX] (EOPNOTSUPP): Likewise.
34386         [POSIX] (EOVERFLOW): Likewise.
34387         [POSIX] (EPROTO): Likewise.
34388         [POSIX] (EPROTONOSUPPORT): Likewise.
34389         [POSIX] (EPROTOTYPE): Likewise.
34390         [POSIX] (ESTALE): Likewise.
34391         [POSIX] (ETIME): Likewise.
34392         [POSIX] (ETXTBSY): Likewise.
34393         [POSIX] (EWOULDBLOCK): Likewise.
34394         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34395         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34396         [POSIX] (SEEK_CUR): Likewise.
34397         [POSIX] (SEEK_END): Likewise.
34398         [POSIX || UNIX98] (mode_t): Do not require.
34399         [POSIX] (off_t): Likewise.
34400         [POSIX] (pid_t): Likewise.
34401         [POSIX] (sys/stat.h): Do not allow header.
34402         [POSIX] (unistd.h): Likewise.
34403         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34404         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34405         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34406         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34407         require.
34408         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34409         sigevent): Specify elements.
34410         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34411         entry.
34412         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34413         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34415         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34416         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34417         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34418         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34419         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34420         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34421         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34422         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34423         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34424         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34425         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34426         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34427         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34428         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34429         Likewise.
34430         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34431         Likewise.
34432         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34433         Likewise.
34434         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34435         Likewise.
34436         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34437         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34438         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34439         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34440         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34441         Specify lower bound on value.
34442         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34443         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34444         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34445         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34446         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34447         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34448         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34449         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34450         value.
34451         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34452         as optional.
34453         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34454         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34455         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34456         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34457         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34458         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34459         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34460         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34461         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34462         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34463         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34464         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34465         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34466         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34467         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34468         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34469         entry.
34470         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34471         optional.
34472         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34473         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34474         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34475         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34476         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34477         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34478         Likewise.
34479         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34480         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34481         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34482         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34483         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34484         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34485         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34486         as optional.
34487         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34488         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34489         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34490         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34491         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34492         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34493         specify as optional.
34494         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34495         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34496         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34497         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34498         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34499         [XPG3] (NL_LANGMAX): Likewise.
34500         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34501         [POSIX || XPG3] (NL_NMAX): Likewise.
34502         [POSIX || XPG3] (NL_SETMAX): Likewise.
34503         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34504         [XPG3] (NZERO): Likewise.
34505         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34506         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34507         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34508         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34509         (REG_ERANGE): Expect.
34510         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34511         optional-constant.
34512         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34513         Use (void) in prototype.
34514         [POSIX] (*_t): Allow.
34515         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34516         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34517         (WRDE_BADVAL): Expect.
34519         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34520         expect.
34521         [XPG3 || XPG4] (O_RSYNC): Likewise.
34522         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34523         Likewise.
34524         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34525         [XPG3 || XPG4] (sigqueue): Likewise.
34526         [XPG3 || XPG4] (sigtimedwait): Likewise.
34527         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34528         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34529         [XPG3 || XPG4] (vsnprintf): Likewise.
34530         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34531         Likewise.
34532         [XPG3 || XPG4] (blksize_t): Likewise.
34533         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34534         Likewise.
34535         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34536         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34537         [XPG3 || XPG4] (struct itimerspec): Likewise.
34538         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34539         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34540         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34541         [XPG3 || XPG4] (clockid_t): Likewise.
34542         [XPG3 || XPG4] (timer_t): Likewise.
34543         [XPG3 || XPG4] (clock_getres): Likewise.
34544         [XPG3 || XPG4] (clock_gettime): Likewise.
34545         [XPG3 || XPG4] (clock_settime): Likewise.
34546         [XPG3 || XPG4] (nanosleep): Likewise.
34547         [XPG3 || XPG4] (timer_create): Likewise.
34548         [XPG3 || XPG4] (timer_delete): Likewise.
34549         [XPG3 || XPG4] (timer_gettime): Likewise.
34550         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34551         [XPG3 || XPG4] (timer_settime): Likewise.
34552         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34553         [XPG3 || XPG4] (getlogin_r): Likewise.
34554         [XPG3 || XPG4] (pread): Likewise.
34555         [XPG3 || XPG4] (pthread_atfork): Likewise.
34556         [XPG3 || XPG4] (pwrite): Likewise.
34558         [BZ #14835]
34559         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34560         <bits/siginfo.h>.
34562 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34564         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34565         finalizing MALLSTREAM.
34567         * sysdeps/mach/hurd/syncfs.c: New file.
34569 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34571         [BZ #14719]
34572         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34573         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34574         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34575         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34576         (_nss_dns_gethostbyname4_r): Likewise.
34577         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34578         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34580 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34582         [BZ #13763]
34583         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34585 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34587         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34588         * elf/cache.c (print_entry): Print ",AArch64" for
34589         FLAG_AARCH64_LIB64
34591         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34592         * elf/cache.c (print_entry): Print ",hard-float" for
34593         FLAG_ARM_LIBHF.
34595 2012-11-18  David S. Miller  <davem@davemloft.net>
34597         With help from Joseph Myers.
34598         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34599         cutoff to 2**-13.
34600         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34601         cutoff to 2**-25.
34602         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34603         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34604         small.
34605         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34606         * math/libm-test.inc (y0_test): New tests.
34607         (y1_test): New tests.
34608         * sysdeps/i386/fpu/libm-test-ulps: Update.
34609         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34610         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34612 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34614         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34615         64-bit targets.
34616         * configure: Regenerated.
34618 2012-11-17  David S. Miller  <davem@davemloft.net>
34620         [BZ #14811]
34621         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34622         nonzero exponents with absolute value below 0x1p-128 to +/-
34623         0x1p-128.
34625 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34627         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34629         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34631         * posix/getconf-speclist.c: New file.
34632         * posix/posix-envs.def: Likewise.
34633         * posix/confstr.c (START_ENV_GROUP): New macro.
34634         (END_ENV_GROUP): Likewise.
34635         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34636         (KNOWN_PRESENT_ENV_STRING): Likewise.
34637         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34638         (UNKNOWN_ENVIRONMENT): Likewise.
34639         (confstr): Include posix-envs.def instead of handling
34640         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34641         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34642         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34643         (END_ENV_GROUP): Likewise.
34644         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34645         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34646         (UNKNOWN_ENVIRONMENT): Likewise.
34647         (__sysconf): Include posix-envs.def instead of handling associated
34648         cases directly here.
34649         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34650         preprocessing getconf-speclist.c rather than running getconf or
34651         generating empty file.
34653 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34655         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34657 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34659         [BZ #14672]
34660         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34662 2012-11-16  David S. Miller  <davem@davemloft.net>
34664         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34665         smaller than LDBL_EPSILON/2.0L, just return xm1.
34667 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34669         * elf/tst-array1.c (init): Set constructor priority to 1000.
34670         (fini): Set destructor priority to 1000.
34671         * elf/tst-array2dep.c: Likewise.
34673 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34675         [BZ #11741]
34676         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34677         (_IO_new_file_xsputn): Also return EOF if none of the input
34678         data was written when overflow failed.
34679         * libio/iopadn.c (_IO_padn): Likewise.
34680         * libio/iowpadn.c (_IO_wpadn): Likewise.
34681         * stdio-common/tst-put-error.c: Add copyright notice.
34682         (do_test): Add case for printing padded string.
34683         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34684         _IO_padn returned error.
34685         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34686         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34687         return EOF.
34689 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34691         * libio/libioP.h: Add comment note that the references to C++
34692         bits are now obsolete.
34694 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34696         * math/libm-test.inc (check_complex): Use asprintf.
34698 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34700         * debug/pcprofiledump.c (print_version): Update copyright year.
34701         * malloc/memusagestat.c (print_version): Likewise.
34703 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34705         [BZ #14831]
34706         * elf/Makefile (tests): Add tst-audit8.
34707         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34708         ($(objpfx)tst-audit8.out): New target.
34709         (tst-audit8-ENV): New variable.
34710         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34711         audit if l_reloc_result is NULL.
34712         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34713         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34714         * elf/tst-audit8.c: New file.
34716 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34718         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34719         * misc/Makefile (CFLAGS-select.c): Define.
34720         * posix/Makefile (CFLAGS-pause.c): Define.
34722 2012-11-13  David S. Miller  <davem@davemloft.net>
34724         * crypt/Makefile: Move test targets after toplevel Rules
34725         inclusion.  Grab any necessary sysdep routines when linking.
34726         * crypt/md5.c (md5_process_block): Remove define, we will always
34727         name it __md5_process_block.
34728         (md5_finish_ctx): Update md5_process_block call.
34729         (md5_stream): Likewise.
34730         (md5_process_bytes): Likewise.
34731         (md5_process_block): Rename to __md5_process_block and move to ...
34732         * crypt/md5-block.c: ... here.
34733         * crypt/sha256.c (sha256_process_block): Move to ...
34734         * crypt/sha256-block.c: ... here.
34735         * crypt/sha512.c (sha512_process_block): Move to ...
34736         * crypt/sha512-block.c: ... here.
34737         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34738         path.
34739         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34740         * sysdeps/sparc/sparc64/multiarch/Makefile
34741         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34742         crypt subdir.
34743         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34744         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34745         multiarch changes.
34746         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34747         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34748         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34749         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34750         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34751         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34752         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34753         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34754         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34755         file.
34756         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34757         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34758         file.
34759         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34761 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34763         * timezone/tzselect.ksh: Update from tzcode git revision
34764         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34765         * timezone/zdump.c: Likewise.
34766         * timezone/zic.c: Likewise.
34767         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34768         in TZVERSION setting, not $(PKGVERSION).
34769         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34770         REPORT_BUGS_TO settings.
34772         [BZ #14838]
34773         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34774         macro.
34776 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34778         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34779         detection to immediately after _FP_ROUND().
34780         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34781         bits are 0.
34783 2012-11-11  David S. Miller  <davem@davemloft.net>
34785         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34786         inttypes.h
34787         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34788         __close rather than their public counterparts.
34790 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34792         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34793         file.
34794         [UNIX98] (sem_timedwait): Do not expect.
34795         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34796         [XPG4 || UNIX98] (sockatmark): Do not expect.
34797         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34798         (clock_getcpuclockid): Do not expect.
34799         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34800         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34801         Do not expect.
34802         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34803         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34804         [UNIX98] (vwscanf): Likewise.
34805         [UNIX98] (vswscanf): Likewise.
34807 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34809         * timezone/version.h: Remove file.
34810         * timezone/README: Do not refer to version.h.
34811         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34812         $(objpfx)version.h.
34813         ($(objpfx)zdump.o): Likewise.
34814         ($(objpfx)version.h): New target.
34816         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34817         2012i.
34818         * timezone/README: Don't mention modification to tzselect.ksh.
34819         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34820         work on unmodified tzselect.ksh.  Substitute version numbers in
34821         tzselect.ksh.
34823         * Makefile (format-me): Remove.
34824         (INSTALL): Adjust indentation.  Use commands directly instead of
34825         using $(format-me).
34827         * aclocal.m4 (ACX_PKGVERSION): New macro.
34828         (ACX_BUGURL): Likewise.
34829         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34830         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34831         (REPORT_BUGS_TO): Likewise.
34832         * configure: Regenerated.
34833         * config.h.in (PKGVERSION): New macro.
34834         (REPORT_BUGS_TO): Likewise.
34835         * config.make.in (PKGVERSION): New variable.
34836         (PKGVERSION_TEXI): Likewise.
34837         (REPORT_BUGS_TO): Likewise.
34838         (REPORT_BUGS_TEXI): Likewise.
34839         * Makefile (format-me): Use -I$(common-objpfx)manual.
34840         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34841         ($(common-objpfx)manual/%): New target.
34842         (manual/%): Remove target.
34843         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34844         (print_version): Use PKGVERSION.
34845         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34846         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34847         and REPORT_BUGS_TO.
34848         ($(objpfx)xtrace): Likewise.
34849         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34850         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34851         (print_version): Use PKGVERSION.
34852         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34853         (do_version): Use PKGVERSION.
34854         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34855         REPORT_BUGS_TO.
34856         (common-ldd-rewrite): Likewise.
34857         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34858         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34859         (print_version): Use PKGVERSION.
34860         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34861         * elf/pldd.c (argp_program_bug_address): Remove variable.
34862         (more_help): New function.
34863         (argp): Use more_help.
34864         (print_version): Use PKGVERSION.
34865         * elf/sln.c (main): Use PKGVERSION.
34866         (usage): Use REPORT_BUGS_TO.
34867         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34868         (top level): Use PKGVERSION.
34869         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34870         (print_version): Use PKGVERSION.
34871         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34872         (print_version): Use PKGVERSION.
34873         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34874         (print_version): Use PKGVERSION.
34875         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34876         (print_version): Use PKGVERSION.
34877         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34878         (print_version): Use PKGVERSION.
34879         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34880         (print_version): Use PKGVERSION.
34881         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34882         and BUGURL.
34883         ($(objpfx)memusage): Likewise.
34884         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34885         (do_version): Use PKGVERSION.
34886         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34887         (print_version): Use PKGVERSION.
34888         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34889         ($PKGVERSION): New variable.
34890         ($REPORT_BUGS_TO): Likewise.
34891         (usage): Use $REPORT_BUGS_TO.
34892         (top level): Use $PKGVERSION.
34893         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34894         ($(objpfx)pkgvers.texi): New rule.
34895         ($(objpfx)stamp-pkgvers): Likewise.
34896         * manual/install.texi: Include pkgvers.texi.
34897         (--with-pkgversion): Document new configure option.
34898         (--with-bugurl): Likewise.
34899         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34900         than necessarily for this particular distribution.  Use
34901         REPORT_BUGS_TO for where to report bugs.
34902         * INSTALL: Regenerated.
34903         * manual/libc.texinfo: Include pkgvers.texi.
34904         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34905         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34906         (print_version): Use PKGVERSION.
34907         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34908         (print_version): Use PKGVERSION.
34909         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34910         (print_version): Use PKGVERSION.
34911         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34912         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34913         macro.
34914         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34915         (print_version): Use PKGVERSION.
34916         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34917         (print_version): Use PKGVERSION.
34918         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34919         and PKGVERSION.
34921         * timezone/checktab.awk: Update from tzcode 2012i.
34922         * timezone/ialloc.c: Likewise.
34923         * timezone/private.h: Likewise.
34924         * timezone/scheck.c: Likewise.
34925         * timezone/tzfile.h: Likewise.
34926         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34927         (TZVERSION): Hardcode tzcode version number.
34928         * timezone/zdump.c: Update from tzcode 2012i.
34929         * timezone/zic.c: Likewise.
34930         * timezone/version.h: New file.
34931         * timezone/README: Describe version.h.  Update upstream location.
34933         [BZ #14824]
34934         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34935         (mktemp): Enable declaration.
34936         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34937         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34938         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34939         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34940         Likewise.
34941         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34942         Likewise.
34943         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34944         Likewise.
34945         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34946         Likewise.
34947         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34948         Likewise.
34949         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34950         Likewise.
34952         [BZ #14821]
34953         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34954         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34955         for copies of such integer values.
34956         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34957         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34959 2012-11-09  Andreas Jaeger  <aj@suse.de>
34961         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34962         definitions and declarations that are provided by
34963         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34965 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34967         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34968         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34969         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34970         definition.
34972 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34974         * elf/elf.h: Update comment before AArch64 relocations.
34976 2012-11-07  David S. Miller  <davem@davemloft.net>
34978         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34979         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34980         (__start_context): Declare.
34981         (__makecontext_ret): Delete.
34982         (__makecontext): Hook up __start_context instead of
34983         __makecontext_ret.
34984         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34985         (sysdep_routines): Add __start_context when in stdlib.
34987 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34989         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34990         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34991         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34992         hardcoded "nm".
34993         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34994         (READELF): New variable.  Use it instead of hardcoded "readelf".
34996 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34998         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34999         * sysdeps/x86/Makefile: Here.
35000         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35001         * sysdeps/x86/tst-xmmymm.sh: This.
35003 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35005         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35006         expectations.
35007         [UNIX98] (pthread_barrier_t): Do not expect.
35008         [UNIX98] (pthread_barrierattr_t): Likewise.
35009         [UNIX98] (pthread_spinlock_t): Likewise.
35010         [UNIX98] (pthread_barrier_destroy): Likewise.
35011         [UNIX98] (pthread_barrier_init): Likewise.
35012         [UNIX98] (pthread_barrier_wait): Likewise.
35013         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35014         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35015         [UNIX98] (pthread_barrierattr_init): Likewise.
35016         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35017         [UNIX98] (pthread_getcpuclockid): Likewise.
35018         [UNIX98] (pthread_mutex_timedlock): Likewise.
35019         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35020         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35021         [UNIX98] (pthread_sigmask): Likewise.
35022         [UNIX98] (pthread_spin_destroy): Likewise.
35023         [UNIX98] (pthread_spin_init): Likewise.
35024         [UNIX98] (pthread_spin_lock): Likewise.
35025         [UNIX98] (pthread_spin_trylock): Likewise.
35026         [UNIX98] (pthread_spin_unlock): Likewise.
35027         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35028         Do not expect.
35029         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35030         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35031         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35032         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35033         [XPG3 || XPG4] (pthread_key_t): Likewise.
35034         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35035         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35036         [XPG3 || XPG4] (pthread_once_t): Likewise.
35037         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35038         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35039         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35040         [XPG3 || XPG4] (pthread_t): Likewise.
35042         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35043         not expect.
35044         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35046         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35047         Change function return type to int.
35049         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35050         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35051         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35052         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35053         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35054         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35055         [!POSIX] (posix_madvise): Likewise.
35056         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35057         && !UNIX98].
35058         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35059         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35060         (mode_t): Likewise.
35061         (posix_mem_offset): Likewise.
35062         (posix_typed_mem_get_info): Likewise.
35063         (posix_typed_mem_open): Likewise.
35065         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35066         Change condition to [XOPEN2K8].
35068         * conform/conformtest.pl: Preprocess allow-header data with -x c
35069         instead of from stdin.
35070         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35071         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35072         [C99-based standards] (cerfc): Likewise.
35073         [C99-based standards] (cexp2): Likewise.
35074         [C99-based standards] (cexpm1): Likewise.
35075         [C99-based standards] (clog10): Likewise.
35076         [C99-based standards] (clog1p): Likewise.
35077         [C99-based standards] (clog2): Likewise.
35078         [C99-based standards] (clgamma): Likewise.
35079         [C99-based standards] (ctgamma): Likewise.
35080         [C99-based standards] (cerff): Likewise.
35081         [C99-based standards] (cerfcf): Likewise.
35082         [C99-based standards] (cexp2f): Likewise.
35083         [C99-based standards] (cexpm1f): Likewise.
35084         [C99-based standards] (clog10f): Likewise.
35085         [C99-based standards] (clog1pf): Likewise.
35086         [C99-based standards] (clog2f): Likewise.
35087         [C99-based standards] (clgammaf): Likewise.
35088         [C99-based standards] (ctgammaf): Likewise.
35089         [C99-based standards] (cerfl): Likewise.
35090         [C99-based standards] (cerfcl): Likewise.
35091         [C99-based standards] (cexp2l): Likewise.
35092         [C99-based standards] (cexpm1l): Likewise.
35093         [C99-based standards] (clog10l): Likewise.
35094         [C99-based standards] (clog1pl): Likewise.
35095         [C99-based standards] (clog2l): Likewise.
35096         [C99-based standards] (clgammal): Likewise.
35097         [C99-based standards] (ctgammal): Likewise.
35098         * conform/data/inttypes.h-data [C99-based standards]: Include
35099         stdint.h-data.  Remove all expectations for stdint.h contents.
35100         [C99-based standards] (PRI*): Do not allow.
35101         [C99-based standards] (SCN*): Likewise.
35102         [C99-based standards] (*_t): Likewise.
35103         [C99-based-standards] (PRId8): Expect macro.
35104         [C99-based-standards] (PRIi8): Likewise.
35105         [C99-based-standards] (PRIo8): Likewise.
35106         [C99-based-standards] (PRIu8): Likewise.
35107         [C99-based-standards] (PRIx8): Likewise.
35108         [C99-based-standards] (PRIX8): Likewise.
35109         [C99-based-standards] (SCNd8): Likewise.
35110         [C99-based-standards] (SCNi8): Likewise.
35111         [C99-based-standards] (SCNo8): Likewise.
35112         [C99-based-standards] (SCNu8): Likewise.
35113         [C99-based-standards] (SCNx8): Likewise.
35114         [C99-based-standards] (PRIdLEAST8): Likewise.
35115         [C99-based-standards] (PRIiLEAST8): Likewise.
35116         [C99-based-standards] (PRIoLEAST8): Likewise.
35117         [C99-based-standards] (PRIuLEAST8): Likewise.
35118         [C99-based-standards] (PRIxLEAST8): Likewise.
35119         [C99-based-standards] (PRIXLEAST8): Likewise.
35120         [C99-based-standards] (SCNdLEAST8): Likewise.
35121         [C99-based-standards] (SCNiLEAST8): Likewise.
35122         [C99-based-standards] (SCNoLEAST8): Likewise.
35123         [C99-based-standards] (SCNuLEAST8): Likewise.
35124         [C99-based-standards] (SCNxLEAST8): Likewise.
35125         [C99-based-standards] (PRIdFAST8): Likewise.
35126         [C99-based-standards] (PRIiFAST8): Likewise.
35127         [C99-based-standards] (PRIoFAST8): Likewise.
35128         [C99-based-standards] (PRIuFAST8): Likewise.
35129         [C99-based-standards] (PRIxFAST8): Likewise.
35130         [C99-based-standards] (PRIXFAST8): Likewise.
35131         [C99-based-standards] (SCNdFAST8): Likewise.
35132         [C99-based-standards] (SCNiFAST8): Likewise.
35133         [C99-based-standards] (SCNoFAST8): Likewise.
35134         [C99-based-standards] (SCNuFAST8): Likewise.
35135         [C99-based-standards] (SCNxFAST8): Likewise.
35136         [C99-based-standards] (PRId16): Likewise.
35137         [C99-based-standards] (PRIi16): Likewise.
35138         [C99-based-standards] (PRIo16): Likewise.
35139         [C99-based-standards] (PRIu16): Likewise.
35140         [C99-based-standards] (PRIx16): Likewise.
35141         [C99-based-standards] (PRIX16): Likewise.
35142         [C99-based-standards] (SCNd16): Likewise.
35143         [C99-based-standards] (SCNi16): Likewise.
35144         [C99-based-standards] (SCNo16): Likewise.
35145         [C99-based-standards] (SCNu16): Likewise.
35146         [C99-based-standards] (SCNx16): Likewise.
35147         [C99-based-standards] (PRIdLEAST16): Likewise.
35148         [C99-based-standards] (PRIiLEAST16): Likewise.
35149         [C99-based-standards] (PRIoLEAST16): Likewise.
35150         [C99-based-standards] (PRIuLEAST16): Likewise.
35151         [C99-based-standards] (PRIxLEAST16): Likewise.
35152         [C99-based-standards] (PRIXLEAST16): Likewise.
35153         [C99-based-standards] (SCNdLEAST16): Likewise.
35154         [C99-based-standards] (SCNiLEAST16): Likewise.
35155         [C99-based-standards] (SCNoLEAST16): Likewise.
35156         [C99-based-standards] (SCNuLEAST16): Likewise.
35157         [C99-based-standards] (SCNxLEAST16): Likewise.
35158         [C99-based-standards] (PRIdFAST16): Likewise.
35159         [C99-based-standards] (PRIiFAST16): Likewise.
35160         [C99-based-standards] (PRIoFAST16): Likewise.
35161         [C99-based-standards] (PRIuFAST16): Likewise.
35162         [C99-based-standards] (PRIxFAST16): Likewise.
35163         [C99-based-standards] (PRIXFAST16): Likewise.
35164         [C99-based-standards] (SCNdFAST16): Likewise.
35165         [C99-based-standards] (SCNiFAST16): Likewise.
35166         [C99-based-standards] (SCNoFAST16): Likewise.
35167         [C99-based-standards] (SCNuFAST16): Likewise.
35168         [C99-based-standards] (SCNxFAST16): Likewise.
35169         [C99-based-standards] (PRId32): Likewise.
35170         [C99-based-standards] (PRIi32): Likewise.
35171         [C99-based-standards] (PRIo32): Likewise.
35172         [C99-based-standards] (PRIu32): Likewise.
35173         [C99-based-standards] (PRIx32): Likewise.
35174         [C99-based-standards] (PRIX32): Likewise.
35175         [C99-based-standards] (SCNd32): Likewise.
35176         [C99-based-standards] (SCNi32): Likewise.
35177         [C99-based-standards] (SCNo32): Likewise.
35178         [C99-based-standards] (SCNu32): Likewise.
35179         [C99-based-standards] (SCNx32): Likewise.
35180         [C99-based-standards] (PRIdLEAST32): Likewise.
35181         [C99-based-standards] (PRIiLEAST32): Likewise.
35182         [C99-based-standards] (PRIoLEAST32): Likewise.
35183         [C99-based-standards] (PRIuLEAST32): Likewise.
35184         [C99-based-standards] (PRIxLEAST32): Likewise.
35185         [C99-based-standards] (PRIXLEAST32): Likewise.
35186         [C99-based-standards] (SCNdLEAST32): Likewise.
35187         [C99-based-standards] (SCNiLEAST32): Likewise.
35188         [C99-based-standards] (SCNoLEAST32): Likewise.
35189         [C99-based-standards] (SCNuLEAST32): Likewise.
35190         [C99-based-standards] (SCNxLEAST32): Likewise.
35191         [C99-based-standards] (PRIdFAST32): Likewise.
35192         [C99-based-standards] (PRIiFAST32): Likewise.
35193         [C99-based-standards] (PRIoFAST32): Likewise.
35194         [C99-based-standards] (PRIuFAST32): Likewise.
35195         [C99-based-standards] (PRIxFAST32): Likewise.
35196         [C99-based-standards] (PRIXFAST32): Likewise.
35197         [C99-based-standards] (SCNdFAST32): Likewise.
35198         [C99-based-standards] (SCNiFAST32): Likewise.
35199         [C99-based-standards] (SCNoFAST32): Likewise.
35200         [C99-based-standards] (SCNuFAST32): Likewise.
35201         [C99-based-standards] (SCNxFAST32): Likewise.
35202         [C99-based-standards] (PRId64): Likewise.
35203         [C99-based-standards] (PRIi64): Likewise.
35204         [C99-based-standards] (PRIo64): Likewise.
35205         [C99-based-standards] (PRIu64): Likewise.
35206         [C99-based-standards] (PRIx64): Likewise.
35207         [C99-based-standards] (PRIX64): Likewise.
35208         [C99-based-standards] (SCNd64): Likewise.
35209         [C99-based-standards] (SCNi64): Likewise.
35210         [C99-based-standards] (SCNo64): Likewise.
35211         [C99-based-standards] (SCNu64): Likewise.
35212         [C99-based-standards] (SCNx64): Likewise.
35213         [C99-based-standards] (PRIdLEAST64): Likewise.
35214         [C99-based-standards] (PRIiLEAST64): Likewise.
35215         [C99-based-standards] (PRIoLEAST64): Likewise.
35216         [C99-based-standards] (PRIuLEAST64): Likewise.
35217         [C99-based-standards] (PRIxLEAST64): Likewise.
35218         [C99-based-standards] (PRIXLEAST64): Likewise.
35219         [C99-based-standards] (SCNdLEAST64): Likewise.
35220         [C99-based-standards] (SCNiLEAST64): Likewise.
35221         [C99-based-standards] (SCNoLEAST64): Likewise.
35222         [C99-based-standards] (SCNuLEAST64): Likewise.
35223         [C99-based-standards] (SCNxLEAST64): Likewise.
35224         [C99-based-standards] (PRIdFAST64): Likewise.
35225         [C99-based-standards] (PRIiFAST64): Likewise.
35226         [C99-based-standards] (PRIoFAST64): Likewise.
35227         [C99-based-standards] (PRIuFAST64): Likewise.
35228         [C99-based-standards] (PRIxFAST64): Likewise.
35229         [C99-based-standards] (PRIXFAST64): Likewise.
35230         [C99-based-standards] (SCNdFAST64): Likewise.
35231         [C99-based-standards] (SCNiFAST64): Likewise.
35232         [C99-based-standards] (SCNoFAST64): Likewise.
35233         [C99-based-standards] (SCNuFAST64): Likewise.
35234         [C99-based-standards] (SCNxFAST64): Likewise.
35235         [C99-based-standards] (PRIdMAX): Likewise.
35236         [C99-based-standards] (PRIiMAX): Likewise.
35237         [C99-based-standards] (PRIoMAX): Likewise.
35238         [C99-based-standards] (PRIuMAX): Likewise.
35239         [C99-based-standards] (PRIxMAX): Likewise.
35240         [C99-based-standards] (PRIXMAX): Likewise.
35241         [C99-based-standards] (SCNdMAX): Likewise.
35242         [C99-based-standards] (SCNiMAX): Likewise.
35243         [C99-based-standards] (SCNoMAX): Likewise.
35244         [C99-based-standards] (SCNuMAX): Likewise.
35245         [C99-based-standards] (SCNxMAX): Likewise.
35246         [C99-based-standards] (PRIdPTR): Likewise.
35247         [C99-based-standards] (PRIiPTR): Likewise.
35248         [C99-based-standards] (PRIoPTR): Likewise.
35249         [C99-based-standards] (PRIuPTR): Likewise.
35250         [C99-based-standards] (PRIxPTR): Likewise.
35251         [C99-based-standards] (PRIXPTR): Likewise.
35252         [C99-based-standards] (SCNdPTR): Likewise.
35253         [C99-based-standards] (SCNiPTR): Likewise.
35254         [C99-based-standards] (SCNoPTR): Likewise.
35255         [C99-based-standards] (SCNuPTR): Likewise.
35256         [C99-based-standards] (SCNxPTR): Likewise.
35257         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35258         allow.
35259         * conform/data/stdint.h-data: Update comments to clarify
35260         requirements.
35261         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35262         type.
35263         [C99-based standards] (INT8_MAX): Likewise.
35264         [C99-based standards] (INT16_MIN): Likewise.
35265         [C99-based standards] (INT16_MAX): Likewise.
35266         [C99-based standards] (INT32_MIN): Likewise.
35267         [C99-based standards] (INT32_MAX): Likewise.
35268         [C99-based standards] (INT64_MIN): Likewise.
35269         [C99-based standards] (INT64_MAX): Likewise.
35270         [C99-based standards] (UINT8_MAX): Likewise.
35271         [C99-based standards] (UINT16_MAX): Likewise.
35272         [C99-based standards] (UINT32_MAX): Likewise.
35273         [C99-based standards] (UINT64_MAX): Likewise.
35274         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35275         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35276         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35277         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35278         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35279         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35280         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35281         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35282         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35283         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35284         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35285         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35286         [C99-based standards] (INT_FAST8_MIN): Likewise.
35287         [C99-based standards] (INT_FAST8_MAX): Likewise.
35288         [C99-based standards] (INT_FAST16_MIN): Likewise.
35289         [C99-based standards] (INT_FAST16_MAX): Likewise.
35290         [C99-based standards] (INT_FAST32_MIN): Likewise.
35291         [C99-based standards] (INT_FAST32_MAX): Likewise.
35292         [C99-based standards] (INT_FAST64_MIN): Likewise.
35293         [C99-based standards] (INT_FAST64_MAX): Likewise.
35294         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35295         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35296         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35297         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35298         [C99-based standards] (INTPTR_MIN): Likewise.
35299         [C99-based standards] (INTPTR_MAX): Likewise.
35300         [C99-based standards] (UINTPTR_MAX): Likewise.
35301         [C99-based standards] (INTMAX_MIN): Likewise.
35302         [C99-based standards] (INTMAX_MAX): Likewise.
35303         [C99-based standards] (UINTMAX_MAX): Likewise.
35304         [C99-based standards] (PTRDIFF_MIN): Likewise.
35305         [C99-based standards] (PTRDIFF_MAX): Likewise.
35306         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35307         [C99-based standards] (SIZE_MAX): Likewise.
35308         [C99-based standards] (WCHAR_MAX): Likewise.
35309         [C99-based standards] (WINT_MAX): Likewise.
35310         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35311         constraint on value.
35312         [C99-based standards] (WCHAR_MIN): Likewise.
35313         [C99-based standards] (WINT_MIN): Likewise.
35314         [C99-based standards] (*_t): Allow.
35315         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35316         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35317         Include math.h-data and complex.h-data.  Remove all expectations
35318         of math.h and complex.h contents.
35319         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35320         at end of line.
35321         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35322         (struct tm): Expect tag.
35323         [C99-based-standards] (wcstof): Expect function.
35324         [C99-based-standards] (wcstold): Likewise.
35325         [C99-based-standards] (wcstoll): Likewise.
35326         [C99-based-standards] (wcstoull): Likewise.
35327         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35328         macro-int-constant.  Specify type.
35329         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35330         constraint on value.
35331         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35332         Specify type.
35333         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35334         Specify value.
35335         [ISO C standards]: Do not allow headers.
35336         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35337         wcs[abcdefghijklmnopqrstuvwxyz]*.
35338         [ISO C standards] (*_t): Do not allow.
35339         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35340         Expect function.
35341         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35342         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35343         Specify type.
35344         [ISO C standards]: Do not allow headers.
35345         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35346         is[abcdefghijklmnopqrstuvwxyz]*.
35347         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35348         to[abcdefghijklmnopqrstuvwxyz]*.
35349         [ISO C standards] (*_t): Do not allow.
35350         * conform/data/stdalign.h-data: New file.
35351         * conform/data/stdbool.h-data: Likewise.
35352         * conform/data/stdnoreturn.h-data: Likewise.
35354 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35356         [BZ #14815]
35357         * manual/filesys.texi (Directory Entries): Typo fix.
35358         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35360 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35362         * elf/elf.h (EM_AARCH64): New macro.
35363         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35364         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35365         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35366         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35367         (R_AARCH64_TLSDESC): Likewise.
35368         (NT_ARM_TLS): Likewise.
35369         (NT_ARM_HW_BREAK): Likewise.
35370         (NT_ARM_HW_WATCH): Likewise.
35372 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35374         [BZ #14811]
35375         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35376         (__ieee754_powl): Saturate nonzero exponents with absolute value
35377         below 0x1p-79 to +/- 0x1p-79.
35378         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35379         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35380         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35381         nonzero exponents with absolute value below 0x1p-32 to +/-
35382         0x1p-32.
35383         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35384         (__ieee754_powl): Saturate nonzero exponents with absolute value
35385         below 0x1p-79 to +/- 0x1p-79.
35386         * math/libm-test.inc (pow_test): Add more tests.
35388 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35390         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35391         _dl_s390_cap_flags with kernel. Increase string length.
35392         (_dl_s390_platforms): Add z196 and zEC12.
35394 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35396         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35397         Change XOPEN21K to XOPEN2K.
35399 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35401         * string/memmove.c: Use memcpy when possible.
35403 2012-11-06  Andreas Jaeger  <aj@suse.de>
35405         * po/eo.po: Update from translation team.
35407 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35409         [BZ #14793]
35410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35411         exponent and small x and y exponents, scale x or y up.  Increase
35412         by 2 the exponent used in scaling up.
35413         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35414         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35415         * math/libm-test.inc (fma_test): Add more tests.
35416         (fma_test_towardzero): Likewise.
35417         (fma_test_downward): Likewise.
35418         (fma_test_upward): Likewise.
35420 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35422         [BZ #14805]
35423         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35424         fenv_t *.
35426         [BZ #14801]
35427         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35428         namespace for names of struct fields.
35429         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35430         fenv_t fields.
35431         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35432         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35434 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35436         [BZ #3665]
35437         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35439 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35441         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35442         PTR_DEMANGLE.
35444         [BZ #5246]
35445         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35446         PTR_DEMANGLE.
35448 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35450         [BZ #14797]
35451         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35452         definitely overflow as x * y not x * y + z.
35453         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35454         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35455         * math/libm-test.inc (fma_test): Add more tests.
35456         (fma_test_towardzero): Likewise.
35457         (fma_test_downward): Likewise.
35458         (fma_test_upward): Likewise.
35460 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35462         [BZ #157]
35464         * include/stub-tag.h: Remove file.
35465         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35466         '#include' of it.
35467         * manual/maint.texi (Porting): Don't reference it.
35468         * Makerules ($(objpfx)stubs): Likewise.
35469         * dirent/closedir.c: Don't include <stub-tag.h>.
35470         * dirent/dirfd.c: Likewise.
35471         * dirent/fdopendir.c: Likewise.
35472         * dirent/getdents.c: Likewise.
35473         * dirent/getdents64.c: Likewise.
35474         * dirent/opendir.c: Likewise.
35475         * dirent/readdir.c: Likewise.
35476         * dirent/readdir64.c: Likewise.
35477         * dirent/readdir64_r.c: Likewise.
35478         * dirent/readdir_r.c: Likewise.
35479         * dirent/rewinddir.c: Likewise.
35480         * dirent/seekdir.c: Likewise.
35481         * dirent/telldir.c: Likewise.
35482         * gmon/profil.c: Likewise.
35483         * grp/setgroups.c: Likewise.
35484         * inet/if_index.c: Likewise.
35485         * io/access.c: Likewise.
35486         * io/chdir.c: Likewise.
35487         * io/chmod.c: Likewise.
35488         * io/chown.c: Likewise.
35489         * io/close.c: Likewise.
35490         * io/dup.c: Likewise.
35491         * io/dup2.c: Likewise.
35492         * io/dup3.c: Likewise.
35493         * io/euidaccess.c: Likewise.
35494         * io/faccessat.c: Likewise.
35495         * io/fchdir.c: Likewise.
35496         * io/fchmod.c: Likewise.
35497         * io/fchmodat.c: Likewise.
35498         * io/fchown.c: Likewise.
35499         * io/fchownat.c: Likewise.
35500         * io/fcntl.c: Likewise.
35501         * io/flock.c: Likewise.
35502         * io/fstatfs.c: Likewise.
35503         * io/fstatfs64.c: Likewise.
35504         * io/fstatvfs.c: Likewise.
35505         * io/fstatvfs64.c: Likewise.
35506         * io/futimens.c: Likewise.
35507         * io/fxstat.c: Likewise.
35508         * io/fxstat64.c: Likewise.
35509         * io/fxstatat.c: Likewise.
35510         * io/fxstatat64.c: Likewise.
35511         * io/getcwd.c: Likewise.
35512         * io/isatty.c: Likewise.
35513         * io/lchmod.c: Likewise.
35514         * io/lchown.c: Likewise.
35515         * io/link.c: Likewise.
35516         * io/linkat.c: Likewise.
35517         * io/lseek.c: Likewise.
35518         * io/lseek64.c: Likewise.
35519         * io/lxstat64.c: Likewise.
35520         * io/mkdir.c: Likewise.
35521         * io/mkdirat.c: Likewise.
35522         * io/mkfifo.c: Likewise.
35523         * io/mkfifoat.c: Likewise.
35524         * io/open.c: Likewise.
35525         * io/open64.c: Likewise.
35526         * io/openat.c: Likewise.
35527         * io/openat64.c: Likewise.
35528         * io/pipe.c: Likewise.
35529         * io/pipe2.c: Likewise.
35530         * io/poll.c: Likewise.
35531         * io/posix_fadvise.c: Likewise.
35532         * io/posix_fadvise64.c: Likewise.
35533         * io/posix_fallocate.c: Likewise.
35534         * io/posix_fallocate64.c: Likewise.
35535         * io/read.c: Likewise.
35536         * io/readlink.c: Likewise.
35537         * io/readlinkat.c: Likewise.
35538         * io/rmdir.c: Likewise.
35539         * io/sendfile.c: Likewise.
35540         * io/sendfile64.c: Likewise.
35541         * io/statfs.c: Likewise.
35542         * io/statfs64.c: Likewise.
35543         * io/statvfs.c: Likewise.
35544         * io/statvfs64.c: Likewise.
35545         * io/symlink.c: Likewise.
35546         * io/symlinkat.c: Likewise.
35547         * io/ttyname.c: Likewise.
35548         * io/ttyname_r.c: Likewise.
35549         * io/umask.c: Likewise.
35550         * io/unlink.c: Likewise.
35551         * io/unlinkat.c: Likewise.
35552         * io/utime.c: Likewise.
35553         * io/utimensat.c: Likewise.
35554         * io/write.c: Likewise.
35555         * io/xmknod.c: Likewise.
35556         * io/xmknodat.c: Likewise.
35557         * io/xstat.c: Likewise.
35558         * io/xstat64.c: Likewise.
35559         * login/getpt.c: Likewise.
35560         * login/grantpt.c: Likewise.
35561         * login/unlockpt.c: Likewise.
35562         * math/e_acoshl.c: Likewise.
35563         * math/e_acosl.c: Likewise.
35564         * math/e_asinl.c: Likewise.
35565         * math/e_atan2l.c: Likewise.
35566         * math/e_atanhl.c: Likewise.
35567         * math/e_coshl.c: Likewise.
35568         * math/e_expl.c: Likewise.
35569         * math/e_fmodl.c: Likewise.
35570         * math/e_gammal_r.c: Likewise.
35571         * math/e_hypotl.c: Likewise.
35572         * math/e_j0l.c: Likewise.
35573         * math/e_j1l.c: Likewise.
35574         * math/e_jnl.c: Likewise.
35575         * math/e_lgammal_r.c: Likewise.
35576         * math/e_log10l.c: Likewise.
35577         * math/e_log2l.c: Likewise.
35578         * math/e_logl.c: Likewise.
35579         * math/e_powl.c: Likewise.
35580         * math/e_rem_pio2l.c: Likewise.
35581         * math/e_sinhl.c: Likewise.
35582         * math/e_sqrtl.c: Likewise.
35583         * math/fclrexcpt.c: Likewise.
35584         * math/fedisblxcpt.c: Likewise.
35585         * math/feenablxcpt.c: Likewise.
35586         * math/fegetenv.c: Likewise.
35587         * math/fegetexcept.c: Likewise.
35588         * math/fegetround.c: Likewise.
35589         * math/feholdexcpt.c: Likewise.
35590         * math/fesetenv.c: Likewise.
35591         * math/fesetround.c: Likewise.
35592         * math/feupdateenv.c: Likewise.
35593         * math/fgetexcptflg.c: Likewise.
35594         * math/fraiseexcpt.c: Likewise.
35595         * math/fsetexcptflg.c: Likewise.
35596         * math/ftestexcept.c: Likewise.
35597         * math/k_cosl.c: Likewise.
35598         * math/k_rem_pio2l.c: Likewise.
35599         * math/k_sinl.c: Likewise.
35600         * math/k_tanl.c: Likewise.
35601         * math/s_asinhl.c: Likewise.
35602         * math/s_atanl.c: Likewise.
35603         * math/s_cbrtl.c: Likewise.
35604         * math/s_erfl.c: Likewise.
35605         * math/s_expm1l.c: Likewise.
35606         * math/s_log1pl.c: Likewise.
35607         * math/s_tanhl.c: Likewise.
35608         * misc/acct.c: Likewise.
35609         * misc/brk.c: Likewise.
35610         * misc/chflags.c: Likewise.
35611         * misc/chroot.c: Likewise.
35612         * misc/fchflags.c: Likewise.
35613         * misc/fgetxattr.c: Likewise.
35614         * misc/flistxattr.c: Likewise.
35615         * misc/fremovexattr.c: Likewise.
35616         * misc/fsetxattr.c: Likewise.
35617         * misc/fsync.c: Likewise.
35618         * misc/ftruncate.c: Likewise.
35619         * misc/futimes.c: Likewise.
35620         * misc/futimesat.c: Likewise.
35621         * misc/getdomain.c: Likewise.
35622         * misc/getdtsz.c: Likewise.
35623         * misc/gethostid.c: Likewise.
35624         * misc/gethostname.c: Likewise.
35625         * misc/getloadavg.c: Likewise.
35626         * misc/getpagesize.c: Likewise.
35627         * misc/getsysstats.c: Likewise.
35628         * misc/getxattr.c: Likewise.
35629         * misc/gtty.c: Likewise.
35630         * misc/ioctl.c: Likewise.
35631         * misc/lgetxattr.c: Likewise.
35632         * misc/listxattr.c: Likewise.
35633         * misc/llistxattr.c: Likewise.
35634         * misc/lremovexattr.c: Likewise.
35635         * misc/lsetxattr.c: Likewise.
35636         * misc/lutimes.c: Likewise.
35637         * misc/madvise.c: Likewise.
35638         * misc/mincore.c: Likewise.
35639         * misc/mlock.c: Likewise.
35640         * misc/mlockall.c: Likewise.
35641         * misc/mmap.c: Likewise.
35642         * misc/mprotect.c: Likewise.
35643         * misc/msync.c: Likewise.
35644         * misc/munlock.c: Likewise.
35645         * misc/munlockall.c: Likewise.
35646         * misc/munmap.c: Likewise.
35647         * misc/preadv.c: Likewise.
35648         * misc/preadv64.c: Likewise.
35649         * misc/ptrace.c: Likewise.
35650         * misc/pwritev.c: Likewise.
35651         * misc/pwritev64.c: Likewise.
35652         * misc/readv.c: Likewise.
35653         * misc/reboot.c: Likewise.
35654         * misc/remap_file_pages.c: Likewise.
35655         * misc/removexattr.c: Likewise.
35656         * misc/revoke.c: Likewise.
35657         * misc/select.c: Likewise.
35658         * misc/setdomain.c: Likewise.
35659         * misc/setegid.c: Likewise.
35660         * misc/seteuid.c: Likewise.
35661         * misc/sethostid.c: Likewise.
35662         * misc/sethostname.c: Likewise.
35663         * misc/setregid.c: Likewise.
35664         * misc/setreuid.c: Likewise.
35665         * misc/setxattr.c: Likewise.
35666         * misc/sstk.c: Likewise.
35667         * misc/stty.c: Likewise.
35668         * misc/swapoff.c: Likewise.
35669         * misc/swapon.c: Likewise.
35670         * misc/sync.c: Likewise.
35671         * misc/syncfs.c: Likewise.
35672         * misc/syscall.c: Likewise.
35673         * misc/truncate.c: Likewise.
35674         * misc/ualarm.c: Likewise.
35675         * misc/usleep.c: Likewise.
35676         * misc/ustat.c: Likewise.
35677         * misc/utimes.c: Likewise.
35678         * misc/vhangup.c: Likewise.
35679         * misc/writev.c: Likewise.
35680         * posix/_exit.c: Likewise.
35681         * posix/alarm.c: Likewise.
35682         * posix/execve.c: Likewise.
35683         * posix/fexecve.c: Likewise.
35684         * posix/fork.c: Likewise.
35685         * posix/fpathconf.c: Likewise.
35686         * posix/getaddrinfo.c: Likewise.
35687         * posix/getegid.c: Likewise.
35688         * posix/geteuid.c: Likewise.
35689         * posix/getgid.c: Likewise.
35690         * posix/getgroups.c: Likewise.
35691         * posix/getlogin.c: Likewise.
35692         * posix/getlogin_r.c: Likewise.
35693         * posix/getpgid.c: Likewise.
35694         * posix/getpid.c: Likewise.
35695         * posix/getppid.c: Likewise.
35696         * posix/getresgid.c: Likewise.
35697         * posix/getresuid.c: Likewise.
35698         * posix/getsid.c: Likewise.
35699         * posix/getuid.c: Likewise.
35700         * posix/glob64.c: Likewise.
35701         * posix/nanosleep.c: Likewise.
35702         * posix/pathconf.c: Likewise.
35703         * posix/pause.c: Likewise.
35704         * posix/posix_madvise.c: Likewise.
35705         * posix/pread.c: Likewise.
35706         * posix/pread64.c: Likewise.
35707         * posix/pwrite.c: Likewise.
35708         * posix/pwrite64.c: Likewise.
35709         * posix/sched_getaffinity.c: Likewise.
35710         * posix/sched_getp.c: Likewise.
35711         * posix/sched_gets.c: Likewise.
35712         * posix/sched_primax.c: Likewise.
35713         * posix/sched_primin.c: Likewise.
35714         * posix/sched_rr_gi.c: Likewise.
35715         * posix/sched_setaffinity.c: Likewise.
35716         * posix/sched_setp.c: Likewise.
35717         * posix/sched_sets.c: Likewise.
35718         * posix/sched_yield.c: Likewise.
35719         * posix/setgid.c: Likewise.
35720         * posix/setlogin.c: Likewise.
35721         * posix/setpgid.c: Likewise.
35722         * posix/setresgid.c: Likewise.
35723         * posix/setresuid.c: Likewise.
35724         * posix/setsid.c: Likewise.
35725         * posix/setuid.c: Likewise.
35726         * posix/sleep.c: Likewise.
35727         * posix/spawni.c: Likewise.
35728         * posix/sysconf.c: Likewise.
35729         * posix/times.c: Likewise.
35730         * posix/wait.c: Likewise.
35731         * posix/wait3.c: Likewise.
35732         * posix/wait4.c: Likewise.
35733         * posix/waitpid.c: Likewise.
35734         * resolv/gai_sigqueue.c: Likewise.
35735         * resource/getpriority.c: Likewise.
35736         * resource/getrlimit.c: Likewise.
35737         * resource/getrusage.c: Likewise.
35738         * resource/nice.c: Likewise.
35739         * resource/setpriority.c: Likewise.
35740         * resource/setrlimit.c: Likewise.
35741         * resource/ulimit.c: Likewise.
35742         * rt/aio_cancel.c: Likewise.
35743         * rt/aio_fsync.c: Likewise.
35744         * rt/aio_read.c: Likewise.
35745         * rt/aio_sigqueue.c: Likewise.
35746         * rt/aio_suspend.c: Likewise.
35747         * rt/aio_write.c: Likewise.
35748         * rt/clock_getres.c: Likewise.
35749         * rt/clock_gettime.c: Likewise.
35750         * rt/clock_nanosleep.c: Likewise.
35751         * rt/clock_settime.c: Likewise.
35752         * rt/lio_listio.c: Likewise.
35753         * rt/mq_close.c: Likewise.
35754         * rt/mq_getattr.c: Likewise.
35755         * rt/mq_notify.c: Likewise.
35756         * rt/mq_open.c: Likewise.
35757         * rt/mq_receive.c: Likewise.
35758         * rt/mq_send.c: Likewise.
35759         * rt/mq_setattr.c: Likewise.
35760         * rt/mq_timedreceive.c: Likewise.
35761         * rt/mq_timedsend.c: Likewise.
35762         * rt/mq_unlink.c: Likewise.
35763         * rt/shm_open.c: Likewise.
35764         * rt/shm_unlink.c: Likewise.
35765         * rt/timer_create.c: Likewise.
35766         * rt/timer_delete.c: Likewise.
35767         * rt/timer_getoverr.c: Likewise.
35768         * rt/timer_gettime.c: Likewise.
35769         * rt/timer_settime.c: Likewise.
35770         * setjmp/__longjmp.c: Likewise.
35771         * setjmp/setjmp.c: Likewise.
35772         * signal/kill.c: Likewise.
35773         * signal/killpg.c: Likewise.
35774         * signal/raise.c: Likewise.
35775         * signal/sigaction.c: Likewise.
35776         * signal/sigaltstack.c: Likewise.
35777         * signal/sigblock.c: Likewise.
35778         * signal/sigignore.c: Likewise.
35779         * signal/sigintr.c: Likewise.
35780         * signal/signal.c: Likewise.
35781         * signal/sigpause.c: Likewise.
35782         * signal/sigpending.c: Likewise.
35783         * signal/sigqueue.c: Likewise.
35784         * signal/sigreturn.c: Likewise.
35785         * signal/sigset.c: Likewise.
35786         * signal/sigsetmask.c: Likewise.
35787         * signal/sigstack.c: Likewise.
35788         * signal/sigsuspend.c: Likewise.
35789         * signal/sigtimedwait.c: Likewise.
35790         * signal/sigvec.c: Likewise.
35791         * signal/sigwait.c: Likewise.
35792         * signal/sigwaitinfo.c: Likewise.
35793         * signal/sysv_signal.c: Likewise.
35794         * socket/accept.c: Likewise.
35795         * socket/accept4.c: Likewise.
35796         * socket/bind.c: Likewise.
35797         * socket/connect.c: Likewise.
35798         * socket/getpeername.c: Likewise.
35799         * socket/getsockname.c: Likewise.
35800         * socket/getsockopt.c: Likewise.
35801         * socket/isfdtype.c: Likewise.
35802         * socket/listen.c: Likewise.
35803         * socket/recv.c: Likewise.
35804         * socket/recvfrom.c: Likewise.
35805         * socket/recvmsg.c: Likewise.
35806         * socket/send.c: Likewise.
35807         * socket/sendmsg.c: Likewise.
35808         * socket/sendto.c: Likewise.
35809         * socket/setsockopt.c: Likewise.
35810         * socket/shutdown.c: Likewise.
35811         * socket/sockatmark.c: Likewise.
35812         * socket/socket.c: Likewise.
35813         * socket/socketpair.c: Likewise.
35814         * stdio-common/ctermid.c: Likewise.
35815         * stdio-common/cuserid.c: Likewise.
35816         * stdio-common/remove.c: Likewise.
35817         * stdio-common/rename.c: Likewise.
35818         * stdio-common/renameat.c: Likewise.
35819         * stdio-common/tempname.c: Likewise.
35820         * stdlib/getcontext.c: Likewise.
35821         * stdlib/makecontext.c: Likewise.
35822         * stdlib/setcontext.c: Likewise.
35823         * stdlib/swapcontext.c: Likewise.
35824         * stdlib/system.c: Likewise.
35825         * streams/fattach.c: Likewise.
35826         * streams/fdetach.c: Likewise.
35827         * streams/getmsg.c: Likewise.
35828         * streams/getpmsg.c: Likewise.
35829         * streams/putmsg.c: Likewise.
35830         * streams/putpmsg.c: Likewise.
35831         * sysdeps/unix/bsd/getpt.c: Likewise.
35832         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35833         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35834         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35836         Likewise.
35837         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35838         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35839         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35840         * sysvipc/msgctl.c: Likewise.
35841         * sysvipc/msgget.c: Likewise.
35842         * sysvipc/msgrcv.c: Likewise.
35843         * sysvipc/msgsnd.c: Likewise.
35844         * sysvipc/semctl.c: Likewise.
35845         * sysvipc/semget.c: Likewise.
35846         * sysvipc/semop.c: Likewise.
35847         * sysvipc/semtimedop.c: Likewise.
35848         * sysvipc/shmat.c: Likewise.
35849         * sysvipc/shmctl.c: Likewise.
35850         * sysvipc/shmdt.c: Likewise.
35851         * sysvipc/shmget.c: Likewise.
35852         * termios/tcdrain.c: Likewise.
35853         * termios/tcflow.c: Likewise.
35854         * termios/tcflush.c: Likewise.
35855         * termios/tcgetattr.c: Likewise.
35856         * termios/tcgetpgrp.c: Likewise.
35857         * termios/tcsendbrk.c: Likewise.
35858         * termios/tcsetattr.c: Likewise.
35859         * termios/tcsetpgrp.c: Likewise.
35860         * time/adjtime.c: Likewise.
35861         * time/clock.c: Likewise.
35862         * time/getitimer.c: Likewise.
35863         * time/gettimeofday.c: Likewise.
35864         * time/setitimer.c: Likewise.
35865         * time/settimeofday.c: Likewise.
35866         * time/stime.c: Likewise.
35867         * time/time.c: Likewise.
35869 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35871         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35872         /usr/old/bin.
35874         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35875         instead of spaces.
35876         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35878 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35880         [BZ #14796]
35881         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35882         FE_TONEAREST before applying Dekker multiplication and Knuth
35883         addition.  Clear inexact exceptions and check for exact zero
35884         results afterwards.
35885         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35886         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35887         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35888         * math/libm-test.inc (fma_test): Add more tests.
35889         (fma_test_towardzero): Likewise.
35890         (fma_test_downward): Likewise.
35891         (fma_test_upward): Likewise.
35892         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35893         function.
35894         (libc_fesetround): New macro.
35895         (libc_fesetroundf): Likewise.
35896         (libc_fesetroundl): Likewise.
35897         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35898         function.
35899         (libc_fesetround_387): Likewise.
35900         (libc_fesetroundf): New macro.
35901         (libc_fesetround): Likewise.
35902         (libc_fesetroundl): Likewise.
35903         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35904         function.
35905         (libc_fesetroundf): New macro.
35906         (libc_fesetround): Likewise.
35907         (libc_fesetroundl): Likewise.
35908         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35909         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35910         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35911         libm_hidden_ver.
35912         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35913         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35914         libm_hidden_def.
35915         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35916         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35917         libm_hidden_ver.
35918         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35919         libm_hidden_def.
35921         [BZ #3439]
35922         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35923         integer constant usable in #if and use that to give value to enum
35924         constant.
35925         (FE_DIVBYZERO): Likewise.
35926         (FE_UNDERFLOW): Likewise.
35927         (FE_OVERFLOW): Likewise.
35928         (FE_INVALID): Likewise.
35929         (FE_INVALID_SNAN): Likewise.
35930         (FE_INVALID_ISI): Likewise.
35931         (FE_INVALID_IDI): Likewise.
35932         (FE_INVALID_ZDZ): Likewise.
35933         (FE_INVALID_IMZ): Likewise.
35934         (FE_INVALID_COMPARE): Likewise.
35935         (FE_INVALID_SOFTWARE): Likewise.
35936         (FE_INVALID_SQRT): Likewise.
35937         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35938         (FE_TONEAREST): Likewise.
35939         (FE_TOWARDZERO): Likewise.
35940         (FE_UPWARD): Likewise.
35941         (FE_DOWNWARD): Likewise.
35942         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35943         (FE_DIVBYZERO): Likewise.
35944         (FE_OVERFLOW): Likewise.
35945         (FE_UNDERFLOW): Likewise.
35946         (FE_INEXACT): Likewise.
35947         (FE_TONEAREST): Likewise.
35948         (FE_DOWNWARD): Likewise.
35949         (FE_UPWARD): Likewise.
35950         (FE_TOWARDZERO): Likewise.
35951         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35952         (FE_UNDERFLOW): Likewise.
35953         (FE_OVERFLOW): Likewise.
35954         (FE_DIVBYZERO): Likewise.
35955         (FE_INVALID): Likewise.
35956         (FE_TONEAREST): Likewise.
35957         (FE_TOWARDZERO): Likewise.
35958         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35959         (FE_OVERFLOW): Likewise.
35960         (FE_UNDERFLOW): Likewise.
35961         (FE_DIVBYZERO): Likewise.
35962         (FE_INEXACT): Likewise.
35963         (FE_TONEAREST): Likewise.
35964         (FE_TOWARDZERO): Likewise.
35965         (FE_UPWARD): Likewise.
35966         (FE_DOWNWARD): Likewise.
35967         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35968         (FE_DIVBYZERO): Likewise.
35969         (FE_OVERFLOW): Likewise.
35970         (FE_UNDERFLOW): Likewise.
35971         (FE_INEXACT): Likewise.
35972         (FE_TONEAREST): Likewise.
35973         (FE_DOWNWARD): Likewise.
35974         (FE_UPWARD): Likewise.
35975         (FE_TOWARDZERO): Likewise.
35977 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35979         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35981 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35983         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35984         commands.  Quote $PWD.
35985         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35986         -x" by "export".
35987         (remove_newlines): Remove.
35989 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35991         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35992         * stdlib/stdlib.h (atof): Moved to ...
35993         * include/bits/stdlib-float.h: Here.  New file.
35994         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35995         * stdlib/bits/stdlib-float.h: New file.
35996         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35997         -mno-sse -mno-mmx.
35998         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35999         <xmmintrin.h>.
36001 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36003         * conform/conformtest.pl (@headers): Add fenv.h.
36004         * conform/data/fenv.h-data: New file.
36005         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36006         include of <math/fenv.h>.
36008         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36009         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36010         && !UNIX98].  Enables tests for XOPEN2K8.
36011         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36012         POSIX2008]: Likewise.
36014         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36015         (struct rusage): Do not expect type or its members.
36017         [BZ #3439]
36018         * math/math.h (FP_NAN): Define macro to integer constant usable in
36019         #if and use that to give value to enum constant.
36020         (FP_INFINITE): Likewise.
36021         (FP_ZERO): Likewise.
36022         (FP_SUBNORMAL): Likewise.
36023         (FP_NORMAL): Likewise.
36025 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36027         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36028         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36029         arguments.
36031 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36033         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36034         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36035         autoconf-time if not.
36036         * configure.in: Remove AC_PREREQ.
36038 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36040         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36041         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36042         of the internal implementation.
36044 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36046         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36047         except include of <misc/sys/syslog.h>.
36049 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36052         function returns with a NULL context exit with zero.
36054 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36056         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36058 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36060         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36061         (run_program_cmd): This.
36062         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36063         (tst_langinfo): New variable.  Use it.
36065 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36067         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36068         floating point opcodes.
36070 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36072         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36073         variable.
36075         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36077         * sysdeps/mach/hurd/powerpc: Remove directory.
36078         * sysdeps/mach/powerpc: Likewise.
36080 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36082         * scripts/check-local-headers.sh: Ignore c++ headers.
36084 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36086         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36087         __libc_cleanup_region_start argument.
36089 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36091         [BZ #14784]
36092         [BZ #14785]
36093         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36094         x * y using scaling, not as x * y + z.
36095         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36096         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36097         * math/libm-test.inc (fma_test): Add more tests.
36098         (fma_test_towardzero): Likewise.
36099         (fma_test_downward): Likewise.
36100         (fma_test_upward): Likewise.
36102 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36104         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36106 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36108         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36109         New variable.
36111 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36113         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36115 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36118         Fix sort order.
36119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36120         Likewise.
36122 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36125         Fix the order of the list for glibc 2.17.
36126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36127         Likewise.
36129 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36133 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36135         [BZ #14610]
36136         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36137         for low part of x being zero before using __atanl (y).
36138         * math/libm-test.inc (atan2_test): Add another test.
36140         * manual/install.texi (Configuring and compiling): Document
36141         general use of test-wrapper and test-wrapper-env.
36142         * INSTALL: Regenerated.
36144         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36145         (__fma): Do not extract and scale down low bits on after-rounding
36146         systems when result rounded to normal precision would have normal
36147         exponent.
36148         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36149         (__fmal): Do not extract and scale down low bits on after-rounding
36150         systems when result rounded to normal precision would have normal
36151         exponent.
36152         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36153         (__fmal): Do not extract and scale down low bits on after-rounding
36154         systems when result rounded to normal precision would have normal
36155         exponent.
36156         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36157         macro.
36158         (fma_test): Add more tests.
36159         (fma_test_towardzero): Likewise.
36160         (fma_test_downward): Likewise.
36161         (fma_test_upward): Likewise.
36163 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36165         * sysdeps/i386/tininess.h: Renamed to ...
36166         * sysdeps/x86/tininess.h: This.
36167         * sysdeps/x86_64/tininess.h: Removed.
36169 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36171         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36172         input.  Use $(build-program-cmd).
36173         ($(objpfx)tst-array1-static.out): Likewise.
36174         ($(objpfx)tst-array2.out): Likewise.
36175         ($(objpfx)tst-array3.out): Likewise.
36176         ($(objpfx)tst-array4.out): Likewise.
36177         ($(objpfx)tst-array5.out): Likewise.
36178         ($(objpfx)tst-array5-static.out): Likewise.
36180 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36182         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36183         if defined.
36185         * nss/nsswitch.h (nss_interface_function): Provide new
36186         macro for use with NSS functions.
36187         * grp/initgroups.c: Use new macro.
36188         * nss/getXXbyYY.c: Likewise.
36189         * nss/getXXbyYY_r.c: Likewise.
36190         * nss/getXXent.c: Likewise.
36191         * nss/getXXent_r.c: Likewise.
36192         * sysdeps/posix/getaddrinfo.c: Likewise.
36194 2012-10-30  Andreas Jaeger  <aj@suse.de>
36196         * po/ru.po: Update Russion translation from translation project.
36198 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36200         [BZ #14152]
36201         [BZ #14783]
36202         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36203         result and shift together with sticky bit instead of replicating
36204         round-to-nearest rounding.
36205         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36206         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36207         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36208         missing underflow exceptions.
36209         (fma_test_towardzero): Add more tests.
36210         (fma_test_downward): Likewise.
36211         (fma_test_upward): Likewise.
36213         [BZ #14047]
36214         * sysdeps/generic/tininess.h: New file.
36215         * sysdeps/i386/tininess.h: Likewise.
36216         * sysdeps/sh/tininess.h: Likewise.
36217         * sysdeps/x86_64/tininess.h: Likewise.
36218         * stdlib/tst-strtod-underflow.c: Likewise.
36219         * stdlib/tst-tininess.c: Likewise.
36220         * stdlib/strtod_l.c: Include <tininess.h>.
36221         (round_and_return): Do not set errno for exact underflow cases.
36222         Force an underflow exception when setting errno for underflow.
36223         Determine underflow based on rounding to normal precision if
36224         TININESS_AFTER_ROUNDING.
36225         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36226         ERANGE for exact underflow cases.
36227         * stdlib/Makefile (tests): Add tst-tininess and
36228         tst-strtod-underflow.
36229         ($(objpfx)tst-tininess): Use $(link-libm).
36230         ($(objpfx)tst-strtod-underflow): Likewise.
36232 2012-10-30  Andreas Jaeger  <aj@suse.de>
36234         [BZ#14767]
36235         * elf/Makefile (tests): Remove conditional for have-initfini-array
36236         since this is now always required and the variable does not exist
36237         anymore.
36238         (tests-static): Likewise.
36239         (modules-names): Likewise.
36241         * po/eo.po: Add Esperanto translation from translation project.
36243         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36244         merged with constructor/destructor.
36245         (init_array): Likewise.
36246         * elf/tst-array2dep.c (fini_array): Likewise.
36247         (init_array): Likewise.
36249 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36251         * manual/message.texi: Delete @cartouche tags.
36253 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36255         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36256         EOPNOTSUPP.
36257         * sysdeps/mach/hurd/fsync.c: Likewise.
36259         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36260         [_POSIX_REALTIME_SIGNALS]: Change condition to
36261         [_POSIX_REALTIME_SIGNALS > 0].
36263 2012-10-27  Andreas Jaeger  <aj@suse.de>
36265         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36266         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36267         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36268         [__WORDSIZE != 64]: Likewise.
36270 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36272         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36273         *  iconvdata/tst-tables.sh: Likewise.
36275 2012-10-25  David S. Miller  <davem@davemloft.net>
36277         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36278         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36279         of strtoull.
36281         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36282         ifunc-impl-list.c
36283         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36284         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36285         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36286         file.
36288 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36290         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36291         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36292         __getdirentries.
36294 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36295             Jim Blandy  <jimb@codesourcery.com>
36297         * scripts/cross-test-ssh.sh: New file.
36298         * manual/install.texi (Configuring and compiling): Document use of
36299         cross-test-ssh.sh.
36300         * INSTALL: Regenerated.
36302 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36304         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36305         EOPNOTSUPP.
36307 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36309         * Makeconfig (run-program-prefix): Fix comment.
36311 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36312             Jim Blandy  <jimb@codesourcery.com>
36314         * Makeconfig (test-wrapper): New variable,
36315         (test-wrapper-env): Likewise.
36316         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36317         (run-built-tests): Define to yes.
36318         (run-program-prefix): Use $(test-wrapper).
36319         (built-program-cmd): Likewise.
36320         * Rules (make-test-out): Use $(test-wrapper-env) and
36321         $(host-built-program-cmd).
36322         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36323         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36324         tst-pathopt.sh.
36325         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36326         $(test-wrapper-env) to tst-rtld-load-self.sh.
36327         ($(objpfx)order2.out): Use $(test-wrapper).
36328         ($(objpfx)tst-initorder.out): Likewise.
36329         ($(objpfx)tst-initorder2.out): Likewise.
36330         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36331         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36332         (test_wrapper_env): New variable.  Use it to run ld.so.
36333         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36334         Use it to run ld.so.
36335         (test_wrapper_env): Likewise.
36336         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36337         $(test-wrapper) to run-iconv-test.sh.
36338         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36339         (ICONV): Use $test_wrapper.
36340         * posix/Makefile ($(objpfx)globtest.out): Pass
36341         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36342         globtest.sh, not $(run-program-prefix).
36343         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36344         (test_wrapper): Likewise.
36345         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36346         set together with run_via_rtld_prefix.
36347         (run_program_prefix): Define in terms of test_wrapper and
36348         run_via_rtld_prefix.
36350 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36352         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36353         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36354         Targets removed.
36356         [BZ #14743]
36357         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36358         Declare __clock_getres, __clock_gettime, __clock_settime,
36359         __clock_nanosleep, and __clock_getcpuclockid.
36360         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36361         Remove librt_hidden_def (clock_gettime).
36362         * sysdeps/unix/clock_gettime.c: Likewise.
36363         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36364         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36365         * rt/clock_getres.c: Define __clock_getres as an alias.
36366         * sysdeps/posix/clock_getres.c: Likewise.
36367         * rt/clock_settime.c: Define __clock_settime as an alias.
36368         * sysdeps/unix/clock_settime.c: Likewise.
36369         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36370         * sysdeps/unix/clock_nanosleep.c: Likewise.
36371         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36372         * rt/clock-compat.c: New file.
36373         * rt/Makefile (librt-routines): Add clock-compat and move
36374         $(clock-routines) to ...
36375         (routines): ... here, new variable.
36376         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36377         Don't add get_clockfreq here.
36378         * rt/Versions (libc: GLIBC_2.17): New version set.
36379         Add clock_* symbols here.
36380         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36381         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36382         (GLIBC_2.17): Add clock_* symbols.
36383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36385         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36387         Likewise.
36388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36389         Likewise.
36390         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36394         * NEWS: Mention the move.
36396         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36397         Use __open, __read, __close rather than their public counterparts.
36398         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36399         (__get_clockfreq_via_cpuinfo): Likewise.
36400         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36401         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36403         * config.h.in (HAVE_IFUNC): New #undef.
36404         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36405         was successful.
36406         * configure: Regenerated.
36408 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36410         * configure.in: Move READELF check to start of file.
36411         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36412         libc_cv_asm_gnu_indirect_function in the process.
36413         * configure: Regenerated.
36415 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36417         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36418         send the output to /dev/null.
36419         (libc_cv_cc_with_libunwind): Likewise.
36420         (libc_cv_as_noexecstack): Likewise.
36421         * configure: Regenerate.
36423 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36425         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36427         * posix/globtest.sh (TMPDIR): Do not set.
36428         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36429         (testout): Likewise.
36431 2012-10-24  Andreas Jaeger  <aj@suse.de>
36433         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36434         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36435         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36436         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36437         posix_fadvise64, posix_fallocate64.
36439         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36440         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36441         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36442         Likewise.
36443         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36444         Likewise.
36445         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36447         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36448         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36449         <bits/fcntl-linux.h>.
36450         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36452         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36453         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36454         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36455         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36456         [__WORDSIZE != 64]: Likewise.
36458 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36460         * Makeconfig (run-built-tests): New variable.
36461         * Rules [$(cross-compiling) = yes]: Change condition to
36462         [$(run-built-tests) = no].
36463         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36464         to [$(run-built-tests) = yes].
36465         * elf/Makefile [$(cross-compiling) = no]: Likewise
36466         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36467         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36468         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36469         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36470         * io/Makefile [$(cross-compiling) = no]: Likewise.
36471         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36472         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36473         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36474         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36475         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36476         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36477         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36478         * string/Makefile [$(cross-compiling) = no]: Likewise.
36480         * posix/Makefile ($(objpfx)globtest.out): Pass
36481         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36482         $(rtld-installed-name).
36483         * posix/globtest.sh (elf_objpfx): Remove variable.
36484         (rtld_installed_name): Likewise.
36485         (library_path): Likewise.
36486         (run_program_prefix): New variable.  Use for running globtest
36487         binary.
36489 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36490             Joseph Myers  <joseph@codesourcery.com>
36492         * Makeconfig (host-built-program-cmd): New variable.
36493         * elf/Makefile (tst-stackguard1-ARGS): Use
36494         $(host-built-program-cmd).
36495         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36496         (tst-spawn-ARGS): Likewise.
36497         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36499 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36500             Jim Blandy  <jimb@codesourcery.com>
36502         * Makeconfig (run-via-rtld-prefix): New variable.
36503         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36504         (built-program-cmd): Likewise.
36506 2012-10-22  Andreas Jaeger  <aj@suse.de>
36508         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36509         __O_RSYNC if it exists, otherwise to O_SYNC.
36511 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36512             Joseph Myers  <joseph@codesourcery.com>
36514         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36515         /dev/null.
36516         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36517         from /dev/null
36518         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36519         /dev/null.
36521 2012-10-22  Andreas Jaeger  <aj@suse.de>
36523         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36524         Define always.
36525         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36527         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36528         bits/fcntl-linux.h.
36530         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36531         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36533         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36534         to __O_LARGEFILE.
36535         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36536         to __O_LARGEFILE.
36538 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36539             Joseph Myers  <joseph@codesourcery.com>
36541         * config.make.in (NM): New variable.
36543 2012-10-21  Andreas Jaeger  <aj@suse.de>
36545         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36546         definitions and declarations that are provided by
36547         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36549 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36551         [BZ #14683]
36552         * elf/Makefile (tests-static): Add tst-leaks1-static.
36553         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36554         ($(objpfx)tst-leaks1-static): New rule.
36555         ($(objpfx)tst-leaks1-static-mem): Likewise.
36556         (tst-leaks1-static-ENV): New macro.
36557         * elf/dl-open.c (dl_open_worker): Check the main application
36558         only if SHARED is defined.
36559         * elf/tst-leaks1-static.c: New file.
36561 2012-10-20  Andreas Jaeger  <aj@suse.de>
36563         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36564         generic values for Linux.
36565         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36566         and declarations that are provided by <bits/fcntl-linux.h> and
36567         include <bits/fcntl-linux.h>.
36568         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36569         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36571 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36573         * io/fcntl.h: Move include of <bits/types.h> to the top and
36574         include it unconditionally.
36576 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36578         * wcsmbs/Makefile (tests-ifunc): New variable.
36579         (tests): Add $(tests-ifunc).
36580         * wcsmbs/test-wcschr-ifunc.c: New file.
36581         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36582         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36583         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36584         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36585         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36587         * string/Makefile (tests-ifunc): New variable.
36588         (tests): Add $(tests-ifunc).
36589         * string/test-memccpy.c (TEST_NAME): New macro.
36590         * string/test-memchr.c (TEST_NAME): Likewise.
36591         * string/test-memcmp.c (TEST_NAME): Likewise.
36592         * string/test-memcpy.c (TEST_NAME): Likewise.
36593         * string/test-memmem.c (TEST_NAME): Likewise.
36594         * string/test-memmove.c (TEST_NAME): Likewise.
36595         * string/test-memset.c (TEST_NAME): Likewise.
36596         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36597         * string/test-stpcpy.c (TEST_NAME): Likewise.
36598         * string/test-stpncpy.c (TEST_NAME): Likewise.
36599         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36600         * string/test-strcasestr.c (TEST_NAME): Likewise.
36601         * string/test-strcat.c (TEST_NAME): Likewise.
36602         * string/test-strchr.c (TEST_NAME): Likewise.
36603         * string/test-strcmp.c(TEST_NAME): Likewise.
36604         * string/test-strcpy.c (TEST_NAME): Likewise.
36605         * string/test-strcspn.c (TEST_NAME): Likewise.
36606         * string/test-strlen.c (TEST_NAME): Likewise.
36607         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36608         * string/test-strncmp.c (TEST_NAME): Likewise.
36609         * string/test-strncpy.c (TEST_NAME): Likewise.
36610         * string/test-strnlen.c (TEST_NAME): Likewise.
36611         * string/test-strpbrk.c (TEST_NAME): Likewise.
36612         * string/test-strrchr.c (TEST_NAME): Likewise.
36613         * string/test-strspn.c (TEST_NAME): Likewise.
36614         * string/test-strstr.c (TEST_NAME): Likewise.
36615         * string/test-bcopy-ifunc.c: New file.
36616         * string/test-bzero-ifunc.c: Likewise.
36617         * string/test-memccpy-ifunc.c: Likewise.
36618         * string/test-memchr-ifunc.c: Likewise.
36619         * string/test-memcmp-ifunc.c: Likewise.
36620         * string/test-memcpy-ifunc.c: Likewise.
36621         * string/test-memmem-ifunc.c: Likewise.
36622         * string/test-memmove-ifunc.c: Likewise.
36623         * string/test-mempcpy-ifunc.c: Likewise.
36624         * string/test-memset-ifunc.c: Likewise.
36625         * string/test-rawmemchr-ifunc.c: Likewise.
36626         * string/test-stpcpy-ifunc.c: Likewise.
36627         * string/test-stpncpy-ifunc.c: Likewise.
36628         * string/test-strcasecmp-ifunc.c: Likewise.
36629         * string/test-strcasestr-ifunc.c: Likewise.
36630         * string/test-strcat-ifunc.c: Likewise.
36631         * string/test-strchr-ifunc.c: Likewise.
36632         * string/test-strchrnul-ifunc.c: Likewise.
36633         * string/test-strcmp-ifunc.c: Likewise.
36634         * string/test-strcpy-ifunc.c: Likewise.
36635         * string/test-strcspn-ifunc.c: Likewise.
36636         * string/test-strlen-ifunc.c: Likewise.
36637         * string/test-strncasecmp-ifunc.c: Likewise.
36638         * string/test-strncat-ifunc.c: Likewise.
36639         * string/test-strncmp-ifunc.c: Likewise.
36640         * string/test-strncpy-ifunc.c: Likewise.
36641         * string/test-strnlen-ifunc.c: Likewise.
36642         * string/test-strpbrk-ifunc.c: Likewise.
36643         * string/test-strrchr-ifunc.c: Likewise.
36644         * string/test-strspn-ifunc.c: Likewise.
36645         * string/test-strstr-ifunc.c: Likewise.
36647         * debug/Makefile (tests-ifunc): New variable.
36648         (tests): Add $(tests-ifunc).
36649         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36650         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36651         * debug/test-stpcpy_chk-ifunc.c: New file.
36652         * debug/test-strcpy_chk-ifunc.c: Likewise.
36654 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36656         [BZ #13601]
36657         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36658         header is not read in.
36660 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36662         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36663         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36664         directly.  Pass built executable to script as
36665         $(built-program-cmd).
36666         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36667         $testprogram without using LD_LIBRARY_PATH and $ldso.
36669         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36670         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36671         $(rtld-installed-name).
36672         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36673         (rtld_installed_name): Likewise.
36674         (library_path): Likewise.
36675         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36676         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36677         $(run-program-prefix) to tst-tables.sh.
36678         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36679         it to run tst-table-from and tst-table-to.
36680         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36681         Pass it to tst-table.sh.
36682         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36683         $(run-program-prefix) to tst-gettext.sh.
36684         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36685         tst-translit.sh.
36686         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36687         tst-gettext2.sh.
36688         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36689         to run tst-gettext.
36690         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36691         to run tst-gettext2.
36692         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36693         to run tst-translit.
36694         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36695         $(run-program-prefix) to tst-mtrace.sh.
36696         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36697         to run tst-mtrace.
36698         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36699         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36700         $(rtld-installed-name).
36701         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36702         (rtld_installed_name): Likewise.
36703         (run_program_prefix): New variable.  Use it to run wordexp-test.
36705         * Makeconfig (ARCH): Remove all definitions.
36706         (machine): Likewise.
36707         [ARCH]: Remove conditional code.
36708         [!objdir]: Give error.
36709         [!objdir] (objpfx): Remove.
36710         [!objdir] (common-objpfx): Likewise.
36711         [!objdir] (common-objdir): Likewise.
36712         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36713         AC_CONFIG_FILES call.
36714         * configure: Regenerated.
36716         [BZ #13888]
36717         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36718         or TMPDIR.
36719         (testout): Likewise.
36721         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36722         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36723         $(rtld-installed-name).
36724         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36725         (rtld_installed_name): Likwise.
36726         (runit): Remove function.
36727         (run_getconf): New variable,  Use it for running getconf binary.
36729 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36731         [BZ #14716]
36732         * string/test-memmem.c (check_result): New function.
36733         (do_one_test): Use it.
36734         (check1): New function.
36735         (test_main): Use it.
36737 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36739         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36741 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36743         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36744         (_G_LSEEK64): Likewise.
36745         (_G_MMAP64): Likewise.
36746         (_G_FSTAT64): Likewise.
36747         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36748         (_G_LSEEK64): Likewise.
36749         (_G_MMAP64): Likewise.
36750         (_G_FSTAT64): Likewise.
36751         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36752         unconditional.  Call __mmap64 directly.
36753         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36754         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36755         __lseek64 directly.
36756         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36757         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36758         __mmap64 directly.
36759         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36760         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36761         __lseek64 directly.
36762         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36763         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36764         __lseek64 directly.
36765         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36766         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36767         __lseek64 directly.
36768         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36769         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36770         __fxstat64 directly.
36771         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36772         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36773         unconditional.
36774         (freopen64) [!_G_OPEN64]: Remove conditional code.
36775         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36776         unconditional.
36777         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36778         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36779         unconditional.
36780         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36781         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36782         unconditional.
36783         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36784         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36785         unconditional.
36786         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36787         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36788         unconditional.
36789         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36790         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36791         unconditional.
36792         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36793         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36794         unconditional.
36795         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36797 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36799         [BZ #12140]
36800         * manual/memory.texi (Malloc Tunable Parameters): Add note
36801         about free list pointers overwriting some perturb bytes.
36802         Wording suggested by Roland McGrath.
36804 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36806         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36807         (lgamma_test): Likewise.
36808         (tgamma_test): Likewise.
36810 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36812         [BZ #14700]
36813         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36814         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36816 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36818         * NEWS: Mention BZ #14716.
36819         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36820         when removing AVAILABLE1_USES_J macro.
36822 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36824         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36825         (__bswap_64): __uint64_t for unsigned 64-bit int.
36827 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36829         * include/string.h (memmem): Declare libc hidden alias.
36830         * string/memmem.c (memmem): Define libc hidden alias.
36831         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36832         __read, __close instead of open, read, close.
36834 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36836         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36837         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36838         global and hidden.
36839         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36840         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36841         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36842         Likewise.
36843         (__rawmemchr_sse2): Likewise.
36844         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36845         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36846         (__strchr_sse2): Likewise.
36847         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36848         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36849         (__strcasecmp_sse2): Likewise.
36850         (__strncasecmp_sse2): Likewise.
36851         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36852         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36853         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36854         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36855         (__strrchr_sse2): Likewise.
36856         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36857         ifunc-impl-list.c.
36858         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36859         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36860         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36861         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36862         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36863         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36864         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36865         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36866         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36867         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36868         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36869         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36870         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36871         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36872         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36873         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36874         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36875         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36876         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36877         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36878         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36879         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36880         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36881         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36882         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36883         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36884         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36885         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36886         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36887         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36889         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36890         global and hidden.
36891         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36892         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36893         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36894         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36895         Likewise.
36896         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36897         Likewise.
36898         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36899         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36900         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36901         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36902         ifunc-impl-list.c.
36903         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36904         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36905         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36906         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36907         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36908         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36909         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36910         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36911         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36912         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36913         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36914         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36915         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36916         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36917         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36918         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36919         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36920         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36921         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36922         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36923         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36924         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36925         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36926         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36927         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36928         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36929         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36930         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36931         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36932         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36933         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36934         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36935         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36936         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36937         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36938         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36939         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36940         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36941         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36942         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36943         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36945         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36946         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36947         * include/ifunc-impl-list.h: New file.
36948         * misc/ifunc-impl-list.c: Likewise.
36949         * misc/Makefile (routines): Add ifunc-impl-list.
36950         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36951         * string/test-string.h: Include <ifunc-impl-list.h>.
36952         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36953         TEST_NAME]: New variables.
36954         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36955         are defined.
36956         (test_init): Call __libc_ifunc_impl_list to initialize
36957         func_list if TEST_IFUNC and TEST_NAME are defined.
36959         * string/Makefile (strop-tests): Add bcopy and bzero.
36960         * string/test-bcopy.c: New file.
36961         * string/test-bzero.c: Likewise.
36962         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36963         defined.
36964         * string/test-memset.c: Support bzero test if TEST_BZERO is
36965         defined.
36966         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36967         __libc_memmove.
36968         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36969         __libc_memset.
36970         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36971         of memset.
36973 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36975         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36976         * configure: Regenerated.
36978         * Makeconfig (+link-static-before-libc): Don't include
36979         $(link-static-libc).
36981         * libio/libio.h (_IO_pos_t): Remove.
36983 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36985         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36986         McGrath.
36988 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36990         * crypt/crypt-entry.c: Include fips-private.h.
36991         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36992         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36993         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36994         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36996 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36998         * crypt/crypt-private.h: Include stdbool.h.
36999         (_ufc_setup_salt_r): Return bool.
37000         * crypt/crypt-entry.c: Include errno.h.
37001         (__crypt_r): Return NULL with EINVAL for bad salt.
37002         * crypt/crypt_util.c (bad_for_salt): New.
37003         (_ufc_setup_salt_r): Check that salt is long enough and within
37004         the specified alphabet.
37005         * crypt/badsalttest.c: New file.
37006         * crypt/Makefile (tests): Add it.
37007         ($(objpfx)badsalttest): New.
37009 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37011         * NEWS: Add entry for BZ #14602.
37013 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37015         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37016         type-generic.
37017         * math/libm-test.inc: Update comment listing what functions and
37018         macros are tested.
37019         (isgreater_test): New function.
37020         (isgreaterequal_test): Likewise.
37021         (isless_test): Likewise.
37022         (islessequal_test): Likewise.
37023         (islessgreater_test): Likewise.
37024         (isunordered_test): Likewise.
37025         (main): Call the new functions.
37027 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37029         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37030         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37031         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37032         * sysdeps/i386/configure: Regenerated.
37033         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37034         * sysdeps/mach/configure: Regenerated.
37035         * sysdeps/mach/hurd/configure: Regenerated.
37036         * sysdeps/powerpc/configure: Regenerated.
37037         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37038         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37039         * sysdeps/s390/s390-32/configure: Regenerated.
37040         * sysdeps/s390/s390-64/configure: Regenerated.
37041         * sysdeps/sh/configure: Regenerated.
37042         * sysdeps/sparc/configure: Regenerated.
37043         * sysdeps/unix/sysv/linux/configure: Regenerated.
37044         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37045         * sysdeps/x86_64/configure: Regenerated.
37047         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37048         defined.  Don't check if MAP is NULL.
37050 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37052         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37053         (_G_stat64): Likewise.
37054         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37055         (_G_stat64): Likewise.
37056         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37057         instead of struct _G_stat64.
37058         * libio/fileops.c (mmap_remap_check): Likewise.
37059         (decide_maybe_mmap): Likewise.
37060         (_IO_new_file_seekoff): Likewise.
37061         (_IO_file_stat): Likewise.
37062         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37063         _G_off64_t.
37064         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37065         instead of struct _G_stat64.
37066         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37068 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37070         [BZ #14602]
37071         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37072         Replace with ...
37073         (CHECK_EOL): New macro.
37074         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37075         CHECK_EOL.
37076         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37077         Replace with CHECK_EOL.
37078         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37079         Replace with CHECK_EOL.
37081 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37083         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37084         type-generic.
37085         * math/libm-test.inc: Update comment listing what functions and
37086         macros are tested.
37087         (finite_test): New function.
37088         (isinf_test): Likewise.
37089         (isnan_test): Likewise.
37090         (fpclassify_test): Test subnormal input.
37091         (isfinite_test): Likewise.
37092         (isnormal_test): Likewise.
37093         (main): Call the new functions.
37095 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37097         [BZ #14660]
37098         * Makerules (%.dynsym): Force C locale when running
37099         $(OBJDUMP) --dynamic-syms.
37101 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37103         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37104         <stdint.h>.
37106 2012-10-06  David S. Miller  <davem@davemloft.net>
37108         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37109         upper 32-bits of the length value in %o2 since we use branch-on-register
37110         tests which consider the entire 64-bit register.
37112 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37114         * string/test-strstr.c (check2): Add a test for page boundary.
37116 2012-10-05  David S. Miller  <davem@davemloft.net>
37118         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37119         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37120         file.
37121         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37122         sysdep_routines.
37123         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37124         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37125         and bzero when HWCAP_SPARC_CRYPTO is present.
37127 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37129         [BZ #14602]
37130         * string/test-strstr.c (check2): New function.
37131         (test_main): Call check2.
37133         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37134         and bug-strchr1.
37135         * string/bug-strcasestr1.c (do_test): Moved to ...
37136         * string/test-strcasestr.c (check1): Here.  New function.
37137         (do_one_test): Break out result checking code into ...
37138         (check_result): This.  New function.
37139         (do_one_test): Call check_result.
37140         (test_main): Call check1.
37141         * string/bug-strchr1.c (do_test): Moved to ...
37142         * string/test-strchr.c (check1): Here.  New function.
37143         (do_one_test): Break out result checking code into ...
37144         (check_result): This.  New function.
37145         (do_one_test): Call check_result.
37146         (test_main): Call check1.
37147         * string/bug-strstr1.c (main): Moved to ...
37148         * string/test-strstr.c (check1): Here.  New function.
37149         (do_one_test): Break out result checking code into ...
37150         (check_result): This.  New function.
37151         (do_one_test): Call check_result.
37152         (test_main): Call check1.
37153         * string/bug-strcasestr1.c: Removed.
37154         * string/bug-strchr1.c: Likewise.
37155         * string/bug-strstr1.c: Likewise.
37157         * elf/Makefile (dl-routines): Add hwcaps.
37158         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37159         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37160         (_dl_important_hwcaps): Moved to ...
37161         * elf/dl-hwcaps.c: Here.  New file.
37162         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37164         [BZ #14557]
37165         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37166         if IS_IN_rtld isn't defined.
37168         * elf/dl-support.c (_dl_sysinfo_map): New.
37169         Include "get-dynamic-info.h" and "setup-vdso.h".
37170         (_dl_non_dynamic_init): Call setup_vdso.
37171         * elf/dynamic-link.h: Don't include <assert.h>.
37172         (elf_get_dynamic_info): Moved to ...
37173         * elf/get-dynamic-info.h: Here.  New file.
37174         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37175         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37176         * elf/setup-vdso.h: Here.  New file.
37177         * elf/rtld.c: Include "setup-vdso.h".
37178         (dl_main): Call setup_vdso.
37180 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37182         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37183         creal in comment listing functions tested.  List finite, isinf,
37184         isnan, isless, islessequal, isgreater, isgreaterequal,
37185         islessgreater, isunordered, lgamma_r and pow10 as functions and
37186         macros not tested.  Mention which functions not tested are aliases
37187         for other functions.  Fix typo.  Note that signs of NaNs are not
37188         tested.
37190         * scripts/config.guess: Update from config.git.
37191         * scripts/config.sub: Likewise.
37193 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37195         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37196         * misc/madvise.c (madvise): Renamed to __madvise.
37197         Make madvise a weak alias.
37198         * include/sys/mman.h: Declare __madvise.
37199         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37200         * sysdeps/unix/syscalls.list
37201         (madvise): Make __madvise the strong name, and madvise a weak alias.
37202         * sysdeps/unix/sysv/linux/syscalls.list
37203         (madvise, mmap): Remove redundant entries.
37204         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37205         * malloc/malloc.c (mtrim): Likewise.
37206         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37208 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37210         * sysdeps/mach/hurd/dl-cache.c: File removed.
37211         * config.h.in (USE_LDCONFIG): New #undef.
37212         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37213         * configure: Regenerated.
37214         * elf/Makefile (dl-routines): Add dl-cache only under
37215         [$(use-ldconfig) = yes].
37216         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37217         cache on [USE_LDCONFIG].
37218         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37219         [USE_LDCONFIG].
37220         * elf/rtld.c (dl_main): Likewise.
37222 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37224         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37225         _SC_LEVEL4_CACHE_LINESIZE.
37227 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37229         * sysdeps/unix/bsd/confstr.h: File removed.
37231 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37233         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37234         sys/sdt-config.h.
37236 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37238         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37239         Make 'mapoff' field ElfW(Off) rather than off_t.
37241 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37243         * nscd/Makefile: Remove nscd-cflags and all its users.
37244         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37245         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37247         [BZ #10631]
37248         * malloc.c (malloc_printerr): Clarify error message.
37250 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37252         [BZ #14648]
37253         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37254         Set bit_FMA_Usable if FMA is supported.
37255         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37256         macro.
37257         (bit_FMA4_Usable): Updated.
37258         (index_FMA_Usable): New macro.
37259         (CPUID_FMA): Likewise
37260         (HAS_FMA): Defined with bit_FMA_Usable.
37262 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37264         * bits/types.h (__swblk_t): Type removed.
37265         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37266         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37267         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37268         (__SWBLK_T_TYPE): Likewise.
37269         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37270         (__SWBLK_T_TYPE): Likewise.
37271         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37272         (__SWBLK_T_TYPE): Likewise.
37273         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37274         (__SWBLK_T_TYPE): Likewise.
37276 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37277             Honza Horak <hhorak@redhat.com>
37279         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37280         (xdr_mapname): Use YPMAXMAP as maxsize.
37281         (xdr_peername): Use YPMAXPEER as maxsize.
37282         (xdr_keydat): Use YPAXRECORD as maxsize.
37283         (xdr_valdat): Use YPMAXRECORD as maxsize.
37285 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37287         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37289         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37290         * csu/init-first.c: ... here.
37291         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37292         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37293         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37294         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37295         * sysdeps/i386/init-first.c: File removed.
37296         * sysdeps/sh/init-first.c: File removed.
37298 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37300         [BZ #14645]
37301         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37302         if x * y might underflow to zero and z is zero.
37303         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37304         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37305         * math/libm-test.inc (min_subnorm_value): New variable.
37306         (fma_test): Add more tests.
37307         (fma_test_towardzero): Likewise.
37308         (fma_test_downward): Likewise
37309         (fma_test_upward): Likewise.
37310         (initialize): Set min_subnorm_value.
37312 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37314         [BZ #14638]
37315         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37316         0 + 0.
37317         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37318         mode for addition resulting in exact zero.
37319         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37320         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37321         exact 0 + 0.
37322         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37323         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37324         * math/libm-test.inc (fma_test): Add more tests.
37325         (fma_test_towardzero): New function.
37326         (fma_test_downward): Likewise.
37327         (fma_test_upward): Likewise.
37328         (main): Call the new functions.
37330 2012-09-28  David S. Miller  <davem@davemloft.net>
37332         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37334 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37336         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37337         instead of SIGALRM.
37339         * sysdeps/gnu/_G_config.h: Moved to ...
37340         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37341         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37342         * sysdeps/generic/_G_config.h: ... here.
37344         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37346         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37348         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37349         Conditionalize target on [libnss_test1.so-version].
37351         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37353         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37354         (elfobjdir): Move out of conditionals.
37356         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37357         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37358         (__nss_lookup_function): Conditionalize label remove_from_tree on
37359         [!DO_STATIC_NSS || SHARED], matching its only use.
37361 2012-09-28  David S. Miller  <davem@davemloft.net>
37363         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37364         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37365         file.
37366         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37367         sysdep_routines.
37368         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37369         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37370         when HWCAP_SPARC_CRYPTO is present.
37372 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37374         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37376 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37378         [BZ #6530]
37379         * stdio-common/vfprintf.c (process_string_arg): Revert
37380         2000-07-22 change.
37382 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37384         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37385         for testcase.
37386         * stdio-common/tst-sprintf.c: Include <locale.h>
37387         (main): Test sprintf's handling of incomplete multibyte
37388         characters.
37390 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37392         * elf/dl-runtime.c (VERSYMIDX): Removed.
37393         * elf/dl-version.c (VERSYMIDX): Likewise.
37394         * elf/do-rel.h (VERSYMIDX): Likewise.
37395         (VALIDX): Likewise.
37396         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37397         * elf/rtld.c (VALIDX): Likewise.
37398         (ADDRIDX): Likewise.
37399         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37400         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37401         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37402         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37403         (VALIDX): Likewise.
37404         (ADDRIDX): Likewise.
37406 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37408         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37410 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37412         [BZ #11438]
37413         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37414         to global scope.
37415         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37416         addresses are in the same scope as 192.0.2/24.
37417         * posix/gai.conf: Document new scope table defaults.
37419 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37421         [BZ #5298]
37422         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37423         for ftell.  Compute offsets from write pointers instead.
37424         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37426 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37428         [BZ #14543]
37429         * libio/Makefile (tests): New test case tst-fseek.
37430         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37431         combination works in wide mode.
37432         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37433         state when the external buffer state changes.
37435 2012-09-27  David S. Miller  <davem@davemloft.net>
37437         [BZ #14376]
37438         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37439         pass reloc->r_addend in as the 'high' argument to
37440         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37444 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37446         * rt/tst-aio2.c: Include <pthread.h>.
37447         * rt/tst-aio3.c: Likewise.
37449 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37451         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37453 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37455         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37456         contents on [SHARED].
37458 2012-09-26  Marek Polacek  <polacek@redhat.com>
37460         [BZ #14530]
37461         [BZ #13741]
37462         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37463         for C++ and GCC <4.3 as well as for non GCC compilers.
37465 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37467         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37469 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37471         * Makefile.in (all, install): Declare with .PHONY.
37472         Reported by Michael Hope <michael.hope@linaro.org>.
37474 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37476         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37477         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37478         system header.
37479         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37480         Likewise.
37481         (sydep_routines): Add the new and the internal functions.
37482         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37483         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37485         (GLIBC_2.17): Add the new function.
37486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37487         (GLIBC_2.17): Likewise.
37488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37489         (GLIBC_2.17): Likewise.
37490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37491         (GLIBC_2.17): Likewise.
37492         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37494 2012-09-25  Alan Modra  <amodra@gmail.com>
37496         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37497         Add release barrier before setting once_control to say
37498         initialisation is done.  Add hints on lwarx.  Use macro in
37499         place of isync.
37500         (clear_once_control): Add release barrier.
37502 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37504         [BZ #13629]
37505         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37506         specially.
37507         * math/s_clog10.c (__clog10): Likewise.
37508         * math/s_clog10f.c (__clog10f): Likewise.
37509         * math/s_clog10l.c (__clog10l): Likewise.
37510         * math/s_clogf.c (__clogf): Likewise.
37511         * math/s_clogl.c (__clogl): Likewise.
37512         * math/Makefile (libm-calls): Add x2y2m1.
37513         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37514         (__x2y2m1): Likewise.
37515         (__x2y2m1l): Likewise.
37516         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37517         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37518         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37519         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37520         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37521         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37522         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37523         * sysdeps/i386/fpu/libm-test-ulps: Update.
37524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37526         [BZ #14621]
37527         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37528         int as type of variable DEPTH.
37529         (glob): Use size_t instead of int as type of variables NEWCOUNT
37530         and OLD_PATHC.
37532 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37534         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37535         Add s_sincosf-sse2.
37536         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37537         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37538         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37539         macros for using routine as __sincosf_ia32.
37540         Use macro for function declaration and weak_alias.
37541         * sysdeps/i386/fpu/libm-test-ulps: Update.
37543         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37544         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37546         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37547         subnormal argument.
37548         * math/s_cexpf.c (__cexpf): Likewise.
37549         * math/s_csinf.c (__csinf): Likewise.
37550         * math/s_csinhf.c (__csinhf): Likewise.
37551         * math/s_ctanf.c (__ctanf): Likewise.
37552         * math/s_ctanhf.c (__ctanhf): Likewise.
37553         * math/s_ccosh.c (__ccoshf): Likewise.
37554         * math/s_cexp.c (__cexpl): Likewise.
37555         * math/s_csin.c (__csin): Likewise.
37556         * math/s_csinh.c (__csinh): Likewise.
37557         * math/s_ctan.c (__ctan): Likewise.
37558         * math/s_ctanh.c (ctanh): Likewise.
37559         * math/s_ccoshl.c (__ccoshl): Likewise.
37560         * math/s_cexpl.c (__cexpl): Likewise.
37561         * math/s_csinl.c (__csinl): Likewise.
37562         * math/s_csinhl.c (__csinhl): Likewise.
37563         * math/s_ctanl.c (__ctanl): Likewise.
37564         * math/s_ctanhl.c (__ctanhl): Likewise.
37566 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37568         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37569         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37570         (_IO_off_t): Define to __off_t, not _G_off_t.
37571         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37572         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37573         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37574         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37575         type of __dummy and __dummy2 fields.
37576         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37577         (_G_ssize_t): Likewise.
37578         (_G_off_t): Likewise.
37579         (_G_pid_t): Likewise.
37580         (_G_uid_t): Likewise.
37581         (_G_wchar_t): Likewise.
37582         (_G_wint_t): Likewise.
37583         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37584         (_G_ssize_t): Likewise.
37585         (_G_off_t): Likewise.
37586         (_G_pid_t): Likewise.
37587         (_G_uid_t): Likewise.
37588         (_G_wchar_t): Likewise.
37589         (_G_wint_t): Likewise.
37590         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37591         (_G_ssize_t): Likewise.
37592         (_G_off_t): Likewise.
37593         (_G_pid_t): Likewise.
37594         (_G_uid_t): Likewise.
37595         (_G_wchar_t): Likewise.
37596         (_G_wint_t): Likewise.
37598 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37600         * malloc/arena.c: Include malloc-sysdep.h.
37601         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37602         is sufficient to shrink the heap or an unmap is needed.
37603         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37604         new function check_may_shrink_heap.
37605         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37606         new function check_may_shrink_heap.
37608 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37610         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37611         comments.
37613 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37615         * catgets/test-gencat.sh: Add "set -e".
37616         * elf/tst-pathopt.sh: Likewise.
37617         * grp/tst_fgetgrent.sh: Likewise.
37618         * iconvdata/run-iconv-test.sh: Likewise.
37619         * intl/tst-gettext.sh: Likewise.
37620         * intl/tst-gettext2.sh: Likewise.
37621         * intl/tst-gettext4.sh: Likewise.
37622         * intl/tst-gettext6.sh: Likewise.
37623         * intl/tst-translit.sh: Likewise.
37624         * io/ftwtest-sh: Likewise.
37625         * libio/test-freopen.sh: Likewise.
37626         * malloc/tst-mtrace.sh: Likewise.
37627         * posix/globtest.sh: Likewise.
37628         * posix/tst-getconf.sh: Likewise.
37629         * posix/wordexp-tst.sh: Likewise.
37630         * stdio-common/tst-printf.sh: Likewise.
37631         * stdio-common/tst-unbputc.sh: Likewise.
37632         * stdlib/tst-fmtmsg.sh: Likewise.
37633         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37634         * catgets/Makefile: Do not specify -e option when running
37635         testsuite shell scripts.
37636         * elf/Makefile: Likewise.
37637         * grp/Makefile: Likewise.
37638         * iconvdata/Makefile: Likewise.
37639         * intl/Makefile: Likewise.
37640         * io/Makefile: Likewise.
37641         * libio/Makefile: Likewise.
37642         * malloc/Makefile: Likewise.
37643         * posix/Makefile: Likewise.
37644         * stdio-common/Makefile: Likewise.
37645         * stdlib/Makefile: Likewise.
37646         * sysdeps/x86_64/Makefile: Likewise.
37648         * io/ftwtest-sh: Add copyright header.
37649         * posix/globtest.sh: Likewise.
37650         * posix/tst-getconf.sh: Likewise.
37651         * posix/wordexp-tst.sh: Likewise.
37652         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37654 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37656         [BZ #13679]
37657         * Makeconfig (+link): Defined as $(+link-static) if
37658         $(build-shared) isn't yes.
37659         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37660         isn't yes.
37661         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37663         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37665         [BZ #14562]
37666         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37667         new chunk size with MALLOC_ALIGN_MASK.
37669 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37671         [BZ #5044]
37672         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37673         <rounding-mode.h>.
37674         (__printf_fphex): Determine rounding using get_rounding_mode and
37675         round_away.
37676         * stdio-common/tst-printf-round.c (struct hex_test): New
37677         structure.
37678         (hex_tests): New variable.
37679         (test_hex_in_one_mode): New function.
37680         (do_test): Also run tests for hex float output.
37682 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37684         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37685         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37686         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37687         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37688         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37689         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37690         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37691         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37693 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37695         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37696         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37697         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37698         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37700 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37702         [BZ #14579]
37703         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37704         mode only.
37705         * elf/tst-rtld-load-self.sh: New test.
37706         * elf/Makefile: Run it.
37708 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37710         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37711         (tst-writev-ENV): Remove.
37712         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37714 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37716         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37718 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37720         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37721         unconditional.
37722         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37723         Likewise.
37724         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37725         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37726         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37727         Likewise.
37729 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37731         [BZ #14587]
37732         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37733         * config.make.in (have-cpp-asm-debuginfo): Removed.
37734         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37735         * configure: Regenerated.
37737 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37739         [BZ #5044]
37740         * stdio-common/printf_fp.c: Include <stdbool.h> and
37741         <rounding-mode.h>.
37742         (___printf_fp): Determine rounding using get_rounding_mode and
37743         round_away.
37744         * stdio-common/tst-printf-round.c: New file.
37745         * stdio-common/Makefile (tests): Add tst-printf-round.
37746         (link-libm): New variable.
37747         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37749 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37751         [BZ #14576]
37752         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37753         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37754         Likewise.
37755         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37756         Likewise.
37758 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37760         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37761         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37762         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37763         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37765 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37767         [BZ #14518]
37768         * include/rounding-mode.h: New file.
37769         * sysdeps/generic/get-rounding-mode.h: Likewise.
37770         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37771         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37772         (MAX_VALUE): New macro.
37773         (MIN_VALUE): Likewise.
37774         (overflow_value): New function.
37775         (underflow_value): Likewise.
37776         (round_and_return): Use overflow_value and underflow_value to
37777         determine return values in overflow and underflow cases.  Use
37778         round_away to determine rounding depending on rounding mode.
37779         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37780         determine return values in overflow and underflow cases.
37781         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37782         (struct test_results): New structure.
37783         (struct test): Use struct test_results to store expected results
37784         for all rounding modes.
37785         (TEST): Include expected results for all rounding modes.
37786         (test_in_one_mode): New function.
37787         (do_test): Use test_in_one_mode to compute and check results.
37788         Check results for all rounding modes.
37789         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37790         $(link-libm).
37792 2012-12-09  Allan McRae  <allan@archlinux.org>
37794         * sysdeps/i386/fpu/libm-test-ulps: Update
37796 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37798         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37799         (_G_int32_t): Likewise.
37800         (_G_uint16_t): Likewise.
37801         (_G_uint32_t): Likewise.
37802         (_G_HAVE_BOOL): Likewise.
37803         (_G_HAVE_ATEXIT): Likewise.
37804         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37805         (_G_HAVE_IO_FILE_OPEN): Likewise.
37806         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37807         (_G_int32_t): Likewise.
37808         (_G_uint16_t): Likewise.
37809         (_G_uint32_t): Likewise.
37810         (_G_HAVE_BOOL): Likewise.
37811         (_G_HAVE_ATEXIT): Likewise.
37812         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37813         (_G_HAVE_IO_FILE_OPEN): Likewise.
37814         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37815         (_G_int32_t): Likewise.
37816         (_G_uint16_t): Likewise.
37817         (_G_uint32_t): Likewise.
37818         (_G_HAVE_BOOL): Likewise.
37819         (_G_HAVE_ATEXIT): Likewise.
37820         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37821         (_G_HAVE_IO_FILE_OPEN): Likewise.
37823 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37825         * csu/libc-tls.c: Update copyright years.
37827 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37829         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37830         [!_G_USING_THUNKS]: Remove conditional code.
37831         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37832         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37834         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37835         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37836         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37837         (_G_VTABLE_LABEL_PREFIX): Likewise.
37838         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37839         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37840         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37841         (_G_VTABLE_LABEL_PREFIX): Likewise.
37842         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37843         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37844         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37845         (_G_VTABLE_LABEL_PREFIX): Likewise.
37846         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37848 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37850         * libio/Makefile: Include ../Makeconfig before tests.
37851         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37852         only if $(build-shared) is yes.
37854         * iconv/gconv_db.c: Update copyright years.
37856 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37858         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37859         unwind info if defined PIC. Fix special cases description.
37860         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37862         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37863         DP_HI_MASK entry.
37864         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37866 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37868         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37870         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37871         is NULL.
37873         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37874         (LDLIBS-tst-chk4): This.
37875         (LDFLAGS-tst-chk5): Renamed to ...
37876         (LDLIBS-tst-chk5): This.
37877         (LDFLAGS-tst-chk6): Renamed to ...
37878         (LDLIBS-tst-chk6): This.
37879         (LDFLAGS-tst-lfschk4): Renamed to ...
37880         (LDLIBS-tst-lfschk4): This.
37881         (LDFLAGS-tst-lfschk5): Renamed to ...
37882         (LDLIBS-tst-lfschk5): This.
37883         (LDFLAGS-tst-lfschk6): Renamed to ...
37884         (LDLIBS-tst-lfschk6): This.
37886         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37887         on $(common-objpfx)soversions.mk.
37889 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37891         [BZ #10014]
37892         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37893         example host name.
37895 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37897         * malloc/arena.c (arena_get_retry): New function that gets
37898         another arena for the caller to try its request on.
37899         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37900         current arena cannot fulfill the request.
37901         (__libc_memalign): Likewise.
37902         (__libc_memalign): Likewise.
37903         (__libc_pvalloc): Likewise.
37904         (__libc_calloc): Likewise.
37906 2012-09-05  John Tobey  <john.tobey@gmail.com>
37908         [BZ #13542]
37909         * manual/arith.texi (Operations on Complex): Fix description
37910         of carg branch cut.
37912 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37914         [BZ #10014]
37915         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37916         host name.
37918         [BZ #10038]
37919         * manual/memory.texi (Memory): Make order of menu items match
37920         order of sections.
37922 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37924         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37925         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37926         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37928 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37930         * csu/libc-tls.c (static_dtv): Renamed to ...
37931         (_dl_static_dtv): This.  Make it global.
37932         (_dl_initial_dtv): Removed.
37933         (__libc_setup_tls): Updated.
37934         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37935         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37936         DL_INITIAL_DTV.
37938 2012-09-06  Petr Machata  <pmachata@redhat.com>
37940         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37941         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37942         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37943         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37945 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37947         [BZ #14545]
37948         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37949         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37950         freeing dtv[-1].
37952 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37954         [BZ #14544]
37955         * Makeconfig (link-static-before-libc): Replace $(+prector)
37956         with $(+prectorT).
37957         (link-static-after-libc): Replace $(+postctor) with
37958         $(+postctorT).
37959         (link-bounded): Replace $(+prector)/$(+postctor) with
37960         $(+prectorT)/$(+postctorT).
37961         (+prectorT): New macro.
37962         (+postctorT): Likewise.
37964 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37966         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37967         (round_str): Handle values above the maximum for IBM long double
37968         as inexact.
37969         * stdlib/tst-strtod-round.c (tests): Regenerated.
37971 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37973         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37974         assembler flag.
37975         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37976         zarch_nohighgprs around the zarch optimized routines.
37977         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37978         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37979         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37980         for zarch.
37982 2012-09-05  David S. Miller  <davem@davemloft.net>
37984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37986         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37987         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37988         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37989         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37990         entries.
37992 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37994         * malloc/arena.c: Fold copyright years.
37995         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37997 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37999         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38001 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38003         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38005 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38007         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38008         change internal state upon failure.
38010 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38012         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38013         * malloc/memusage.c (mmap): Likewise.
38014         (mmap64, mremap): Likewise.  Adjust name in comment.
38016 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38018         * libio/fileops.c: Fix typos in comments.
38019         * libio/oldfileops.c: Likewise.
38020         * libio/wfileops.c: Likewise.
38022 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38024         [BZ #1349]
38025         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38026         (tst-malloc-usable-ENV): Set environment for test case.
38027         * malloc/hooks.c (malloc_check_get_size): New function to get
38028         requested size.
38029         * malloc/malloc.c (musable): Use malloc_check_get_size.
38030         * malloc/tst-malloc-usable.c: New test case.
38032 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38034         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38036 2012-09-05  Allan McRae  <allan@archlinux.org>
38038         [BZ #13966]
38039         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38040         determine header location.
38041         * configure: Regenerated.
38043 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38045         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38046         float format.
38047         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38048         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38049         format.
38050         (test): Regenerate.
38052 2012-09-04  David S. Miller  <davem@davemloft.net>
38054         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38055         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38056         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38058 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38060         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38061         failures.
38063         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38065 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38067         [BZ #9914]
38068         * libio/iogetdelim.c: Include <limits.h>.
38069         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38070         + len + 1 would overflow.
38072 2012-09-03  Andreas Jaeger  <aj@suse.de>
38074         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38075         * sysdeps/i386/fpu/libm-test-ulps: Update.
38077 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38079         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38080         Add s_sinf-sse2, s_conf-sse2.
38082         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38083         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38084         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38085         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38087         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38088         for using routine as __sinf_ia32.
38089         Use macro for function declaration and weak_alias.
38090         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38091         for using routine as __cosf_ia32.
38092         Use macro for function declaration and weak_alias.
38094         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38095         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38097         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38098         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38099         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38101         * math/libm-test.inc (cos_test): Add more test cases.
38102         (sin_test): Likewise.
38103         (sincos_test): Likewise.
38105 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38107         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38108         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38109         hidden.
38110         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38112 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38114         [BZ #14538]
38115         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38116         first element of the GOT.
38117         (elf_machine_load_address): Return the difference between
38118         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38120 2012-09-01  Allan McRae  <allan@archlinux.org>
38122         [BZ #13412]
38123         * configure.in (AWK): Require gawk version 3.0 or later.
38124         * configure: Regenerated.
38126 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38128         * sysdeps/unix/sysv/linux/kernel-features.h
38129         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38130         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38131         [__NR_clock_getres]: Make code unconditional.
38132         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38133         (clock_getcpuclockid): Remove code left unreachable by removal of
38134         conditionals.
38135         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38136         code unconditional.
38137         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38138         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38139         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38140         Make code unconditional.
38141         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38142         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38143         * sysdeps/unix/sysv/linux/clock_settime.c
38144         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38145         conditional code.
38146         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38147         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38149 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38151         [BZ #14476]
38152         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38153         scripts/test-installation.pl.
38155         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38156         and $ld_so_version if it is set.
38158 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38160         [BZ #14516]
38161         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38162         failure if reading from procfs failed.
38163         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38165 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38167         * sysdeps/unix/sysv/linux/kernel-features.h
38168         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38169         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38170         Remove conditional code.
38171         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38172         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38173         Remove conditional code.
38174         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38175         * sysdeps/unix/sysv/linux/i386/fxstat.c
38176         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38177         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38178         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38179         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38180         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38181         * sysdeps/unix/sysv/linux/i386/lxstat.c
38182         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38183         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38184         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38185         Remove conditional code.
38186         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38187         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38188         Remove conditional code.
38189         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38190         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38191         <kernel-features.h>.
38192         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38193         Remove.
38194         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38195         Remove conditional code.
38196         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38197         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38198         Remove conditional.
38200 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38202         [BZ #5400]
38203         * NEWS: Add fixed bug number.
38205 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38207         [BZ #14519]
38208         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38209         underflowing exponent in case of negative sign.
38210         * stdlib/tst-strtod-round-data: Add more tests.
38211         * stdlib/tst-strtod-round.c (tests): Regenerated.
38213         [BZ #3479]
38214         * stdlib/strtod_l.c (NDIG): Remove.
38215         (HEXNDIG): Likewise.
38216         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38217         smallest representable value.
38218         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38219         lie within an exact representation of 1/2 ulp of the result.
38220         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38221         unconditionally.
38222         (TENS_P9_IDX): Define unconditionally.
38223         (TENS_P9_SIZE): Likewise.
38224         (TENS_P10_IDX): Likewise.
38225         (TENS_P10_SIZE): Likewise.
38226         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38227         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38228         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38229         entries for 10^2^13 and 10^2^14.
38230         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38231         (TENS_P13_IDX): Define.
38232         (TENS_P13_SIZE): Likewise.
38233         (TENS_P14_IDX): Likewise.
38234         (TENS_P14_SIZE): Likewise.
38235         (_fpioconst_pow10): Change array size to
38236         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38237         unconditional.
38238         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38239         1024]: Add entries for 10^2^13 and 10^2^14.
38240         [LAST_POW10 > _LAST_POW10]: Remove #error.
38241         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38242         (_fpioconst_pow10): Change array size to
38243         FPIOCONST_POW10_ARRAY_SIZE.
38244         * stdlib/gen-fpioconst.c: New file.
38245         * stdlib/gen-tst-strtod-round.c: Likewise.
38246         * stdlib/tst-strtod-round-data: Likewise.
38247         * stdlib/tst-strtod-round.c: Likewise.
38248         * stdlib/Makefile (tests): Add tst-strtod-round.
38250         [BZ #14459]
38251         * stdlib/strtod_l.c: Include <stdint.h>.
38252         (NDEBUG): Do not define.
38253         (round_and_return): Change EXPONENT parameter to type intmax_t.
38254         Rearrange calculations to avoid internal overflow possibilities.
38255         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38256         Rearrange calculations to avoid internal overflow possibilities.
38257         Assert that number fits inside MPNSIZE limbs.
38258         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38259         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38260         calculations and add assertions to avoid internal overflow
38261         possibilities.  Add casts to avoid signed/unsigned operations.
38262         * stdlib/tst-strtod-overflow.c: New file.
38263         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38265 2012-08-25  Marek Polacek  <polacek@redhat.com>
38267         * time/time.h: Fix some typos in comments.
38269 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38271         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38272         * posix/tst-rfc3484-2.c: Likewise.
38273         * posix/tst-rfc3484-3.c: Likewise.
38275 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38277         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38278         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38280 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38282         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38283         #include of fxstatat64.c.
38285 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38287         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38288         * shadow/getspent_r.c: Likewise.
38289         * shadow/getspnam.c: Likewise.
38290         * shadow/getspnam_r.c: Likewise.
38291         * gshadow/getsgent.c: Likewise.
38292         * gshadow/getsgent_r.c: Likewise.
38293         * gshadow/getsgnam.c: Likewise.
38294         * gshadow/getsgnam_r.c: Likewise.
38295         * inet/getnetbyad.c: Likewise.
38296         * inet/getnetbyad_r.c: Likewise.
38297         * inet/getnetbynm.c: Likewise.
38298         * inet/getnetbynm_r.c: Likewise.
38299         * inet/getnetent.c: Likewise.
38300         * inet/getnetent_r.c: Likewise.
38301         * inet/getproto.c: Likewise.
38302         * inet/getproto_r.c: Likewise.
38303         * inet/getprtent.c: Likewise.
38304         * inet/getprtent_r.c: Likewise.
38305         * inet/getprtname.c: Likewise.
38306         * inet/getprtname_r.c: Likewise.
38307         * inet/getrpcbyname.c: Likewise.
38308         * inet/getrpcbyname_r.c: Likewise.
38309         * inet/getrpcbynumber.c: Likewise.
38310         * inet/getrpcbynumber_r.c: Likewise.
38311         * inet/getrpcent.c: Likewise.
38312         * inet/getrpcent_r.c: Likewise.
38313         * inet/getaliasent.c: Likewise.
38314         * inet/getaliasent_r.c: Likewise.
38315         * inet/getaliasname.c: Likewise.
38316         * inet/getaliasname_r.c: Likewise.
38317         * nscd/getgrgid_r.c: Likewise.
38318         * nscd/getgrnam_r.c: Likewise.
38319         * nscd/gethstbyad_r.c: Likewise.
38320         * nscd/gethstbynm3_r.c: Likewise.
38321         * nscd/getpwnam_r.c: Likewise.
38322         * nscd/getpwuid_r.c: Likewise.
38323         * nscd/getsrvbynm_r.c: Likewise.
38324         * nscd/getsrvbypt_r.c: Likewise.
38325         * nscd/gai.c: Likewise.
38327         * configure.in (build_nscd): New substituted variable, set
38328         by --disable-build-nscd and defaults to $use_nscd.
38329         * configure: Regenerated.
38330         * config.make.in (build-nscd): New substituted variable.
38331         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38332         Change conditional to require [$(build-nscd) = yes] as well.
38333         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38335         [BZ# 13696]
38336         * configure.in (use_nscd): New substituted variable, set by
38337         --disable-nscd.  If enabled, define USE_NSCD.
38338         * configure: Regenerated.
38339         * config.h.in: Add USE_NSCD.
38340         * config.make.in (use-nscd): New substituted variable.
38341         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38342         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38343         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38344         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38345         (CFLAGS-getgrnam_r.c): Likewise.
38346         (CFLAGS-initgroups.c): Likewise.
38347         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38348         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38349         Variables removed.
38350         * inet/getnetgrent_r.c
38351         (nscd_setnetgrent): New function, broken out of ...
38352         (setnetgrent): ... here.  Call it.
38353         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38354         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38355         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38356         * nscd/Makefile (routines, aux): Move definitions after include of
38357         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38358         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38359         Conditionalize on [USE_NSCD].
38360         (is_nscd, nscd_init_cb): Likewise.
38361         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38362         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38363         * nss/nss_db/db-init.c: Likewise.
38364         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38365         [USE_NSCD].
38366         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38367         (make_request): Use it.
38368         (cache_valid_p): New function.
38369         (__check_pf): Use it.
38370         * NEWS: Add item for --disable-nscd.
38372 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38374         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38375         to support sed >= 4.2.1-20-ga9bf076.
38376         * configure: Regenerated.
38378 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38380         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38381         Conditionalize whole body on [IREL].
38383 2012-08-22  Jeff Law <law@redhat.com>
38385         [BZ #14505]
38386         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38387         if the family is PF_UNSPEC.
38389 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38391         * Makerules (lib-version): Rename from V.
38392         (install-lib-nosubdir): Change V to lib-version.
38394 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38396         [BZ #14252]
38397         * powerpc32/power6/wcschr.c: New file.
38398         * powerpc32/power6/wcscpy.c: New file.
38399         * powerpc32/power6/wcsrchr.c: New file.
38400         * powerpc64/power6/wcschr.c: New file.
38401         * powerpc64/power6/wcscpy.c: New file.
38402         * powerpc64/power6/wcsrchr.c: New file.
38404 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38406         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38407         (two_way_short_needle): Use it.
38408         * string/strstr.c (AVAILABLE1_USES_J): Define.
38409         * string/strcasestr.c: Likewise.
38411         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38412         array references.
38413         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38415         [BZ #11607]
38416         * NEWS: Add an entry.
38417         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38418         define their defaults.
38419         (two_way_short_needle): Detect end-of-string on-the-fly.
38420         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38421         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38422         * string/bug-strcasestr1.c: New test.
38423         * string/Makefile: Run it.
38425 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38427         [BZ #11607]
38428         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38429         the first character.
38431 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38433         * csu/elf-init.c (__libc_csu_irel): Function removed.
38434         * csu/libc-start.c (apply_irel): New function.
38435         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38437 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38439         * sysdeps/unix/sysv/linux/kernel-features.h
38440         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38441         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38442         <kernel-features.h>.
38443         [__NR_fadvise64_64]: Make code unconditional.
38444         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38445         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38446         !__NR_fadvise64_64)]: Likewise.
38447         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38448         !__NR_fadvise64_64))]: Likewise.
38449         [__NR_fadvise64]: Make code unconditional.
38450         [!__NR_fadvise64]: Remove conditional code.
38451         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38452         <kernel-features.h>.
38453         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38454         unconditional.
38455         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38456         conditional code.
38457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38458         not include <kernel-features.h>.
38459         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38460         unconditional.
38461         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38462         conditional code.
38463         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38464         include <kernel-features.h>.
38465         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38466         unconditional.
38467         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38468         conditional code.
38470 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38472         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38473         slight instruction rearrangements per scrollpipe analysis.
38474         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38476 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38478         * manual/syslog.texi (syslog; vsyslog, closelog):
38479         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38480         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38482         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38483         DSOCAPS to match condition on defining it.
38485 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38487         * sysdeps/unix/sysv/linux/kernel-features.h
38488         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38490         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38491         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38493         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38494         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38496         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38497         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38499         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38500         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38502         * sysdeps/unix/sysv/linux/kernel-features.h
38503         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38504         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38505         unconditional.
38506         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38507         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38508         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38509         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38510         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38511         Make code unconditional.
38512         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38513         (__mmap64) [!__NR_mmap2]: Likewise.
38514         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38515         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38516         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38517         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38518         [__NR_mmap2]: Make code unconditional.
38519         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38520         (__mmap64) [!__NR_mmap2]: Likewise.
38522 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38524         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38526 2012-08-18  Andreas Jaeger  <aj@suse.de>
38528         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38530 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38532         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38533         * include/unistd.h (__have_sock_cloexec): Likewise.
38534         (__have_pipe2): Likewise.
38535         (__have_dup3): Likewise.
38537 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38539         [BZ #9685]
38540         * include/unistd.h (__have_pipe2): Change define into an extern int.
38541         (__have_dup3): Likewise.
38542         * socket/have_sock_cloexec.c: Include fcntl.h.
38543         (__have_pipe2): New variable.
38544         (__have_dup3): Likewise.
38546 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38548         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38550 2012-08-17  Marek Polacek  <polacek@redhat.com>
38552         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38553         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38555 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38557         * configure.in: Add AC_SUBST for sysheaders.
38558         * configure: Regenerated.
38559         * config.make.in (sysheaders): New substituted variable.
38561         * sysdeps/unix/mkfifo.c: Moved ...
38562         * sysdeps/posix/mkfifo.c: ... here.
38563         * sysdeps/unix/mkfifoat.c: Moved ...
38564         * sysdeps/posix/mkfifoat.c: ... here.
38566         * sysdeps/unix/utime.c: Moved ...
38567         * sysdeps/posix/utime.c: ... here.
38569         * sysdeps/unix/time.c: Moved ...
38570         * sysdeps/posix/time.c: ... here.
38571         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38572         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38574         * sysdeps/unix/nice.c: Moved ...
38575         * sysdeps/posix/nice.c: ... here.
38577         * sysdeps/unix/alarm.c: Moved ...
38578         * sysdeps/posix/alarm.c: ... here.
38580         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38582 2012-08-17  Jeff Law <law@redhat.com>
38584         * intl/Makefile (codeset_mo): New variable.
38585         ($(codeset_mo)): New target.
38586         (tst-codeset.out): Depend on that.  Remove explicit rule.
38587         (tst-gettext3.out, tst-gettext5.out): Likewise.
38588         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38589         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38590         * intl/tst-codeset.sh: Remove.
38591         * intl/tst-gettext3.sh: Likewise.
38592         * intl/tst-gettext5.sh: Likewise.
38594 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38596         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38597         * sysdeps/unix/syscalls.list: ... here.
38599         * sysdeps/posix/getaddrinfo.c
38600         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38601         (gaiconf_init, gaiconf_reload): Use them.
38602         [!_STATBUF_ST_NSEC]
38603         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38604         Define using time_t rather than struct timespec.
38606         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38607         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38608         Macros removed.
38609         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38610         [!NO_THREADS].
38611         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38612         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38613         Likewise.
38615         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38616         __libc_cleanup_push argument.
38618         * bits/param.h: New file.
38619         * misc/sys/param.h: New file.
38620         * include/sys/param.h: New file.
38621         * misc/Makefile (headers): Add bits/param.h.
38622         * sysdeps/generic/sys/param.h: File removed.
38623         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38624         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38625         * sysdeps/mach/hurd/bits/param.h: New file.
38626         * sysdeps/mach/hurd/sys/param.h: File removed.
38628         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38629         last change.
38631         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38632         [_IO_MTSAFE_IO].
38633         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38634         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38635         New macros.
38637         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38638         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38639         rather than -D_IO_MTSAFE_IO conditionally.
38640         * stdio-common/Makefile (CPPFLAGS): Likewise.
38641         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38642         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38643         Use $(libio-mtsafe).
38644         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38645         of -D_IO_MTSAFE_IO.
38646         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38647         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38648         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38649         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38650         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38651         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38652         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38653         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38654         (CFLAGS-fread_u_chk.c): Likewise.
38655         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38656         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38657         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38658         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38659         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38660         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38661         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38662         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38663         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38665         * libio/Makefile: Test [$(libc-reentrant) = yes]
38666         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38668         * Makeconfig
38669         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38670         * sysdeps/pthread/configure: File removed.
38671         * sysdeps/pthread/Makeconfig: New file.
38672         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38673         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38675 2012-08-16  Gary Benson  <gbenson@redhat.com>
38677         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38678         unmapping the first object in a namespace.
38680 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38682         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38683         (__internal_setnetgrent): ... this.  Add internal_function to
38684         definition.  Add libc_hidden_def.
38685         (setnetgrent): Update caller.
38686         (internal_endnetgrent): Renamed to ...
38687         (__internal_endnetgrent): ... this.  Add internal_function to
38688         definition.  Add libc_hidden_def.
38689         (endnetgrent): Update caller.
38690         (internal_getnetgrent_r): Renamed to ...
38691         (__internal_getnetgrent_r): ... this.  Add internal_function to
38692         definition.  Add libc_hidden_def.
38693         (__getnetgrent_r): Update caller.
38694         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38696 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38698         * stdlib/longlong.h: Update from GCC.
38700 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38702         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38703         on _QL, which is set by umul_ppmm but never used.
38704         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38705         variables, which are set by GMP macros but never used.
38706         * stdio-common/_itowa.c (_itowa): Likewise.
38707         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38708         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38710 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38712         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38713         struct La_sh_regs is not constant.
38714         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38715         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38716         and struct La_sparc64_regs are not constant.
38718 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38720         * sysdeps/unix/sysv/linux/kernel-features.h
38721         (__ASSUME_POSIX_TIMERS): Remove.
38722         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38723         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38724         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38725         Make code unconditional.
38726         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38727         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38728         Make code unconditional.
38729         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38730         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38731         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38732         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38733         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38734         Make code unconditional.
38735         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38736         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38737         (__libc_missing_posix_timers): Remove.
38739 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38741         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38742         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38744         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38746         * elf/dl-sym.c: Include <stdlib.h>.
38748         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38749         constants, which avoids warnings in 32-bit builds.
38751         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38752         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38754         * misc/lseek.c: File moved to ...
38755         * io/lseek.c: ... here.
38757         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38759         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38760         shifting LEN more than 31 bits at once.
38762 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38764         [BZ #14195]
38765         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38766         segmentation fault for a case of two empty input strings.
38767         * string/test-strncasecmp.c (check1): Renamed to...
38768         (bz12205): ...this.
38769         (bz14195): Add new testcase for two empty input strings and N > 0.
38770         (test_main): Call new testcase, adapt for renamed function.
38772 2012-08-15  Andreas Jaeger  <aj@suse.de>
38774         [BZ #14090]
38775         * crypt/md5test2.c: New test, based on test supplied by Serge
38776         Belyshev <belyshev@depni.sinp.msu.ru>.
38777         * crypt/Makefile (xtests): Add md5test-giant..
38778         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38780 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38782         [BZ #14090]
38783         * crypt/md5.c (md5_process_block): Don't assume the buffer
38784         length is less than 2**32.
38785         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38786         length is less than 2**64.
38788 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38790         * string/str-two-way.h: Include <sys/param.h>.
38791         (MAX): Macro removed.
38793         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38794         Move #define and #undef of memmove to just before and after
38795         including <string.h>.
38797         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38798         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38799         and after including <string.h>.  Move declarations of
38800         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38801         to before #include "string/memmove.c".
38803         * include/dirent.h: Declare __getdirentries.
38805         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38806         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38808 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38810         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38811         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38812         * sysdeps/i386/configure: Regenerated.
38813         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38814         STABS_CURRENT_FILE, and STABS_FUN.
38815         (END): Remove call to STABS_FUN_END.
38816         (STABS_CURRENT_FILE1): Delete.
38817         (STABS_CURRENT_FILE): Likewise.
38818         (STABS_FUN): Likewise.
38819         (STABS_FUN_END): Likewise.
38820         (STABS_FUN2): Likewise.
38821         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38822         * sysdeps/x86_64/configure: Regenerated.
38824 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38826         * elf/dl-open.c: Include <atomic.h>.
38827         * elf/dl-lookup.c: Likewise.
38829 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38831         * sysdeps/unix/sysv/linux/kernel-features.h
38832         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38833         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38834         unconditionally.
38835         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38836         unconditionally.
38837         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38838         condition on __ASSUME_CLONE_THREAD_FLAGS.
38840 2012-08-14  Andreas Jaeger  <aj@suse.de>
38842         * sysdeps/i386/fpu/libm-test-ulps: Update.
38844 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38846         * include/atomic.h (atomic_exchange_and_add): Split into ...
38847         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38848         New atomic macros.
38850 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38852         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38854 2012-08-13  Jeff Law <law@redhat.com>
38856         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38857         null byte in the output string.
38859 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38861         * sysdeps/unix/sysv/linux/kernel-features.h
38862         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38863         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38864         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38865         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38866         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38867         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38868         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38870 2012-08-09  Jeff Law <law@redhat.com>
38872         [BZ #13939]
38873         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38874         When avoid_arena is set, don't retry in the that arena.  Pick the
38875         next one, whatever it might be.
38876         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38877         (arena_lock): Pass in new parameter to arena_get2.
38878         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38879         arena_get2.
38880         (__libc_malloc): Unify retrying after main arena failure with
38881         __libc_memalign version.
38882         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38884 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38886         [BZ #14166]
38887         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38888         to __redirect_strstr.
38889         (__strstr_sse42): Use typeof __redirect_strstr.
38890         (__strstr_ia32): Likewise.
38891         (__libc_strstr): New prototype.
38892         (strstr): Renamed to ...
38893         (__libc_strstr): This.
38894         (strstr): New strong alias of __libc_strstr.
38895         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38896         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38897         __redirect_time.
38898         Include <time.h>.
38899         (__libc_time): New prototype.
38900         (time_ifunc): Replace time with __libc_time.
38901         (time): New strong alias and hidden definition of __libc_time.
38902         (__GI_time): Remove strong alias.
38903         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38904         Include <stddef.h>.
38905         (memmove): Redefined to __redirect_memmove.
38906         (__memmove_sse2): Use typeof __redirect_memmove.
38907         (__memmove_ssse3): Likewise.
38908         (__memmove_ssse3_back): Likewise.
38909         (__libc_memmove): New prototype.
38910         (memmove): Renamed to ...
38911         (__libc_memmove): This.
38912         (memmove): New strong alias of __libc_memmove.
38914 2012-08-08  Mark Salter  <msalter@redhat.com>
38916         * elf/elf.h
38917         (R_MN10300_TLS_GD): Define.
38918         (R_MN10300_TLS_LD): Likewise.
38919         (R_MN10300_TLS_LDO): Likewise.
38920         (R_MN10300_TLS_GOTIE): Likewise.
38921         (R_MN10300_TLS_IE): Likewise.
38922         (R_MN10300_TLS_LE): Likewise.
38923         (R_MN10300_TLS_DTPMOD): Likewise.
38924         (R_MN10300_TLS_DTPOFF): Likewise.
38925         (R_MN10300_TLS_TPOFF): Likewise.
38926         (R_MN10300_SYM_DIFF): Likewise.
38927         (R_MN10300_ALIGN): Likewise.
38928         (R_MN10300_NUM): Update.
38930 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38932         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38933         Remove.
38935 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38937         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38939         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38940         sysdeps/unix -> sysdeps/posix move.
38941         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38943 2012-08-07      Allan McRae     <allan@archlinux.org>
38945         [BZ #14303]
38946         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38947         (SUNOS_CPP): Likewise.
38948         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38949         not found.
38950         (open_input): Call CPP using execvp.
38952 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38954         * sysdeps/unix/sysv/linux/kernel-features.h
38955         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38956         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38957         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38958         (__ASSUME_WAITID_SYSCALL): Likewise.
38959         * sysdeps/unix/sysv/linux/dl-execstack.c
38960         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38961         code unconditional.
38962         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38963         conditional code.
38964         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38965         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38966         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38967         code.
38968         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38969         unconditional.
38970         [__ASSUME_WAITID_SYSCALL]: Likewise.
38971         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38973 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38975         * sysdeps/unix/closedir.c: Renamed to ...
38976         * sysdeps/posix/closedir.c: ... here.
38977         * sysdeps/unix/dirfd.c: Renamed to ...
38978         * sysdeps/posix/dirfd.c: ... here.
38979         * sysdeps/unix/dirstream.h: Renamed to ...
38980         * sysdeps/posix/dirstream.h: ... here.
38981         * sysdeps/unix/fdopendir.c: Renamed to ...
38982         * sysdeps/posix/fdopendir.c: ... here.
38983         * sysdeps/unix/opendir.c: Renamed to ...
38984         * sysdeps/posix/opendir.c: ... here.
38985         * sysdeps/unix/readdir.c: Renamed to ...
38986         * sysdeps/posix/readdir.c: ... here.
38987         * sysdeps/unix/readdir_r.c: Renamed to ...
38988         * sysdeps/posix/readdir_r.c: ... here.
38989         * sysdeps/unix/rewinddir.c: Renamed to ...
38990         * sysdeps/posix/rewinddir.c: ... here.
38991         * sysdeps/unix/seekdir.c: Renamed to ...
38992         * sysdeps/posix/seekdir.c: ... here.
38993         * sysdeps/unix/telldir.c: Renamed to ...
38994         * sysdeps/posix/telldir.c: ... here.
38995         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38996         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38997         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38998         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39000         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39001         * bits/fcntl.h: ... here.
39003         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39004         not 0.
39005         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39006         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39007         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39008         (struct flock): Move l_start, l_len to the beginning.
39009         Use __pid_t for l_pid.
39010         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39011         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39012         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39013         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39014         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39015         [__USE_LARGEFILE64] (struct flock64): New type.
39016         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39018         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39019         * bits/dirent.h: ... here.
39021         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39022         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39024 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39026         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39027         Change from 2.6.0 to 2.6.16.
39028         * sysdeps/unix/sysv/linux/configure: Regenerated.
39029         * sysdeps/unix/sysv/linux/kernel-features.h
39030         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39031         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39032         version.
39033         (__ASSUME_UTIMES): Likewise.
39034         (__ASSUME_CLONE_STOPPED): Remove.
39035         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39036         architectures, not kernel version.
39037         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39038         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39039         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39040         (__ASSUME_WAITID_SYSCALL): Likewise.
39041         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39042         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39043         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39044         refer to older versions.
39046 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39048         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39049         Define alphasort64 as an alias.
39050         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39051         Define versionsort64 as an alias.
39052         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39053         Define scandir64 as an alias.
39054         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39055         Define scandirat64 as an alias.
39056         * dirent/alphasort64.c (alphasort64):
39057         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39058         * dirent/versionsort64.c: Likewise.
39059         * dirent/scandir64.c: Likewise.
39060         * dirent/scandirat64.c: Likewise.
39061         * sysdeps/wordsize-64/alphasort.c: File removed.
39062         * sysdeps/wordsize-64/alphasort64.c: File removed.
39063         * sysdeps/wordsize-64/scandir.c: File removed.
39064         * sysdeps/wordsize-64/scandir64.c: File removed.
39065         * sysdeps/wordsize-64/scandirat.c: File removed.
39066         * sysdeps/wordsize-64/scandirat64.c: File removed.
39067         * sysdeps/wordsize-64/versionsort.c: File removed.
39068         * sysdeps/wordsize-64/versionsort64.c: File removed.
39069         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39070         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39071         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39072         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39073         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39074         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39075         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39076         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39078         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39079         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39080         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39081         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39082         [defined __arch64__ || defined __sparcv9]
39083         (__INO_T_MATCHES_INO64_T): New macro.
39084         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39085         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39086         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39087         * sysdeps/unix/sysv/linux/bits/dirent.h
39088         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39089         (_DIRENT_MATCHES_DIRENT64): New macro.
39091         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39092         Define lockf64 as an alias.
39093         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39094         Define fseeko64 as an alias.
39095         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39096         Define ftello64 as an alias.
39097         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39098         Define _IO_fgetpos64 and fgetpos64 as aliases.
39099         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39100         Define _IO_fsetpos64 and fsetpos64 as aliases.
39101         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39102         Conditionalize body on this.
39103         * libio/fseeko64.c: Likewise.
39104         * libio/ftello64.c: Likewise.
39105         * libio/iofgetpos64.c: Likewise.
39106         * libio/iofsetpos64.c: Likewise.
39107         * sysdeps/wordsize-64/lockf.c: File removed.
39108         * sysdeps/wordsize-64/lockf64.c: File removed.
39109         * sysdeps/wordsize-64/fseeko.c: File removed.
39110         * sysdeps/wordsize-64/fseeko64.c: File removed.
39111         * sysdeps/wordsize-64/ftello.c: File removed.
39112         * sysdeps/wordsize-64/ftello64.c: File removed.
39113         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39114         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39115         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39116         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39117         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39118         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39119         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39120         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39121         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39122         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39123         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39124         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39125         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39126         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39128         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39129         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39130         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39131         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39132         [defined __arch64__ || defined __sparcv9]
39133         (__OFF_T_MATCHES_OFF64_T): New macro.
39134         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39135         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39136         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39137         (__OFF_T_MATCHES_OFF64_T): New macro.
39139 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39141         * stdlib/secure-getenv.c (__secure_getenv): Replace
39142         GLIBC_2_16 with GLIBC_2_17.
39144 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39146         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39147         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39149 2012-08-03  David S. Miller  <davem@davemloft.net>
39151         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39153 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39155         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39156         Remove.
39157         (__ASSUME_CORRECT_SI_PID): Likewise.
39158         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39159         (__ASSUME_TMPFS_NAME): Likewise.
39160         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39161         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39162         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39163         (HAVE_AUX_SECURE): Make definition unconditional.
39164         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39165         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39167 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39169         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39170         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39171         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39172         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39173         __eloop_threshold instead of SYMLOOP_MAX.
39175         * sysdeps/generic/eloop-threshold.h: New file.
39176         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39177         of MAXSYMLINKS.
39178         * elf/chroot_canon.c (chroot_canon): Likewise.
39180 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39182         [BZ #13717]
39183         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39184         Change to 2.6.0 everywhere.
39185         * sysdeps/unix/sysv/linux/configure: Regenerated.
39186         * sysdeps/unix/sysv/linux/kernel-features.h
39187         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39188         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39189         kernel versions.
39190         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39191         (__ASSUME_FUTEX_REQUEUE): Remove.
39192         (__ASSUME_STATFS64): Define unconditionally.
39193         (__ASSUME_AT_SECURE): Likewise.
39194         (__ASSUME_CORRECT_SI_PID): Likewise.
39195         (__ASSUME_TGKILL): Define without depending on kernel version for
39196         i386.
39197         (__ASSUME_UTIMES): Likewise.
39198         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39199         kernel version.
39200         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39201         (__ASSUME_TMPFS_NAME): Likewise.
39202         * README: Update reference to Linux kernel versions.
39204 2012-08-02  Marek Polacek  <polacek@redhat.com>
39206         [BZ# 14150]
39207         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39208         libc_cv_asm_type_prefix with %.
39209         * configure: Regenerated.
39210         * include/libc-symbols.h: Remove comment about
39211         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39212         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39213         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39214         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39215         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39216         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39217         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39218         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39219         * elf/tst-unique2mod1.c: Likewise.
39220         * elf/tst-unique1mod2.c: Likewise.
39221         * elf/tst-unique1mod1.c: Likewise.
39222         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39223         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39224         Replace ASM_TYPE_DIRECTIVE with .type.
39225         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39226         * sysdeps/i386/sysdep.h: Likewise.
39227         * sysdeps/x86_64/sysdep.h: Likewise.
39228         * sysdeps/sh/sysdep.h: Likewise.
39229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39230         Do not define ASM_TYPE_DIRECTIVE.
39231         * sysdeps/powerpc/sysdep.h: Likewise.
39232         * sysdeps/powerpc/powerpc32/sysdep.h:
39233         Replace ASM_TYPE_DIRECTIVE with .type.
39234         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39235         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39236         * sysdeps/i386/fpu/e_powf.S: Likewise.
39237         * sysdeps/i386/fpu/e_expl.S: Likewise.
39238         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39239         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39240         * sysdeps/i386/fpu/e_pow.S: Likewise.
39241         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39242         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39243         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39244         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39245         * sysdeps/i386/fpu/e_log2.S: Likewise.
39246         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39247         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39248         * sysdeps/i386/fpu/e_powl.S: Likewise.
39249         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39250         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39251         * sysdeps/i386/fpu/e_logl.S: Likewise.
39252         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39253         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39254         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39255         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39256         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39257         * sysdeps/i386/fpu/e_log.S: Likewise.
39258         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39259         * sysdeps/i386/fpu/e_logf.S: Likewise.
39260         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39261         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39262         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39263         * sysdeps/i386/fpu/e_log10.S: Likewise.
39264         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39265         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39266         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39267         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39268         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39269         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39270         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39271         * sysdeps/i386/i686/strtok.S: Likewise.
39272         * sysdeps/i386/i386-mcount.S: Likewise.
39273         * sysdeps/i386/strtok.S: Likewise.
39274         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39275         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39276         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39277         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39278         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39279         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39280         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39281         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39282         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39283         * sysdeps/x86_64/_mcount.S: Likewise.
39284         * sysdeps/x86_64/strtok.S: Likewise.
39285         * sysdeps/sh/_mcount.S: Likewise.
39287 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39289         * libio/iofopen.c: Include <fcntl.h>.
39290         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39291         (_IO_fopen64, fopen64): Define as aliases.
39292         * libio/iofopen64.c: Include <fcntl.h>.
39293         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39294         Conditionalize body on this.
39295         * sysdeps/wordsize-64/iofopen.c: File removed.
39296         * sysdeps/wordsize-64/iofopen64.c: File removed.
39298 2012-08-01  Marek Polacek  <polacek@redhat.com>
39300         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39301         Use dlfcn directly instead of a variable.
39302         (binfmt-subdir): Do not define.
39303         (dlfcn): Likewise.
39305 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39307         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39308         Remove all definitions.
39309         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39310         <kernel-features.h>.
39311         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39312         (miss_F_GETOWN_EX): Remove all definitions.
39313         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39314         macro definition.
39315         [!__ASSUME_FCNTL64]: Remove conditional code.
39316         [__ASSUME_FCNTL64]: Make code unconditional.
39317         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39318         <kernel-features.h>.
39319         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39320         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39321         (lockf64) [__NR_fcntl64]: Make code unconditional.
39322         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39324         * sysdeps/unix/sysv/linux/kernel-features.h
39325         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39326         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39327         Make code unconditional.
39328         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39329         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39331         [__NR_vfork]: Make code unconditional.
39332         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39333         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39335         [__NR_vfork]: Make code unconditional.
39336         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39337         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39339 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39341         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39342         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39344         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39345         Define mkstemp64 as an alias.
39346         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39347         Define mkstemps64 as an alias.
39348         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39349         Define mkostemp64 as an alias.
39350         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39351         Define mkostemps64 as an alias.
39352         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39353         Conditionalize body on this.
39354         * misc/mkostemp64.c: Likewise.
39355         * misc/mkostemps64.c: Likewise.
39356         * misc/mkstemps64.c: Likewise.
39357         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39358         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39359         * sysdeps/wordsize-64/mkostemp.c: File removed.
39360         * sysdeps/wordsize-64/mkstemp.c: File removed.
39361         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39362         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39363         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39364         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39366         [BZ #14138]
39367         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39368         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39369         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39370         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39372         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39373         compat_symbol macros from <shlib-compat.h> rather than the underlying
39374         default_symbol_version and symbol_version macros, so that DEFAULT
39375         lines in shlib-versions are respected.
39376         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39378 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39380         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39381         Declare with warn_unused_result.
39382         (setgid, setregid, setegid, setresgid): Likewise.
39383         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39384         Likewise.
39385         * WUR-REPORT: Remove set*id functions.
39387 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39389         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39391 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39393         [BZ #10191]
39394         * include/sys/socket.h (__libc_accept, __libc_accept4):
39395         Add attribute_hidden.
39396         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39398         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39399         use of PTR_MANGLE.
39400         * inet/getnetgrent_r.c (setup): Likewise.
39402         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39404 2012-07-31  David S. Miller  <davem@davemloft.net>
39406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39408 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39410         [BZ #13629]
39411         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39412         value between 1.0 and 2.0 and smaller part has absolute value less
39413         than 1.0.
39414         * math/s_clog10.c (__clog10): Likewise.
39415         * math/s_clog10f.c (__clog10f): Likewise.
39416         * math/s_clog10l.c (__clog10l): Likewise.
39417         * math/s_clogf.c (__clogf): Likewise.
39418         * math/s_clogl.c (__clogl): Likewise.
39419         * math/libm-test.inc (clog_test): Add more tests.
39420         (clog10_test): Likewise.
39421         * sysdeps/i386/fpu/libm-test-ulps: Update.
39422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39424 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39426         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39427         Exit with zero in case no suitable GID is found, and write a
39428         message to standard error.
39430 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39432         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39433         rather than to 1.
39434         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39435         (MAXPATHLEN): Removed.
39436         (NOGROUP, NODEV): New macros.
39437         (setbit, clrbit, isset, isclr): New macros.
39438         (howmany, roundup, powerof2): New macros.
39439         (DEV_BSIZE): New macro.
39441         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39442         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39444         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39445         definition on [!__NO_LONG_DOUBLE_MATH].
39447         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39448         PTR_MANGLE and PTR_DEMANGLE.
39450         * socket/accept4.c (accept4): Rename to __libc_accept4.
39451         Define accept4 as a weak alias.
39453         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39454         on [_DIRENT_HAVE_D_TYPE].
39455         * io/ftw.c (ftw_dir): Likewise.
39457         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39459         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39461         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39462         Use the BSD numbers rather than the arbitrary ones we had.
39463         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39464         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39465         (SIGXCPU, SIGXFSZ): New macros.
39466         (_NSIG): Now 32.
39468         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39469         initializer on [_LIBC_REENTRANT].
39471         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39472         definitions inside [_POSIX_MAPPED_FILES].
39474         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39476         * dirent/opendir.c: Include <fcntl.h>.
39478         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39479         (__libc_getspecific): Likewise.
39480         (__libc_key_create): Likewise.
39482         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39483         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39484         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39485         (tmpfile64): Define as alias.
39486         * sysdeps/wordsize-64/tmpfile.c: File removed.
39487         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39488         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39489         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39491         * stdio-common/vfscanf.c: Include <stdbool.h>.
39492         * nss/makedb.c: Likewise.
39493         * stdio-common/_i18n_number.h: Likewise.
39494         * argp/argp-help.c: Likewise.
39495         * posix/wordexp.c: Likewise.
39496         * sysdeps/posix/spawni.c: Likewise.
39497         * nss/nss_files/files-initgroups.c: Likewise.
39498         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39499         * nss/nss_files/files-initgroups.c: Likewise.
39500         * nss/nss_db/db-netgrp.c: Likewise.
39501         * nss/nss_db/db-initgroups.c: Likewise.
39502         * io/fchmodat.c: Include <sys/stat.h>.
39504         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39505         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39507         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39508         [HAVE_MMAP].
39510         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39511         Add multiple inclusion protection.
39513 2012-07-27  David S. Miller  <davem@davemloft.net>
39515         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39517 2012-07-27  Gary Benson  <gbenson@redhat.com>
39519         [BZ #14298]
39520         * elf/rtld.c: Include <stap-probe.h>.
39521         (dl_main): Added static probes "init_start" and "init_complete".
39522         * elf/dl-load.c: Include <stap-probe.h>.
39523         (lose): Take new parameter "nsid".
39524         Added static probe "map_failed".
39525         (_dl_map_object_from_fd): Pass namespace id to lose.
39526         Added static probe "map_start".
39527         (open_verify): Pass namespace id to lose.
39528         * elf/dl-open.c: Include <stap-probe.h>.
39529         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39530         and "reloc_complete".
39531         * elf/dl-close.c: Include <stap-probe.h>.
39532         (_dl_close_worker): Added static probes "unmap_start" and
39533         "unmap_complete".
39534         * elf/rtld-debugger-interface.txt: New file documenting the above.
39536 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39538         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39539         rather than a string variable.
39540         * sunrpc/rpc_main.c (h_output): Likewise.
39541         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39543 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39545         * inet/check_native.c: New file.
39547 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39549         [BZ #13629]
39550         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39551         if larger part has absolute value 1.0.
39552         * math/s_clog10.c (__clog10): Likewise.
39553         * math/s_clog10f.c (__clog10f): Likewise.
39554         * math/s_clog10l.c (__clog10l): Likewise.
39555         * math/s_clogf.c (__clogf): Likewise.
39556         * math/s_clogl.c (__clogl): Likewise.
39557         * math/libm-test.inc (clog_test): Add more tests.
39558         (clog10_test): Likewise.
39559         * sysdeps/i386/fpu/libm-test-ulps: Update.
39560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39562         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39563         (pltexit): Likewise.
39564         (La_regs): Likewise.
39565         (La_retval): Likewise.
39566         (int_retval): Likewise.
39567         Update #error for removed macros to refer only to definitions in
39568         tst-audit.h.
39569         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39570         macro.
39571         (pltexit): Likewise.
39572         (La_regs): Likewise.
39573         (La_retval): Likewise.
39574         (int_retval): Likewise.
39575         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39576         macro.
39577         (pltexit): Likewise.
39578         (La_regs): Likewise.
39579         (La_retval): Likewise.
39580         (int_retval): Likewise.
39581         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39582         macro.
39583         (pltexit): Likewise.
39584         (La_regs): Likewise.
39585         (La_retval): Likewise.
39586         (int_retval): Likewise.
39587         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39588         macro.
39589         (pltexit): Likewise.
39590         (La_regs): Likewise.
39591         (La_retval): Likewise.
39592         (int_retval): Likewise.
39593         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39594         macro.
39595         (pltexit): Likewise.
39596         (La_regs): Likewise.
39597         (La_retval): Likewise.
39598         (int_retval): Likewise.
39599         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39600         macro.
39601         (pltexit): Likewise.
39602         (La_regs): Likewise.
39603         (La_retval): Likewise.
39604         (int_retval): Likewise.
39605         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39606         macro definitions in tst-audit.h.
39607         * sysdeps/i386/tst-audit.h: New file.
39608         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39609         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39610         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39611         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39612         * sysdeps/sh/tst-audit.h: Likewise.
39613         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39614         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39615         * sysdeps/x86_64/tst-audit.h: Likewise.
39617 2012-07-26  Andreas Jaeger  <aj@suse.de>
39619         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39620         ptrace.
39622         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39623         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39624         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39625         PTRACE_O_MASK.
39626         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39627         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39628         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39630         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39631         value.
39633         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39634         _sigsys.
39635         (si_call_addr, si_syscall, si_arch): Define new macro.
39636         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39637         _sigsys.
39638         (si_call_addr, si_syscall, si_arch): Define new marcro.
39639         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39640         _sigsys.
39641         (si_call_addr, si_syscall, si_arch): Define new macro.
39642         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39643         _sigsys.
39644         (si_call_addr, si_syscall, si_arch): Define new macro.
39646 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39648         [BZ #13717]
39649         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39650         Change to 2.4.21 where previously 2.4.1.
39651         * sysdeps/unix/sysv/linux/configure: Regenerated.
39652         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39653         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39654         Linux kernel version.
39655         (__ASSUME_STD_AUXV): Remove.
39656         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39657         kernel version.
39658         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39659         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39660         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39661         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39662         (__ASSUME_NETLINK_SUPPORT): Likewise.
39663         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39664         (__no_netlink_support): Remove conditional definition.
39665         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39666         Remove.
39667         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39668         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39669         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39670         (if_nameindex_ioctl): Remove.
39671         (if_nameindex_netlink): Do not handle __no_netlink_support.
39672         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39673         code.
39674         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39675         Remove conditional code.
39676         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39677         code.
39678         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39679         unconditional.
39680         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39681         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39682         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39683         Remove.
39684         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39685         [!__ASSUME_STD_AUXV]: Remove conditional code.
39686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39687         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39688         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39690         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39691         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39692         code.
39693         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39695         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39696         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39697         conditional code.
39698         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39700         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39701         code.
39702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39703         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39704         conditional code.
39705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39706         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39707         code unconditional.
39708         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39709         conditional code.
39710         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39711         unconditional.
39712         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39713         conditional code.
39714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39715         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39716         unconditional.
39717         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39718         conditional code.
39719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39720         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39721         code unconditional.
39722         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39723         conditional code.
39724         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39725         unconditional.
39726         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39727         conditional code.
39728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39729         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39730         code unconditional.
39731         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39732         conditional code.
39733         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39734         unconditional.
39735         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39736         conditional code.
39738 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39740         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39741         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39742         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39743         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39744         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39745         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39746         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39747         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39748         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39749         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39750         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39751         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39752         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39753         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39754         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39755         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39756         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39757         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39758         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39759         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39760         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39761         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39762         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39764 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39766         * Versions.def: Add GLIBC_2.17.
39767         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39768         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39769         Introduce __libc_secure_getenv.
39770         * stdlib/Versions (2.17): Add secure_getenv
39771         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39772         * stdlib/secure-getenv.c: Rename __secure_getenv to
39773         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39774         symbol __secure_getenv for GLIBC_2.0.
39775         * stdlib/tst-secure-getenv.c: New.
39776         * stdlib/Makefile (tests): Add testcase.
39777         * manual/startup.texi (Environment Access): Document
39778         secure_getenv.
39779         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39780         __libc_secure_getenv.
39781         * inet/ruserpass.c (ruserpass): Likewise.
39782         * malloc/mtrace.c (mtrace): Likewise.
39783         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39784         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39785         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39786         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39787         HAVE_SECURE_GETENV.
39788         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39789         __secure_getenv to __libc_secure_getenv.
39790         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39792         Likewise.
39793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39794         Likewise.
39795         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39796         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39797         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39798         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39800         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39801         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39803 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39805         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39806         (struct La_i86_retval): Likewise.
39807         (struct La_x86_64_regs): Likewise.
39808         (struct La_x86_64_retval): Likewise.
39809         (struct La_x32_regs): Likewise.
39810         (struct La_x32_retval): Likewise.
39811         (struct La_ppc32_regs): Likewise.
39812         (struct La_ppc32_retval): Likewise.
39813         (struct La_ppc64_regs): Likewise.
39814         (struct La_ppc64_retval): Likewise.
39815         (struct La_sh_regs): Likewise.
39816         (struct La_sh_retval): Likewise.
39817         (struct La_s390_32_regs): Likewise.
39818         (struct La_s390_32_retval): Likewise.
39819         (struct La_s390_64_regs): Likewise.
39820         (struct La_s390_64_retval): Likewise.
39821         (struct La_sparc32_regs): Likewise.
39822         (struct La_sparc32_retval): Likewise.
39823         (struct La_sparc64_regs): Likewise.
39824         (struct La_sparc64_retval): Likewise.
39825         (struct audit_ifaces): Remove architecture-specific pltenter and
39826         pltexit members.
39827         * sysdeps/i386/ldsodefs.h: New file.
39828         * sysdeps/powerpc/ldsodefs.h: Likewise.
39829         * sysdeps/s390/ldsodefs.h: Likewise.
39830         * sysdeps/sh/ldsodefs.h: Likewise.
39831         * sysdeps/sparc/ldsodefs.h: Likewise.
39832         * sysdeps/x86_64/ldsodefs.h: Likewise.
39834 2012-07-25  Marek Polacek  <polacek@redhat.com>
39836         [BZ #6808]
39837         * math/libm-test.inc (yn_test): Add another test.
39838         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39839         to ERANGE when the result is +-Inf.
39840         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39841         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39842         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39843         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39845 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39847         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39848         equal to 0.
39849         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39850         clock_t.
39851         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39853 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39855         * configure.in <sysdeps resolving>: Correct printing
39856         Implies_before.
39857         * configure: Regenerate.
39859 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39861         * math/w_ilogb.c: Include <limits.h>.
39862         * math/w_ilogbl.c: Likewise.
39864 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39866         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39867         va_copy.  Document allowing for unavailable va_copy only as
39868         pre-C99 compatibility.
39869         * manual/string.texi (Copying and Concatenation): Use va_copy
39870         instead of __va_copy in concat example.
39872 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39874         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39875         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39876         it if not null.
39878         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39879         with O_NOLINK passed to __file_name_lookup.
39881         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39882         with O_NOLINK passed to __file_name_lookup.
39884         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39885         negative N or less than NGIDS.
39887         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39888         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39889         enough.  Use memcpy instead of strncpy.
39891 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39893         * elf/Makefile (check-data): Remove.
39894         (localplt.data): New vpath directive.
39895         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39896         instead of $(check-data).
39897         * scripts/data/localplt-generic.data: Move to ...
39898         * sysdeps/generic/localplt.data: ... here.
39899         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39900         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39901         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39903         ... here.
39904         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39906         ... here.
39907         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39908         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39909         ... here.
39910         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39912         ... here.
39913         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39915         ... here.
39916         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39917         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39918         ... here.
39920 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39922         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39923         PPC32 and PPC64 files.
39924         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39925         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39927 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39929         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39930         __makecontext_ret to ...
39931         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39932         ... here and call exit if uc_link is NULL.  New file.
39933         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39934         __makecontext_ret.S.
39935         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39936         __makecontext_ret to ...
39937         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39938         ... here and call exit if uc_link is NULL.  New file.
39939         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39940         __makecontext_ret.S.
39942 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39944         * elf/elf.h (R_390_IRELATIVE): New definition.
39945         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39946         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39947         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39948         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39949         (elf_machine_lazy_rel): Likewise.
39950         * sysdeps/s390/dl-irel.h: New file.
39951         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39952         * sysdeps/s390/s390-64/memset.S: New asm code.
39953         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39954         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39955         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39956         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39957         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39958         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39959         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39960         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39961         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39962         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39963         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39964         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39965         * sysdeps/s390/s390-32/memset.S: New asm code.
39966         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39968 2012-07-17  Marek Polacek  <polacek@redhat.com>
39970         [BZ #14349]
39971         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39972         * sysdeps/s390/s390-64/configure.in: Likewise.
39973         * sysdeps/sparc/configure.in: Likewise.
39974         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39975         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39976         * sysdeps/i386/configure.in: Likewise.
39977         * sysdeps/x86_64/configure.in: Likewise.
39978         * sysdeps/sh/configure.in: Likewise.
39979         * sysdeps/s390/s390-32/configure: Regenerated.
39980         * sysdeps/s390/s390-64/configure: Likewise.
39981         * sysdeps/x86_64/configure: Likewise.
39982         * sysdeps/sh/configure: Likewise.
39983         * sysdeps/powerpc/powerpc64/configure: Likewise.
39984         * sysdeps/powerpc/powerpc32/configure: Likewise.
39985         * sysdeps/sparc/configure: Likwise.
39986         * sysdeps/i386/configure: Likewise.
39988         * elf/dl-open.c: Comment fixes.
39990 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39992         * Makefile [CXX] (check-data): Remove.
39993         [CXX] (c++-types.data): New vpath directive.
39994         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39995         vpath.  Do not allow for C++ type data being missing.
39996         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39997         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39998         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39999         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40000         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40001         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40002         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40004         ... here.
40005         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40007         ... here.
40008         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40010         ... here.
40011         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40013         ... here.
40014         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40016         ... here.
40017         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40019         ... here.
40020         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40021         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40022         ... here.
40023         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40026         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40027         definitions to architecture-specific files.
40028         (TLS_IE): Likewise.
40029         (TLS_LD): Likewise.
40030         (TLS_GD): Likewise.
40031         * sysdeps/i386/tls-macros.h: New file.
40032         * sysdeps/powerpc/tls-macros.h: Likewise.
40033         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40034         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40035         * sysdeps/sh/tls-macros.h: Likewise.
40036         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40037         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40038         * sysdeps/x86_64/tls-macros.h: Likewise.
40040 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40042         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40043         zero value for regular exit case.
40045         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40046         (__start_context): Preserve zero value for regular exit case.
40048 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40049             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40051         * manual/setjmp.texi (setcontext): Clarify normal process
40052         termination when uc_link is the null pointer.
40053         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40054         exit call.
40056 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40058         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40059         preprocessor.  Test for each exception mask separately.
40061 2012-07-16  Andreas Jaeger  <aj@suse.de>
40063         * po/ru.po: Update from translation team.
40065 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40067         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40068         equal to 0.
40069         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40070         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40071         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40072         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40073         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40075 2012-07-13  Andreas Jaeger  <aj@suse.de>
40077         * po/fr.po: Update from translation team.
40079 2012-07-12  Marek Polacek  <polacek@redhat.com>
40081         [BZ #14173]
40082         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40083         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40084         loop condition.
40086 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40088         [BZ #13717]
40089         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40090         Change to 2.4.1 where previously 2.4.0.
40091         * sysdeps/unix/sysv/linux/configure: Regenerated.
40092         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40093         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40094         version.
40095         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40096         (__ASSUME_AT_CLKTCK): Remove.
40097         (__ASSUME_AT_PAGESIZE): Likewise.
40098         (__ASSUME_AT_XID): Likewise.
40099         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40100         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40101         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40102         unconditionally.
40103         (HAVE_AUX_PAGESIZE): Likewise.
40104         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40105         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40106         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40108 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40110         [BZ #14307]
40111         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40112         the temporary buffer used to invoke __gethostbyname2_r,
40113         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40114         host_data / struct gaih_addrtuple.
40115         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40116         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40117         header file nss/nsswitch.h.
40118         * nss/nsswitch.h (global scope): Add definition of implementation
40119         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40120         resolv/nss_dns/dns-host.c).
40122 2012-07-11  Andreas Jaeger  <aj@suse.de>
40124         * po/fr.po: Update from translation team.
40126         * po/sv.po: Update from translation team
40127         * po/fr.po: Another update from translation team.
40129 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40131         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40132         for subnormals or multiply small sinh result by itself.
40133         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40136 2012-07-11  David S. Miller  <davem@davemloft.net>
40138         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40140 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40142         [BZ #14347]
40143         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40144         (INTERNAL_MARK): Shift it here.
40146 2012-07-10  Marek Polacek  <polacek@redhat.com>
40148         [BZ #14151]
40149         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40150         libc_cv_asm_global_directive with .globl.
40151         * configure: Regenerated.
40152         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40153         with .globl.
40154         * sysdeps/i386/configure: Regenerated.
40155         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40156         with .globl.
40157         * sysdeps/x86_64/configure: Regenerated.
40158         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40159         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40160         * elf/tst-unique2mod2.c: Likewise.
40161         * elf/tst-unique2mod1.c: Likewise.
40162         * elf/tst-unique1mod2.c: Likewise.
40163         * elf/tst-unique1mod1.c: Likewise.
40164         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40165         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40166         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40167         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40168         * sysdeps/mach/sysdep.h: Likewise.
40169         * sysdeps/i386/sysdep.h: Likewise.
40170         * sysdeps/i386/i386-mcount.S: Likewise.
40171         * sysdeps/x86_64/_mcount.S: Likewise.
40172         * sysdeps/x86_64/sysdep.h: Likewise.
40173         * sysdeps/sh/_mcount.S: Likewise.
40174         * sysdeps/sh/sysdep.h: Likewise.
40175         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40176         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40177         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40178         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40179         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40180         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40181         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40182         * locale/localeinfo.h: Likewise.
40183         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40184         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40186 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40188         [BZ #14336]
40189         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40190         system".
40191         * manual/message.texi (The Uniforum approach): Likewise.
40192         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40193         (glibc iconv Implementation): Likewise.
40195 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40197         [BZ #14337]
40198         * math/s_clog.c (__clog): Avoid scaling a value down where that
40199         could result in underflow.
40200         * math/s_clog10.c (__clog10): Likewise.
40201         * math/s_clog10f.c (__clog10f): Likewise.
40202         * math/s_clog10l.c (__clog10l): Likewise.
40203         * math/s_clogf.c (__clogf): Likewise.
40204         * math/s_clogl.c (__clogl): Likewise.
40205         * math/libm-test.inc (clog_test): Add more tests.
40206         (clog10_test): Likewise.
40207         * sysdeps/i386/fpu/libm-test-ulps: Update.
40208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40210 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40212         [BZ #14283]
40213         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40214         by 7 not 8 to examine high bit of fractional part.
40216         [BZ #14042]
40217         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40218         for call to __mcount_internal.
40219         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40220         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40221         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40223 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40225         [BZ #14154]
40226         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40227         approximation for values within 0x1p-13f of an odd multiple of
40228         pi/4.
40229         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40230         exception.  Add more tests.
40231         * sysdeps/i386/fpu/libm-test-ulps: Update.
40233         [BZ #6778]
40234         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40235         inputs and return -1 for them.  Do not check for +Inf in case not
40236         reachable for +Inf.
40237         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40238         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40239         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40240         and return -1 for them.  Do not check for +Inf in case not
40241         reachable for +Inf.
40242         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40243         define.
40244         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40245         and return -1 for them.  Do not check for +Inf in case not
40246         reachable for +Inf.
40247         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40248         spurious underflow.
40249         * sysdeps/i386/fpu/libm-test-ulps: Update.
40250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40252 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40254         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40256 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40258         [BZ #14157]
40259         [BZ #14331]
40260         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40261         could result in spurious underflow.  Scale down values above
40262         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40263         * math/s_csqrtf.c (__csqrtf): Likewise.
40264         * math/s_csqrtl.c (__csqrtl): Likewise.
40265         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40266         spurious underflow.
40267         * sysdeps/i386/fpu/libm-test-ulps: Update.
40268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40270 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40272         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40273         xopen-msg.sed.
40274         * catgets/xopen-msg.awk: New file.
40275         * catgets/xopen-msg.sed: Removed.
40277         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40278         po2text.sed.
40279         * intl/po2test.awk: New file.
40280         * intl/po2test.sed: Removed.
40282 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40284         [BZ #14328]
40285         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40286         or multiply small sinh result by itself.
40287         * math/s_ctanf.c (__ctanf): Likewise.
40288         * math/s_ctanh.c (__ctanh): Likewise.
40289         * math/s_ctanhf.c (__ctanhf): Likewise.
40290         * math/s_ctanhl.c (__ctanhl): Likewise.
40291         * math/s_ctanl.c (__ctanl): Likewise.
40292         * math/libm-test.inc (ctan_test_tonearest): New function.
40293         (ctan_test_towardzero): Likewise.
40294         (ctan_test_downward): Likewise.
40295         (ctan_test_upward): Likewise.
40296         (ctanh_test_tonearest): Likewise.
40297         (ctanh_test_towardzero): Likewise.
40298         (ctanh_test_downward): Likewise.
40299         (ctanh_test_upward): Likewise.
40300         (main): Call these new functions.
40301         * sysdeps/i386/fpu/libm-test-ulps: Update.
40302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40304 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40306         * .gitignore: Delete /ports entry.
40308 2012-07-03  Andreas Jaeger  <aj@suse.de>
40310         * po/bg.po: Update from translation team.
40311         * po/cs.po: Likewise.
40312         * po/de.po: Likewise.
40313         * po/hr.po: Likewise.
40314         * po/nl.pl: Likewise.
40315         * po/pl.po: Likewise.
40316         * po/vi.po: Likewise.
40318 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40320         * Makeconfig [!+link] (+link-before-libc): New variable.
40321         [!+link] (+link-after-libc): Likewise.
40322         [!+link] (+link-tests): Likewise.
40323         [!+link] (+link): Define in terms of $(+link-before-libc) and
40324         $(+link-after-libc).
40325         [!+link-static] (+link-static-before-libc): New variable.
40326         [!+link-static] (+link-static-after-libc): Likewise.
40327         [!+link-static] (+link-static-tests): Likewise.
40328         [!+link-static] (+link-static): Define in terms of
40329         $(+link-static-before-libc) and $(+link-static-after-libc).
40330         [build-shared] (link-libc-before-gnulib): New variable.
40331         [build-shared] (link-libc-tests): Likewise.
40332         [build-shared] (link-libc): Define in terms of
40333         $(link-libc-before-gnulib).
40334         [!build-shared] (link-libc-tests): New variable.
40335         (link-libc-static-tests): New variable.
40336         [!gnulib] (gnulib-arch): New variable.
40337         [!gnulib] (gnulib-tests): Likewise.
40338         [!gnulib] (static-gnulib-arch): Likewise.
40339         [!gnulib] (static-gnulib-tests): Likewise.
40340         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40341         Define with "=" instead of ":=".
40342         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40343         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40344         * Rules (binaries-all-notests): New variable.
40345         (binaries-all-tests): Likewise.
40346         (binaries-static-notests): Likewise.
40347         (binaries-static-tests): Likewise.
40348         (binaries-all): Define using $(binaries-all-notests) and
40349         $(binaries-all-tests).
40350         (binaries-static): Define using $(binaries-static-notests) and
40351         $(binaries-static-tests).
40352         (binaries-shared-tests): New variable.
40353         (binaries-shared-notests): Likewise.
40354         (binaries-shared): Remove variable.
40355         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40356         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40357         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40358         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40359         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40360         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40361         * elf/Makefile (sln-modules): New variable.
40362         (extra-objs): Add $(sln-modules:=.o).
40363         (ldconfig-modules): Add static-stubs.
40364         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40365         * elf/static-stubs.c: New file.
40367         [BZ #14283]
40368         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40369         by 7 not 8 to examine high bit of fractional part.  Use volatile
40370         variables when splitting into final array of floats if
40371         __FLT_EVAL_METHOD__ != 0.
40372         * math/libm-test.inc (cos_test): Add another test.
40373         (sin_test): Likewise.
40374         * sysdeps/i386/fpu/libm-test-ulps: Update.
40376         [BZ #14273]
40377         * math/libm-test.inc (cosh_test): Add more tests.
40379         * version.h (RELEASE): Set to "development".
40380         (VERSION): Set to "2.16.90".
40382 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40384         * NEWS: Update copyright. Remove last-updated date.
40385         Mention math library bug fixes and timezone data changes.
40386         * README: Mention GNU/Hurd, x32, and HPPA support status.
40388 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40390         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40392 2012-06-27  Andreas Jaeger  <aj@suse.de>
40394         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40396 2012-06-25  Andreas Jaeger  <aj@suse.de>
40398         * sysdeps/s390/fpu/libm-test-ulps: Update.
40400 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40401             Thomas Schwinge  <thomas@codesourcery.com>
40403         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40404         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40405         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40406         fanotify_mark.
40408 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40410         * sysdeps/mach/start.c: Remove file.
40411         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40412         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40413         * sysdeps/sh/init-first.c: Likewise.
40415         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40416         registers for frame unwinding purposes, add CFI directives.
40417         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40418         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40419         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40420         Likewise.
40422         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40423         __fortify_fail returning.
40424         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40426         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40427         sysdeps/sh/____longjmp_chk.S.
40428         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40429         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40430         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40431         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40433         * sysdeps/sh/abort-instr.h: New file.
40434         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40435         process in case exit returns.
40437         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40438         initialize the GOT register before use.
40440         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40441         calculation of ARGC > 4.
40443         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40444         meaningful names to some local labels.
40446 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40447             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40449         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40450         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40451         (__arch_compare_and_exchange_val_16_acq): Likewise.
40452         (__arch_compare_and_exchange_val_32_acq): Likewise.
40453         (atomic_exchange_and_add): Fix gUSA sequence.
40454         (atomic_add): Likewise.
40455         (atomic_add_negative): Likewise.
40456         (atomic_add_zero): Likewise.
40457         (atomic_bit_test_set): Likewise.
40459 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40461         [BZ #13579]
40462         * include/link.h (struct link_map): Add l_free_initfini.
40463         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40464         l_initfini.
40465         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40466         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40467         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40468         set.
40470 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40472         * configure.in: Use AC_LANG_SOURCE.
40473         * configure: Regenerate.
40475 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40477         * configure.in (libc_cv_localstatedir): New substituted variable.
40478         * configure: Regenerated.
40479         * config.make.in (localstatedir): New variable, substituted from
40480         libc_cv_localstatedir.
40481         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40482         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40483         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40484         * sysdeps/gnu/configure: Regenerated.
40486 2012-06-21  Jeff Law  <law@redhat.com>
40488         [BZ #14277]
40489         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40490         free.  Simplify list management for _LIBC case.
40492 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40494         [BZ #14273]
40495         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40496         Clear sign bit of 64-bit integer value before comparing against
40497         overflow value.
40499         * sysdeps/mach/configure: Regenerated.
40501 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40503         [BZ #14278]
40504         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40506 2012-06-21  Jeff Law  <law@redhat.com>
40508         [BZ #13882]
40509         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40510         uint16_t for elements in the "seen" array to avoid char overflows.
40511         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40512         * elf/dl-open.c (dl_open_worker): Likewise.
40514 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40516         * scripts/list-sources.sh: Scan PORTS for translations.
40517         * po/libc.pot: Regenerated.
40519 2012-06-21  Andreas Jaeger  <aj@suse.de>
40521         [BZ #12194]
40522         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40523         warning.
40524         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40525         * bits/byteswap-16.h (__bswap_16): Likewise.
40526         * bits/byteswap.h (__bswap_constant_16): Likewise.
40528 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40530         [BZ #14117]
40531         * sysdeps/i386/fpu_control.h: Removed.
40532         * sysdeps/x86_64/fpu_control.h: Moved to ...
40533         * sysdeps/x86/fpu_control.h: Here.
40535         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40536         (_FPU_SETCW): Likewise.
40538 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40540         [BZ #14117]
40541         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40542         * sysdeps/x86/fpu/bits/mathinline.h: This.
40543         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40545         [BZ #14050]
40546         [BZ #14117]
40547         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40548         functions if __x86_64__ is defined.
40550 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40552         * string/endian.h: Add !__ASSEMBLER__ condition for including
40553         conversion interfaces.
40555 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40557         [BZ #14241]
40558         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40559         of ABS(x) in calculating zero to negative powers other than odd
40560         integers.
40561         * math/libm-test.inc (pow_test): Add more tests.
40563 2012-06-15  Andreas Jaeger  <aj@suse.de>
40565         * manual/contrib.texi (Contributors): Update entry of Liubov
40566         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40567         Machado Filho.
40569 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40571         * string/string.h: Add __wur to GNU version of strerror_r.
40573 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40575         [BZ #14229]
40576         * string/Makefile (tests): Add tst-strtok_r.
40577         * string/tst-strtok_r.c: New file.
40578         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40579         RAX_LP/RDX_LP on SAVE_PTR.
40581 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40583         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40585 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40587         * libm_test.inc (csqrt_test): Allow more spurious underflow
40588         exceptions.
40589         (j0_test): Likewise.
40590         (j1_test): Likewise.
40591         (y0_test): Likewise.
40592         (y1_test): Likewise.
40594 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40596         * po/Makefile (libc.pot): Use UTF-8 charset.
40598 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40600         [BZ #14210]
40601         Suppress sign-conversion warning from FD_SET.
40602         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40603         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40604         not unsigned long int.
40605         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40607 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40609         [BZ #14050]
40610         [BZ #14117]
40611         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40612         __extern_always_inline instead of __extern_inline.
40613         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40614         (__signbit): Likewise.
40615         (__signbitl): Support C++ namespace.
40616         (lrintf): New inline function.
40617         (lrint): Likewise.
40618         (llrintf): Likewise.
40619         (llrint): Likewise.
40620         (fmaxf): Likewise.
40621         (fmax): Likewise.
40622         (fminf): Likewise.
40623         (fmin): Likewise.
40624         (rint): Likewise.
40625         (rintf): Likewise.
40626         (ceil): Likewise.
40627         (ceilf): Likewise.
40628         (floor): Likewise.
40629         (floorf): Likewise.
40630         (nearbyint): Likewise.
40631         (nearbyintf): Likewise.
40633 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40635         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40636         non-default versions.
40638 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40640         [BZ #14218]
40641         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40643 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40645         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40646         (FE_UPWARD, FE_DOWNWARD): Don't define.
40647         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40648         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40650         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40651         reading it.
40652         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40653         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40655 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40657         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40658         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40659         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40660         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40662 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40664         [BZ #14117]
40665         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40666         * sysdeps/i386/fpu/Implies: New file.
40667         * sysdeps/x86_64/fpu/Implies: Likewise.
40668         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40669         * sysdeps/x86/fpu/bits/fenv.h: This.
40671         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40672         __SSE_MATH__.
40674 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40676         [BZ #14134]
40677         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40678         character 0xffff that matches the last element of the
40679         conversion table.
40681 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40683         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40684         fmodl commit.
40686 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40688         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40689         values higher than 25.6283.
40691 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40693         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40694         subnormal exponent extraction and add some __builtin_expect.
40695         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40696         Fix for subnormal mantissa calculation.
40698 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40700         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40701         cpu2 is -1 and errno is not ENOSYS.
40703 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40705         [BZ #14117]
40706         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40707         * sysdeps/x86/bits/string.h: This.
40708         * sysdeps/x86_64/bits/string.h: Removed.
40710         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40711         if not compiling for x86-64, but compiling for >= i486.
40713         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40714         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40716         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40717         New macro from Linux kernel 3.4.0.
40718         (FP_XSTATE_MAGIC2): Likewise.
40719         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40720         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40721         (struct _fpx_sw_bytes): New struct.
40722         (struct _xsave_hdr): Likewise.
40723         (struct _ymmh_state): Likewise.
40724         (struct _xstate): Likewise.
40726         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40727         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40728         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40729         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40730         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40731         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40733         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40734         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40735         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40736         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40737         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40738         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40740 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40742         [BZ #13743]
40743         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40744         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40745         (sysdep_headers): Include sys/platform/ppc.h.
40746         * sysdeps/powerpc/test-gettimebase.c: Test for
40747         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40748         * manual/Makefile (appendices): Include platform.texi.
40749         * manual/contrib.texi (Contributors): Update @node pointers.
40750         * manual/maint.texi (Maintenance): Likewise.
40751         (Platform): New node.
40752         * manual/platform.texi: New file.  Document the new features.
40754 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40755             Jakub Jelinek  <jakub@redhat.com>
40757         [BZ #14188]
40758         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40759         where __builtin_expect is unavailable.
40761 2012-06-03  David S. Miller  <davem@davemloft.net>
40763         * stdlib/longlong.h: Updated from GCC.
40765 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40767         [BZ #14042]
40768         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40769         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40770         __mcount_internal.
40771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40772         (GLIBC_2.16): Likewise.
40774 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40776         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40778 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40781         (default-abi): New variable.
40782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40783         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40784         variable.
40785         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40786         Likewise.
40787         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40788         Likewise.
40789         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40790         Likewise.
40792         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40793         definition.  Document in comment.
40795 2012-06-01  David S. Miller  <davem@davemloft.net>
40797         * stdlib/longlong.h: Updated from GCC.
40799 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40801         [BZ #14117]
40802         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40803         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40804         sys/debugreg.h sys/io.h here.
40805         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40806         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40807         sys/io.h.
40808         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40809         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40810         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40811         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40812         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40813         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40815         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40816         Define only if __x86_64__ is defined.
40818 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40820         [BZ #14048]
40821         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40822         Use int64_t for variable i.
40823         * math/libm-test.inc (fmod_test): Add more tests.
40825         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40826         z computation is not scheduled after fetestexcept.
40827         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40828         Use math_force_eval instead of asm to ensure calculation scheduled
40829         before exception test.
40830         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40831         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40833 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40835         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40836         computation is not scheduled after fetestexcept.
40838 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40840         [BZ #14117]
40841         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40842         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40844 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40846         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40847         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40849 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40851         [BZ #14117]
40852         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40853         <bits/wordsize.h>.
40854         (__WCHAR_MIN): Support __WORDSIZE == 64.
40855         (__WCHAR_MAX): Likewise.
40857         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40858         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40860         [BZ #14183]
40861         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40862         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40864         [BZ #14117]
40865         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40866         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40868         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40869         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40871         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40872         Defined to 1 if __x86_64__ isn't defined.
40873         (_STAT_VER_LINUX_OLD): New.
40874         (st_atime): Remove duplicate.
40875         (st_mtime): Likewise.
40876         (st_ctime): Likewise.
40878 2012-05-31  David S. Miller  <davem@davemloft.net>
40880         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40881         entries.
40883 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40885         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40886         gen-libm-test.pl.
40888         [BZ #14132]
40889         * elf/dl-reloc.c: Include <_itoa.h>.
40890         (_dl_reloc_bad_type): Remove use of INTUSE.
40891         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40892         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40893         * stdio-common/psiginfo.c (psiginfo): Likewise.
40894         * stdio-common/psignal.c (psignal): Likewise.
40895         * string/strsignal.c (strsignal): Likewise.
40896         * include/signal.h (_sys_siglist): Declare hidden proto.
40897         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40898         INTVARDEF with libc_hidden_data_def.
40899         * stdio-common/itoa-udigits.c: Likewise.
40900         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40901         (_itoa_lower_digits_internal): Remove declaration.
40902         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40903         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40904         (_sys_sigabbrev_internal): Remove aliases.
40905         (_sys_siglist): Define hidden alias.
40907 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40909         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40910         bits/sysctl.h.
40912 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40914         [BZ #14117]
40915         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40916         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40918         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40919         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40920         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40921         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40922         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40923         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40925         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40926         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40927         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40929         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40930         with __addr.
40931         (insw): Likewise.
40932         (insl): Likewise.
40933         (outsb): Likewise.
40934         (outsw): Likewise.
40935         (outsl): Likewise.
40937         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40938         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40939         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40941         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40942         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40943         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40944         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40945         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40946         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40948         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40949         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40951         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40952         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40954         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40955         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40956         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40958         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40959         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40960         to ...
40961         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40963         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40964         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40965         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40967         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40968         for x86-64.
40969         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40971 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40973         * math/math.h (M_El): Use two more decimal places.
40974         (M_LOG2El): Likewise.
40975         (M_LOG10El): Likewise.
40976         (M_LN2l): Likewise.
40977         (M_LN10l): Likewise.
40978         (M_PIl): Likewise.
40979         (M_PI_2l): Likewise.
40980         (M_PI_4l): Likewise.
40981         (M_1_PIl): Likewise.
40982         (M_2_PIl): Likewise.
40983         (M_2_SQRTPIl): Likewise.
40984         (M_SQRT2l): Likewise.
40985         (M_SQRT1_2l): Likewise.
40987 2012-05-31  David S. Miller  <davem@davemloft.net>
40989         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40990         values between float registers.
40991         * sysdeps/sparc/sparc64/memset.S: Likewise.
40992         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40994 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40996         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40997         -D_FORTIFY_SOURCE=1.
40998         (CPPFLAGS-tst-longjmp_chk.c): Define.
40999         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41000         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41001         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41002         CFLAGS-tst-wchar-h.c.
41004 2012-05-31  Marek Polacek  <polacek@redhat.com>
41006         [BZ #14132]
41007         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41008         __endmntent_internal): Remove declaration.
41009         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41010         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41011         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41013 2012-05-30  David S. Miller  <davem@davemloft.net>
41015         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41016         (___Q_simulate_exceptions): Use real FP ops rather than writing
41017         into the %fsr.
41018         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41019         Likewise.
41021 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41023         [BZ #14117]
41024         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41025         * sysdeps/x86/bits/xtitypes.h: This.
41027         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41028         * sysdeps/x86/bits/wordsize.h: This.
41030         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41031         * sysdeps/x86/bits/huge_vall.h: This.
41033         * sysdeps/i386/bits/select.h: Removed.
41034         * sysdeps/x86_64/bits/select.h: Renamed to ...
41035         * sysdeps/x86/bits/select.h: This.
41037         * sysdeps/i386/bits/setjmp.h: Removed.
41038         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41039         * sysdeps/x86/bits/setjmp.h: This.
41041         * sysdeps/i386/bits/mathdef.h: Removed.
41042         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41043         * sysdeps/x86/bits/mathdef.h: This.
41045 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41047         [BZ #14132]
41048         * include/sys/socket.h (__connect_internal)
41049         (__libc_sa_len_internal): Remove declaration.
41050         (__connect, __libc_sa_len): Declare hidden_proto.
41051         (SA_LEN): Remove use of INTUSE.
41052         * socket/connect.c: Add libc_hidden_def.
41053         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41054         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41055         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41056         alias.
41057         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41058         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41059         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41060         of adding _internal alias.
41062 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41064         [BZ #14117]
41065         * sysdeps/i386/bits/link.h: Removed.
41066         * sysdeps/i386/bits/linkmap.h: Likewise.
41067         * sysdeps/x86_64/bits/link.h: Renamed to ...
41068         * sysdeps/x86/bits/link.h: This.
41069         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41070         * sysdeps/x86/bits/linkmap.h: This.
41072         * sysdeps/i386/bits/endian.h: Removed.
41073         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41074         * sysdeps/x86/bits/endian.h: This.
41076         * sysdeps/i386/bits/byteswap.h: Removed.
41077         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41078         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41079         * sysdeps/x86/bits/byteswap.h: This.
41080         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41081         * sysdeps/x86/bits/byteswap-16.h: This.
41082         * sysdeps/i386/Implies: Add x86.
41083         * sysdeps/x86_64/Implies: Likewise.
41085 2012-05-30  David S. Miller  <davem@davemloft.net>
41087         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41088         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41089         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41090         (FP_TRAPPING_EXCEPTIONS): Define.
41091         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41092         (FP_TRAPPING_EXCEPTIONS): Define.
41093         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41094         subnormals only when inexact has been signalled or underflow
41095         exceptions are enabled.
41096         (_FP_PACK_CANONICAL): Likewise.
41098 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41100         [BZ #14183]
41101         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41102         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41104 2012-05-30  Richard Henderson  <rth@twiddle.net>
41106         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41107         with #ifndef NOT_IN_libc.
41109         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41110         marked to avoid plt entry.
41112 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41114         [BZ #14112]
41115         * Makeconfig (default-abi): New macro.
41116         (abi-includes): Likewise.
41117         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41118         $(abi-$(default-abi)-lib-soname) for soname if defined.
41119         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41120         abi-variants.
41121         * Makefile (installed-stubs): Likewise.
41122         * include/stubs-biarch.h: Removed.
41123         * scripts/lib-names.awk: Only handle one library at a time.
41124         * scripts/soversions.awk: Remove WORDSIZE support.
41125         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41126         entries.
41127         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41128         Removed.
41129         (syscall-list-default-condition): Likewise.
41130         (syscall-list-default-condition): Likewise.
41131         (syscall-list-includes): Likewise.
41132         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41133         syscall-list-* with abi-*.  Handle undefined abi-variants.
41134         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41135         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41136         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41137         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41138         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41139         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41140         Removed.
41141         (syscall-list-32-options): Likewise.
41142         (syscall-list-32-condition): Likewise.
41143         (syscall-list-64-options): Likewise.
41144         (syscall-list-64-condition): Likewise.
41145         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41146         macro.
41147         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41148         Renamed to ...
41149         (abi-*): This.
41150         (abi-64-ld-soname): New macro.
41151         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41152         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41153         Renamed to ...
41154         (abi-*): This.
41155         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41156         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41158 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41160         * sysdeps/unix/sysv/linux/kernel-features.h
41161         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41162         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41163         include <kernel-features.h>.
41164         [!__NR_ftruncate64]: Remove conditional code.
41165         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41166         [__NR_ftruncate64]: Make code unconditional.
41167         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41168         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41169         include <kernel-features.h>.
41170         [!__NR_ftruncate64]: Remove conditional code.
41171         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41172         [__NR_ftruncate64]: Make code unconditional.
41173         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41175         include <kernel-features.h>.
41176         [!__NR_ftruncate64]: Remove conditional code.
41177         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41178         [__NR_ftruncate64]: Make code unconditional.
41179         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41181         include <kernel-features.h>.
41182         [!__NR_ftruncate64]: Remove conditional code.
41183         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41184         [__NR_ftruncate64]: Make code unconditional.
41185         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41187         * configure.in (libc_cv_fpie): Weaken to a compile test using
41188         LIBC_TRY_CC_OPTION.
41189         * configure: Regenerated.
41191 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41197         Refreshed.
41198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41203         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41204         Refreshed.
41206 2012-05-27  David S. Miller  <davem@davemloft.net>
41208         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41209         (___Q_zero): New.
41210         (__Q_simulate_exceptions): Return void.  Change to simulate
41211         exceptions by writing into the %fsr.
41212         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41213         (__Qp_handle_exceptions): Likewise.
41214         (numbers): Delete.
41215         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41216         __Qp_handle_exceptions.
41217         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41218         __Qp_handle_exceptions.
41219         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41220         as unused and give dummy FP_RND_NEAREST initializer.
41221         (FP_INHIBIT_RESULTS): Define.
41222         (___Q_simulate_exceptions): Update declaration.
41223         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41224         formatting.
41225         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41226         as unused and give dummy FP_RND_NEAREST initializer.
41227         (__Qp_handle_exceptions): Update declaration.
41228         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41229         formatting.
41231 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41233         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41234         the temporary FPU control word.
41235         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41236         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41237         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41238         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41239         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41240         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41241         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41242         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41243         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41244         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41245         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41247 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41249         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41250         fields.
41252 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41254         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41255         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41256         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41257         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41258         Likewise.
41259         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41260         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41261         Likewise.
41263 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41265         * po/h.po: Update from translation team.
41267 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41269         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41271         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41272         handling of denormals.
41273         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41274         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41275         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41276         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41277         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41278         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41279         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41280         Likewise.
41282 2012-05-26  Marek Polacek  <polacek@redhat.com>
41284         [BZ #14152]
41285         * math/libm-test.inc (fma_test): Don't always expect underflow
41286         exception.
41288 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41290         [BZ #12416]
41291         * elf/tst-execstack.c: Include stackinfo.h.
41292         (do_test): Adjust test case to ensure that pthread_getattr_np
41293         behaviour remains the same after marking stack executable.
41295 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41297         * sysdeps/unix/sysv/linux/kernel-features.h
41298         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41299         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41300         kernel-features.h.
41301         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41302         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41303         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41304         kernel-features.h.
41305         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41306         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41308 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41310         * configure.in: Define the default includes to being none.
41311         * configure: Regenerated.
41313 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41315         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41316         * sysdeps/x86_64/setjmp.S: Likewise.
41317         * sysdeps/i386/bsd-setjmp.S: Likewise.
41318         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41319         * sysdeps/i386/setjmp.S: Likewise.
41320         * sysdeps/i386/__longjmp.S: Likewise.
41321         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41322         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41324         * include/stap-probe.h: New file.
41325         * configure.in: Handle --enable-systemtap.
41326         * configure: Regenerated.
41327         * config.h.in (USE_STAP_PROBE): New #undef.
41328         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41329         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41330         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41332 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41334         [BZ #13717]
41335         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41336         to 2.4.0 where earlier.
41337         * sysdeps/unix/sysv/linux/configure: Regenerated.
41338         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41339         <kernel-features.h>.
41340         [__ASSUME_32BITUIDS]: Make code unconditional.
41341         [!__ASSUME_32BITUIDS]: Remove conditional code.
41342         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41343         <kernel-features.h>.
41344         [__ASSUME_32BITUIDS]: Make code unconditional.
41345         [!__ASSUME_32BITUIDS]: Remove conditional code.
41346         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41347         [__ASSUME_32BITUIDS]: Make code unconditional.
41348         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41349         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41350         <kernel-features.h>.
41351         [__ASSUME_32BITUIDS]: Make code unconditional.
41352         [!__ASSUME_32BITUIDS]: Remove conditional code.
41353         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41354         <kernel-features.h>.
41355         [__ASSUME_32BITUIDS]: Make code unconditional.
41356         [!__ASSUME_32BITUIDS]: Remove conditional code.
41357         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41358         <kernel-features.h>.
41359         [__ASSUME_32BITUIDS]: Make code unconditional.
41360         [!__ASSUME_32BITUIDS]: Remove conditional code.
41361         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41362         <kernel-features.h>.
41363         [__ASSUME_32BITUIDS]: Make code unconditional.
41364         [!__ASSUME_32BITUIDS]: Remove conditional code.
41365         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41366         <kernel-features.h>.
41367         [__ASSUME_32BITUIDS]: Make code unconditional.
41368         [!__ASSUME_32BITUIDS]: Remove conditional code.
41369         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41370         <kernel-features.h>.
41371         [__ASSUME_32BITUIDS]: Make code unconditional.
41372         [!__ASSUME_32BITUIDS]: Remove conditional code.
41373         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41374         <kernel-features.h>.
41375         [__ASSUME_32BITUIDS]: Make code unconditional.
41376         [!__ASSUME_32BITUIDS]: Remove conditional code.
41377         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41378         <kernel-features.h>.
41379         [__ASSUME_32BITUIDS]: Make code unconditional.
41380         [!__ASSUME_32BITUIDS]: Remove conditional code.
41381         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41382         <kernel-features.h>.
41383         [__ASSUME_32BITUIDS]: Make code unconditional.
41384         [!__ASSUME_32BITUIDS]: Remove conditional code.
41385         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41386         <kernel-features.h>.
41387         [__ASSUME_32BITUIDS]: Make code unconditional.
41388         [!__ASSUME_32BITUIDS]: Remove conditional code.
41389         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41390         <kernel-features.h>.
41391         [__NR_setresgid] (__setresgid): Do not declare.
41392         [__ASSUME_32BITUIDS]: Make code unconditional.
41393         [!__ASSUME_32BITUIDS]: Remove conditional code.
41394         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41395         <kernel-features.h>.
41396         [__NR_setresuid] (__setresuid): Do not declare.
41397         [__ASSUME_32BITUIDS]: Make code unconditional.
41398         [!__ASSUME_32BITUIDS]: Remove conditional code.
41399         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.c: Do not include
41404         <kernel-features.h>.
41405         [__ASSUME_32BITUIDS]: Make code unconditional.
41406         [!__ASSUME_32BITUIDS]: Remove conditional code.
41407         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41408         <kernel-features.h>.
41409         [__ASSUME_32BITUIDS]: Make code unconditional.
41410         [!__ASSUME_32BITUIDS]: Remove conditional code.
41411         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41412         <kernel-features.h>.
41413         [__ASSUME_32BITUIDS]: Make code unconditional.
41414         [!__ASSUME_32BITUIDS]: Remove conditional code.
41415         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41416         <kernel-features.h>.
41417         [__ASSUME_32BITUIDS]: Make code unconditional.
41418         [!__ASSUME_32BITUIDS]: Remove conditional code.
41419         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41420         <kernel-features.h>.
41421         [__ASSUME_32BITUIDS]: Make code unconditional.
41422         [!__ASSUME_32BITUIDS]: Remove conditional code.
41423         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41424         <kernel-features.h>.
41425         [__ASSUME_32BITUIDS]: Make code unconditional.
41426         [!__ASSUME_32BITUIDS]: Remove conditional code.
41427         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41428         <kernel-features.h>.
41429         [__ASSUME_32BITUIDS]: Make code unconditional.
41430         [!__ASSUME_32BITUIDS]: Remove conditional code.
41431         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41432         <kernel-features.h>.
41433         [__ASSUME_32BITUIDS]: Make code unconditional.
41434         [!__ASSUME_32BITUIDS]: Remove conditional code.
41435         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41436         <kernel-features.h>.
41437         [__ASSUME_32BITUIDS]: Make code unconditional.
41438         [!__ASSUME_32BITUIDS]: Remove conditional code.
41439         * sysdeps/unix/sysv/linux/kernel-features.h
41440         (__ASSUME_SETRESUID_SYSCALL): Remove.
41441         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41442         (__ASSUME_32BITUIDS): Likewise.
41443         (__ASSUME_LDT_WORKS): Likewise.
41444         (__ASSUME_O_DIRECTORY): Likewise.
41445         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41446         architecture but not kernel version.
41447         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41448         (__ASSUME_MMAP2_SYSCALL): Likewise.
41449         (__ASSUME_STAT64_SYSCALL): Likewise.
41450         (__ASSUME_IPC64): Likewise.
41451         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41452         <kernel-features.h>.
41453         [__ASSUME_32BITUIDS]: Make code unconditional.
41454         [!__ASSUME_32BITUIDS]: Remove conditional code.
41455         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41456         <kernel-features.h>.
41457         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41458         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41459         132096]: Remove conditional code.
41460         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41461         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41462         <kernel-features.h>.
41463         [__ASSUME_32BITUIDS]: Make code unconditional.
41464         [!__ASSUME_32BITUIDS]: Remove conditional code.
41465         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41466         <kernel-features.h>.
41467         [__ASSUME_32BITUIDS]: Make code unconditional.
41468         [!__ASSUME_32BITUIDS]: Remove conditional code.
41469         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41470         <kernel-features.h>.
41471         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41472         unconditional.
41473         (__setresgid): Do not declare.
41474         [__ASSUME_32BITUIDS]: Make code unconditional.
41475         [!__ASSUME_32BITUIDS]: Remove conditional code.
41476         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41477         <kernel-features.h>.
41478         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41479         unconditional.
41480         (__setresuid): Do not declare.
41481         [__ASSUME_32BITUIDS]: Make code unconditional.
41482         [!__ASSUME_32BITUIDS]: Remove conditional code.
41483         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41484         <kernel-features.h>.
41485         [__ASSUME_32BITUIDS]: Make code unconditional.
41486         [!__ASSUME_32BITUIDS]: Remove conditional code.
41487         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41488         <kernel-features.h>.
41489         [__ASSUME_32BITUIDS]: Make code unconditional.
41490         [!__ASSUME_32BITUIDS]: Remove conditional code.
41492 2012-05-25  Richard Henderson  <rth@twiddle.net>
41494         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41495         dl_hwcap to ifunc resolver.
41496         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41497         elf_ifunc_invoke.
41498         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41499         dl_hwcap to ifunc resolver.
41500         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41502 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41504         [BZ #14153]
41505         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41506         for |x| <= 2**-26, not 2**-57.
41507         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41508         exception.
41510 2012-05-24  Jeff Law  <law@redhat.com>
41512         * stdio-common/Makefile (tests): Add bug25.
41513         * stdio-common/bug25.c: New test.
41515 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41517         [BZ #13576]
41518         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41519         multiple of MALLOC_ALIGNMENT in size.
41520         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41522 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41524         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41525         Require >= 256.
41526         (FILENAME_MAX): Use macro-int-constant.
41527         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41528         (_IOFBF): Use macro-int-constant.
41529         (_IOLBF): Likewise.
41530         (_IONBF): Likewise.
41531         (SEEK_CUR): Likewise.
41532         (SEEK_END): Likewise.
41533         (SEEK_SET): Likewise.
41534         (TMP_MAX): Likewise.
41535         (EOF): Use macro-int-constant.  Require < 0.
41536         (NULL): Use macro-constant.  Require == 0.
41537         (stdin): Require type to be FILE *.
41538         (stdout): Likewise.
41539         (stderr): Likewise.
41540         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41541         macro-int-constant.
41542         (EXIT_SUCCESS): Likewise.
41543         (NULL): Use macro-constant.  Require == 0.
41544         (RAND_MAX): Use macro-int-constant.
41545         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41546         [C99-based standards] (strtof): Require function.
41547         [C99-based standards] (strtold): Likewise.
41548         [C99-based standards] (strtoll): Likewise.
41549         [C99-based standards] (strtoull): Likewise.
41550         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41551         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41552         [ISO || ISO99 || ISO11] (math.h): Likewise.
41553         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41554         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41555         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41557 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41559         [BZ #14132]
41560         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41561         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41562         * intl/dgettext.c (DCGETTEXT): Likewise.
41563         * intl/gettext.c (DCGETTEXT): Likewise.
41564         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41565         * posix/regex_internal.h (gettext): Likewise.
41566         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41567         Remove declaration.
41568         * include/argz.h (__argz_count_internal)
41569         (__argz_stringify_internal): Remove declaration.
41570         (__argz_count, __argz_stringify): Declare hidden proto.
41571         * intl/dcgettext.c: Remove use of INTDEF.
41572         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41573         * string/argz-stringify.c: Likewise.
41574         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41575         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41576         Declare hidden proto.
41577         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41578         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41579         Declare hidden proto.
41580         * include/stdio.h (__asprintf_internal): Don't declare.
41581         (__asprintf): Don't define as macro.  Declare hidden proto.
41582         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41583         (__fsetlocking): Declare hidden proto.
41584         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41585         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41586         hidden proto.
41587         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41588         (_IO_setlinebuf): Remove use of INTUSE.
41589         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41590         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41591         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41592         Remove declaration.
41593         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41594         (_IO_do_flush): Remove use of INTUSE.
41595         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41596         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41597         (_IO_adjust_column, _IO_least_wmarker)
41598         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41599         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41600         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41601         (_IO_default_doallocate, _IO_wdefault_doallocate)
41602         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41603         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41604         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41605         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41606         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41607         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41608         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41609         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41610         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41611         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41612         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41613         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41614         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41615         proto.
41616         (_IO_flush_all_internal, _IO_adjust_column_internal)
41617         (_IO_default_uflow_internal, _IO_default_finish_internal)
41618         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41619         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41620         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41621         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41622         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41623         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41624         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41625         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41626         (_IO_file_close_internal, _IO_file_close_it_internal)
41627         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41628         (_IO_file_init_internal, _IO_file_attach_internal)
41629         (_IO_file_fopen_internal, _IO_file_read_internal)
41630         (_IO_file_sync_internal, _IO_file_seek_internal)
41631         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41632         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41633         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41634         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41635         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41636         (_IO_list_all_internal, _IO_link_in_internal)
41637         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41638         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41639         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41640         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41641         (_IO_do_write_internal, _IO_padn_internal)
41642         (_IO_getline_info_internal, _IO_getline_internal)
41643         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41644         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41645         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41646         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41647         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41648         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41649         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41650         with libc_hidden_ver, remove use of INTUSE.
41651         * libio/genops.c: Likewise.
41652         * libio/freopen.c: Likewise.
41653         * libio/freopen64.c: Likewise.
41654         * libio/iofclose.c: Likewise.
41655         * libio/iofdopen.c: Likewise.
41656         * libio/iofflush.c: Likewise.
41657         * libio/iofflush_u.c: Likewise.
41658         * libio/iofgets.c: Likewise.
41659         * libio/iofgets_u.c: Likewise.
41660         * libio/iofopen.c: Likewise.
41661         * libio/iofopncook.c: Likewise.
41662         * libio/iofread.c: Likewise.
41663         * libio/iofread_u.c: Likewise.
41664         * libio/ioftell.c: Likewise.
41665         * libio/iofwrite.c: Likewise.
41666         * libio/iogetline.c: Likewise.
41667         * libio/iogets.c: Likewise.
41668         * libio/iogetwline.c: Likewise.
41669         * libio/iopadn.c: Likewise.
41670         * libio/iopopen.c: Likewise.
41671         * libio/ioseekoff.c: Likewise.
41672         * libio/ioseekpos.c: Likewise.
41673         * libio/iosetbuffer.c: Likewise.
41674         * libio/iosetvbuf.c: Likewise.
41675         * libio/ioungetc.c: Likewise.
41676         * libio/ioungetwc.c: Likewise.
41677         * libio/iovdprintf.c: Likewise.
41678         * libio/iovsprintf.c: Likewise.
41679         * libio/iovsscanf.c: Likewise.
41680         * libio/memstream.c: Likewise.
41681         * libio/obprintf.c: Likewise.
41682         * libio/oldfileops.c: Likewise.
41683         * libio/oldiofclose.c: Likewise.
41684         * libio/oldiofdopen.c: Likewise.
41685         * libio/oldiofopen.c: Likewise.
41686         * libio/oldiopopen.c: Likewise.
41687         * libio/oldstdfiles.c: Likewise.
41688         * libio/putc.c: Likewise.
41689         * libio/setbuf.c: Likewise.
41690         * libio/setlinebuf.c: Likewise.
41691         * libio/stdfiles.c: Likewise.
41692         * libio/strops.c: Likewise.
41693         * libio/vasprintf.c: Likewise.
41694         * libio/vscanf.c: Likewise.
41695         * libio/vsnprintf.c: Likewise.
41696         * libio/vswprintf.c: Likewise.
41697         * libio/wfiledoalloc.c: Likewise.
41698         * libio/wfileops.c: Likewise.
41699         * libio/wgenops.c: Likewise.
41700         * libio/wmemstream.c: Likewise.
41701         * libio/wstrops.c: Likewise.
41702         * libio/__fpurge.c: Likewise.
41703         * libio/__fsetlocking.c: Likewise.
41704         * assert/assert.c: Likewise.
41705         * debug/fgets_chk.c: Likewise.
41706         * debug/fgets_u_chk.c: Likewise.
41707         * debug/fread_chk.c: Likewise.
41708         * debug/fread_u_chk.c: Likewise.
41709         * debug/gets_chk.c: Likewise.
41710         * debug/obprintf_chk.c: Likewise.
41711         * debug/vasprintf_chk.c: Likewise.
41712         * debug/vdprintf_chk.c: Likewise.
41713         * debug/vsnprintf_chk.c: Likewise.
41714         * debug/vsprintf_chk.c: Likewise.
41715         * malloc/mtrace.c: Likewise.
41716         * misc/error.c: Likewise.
41717         * misc/syslog.c: Likewise.
41718         * stdio-common/asprintf.c: Likewise.
41719         * stdio-common/fxprintf.c: Likewise.
41720         * stdio-common/getw.c: Likewise.
41721         * stdio-common/isoc99_fscanf.c: Likewise.
41722         * stdio-common/isoc99_scanf.c: Likewise.
41723         * stdio-common/isoc99_vfscanf.c: Likewise.
41724         * stdio-common/isoc99_vscanf.c: Likewise.
41725         * stdio-common/isoc99_vsscanf.c: Likewise.
41726         * stdio-common/printf-prs.c: Likewise.
41727         * stdio-common/printf_fp.c: Likewise.
41728         * stdio-common/printf_fphex.c: Likewise.
41729         * stdio-common/printf_size.c: Likewise.
41730         * stdio-common/putw.c: Likewise.
41731         * stdio-common/scanf.c: Likewise.
41732         * stdio-common/sprintf.c: Likewise.
41733         * stdio-common/tmpfile.c: Likewise.
41734         * stdio-common/vfprintf.c: Likewise.
41735         * stdio-common/vfscanf.c: Likewise.
41736         * stdlib/strfmon_l.c: Likewise.
41737         * sunrpc/openchild.c: Likewise.
41738         * sunrpc/xdr_stdio.c: Likewise.
41739         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41740         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41742 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41744         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41746         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41747         in the third column, to generate for the shared library an IFUNC
41748         that uses _dl_vdso_vsym.
41749         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41750         * Makeconfig (object-suffixes-noshared): New variable.
41752         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41753         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41754         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41755         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41757         [BZ #14132]
41758         * include/sys/time.h (__gettimeofday): Remove macro.
41759         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41760         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41761         Remove INTDEF.
41762         (__gettimeofday): Add libc_hidden_def.
41763         (gettimeofday): Add libc_hidden_weak.
41764         * sysdeps/mach/gettimeofday.c: Likewise.
41765         * sysdeps/posix/gettimeofday.c: Likewise.
41766         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41767         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41768         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41769         (__gettimeofday_internal): Remove strong_alias.
41770         (__gettimeofday): Add libc_hidden_def.
41771         (gettimeofday): Add libc_hidden_weak.
41772         * sysdeps/unix/syscalls.list (gettimeofday):
41773         Remove __gettimeofday_internal alias.
41775 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41776             H.J. Lu  <hongjiu.lu@intel.com>
41778         [BZ #12495]
41779         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41780         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41781         (largebin_index_32_big): New.
41782         (largebin_index): Use it for 16-byte alignment.
41783         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41784         correction with front_misalign.
41786 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41788         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41789         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41790         Likewise.
41791         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41792         Likewise.
41793         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41794         Likewise.
41795         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41796         Likewise.
41797         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41798         Likewise.
41799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41800         Likewise.
41801         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41802         Likewise.
41803         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41804         Likewise.
41805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41806         Likewise.
41807         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41808         Likewise.
41809         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41810         Likewise.
41811         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41812         Likewise.
41814         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41815         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41817 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41819         [BZ #10846]
41820         [BZ #14036]
41821         * math/libm-test.inc (exp_test): Add test from bug 14036.
41822         (pow_test): Add test from bug 10846.
41824         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41825         and other flags.
41826         (special_function): Do not include flags in test name.
41827         (parse_args): Likewise.
41828         * sysdeps/i386/fpu/libm-test-ulps: Update.
41829         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41830         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41831         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41834         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41835         exceptions.
41836         * math/libm-test.inc ("Philosophy"): Update comment about
41837         exception testing.
41838         (UNDERFLOW_EXCEPTION): New macro.
41839         (UNDERFLOW_EXCEPTION_OK): Likewise.
41840         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41841         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41842         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41843         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41844         (INVALID_EXCEPTION_OK): Update value.
41845         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41846         (OVERFLOW_EXCEPTION_OK): Likewise.
41847         (IGNORE_ZERO_INF_SIGN): Likewise.
41848         (test_exceptions): Handle underflow exceptions.
41849         (acos_test): Update for underflow exception expectations.
41850         (cexp_test): Likewise.
41851         (clog_test): Likewise.
41852         (clog10_test): Likewise.
41853         (csqrt_test): Likewise.
41854         (ctan_test): Likewise.
41855         (ctanh_test): Likewise.
41856         (exp_test): Likewise.
41857         (exp10_test): Likewise.
41858         (exp2_test): Likewise.
41859         (expm1_test): Likewise.
41860         (fma_test): Likewise.
41861         (j0_test): Likewise.
41862         (jn_test): Likewise.
41863         (nexttoward_test): Likewise.
41864         (pow_test): Likewise.
41865         (scalbn_test): Likewise.
41866         (scalbln_test): Likewise.
41867         (tan_test): Likewise.
41868         (y1_test): Likewise.
41869         * sysdeps/i386/fpu/libm-test-ulps: Update.
41870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41872 2012-05-23  David S. Miller  <davem@davemloft.net>
41874         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41875         (__libc_sigaction): Remove unused local variables.
41877 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41879         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41881 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41883         mktime: avoid signed integer overflow
41884         * time/mktime.c (__mktime_internal): Do not mishandle the case
41885         where diff == INT_MIN.
41887         mktime: simplify computation of average
41888         * time/mktime.c (ranged_convert): Use new time_t_avg function
41889         instead of rolling our own (probably-slower) code.
41891         mktime: do not assume signed right shift propagates sign bit
41892         * time/mktime.c (isdst_differ): New static function.
41893         (__mktime_internal): No need to normalize tm_isdst now.
41894         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41895         tm_isdst values.
41897         mktime: merge another wrapv change from gnulib
41898         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41899         from some compilers.
41901         mktime: remove incorrect attempt at unusual arithmetics
41902         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41903         The code didn't really work on such machines anyway.
41904         (TYPE_MINIMUM): Assume two's complement.
41905         (twos_complement_arithmetic): Verify that long_int and time_t
41906         are two's complement (or unsigned, in the latter case).
41908         mktime: check signed shifts on long_int and time_t, too
41909         * time/mktime.c (SHR): Check that shifts work as desired
41910         on the types long_int and time_t too, as SHR is used on
41911         such types.
41913         mktime: do not assume 'long' is wide enough
41914         * time/mktime.c (verify): Move decl up.
41915         (long_int): New type.
41916         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41917         to remove assumption in the code that 'long' is wide enough to
41918         store year values.  This assumption is not true on x32 and on
41919         some non-glibc platforms.
41921         mktime: merge wrapv change from gnulib
41922         * time/mktime.c (WRAPV): New macro.
41923         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41924         (guess_time_tm, __mktime_internal): Do not assume that signed
41925         integer overflow wraps around; modern compilers generate code
41926         where this assumption is no longer valid.
41928 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41930         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41931         Replace "jmp L(pseudo_end)" with "ret".
41932         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41933         Likewise.
41935 2012-05-23  Andreas Jaeger  <aj@suse.de>
41937         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41938         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41940 2012-05-23  Andreas Jaeger  <aj@suse.de>
41941             Maximilian Attems  <max@stro.at>
41943         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41944         New macros.
41946 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41948         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41949         code so that pseudo_end is just ret and the stack pointer is
41950         correct also for static library in error case.
41952 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41954         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41955         move to syscalls.list.
41956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41961         * manual/install.texi (Running make install): Do not mention Linux
41962         kernel version for which pt_chown is not needed.
41963         (Linux): Do not mention problems with nscd with 2.0 kernels.
41964         * INSTALL: Regenerated.
41966 2012-05-23  Andreas Jaeger  <aj@suse.de>
41968         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41969         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41970         macro.
41971         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41972         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41973         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41974         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41975         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41976         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41977         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41978         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41979         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41980         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41981         * sysdeps/unix/sysv/linux/bits/in.h
41982         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41984 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41986         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41987         (PREPARE_VERSION): Just use assert instead, it will be elided
41988         under [NDEBUG] anyway.
41990 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41992         * sysdeps/unix/sysv/linux/Makefile: Include
41993         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41994         (sysdep_routines): Remove sysctl.
41995         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41996         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41997         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41998         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41999         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42001 2012-05-22  Andreas Jaeger  <aj@suse.de>
42003         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42004         that pseudo_end is just ret and the stack pointer is correct also
42005         for static library in error case.
42007 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42009         [BZ #14122]
42010         * nss/nsswitch.c (defconfig_entries): New variable.
42011         (__nss_database_lookup): Don't leak defconfig entries.
42012         (nss_parse_service_list): Don't leak on error paths.
42013         (free_database_entries): New function.
42014         (free_defconfig): New function.
42015         (free_mem): Move common code to free_database_entries.
42017 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42019         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42020         Add arch_prctl.
42021         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42023         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42024         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42025         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42026         New macro.
42027         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42028         (INTERNAL_SYSCALL_TYPES): Likewise.
42029         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42030         (LOAD_REGS_TYPES_[1-6]): Likewise.
42031         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42032         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42034 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42036         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42037         copysignl for GLIBC_2_0.
42038         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42039         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42040         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42041         logbl for GLIBC_2_0.
42042         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42043         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42045 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42047         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42048         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42050         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42051         Use "neg %eax".
42053         * time/mktime.c: Update copyright years.
42055 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42057         mktime: merge comment-quoting-style change from gnulib
42058         * time/mktime.c: Quote 'like this' in comments.
42059         The GNU coding standards suggest that we no longer quote `like this',
42060         as "`" and "'" are typically rendered asymmetrically nowadays.
42061         The typical gnulib style is to quote 'like this' when quoting
42062         code, and "like this" when quoting English.
42064         * time/mktime.c (compile-command): Add "-I.".
42066         mktime: merge mktime-internal.h change from gnulib
42067         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42069         mktime: merge time_r change from gnulib
42070         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42072         mktime: merge DEBUG change from gnulib
42073         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42074         case system <time.h> has a #define.
42076         mktime: merge <sys/types.h> change from gnulib
42077         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42078         since <time.t> is now guaranteed to define time_t.
42080         mktime: merge HAVE_CONFIG_H change from gnulib
42081         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42083 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42085         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42086         Use "neg %eax".
42088         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42089         __rlim_t cast.
42090         (struct rusage): Use anonymous union to pad each field to
42091         __syscall_slong_t.
42093 2012-05-21  David S. Miller  <davem@davemloft.net>
42095         * Makefules (o-iterator): Remove .s cases.
42096         (compile-command.s): Delete.
42097         (COMPILE.s): Delete.
42098         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42100 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42102         * configure.in (libc_cv_predef_stack_protector): Only consider
42103         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42104         * configure: Regenerated.
42106 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42108         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42109         New macro.  Use R*LP on int and pointer.
42110         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42111         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42112         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42113         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42115         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42116         [__WORDSIZE_TIME64_COMPAT32] instead of
42117         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42118         (struct utmp): Likewise.
42119         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42120         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42121         Renamed to ...
42122         (__WORDSIZE_TIME64_COMPAT32): This.
42123         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42124         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42125         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42126         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42127         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42128         (__WORDSIZE_TIME64_COMPAT32): New macro.
42130 2012-05-21  Andreas Jaeger  <aj@suse.de>
42132         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42133         only if [SHARED]. Add prototype for __wcschr_ia32.
42135 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42137         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42138         of %rbp unmolested in the jmp_buf while mangling the low bits.
42139         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42140         unmolested high bits of %rbp while demangling the low bits.
42141         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42143 2012-05-21  Andreas Jaeger  <aj@suse.de>
42145         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42146         * sunrpc/svc_simple.c: Use it for registerrpc.
42147         * sunrpc/xcrypt.c: Use it for passwd2des.
42149         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42151 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42153         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42154         Don't define if [__SYSCALL_WORDSIZE != 32].
42155         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42156         New macro.
42158 2012-05-21  Bruno Haible  <bruno@clisp.org>
42159             Andreas Jaeger  <aj@suse.de>
42161         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42162         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42163         inptr and inend for must_buffer_ch.
42164         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42165         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42166         * stdio-common/Makefile (tests): Remove bug15.
42167         (bug15-ENV): Remove macro.
42168         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42169         anymore.
42171 2012-05-19  Andreas Jaeger  <aj@suse.de>
42172             Roland McGrath  <roland@hack.frob.com>
42174         * manual/contrib.texi: Completely rewritten. It contains now an
42175         alphabetical list of contributors and their contributions.
42177 2012-05-21  Richard Henderson  <rth@twiddle.net>
42179         * misc/getauxval.c (__getauxval): Use unsigned long int.
42180         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42181         (getauxval): Use unsigned long int.
42183 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42185         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42187 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42189         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42190         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42191         __alignof__ (long double).
42193 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42197 2012-05-20  Richard Henderson  <rth@twiddle.net>
42199         * misc/getauxval.c: New file.
42200         * misc/sys/auxv.h: New file.
42201         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42202         (routines): Add getauxval.
42203         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42204         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42205         * elf/dl-sysdep.c (_dl_auxv): Remove.
42206         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42207         * elf/dl-support.c (_dl_auxv): New variable.
42208         (_dl_aux_init): Initialize it.
42209         * manual/startup.texi (Auxiliary Vector): New node.
42210         * sysdeps/generic/bits/hwcap.h: New file.
42211         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42212         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42213         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42214         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42215         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42216         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42218         Update.
42219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42222         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42223         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42224         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42225         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42226         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42228 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42230         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42232 2012-05-19  David S. Miller  <davem@davemloft.net>
42234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42236 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42238         [BZ #14123]
42239         * math/s_ccosh.c: Include <float.h>
42240         (__ccosh): Avoid internal overflow calculating sinh and cosh
42241         values before multiplying by sin and cos values.
42242         * math/s_ccoshf.c: Likewise.
42243         * math/s_ccoshl.c: Likewise.
42244         * math/s_csin.c: Likewise.
42245         * math/s_csinf.c: Likewise.
42246         * math/s_csinl.c: Likewise.
42247         * math/s_csinh.c: Likewise.
42248         * math/s_csinhf.c: Likewise.
42249         * math/s_csinhl.c: Likewise.
42250         * math/libm-test.inc (ccos_test): Add more tests.
42251         (ccosh_test): Likewise.
42252         (csin_test): Likewise.
42253         (csinh_test): Likewise.
42254         * sysdeps/i386/fpu/libm-test-ulps: Update.
42255         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42257 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42259         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42260         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42262         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42264 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42266         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42267         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42268         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42269         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42270         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42271         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42272         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42273         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42274         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42275         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42276         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42277         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42278         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42279         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42280         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42281         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42282         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42283         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42284         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42285         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42286         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42287         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42288         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42289         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42290         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42291         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42292         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42293         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42294         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42295         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42296         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42298 2012-05-18  Andreas Jaeger  <aj@suse.de>
42300         * csu/.gitignore: Delete.
42302 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42304         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42305         (timex): Use __syscall_slong_t.
42307 2012-05-18  Andreas Jaeger  <aj@suse.de>
42308             Carlos O'Donell  <carlos_odonell@mentor.com>
42310         * manual/install.texi (Configuring and compiling): Update
42311         description about files modified in the source directory.
42312         * INSTALL: Regenerated.
42314 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42316         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42317         value.  Use "or" to set return value to -1.
42318         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42319         negate return value.
42321 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42323         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42324         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42325         failure if the compiler has Graphite support disabled.
42326         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42327         Likewise.
42328         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42329         (CFLAGS-memmove.c): Likewise.
42330         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42331         Likewise.
42333 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42335         * sysdeps/x86_64/x32/_itoa.h: New file.
42337         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42338         getdents system call only if kernel and user dirents have the
42339         same d_ino and d_off.
42341         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42342         LLONG_MAX != LONG_MAX.
42343         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42344         (_fitoa_word): Likewise.
42346         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42347         years.
42348         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42349         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42350         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42352         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42353         include <bits/wordsize.h>.  Check __x86_64__ instead of
42354         __WORDSIZE.
42355         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42356         if __x86_64__ is defined.  Use anonymous union on fpstate.
42358         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42359         anonymous union.
42361 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42363         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42364         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42365         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42366         Refer to _rtld_local_ro instead of _rtld_global_ro.
42367         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42368         Likewise.
42369         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42370         Likewise.
42371         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42372         Likewise.
42373         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42374         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42375         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42377         * sysdeps/powerpc/powerpc32/dl-machine.c
42378         (__elf_machine_runtime_setup) [PROF]: Don't reference
42379         _dl_prof_resolve.
42381 2012-05-18  Andreas Jaeger  <aj@suse.de>
42383         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42384         function only available for GCCs before 3.4 since GCC 3.4
42385         introduced a builtin.
42386         (lrint): Likewise.
42387         (llrintf): Likewise.
42388         (llrint): Likewise.
42389         (fmaxf): Likewise.
42390         (fmax): Likewise.
42391         (fminf): Likewise.
42392         (fmin): Likewise.
42393         (rint): Likewise.
42394         (rintf): Likewise.
42395         (nearbyint): Likewise.
42396         (nearbyintf): Likewise.
42397         (ceil): Likewise.
42398         (ceilf): Likewise.
42399         (floor): Likewise.
42400         (floorf): Likewise.
42402 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42404         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42405         on both fields and cast pointer to __syscall_ulong_t.
42407         * bits/types.h (__fsword_t): New type.
42408         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42409         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42410         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42411         (__FSWORD_T_TYPE): Likewise.
42412         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42413         (__FSWORD_T_TYPE): Likewise.
42414         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42415         (__FSWORD_T_TYPE): Likewise.
42416         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42417         (__FSWORD_T_TYPE): Likewise.
42418         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42419         __SWORD_TYPE with __fsword_t.
42420         (statfs64): Likewise.
42422 2012-05-17  David S. Miller  <davem@davemloft.net>
42424         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42426 2012-05-17  Andreas Jaeger  <aj@suse.de>
42428         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42429         warning.
42431 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42433         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42435 2012-05-17  Andreas Jaeger  <aj@suse.de>
42437         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42438         when it is used.
42440 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42442         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42444 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42446         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42447         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42449 2012-05-17  Andreas Jaeger  <aj@suse.de>
42450             Carlos O'Donell  <carlos_odonell@mentor.com>
42452         [BZ #14059]
42453         * sysdeps/x86_64/multiarch/init-arch.h
42454         (bit_YMM_Usable): Rename to...
42455         (bit_AVX_Usable): ... this.
42456         (bit_FMA4_Usable): New macro.
42457         (bit_XMM_state): New macro.
42458         (bit_YMM_state): New macro.
42459         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42460         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42461         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42462         (CPUID_OSXSAVE): New macro.
42463         (CPUID_AVX): New macro.
42464         (CPUID_FMA4): New macro.
42465         (index_YMM_Usable): Rename to...
42466         (index_AVX_Usable): ... this.
42467         (HAS_AVX): Use HAS_ARCH_FEATURE.
42468         (HAS_FMA4): Likewise.
42469         (HAS_YMM_USABLE): Remove.
42470         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42471         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42472         are present.
42473         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42474         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42475         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42476         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42477         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42479 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42481         * math/libm-test.c: Support platforms without multiple rounding modes.
42482         * math/bug-nextafter.c: Support platforms without FP exceptions.
42483         * math/bug-nexttoward.c: Likewise.
42484         * math/test-fenv.c: Likewise.
42485         * math/test-misc.c: Likewise.
42486         * stdlib/bug-getcontext.c: Likewise.
42488 2012-05-17  Andreas Jaeger  <aj@suse.de>
42490         * manual/examples/search.c (critter_cmp): Change signature to
42491         avoid warnings.
42492         * manual/string.texi (Collation Functions): Likewise.
42494 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42496         * bits/types.h: Fold copyright years.
42497         * bits/typesizes.h: Likewise.
42498         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42499         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42500         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42501         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42502         * time/time.h: Likewise.
42504 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42506         [BZ #208]
42507         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42508         in instead of returning them.  Return void.
42509         (__libc_mallinfo): Accumulate over all arenas.
42510         (__malloc_stats): Adjust for change in int_mallinfo interface.
42512 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42514         [BZ #10375]
42515         * configure.in (NM): Add AC_CHECK_TOOL for it.
42516         (libc_extra_cflags): New substituted variable.
42517         Check for -fstack-protector being used implicitly.
42518         * configure: Regenerated.
42519         * config.make.in (config-extra-cflags): New variable,
42520         gets @libc_extra_cflags@.
42521         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42523         [BZ #10375]
42524         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42525         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42526         * configure: Regenerated.
42527         * config.make.in (CPPUNDEFS): New substituted variable.
42528         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42529         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42530         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42532 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42534         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42535         (mq_attr): Use __syscall_slong_t.
42537 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42539         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42540         Check __x86_64__ instead of __WORDSIZE.
42541         (_STAT_VER_LINUX): Likewise.
42542         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42543         __syscall_ulong_t and __syscall_slong_t.
42544         (stat64): Likewise.
42546 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42548         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42550 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42552         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42554 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42556         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42557         __syscall_ulong_t.
42559         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42560         include <bits/wordsize.h>.  Check __x86_64__ instead of
42561         __WORDSIZE.
42562         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42563         defined.
42564         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42566         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42567         include <bits/wordsize.h>.  Check __x86_64__ instead of
42568         __WORDSIZE.
42569         (user_regs_struct): Use "__extension__ unsigned long long"
42570         instead of "unsigned long" if __x86_64__ is defined.
42571         (user): Likewise.  Pad after pointer field if __ILP32__ is
42572         defined.
42574 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42576         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42577         versions 5 to 9.
42578         * configure: Regenerated.
42579         * manual/install.texi (texinfo): Increase version requirement to
42580         4.5 or later.
42581         * INSTALL: Regenerated.
42583         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42585 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42587         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42589         * sysdeps/x86_64/x32/ffs.c: New file.
42591         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42592         __syscall_ulong_t.
42593         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42594         defined.  Use __syscall_ulong_t.
42595         (shminfo): Use __syscall_ulong_t.
42596         (shm_info): Likewise.
42598         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42599         __syscall_ulong_t.
42601         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42602         <bits/wordsize.h>.
42603         (msgqnum_t): Use __syscall_ulong_t.
42604         (msglen_t): Likewise.
42605         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42606         __syscall_ulong_t.
42608         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42609         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42611         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42613         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42614         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42616         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42617         __syscall_slong_t.
42619         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42620         include <bits/wordsize.h>.  Check __x86_64__ instead of
42621         __WORDSIZE.
42623         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42624         "unsigned long long int" if __x86_64__ is defined.
42625         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42627         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42628         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42629         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42631         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42632         <stdint.h>.
42633         (GET_PC): Cast to uintptr_t first.
42634         (GET_FRAME): Likewise.
42635         (GET_STACK): Likewise.
42637         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42638         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42639         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42640         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42641         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42642         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42643         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42644         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42645         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42646         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42647         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42648         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42649         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42650         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42651         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42652         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42653         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42654         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42655         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42656         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42657         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42658         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42659         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42660         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42661         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42662         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42663         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42664         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42665         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42667 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42669         * Makerules (+depfiles): Also collect depfiles from .oS in
42670         $(extra-objs).
42671         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42672         .oS, $(libnldbl-routines)).
42674         * Makerules (native-compile-mkdep-flags): Define.
42675         * sunrpc/Makefile (extra-objs): Add $(addprefix
42676         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42677         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42678         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42679         calling $(make-target-directory).
42681 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42683         * bits/types.h (__snseconds_t): Removed.
42684         * time/time.h (struct timespec): Replace __snseconds_t with
42685         __syscall_slong_t.
42686         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42687         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42688         Likewise.
42689         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42690         (__SNSECONDS_T_TYPE): Likewise.
42691         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42692         (__SNSECONDS_T_TYPE): Likewise.
42693         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42694         (__SNSECONDS_T_TYPE): Likewise.
42696 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42698         * sysdeps/mach/hurd/bits/typesizes.h
42699         (__SYSCALL_SLONG_TYPE): New macro.
42700         (__SYSCALL_ULONG_TYPE): Likewise.
42702 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42704         * bits/types.h (__syscall_slong_t): New type.
42705         (__syscall_ulong_t): Likewise.
42707         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42708         (__SYSCALL_ULONG_TYPE): Likewise.
42709         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42710         (__SYSCALL_SLONG_TYPE): Likewise.
42711         (__SYSCALL_ULONG_TYPE): Likewise.
42712         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42713         (__SYSCALL_SLONG_TYPE): Likewise.
42714         (__SYSCALL_ULONG_TYPE): Likewise.
42715         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42716         (__SYSCALL_SLONG_TYPE): Likewise.
42717         (__SYSCALL_ULONG_TYPE): Likewise.
42719 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42721         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42722         Add sigaltstack-offsets.sym.
42723         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42724         <sigaltstack-offsets.h>.
42725         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42726         longjmp_msg pointer.
42727         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42728         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42729         signal stack.
42730         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42732 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42734         * elf/stackguard-macros.h: Remove file.
42735         * sysdeps/generic/stackguard-macros.h: New file.
42736         * sysdeps/i386/stackguard-macros.h: Likewise.
42737         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42738         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42739         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42740         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42741         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42742         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42743         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42744         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42745         <elf/stackguard-macros.h>.
42747         [BZ #14109]
42748         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42749         __aligned__ in attribute.
42750         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42751         (gregset_t): Likewise.
42753 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42755         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42756         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42757         * sysdeps/x86_64/x32/Implies-after: New file.
42759 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42761         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42762         and access return value for _dl_profile_fixup.  Use R10_LP to
42763         load frame size.
42765 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42767         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42769 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42771         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42772         * sysdeps/x86_64/x32/sysdep.h: New file.
42774 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42776         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42777         * sysdeps/x86_64/setjmp.S: Likewise.
42779 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42781         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42782         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42783         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42784         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42785         remove unused global constant.
42787 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42789         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42790         include of <not-cancel.h>.
42792 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42794         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42796 2012-05-15  Jeff Law  <law@redhat.com>
42797             Andreas Jaeger  <aj@suse.de>
42799         [BZ #13594]
42800         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42801         out from...
42802         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42803         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42804         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42805         code changing __hst_map_handle.map.
42807 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42809         * configure.in (sysnames): Look for Implies-before and Implies-after
42810         files.
42811         * configure: Regenerated.
42813 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42815         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42816         8-byte data alignment with LP_SIZE alignment.
42818 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42820         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42821         into R10_LP.
42823 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42825         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42827 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42829         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42830         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42831         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42832         Likewise.
42833         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42835 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42837         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42838         (stackinfo_sub_sp): Likewise.
42840 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42842         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42843         RAX_LP.
42845 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42847         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42848         into R*_LP.
42850 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42852         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42853         sizes into R*_LP.
42855 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42857         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42859 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42861         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42862         into R11_LP and load __x86_64_shared_cache_size_half into
42863         R8_LP.
42865 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42867         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42868         R8_LP.
42870 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42872         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42873         logb for POWER7.
42874         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42875         logbf for POWER7.
42876         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42877         logbl for POWER7.
42878         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42879         powerpc32/power7/fpu/s_logb.c via #include.
42880         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42881         powerpc32/power7/fpu/s_logbf.c via #include.
42882         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42883         powerpc32/power7/fpu/s_logbl.c via #include.
42885 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42887         * README.libm: Remove file.
42889 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42891         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42892         count for x32.  Use R*_LP and omit operand-size suffix.
42894 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42896         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42897         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42898         * sysdeps/x86_64/x32/shlib-versions: New file.
42900 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42902         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42903         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42904         Use _dl_fatal_printf instead.
42906 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42908         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42909         set if not set by the user.  Do not allow for being unset.
42910         * sysdeps/unix/sysv/linux/configure: Regenerated.
42912 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42914         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42915         the `q' suffix from lea and replace .quad with ASM_ADDR.
42917 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42919         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42920         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42921         instead of $17.
42922         (PTR_DEMANGLE): Likewise.
42924 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42926         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42927         (LP_OP): Likewise.
42928         (ASM_ADDR): Likewise.
42929         (RAX_LP): Likewise.
42930         (RBP_LP): Likewise.
42931         (RBX_LP): Likewise.
42932         (RCX_LP): Likewise.
42933         (RDI_LP): Likewise.
42934         (RSI_LP): Likewise.
42935         (RSP_LP): Likewise.
42936         (R8_LP): Likewise.
42937         (R9_LP): Likewise.
42938         (R10_LP): Likewise.
42939         (R10_LP): Likewise.
42940         (R11_LP): Likewise.
42941         (R12_LP): Likewise.
42942         (R13_LP): Likewise.
42943         (R14_LP): Likewise.
42944         (R15_LP): Likewise.
42946 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42948         * sysdeps/x86_64/x32/dl-machine.h: New file.
42950 2012-05-14  Andreas Jaeger  <aj@suse.de>
42952         * manual/Makefile (subdir): Remove export of subdir.
42953         (all): Remove target.
42954         (.PHONY): Remove all from list.
42955         (mkinstalldirs): Remove.
42956         (.PHONY): Remove installdirs from list.
42957         ($(inst_infodir)/libc.info): Use make-target-directory.
42958         (installdirs): Remove.
42959         (subdir_%): Remove.
42960         (glibc-targets): Remove.
42961         (lib): Remove.
42962         (stubs): Remove.
42963         ($(objpfx)stubs ../po/manual.pot): Remove.
42964         ($(objpfx)stamp%): Remove.
42965         (make-target-directory): Remove.
42966         (subdir_install): Remove.
42967         (routines): Remove.
42968         (aux): Remove.
42969         (sources): Remove.
42970         (objects): Remove.
42971         (headers): Remove.
42973         [BZ #13750]
42974         * manual/.gitignore: Remove, it's not needed anymore.
42975         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42976         all files in it.
42977         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42978         directory.
42979         (texis): Renamed to $(objpfx)texis.
42980         (texis-path): New, contains path to generated files.
42981         (chapters.%): Use texis-path for complete path, add extra argument
42982         libc-texinfo.sh.
42983         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42984         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42985         (summary,texi, stamp-summary): Use complete path of
42986         files. Generate files in build dir.
42987         (dir-add.texi): Build in build dir.
42988         (libm-err.texi,stamp-libm-err): Likewise.
42989         (version.texi, stamp-version): Likewise.
42990         (.%c.texi): Likewise.
42991         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42992         (mostlyclean): Remove target.
42993         (realclean): Remove target.
42994         (generated): Add new variable with contents from mostlyclean and
42995         realclean, remove entries duplicated in common-mostlyclean, add
42996         stamp-libm-err and stamp-version.
42997         (generated-dirs): Add libc directory.
42998         ($(inst_infodir)/libc.info): Install files from build dir.
43000         * manual/install.texi (Configuring and compiling): Adjust since
43001         the info files are not part of the tar ball anymore.
43003 2012-05-14  Andreas Jaeger  <aj@suse.de>
43005         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43006         variable.
43008 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43010         [BZ #13717]
43011         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43012         to 2.2.0 where earlier.
43013         * sysdeps/unix/sysv/linux/configure: Regenerated.
43014         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43015         Remove conditional code.
43016         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43017         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43018         Remove conditional code.
43019         [!__NR_lchown]: Likewise.
43020         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43021         [__NR_lchown]: Likewise.
43022         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43023         comment referencing __ASSUME_LCHOWN_SYSCALL.
43024         * sysdeps/unix/sysv/linux/i386/sigaction.c
43025         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43026         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43027         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43028         Remove conditional code.
43029         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43030         (__protocol_available): Remove #if 0 code.
43031         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43032         conditional code.
43033         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43034         * sysdeps/unix/sysv/linux/kernel-features.h
43035         (__ASSUME_GETCWD_SYSCALL): Don't define.
43036         (__ASSUME_REALTIME_SIGNALS): Likewise.
43037         (__ASSUME_PREAD_SYSCALL): Likewise.
43038         (__ASSUME_PWRITE_SYSCALL): Likewise.
43039         (__ASSUME_POLL_SYSCALL): Likewise.
43040         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43041         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43042         non-SPARC.
43043         (__ASSUME_SIOCGIFNAME): Don't define.
43044         (__ASSUME_MSG_NOSIGNAL): Likewise.
43045         (__ASSUME_SENDFILE): Define unconditionally.
43046         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43047         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43048         conditional code.
43049         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43050         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43051         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43052         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43053         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43054         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43055         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43057         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43058         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43060         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43061         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43063         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43064         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43066         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43067         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43069         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43070         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43072         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43073         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43075         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43076         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43078         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43079         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43080         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43081         Remove conditional code.
43082         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43083         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43084         Remove conditional code.
43085         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43086         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43087         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43088         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43089         Remove conditional code.
43090         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43091         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43092         Remove conditional code.
43093         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43094         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43095         Remove conditional code.
43096         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43097         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43098         Remove conditional code.
43099         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43100         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43101         Remove conditional code.
43102         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43103         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43104         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43105         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43106         * sysdeps/unix/sysv/linux/sigaction.c
43107         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43108         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43109         * sysdeps/unix/sysv/linux/sigpending.c
43110         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43111         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43112         * sysdeps/unix/sysv/linux/sigprocmask.c
43113         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43114         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43115         * sysdeps/unix/sysv/linux/sigsuspend.c
43116         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43117         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43118         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43119         (__libc_missing_rt_sigs): Remove.
43120         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43121         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43122         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43123         Remove conditional code.
43124         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43125         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43126         return 1.
43127         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43128         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43129         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43130         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43132 2012-05-14  Andreas Jaeger  <aj@suse.de>
43134         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43135         it's not used in glibc.
43136         (__coshm1): Likewise.
43137         (__acosh1p): Likewise.
43138         (__sgn): Likewise.
43140         * manual/string.texi (Copying and Concatenation): Add missing
43141         variable in concat example.
43142         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43144 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43146         [BZ #14103]
43147         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43148         __builtin_clzl with __builtin_clzll.
43150 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43152         [BZ #14104]
43153         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43154         libc_freeres_ptr.
43156 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43158         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43159         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43160         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43161         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43163 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43165         * NEWS: Update ia64 info.
43167 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43169         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43170         used as bcopy.
43172 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43174         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43175         * sysdeps/unix/syscalls.list (dup3): Likewise.
43176         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43177         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43179 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43181         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43182         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43184 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43186         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43187         thread pointer.
43188         (TLS_IE): Use mov/add instead of movq/addq to load thread
43189         pointer.
43190         (TLS_GD_PREFIX): New.
43191         (TLS_GD): Use it.
43193 2012-05-11  David S. Miller  <davem@davemloft.net>
43195         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43196         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43197         (_FPU_SETCW): Likewise.
43199 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43201         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43202         is 32-byte aligned.
43204 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43206         [BZ #11837]
43207         * iconvdata/gb18030.c: Update tables.
43208         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43209         characters specially.
43210         (BODY for TO_LOOP): Add encoding of missing ranges.
43212 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43214         [BZ #13673]
43215         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43216         * sysdeps/mach/hurd/dup3.c: Likewise.
43217         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43218         * sysdeps/powerpc/memmove.c:: Likewise.
43220 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43222         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43223         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43225 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43227         * elf/elf.h (R_X86_64_RELATIVE64): New.
43228         (R_X86_64_NUM): Updated.
43229         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43230         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43231         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43232         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43233         tst-quad1pie tst-quad2pie
43234         (modules-names): Add tst-quadmod1 tst-quadmod2.
43235         ($(objpfx)tst-quad1): New dependency.
43236         ($(objpfx)tst-quad2): Likewise.
43237         ($(objpfx)tst-quad1pie): Likewise.
43238         ($(objpfx)tst-quad2pie): Likewise.
43239         * sysdeps/x86_64/tst-quad1.c: New file.
43240         * sysdeps/x86_64/tst-quad1pie.c: New file.
43241         * sysdeps/x86_64/tst-quad2.c: Likewise.
43242         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43243         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43244         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43245         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43246         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43248 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43250         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43251         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43252         * streams/stropts.h (t_scalar_t): Define type.
43254         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43255         (_PATH_PRESERVE): Set to "/var/lib".
43256         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43258         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43259         instead of int.
43261         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43262         if __dir_mkfile succeeded.
43264         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43265         checking for _hurd_dtablesize.  Unlock it right after having
43266         finished _hurd_dtable allocation.
43268 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43270         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43271         * sysdeps/mach/hurd/configure: Regenerated.
43272         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43273         special-casing to...
43274         * sysdeps/gnu/configure.in: ... this new file.
43275         * sysdeps/unix/sysv/linux/configure: Regenerated.
43276         * sysdeps/gnu/configure: New generated file.
43278         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43279         for Linux: use nsec instead of usec, as well as:
43280         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43281         members of type struct timespec.
43282         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43283         New macros.
43284         (struct stat64): Likewise.
43285         (_STATBUF_ST_NSEC): New macro.
43286         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43288         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43289         __strtoul_internal rather than strtoul.
43291 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43293         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43294         and reject them.
43296 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43298         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43299         which preserves existing values.
43300         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43302 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43304         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43305         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43306         greater than FD_SETSIZE.
43308 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43310         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43311         allocated, call __vm_protect to finish enabling the existing space, and
43312         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43313         allocate the remainder.
43315 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43317         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43318         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43320 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43322         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43323         sysdeps/mach/hurd/readlink.c.
43325         * posix/tst-sysconf.c (posix_options): Only use
43326         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43327         _POSIX_SYNCHRONIZED_IO when they are defined
43328         * sysdeps/mach/hurd/bits/posix_opt.h:
43329         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43330         (_XOPEN_REALTIME): Undefine macro.
43331         (_XOPEN_REALTIME_THREADS): Undefine macro.
43332         (_XOPEN_SHM): Undefine macro.
43333         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43334         macro to -1.
43335         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43336         macro to -1.
43337         (_POSIX_ASYNC_IO): Undefine macro.
43338         (_POSIX_PRIORITIZED_IO): Undefine macro.
43339         (_POSIX_SPIN_LOCKS): Define macro to -1.
43341         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43342         SA_NODEFER, SA_RESETHAND.
43343         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43344         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43345         F_DUPFD_CLOEXEC.
43347 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43349         * elf/Makefile (pldd-modules): Define unconditionally.
43351 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43353         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43355 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43357         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43358         Return ENOENT when name is empty.
43359         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43361 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43363         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43365         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43367 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43369         Fix mlock in all cases except non-readable pages.
43370         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43371         instead of VM_PROT_ALL as parameter to __vm_wire function.
43373         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43374         (__mkdir): When path is `/', just fail with EEXIST.
43375         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43377 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43379         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43380         <sys/uio.h> (for writev).
43381         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43382         and <sys/param.h> (for MIN).
43384 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43386         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43387         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43388         if interrupted.
43390 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43392         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43393         Depend on against $(link-rpcuserlibs).
43395 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43397         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43398         (__libc_stack_end): Do not use attribute_relro.
43399         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43400         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43401         to libthread-provided value.
43402         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43403         attribute_relro.
43405 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43407         [BZ #3748]
43408         * bits/libc-lock.h (__libc_once_get): New macro.
43409         * sysdeps/mach/bits/libc-lock.h: Likewise.
43410         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43411         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43412         instead of using implementation details.
43414         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43415         * libio/freopen.c: Likewise.
43416         * libio/freopen64.c: Likewise.
43417         * misc/syslog.c: Likewise.
43418         * nscd/connections.c: Likewise.
43419         * nscd/netgroupcache.c: Likewise.
43420         * sysdeps/posix/getcwd.c: Likewise.
43422 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43424         * math/w_ilogbf.c: Add #include <limits.h>.
43426 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43428         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43429         path instead of returning without unlocking.
43431         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43432         immediate-write ioctls.
43433         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43435 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43437         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43438         __builtin_frame_address instead of making assumptions about the
43439         location of the return address relative to DATA.  Force early load of
43440         the return address.
43441         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43442         __builtin_frame_address.
43444         dup3 for GNU Hurd.
43445         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43446         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43447         implement dup3 and do some further code clean-ups.
43448         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43449         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43451 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43453         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43455         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43456         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43457         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43458         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43459         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43460         d->port.lock.
43462         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43463         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43464         when handler == SIG_ERR, not when handler != SIG_ERR.
43466 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43468         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43469         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43470         definitions.
43472         accept4 for GNU Hurd.
43473         * include/sys/socket.h (__libc_accept4): New prototype.
43474         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43475         to implement __libc_accept4.
43476         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43477         __libc_accept4.
43478         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43480         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43481         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43482         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43483         signal-defines.sym.
43485 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43487         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43489 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43491         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43492         assertion on O_CLOEXEC flag.
43493         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43494         * hurd/intern-fd.c: Likewise.
43495         * hurd/port2fd.c: Likewise.
43497 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43499         [BZ #3906]
43500         * bits/in.h (IPV6_PKTINFO): Define new macro.
43501         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43503 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43505         [BZ #13954]
43506         [BZ #13955]
43507         [BZ #13956]
43508         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43509         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43510         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43511         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43512         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43513         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43514         * math/libm-test.inc (logb_test) : Additional logb tests.
43516 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43517             Andreas Jaeger  <aj@suse.de>
43519         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43520         * configure: Regenerated.
43521         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43522         * config.make.in (link-obsolete-rpc): New substituted variable.
43523         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43524         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43525         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43526         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43527         so that libc.a contains the symbols.
43528         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43529         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43530         * sunrpc/auth_none.c: Likewise.
43531         * sunrpc/auth_unix.c: Likewise.
43532         * sunrpc/authdes_prot.c: Likewise.
43533         * sunrpc/authuxprot.c: Likewise.
43534         * sunrpc/clnt_gen.c: Likewise.
43535         * sunrpc/clnt_perr.c: Likewise.
43536         * sunrpc/clnt_raw.c: Likewise.
43537         * sunrpc/clnt_simp.c: Likewise.
43538         * sunrpc/clnt_tcp.c: Likewise.
43539         * sunrpc/clnt_udp.c: Likewise.
43540         * sunrpc/clnt_unix.c: Likewise.
43541         * sunrpc/des_crypt.c: Likewise.
43542         * sunrpc/des_soft.c: Likewise.
43543         * sunrpc/get_myaddr.c: Likewise.
43544         * sunrpc/key_call.c: Likewise.
43545         * sunrpc/key_prot.c: Likewise.
43546         * sunrpc/netname.c: Likewise.
43547         * sunrpc/pm_getmaps.c: Likewise.
43548         * sunrpc/pm_getport.c: Likewise.
43549         * sunrpc/pmap_clnt.c: Likewise.
43550         * sunrpc/pmap_prot.c: Likewise.
43551         * sunrpc/pmap_prot2.c: Likewise.
43552         * sunrpc/pmap_rmt.c: Likewise.
43553         * sunrpc/publickey.c: Likewise.
43554         * sunrpc/rpc_cmsg.c: Likewise.
43555         * sunrpc/rpc_common.c: Likewise.
43556         * sunrpc/rpc_dtable.c: Likewise.
43557         * sunrpc/rpc_prot.c: Likewise.
43558         * sunrpc/rpc_thread.c: Likewise.
43559         * sunrpc/rtime.c: Likewise.
43560         * sunrpc/svc.c: Likewise.
43561         * sunrpc/svc_auth.c: Likewise.
43562         * sunrpc/svc_raw.c: Likewise.
43563         * sunrpc/svc_run.c: Likewise.
43564         * sunrpc/svc_tcp.c: Likewise.
43565         * sunrpc/svc_udp.c: Likewise.
43566         * sunrpc/svc_unix.c: Likewise.
43567         * sunrpc/svcauth_des.c: Likewise.
43568         * sunrpc/xcrypt.c: Likewise.
43569         * sunrpc/xdr.c: Likewise.
43570         * sunrpc/xdr_array.c: Likewise.
43571         * sunrpc/xdr_float.c: Likewise.
43572         * sunrpc/xdr_intXX_t.c: Likewise.
43573         * sunrpc/xdr_mem.c: Likewise.
43574         * sunrpc/xdr_rec.c: Likewise.
43575         * sunrpc/xdr_ref.c: Likewise.
43576         * sunrpc/xdr_sizeof.c: Likewise.
43577         * sunrpc/xdr_stdio.c: Likewise.
43579 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43581         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43582         change.  Update copyright years.
43584 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43586         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43588 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43589             Joseph Myers  <joseph@codesourcery.com>
43590             Paul Pluzhnikov  <ppluzhnikov@google.com>
43592         [BZ #14012]
43593         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43594         requiring rpcgen.
43595         [cross-compiling] (extra-libs): Likewise.
43596         [cross-compiling] (extra-libs-others): Likewise.
43597         [cross-compiling] (librpcsvc-routines): Likewise.
43598         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43599         [cross-compiling] (omit-deps): Likewise.
43600         (sunrpc-CPPFLAGS): New variable.
43601         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43602         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43603         (cross-rpcgen-objs): New variable.
43604         (extra-objs): Append $(cross-rpcgen-objs).
43605         ($(cross-rpcgen-objs)): New rule.
43606         ($(objpfx)cross-rpcgen): Likewise.
43607         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43608         comment.
43609         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43610         ($(objpfx)x%.stmp): Likewise.
43611         * sunrpc/proto.h [IS_IN_build] (_): Define.
43612         [IS_IN_build] (_libc_intl_domainname): Likewise.
43614 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43616         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43617         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43618         and R_X86_64_TPOFF64.
43620 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43622         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43623         sysdeps/unix/sysv/syscalls.list.
43624         (stime): Likewise.
43625         (utime): Likewise.
43626         * sysdeps/unix/sysv/syscalls.list: Remove file.
43628 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43630         [BZ #3440]
43631         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43632         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43633         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43634         (__LC_IDENTIFICATION): Make these macros useful in #if
43635         expressions, as required by C99.
43637 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43639         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43640         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43641         after this.
43643 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43645         * stdlib/longlong.h: Updated from GCC.
43647 2012-05-09  Andreas Jaeger  <aj@suse.de>
43649         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43650         default is first entry.
43651         (run_mode): Set type.
43652         (main): Remove informal message about syslog.
43653         (options): Fix typo.
43655         [BZ #14053]
43656         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43657         to asm.
43658         (lrint): Likewise.
43659         (llrintf): Likewise.
43660         (llrint): Likewise.
43661         (rint): Likewise.
43662         (rintf): Likewise.
43663         (nearbyint): Likewise.
43664         (nearbyintf): Likewise.
43666 2012-05-09  Andreas Jaeger  <aj@suse.de>
43667             Pedro Alves  <palves@redhat.com>
43669         * nscd/nscd.c (run_mode): Use enum.
43670         (main): Cleanup coding style issue.
43672 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43673             Andreas Jaeger  <aj@suse.de>
43675         * nscd/nscd.c (go_background): Replaced with...
43676         (run_mode): ... this.
43677         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43678         (options): Add -F --foreground.
43679         (main): Implement it.
43680         (parse_opt): Parse it.
43682 2012-05-09  Andreas Jaeger  <aj@suse.de>
43684         [BZ #14083]
43685         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43686         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43687         -Wconversion warning.
43688         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43689         Likewise.
43691 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43693         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43694         == 0.
43695         (LC_ALL): Use macro-int-constant.
43696         (LC_COLLATE): Likewise.
43697         (LC_CTYPE): Likewise.
43698         (LC_MESSAGES): Likewise.
43699         (LC_MONETARY): Likewise.
43700         (LC_NUMERIC): Likewise.
43701         (LC_TIME): Likewise.
43702         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43703         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43704         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43705         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43706         Specify type.
43707         [C99-based standards] (float_t): Expect type.
43708         [C99-based standards] (double_t): Expect type.
43709         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43710         type.
43711         [C99-based standards] (HUGE_VALL): Likewise.
43712         [C99-based standards] (INFINITY): Likewise.
43713         [C99-based standards] (NAN): Likewise.
43714         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43715         [C99-based standards] (FP_NAN): Likewise.
43716         [C99-based standards] (FP_NORMAL): Likewise.
43717         [C99-based standards] (FP_SUBNORMAL): Likewise.
43718         [C99-based standards] (FP_ZERO): Likewise.
43719         [C99-based standards] (FP_FAST_FMA): Use
43720         optional-macro-int-constant.  Specify type.  Require == 1.
43721         [C99-based standards] (FP_FAST_FMAF): Likewise.
43722         [C99-based standards] (FP_FAST_FMAL): Likewise.
43723         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43724         [C99-based standards] (FP_ILOGBNAN): Likewise.
43725         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43726         Specify type.
43727         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43728         [C99-based standards] (math_errhandling): Specify type.
43729         [ISO99 || ISO11] (signgam): Do not allow.
43730         [non-C99-based standards] (copysignf): Do not allow.
43731         [non-C99-based standards] (exp2f): Likewise.
43732         [non-C99-based standards] (log2f): Likewise.
43733         [non-C99-based standards] (modff): Allow.
43734         [non-C99-based standards] (erff): Do not allow.
43735         [non-C99-based standards] (erfcf): Likewise.
43736         [non-C99-based standards] (gammaf): Likewise.
43737         [non-C99-based standards] (hypotf): Likewise.
43738         [non-C99-based standards] (j0f): Likewise.
43739         [non-C99-based standards] (j1f): Likewise.
43740         [non-C99-based standards] (jnf): Likewise.
43741         [non-C99-based standards] (lgammaf): Likewise.
43742         [non-C99-based standards] (tgammaf): Likewise.
43743         [non-C99-based standards] (y0f): Likewise.
43744         [non-C99-based standards] (y1f): Likewise.
43745         [non-C99-based standards] (ynf): Likewise.
43746         [non-C99-based standards] (isnanf): Likewise.
43747         [non-C99-based standards] (acoshf): Likewise.
43748         [non-C99-based standards] (asinhf): Likewise.
43749         [non-C99-based standards] (atanhf): Likewise.
43750         [non-C99-based standards] (cbrtf): Likewise.
43751         [non-C99-based standards] (expm1f): Likewise.
43752         [non-C99-based standards] (ilogbf): Likewise.
43753         [non-C99-based standards] (log1pf): Likewise.
43754         [non-C99-based standards] (logbf): Likewise.
43755         [non-C99-based standards] (nextafterf): Likewise.
43756         [non-C99-based standards] (remainderf): Likewise.
43757         [non-C99-based standards] (rintf): Likewise.
43758         [non-C99-based standards] (scalbf): Likewise.
43759         [non-C99-based standards] (copysignl): Likewise.
43760         [non-C99-based standards] (exp2l): Likewise.
43761         [non-C99-based standards] (log2l): Likewise.
43762         [non-C99-based standards] (modfl): Allow.
43763         [non-C99-based standards] (erfl): Do not allow.
43764         [non-C99-based standards] (erfcl): Likewise.
43765         [non-C99-based standards] (gammal): Likewise.
43766         [non-C99-based standards] (hypotl): Likewise.
43767         [non-C99-based standards] (j0l): Likewise.
43768         [non-C99-based standards] (j1l): Likewise.
43769         [non-C99-based standards] (jnl): Likewise.
43770         [non-C99-based standards] (lgammal): Likewise.
43771         [non-C99-based standards] (tgammal): Likewise.
43772         [non-C99-based standards] (y0l): Likewise.
43773         [non-C99-based standards] (y1l): Likewise.
43774         [non-C99-based standards] (ynl): Likewise.
43775         [non-C99-based standards] (isnanl): Likewise.
43776         [non-C99-based standards] (acoshl): Likewise.
43777         [non-C99-based standards] (asinhl): Likewise.
43778         [non-C99-based standards] (atanhl): Likewise.
43779         [non-C99-based standards] (cbrtl): Likewise.
43780         [non-C99-based standards] (expm1l): Likewise.
43781         [non-C99-based standards] (ilogbl): Likewise.
43782         [non-C99-based standards] (log1pl): Likewise.
43783         [non-C99-based standards] (logbl): Likewise.
43784         [non-C99-based standards] (nextafterl): Likewise.
43785         [non-C99-based standards] (remainderl): Likewise.
43786         [non-C99-based standards] (rintl): Likewise.
43787         [non-C99-based standards] (scalbl): Likewise.
43788         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43789         [non-C99-based standards] (FP_*): Do not allow.
43790         [C99-based standards] (FP_*): Change to
43791         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43792         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43793         allow.
43794         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43795         (SIG_ERR): Likewise.
43796         [X/Open-based standards] (SIG_HOLD): Likewise.
43797         (SIG_IGN): Likewise.
43798         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43799         positive value.
43800         (SIGFPE): Likewise.
43801         (SIGILL): Likewise.
43802         (SIGINT): Likewise.
43803         (SIGSEGV): Likewise.
43804         (SIGTER): Likewise.
43805         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43806         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43807         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43808         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43809         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43810         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43811         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43812         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43813         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43814         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43815         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43816         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43817         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43818         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43819         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43820         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43821         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43822         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43823         [X/Open-based standards] (SIGTRAP): Likewise.
43824         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43825         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43826         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43827         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43828         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43829         allow.
43831 2012-05-08  Ian Wienand  <ianw@vmware.com>
43833         [BZ #14080]
43834         * time/tzset.c (__tzset_parse_tz): Update default rules for
43835         daylight time changes in the Energy Policy Act of 2005.
43837 2012-05-09  Andreas Jaeger  <aj@suse.de>
43839         [BZ #13983]
43840         * elf/ldconfig.c (parse_conf): Change string to make clear that
43841         ldconfig only issued a warning if ld.so.conf does not exist.
43843 2012-05-08  David S. Miller  <davem@davemloft.net>
43845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43846         movxtod instead of popping the value on the stack.
43848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43850 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43852         * config.h.in: Add HAVE_ARM_PCS_VFP.
43854 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43856         [BZ #13979]
43857         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43858         checking but the checks are disabled for any reason.
43860 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43862         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43863         and ELF64_R_TYPE with ELFW(R_TYPE).
43865 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43867         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43868         (ulimit): Likewise.
43870         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43871         (settimeofday): Likewise.
43873 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43875         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43876         a struct th_u2 inside the union, and move tu_block/tu_code into
43877         a new th_u3 union of tu_block/tu_code inside of that.  Move
43878         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43879         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43880         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43881         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43882         (th_stuff): Change to th_u1.tu_stuff.
43883         (th_data): Define.
43884         (th_msg): Change to th_u1.th_u2.tu_data.
43886 2012-05-07  David S. Miller  <davem@davemloft.net>
43888         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43890         [BZ #14074]
43891         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43892         (SETUP_PIC_REG): Use it.
43893         (SETUP_PIC_REG_LEAF): Use it.
43895 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43897         [BZ #13885]
43898         [BZ #13923]
43899         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43900         USE_AS_EXPM1L.
43901         (EXPL_FINITE): Likewise.
43902         (FLDLOG): Likewise.
43903         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43904         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43905         e_expl.S.
43906         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43907         USE_AS_EXPM1L.
43908         (EXPL_FINITE): Likewise.
43909         (FLDLOG): Likewise.
43910         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43911         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43912         e_expl.S.
43913         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43914         test of -max_value argument for long double.
43915         * sysdeps/i386/fpu/libm-test-ulps: Update.
43916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43918 2012-05-06  David S. Miller  <davem@davemloft.net>
43920         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43921         quad soft-float symbols whose references which are compiler
43922         generated.
43923         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43925 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43927         [BZ #13884]
43928         [BZ #13914]
43929         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43930         USE_AS_EXP10L.
43931         (EXPL_FINITE): Likewise.
43932         (FLDLOG): Likewise.
43933         (c0): Likewise.
43934         (c1): Likewise.
43935         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43936         Adjust comments for base varying.
43937         (__expl_finite): Change alias to EXPL_FINITE.
43938         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43939         e_expl.S.
43940         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43941         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43942         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43943         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43944         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43945         USE_AS_EXP10L.
43946         (EXPL_FINITE): Likewise.
43947         (FLDLOG): Likewise.
43948         (c0): Likewise.
43949         (c1): Likewise.
43950         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43951         Adjust comments for base varying.
43952         (__expl_finite): Change alias to EXPL_FINITE.
43953         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43954         tests for bugs.
43955         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43957         [BZ #14064]
43958         * math/libm-test.inc (check_float_internal): Correct ulp
43959         calculation for subnormal expected results.
43961 2012-05-06  Andreas Jaeger  <aj@suse.de>
43963         * Makeconfig (+math-flags): New, set to -frounding-math.
43964         (+cflags): Add +math-flags so that all of glibc gets compiled with
43965         it.
43967         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43969 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43971         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43972         Disable one test.
43974         [BZ #13787]
43975         [BZ #13922]
43976         [BZ #14036]
43977         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43978         (__ieee754_expl): Allow for and saturate large arguments.
43979         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43980         (u_threshold): Likewise.
43981         (__exp): Call __ieee754_exp before checking for overflow and
43982         underflow.
43983         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43984         (u_threshold): Likewise.
43985         (__expf): Call __ieee754_expf before checking for overflow and
43986         underflow.
43987         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43988         (u_threshold): Likewise.
43989         (__expl): Call __ieee754_expl before checking for overflow and
43990         underflow.
43991         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43992         (__ieee754_expl): Allow for and saturate large arguments.
43993         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43994         missing overflow exception on overflow.
43995         (expm1_test): Do not allow missing overflow exception on overflow.
43997         * sysdeps/i386/fpu/e_expl.c: Move to ...
43998         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43999         rather than using inline asm.
44000         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44001         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44002         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44004         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44005         (nice): Likewise.
44006         (poll): Likewise.
44007         (signal): Likewise.
44008         (time): Likewise.
44009         (times): Likewise.
44011 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44013         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44014         sysdeps/unix/common/syscalls.list.
44015         (fchmod): Likewise.
44016         (fchown): Likewise.
44017         (ftruncate): Likewise.
44018         (getrusage): Likewise.
44019         (gettimeofday): Likewise.
44020         (setpgid): Likewise.
44021         (setregid): Likewise.
44022         (setreuid): Likewise.
44023         (sigaction): Likewise.
44024         (truncate): Likewise.
44025         (vhangup): Likewise.
44026         * sysdeps/unix/common/syscalls.list: Remove file.
44027         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44028         * sysdeps/unix/sysv/linux/Implies: Likewise.
44030 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44032         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44033         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44034         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44035         Moved to ...
44036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44037         Here.
44038         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44039         to ...
44040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44041         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44042         to ...
44043         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44044         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44045         to ...
44046         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44047         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44048         to ...
44049         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44050         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44051         to ...
44052         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44053         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44054         to ...
44055         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44056         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44057         to ...
44058         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44059         Here.
44060         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44061         to ...
44062         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44063         Here.
44064         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44065         to ...
44066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44067         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44068         Moved to ...
44069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44070         Here.
44071         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44072         to ...
44073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44075 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44077         * sysdeps/unix/common/bits/dirent.h: Remove file.
44078         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44080         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44081         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44082         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44083         * sysdeps/unix/bsd/isatty.c: Likewise.
44084         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44085         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44086         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44088 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44090         [BZ #13563]
44091         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44092         long double comparison inaccuracies.
44093         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44096 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44098         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44099         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44101 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44103         [BZ #14049]
44104         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44105         nonzero digits before rounding a hex value.
44106         * stdlib/tst-strtod.c (tests): Add another test.
44108 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44110         * sysdeps/s390/fpu/libm-test-ulps: Update.
44112 2012-05-03  Andreas Jaeger  <aj@suse.de>
44114         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44115         does not get optimized out.
44116         (malloc_opt_barrier): New.
44118 2012-05-03  Andreas Jaeger  <aj@suse.de>
44119             Roland McGrath  <roland@hack.frob.com>
44121         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44122         intermediate file deletion.
44123         (generated): Add .symlist files.
44125 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44127         [BZ #13775]
44128         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44129         Redirect under this condition.
44130         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44131         [__USE_GNU] (__dprintf_chk): Not under this condition.
44132         [__USE_GNU] (__vdprintf_chk): Likewise.
44133         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44134         under this condition.
44135         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44136         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44137         [__USE_XOPEN2K8] (vdprintf): Likewise.
44138         [__USE_GNU] (__dprintf_chk): Not under this condition.
44139         [__USE_GNU] (__vdprintf_chk): Likewise.
44140         [__USE_GNU] (dprintf): Likewise.
44141         [__USE_GNU] (vdprintf): Likewise.
44143 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44145         * elf/Makefile (common-generated): Set this instead of generated for
44146         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44147         $(all-built-dso)-derived lists.
44149 2012-05-03  Andreas Jaeger  <aj@suse.de>
44151         * sysdeps/i386/fpu/libm-test-ulps: Update.
44153         * FAQ: Removed.
44154         * FAQ.in: Likewise.
44155         * scripts/gen-FAQ.pl: Likewise.
44156         * manual/install.texi (Installation): Point to online location of
44157         FAQ.
44158         * Makefile (files-for-dist): Remove FAQ.
44159         (FAQ): Remove.
44161 2012-05-02  Allan McRae  <allan@archlinux.org>
44163         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44164         (LDFLAGS-reldepmod5.so): Likewise.
44165         (LDFLAGS-reldep6mod1.so): Likewise.
44166         (LDFLAGS-reldep6mod4.so): Likewise.
44167         (LDFLAGS-reldep8mod3.so): Likewise.
44168         (LDFLAGS-unload4mod1.so): Likewise.
44169         (LDFLAGS-unload4mod2.so): Likewise.
44170         (LDFLAGS-tst-initorder): Likewise.
44171         (LDFLAGS-tst-initordera2.so): Likewise.
44172         (LDFLAGS-tst-initordera3.so): Likewise.
44173         (LDFLAGS-tst-initordera4.so): Likewise.
44174         (LDFLAGS-tst-initorderb2.so): Likewise.
44175         (LDFLAGS-noload): Likewise.
44176         (LDFLAGS-next): Likewise.
44177         (LDFLAGS-order2mod1.so): Likewise.
44178         (LDFLAGS-order2mod2.so): Likewise.
44179         (LDFLAGS-tst-initorder2): Likewise.
44180         (LDFLAGS-tst-initorder2a.so): Likewise.
44181         (LDFLAGS-tst-initorder2b.so): Likewise.
44182         (LDFLAGS-tst-initorder2c.so): Likewise.
44183         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44185 2012-05-02  David S. Miller  <davem@davemloft.net>
44187         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44189 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44191         [BZ #14055]
44192         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44194 2012-05-02  Andreas Jaeger  <aj@suse.de>
44196         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44197         since we manipulate rounding mode.
44198         (CPPFLAGS-test-idouble.c): Likewise.
44199         (CPPFLAGS-test-ifloat.c): Likewise.
44200         (CFLAGS-test-ldouble.c): Likewise.
44201         (CFLAGS-test-double.c): Likewise.
44202         (CFLAGS-test-float.c): Likewise.
44203         (CFLAGS-test-misc.c): Likewise.
44204         (CFLAGS-test-test-fenv.c): Likewise.
44206 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44208         [BZ #2550]
44209         [BZ #2570]
44210         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44211         comparisons to determine direction to adjust input.
44213 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44215         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44216         output to the target.
44218         * scripts/localplt.awk: New file.
44219         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44220         (check-localplt-CFLAGS): Variable removed.
44221         ($(all-built-dso:=.jmprel)): New static pattern rule.
44222         (generated): Add those targets.
44223         (localplt-built-dso): New variable.
44224         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44226         * elf/check-localplt.c: File removed.
44228         * scripts/check-execstack.awk: New file.
44229         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44230         (check-execstack-CFLAGS): Variable removed.
44231         ($(objpfx)check-execstack.h): Target removed.
44232         ($(objpfx)execstack-default): New target.
44233         (generated): Add that instead of check-execstack.h.
44234         ($(all-built-dso:=.phdr)): New static pattern rule.
44235         (generated): Add those targets.
44236         * elf/check-execstack.c: File removed.
44238         * scripts/check-textrel.awk: New file.
44239         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44240         (check-textrel-CFLAGS): Variable removed.
44241         (all-built-dso): Use := to define.o
44242         ($(all-built-dso:=.dyn)): New static pattern rule.
44243         (generated): Add those targets.
44244         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44245         * config.make.in (READELF): New substituted variable.
44246         * elf/check-textrel.c: File removed.
44248 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44250         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44251         allow.
44252         * conform/data/ctype.h-data [C99-based standards] (isblank):
44253         Expect function.
44254         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44255         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44256         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44257         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44258         Specify type.  Require positive value.
44259         (EILSEQ): Likewise.
44260         (ERANGE): Likewise.
44261         [ISO || POSIX] (EILSEQ): Do not expect.
44262         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44263         Specify type.  Require positive value.
44264         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44265         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44266         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44267         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44268         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44269         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44270         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44271         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44272         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44273         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44274         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44275         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44276         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44277         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44278         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44279         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44280         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44281         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44282         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44283         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44284         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44285         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44286         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44287         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44288         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44289         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44290         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44291         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44292         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44293         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44294         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44295         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44296         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44297         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44298         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44299         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44300         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44301         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44302         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44303         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44304         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44305         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44306         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44307         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44308         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44309         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44310         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44311         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44312         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44313         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44314         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44315         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44316         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44317         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44318         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44319         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44320         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44321         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44322         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44323         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44324         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44325         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44326         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44327         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44328         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44329         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44330         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44331         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44332         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44333         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44334         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44335         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44336         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44337         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44338         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44339         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44340         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44341         Require >= 2.
44342         (FLT_ROUNDS): Expect as macro, not constant.
44343         (FLT_MANT_DIG): Use macro-int-constant.
44344         (DBL_MANT_DIG): Likewise.
44345         (LDBL_MANT_DIG): Likewise.
44346         (FLT_DIG): Likewise.
44347         (DBL_DIG): Likewise.
44348         (LDBL_DIG): Likewise.
44349         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44350         (DBL_MIN_EXP): Likewise.
44351         (LDBL_MIN_EXP): Likewise.
44352         (FLT_MAX_EXP): Use macro-int-constant.
44353         (DBL_MAX_EXP): Likewise.
44354         (LDBL_MAX_EXP): Likewise.
44355         (FLT_MAX_10_EXP): Likewise.
44356         (DBL_MAX_10_EXP): Likewise.
44357         (LDBL_MAX_10_EXP): Likewise.
44358         (FLT_MAX): Use macro-constant.
44359         (DBL_MAX): Likewise.
44360         (LDBL_MAX): Likewise.
44361         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44362         (DBL_EPSILON): Likewise.
44363         (LDBL_EPSILON): Likewise.
44364         (FLT_MIN): Likewise.
44365         (DBL_MIN): Likewise.
44366         (LDBL_MIN): Likewise.
44367         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44368         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44369         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44370         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44371         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44372         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44373         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44374         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44375         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44376         [ISO11] (FLT_TRUE_MIN): Likewise.
44377         [ISO11] (LDBL_TRUE_MIN): Likewise.
44378         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44379         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44380         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44381         (SCHAR_MAX): Likewise.
44382         (UCHAR_MAX): Likewise.
44383         (CHAR_MIN): Likewise.
44384         (CHAR_MAX): Likewise.
44385         (MB_LEN_MAX): Use macro-int-constant.
44386         (SHRT_MIN): Use macro-int-constant.  Specify type.
44387         (SHRT_MAX): Likewise.
44388         (USHRT_MAX): Likewise.
44389         (INT_MAX): Likewise.
44390         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44391         bound negative.
44392         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44393         bound with "U".
44394         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44395         bound with "L".
44396         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44397         bound negative.  Suffix upper bound with "L".
44398         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44399         bound with "UL".
44400         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44401         Specify type.
44402         [C99-based standards] (LLONG_MAX): Likewise.
44403         [C99-based standards] (ULLONG_MAX): Likewise.
44404         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44405         == 0.
44406         [ISO11] (max_align_t): Require type.
44407         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44409         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44410         from $CFLAGS, without defining away __attribute__ calls.
44411         (checknamespace): Use $CFLAGS_namespace.
44413         * conform/conformtest.pl (@keywords): Only include C99 keywords
44414         for standards based on C99 or C11.
44416         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44417         Disable tests.
44418         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44419         UNIX98]: Likewise.
44421         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44422         usability of symbols in #if.
44424         * conform/conformtest.pl: If macro or constant types start
44425         "promoted:", expect the symbol to be of the following type
44426         promoted by the integer promotions.
44428         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44429         in one place.  Also handle "macro-constant".
44431         * conform/conformtest.pl: Only accept expected macro values with
44432         "==".  Parse all "macro" lines in one place.
44433         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44435         * conform/conformtest.pl: Handle braced types on "constant" lines
44436         instead of handling "typed-constant".
44437         * conform/data/signal.h-data: Use "constant" instead of
44438         "typed-constant".
44440         * conform/conformtest.pl: Handle "optional-" at start of lines in
44441         one place rather than duplicating several cases.  Handle each
44442         format of "macro" line with initial "optional-".
44444         * conform/conformtest.pl: Only accept expected constant or
44445         optional-constant values with "==".  Parse all "constant" lines in
44446         one place.  Parse all "optional-constant" lines in one place.
44447         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44448         * conform/data/fmtmsg.h-data: Likewise.
44449         * conform/data/netinet/in.h-data: Likewise.
44450         * conform/data/tar.h-data: Likewise.
44451         * conform/data/limits.h-data: Use "==" form on "constant" and
44452         "optional-constant" lines.
44454         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44455         Use -std=c99 for XOPEN2K.
44456         (@knownproblems): Remove.
44457         (newtoken): Don't check %isknown.
44459         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44460         Do not expect macro.
44461         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44462         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44463         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44464         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44465         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44466         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44467         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44468         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44469         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44470         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44471         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44472         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44473         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44474         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44475         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44476         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44477         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44478         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44479         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44480         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44481         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44482         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44483         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44484         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44485         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44486         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44487         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44488         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44489         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44490         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44491         [XPG3] (acosh): Likewise.
44492         [XPG3] (asinh): Likewise.
44493         [XPG3] (atanh): Likewise.
44494         [XPG3] (cbrt): Likewise.
44495         [XPG3] (expm1): Likewise.
44496         [XPG3] (ilogb): Likewise.
44497         [XPG3] (log1p): Likewise.
44498         [XPG3] (logb): Likewise.
44499         [XPG3] (nextafter): Likewise.
44500         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44501         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44502         [XPG3] (remainder): Likewise.
44503         [XPG3] (rint): Likewise.
44504         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44505         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44506         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44507         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44508         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44509         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44510         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44511         [UNIX98 || XOPEN2K] (scalb): Expect.
44512         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44513         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44514         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44515         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44516         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44517         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44518         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44519         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44520         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44521         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44522         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44523         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44524         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44525         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44526         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44527         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44528         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44529         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44530         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44531         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44532         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44533         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44534         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44535         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44536         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44537         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44538         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44539         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44540         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44541         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44542         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44543         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44544         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44545         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44546         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44547         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44548         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44549         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44550         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44551         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44552         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44553         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44554         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44555         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44556         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44557         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44558         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44559         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44560         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44561         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44562         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44563         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44564         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44565         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44566         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44567         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44568         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44569         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44570         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44571         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44572         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44573         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44574         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44575         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44576         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44577         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44578         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44579         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44580         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44581         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44582         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44583         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44584         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44585         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44586         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44587         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44588         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44589         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44590         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44591         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44592         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44593         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44594         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44595         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44596         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44597         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44598         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44599         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44600         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44601         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44602         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44603         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44604         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44605         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44606         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44607         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44608         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44609         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44610         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44611         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44612         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44613         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44614         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44615         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44616         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44617         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44618         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44619         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44620         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44621         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44622         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44623         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44624         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44625         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44626         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44627         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44628         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44629         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44630         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44631         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44632         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44633         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44634         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44635         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44636         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44637         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44638         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44639         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44640         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44641         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44642         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44643         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44644         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44645         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44646         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44647         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44648         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44650         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44651         _XOPEN_SOURCE_EXTENDED for XPG4.
44653         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44655         * Makeconfig (localtime): Remove variable.
44656         (inst_localtime-file): Likewise.
44658 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44661         Update.
44662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44663         Update.
44664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44665         Update.
44666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44667         Update.
44668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44669         Update.
44670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44671         Update.
44672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44673         Update.
44674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44675         Update.
44676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44677         Update.
44679 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44681         [BZ #2550]
44682         [BZ #2570]
44683         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44684         comparisons to determine direction to adjust input.
44685         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44686         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44687         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44688         Likewise.
44689         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44690         Likewise.
44691         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44692         Likewise.
44693         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44694         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44695         Likewise.
44696         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44697         Likewise.
44698         * math/libm-test.inc (nexttoward_test): Add more tests.
44700 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44702         [BZ #14040]
44703         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44704         in version GLIBC_2.1, not GLIBC_2.0.
44705         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44706         Likewise.
44708 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44710         [BZ #13942]
44711         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44712         (1 - x) * (1 + x).
44713         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44714         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44715         * math/libm-test.inc (acos_test): Add more tests.
44716         (asin_test): Likewise.
44717         * sysdeps/i386/fpu/libm-test-ulps: Update.
44718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44720         [BZ #14034]
44721         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44722         of square root.
44723         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44724         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44725         * math/libm-test.inc (acos_test_tonearest): New function.
44726         (acos_test_towardzero): Likewise.
44727         (acos_test_downward): Likewise.
44728         (acos_test_upward): Likewise.
44729         (asin_test_tonearest): Likewise.
44730         (asin_test_towardzero): Likewise.
44731         (asin_test_downward): Likewise.
44732         (asin_test_upward): Likewise.
44733         (main): Call the new functions.
44734         * sysdeps/i386/fpu/libm-test-ulps: Update.
44735         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44737         [BZ #13884]
44738         [BZ #13924]
44739         * math/e_exp10.c: Include <float.h>.
44740         (__ieee754_exp10): Handle underflow here rather than multiplying
44741         large negative argument by M_LN10.
44742         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44743         of __ieee754_expf.
44744         * math/e_exp10l.c: Include <float.h>.
44745         (__ieee754_exp10l): Handle underflow here rather than multiplying
44746         large negative argument by M_LN10l.
44747         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44748         spurious overflow exception on underflow.
44750 2012-04-29  Marek Polacek  <polacek@redhat.com>
44752         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44753         (__fortify_function): New macro.
44754         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44755         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44756         __extern_always_inline.
44757         * libio/bits/stdio2.h: Likewise.
44758         * libio/bits/stdio.h: Likewise.
44759         * string/string.h: Likewise.
44760         * string/bits/string3.h: Likewise.
44761         * include/stdio.h: Likewise.
44762         * stdlib/bits/stdlib.h: Likewise.
44763         * stdlib/stdlib.h: Likewise.
44764         * rt/bits/mqueue2.h: Likewise.
44765         * rt/mqueue.h: Likewise.
44766         * posix/bits/unistd.h: Likewise.
44767         * posix/unistd.h: Likewise.
44768         * io/bits/poll2.h: Likewise.
44769         * io/bits/fcntl2.h: Likewise.
44770         * io/fcntl.h: Likewise.
44771         * io/sys/poll.h: Likewise.
44772         * misc/bits/syslog.h: Likewise.
44773         * misc/bits/syslog-ldbl.h: Likewise.
44774         * misc/sys/syslog.h: Likewise.
44775         * socket/bits/socket2.h: Likewise.
44776         * socket/sys/socket.h: Likewise.
44777         * debug/tst-chk1.c: Likewise.
44778         * wcsmbs/bits/wchar2.h: Likewise.
44779         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44780         * wcsmbs/wchar.h: Likewise.
44782 2012-04-29  Andreas Jaeger  <aj@suse.de>
44784         * Makerules (tests): Remove enable-check-abi protection.
44785         (check-abi-warn): Remove.
44786         (check-abi-%): Remove check-abi-warn usage.
44788         * configure.in: Remove check-abi configure option.
44789         * configure: Regenerated.
44790         * config.make.in (enable-check-abi): Remove.
44792 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44794         [BZ #14033]
44795         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44796         double functions to double *_finite functions.
44798         [BZ #13941]
44799         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44800         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44801         LDBL_MIN_EXP.
44802         * stdio-common/Makefile (tests): Add tst-sprintf3.
44803         * stdio-common/tst-sprintf3.c: New file.
44805         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44806         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44808 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44810         * conform/conformtest.pl: Remove duplicate typed-constant
44811         handling.
44813 2012-04-28  David S. Miller  <davem@davemloft.net>
44815         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44816         (check-abi-%): Remove AWK script prerequisite and explicit
44817         abilist directory.
44818         (check-abi): Rewrite to just diff the symlist with the abilist.
44819         (config-tls, config-abi-config): Delete, no longer used.
44820         (update-abi-%): Remove AWK script and explicit abilist directory.
44821         (update-abi): Rewrite to simply compare and conditionally copy the
44822         symlist and the sysdep abilist file.  Remove update-abi-config
44823         checks.
44824         * abilist/ld.abilist: Remove.
44825         * abilist/libBrokenLocale.abilist: Remove.
44826         * abilist/libanl.abilist: Remove.
44827         * abilist/libcrypt.abilist: Remove.
44828         * abilist/libdl.abilist: Remove.
44829         * abilist/librt.abilist: Remove.
44830         * abilist/libthread_db.abilist: Remove.
44831         * abilist/libutil.abilist: Remove.
44832         * scripts/extract-abilist.awk: Remove.
44833         * scripts/merge-abilist.awk: Remove.
44834         * sysdeps/generic/libcidn.abilist: New file.
44835         * sysdeps/generic/libnss_compat.abilist: New file.
44836         * sysdeps/generic/libnss_db.abilist: New file.
44837         * sysdeps/generic/libnss_dns.abilist: New file.
44838         * sysdeps/generic/libnss_files.abilist: New file.
44839         * sysdeps/generic/libnss_hesiod.abilist: New file.
44840         * sysdeps/generic/libnss_nis.abilist: New file.
44841         * sysdeps/generic/libnss_nisplus.abilist: New file.
44842         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44843         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44844         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44845         file.
44846         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44847         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44848         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44849         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44850         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44851         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44852         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44853         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44854         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44855         file.
44856         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44857         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44858         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44859         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44860         file.
44861         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44862         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44863         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44864         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44865         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44866         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44867         file.
44868         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44869         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44870         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44871         file.
44872         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44873         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44874         New file.
44875         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44876         New file.
44877         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44878         New file.
44879         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44880         New file.
44881         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44882         New file.
44883         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44884         New file.
44885         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44886         New file.
44887         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44888         New file.
44889         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44890         New file.
44891         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44892         New file.
44893         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44894         New file.
44895         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44896         New file.
44897         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44898         New file.
44899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44900         file.
44901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44902         New file.
44903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44904         New file.
44905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44906         file.
44907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44908         New file.
44909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44910         New file.
44911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44912         file.
44913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44914         New file.
44915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44916         New file.
44917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44918         New file.
44919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44920         New file.
44921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44922         New file.
44923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44924         New file.
44925         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44927         file.
44928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44929         New file.
44930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44931         file.
44932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44933         file.
44934         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44935         file.
44936         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44937         file.
44938         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44939         file.
44940         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44941         New file.
44942         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44943         file.
44944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44945         file.
44946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44947         New file.
44948         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44949         file.
44950         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44951         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44952         file.
44953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44954         New file.
44955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44956         file.
44957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44958         file.
44959         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44960         file.
44961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44962         file.
44963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44964         file.
44965         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44966         New file.
44967         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44968         file.
44969         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44970         file.
44971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44972         New file.
44973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44974         file.
44975         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44976         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44977         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44978         file.
44979         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44980         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44981         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44982         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44983         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44984         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44985         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44986         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44987         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44988         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44989         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44991         file.
44992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44993         New file.
44994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44995         file.
44996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44997         file.
44998         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44999         file.
45000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45001         file.
45002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45003         file.
45004         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45005         New file.
45006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45007         New file.
45008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45009         file.
45010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45011         New file.
45012         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45013         file.
45014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45016         file.
45017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45018         New file.
45019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45020         file.
45021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45022         file.
45023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45024         file.
45025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45026         file.
45027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45028         file.
45029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45030         New file.
45031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45032         New file.
45033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45034         file.
45035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45036         New file.
45037         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45038         file.
45040 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45042         * conform/conformtest.pl: Fix typo in handling typed-constant from
45043         allow-header.
45045 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45047         * README: Cut down references to pre-2.6 Linux kernels and
45048         Linuxthreads.  Update lists of configurations in libc and ports
45049         and sort alphabetically.  Say "or newer" with Linux kernel version
45050         requirements.
45052         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45054 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45056         [BZ #887]
45057         * math/libm-test.inc (logb_test_downward): New test to expose
45058         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45059         rounding mode.
45061 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45063         [BZ #14027]
45064         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45065         to be done.
45066         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45067         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45069 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45071         * sysdeps/unix/i386/brk.S: Remove file.
45072         * sysdeps/unix/i386/dl-brk.S: Likewise.
45073         * sysdeps/unix/i386/pipe.S: Likewise.
45074         * sysdeps/unix/i386/sigreturn.S: Likewise.
45075         * sysdeps/unix/i386/syscall.S: Likewise.
45076         * sysdeps/unix/i386/vfork.S: Likewise.
45077         * sysdeps/unix/i386/wait.S: Likewise.
45079         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45080         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45082         * configure.in (arm*-none*): Do not allow without
45083         --enable-hacker-mode.
45084         (netbsd*): Remove case setting base_os.
45085         (386bsd*): Likewise.
45086         (freebsd*): Likewise.
45087         (bsdi*): Likewise.
45088         (osf*): Likewise.
45089         (sunos*): Likewise.
45090         (ultrix*): Likewise.
45091         (newsos*): Likewise.
45092         (dynix*): Likewise.
45093         (*bsd*): Likewise.
45094         (sysv*): Likewise.
45095         (isc*): Likewise.
45096         (esix*): Likewise.
45097         (sco*): Likewise.
45098         (minix*): Likewise.
45099         (irix4*): Likewise.
45100         (irix6*): Likewise.
45101         (solaris[2-9]*): Likewise.
45102         (none): Likewise.
45103         * configure: Regenerated.
45105 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45107         [BZ #11521]
45108         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45109         overflow or cancellation in calculating denominator.
45110         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45111         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45112         down expression to avoid unexpected rounding in newer GCCs.
45113         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45115 2012-04-26  David S. Miller  <davem@davemloft.net>
45117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45118         long-double compat symbols.
45119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45125         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45128         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45133 2012-04-25  David S. Miller  <davem@davemloft.net>
45135         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45136         HWCAP_* values only after the memory barriers have been defined.
45137         (atomic_full_barrier): Define.
45138         (atomic_read_barrier): Define.
45139         (atomic_write_barrier): Define.
45141 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45143         * shlib-versions: Add libgcc_s version information.
45144         * sysdeps/generic/libgcc_s.h: Remove.
45145         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45146         libgcc_s.h.
45147         * sysdeps/gnu/unwind-resume.c: Likewise.
45148         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45150 2012-04-25  David S. Miller  <davem@davemloft.net>
45152         * sysdeps/unix/sparc/brk.S: Delete.
45153         * sysdeps/unix/sparc/dl-brk.S: Delete.
45154         * sysdeps/unix/sparc/pipe.S: Delete.
45155         * sysdeps/unix/sparc/sysdep.S: Delete.
45156         * sysdeps/unix/sparc/sysdep.h: Delete.
45157         * sysdeps/unix/sparc/vfork.S: Delete.
45158         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45159         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45160         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45161         (ret_ERRVAL, r0, r1, MOVE): Define.
45162         (JUMPTARGET): Remove.
45163         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45164         sysdeps/unix/sparc/sysdep.h
45165         (ENTRY, END): Remove.
45166         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45168 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45170         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45171         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45172         -DIS_IN_build.
45174         * timezone/README: Update upstream location and email address for
45175         tzcode and tzdata.
45176         * timezone/zdump.c: Update from tzcode 2012b.
45177         * timezone/zic.c: Likewise.
45179         * configure.in (libc_cv_as_needed): Remove test.
45180         * configure: Regenerated.
45181         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45182         conditional definition.
45183         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45184         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45185         * config.make.in (have-as-needed): Remove variable.
45187 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45188             Paul Pluzhnikov  <ppluzhnikov@google.com>
45190         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45191         strings correctly.
45193 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45195         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45196         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45197         * sysdeps/sh/strlen.S: Likewise.
45199 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45201         * sysdeps/unix/fork.S: Remove file.
45202         * sysdeps/unix/i386/fork.S: Likewise.
45203         * sysdeps/unix/sparc/fork.S: Likewise.
45205         * sysdeps/unix/system.c: Remove file.
45206         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45208         * sysdeps/unix/getegid.S: Remove file.
45209         * sysdeps/unix/geteuid.S: Likewise.
45211 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45213         * scripts/check-localplt.awk: New file.
45214         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45215         of diff.
45216         * scripts/data/localplt-generic.data: Add a comment.
45218         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45219         NODE when __dir_mkfile failed.
45220         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45221         Reported by Ludovic Courtès <ludo@gnu.org>.
45223 2012-04-24  Andreas Jaeger  <aj@suse.de>
45225         * Makerules (common-clean): Also remove gen-as-const-headers
45226         files.
45228 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45230         * Makerules (native-compile): Do not change working directory for
45231         build.  Use $(OUTPUT_OPTION) in command.
45232         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45234 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45236         [BZ #13886]
45237         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45238         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45239         * math/libm-test.inc (floor_test): Add more tests.
45240         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45242 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45244         * sysdeps/unix/getdents.c: Remove file.
45245         * sysdeps/unix/sysv/getdents.c: Likewise.
45246         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45248         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45249         sysdeps/unix/mman/syscalls.list.
45250         (mmap): Likewise.
45251         (mprotect): Likewise.
45252         (msync): Likewise.
45253         (munmap): Likewise.
45254         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45255         * sysdeps/unix/mman/syscalls.list: Remove.
45256         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45258         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45259         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45260         * configure: Regenerated.
45261         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45262         $(libgcc_s_suffix).
45263         * config.make.in (libgcc_s_suffix): Remove variable.
45265 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45267         * sysdeps/unix/sysv/gethostname.c: Move to ...
45268         * sysdeps/posix/gethostname.c: ... here.
45270         * sysdeps/unix/execve.S: Remove file.
45272         * sysdeps/unix/_exit.S: Remove file.
45274 2012-04-23  Andreas Jaeger  <aj@suse.de>
45276         [BZ #13739]
45277         * manual/Makefile: Remove make dist support, there's no
45278         need for a stand-alone documentation tar ball.
45279         (TEXI2DVI): Define always, it's not in Makeconfig.
45280         (dist): Removed.
45281         (tar-it): Removed.
45282         (edition): Removed.
45283         (glibc-doc-$(edition).tar): Removed
45284         (%.Z): Removed.
45285         (%.gz): Removed.
45286         (%.uu): Removed.
45287         (ETAGS): Remove, it's in Makeconfig.
45288         (move-if-change): Remove, it's in Makeconfig.
45290 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45292         [BZ #13970]
45293         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45294         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45295         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45296         (strtod_l, strtof_l, strtold_l): Remove __wur.
45297         It is not necessarily an error to ignore strtol's return value.
45298         One can reliably look at the stored endptr to decide whether
45299         the number had valid syntax.
45301 2012-04-21  Andreas Jaeger  <aj@suse.de>
45303         [BZ #13739]
45304         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45306 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45308         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45309         * sysdeps/unix/sysv/Versions: Remove file.
45311 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45313         [BZ #13927]
45314         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45316 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45318         [BZ #7064]
45319         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45320         version from __vm86.
45322 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45324         * sysdeps/unix/common/lxstat.c: Remove file.
45325         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45327         * sysdeps/unix/sysv/Makefile: Remove file.
45329         * sysdeps/unix/sysv/direct.h: Remove file.
45331         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45332         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45333         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45334         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45335         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45336         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45337         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45339         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45341         * sysdeps/unix/xmknod.c: Remove file.
45342         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45344         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45346         * sysdeps/unix/sysv/i386/time.S: Remove file.
45348         * sysdeps/unix/fxstat.c: Remove file.
45349         * sysdeps/unix/xstat.c: Likewise.
45350         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45352         * sysdeps/unix/sysv/sigaction.c: Remove file.
45354         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45355         (sysdep_headers): Remove variable.
45356         [termio.h not in sysdep_headers] (generated): Likewise.
45357         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45358         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45359         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45360         * sysdeps/unix/sysv/tcflow.c: Likewise.
45361         * sysdeps/unix/sysv/tcflush.c: Likewise.
45362         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45363         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45364         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45365         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45366         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45368         * sysdeps/unix/siglist.c: Remove file.
45370         * sysdeps/unix/getppid.S: Remove file.
45372         * sysdeps/unix/mkdir.c: Remove file.
45373         * sysdeps/unix/rmdir.c: Likewise.
45375 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45377         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45378         ERR_MAX value.
45379         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45380         errlist-compat value.
45382 2012-04-18  David S. Miller  <davem@davemloft.net>
45384         * sysdeps/generic/memcopy.h (reg_char): Delete.
45385         * debug/strcat_chk.c: Use char, not reg_char.
45386         * debug/strcpy_chk.c: Likewise.
45387         * debug/strncat_chk.c: Likewise.
45388         * debug/strncpy_chk.c: Likewise.
45389         * string/memchr.c: Likewise.
45390         * string/memrchr.c: Likewise.
45391         * string/rawmemchr.c: Likewise.
45392         * string/strcat.c: Likewise.
45393         * string/strchr.c: Likewise.
45394         * string/strchrnul.c: Likewise.
45395         * string/strcmp.c: Likewise.
45396         * string/strcpy.c: Likewise.
45397         * string/strncat.c: Likewise.
45398         * string/strncmp.c: Likewise.
45399         * string/strncpy.c: Likewise.
45401 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45403         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45404         __builtin_memcopy is called when src and dest ranges are known to not
45405         overlap.
45407 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45409         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45410         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45411         fwd_align_merge macro call.
45412         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45413         bwd_align_merge macro call.
45414         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45416 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45418         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45419         bwd_align_merge macros.
45420         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45421         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45422         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45424 2012-04-18  David S. Miller  <davem@davemloft.net>
45426         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45428 2012-04-18  Andreas Jaeger  <aj@suse.de>
45430         [BZ# 6794]
45431         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45432         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45433         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45435         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45436         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45437         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45439         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45440         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45441         Adjust for changed ldbl-128 files.
45443         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45444         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45445         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45447 2012-04-17  David S. Miller  <davem@davemloft.net>
45449         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45451 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45453         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45454         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45455         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45456         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45457         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45458         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45460 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45462         [BZ #6794]
45463         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45464         * math/libm-test.inc: Add ilogb errno and exception tests.
45465         * math/w_ilogb.c: New file: ilogb wrapper.
45466         * math/w_ilogbf.c: New file: ilogbf wrapper.
45467         * math/w_ilogbl.c: New file: ilogbl wrapper.
45468         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45469         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45470         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45471         exception being thrown with 0.0 as argument.
45472         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45473         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45474         exception being thrown with 0.0 as argument.
45475         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45476         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45477         exception being thrown with 0.0 as argument.
45478         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45479         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45480         exception being thrown with 0.0 as argument.
45481         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45482         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45483         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45484         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45485         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45486         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45487         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45488         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45489         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45491 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45493         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45494         with altivec.
45496 2012-04-16  Marek Polacek  <polacek@redhat.com>
45498         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45500 2012-04-16  Marek Polacek  <polacek@redhat.com>
45502         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45503         operands of fdivp instruction.
45505 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45507         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45508         * elf/tst-auditmod3b.c: Likewise.
45509         * elf/tst-auditmod4b.c: Likewise.
45510         * elf/tst-auditmod5b.c: Likewise.
45511         * elf/tst-auditmod6b.c: Likewise.
45512         * elf/tst-auditmod6c.c: Likewise.
45513         * elf/tst-auditmod7b.c: Likewise.
45514         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45515         * sysdeps/x86_64/preconfigure.in: Likewise.
45516         * sysdeps/x86_64/preconfigure: Regenerated.
45518 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45520         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45521         __ILP32__.
45523 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45525         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45526         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45528 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45530         [BZ #13973]
45531         * locale/iso-639.def: Fix gl language name. Spotted by
45532         Yaron Shahrabani.
45534 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45536         [BZ #2074]
45537         * libio/libio.h (__io_write_fn): Update comment.
45539 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45541         [BZ #2074]
45542         * stdio.texi (Hook Functions): The user provided writer function
45543         is not allowed to return -1.
45545 2012-04-11  David S. Miller  <davem@davemloft.net>
45547         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45549 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45551         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45552         Add a leading slash to rtkaio.
45554 2012-04-11  Jim Meyering  <meyering@redhat.com>
45556         [BZ #11959]
45557         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45558         It is not necessarily an error to ignore fwrite's return
45559         value.  One can reliably use ferror to test for errors after
45560         the fact.
45562 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45564         * bits/types.h (__snseconds_t): New type.
45565         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45567         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45568         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45569         (__SNSECONDS_T_TYPE): Likewise.
45570         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45571         (__SNSECONDS_T_TYPE): Likewise.
45572         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45573         (__SNSECONDS_T_TYPE): Likewise.
45575 2012-04-10  Andreas Jaeger  <aj@suse.de>
45577         [BZ #2636]
45578         * manual/time.texi (Processor Time): Return type of times is
45579         elapsed real time since an arbitrary point in the past.
45580         (CPU Time): Move CLK_TCK from here...
45581         (Processor Time): ...to here.  Correct description.
45582         * manual/conf.texi (Constants for Sysconf): Correct description of
45583         _SC_CLK_TCK.
45585 2012-04-10  David S. Miller  <davem@davemloft.net>
45587         [BZ #13967]
45588         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45589         where the is a gap between DT_REL(A) and DT_JMPREL.
45591 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45593         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45594         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45595         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45597 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45599         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45600         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45601         (dl_main): Handle --inhibit-cache.
45602         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45603         _dl_inhibit_cache.
45604         * elf/dl-load.c (_dl_map_object): Use it.
45605         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45607 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45609         [BZ #13872]
45610         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45611         (__ieee754_powl): Saturate large exponents rather than testing for
45612         overflow of y*log2(x).
45613         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45614         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45615         exceptions.
45617         [BZ #11521]
45618         * math/s_ctan.c: Include <float.h>.
45619         (__ctan): Avoid internal overflow or cancellation in calculating
45620         denominator.
45621         * math/s_ctanf.c: Likewise.
45622         * math/s_ctanl.c: Likewise.
45623         * math/s_ctanh.c: Likewise.
45624         * math/s_ctanhf.c: Likewise.
45625         * math/s_ctanhl.c: Likewise.
45626         * math/libm-test.inc (ctan_test): Add more tests.
45627         (ctanh_test): Likewise.
45628         * sysdeps/i386/fpu/libm-test-ulps: Update.
45629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45631 2012-04-09  Andreas Jaeger  <aj@suse.de>
45633         [BZ #6894]
45634         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45635         is an optional BSD extension.
45637         [BZ #10254]
45638         * manual/stdio.texi (Opening Streams): Document additional fopen
45639         parameters.
45641 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45643         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45644         %eax without telling the compiler.
45646 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45648         [BZ # 13963]
45649         * manual/install.texi: Use sourceware.org.
45651 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45653         [BZ #13873]
45654         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45655         (__ieee754_pow): Generate overflow and underflow using huge*huge
45656         and tiny*tiny rather than just returning constant infinity or zero
45657         for large exponents.
45658         * math/libm-test.inc (pow_test): Require overflow exceptions for
45659         applicable cases of large exponents.
45661         [BZ #706]
45662         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45663         (__ieee754_pow): Use iterative multiplication algorithm only for
45664         integer exponents with absolute value below 1024.  Check for odd
45665         integer exponents when using algorithm for real exponents.
45666         * math/libm-test.inc (pow_test): Add more tests.
45667         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45669 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45671         [BZ #13705]
45672         * math/libm-test.inc (exp_test): Do not allow overflow exception
45673         on underflow test.
45675 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45677         [BZ #13705]
45678         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45679         instead of __kernel_standard_f.
45681 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45683         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45684         * sysdeps/x86_64/memset_chk.S: Likewise.
45686 2012-04-08  Andreas Jaeger  <aj@suse.de>
45688         [BZ #10153]
45689         * manual/startup.texi (Environment Access): Describe return value
45690         for putenv and setenv.
45692         [BZ #6895]
45693         * manual/filesys.texi (Directory Entries): Add description for
45694         DT_LNK.
45696         [BZ #6890]
45697         * manual/filesys.texi (Directory Entries): Clarify that it's file
45698         system not operating system in the description of DT_UNKNOWN.
45700         [BZ #6578]
45701         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45703 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45705         [BZ #6649]
45706         * manual/llio.texi (Opening and Closing Files): Add cross
45707         reference to explain mode argument.
45709 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45711         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45712         * sysdeps/x86_64/memset_chk.S: Likewise.
45714 2012-04-07  David S. Miller  <davem@davemloft.net>
45716         * elf/elf.h (R_SPARC_WDISP10): Define.
45717         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45718         R_SPARC_SIZE32.
45719         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45720         R_SPARC_SIZE64 and R_SPARC_H34.
45722 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45724         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45725         conditions and remove no longer applicable assertion.
45727 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45729         * bits/byteswap.h: Include <features.h>.
45730         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45731         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45733 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45735         * bits/byteswap.h (__bswap_16): Removed.
45736         Include <bits/byteswap-16.h> to get __bswap_16.
45737         * sysdeps/i386/bits/byteswap.h: Likewise.
45738         * sysdeps/s390/bits/byteswap.h: Likewise.
45739         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45740         * bits/byteswap-16.h: New file.
45741         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45742         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45743         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45744         * string/Makefile (headers): Add bits/byteswap-16.h.
45746 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45748         [BZ #13895]
45749         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45750         extra indirection.
45751         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45752         * nss/tst-nss-static.c: New.
45754 2012-04-06  Robert Millan  <rmh@gnu.org>
45756         [BZ #6486]
45757         * manual/llio.texi (File Position Primitive): lseek
45758         refers to WHENCE when it really means OFFSET.
45760 2012-04-06  Andreas Jaeger  <aj@suse.de>
45762         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45763         strncmp declarations.
45765         * abilist/libc.abilist: Add __poll and __ppoll.
45767 2012-04-05  David S. Miller  <davem@davemloft.net>
45769         * scripts/check-local-headers.sh: Accept a host triplet in the
45770         path matched by the exclude regexp.
45772         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45773         definition.
45774         * sysdeps/powerpc/powerpc32/dl-machine.h
45775         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45776         * sysdeps/s390/s390-32/dl-machine.h
45777         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45778         * sysdeps/sparc/sparc32/dl-machine.h
45779         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45780         * sysdeps/sparc/sparc64/dl-machine.h
45781         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45783         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45784         lazy binding.
45785         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45786         undefined symbol errors.
45788         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45789         DT_NEEDED entries.
45791 2012-04-05  Michael Matz  <matz@suse.de>
45793         [BZ #13592]
45794         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45796 2012-04-05  Andreas Jaeger  <aj@suse.de>
45798         [BZ #13908]
45799         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45800         comment.
45802 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45804         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45805         which ROUND is no valid rounding mode.
45807 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45809         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45810         read again.
45811         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45813 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45815         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45816         an exception using FPU order intentionally.
45818 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45820         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45821         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45822         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45823         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45825 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45827         [BZ #12340]
45828         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45829         EINVAL when BUFLEN is too smal.
45831 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45833         [BZ #13553]
45834         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45835         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45837 2012-04-03  Andreas Jaeger  <aj@suse.de>
45839         [BZ #13938]
45840         * manual/setjmp.texi (System V contexts): Fix sentence.
45842         [BZ #13926]
45843         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45844         New macro for this case.
45845         [!__GNUC__] (__bswap_64): New inline function for this case.
45846         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45847         * bits/byteswap.h: Likewise.
45848         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45849         ull, guard with __GLIBC_HAVE_LONG_LONG.
45851         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45852         __GLIBC_HAVE_LONG_LONG.
45854         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45855         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45857 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45859         [BZ #13691]
45860         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45861         inptr and inend, rather than using last_ch.
45863 2012-04-02  David S. Miller  <davem@davemloft.net>
45865         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45866         * stdio-common/printf-parse.h (read_int): Change return type to
45867         'int', return -1 on INT_MAX overflow.
45868         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45869         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45870         overflows INT_MAX.  Check for overflow of in-format-string precision
45871         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45872         SIZE_MAX not INT_MAX for integer overflow test.
45873         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45874         skip the construct in the format string but do not record anything.
45875         * stdio-common/bug22.c: Adjust to test both width/prevision
45876         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45877         explicitly for proper errno values.
45879 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45881         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45882         CHAR_MAX.
45883         * string/test-strcmp.c [! WIDE]: Likewise.
45884         * time/tst-mktime2.c: Likewise for INT_MAX.
45885         * string/test-string.h: #include <sys/param.h> for MIN.
45887         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45888         * sysdeps/i386/init-first.c (init): Likewise.
45889         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45890         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45891         * sysdeps/sh/init-first.c (init): Likewise.
45893 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45895         * po/ru.po: Update from translation team.
45896         * po/vi.po: Likewise.
45898 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45900         * resolv/nss_dns/dns-host.c: Merge copyright years.
45902 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45904         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45905         Optimize memcpy with prefetch if
45906         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45907         src, dst pointers have unequal 16 byte alignments.
45909 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45911         [BZ #13928]
45912         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45913         from a CNAME entry and return the minimum ttl for the query.
45914         (gaih_getanswer_slice): Likewise.
45916 2012-03-30  Jeff Law  <law@redhat.com>
45918         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45919         due to long keys.
45920         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45921         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45923         * resolv/nss_dns/dns-host.c: Update copyright year.
45925 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45927         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45928         requests to save a system call.  Fix check that all bytes are sent.
45930         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45931         comments for sendmmsg.
45933 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45935         [BZ #13691]
45936         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45937         with only 1 character between 0x0041 and 0x01b0.
45938         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45939         * wcsmbs/tst-mbsnrtowcs.c: New file.
45941 2012-03-29  David S. Miller  <davem@davemloft.net>
45943         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45944         small copies by hand.
45946 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45948         [BZ #13761]
45949         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45950         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45951         group memberships.
45953 2012-03-28  David S. Miller  <davem@davemloft.net>
45955         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45956         that branches into memcpy.
45957         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45958         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45959         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45960         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45961         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45962         bits.
45963         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45964         implementation too.
45965         * sysdeps/sparc/mempcpy.S: New file.
45967         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45968         the IFUNC routine in the libc case.
45969         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45971         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45972         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45973         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45974         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45975         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45976         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45977         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45978         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45980         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45981         loop to 256 bytes instead of 64 bytes and fix test signedness.
45983         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45984         * sysdeps/sparc/sparc32/Makefile: rather than here...
45985         * sysdeps/sparc/sparc64/Makefile: and here.
45987 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45989         * malloc/mallocbug.c: Avoid warnings about unused variables.
45991 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45993         [BZ #13760]
45994         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45995         in the right place. Discard and retry query if response is
45996         larger than input buffer size.
45998 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46000         [BZ #369]
46001         [BZ #2678]
46002         [BZ #3866]
46003         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46004         x for large integer exponent.
46005         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46006         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46007         sign of result as needed afterwards.
46008         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46009         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46010         result for underflowing pow the same as for overflow.
46011         (__kernel_standard_l): Handle powl overflow and underflow here
46012         rather than calling __kernel_standard.
46013         * math/libm-test.inc (pow_test): Add more tests.
46015         [BZ #3868]
46016         [BZ #13879]
46017         [BZ #13910]
46018         [BZ #13911]
46019         [BZ #13912]
46020         [BZ #13913]
46021         [BZ #13915]
46022         [BZ #13916]
46023         [BZ #13917]
46024         [BZ #13918]
46025         [BZ #13919]
46026         [BZ #13920]
46027         [BZ #13921]
46028         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46029         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46030         (__kernel_standard_l): New function.
46031         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46032         __kernel_standard.
46033         * math/w_acosl.c (__acosl): Likewise.
46034         * math/w_asinl.c (__asinl): Likewise.
46035         * math/w_atan2l.c (__atan2l): Likewise.
46036         * math/w_atanhl.c (__atanhl): Likewise.
46037         * math/w_coshl.c (__coshl): Likewise.
46038         * math/w_exp10l.c (__exp10l): Likewise.
46039         * math/w_exp2l.c (__exp2l): Likewise.
46040         * math/w_fmodl.c (__fmodl): Likewise.
46041         * math/w_hypotl.c (__hypotl): Likewise.
46042         * math/w_j0l.c (__j0l, __y0l): Likewise.
46043         * math/w_j1l.c (__j1l, __y1l): Likewise.
46044         * math/w_jnl.c (__jnl, __ynl): Likewise.
46045         * math/w_lgammal.c (__lgammal): Likewise.
46046         * math/w_log10l.c (__log10l): Likewise.
46047         * math/w_log2l.c (__log2l): Likewise.
46048         * math/w_logl.c (__logl): Likewise.
46049         * math/w_powl.c (__powl): Likewise.
46050         * math/w_remainderl.c (__remainderl): Likewise.
46051         * math/w_scalbl.c (sysv_scalbl): Likewise.
46052         * math/w_sinhl.c (__sinhl): Likewise.
46053         * math/w_sqrtl.c (__sqrtl): Likewise.
46054         * math/w_tgammal.c (__tgammal): Likewise.
46055         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46056         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46057         * math/libm-test.inc (acos_test): Add more tests.
46058         (acosh_test): Likewise.
46059         (asin_test): Likewise.
46060         (atanh_test): Likewise.
46061         (exp_test): Likewise.
46062         (exp10_test): Likewise.
46063         (exp2_test): Likewise.
46064         (expm1_test): Likewise.
46065         (lgamma_test): Likewise.
46066         (log_test): Likewise.
46067         (log10_test): Likewise.
46068         (log1p_test): Likewise.
46069         (log2_test): Likewise.
46070         (pow_test): Do not allow some spurious overflow exceptions.
46071         (sqrt_test): Add more tests.
46072         (tgamma_test): Likewise.
46073         (y0_test): Likewise.
46074         (y1_test): Likewise.
46075         (yn_test): Likewise.
46077 2012-03-27  Anton Blanchard  <anton@samba.org>
46079         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46080         MAP_HUGETLB.
46081         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46082         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46083         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46085 2012-03-27  David S. Miller  <davem@davemloft.net>
46087         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46089         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46090         have-as-vis3 check.
46092 2012-03-27  Andreas Jaeger  <aj@suse.de>
46094         * sysdeps/x86_64/elf/configure.in: Moved to ...
46095         * sysdeps/x86_64/configure.in: ... here.
46096         * sysdeps/x86_64/elf/start.S: Moved to ...
46097         * sysdeps/x86_64/start.S: ... here.
46098         * sysdeps/x86_64/elf/configure: Delete.
46100         * sysdeps/x86_64/configure.in: Merge contents from
46101         sysdeps/i386/configure.in (without i686 check).
46103         * sysdeps/i386/elf/Versions: Merge into ...
46104         * sysdeps/i386/Versions: ... this.
46105         * sysdeps/i386/elf/Versions: Delete file.
46106         * sysdeps/i386/elf/start.S: Moved to ...
46107         * sysdeps/i386/start.S: ...here.
46108         * sysdeps/i386/elf/configure.in: Merge into...
46109         * sysdeps/i386/configure.in: ...here.
46110         * sysdeps/i386/elf/configure.in: Delete file.
46111         * sysdeps/i386/elf/configure: Delete file.
46113         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46114         * debug/backtracesyms.c: ... here.
46115         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46116         * debug/backtracesymsfd.c: ... here.
46117         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46118         * sysdeps/generic/ifunc-sel.h: ... here.
46120         * sysdeps/unix/i386/start.c: Delete file.
46121         * sysdeps/unix/sparc/start.c: Delete file.
46122         * sysdeps/unix/start.c: Delete file.
46124         * sysdeps/sh/elf/configure.in: Moved to ...
46125         * sysdeps/sh/configure.in: ... here.
46126         * sysdeps/sh/elf/start.S: Moved to ...
46127         * sysdeps/sh/start.S: ... here.
46128         * sysdeps/sh/elf/configure: Delete file.
46130         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46131         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46132         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46133         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46134         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46135         * sysdeps/powerpc/powerpc64/start.S: here.
46136         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46137         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46138         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46139         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46140         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46142         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46143         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46144         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46145         * sysdeps/powerpc/powerpc32/start.S: ... here.
46146         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46147         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46148         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46150         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46151         * sysdeps/powerpc/ifunc-sel.h: ... here.
46152         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46153         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46155         * sysdeps/sparc/elf/configure.in: Moved to ...
46156         * sysdeps/sparc/configure.in: ... here.
46157         * sysdeps/sparc/elf/configure: Delete file.
46158         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46159         * sysdeps/sparc/sparc32/start.S: ... here.
46160         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46161         * sysdeps/sparc/sparc64/start.S: ... here.
46162         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46163         * sysdeps/sparc/sparc32/Makefile: ... this.
46164         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46165         * sysdeps/sparc/sparc64/Makefile: ... this.
46167         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46168         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46169         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46170         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46171         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46172         * sysdeps/s390/s390-32/setjmp.S: ... here.
46173         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46174         * sysdeps/s390/s390-32/configure.in: ... here.
46175         * sysdeps/s390/s390-32/elf/configure: Delete file.
46176         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46177         * sysdeps/s390/s390-32/start.S: ... here.
46179         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46180         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46181         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46182         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46183         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46184         * sysdeps/s390/s390-64/setjmp.S: ... here.
46185         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46186         * sysdeps/s390/s390-64/configure.in: ... here
46187         * sysdeps/s390/s390-64/elf/configure: Delete file.
46188         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46189         * sysdeps/s390/s390-64/start.S: ... here.
46190         * sysdeps/s390/s390-64/elf/configure: Delete.
46192         * configure.in: Remove support for elf directories in sysdeps.
46194         * configure: Regenerated.
46195         * sysdeps/i386/configure: Regenerated.
46196         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46197         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46198         * sysdeps/s390/s390-32/configure: Regenerated.
46199         * sysdeps/s390/s390-64/configure: Regenerated.
46200         * sysdeps/sh/configure: Regenerated.
46201         * sysdeps/sparc/configure: Regenerated.
46202         * sysdeps/x86_64/configure: Regenerated.
46204 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46208         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46209         denormal result into account.
46211 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46213         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46214         Reported by Allan McRae <allan@archlinux.org>.
46216 2012-03-23  Jeff Law  <law@redhat.com>
46218         * nss/getnssent.c (__nss_getent): Fix typo.
46220 2012-03-23  David S. Miller  <davem@davemloft.net>
46222         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46224 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46226         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46227         to pad to uint64_t for each field.
46228         (dl_tls_index): Replace unsigned long with uint64_t.
46230 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46231         Paul Pluzhnikov  <ppluzhnikov@google.com>
46233         [BZ #6528]
46234         * grp/Makefile (otherlibs): Don't set it.
46235         * inet/Makefile (otherlibs): Likewise.
46236         * login/Makefile (otherlibs): Likewise.
46237         * nscd/Makefile (otherlibs): Likewise.
46238         * posix/Makefile (otherlibs): Likewise.
46239         * pwd/Makefile (otherlibs): Likewise.
46240         * rt/Makefile (otherlibs): Likewise.
46241         * sunrpc/Makefile (otherlibs): Likewise.
46242         * nss/Makefile (otherlibs): Likewise.
46243         Add libnss_files to routines and static-only-routines.
46244         ($(objpfx)getent): Remove rule.
46245         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46246         static-only-routines.
46248 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46250         [BZ #13892]
46251         * math/s_cexp.c: Include <float.h>.
46252         (__cexp): Handle exp result overflowing not necessarily
46253         overflowing both real and imaginary parts of result.
46254         * math/s_cexpf.c: Likewise.
46255         * math/s_cexpl.c: Likewise.
46256         * math/libm-test.inc (cexp_test): Add more tests.
46257         * sysdeps/i386/fpu/libm-test-ulps: Update.
46258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46260 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46262         * include/link.h (ELFW): New macro.
46263         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46264         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46266 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46268         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46269         with uint64_t.
46271 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46273         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46274         declaration.
46275         (struct La_x32_retval): Likewise.
46277 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46279         * sysdeps/x86_64/preconfigure.in: New file.
46280         * sysdeps/x86_64/preconfigure: New generated file.
46282 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46284         [BZ #13824]
46285         * math/e_exp2l.c: Include <float.h>.
46286         (__ieee754_exp2l): Handle overflow and underflow cases
46287         separately.  Only pass fractional part of argument to
46288         __ieee754_expl.
46289         * math/libm-test.inc (exp2_test): Add more tests.
46291         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46292         negating x to take absolute value.
46293         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46294         Likewise.
46295         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46296         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46297         Likewise.
46298         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46299         computing low part if x was negated.
46300         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46302 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46304         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46305         la_x32_gnu_pltexit.
46306         (pltexit): Cast int_retval to ptrdiff_t.
46307         * elf/tst-auditmod3b.c: Likewise.
46308         * elf/tst-auditmod4b.c: Likewise.
46309         * elf/tst-auditmod5b.c: Likewise.
46310         * elf/tst-auditmod6b.c: Likewise.
46311         * elf/tst-auditmod6c.c: Likewise.
46312         * elf/tst-auditmod7b.c: Likewise.
46314         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46315         and x32_gnu_pltexit.
46317         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46318         __ELF_NATIVE_CLASS.
46319         (La_x32_regs): New macro.
46320         (La_x32_retval): Likewise.
46321         (la_x32_gnu_pltenter): New function prototype.
46322         (la_x32_gnu_pltexit): Likewise.
46324 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46326         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46327         exponent.
46329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46331         * configure.in (libc_cv_cc_nofma): Check for option to disable
46332         generation of FMA instructions.
46333         * configure: Regenerate.
46334         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46335         * sysdeps/ieee754/dbl-64/Makefile: New file.
46336         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46337         Remove brandred-fma4.
46338         (CFLAGS-brandred-fma4.c): Remove.
46339         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46340         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46341         define.
46342         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46343         define.
46345 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46347         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46348         LLONG_MAX != LONG_MAX.
46349         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46350         (_fitoa_word): Likewise.
46351         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46352         LLONG_MAX != LONG_MAX.
46353         * stdio-common/_itowa.h: Include <_itoa.h>.
46354         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46355         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46356         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46357         only if not defined.
46358         (_ITOA_WORD_TYPE): Likewise.
46359         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46360         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46362 2012-03-21  David S. Miller  <davem@davemloft.net>
46364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46366 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46368         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46369         of x86_64 when setting libc_cv_slibdir, libdir and
46370         libc_cv_localedir.
46371         * sysdeps/unix/sysv/linux/configure: Regenerated.
46373 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46375         * manual/lang.texi (Old Varargs): Remove section.
46376         (How Variadic): Update menu.
46377         (va_start): Do not mention varargs.h.
46379 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46380             Joseph Myers  <joseph@codesourcery.com>
46382         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46383         link test.
46384         * configure: Regenerated.
46386 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46388         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46389         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46390         conformtest.pl
46392 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46394         * NOTES: Remove.
46395         * Makefile (files-for-dist): Remove NOTES.
46396         (NOTES): Remove rule.
46397         * README: Don't refer to NOTES.
46398         * manual/creature.texi: Don't include macros.texi.
46399         * manual/intro.texi (creature.texi): Remove comment referring to
46400         NOTES.
46402         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46403         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46404         * configure: Regenerated.
46405         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46406         LIBC_TRY_CC_OPTION.
46407         (libc_cv_as_i686): Likewise.
46408         (libc_cv_cc_avx): Likewise.
46409         (libc_cv_cc_sse2avx): Likewise.
46410         (libc_cv_cc_fma4): Likewise.
46411         (libc_cv_cc_novzeroupper): Likewise.
46412         * sysdeps/i386/configure: Regenerated.
46414         [BZ #13883]
46415         * sysdeps/i386/fpu/s_cexp.S: Remove.
46416         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46417         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46418         * math/libm-test.inc (cexp_test): Add more tests.
46419         * sysdeps/i386/fpu/libm-test-ulps: Update.
46420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46422 2012-03-21  Allan McRae  <allan@archlinux.org>
46424         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46426 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46428         [BZ #13871]
46429         * math/w_exp2.c: Do not include <float.h>.
46430         (o_threshold, u_threshold): Remove.
46431         (__exp2): Calculate result before checking finiteness and calling
46432         __kernel_standard.
46433         * math/w_exp2f.c: Likewise.
46434         * math/w_exp2l.c: Likewise.
46435         * math/libm-test.inc (exp2_test): Require overflow exception for
46436         1e6 input.
46438         [BZ #3866]
46439         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46440         range of signed 64-bit integers before using fistpll.  Remove
46441         checks for whether integers fit in mantissa bits.
46442         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46443         the range of signed 32-bit integers before using fistpl.  Remove
46444         checks for whether integers fit in mantissa bits.
46445         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46446         (__ieee754_powl): Test for y outside the range of signed 64-bit
46447         integers before using fistpll.  Reduce 64-bit values to 63-bit
46448         ones as needed.
46449         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46450         divide-by-zero is raised for zero to large negative powers.
46451         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46452         (__ieee754_powl): Test for y outside the range of signed 64-bit
46453         integers before using fistpll.  Reduce 64-bit values to 63-bit
46454         ones as needed.
46455         * math/libm-test.inc (pow_test): Add more tests.
46457 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46459         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46460         <stdio-common/_itoa.h>.
46461         * debug/segfault.c: Likewise.
46462         * elf/dl-cache.c: Likewise.
46463         * elf/dl-minimal.c: Likewise.
46464         * elf/dl-misc.c: Likewise.
46465         * elf/dl-sysdep.c: Likewise.
46466         * elf/dl-version.c: Likewise.
46467         * elf/rtld.c: Likewise.
46468         * hurd/hurdsock.c: Likewise.
46469         * hurd/lookup-retry.c: Likewise.
46470         * malloc/malloc.c: Likewise.
46471         * malloc/mtrace.c: Likewise.
46472         * nscd/nscd_getgr_r.c: Likewise.
46473         * nscd/nscd_getpw_r.c: Likewise.
46474         * nscd/nscd_getserv_r.c: Likewise.
46475         * posix/getopt_init.c: Likewise.
46476         * posix/wordexp.c: Likewise.
46477         * stdio-common/_itoa.c: Likewise.
46478         * stdio-common/printf_fphex.c: Likewise.
46479         * stdio-common/vfprintf.c: Likewise.
46480         * string/_strerror.c: Likewise.
46481         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46482         * sysdeps/i386/i686/hp-timing.h: Likewise.
46483         * sysdeps/mach/_strerror.c: Likewise.
46484         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46485         * sysdeps/mach/hurd/sethostid.c: Likewise.
46486         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46487         * sysdeps/mach/xpg-strerror.c: Likewise.
46488         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46489         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46490         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46491         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46492         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46493         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46494         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46495         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46496         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46497         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46498         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46499         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46500         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46501         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46502         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46503         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46504         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46505         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46506         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46507         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46508         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46510         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46512         * stdio-common/_itoa.h: Moved to ...
46513         * sysdeps/generic/_itoa.h: Here.
46515         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46517         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46518         instead of "_itoa.h" and "_itowa.h".
46519         * stdio-common/vfprintf.: Likewise.
46521 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46523         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46524         <bits/wordsize.h>.
46525         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46526         (__signbit): Likwise.
46527         (llrintf): Likwise.
46528         (llrint): Likwise.
46530 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46532         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46533         __WORDSIZE != 64.
46535 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46537         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46538         OVERFLOW_EXCEPTION_OK.
46539         * math/libm-test.inc ("Philosophy"): Update comment about
46540         exception testing.
46541         (OVERFLOW_EXCEPTION): Define.
46542         (OVERFLOW_EXCEPTION_OK): Likewise.
46543         (INVALID_EXCEPTION_OK): Renumber.
46544         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46545         (IGNORE_ZERO_INF_SIGN): Likewise.
46546         (test_exceptions): Handle FE_OVERFLOW.
46547         (exp10_test): Expect overflow exceptions.
46548         (exp2_test): Likewise.
46549         (expm1_test): Likewise.
46550         (nextafter_test): Likewise.
46551         (pow_test): Likewise.
46552         (scalbn_test): Likewise.
46553         (scalbln_test): Likewise.
46555 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46557         * sysdeps/x86_64/bits/atomic.h
46558         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46559         64bit integer.
46560         (atomic_exchange_acq): Likewise.
46561         (__arch_exchange_and_add_body): Likewise.
46562         (__arch_add_body): Likewise.
46563         (atomic_add_negative): Likewise.
46564         (atomic_add_zero): Likewise.
46566 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46568         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46569         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46571 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46573         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46574         Check __x86_64__ instead of __WORDSIZE.
46576 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46578         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46580 2012-03-19  David S. Miller  <davem@davemloft.net>
46582         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46584         * sysdeps/sparc/fpu/fenv_private.h: New file.
46585         * sysdeps/sparc/fpu/math_private.h: Use it.
46586         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46587         Remove.
46588         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46589         (libc_feholdexcept_setroundl): Remove.
46590         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46591         Remove.
46592         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46593         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46595 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46597         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46598         int64_t instead of long int.
46599         (INSERT_WORDS64): Likwise.
46601 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46603         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46604         _Unwind_GetCFA return to _Unwind_Ptr first.
46606 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46608         [BZ #13629]
46609         * math/s_clog.c: Include <float.h>.
46610         (__clog): Scale large or subnormal inputs.
46611         * math/s_clogf.c: Likewise.
46612         * math/s_clogl.c: Likewise.
46613         * math/s_clog10.c: Include <float.h>.
46614         (M_LOG10_2): Define.
46615         (__clog10): Scale large or subnormal inputs.
46616         * math/s_clog10f.c: Likewise.
46617         * math/s_clog10l.c: Likewise.
46618         * math/libm-test.inc (clog_test): Add more tests.
46619         (clog10_test): Likewise.
46620         * sysdeps/i386/fpu/libm-test-ulps: Update.
46621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46623         [BZ #11451]
46624         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46625         x and y.
46626         * math/libm-test.inc (atan2_test): Add another test.
46628         * Makerules (common-objdir-compile): Remove.
46629         * sysdeps/unix/Makefile (config-generated): Do not add
46630         $(unix-generated) to variable.
46631         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46632         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46633         Remove rule.
46634         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46635         Likewise.
46636         [generic bits/local_lim.h] (before-compile): Do not append to
46637         variable.
46638         [generic bits/local_lim.h] (common-generated): Likewise.
46639         [generic sys/param.h] (before-compile): Do not append to variable.
46640         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46641         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46642         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46643         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46644         include.
46645         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46646         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46647         [generic sys/param.h] ($(addprefix
46648         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46649         [generic sys/param.h] (common-generated): Do not append to
46650         variable.
46651         [generic sys/param.h] (sysdep_headers): Likewise.
46652         [generic bits/errno.h] (before-compile): Do not append to
46653         variable.
46654         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46655         rule.
46656         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46657         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46658         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46659         [generic bits/errno.h] (common-generated): Do not append to
46660         variable.
46661         [generic bits/ioctls.h] (before-compile): Do not append to
46662         variable.
46663         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46664         rule.
46665         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46666         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46667         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46668         rule.
46669         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46670         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46671         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46672         [generic bits/ioctls.h] (common-generated): Do not append to
46673         variable.
46674         [generic sys/syscall.h] (syscall.h): Remove variable.
46675         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46676         rule.
46677         [generic sys/syscall.h] (before-compile): Do not append to
46678         variable.
46679         [generic sys/syscall.h] (common-generated): Likewise.
46680         * sysdeps/unix/errnos-tmpl.c: Remove file.
46681         * sysdeps/unix/errnos.awk: Likewise.
46682         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46683         * sysdeps/unix/ioctls.awk: Likewise.
46684         * sysdeps/unix/mk-local_lim.c: Likewise.
46685         * sysdeps/unix/snarf-ioctls: Likewise.
46687 2012-03-19  Richard Henderson  <rth@twiddle.net>
46689         * sysdeps/i386/fpu/fenv_private.h: New file.
46690         * sysdeps/i386/fpu/math_private.h: Use it.
46691         (math_opt_barrier, math_force_eval): Remove.
46692         (libc_feholdexcept_setround_53bit): Remove.
46693         (libc_feupdateenv_53bit): Remove.
46694         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46695         (math_opt_barrier, math_force_eval): Remove.
46696         (libc_feholdexcept): Remove.
46697         (libc_feholdexcept_setround): Remove.
46698         (libc_fetestexcept, libc_fesetenv): Remove.
46699         (libc_feupdateenv_test): Remove.
46700         (libc_feupdateenv, libc_feholdsetround): Remove.
46701         (libc_feresetround): Remove.
46703         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46704         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46706         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46707         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46708         (libc_feupdateenv_testl): New.
46709         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46710         (libc_feupdateenv_testf): New.
46711         (libc_feupdateenv): Use libc_feupdateenv_test.
46712         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46713         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46715         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46716         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46717         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46718         (libc_feresetround_noex): New.
46719         (libc_feresetround_noexf): New.
46720         (libc_feresetround_noexl): New.
46721         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46722         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46723         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46724         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46725         SET_RESTORE_ROUND.
46726         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46727         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46728         (__cos): Likewise.
46729         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46730         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46731         SET_RESTORE_ROUND_NOEX.
46732         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46733         SET_RESTORE_ROUND_NOEXF.
46734         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46735         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46736         (libc_feholdsetroundf): New.
46737         (libc_feresetround, libc_feresetroundf): New.
46739         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46740         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46741         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46743         * sysdeps/generic/math_private.h: Include <fenv.h>.
46744         (default_libc_feholdexcept): New.
46745         (default_libc_feholdexcept_setround): New.
46746         (default_libc_fesetenv, default_libc_feupdateenv): New.
46747         (libc_feholdexcept): Only define if undefined.
46748         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46749         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46750         (libc_feholdexcept_setroundl): Likewise.
46751         (libc_feholdexcept_setround_53bit): Likewise.
46752         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46753         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46754         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46755         (libc_feupdateenv_53bit): Likewise.
46756         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46757         (libc_feholdexcept): Convert from macro to inline function.
46758         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46759         (libc_fesetenv, libc_feupdateenv): Likewise.
46761         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46762         not previously defined.
46763         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46764         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46765         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46766         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46767         * sysdeps/ieee754/flt-32/math_private.h: New file.
46768         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46769         math_private.h below SET_FLOAT_WORD.
46770         (__isnan, __isinf_ns, __finite): Remove.
46771         (__isnanf, __isinf_nsf, __finitef): Remove.
46773 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46777 2012-03-17  David S. Miller  <davem@davemloft.net>
46779         [BZ #6471]
46780         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46781         for 2.16.
46783 2012-03-16  David S. Miller  <davem@davemloft.net>
46785         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46786         warnings.
46788         [BZ #6471]
46789         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46790         properly.
46791         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46792         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46793         sysdep_routines when subdir is sysvipc.
46794         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46795         __getshmlba helper.
46797         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46799 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46801         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46802         [__LP64__].
46804 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46806         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46807         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46808         (__lround): Renamed to ...
46809         (__llround): This.  Replace long int with long long int.
46810         Define lround functions as aliases of llround functions.
46811         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46813 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46815         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46816         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46817         adresses to uintptr_t.  Replace "long int" and "unsigned long
46818         int" with "greg_t" on va_arg.
46820 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46822         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46823         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46825         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46826         Move e_machine check before EI_CLASS check.  Handle x32
46827         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46828         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46829         SKIP_EM_IA_64 and include
46830         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46832         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46833         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46834         (add_system_dir): New macro.
46836         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46837         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46839 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46841         [BZ #2551]
46842         [BZ #2552]
46843         [BZ #2553]
46844         [BZ #2554]
46845         [BZ #2562]
46846         [BZ #2563]
46847         [BZ #2565]
46848         [BZ #2566]
46849         [BZ #2576]
46850         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46851         (y0): Likewise.
46852         * math/w_j0f.c (j0f): Likewise.
46853         (y0f): Likewise.
46854         * math/w_j0l.c (__j0l): Likewise.
46855         (__y0l): Likewise.
46856         * math/w_j1.c (j1): Likewise.
46857         (y1): Likewise.
46858         * math/w_j1f.c (j1f): Likewise.
46859         (y1f): Likewise.
46860         * math/w_j1l.c (__j1l): Likewise.
46861         (__y1l): Likewise.
46862         * math/w_jn.c (jn): Likewise.
46863         (yn): Likewise.
46864         * math/w_jnf.c (jnf): Likewise.
46865         (ynf): Likewise.
46866         * math/w_jnl.c (__jnl): Likewise.
46867         (__ynl): Likewise.
46868         * math/libm-test.inc (j0_test): Add more tests.
46869         (j1_test): Likewise.
46870         (jn_test): Likewise.  Add trailing semicolon to existing test.
46871         (y0_test): Likewise.
46872         (y1_test): Likewise.
46873         * sysdeps/i386/fpu/libm-test-ulps: Update.
46874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46876         [BZ #13851]
46877         [BZ #13854]
46878         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46879         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46880         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46881         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46882         (__tanl): Set errno for infinite argument.
46883         * sysdeps/i386/fpu/mptan.c: Remove.
46884         * sysdeps/i386/fpu/s_tan.S: Likewise.
46885         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46886         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46887         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46888         * math/libm-test.inc (tan_test): Add more tests and enable more
46889         tests for double and long double.
46890         * sysdeps/i386/fpu/libm-test-ulps: Update.
46891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46893 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46895         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46896         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46898 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46900         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46901         * configure.in: Use it for both main tree and add-ons.
46902         * configure: Regenerated.
46904 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46906         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46908 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46910         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46911         in comment.
46913         [BZ #13851]
46914         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46915         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46918         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46919         infinite argument.
46920         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46921         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46922         != 0 for prec == 2.
46923         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46924         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46925         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46926         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46927         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46928         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46929         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46930         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46931         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46932         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46933         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46934         * math/libm-test.inc (cos_test): Add more tests and enable more
46935         tests for long double.
46936         (sin_test): Likewise.
46937         (sincos_test): Likewise.
46938         * sysdeps/i386/fpu/libm-test-ulps: Update.
46939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46941 2012-03-16  David S. Miller  <davem@davemloft.net>
46943         * sysdeps/sparc/fpu/math_private.h: New file.
46945 2012-03-15  David S. Miller  <davem@davemloft.net>
46947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46948         file.
46949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46951         file.
46952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46953         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46954         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46955         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46956         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46957         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46958         sysdep routines.
46959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46961         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46962         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46964         * sysdeps/sparc/sparc-ifunc.h: New file.
46965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46966         sparc-ifunc.h
46967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46969         Likewise.
46970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46971         Likewise.
46972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46976         Likewise.
46977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46982         Likewise.
46983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46984         Likewise.
46985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46989         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46990         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46991         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46992         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46993         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46994         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46995         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46996         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46997         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46998         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46999         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47000         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47001         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47002         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47003         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47004         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47005         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47006         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47007         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47008         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47010 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47012         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47013         scaling.
47014         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47016 2012-03-15  Andreas Jaeger  <aj@suse.de>
47018         [BZ #13852]
47019         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47020         ieee754/flt-32 implementation for sin, cos and sincos.
47021         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47022         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47023         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47024         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47025         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47026         ieee754/flt-32 implementation for tan.
47028         * math/libm-test.inc (cos_test): Enable some large input tests for
47029         float as well
47030         (sin_test): Likewise.
47031         (sincos_test): Likewise.
47032         (tan_test): Add tests for large input.
47034         * sysdeps/i386/fpu/libm-test-ulps: Update.
47036 2012-03-15  Andreas Jaeger  <aj@suse.de>
47038         [BZ #13658]
47039         * math/libm-test.inc (cos_test): Add more test cases.
47040         (sin_test): Likewise.
47041         (sincos_test): Likewise.
47043 2012-03-15  Andreas Jaeger  <aj@suse.de>
47045         [BZ #13837]
47046         * math/libm-test.inc (cos_test): Add a test case for large input
47047         value.
47048         (sin_test): Likewise.
47049         (sincos_test): Likewise.
47051 2012-03-15  Andreas Jaeger  <aj@suse.de>
47052             Joseph Myers  <joseph@codesourcery.com>
47054         [BZ #13658]
47055         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47056         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47057         * sysdeps/i386/fpu/branred.c: Likewise.
47058         * sysdeps/i386/fpu/dosincos.c: Likewise.
47059         * sysdeps/i386/fpu/mpa.c: Likewise.
47060         * sysdeps/i386/fpu/s_cos.S: Likewise.
47061         * sysdeps/i386/fpu/s_sin.S: Likewise.
47062         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47063         * sysdeps/i386/fpu/sincos32.c: Likewise.
47065         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47066         Define.
47067         (libc_feupdateenv_53bit): Define.
47068         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47069         Define.
47070         (libc_feupdateenv_53bit): Define.
47072         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47073         53 bit (without extend i386 double precision).
47075         * math/libm-test.inc (sincos_test): Add tests for large input.
47076         (sin): Likewise.
47077         (cos): Likewise.
47079         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47081 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47085 2012-03-15  David S. Miller  <davem@davemloft.net>
47087         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47088         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47089         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47090         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47091         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47093         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47094         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47095         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47096         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47097         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47098         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47099         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47100         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47101         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47103         file.
47104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47106         file.
47107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47109         file.
47110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47112         file.
47113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47114         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47115         fmin/fmax sysdep routines.
47116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47118 2012-03-14  David S. Miller  <davem@davemloft.net>
47120         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47121         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47122         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47123         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47124         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47125         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47126         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47127         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47128         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47129         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47130         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47131         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47132         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47133         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47134         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47135         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47136         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47137         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47138         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47139         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47140         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47141         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47142         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47143         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47144         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47145         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47146         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47147         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47148         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47149         routines.
47150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47151         file.
47152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47154         file.
47155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47157         file.
47158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47160         file.
47161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47163         file.
47164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47166         file.
47167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47168         file.
47169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47170         file.
47171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47172         file.
47173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47174         New file.
47175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47176         file.
47177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47178         file.
47179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47181         file.
47182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47184         file.
47185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47187         file.
47188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47190         VIS3 routines.
47192         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47193         New file.
47195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47197         * sysdeps/sparc/configure.in: New file.
47198         * sysdeps/sparc/configure: Generate.
47199         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47200         * configure: Regenerate.
47201         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47202         * config.make.in (have-as-vis3): New.
47203         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47204         available use -Av9d instead of -Av9a.
47205         * sysdeps/sparc/sparc64/Makefile: Likewise.
47206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47208         New file.
47209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47210         file.
47211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47212         New file.
47213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47214         file.
47215         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47216         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47217         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47218         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47219         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47221         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47222         fzeros/fnegs to load 0x80000000 into a float register instead of
47223         using the stack.
47224         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47226 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47228         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47229         bits/syscall.h.
47230         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47231         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47232         ($(inst_includedir)/bits/syscall.h): Remove rule.
47233         ($(objpfx)bits/syscall.d): Include instead of
47234         $(objpfx)syscall-list.d.
47235         (generated): Change syscall-list.h and syscall-list.d to
47236         bits/syscall.h and bits/syscall.d.
47238 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47240         [BZ #13846]
47241         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47243 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47245         [BZ #13841]
47246         * math/s_csqrt.c: Include <float.h>.
47247         (__csqrt): Scale large or subnormal inputs.
47248         * math/s_csqrtf.c: Likewise.
47249         * math/s_csqrtl.c: Likewise.
47250         * math/libm-test.inc (csqrt_test): Add more tests.
47251         * sysdeps/i386/fpu/libm-test-ulps: Update.
47252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47254         [BZ #13840]
47255         * math/libm-test.inc (hypot_test): Add more tests.
47257 2012-03-13  David S. Miller  <davem@davemloft.net>
47259         [BZ #13840]
47260         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47261         double-precision for the calculation instead of scaling.
47263 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47265         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47266         manipulate bits before adding and subtracting TWO52[sx].
47267         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47268         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47269         Likewise.
47270         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47272 2012-03-13  David S. Miller  <davem@davemloft.net>
47274         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47275         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47276         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47277         rtld-global-offsets.h
47278         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47280         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47281         large parameters.
47283         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47285         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47286         'err' in the ifdef scope in which it is actually used.
47288         * nss/nss_db/db-init.c: Include string.h
47290 2012-03-12  David S. Miller  <davem@davemloft.net>
47292         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47293         masking out of the most significant byte of random value used.
47294         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47295         Fix coding style in previous change.
47297         * sysdeps/unix/sysv/linux/kernel-features.h
47298         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47299         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47300         expression.
47301         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47302         later.
47304 2012-03-11  David S. Miller  <davem@davemloft.net>
47306         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47307         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47308         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47309         for 'resultvar' otherwise things get truncated on 64-bit.
47311         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47312         Fix masking out of the most significant byte of random value used.
47314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47316 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47318         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47320 2012-03-09  David S. Miller  <davem@davemloft.net>
47322         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47323         variables with appropriate CPP guards.
47324         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47325         from the frame pointer, not the stack pointer.  Correct layout
47326         comments.  Fix test on resulting framesize and the management of
47327         the outregs buffer for pltexit.  Preserve floating point return
47328         values across _dl_call_pltexit call.
47329         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47330         framesize and the management of the outregs buffer for pltexit.
47331         Preserve floating point return values across _dl_call_pltexit
47332         call.
47333         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47334         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47335         (la_sparc64_gnu_pltexit): New functions.
47336         (print_exit): Fix format string for return register value.
47338 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47340         * sunrpc/Makefile (others): Add rpcgen.
47341         ($(objpfx)rpcgen): Remove special build rule and dependency on
47342         libc.
47343         * sunrpc/rpcgen.c: New file.
47345 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47347         [BZ #13673]
47348         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47349         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47350         * sysdeps/i386/crti.S: Likewise.
47351         * sysdeps/i386/crtn.S: Likewise.
47352         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47353         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47354         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47355         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47356         * sysdeps/sh/crti.S: Likewise.
47357         * sysdeps/sh/crtn.S: Likewise.
47358         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47360         [BZ #13673]
47361         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47362         with URL.
47363         * locale/programs/locfile-kw.gperf: Likewise.
47364         * locale/programs/charmap-kw.h: Regenerated.
47365         * locale/programs/locfile-kw.h: Likewise.
47367         [BZ #13673]
47368         * intl/plural.y: Replace FSF snail mail address with URL.
47369         * intl/plural.c: Regenerated.
47371 2012-03-09  Richard Henderson  <rth@twiddle.net>
47373         * include/math_private.h: Remove file.
47374         * math/math_private.h: Move file ...
47375         * sysdeps/generic/math_private.h: ... here.
47377         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47378         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47379         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47381         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47382         and <math_private.h>.
47383         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47384         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47385         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47386         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47387         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47388         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47389         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47390         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47391         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47392         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47393         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47394         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47395         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47396         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47397         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47398         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47399         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47400         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47401         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47402         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47403         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47404         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47405         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47406         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47407         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47408         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47409         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47410         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47411         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47412         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47413         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47414         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47415         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47416         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47417         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47418         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47419         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47420         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47421         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47422         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47423         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47424         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47425         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47426         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47427         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47428         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47429         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47430         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47431         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47432         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47433         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47434         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47435         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47436         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47437         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47438         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47439         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47440         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47441         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47442         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47443         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47444         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47445         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47446         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47447         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47448         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47449         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47450         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47451         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47452         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47453         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47454         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47455         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47456         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47457         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47458         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47459         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47460         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47461         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47462         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47463         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47464         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47465         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47466         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47467         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47468         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47469         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47470         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47471         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47472         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47473         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47474         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47475         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47476         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47477         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47478         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47479         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47480         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47481         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47482         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47483         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47484         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47485         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47486         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47487         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47488         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47489         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47490         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47491         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47492         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47493         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47494         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47495         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47496         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47497         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47498         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47499         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47500         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47501         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47502         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47503         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47504         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47505         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47506         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47507         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47508         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47509         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47510         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47511         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47512         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47513         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47514         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47515         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47516         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47517         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47518         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47519         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47520         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47521         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47522         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47523         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47524         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47525         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47526         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47527         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47528         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47529         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47530         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47531         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47532         * sysdeps/ieee754/k_standard.c: Likewise.
47533         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47534         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47535         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47536         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47537         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47538         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47539         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47540         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47541         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47542         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47543         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47544         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47545         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47546         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47547         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47548         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47549         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47550         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47551         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47552         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47553         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47554         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47555         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47556         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47557         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47558         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47559         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47560         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47561         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47562         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47563         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47564         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47565         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47566         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47567         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47568         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47569         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47570         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47571         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47572         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47573         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47574         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47575         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47576         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47577         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47578         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47579         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47580         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47581         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47582         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47583         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47584         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47585         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47586         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47587         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47588         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47589         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47590         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47591         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47592         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47593         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47594         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47595         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47596         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47597         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47598         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47599         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47600         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47601         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47602         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47603         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47604         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47605         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47606         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47607         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47608         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47609         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47610         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47611         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47612         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47613         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47614         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47615         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47616         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47617         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47618         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47619         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47620         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47621         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47622         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47623         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47624         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47625         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47626         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47627         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47628         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47629         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47630         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47631         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47632         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47633         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47634         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47635         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47636         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47637         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47638         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47639         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47640         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47641         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47642         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47643         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47644         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47645         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47646         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47647         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47648         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47649         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47650         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47651         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47652         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47653         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47654         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47655         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47656         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47657         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47658         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47659         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47660         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47661         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47662         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47663         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47664         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47665         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47666         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47667         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47668         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47669         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47670         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47671         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47672         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47673         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47674         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47675         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47676         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47677         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47678         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47679         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47680         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47681         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47682         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47683         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47684         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47685         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47686         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47687         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47688         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47689         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47690         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47691         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47692         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47693         * sysdeps/ieee754/s_lib_version.c: Likewise.
47694         * sysdeps/ieee754/s_matherr.c: Likewise.
47695         * sysdeps/ieee754/s_signgam.c: Likewise.
47696         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47697         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47698         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47699         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47700         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47701         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47702         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47703         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47704         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47705         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47706         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47707         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47708         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47709         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47710         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47711         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47712         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47713         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47714         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47715         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47716         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47718 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47720         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47721         * sunrpc/rpc_main.c: Likewise.
47722         * sunrpc/rpc_svcout.c: Likewise.
47724 2012-03-09  David S. Miller  <davem@davemloft.net>
47726         * include/math_private.h: New file.
47728 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47730         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47731         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47732         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47733         from <bits/socket_type.h>.
47734         (enum __socket_type): Don't define here.
47735         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47736         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47737         bits/socket_type.h.
47739         [BZ #13566]
47740         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47741         checking __USE_GNU.
47743         * Makerules ($(inst_includedir)/%.h): New rule.
47744         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47745         (install-others): Remove variable setting.
47746         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47748 2012-03-08  Richard Henderson  <rth@twiddle.net>
47750         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47751         from macro to inline function; merge with the
47752         !__LIBC_INTERNAL_MATH_INLINES version.
47753         (__ieee754_sqrtf): Likewise.
47755         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47756         to inline function.
47757         (__rintf, __floor, __floorf): Likewise.
47759         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47760         macro to inline function.
47761         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47763         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47764         not <math/math_private.h>.
47766 2012-03-08  David S. Miller  <davem@davemloft.net>
47768         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47769         copyright year.
47770         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47772 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47774         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47775         normalization.
47776         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47777         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47779 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47781         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47782         be defined individually, they must be defined as a block.  Define
47783         S for printing a string instead of hidint the different by using a
47784         macro for adding the 'l'.
47785         * stdio-common/tst-fphex-wide.c: Adjust.
47787 2012-03-07  Marek Polacek  <polacek@redhat.com>
47789         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47791 2012-03-08  Marek Polacek  <polacek@redhat.com>
47793         [BZ #13806]
47794         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47795         * stdio-common/tst-fphex.c: Define a few macros to make the
47796         test reusable.  Use them.
47797         * stdio-common/tst-fphex-wide.c: New file.
47799 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47801         [BZ #6911]
47802         * manual/macros.texi (gnusystems): New macro.
47803         (nongnusystems): Likewise.
47804         (gnulinuxhurdsystems): Likewise.
47805         (gnuhurdsystems): Likewise..
47806         (gnulinuxsystems): Likewise.
47807         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47808         variants of the GNU system, not "GNU system".
47809         * manual/conf.texi: Likewise.
47810         * manual/errno.texi: Likewise.  Update example of errno macro
47811         expansion.
47812         * manual/filesys.texi: Likewise.
47813         (getumask): Document as specific to GNU/Hurd.
47814         * manual/install.texi: Likewise.  Reword some references to
47815         GNU/Linux.
47816         * manual/intro.texi: Likewise.
47817         * manual/io.texi: Likewise.
47818         (File Name Portability): Detail which constraints are inapplicable
47819         to all GNU systems and which are only inapplicable to GNU/Hurd.
47820         * manual/job.texi: Likewise.
47821         * manual/llio.texi: Likewise.
47822         (O_NOCTTY): Document as present on GNU/Linux.
47823         * manual/maint.texi: Likewise.
47824         * manual/memory.texi: Likewise.
47825         * manual/pattern.texi: Likewise.
47826         * manual/pipe.texi: Likewise.
47827         * manual/process.texi: Likewise.
47828         * manual/resource.texi: Likewise.
47829         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47830         child on GNU/Hurd.
47831         * manual/setjmp.texi: Likewise.
47832         * manual/signal.texi: Likewise.
47833         * manual/startup.texi: Likewise.
47834         * manual/stdio.texi: Likewise.
47835         * manual/terminal.texi: Likewise.
47836         (ONLCR): Document as POSIX.
47837         (OXTABS): Document availability on GNU/Linux as XTABS.
47838         (ONOEOT): Document availability separately from other bits.
47839         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47840         * manual/time.texi: Likewise.
47841         * manual/users.texi: Likewise.
47842         * INSTALL: Regenerated.
47843         * sysdeps/gnu/errlist.c: Regenerated.
47845         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47846         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47847         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47848         puts.
47849         * configure: Regenerated.
47851 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47853         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47854         default includes instead of AC_HEADER_CHECK.
47855         * sysdeps/i386/configure: Regenerated.
47857         [BZ #10716]
47858         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47859         * math/s_cacoshf.c (__cacoshf): Likewise.
47860         * math/s_cacoshl.c (__cacoshl): Likewise.
47861         * math/s_casinh.c (__casinh): Set signs of result from argument.
47862         * math/s_casinhf.c (__casinhf): Likewise.
47863         * math/s_casinhl.c (__casinhl): Likewise.
47864         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47865         (casinh_test): Add more tests.
47866         * sysdeps/i386/fpu/libm-test-ulps: Update.
47867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47869 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47871         * po/zh_TW.po: Update from translation team.
47873         * login/Makefile (distribute): Remove variable.
47874         * catgets/Makefile: Likewise.
47875         * mach/Makefile: Likewise.
47876         * malloc/Makefile: Likewise.
47877         * misc/Makefile: Likewise.
47878         * iconv/Makefile: Likewise.
47879         * nscd/Makefile: Likewise.
47880         * hurd/Makefile: Likewise.
47881         * manual/Makefile: Likewise.
47882         * locale/Makefile: Likewise.
47883         * intl/Makefile: Likewise.
47884         * conform/Makefile: Likewise.
47885         * nss/Makefile: Likewise.
47886         * time/Makefile: Likewise.
47887         * soft-fp/Makefile: Likewise.
47888         * dirent/Makefile: Likewise.
47889         * gmon/Makefile: Likewise.
47890         * po/Makefile: Likewise.
47891         * rt/Makefile: Likewise.
47892         * socket/Makefile: Likewise.
47893         * math/Makefile: Likewise.
47894         * signal/Makefile: Likewise.
47895         * debug/Makefile: Likewise.
47896         * elf/Makefile: Likewise.
47897         * timezone/Makefile: Likewise.
47898         * stdlib/Makefile: Likewise.
47899         * iconvdata/Makefile: Likewise.
47900         * sunrpc/Makefile: Likewise.
47901         * io/Makefile: Likewise.
47902         * argp/Makefile: Likewise.
47903         * inet/Makefile: Likewise.
47904         * hesiod/Makefile: Likewise.
47905         * grp/Makefile: Likewise.
47906         * csu/Makefile: Likewise.
47907         * wctype/Makefile: Likewise.
47908         * crypt/Makefile: Likewise.
47909         * libio/Makefile: Likewise.
47910         * string/Makefile: Likewise.
47911         * nis/Makefile: Likewise.
47912         * resolv/Makefile: Likewise.
47913         * stdio-common/Makefile: Likewise.
47914         * wcsmbs/Makefile: Likewise.
47915         * dlfcn/Makefile: Likewise.
47916         * posix/Makefile: Likewise.
47918         [BZ #6959]
47919         * timezone/Makefile: Don't install timezone files, just the programs
47920         and scripts.
47922 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47924         * nss/databases.def: Add missing gshadow entry.
47926         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47928 2012-03-06  Marek Polacek  <polacek@redhat.com>
47930         [BZ #13726]
47931         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47932         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47933         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47934         * stdio-common/tst-long-dbl-fphex.c: New file.
47936 2012-03-06  David S. Miller  <davem@davemloft.net>
47938         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47939         (set_obp_int): New function.
47940         (get_obp_int): New function.
47941         (__get_clockfreq_via_dev_openprom): Likewise.
47942         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47943         Avoid unused variable warnings on 'val' and use builtin_expect.
47944         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47945         __builtin_expect.
47946         (INLINE_CLONE_SYSCALL): Likewise.
47948 2012-03-05  David S. Miller  <davem@davemloft.net>
47950         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47952 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47956         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47957         only for |x| >= 40.
47958         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47960 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47962         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47963         Replace gettimeofday with __vdso_gettimeofday.
47965         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47966         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47967         __vdso_clock_gettime and __vdso_getcpu.
47969         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47970         time with __vdso_time.
47972 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47974         * manual/lang.texi (size_t): Note types to which size_t may be
47975         equivalent with the GNU C Library, but do not describe when
47976         differences between them are significant.
47978 2012-03-05  Andreas Jaeger  <aj@suse.de>
47980         * sysdeps/i386/fpu/libm-test-ulps: Update.
47982 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47984         [BZ #3976]
47985         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47986         (__ieee754_pow): Save and restore rounding mode and use
47987         round-to-nearest for main computations.
47988         * math/libm-test.inc (pow_test_tonearest): New function.
47989         (pow_test_towardzero): Likewise.
47990         (pow_test_downward): Likewise.
47991         (pow_test_upward): Likewise.
47992         (main): Call the new functions.
47993         * sysdeps/i386/fpu/libm-test-ulps: Update.
47994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47996         [BZ #3976]
47997         * math/libm-test.inc (cosh_test_tonearest): New function.
47998         (cosh_test_towardzero): Likewise.
47999         (cosh_test_downward): Likewise.
48000         (cosh_test_upward): Likewise.
48001         (sinh_test_tonearest): Likewise.
48002         (sinh_test_towardzero): Likewise.
48003         (sinh_test_downward): Likewise.
48004         (sinh_test_upward): Likewise.
48005         (main): Call the new functions.
48006         * sysdeps/i386/fpu/libm-test-ulps: Update.
48007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48009 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48011         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48012         default stack guard is set in last bytes.
48013         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48015 2012-03-05  Kees Cook  <keescook@chromium.org>
48017         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48019         [BZ #13656]
48020         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48021         possibly allocate from heap instead of stack.
48022         * stdio-common/bug-vfprintf-nargs.c: New file.
48023         * stdio-common/Makefile (tests): Add nargs overflow test.
48025 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48029 2012-03-03  Marek Polacek  <polacek@redhat.com>
48031         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48032         * math/math_private.h: Likewise.
48033         * stdlib/tst-strtod.c: Likewise.
48034         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48035         * sysdeps/x86_64/bits/atomic.h: Likewise.
48037 2012-03-02  David S. Miller  <davem@davemloft.net>
48039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48040         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48043         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48044         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48045         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48046         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48048 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48050         [BZ #13792]
48051         * manual/examples/README: New file, says the example source files
48052         can be used under GPL>=2.
48053         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48054         line containing just "*/".
48055         * manual/examples/add.c: Add copyright header (GPL>=2).
48056         * manual/examples/argp-ex1.c: Likewise.
48057         * manual/examples/argp-ex2.c: Likewise.
48058         * manual/examples/argp-ex3.c: Likewise.
48059         * manual/examples/argp-ex4.c: Likewise.
48060         * manual/examples/atexit.c: Likewise.
48061         * manual/examples/db.c: Likewise.
48062         * manual/examples/dir.c: Likewise.
48063         * manual/examples/dir2.c: Likewise.
48064         * manual/examples/execinfo.c: Likewise.
48065         * manual/examples/filecli.c: Likewise.
48066         * manual/examples/filesrv.c: Likewise.
48067         * manual/examples/fmtmsgexpl.c: Likewise.
48068         * manual/examples/genpass.c: Likewise.
48069         * manual/examples/inetcli.c: Likewise.
48070         * manual/examples/inetsrv.c: Likewise.
48071         * manual/examples/isockad.c: Likewise.
48072         * manual/examples/longopt.c: Likewise.
48073         * manual/examples/memopen.c: Likewise.
48074         * manual/examples/memstrm.c: Likewise.
48075         * manual/examples/mkfsock.c: Likewise.
48076         * manual/examples/mkisock.c: Likewise.
48077         * manual/examples/mygetpass.c: Likewise.
48078         * manual/examples/pipe.c: Likewise.
48079         * manual/examples/popen.c: Likewise.
48080         * manual/examples/rprintf.c: Likewise.
48081         * manual/examples/search.c: Likewise.
48082         * manual/examples/select.c: Likewise.
48083         * manual/examples/setjmp.c: Likewise.
48084         * manual/examples/sigh1.c: Likewise.
48085         * manual/examples/sigusr.c: Likewise.
48086         * manual/examples/stpcpy.c: Likewise.
48087         * manual/examples/strdupa.c: Likewise.
48088         * manual/examples/strftim.c: Likewise.
48089         * manual/examples/strncat.c: Likewise.
48090         * manual/examples/subopt.c: Likewise.
48091         * manual/examples/swapcontext.c: Likewise.
48092         * manual/examples/termios.c: Likewise.
48093         * manual/examples/testopt.c: Likewise.
48094         * manual/examples/testpass.c: Likewise.
48095         * manual/examples/timeval_subtract.c: Likewise.
48097         [BZ #13792]
48098         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48099         function to ...
48100         * manual/timeval_subtract.c.texi: ... here, new file.
48102 2012-03-02  David S. Miller  <davem@davemloft.net>
48104         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48106 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48108         [BZ #3976]
48109         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48110         (__sin): Save and restore rounding mode and use round-to-nearest
48111         for all computations.
48112         (__cos): Save and restore rounding mode and use round-to-nearest
48113         for all computations.
48114         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48115         <fenv.h>.
48116         (tan): Save and restore rounding mode and use round-to-nearest for
48117         all computations.
48118         * math/libm-test.inc (cos_test_tonearest): New function.
48119         (cos_test_towardzero): Likewise.
48120         (cos_test_downward): Likewise.
48121         (cos_test_upward): Likewise.
48122         (sin_test_tonearest): Likewise.
48123         (sin_test_towardzero): Likewise.
48124         (sin_test_downward): Likewise.
48125         (sin_test_upward): Likewise.
48126         (tan_test_tonearest): Likewise.
48127         (tan_test_towardzero): Likewise.
48128         (tan_test_downward): Likewise.
48129         (tan_test_upward): Likewise.
48130         (main): Call the new functions.
48131         * sysdeps/i386/fpu/libm-test-ulps: Update.
48132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48134         [BZ #10135]
48135         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48136         small n, then large n, before computing and testing k+n.
48137         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48138         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48139         Likewise.
48140         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48141         Likewise.
48142         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48143         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48144         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48145         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48146         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48147         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48148         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48149         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48150         * math/libm-test.inc (scalbn_test): Add more tests.
48151         (scalbln_test): Likewise.
48153         * manual/filesys.texi (mode_t): Describe constraints on size and
48154         signedness, not exact equivalence to a particular type.
48155         (ino_t): Likewise.
48156         (ino64_t): Likewise.
48157         (dev_t): Likewise.
48158         (nlink_t): Likewise.
48159         (blkcnt_t): Likewise.
48160         (blkcnt64_t): Likewise.
48161         * manual/llio.texi (off_t): Likewise.
48163         [BZ #3976]
48164         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48165         (__ieee754_exp): Save and restore rounding mode and use
48166         round-to-nearest for all computations.
48167         * math/libm-test.inc (exp_test_tonearest): New function.
48168         (exp_test_towardzero): Likewise.
48169         (exp_test_downward): Likewise.
48170         (exp_test_upward): Likewise.
48171         (main): Call the new functions.
48172         * sysdeps/i386/fpu/libm-test-ulps: Update.
48173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48175 2012-03-01  Chris Demetriou  <cgd@google.com>
48177         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48178         have predictable order.
48180 2012-03-01  David S. Miller  <davem@davemloft.net>
48182         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48184         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48185         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48186         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48187         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48189         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48190         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48191         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48192         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48193         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48194         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48195         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48196         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48197         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48199         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48201         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48202         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48203         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48205         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48206         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48207         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48208         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48209         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48210         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48211         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48212         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48213         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48214         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48215         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48216         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48217         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48218         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48219         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48220         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48221         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48222         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48223         * sysdeps/sparc/elf/configure: Regenerated.
48225 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48227         * configure.in (AS, LD): Require binutils 2.20 or later.
48228         * configure: Regenerated.
48229         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48230         as required minimum version.
48231         * INSTALL: Regenerated.
48233         [BZ #2541]
48234         [BZ #4108]
48235         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48236         before squaring exponent.
48237         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48238         bottom long double and 27 bits of top long double before squaring
48239         exponent.
48240         * math/libm-test.inc (erfc_test): Add more tests.
48241         * sysdeps/i386/fpu/libm-test-ulps: Update.
48242         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48245 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48247         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48248         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48249         containing bit-fields.
48250         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48251         * soft-fp/single.h (_FP_UNION_S): Likewise.
48252         * soft-fp/double.h (_FP_UNION_D): Likewise.
48254 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48256         [BZ #13786]
48257         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48258         not include ../strcmp.S.
48259         [USE_AS_STRNCASECMP_L]: Likewise.
48260         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48261         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48262         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48263         (__strncasecmp_l_ia32): Define as alias to
48264         __strncasecmp_l_nonascii.
48266         [BZ #5794]
48267         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48268         * sysdeps/i386/fpu/libm-test-ulps: Update.
48269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48271         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48274 2012-02-29  Jeff Law  <law@redhat.com>
48276         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48277         out of bounds read.
48279 2012-02-29  Marek Polacek  <polacek@redhat.com>
48281         [BZ #13706]
48282         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48283         * elf/Makefile: Add rules to run tst-unused-dep.out.
48285 2012-02-28  David S. Miller  <davem@davemloft.net>
48287         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48288         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48289         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48290         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48291         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48292         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48294 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48296         * math/libm-test.inc (llround_test): Move one test from
48297         lround_test.  Use TEST_f_L in moved test.
48298         (lround_test): Move misplaced test to llround_test.  Add testcase
48299         from bug 2561.
48301 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48303         * sysdeps/x86_64/fpu/e_expf.S: New file.
48304         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48306 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48308         [BZ #13637]
48309         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48310         of remain_len that may cause incomplete multi-byte character and
48311         false match.
48312         * posix/bug-regex33.c: New file.
48313         * posix/Makefile (tests): Add bug-regex33.
48315 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48317         * manual/macros.texi: New file.
48318         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48319         * manual/libc.texinfo: Include macros.texi.
48320         * manual/creatute.texi: Likewise.
48321         * manual/install.texi: Likewise.
48322         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48323         @glibcadj{} in references to the GNU C Library.
48324         * manual/charset.texi: Likewise.
48325         * manual/conf.texi: Likewise.
48326         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48327         when not using those macros.
48328         * manual/creature.texi: Likewise.
48329         * manual/crypt.texi: Likewise.
48330         * manual/errno.texi: Likewise.
48331         * manual/filesys.texi: Likewise.
48332         * manual/header.texi: Likewise.
48333         * manual/install.texi: Likewise.
48334         * manual/intro.texi: Likewise.
48335         * manual/io.texi: Likewise.
48336         * manual/job.texi: Likewise.
48337         * manual/lang.texi: Likewise.
48338         * manual/libc.texiinfo: Likewise.
48339         * manual/llio.texi: Likewise.
48340         * manual/locale.texi: Likewise.
48341         * manual/maint.texi: Likewise.
48342         * manual/math.texi: Likewise.
48343         * manual/memory.texi: Likewise.
48344         * manual/message.texi: Likewise.
48345         * manual/nss.texi: Likewise.
48346         * manual/pattern.texi: Likewise.
48347         * manual/process.texi: Likewise.
48348         * manual/resource.texi: Likewise.
48349         * manual/search.texi: Likewise.
48350         * manual/setjmp.texi: Likewise.
48351         * manual/signal.texi: Likewise.
48352         * manual/socket.texi: Likewise.
48353         * manual/startup.texi: Likewise.
48354         * manual/stdio.texi: Likewise.
48355         * manual/string.texi: Likewise.
48356         * manual/sysinfo.texi: Likewise.
48357         * manual/syslog.texi: Likewise.
48358         * manual/terminal.texi: Likewise.
48359         * manual/time.texi: Likewise.
48360         * manual/users.texi: Likewise.
48361         * INSTALL: Regenerated.
48362         * NOTES: Regenerated.
48363         * sysdeps/gnu/errlist.c: Regenerated.
48365 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48367         * include/dirent.h: Include <dirstream.h> before
48368         <dirent/dirent.h>.
48370 2012-02-28  David S. Miller  <davem@davemloft.net>
48372         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48373         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48374         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48375         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48377 2012-02-27  David S. Miller  <davem@davemloft.net>
48379         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48381         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48382         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48384         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48385         frame pointer instead of stack pointer relative arg slot.
48386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48387         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48388         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48390 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48392         [BZ #3992]
48393         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48395 2012-02-27  David S. Miller  <davem@davemloft.net>
48397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48398         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48399         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48400         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48401         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48402         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48403         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48404         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48406 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48408         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48409         later.  Allow versions 5-9.
48410         * configure: Regenerated.
48411         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48412         required minimum version and 4.6 as recommended version.  Do not
48413         mention bugs in GCC 2.7 and 2.8.
48414         * INSTALL: Regenerated.
48416 2012-02-27  David S. Miller  <davem@davemloft.net>
48418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48420         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48421         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48422         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48423         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48424         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48425         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48427         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48428         manipulate bits before adding and subtracting TWO112[sx].
48429         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48431 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48433         [BZ #13775]
48434         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48435         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48436         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48437         being in POSIX, because they are in 1003.1-2008.
48439         * rt/tst-aio.c: Include <fcntl.h>.
48440         * rt/tst-aio7.c: Likewise.
48441         * rt/tst-aio64.c: Likewise.
48443         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48445 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48447         * manual/install.texi (--with-headers): Describe headers as
48448         interface headers, not private headers.
48449         (Specific advice for GNU/Linux systems): Describe use of headers
48450         from "make headers_install", not private headers from older
48451         kernels.
48452         * INSTALL: Regenerated.
48453         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48454         Change to 2.6.19.
48455         * sysdeps/unix/sysv/linux/configure: Regenerated.
48457         * manual/llio.texi (fclean): Remove documentation.
48459         * manual/Makefile (libc-texi-generated): New variable.  Include
48460         version.texi.
48461         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48462         $(libc-texi-generated), not duplicated list of files.
48463         (version.texi, stamp-version): New rules.
48464         (realclean): Remove $(libc-texi-generated), not individual files
48465         from that list.  Do not remove dir-add.texinfo.
48466         * manual/libc.texinfo: Comment out uses of edition numbers and
48467         references to printed manual.  Remove last-updated dates.
48468         (EDITION): Comment out.
48469         (ISBN): Likewise.
48470         (VERSION, UPDATED): Remove.
48471         (version.texi): Include.
48473 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48475         * sysdeps/posix/spawni.c: Include <signal.h>.
48476         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48477         * sysdeps/pthread/aio_fsync.c: Likewise.
48479 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48481         * conform/Makefile (tests): Run only when not cross-compiling and
48482         when fast-check is not defined.
48484         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48485         * conform/data/limits.h-data: Fixes for POSIX2008.
48486         * conform/run-conformtest.sh: Run all tests.
48487         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48488         headers.
48489         * include/bits/dlfcn.h: Likewise.
48490         * include/langinfo.h: Likewise.
48491         * include/monetary.h: Likewise.
48492         * include/sys/poll.h: Likewise.
48494         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48495         for __USE_GNU.
48496         * posix/spawn.h: Define __need_sigset_t.
48497         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48498         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48499         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48500         to get sigevent_t only.
48501         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48502         only for __USE_GNU.
48503         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48504         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48505         process_vm_writev only for __USE_GNU.
48506         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48508         * conform/Makefile: For now ignore errors from run-conformtest.
48509         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48510         POSIX to avoid namespace pollution.  Don't prepend headers.
48511         * conform/data/aio.h-data: Fixes for POSIX testing.
48512         * conform/data/fcntl.h-data: Likewise.
48513         * conform/data/glob.h-data: Likewise.
48514         * conform/data/grp.h-data: Likewise.
48515         * conform/data/pthread.h-data: Likewise.
48516         * conform/data/pwd.h-data: Likewise.
48517         * conform/data/signal.h-data: Likewise.
48518         * conform/data/spawn.h-data: Likewise.
48519         * conform/data/stdio.h-data: Likewise.
48520         * conform/data/stdlib.h-data: Likewise.
48521         * conform/data/stropts.h-data: Likewise.
48522         * conform/data/sys/mman.h-data: Likewise.
48523         * conform/data/sys/stat.h-data: Likewise.
48524         * conform/data/sys/types.h-data: Likewise.
48525         * conform/data/sys/wait.h-data: Likewise.
48526         * conform/data/time.h-data: Likewise.
48527         * conform/data/unistd.h-data: Likewise.
48528         * conform/data/utime.h-data: Likewise.
48530         * io/sys/stat.h: fchmod was always in POSIX.
48531         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48532         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48533         * rt/aio.h: Define __need_timespec before including <time.h>.
48534         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48535         struct.  Add forward declaration of pthread_attr_t and use it in
48536         sigevent.
48537         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48538         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48539         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48540         always remove CLK_TCK definition.
48542 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48544         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48546 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48548         * conform/run-conformtest.sh: New file.
48549         * conform/Makefile: Run run-conformtest for tests.
48550         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48551         support.
48553         * conform/data/uchar.h-data: New file.
48554         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48555         * conform/data/arpa/inet.h-data: Likewise.
48556         * conform/data/assert.h-data: Likewise.
48557         * conform/data/complex.h-data: Likewise.
48558         * conform/data/cpio.h-data: Likewise.
48559         * conform/data/ctype.h-data: Likewise.
48560         * conform/data/dirent.h-data: Likewise.
48561         * conform/data/dlfcn.h-data: Likewise.
48562         * conform/data/errno.h-data: Likewise.
48563         * conform/data/fcntl.h-data: Likewise.
48564         * conform/data/float.h-data: Likewise.
48565         * conform/data/fmtmsg.h-data: Likewise.
48566         * conform/data/fnmatch.h-data: Likewise.
48567         * conform/data/ftw.h-data: Likewise.
48568         * conform/data/glob.h-data: Likewise.
48569         * conform/data/grp.h-data: Likewise.
48570         * conform/data/iconv.h-data: Likewise.
48571         * conform/data/inttypes.h-data: Likewise.
48572         * conform/data/langinfo.h-data: Likewise.
48573         * conform/data/libgen.h-data: Likewise.
48574         * conform/data/limits.h-data: Likewise.
48575         * conform/data/locale.h-data: Likewise.
48576         * conform/data/math.h-data: Likewise.
48577         * conform/data/monetary.h-data: Likewise.
48578         * conform/data/mqueue.h-data: Likewise.
48579         * conform/data/ndbm.h-data: Likewise.
48580         * conform/data/net/if.h-data: Likewise.
48581         * conform/data/netdb.h-data: Likewise.
48582         * conform/data/netinet/in.h-data: Likewise.
48583         * conform/data/nl_types.h-data: Likewise.
48584         * conform/data/poll.h-data: Likewise.
48585         * conform/data/pthread.h-data: Likewise.
48586         * conform/data/pwd.h-data: Likewise.
48587         * conform/data/regex.h-data: Likewise.
48588         * conform/data/sched.h-data: Likewise.
48589         * conform/data/search.h-data: Likewise.
48590         * conform/data/semaphore.h-data: Likewise.
48591         * conform/data/setjmp.h-data: Likewise.
48592         * conform/data/signal.h-data: Likewise.
48593         * conform/data/spawn.h-data: Likewise.
48594         * conform/data/stdarg.h-data: Likewise.
48595         * conform/data/stdio.h-data: Likewise.
48596         * conform/data/stdlib.h-data: Likewise.
48597         * conform/data/string.h-data: Likewise.
48598         * conform/data/strings.h-data: Likewise.
48599         * conform/data/stropts.h-data: Likewise.
48600         * conform/data/sys/ipc.h-data: Likewise.
48601         * conform/data/sys/mman.h-data: Likewise.
48602         * conform/data/sys/msg.h-data: Likewise.
48603         * conform/data/sys/resource.h-data: Likewise.
48604         * conform/data/sys/select.h-data: Likewise.
48605         * conform/data/sys/sem.h-data: Likewise.
48606         * conform/data/sys/shm.h-data: Likewise.
48607         * conform/data/sys/socket.h-data: Likewise.
48608         * conform/data/sys/stat.h-data: Likewise.
48609         * conform/data/sys/statvfs.h-data: Likewise.
48610         * conform/data/sys/time.h-data: Likewise.
48611         * conform/data/sys/timeb.h-data: Likewise.
48612         * conform/data/sys/times.h-data: Likewise.
48613         * conform/data/sys/types.h-data: Likewise.
48614         * conform/data/sys/uio.h-data: Likewise.
48615         * conform/data/sys/un.h-data: Likewise.
48616         * conform/data/sys/utsname.h-data: Likewise.
48617         * conform/data/sys/wait.h-data: Likewise.
48618         * conform/data/syslog.h-data: Likewise.
48619         * conform/data/tar.h-data: Likewise.
48620         * conform/data/termios.h-data: Likewise.
48621         * conform/data/utime.h-data: Likewise.
48622         * conform/data/utmpx.h-data: Likewise.
48623         * conform/data/varargs.h-data: Likewise.
48624         * conform/data/wchar.h-data: Likewise.
48625         * conform/data/wctype.h-data: Likewise.
48626         * conform/data/wordexp.h-data: Likewise.
48628         * include/stropts.h: New file.
48629         * include/uchar.h: New file.
48630         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48631         * include/assert.h: Likewise.
48632         * include/ctype.h: Likewise.
48633         * include/dirent.h: Likewise.
48634         * include/dlfcn.h: Likewise.
48635         * include/fcntl.h: Likewise.
48636         * include/fnmatch.h: Likewise.
48637         * include/glob.h: Likewise.
48638         * include/grp.h: Likewise.
48639         * include/libio.h: Likewise.
48640         * include/locale.h: Likewise.
48641         * include/math.h: Likewise.
48642         * include/net/if.h: Likewise.
48643         * include/netdb.h: Likewise.
48644         * include/netinet/in.h: Likewise.
48645         * include/pthread.h: Likewise.
48646         * include/pwd.h: Likewise.
48647         * include/regex.h: Likewise.
48648         * include/sched.h: Likewise.
48649         * include/search.h: Likewise.
48650         * include/setjmp.h: Likewise.
48651         * include/signal.h: Likewise.
48652         * include/stdio.h: Likewise.
48653         * include/stdlib.h: Likewise.
48654         * include/string.h: Likewise.
48655         * include/sys/cdefs.h: Likewise.
48656         * include/sys/mman.h: Likewise.
48657         * include/sys/msg.h: Likewise.
48658         * include/sys/resource.h: Likewise.
48659         * include/sys/select.h: Likewise.
48660         * include/sys/socket.h: Likewise.
48661         * include/sys/stat.h: Likewise.
48662         * include/sys/statvfs.h: Likewise.
48663         * include/sys/time.h: Likewise.
48664         * include/sys/times.h: Likewise.
48665         * include/sys/uio.h: Likewise.
48666         * include/sys/utsname.h: Likewise.
48667         * include/sys/wait.h: Likewise.
48668         * include/termios.h: Likewise.
48669         * include/time.h: Likewise.
48670         * include/ulimit.h: Likewise.
48671         * include/unistd.h: Likewise.
48672         * include/utime.h: Likewise.
48673         * include/wchar.h: Likewise.
48674         * include/wctype.h: Likewise.
48675         * include/wordexp.h: Likewise.
48677         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48679         * time/time.h: TIME_UTC must be a macro.
48680         Make timespec_get available for ISO C11 only as well.
48682 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48684         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48685         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48687 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48689         * configure.in: Use -o not -a in test for unsupported multi-arch.
48691 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48693         * manual/texinfo.tex: Update to version 2012-01-19.16.
48695 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48697         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48699 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48701         [BZ #13738]
48702         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48703         * manual/fdl-1.3.texi: New file.
48704         * manual/fdl-1.1.texi: File removed.
48706         [BZ #13738]
48707         * manual/libc.texinfo (FDL_VERSION): New @set.
48708         Use it for mention of FDL in cover text.
48709         (Documentation License): Use it in @include file name.
48711 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48712             Roland McGrath  <roland@hack.frob.com>
48714         [BZ #5461]
48715         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48716         (not LONG_LONG_MAX and LONG_LONG_MIN.
48717         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48718         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48719         name.
48720         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48722 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48724         [BZ #2547]
48725         [BZ #11365]
48726         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48727         manipulate bits before adding and subtracting TWO23[sx].
48728         * math/libm-test.inc (nearbyint_test): Add more tests.
48730 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48732         [BZ #2548]
48733         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48734         bits before adding and subtracting TWO23[sx].
48735         * math/libm-test.inc (rint_test): Add more tests.
48736         (rint_test_tonearest): Likewise.
48737         (rint_test_towardzero): Likewise.
48738         (rint_test_downward): Likewise.
48739         (rint_test_upward: Likewise.
48741 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48743         [BZ #10110]
48744         * include/stdc-predef.h: New file.  Extracted from features.h.
48745         * include/features.h: Include stdc-predef.h.
48746         * Makefile (headers): Add stdc-predef.h.
48747         * CONFORMANCE (Compiler limitations): Update.
48749 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48751         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48753 2012-02-21  David S. Miller  <davem@davemloft.net>
48755         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48756         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48758 2012-02-20  David S. Miller  <davem@davemloft.net>
48760         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48761         using a normal save/restore sequence, rather than allocating a
48762         dummy stack frame just to store a frame pointer and restore.
48763         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48765 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48767         * manual/install.texi: Fix stray word in line-wrapped comment.
48769 2012-02-20  David S. Miller  <davem@davemloft.net>
48771         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48772         both binutils and gcc support GOTDATA.
48774         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48775         "rd %pc" in the PIC register setup sequences.
48777         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48778         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48779         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48780         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48781         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48782         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48783         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48784         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48785         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48786         (SYSCALL_ERROR_HANDLER): Likewise.
48787         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48788         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48789         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48790         (SYSCALL_ERROR_HANDLER): Likewise.
48792         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48793         (HAVE_GCC_GOTDATA): New.
48794         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48795         relocation support in both binutils and gcc.
48796         * sysdeps/sparc/elf/configure: Regenerate.
48798         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48799         * sysdeps/sparc/sparc32/elf/configure: Delete.
48800         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48801         * sysdeps/sparc/sparc64/elf/configure: Delete.
48802         * sysdeps/sparc/elf/configure.in: New file.
48803         * sysdeps/sparc/elf/configure: Generate.
48805         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48806         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48807         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48808         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48809         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48811 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48813         * manual/install.texi: Do not mention specific glibc version
48814         numbers.
48815         * manual/libc.texinfo (VERSION, UPDATED): Update.
48816         (@copying): Use @copyright{} and range of years.
48818 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48820         [BZ #13695]
48821         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48822         [crti.S not in sysdirs] (generated): Do not append.
48823         [crti.S not in sysdirs] (omit-deps): Likewise.
48824         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48825         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48826         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48827         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48828         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48829         Likewise.
48830         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48831         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48832         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48833         * csu/defs.awk: Remove file.
48834         * sysdeps/generic/initfini.c: Likewise.
48835         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48836         variable.
48837         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48838         Likewise.
48840 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48842         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48843         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48844         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48845         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48846         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48847         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48848         <bits/epoll.h>.
48849         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48850         (__EPOLL_PACKED): Define to empty if not defined by
48851         <bits/epoll.h>.
48852         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48853         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48854         bits/epoll.h.
48856 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48858         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48859         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48860         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48861         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48862         <bits/timerfd.h>.
48863         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48864         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48865         bits/timerfd.h.
48867 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48869         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48870         in C locale.
48871         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48872         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48873         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48876 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48878         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48879         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48881 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48883         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48884         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48885         defined.
48886         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48887         Likewise.
48888         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48889         entry for 2.16.
48891 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48893         * math/w_acos.c: Use non-signaling floating-point comparisons.
48894         * math/w_acosf.c: Likewise.
48895         * math/w_acosh.c: Likewise.
48896         * math/w_acoshf.c: Likewise.
48897         * math/w_acoshl.c: Likewise.
48898         * math/w_acosl.c: Likewise.
48899         * math/w_asin.c: Likewise.
48900         * math/w_asinf.c: Likewise.
48901         * math/w_asinl.c: Likewise.
48902         * math/w_atanh.c: Likewise.
48903         * math/w_atanhf.c: Likewise.
48904         * math/w_atanhl.c: Likewise.
48905         * math/w_exp2.c: Likewise.
48906         * math/w_exp2f.c: Likewise.
48907         * math/w_exp2l.c: Likewise.
48908         * math/w_j0.c: Likewise.
48909         * math/w_j0f.c: Likewise.
48910         * math/w_j0l.c: Likewise.
48911         * math/w_j1.c: Likewise.
48912         * math/w_j1f.c: Likewise.
48913         * math/w_j1l.c: Likewise.
48914         * math/w_jn.c: Likewise.
48915         * math/w_jnf.c: Likewise.
48916         * math/w_log.c: Likewise.
48917         * math/w_log10.c: Likewise.
48918         * math/w_log10f.c: Likewise.
48919         * math/w_log10l.c: Likewise.
48920         * math/w_log2.c: Likewise.
48921         * math/w_log2f.c: Likewise.
48922         * math/w_log2l.c: Likewise.
48923         * math/w_logf.c: Likewise.
48924         * math/w_logl.c: Likewise.
48925         * math/w_sqrt.c: Likewise.
48926         * math/w_sqrtf.c: Likewise.
48927         * math/w_sqrtl.c: Likewise.
48928         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48929         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48930         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48931         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48932         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48934 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48936         [BZ #9739]
48937         * manual/string.texi (strnlen): Use correct parameter name in
48938         equivalent expression.
48940 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48942         [BZ #11174]
48943         * manual/users.texi (seteuid): Consistently use neweuid for
48944         argument name.
48946 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48948         [BZ #13704]
48949         * manual/nss.texi (Services in the NSS configuration): Correct
48950         list of services in example configuration file.
48952 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48954         [BZ #11322]
48955         * manual/arith.texi: Remove statements about negative zero
48956         behaving identically to zero.
48958 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48960         [BZ #5993]
48961         * manual/install.texi: Do not document upgrading from libc5.
48963 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48965         [BZ #4596]
48966         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48968 2012-02-18  David S. Miller  <davem@davemloft.net>
48970         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48971         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48972         %o7 across the call.
48973         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48974         instead.
48975         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48976         SETUP_PIC_REG_LEAF.
48977         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48978         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48979         * sysdeps/sparc/crtn.S: Likewise.
48981 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48983         * aout/Makefile: Remove.
48985 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48987         [BZ #13058]
48988         * manual/examples/argp-ex1.c (main): Format definition in GNU
48989         style.
48990         * manual/examples/argp-ex2.c (main): Likewise.
48991         * manual/examples/argp-ex3.c (main): Likewise.
48992         * manual/examples/argp-ex4.c (main): Likewise.
48993         * manual/examples/longopt.c (main): Use new-style prototype
48994         definition.
48995         * manual/examples/strncat.c (main): Specify return type and use
48996         (void) for arguments.
48997         * manual/examples/subopt.c (main): Use char **argv argument.
48999 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49001         [BZ #5077]
49002         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49003         rounding modes.
49005 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49007         [BZ #6907]
49008         * manual/string.texi (strchr): Change when strchrnul is
49009         recommended.
49011 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49013         [BZ #174]
49014         * manual/locale.texi (setlocale): Document LOCPATH.
49016 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49018         [BZ #10210]
49019         * manual/process.texi (execle): Move @dots{} before last argument.
49021 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49023         [BZ #12047]
49024         * manual/charset.texi (Generic Charset Conversion): Fix typo
49025         (LC_TYPE -> LC_CTYPE).
49027 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49029         [BZ #5805]
49030         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49031         (scalbnf): Likewise.
49032         (scalbnl): Likewise.
49033         (scalbln): Likewise.
49034         (scalblnf): Likewise.
49035         (scalblnl): Likewise.
49036         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49037         (vwarnx): Likewise.
49038         (verr): Likewise.
49039         (verrx): Likewise.
49040         * manual/filesys.texi (telldir): Use braces around return type.
49041         * manual/llio.texi (mmap): Add space after comma.
49042         (mmap64): Likewise.
49043         * manual/math.texi (jn): Use @var{} on parameter names.
49044         (jnf): Likewise.
49045         (jnl): Likewise.
49046         (yn): Likewise.
49047         (ynf): Likewise.
49048         (ynl): Likewise.
49049         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49050         line.
49051         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49052         "...".
49053         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49054         (sched_get_priority_max): Likewise.
49055         * manual/signal.texi (sigvec): Add space after comma.
49056         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49057         names.
49058         (if_indextoname): Likewise.
49059         (if_freenameindex): Likewise.
49060         (sendto): Use ',' instead of '.' in prototype.
49061         * manual/startup.texi (syscall): Use @dots{} instead of literal
49062         "...".
49063         * manual/stdio.texi (__fpending): Separate initial words of
49064         paragraph from @deftypefun line.
49065         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49066         "...".
49067         (vsyslog): Use @var{} on parameter names.
49068         * manual/terminal.texi (stty): Use @var{} on parameter names.
49069         * manual/users.texi (getutmp): Use @var{} on parameter names.
49070         (getutmpx): Likewise.
49072 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49074         [BZ #6884]
49075         * manual/stdio.texi (fopen): Fix typos in description of
49076         ",ccs=STRING".
49078 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49080         [BZ #4026]
49081         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49082         get clock_id definition.
49084 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49086         [BZ #4822]
49087         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49088         (madvise): Cast every argument to void on its own.
49090 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49092         [BZ #9902]
49093         * manual/startup.texi (Exit Status): Fix typo.
49095 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49097         [BZ #10140]
49098         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49099         * manual/examples/argp-ex2.c: Likewise.
49100         * manual/examples/argp-ex3.c: Likewise.
49102 2012-02-16  Richard Henderson  <rth@redhat.com>
49104         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49105         * sysdeps/s390/s390-32/initfini.c: Remove.
49106         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49107         * sysdeps/s390/s390-64/initfini.c: Remove.
49109 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49111         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49112         compiler output for sysdeps/generic/initfini.c.
49113         * sysdeps/sh/elf/initfini.c: Remove file.
49115 2012-02-16  David S. Miller  <davem@davemloft.net>
49117         [BZ #11494]
49118         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49120         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49121         * sysdeps/sparc/crti.S: New file.
49122         * sysdeps/sparc/crtn.S: New file.
49123         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49124         * sysdeps/sparc/sparc64/Makefile: Likewise.
49126 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49128         [BZ #3335]
49129         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49131 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49133         [BZ #4822]
49134         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49136         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49137         (write, read, close): Likewise.
49138         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49140 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49142         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49143         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49144         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49145         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49146         <bits/signalfd.h>.
49147         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49148         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49149         bits/signalfd.h.
49151 2012-02-14  Marek Polacek  <polacek@redhat.com>
49153         * sysdeps/x86_64/crti.S: New file.
49154         * sysdeps/x86_64/crtn.S: New file.
49155         * sysdeps/x86_64/elf/initfini.c: Remove file.
49157 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49159         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49160         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49161         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49162         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49163         <bits/inotify.h>.
49164         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49165         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49166         bits/inotify.h.
49168 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49170         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49171         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49172         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49173         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49174         <bits/eventfd.h>.
49175         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49176         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49177         bits/eventfd.h.
49179 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49181         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49182         __feraiseexcept instead of feraiseexcept.
49184         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49185         nanosleep invocations.
49186         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49187         strings, and add error checking for a nanosleep invocations.
49189 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49191         Replace FSF snail mail address with URLs, as per GNU coding standards.
49192         Most of the snail mail addresses were wrong anyway, and omitting
49193         them makes the source code easier to maintain.  Almost all of the
49194         changes are to license notices and to locale LC_IDENTIFICATION
49195         addresses, except for this one:
49196         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49197         not its snail mail address.
49199 2012-02-09  Richard Henderson  <rth@twiddle.net>
49201         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49202         of kernel-features.h.
49204         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49206 2012-02-08  Marek Polacek  <polacek@redhat.com>
49208         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49209         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49210         * sysdeps/gnu/_G_config.h: Likewise.
49211         * sysdeps/generic/_G_config.h: Likewise.
49213 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49215         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49216         tests.
49217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49219         * sysdeps/powerpc/powerpc32/crti.S: New file.
49220         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49221         * sysdeps/powerpc/powerpc64/crti.S: New file.
49222         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49224         * Makeconfig (have-initfini): Don't set.
49225         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49226         * configure.in (nopic_initfini): Don't substitute.
49227         * config.h.in (HAVE_INITFINI): Don't #undef.
49228         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49229         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49231 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49233         Support crti.S and crtn.S provided directly by architectures.
49234         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49235         [crti.S in sysdirs] (omit-deps): Likewise.
49236         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49237         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49238         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49239         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49240         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49241         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49242         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49243         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49244         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49245         compiler output for sysdeps/generic/initfini.c.
49246         * sysdeps/i386/elf/Makefile: Remove file.
49247         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49249 2012-02-07  Marek Polacek  <polacek@redhat.com>
49251         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49252         * sysdeps/gnu/_G_config.h: Likewise.
49253         * sysdeps/mach/hurd/_G_config.h: Likewise.
49255 2012-02-07  Marek Polacek  <polacek@redhat.com>
49257         * math/Makefile (tests): Add tst-CMPLX2.
49258         * math/tst-CMPLX2.c: New file.
49260 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49262         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49264         * math/libm-test.inc (jn_test): Add missing L suffix.
49266 2012-02-06  Marek Polacek  <polacek@redhat.com>
49268         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49269         * sysdeps/i386/fpu/e_powf.S: Likewise.
49270         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49271         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49272         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49273         * sysdeps/i386/fpu/e_pow.S: Likewise.
49274         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49275         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49276         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49277         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49278         * sysdeps/i386/fpu/e_log2.S: Likewise.
49279         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49280         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49281         * sysdeps/i386/fpu/e_powl.S: Likewise.
49282         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49283         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49284         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49285         * sysdeps/i386/fpu/e_logl.S: Likewise.
49286         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49287         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49288         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49289         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49290         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49291         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49292         * sysdeps/i386/fpu/e_log.S: Likewise.
49293         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49294         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49295         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49296         * sysdeps/i386/fpu/e_logf.S: Likewise.
49297         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49298         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49299         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49300         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49301         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49302         * sysdeps/i386/fpu/e_log10.S: Likewise.
49303         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49304         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49305         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49306         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49307         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49308         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49309         * sysdeps/i386/asm-syntax.h: Likewise.
49310         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49311         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49312         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49313         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49314         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49315         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49316         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49317         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49318         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49319         * sysdeps/powerpc/sysdep.h: Likewise.
49320         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49321         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49323 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49325         [BZ #411]
49326         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49328 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49330         * sysdeps/i386/sysdep.h: Include <features.h>.
49331         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49332         version.
49334 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49336         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49337         Define.
49338         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49339         LOAD_PIC_REG_STR.
49341 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49343         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49344         (SETUP_PIC_REG): Use GET_PC_THUNK.
49345         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49346         macro.
49348 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49350         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49351         for non-PIC compilation.
49352         (SETUP_PIC_REG): Add .p2align directive.
49353         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49354         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49355         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49356         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49357         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49358         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49359         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49360         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49361         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49362         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49363         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49364         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49365         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49366         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49367         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49368         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49369         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49370         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49371         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49372         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49373         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49374         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49375         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49376         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49377         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49378         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49379         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49380         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49381         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49382         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49383         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49384         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49385         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49386         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49387         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49388         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49389         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49390         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49391         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49392         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49393         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49395 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49397         * math/tst-CMPLX.c: Include <stdio.h>.
49399 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49401         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49402         float.
49403         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49404         * sysdeps/sparc/bits/mathdef.h: Likewise.
49406 2012-01-31  Marek Polacek  <polacek@redhat.com>
49408         * libio/libio.h: Don't define _PARAMS.
49409         * locale/programs/config.h: Don't define PARAMS.
49410         * stdlib/strtol_l.c: Likewise.
49411         (__strtol_l): Remove PARAMS from the prototype.
49413 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49415         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49416         names.  Just use the correct names.  Remove unnecessary wrapper
49417         functions.
49418         * malloc/arena.c: Likewise.
49419         * malloc/hooks.c: Likewise.
49421         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49422         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49423         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49425 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49427         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49428         into tail calls.
49429         (update_get_addr): New function.
49430         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49431         GET_ADDR_MODULE parameter.
49433 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49435         * crypt/cert.c: Remove __STDC__ conditionals.
49436         * crypt/crypt-entry.c: Likewise.
49437         * crypt/crypt_util.c: Likewise.
49438         * libio/filedoalloc.c: Likewise.
49439         * libio/fileops.c: Likewise.
49440         * libio/genops.c: Likewise.
49441         * libio/iofclose.c: Likewise.
49442         * libio/iofdopen.c: Likewise.
49443         * libio/iofopen.c: Likewise.
49444         * libio/iofopen64.c: Likewise.
49445         * libio/iogetdelim.c: Likewise.
49446         * libio/iopopen.c: Likewise.
49447         * libio/obprintf.c: Likewise.
49448         * libio/oldfileops.c: Likewise.
49449         * libio/oldiofclose.c: Likewise.
49450         * libio/oldiofdopen.c: Likewise.
49451         * libio/oldiofopen.c: Likewise.
49452         * libio/oldiopopen.c: Likewise.
49453         * libio/wfiledoalloc.c: Likewise.
49454         * libio/wgenops.c: Likewise.
49455         * locale/programs/xmalloc.c: Likewise.
49456         * misc/syslog.c: Likewise.
49457         * stdio-common/xbug.c: Likewise.
49458         * string/memchr.c: Likewise.
49459         * string/memcmp.c: Likewise.
49460         * string/memrchr.c: Likewise.
49461         * string/rawmemchr.c: Likewise.
49462         * sysdeps/posix/getcwd.c: Likewise.
49463         * time/strftime_l.c: Likewise.
49465 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49467         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49468         * config.make.in (config-cflags-sse2avx): Define.
49469         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49470         Fix typo.
49472 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49474         * scripts/config.guess: Update from upstream config git repository.
49475         * scripts/config.sub: Likewise.
49477 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49479         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49480         (EM_NUM): Update.
49481         (R_TILEPRO_*, R_TILEGX_*): New macros.
49483         * scripts/firstversions.awk: Fix bug in version range handling.
49485         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49487         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49489         * include/sys/epoll.h: New file.
49490         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49491         libc_hidden_def.
49493 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49495         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49496         Avoid unnecessary __WORDSIZE == 64 test.
49497         (fmaxf): Use VEX format if possible.
49498         (fmax): Likewise.
49499         (fminf): Likewise.
49500         (fmin): Likewise.
49502         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49503         * math/math_private.h: Remove libc_fegetround* and
49504         libc_fesetround*.
49505         * sysdeps/i386/configure.in: Check for -msse2avx.
49506         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49507         also if SSE2AVX is defined.
49508         Remove libc_fegetround* and libc_fesetround*.
49509         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49510         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49511         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49512         of HAS_YMM_USABLE.
49513         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49514         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49515         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49516         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49517         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49519         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49521 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49523         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49524         size is not set.
49525         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49527 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49529         [BZ #13618]
49530         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49531         relocation.
49532         * Makeconfig (libm): Define.
49533         * elf/Makefile: Add rules to build and run tst-relsort1.
49534         * elf/tst-relsort1.c: New file.
49535         * elf/tst-relsort1mod1.c: New file.
49536         * elf/tst-relsort1mod2.c: New file.
49538 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49540         * math/s_ldexp.c: Remove __STDC__ conditionals.
49541         * math/s_ldexpf.c: Likewise.
49542         * math/s_ldexpl.c: Likewise.
49543         * math/s_nextafter.c: Likewise.
49544         * math/s_nexttowardf.c: Likewise.
49545         * math/s_significand.c: Likewise.
49546         * math/s_significandf.c: Likewise.
49547         * math/s_significandl.c: Likewise.
49548         * math/w_jnl.c: Likewise.
49549         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49550         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49551         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49552         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49553         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49554         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49555         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49556         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49557         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49558         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49559         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49560         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49561         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49562         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49563         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49564         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49565         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49566         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49567         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49568         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49569         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49570         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49571         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49572         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49573         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49574         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49575         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49576         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49577         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49578         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49579         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49580         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49581         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49582         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49583         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49584         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49585         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49586         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49587         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49588         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49589         * sysdeps/ieee754/k_standard.c: Likewise.
49590         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49591         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49592         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49593         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49594         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49595         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49596         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49597         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49598         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49599         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49600         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49601         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49602         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49603         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49604         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49605         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49606         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49607         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49608         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49609         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49610         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49611         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49612         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49613         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49614         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49615         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49616         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49617         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49618         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49619         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49620         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49621         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49622         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49623         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49624         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49625         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49626         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49627         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49628         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49629         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49630         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49631         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49632         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49633         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49634         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49635         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49636         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49637         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49638         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49639         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49640         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49641         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49642         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49643         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49644         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49645         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49646         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49647         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49648         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49649         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49650         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49651         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49652         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49653         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49654         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49655         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49656         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49657         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49658         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49659         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49660         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49661         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49662         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49663         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49664         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49665         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49666         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49667         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49668         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49669         * sysdeps/ieee754/s_matherr.c: Likewise.
49670         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49671         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49672         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49673         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49675 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49677         * crypt/md5.h: Remove __STDC__ conditionals.
49678         * libio/libioP.h: Likewise.
49679         * locale/programs/config.h: Likewise.
49680         * sysdeps/generic/sysdep.h: Likewise.
49681         * sysdeps/i386/asm-syntax.h: Likewise.
49682         * sysdeps/s390/asm-syntax.h: Likewise.
49683         * sysdeps/unix/sysdep.h: Likewise.
49684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49687 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49689         * libio/libio.h: Remove __STDC__ conditionals.
49690         * malloc/obstack.h: Likewise.
49691         * math/complex.h: Likewise.
49692         * math/math.h: Likewise.
49693         * sysdeps/generic/_G_config.h: Likewise.
49694         * sysdeps/gnu/_G_config.h: Likewise.
49695         * sysdeps/mach/hurd/_G_config.h: Likewise.
49696         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49697         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49698         * sysdeps/sparc/bits/mathdef.h: Likewise.
49700 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49702         [BZ #13583]
49703         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49704         Clean up HAS_* macros.
49705         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49706         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49707         possible.
49708         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49709         HAS_AVX.
49710         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49711         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49712         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49713         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49714         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49716 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49718         * elf/tst-unique3.cc (gets): Remove declaration.
49719         * elf/tst-unique3lib.cc (gets): Likewise.
49720         * elf/tst-unique3lib2.cc (gets): Likewise.
49721         * elf/tst-unique4.cc (gets): Likewise.
49723 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49725         * include/stdio.h: Add C++ protection.  Add gets declarations and
49726         definitions.
49727         * debug/tst-chk1.c: Don't declare gets here.
49728         * stdio-common/tst-gets.c: Likewise.
49730 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49732         * posix/glob: Remove directory.
49734 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49736         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49738 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49740         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49741         of the non-standard EPFNOSUPPORT.
49743 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49745         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49746         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49747         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49749 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49751         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49753 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49755         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49756         transient errors.
49757         * nscd/grpcache.c (cache_addgr): Likewise.
49758         * nscd/hstcache.c (cache_addhst): Likewise.
49759         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49760         * nscd/pwdcache.c (cache_addpw): Likewise.
49761         * nscd/servicescache.c (cache_addserv): Likewise.
49763 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49765         * malloc/malloc.c: Various cleanups.
49766         * malloc/hooks.c: Likewise.
49768         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49769         * stdlib/bug-fmtmsg1.c: New file.
49771         * stdlib/fmtmsg.c (init): Add missing unlock.
49772         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49774 2012-01-12  Marek Polacek  <polacek@redhat.com>
49776         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49777         and _GNU_SOURCE.
49779 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49781         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49782         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49783         macro to ensure uniqueness of label name.
49784         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49785         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49787 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49789         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49791         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49792         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49793         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49794         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49796 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49798         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49800         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49801         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49802         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49804         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49806         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49807         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49808         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49809         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49811         * math/bits/math-finite.h: Add ldexp support.
49813 2012-01-10  Marek Polacek  <polacek@redhat.com>
49815         * locale/programs/localedef.h (show_archive_content): Add noreturn
49816         attribute.
49818 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49820         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49822 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49824         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49826         * io/Makefile (headers): Add bits/poll2.h.
49828 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49831         typo #include statement.
49833 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49835         * include/sys/cdefs.h: Define __attribute_alloc_size.
49836         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49837         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49838         * elf/pldd.c: Likewise.
49839         * iconv/iconv_charmap.c: Likewise.
49840         * iconv/iconvconfig.c: Likewise.
49841         * iconv/strtab.c: Likewise.
49842         * locale/programs/locale.c: Likewise.
49843         * locale/programs/localedef.h: Likewise.
49844         * locale/programs/simple-hash.c: Likewise.
49845         * nscd/nscd.h: Likewise.
49846         * nss/makedb.c: Likewise.
49847         * sysdeps/generic/ldconfig.h: Likewise.
49848         * locale/programs/localedef.c: Remove xmalloc prototype.
49849         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49851 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49853         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49854         appropriate.
49856 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49858         * math/Makefile (tests): Add tst-CMPLX.
49859         * math/tst-CMPLX.c: New file.
49861         * math/complex.h (CMPLXL): Fix typo.
49863         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49864         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49865         GLIBC_2.16.
49866         * debug/tst-chk1.c: Add poll and ppoll tests.
49867         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49868         * include/sys/poll.h: Add hidden proto for ppoll.
49869         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49870         * sysdeps/mach/hurd/ppoll.c: Likewise.
49871         * io/ppoll.c: Likewise.
49872         * debug/poll_chk.c: New file.
49873         * debug/ppoll_chk.c: New file.
49874         * include/bits/poll2.h: New file.
49875         * io/bits/poll2.h: New file.
49877         [BZ #1350]
49878         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49880         * configure.in: static is always set to yes.  Remove.
49881         * config.make.in: Don't set build-static.
49882         * Makeconfig: Remove use of build-static.
49883         * dlfcn/Makefile: Likewise.
49884         * elf/Makefile: Likewise.
49885         * math/Makefile: Likewise.
49886         * misc/Makefile: Likewise.
49887         * nptl/Makefile: Likewise.
49888         * sysdeps/mach/hurd/Makefile: Likewise.
49890         * configure.in: PWD_P is not used anymore.
49891         * config.make.in: Remove PWD_P entry.
49893         * configure.in: Remove last remnants of RANLIB.
49894         No need to check for signed size_t anymore.
49895         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49896         and IA-64.
49897         Remove __builtin_expect test because we require at least gcc 3.4.
49898         * aclocal.m4: Likewise.
49900         * wcsmbs/mbrtoc16.c: Implement using towc function.
49901         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49902         * wcsmbs/wcsmbsload.c: Likewise.
49903         * iconv/gconv_simple.c: Likewise.
49904         * iconv/gconv_int.h: Likewise.
49905         * iconv/gconv_builtin.h: Likewise.
49906         * iconv/iconv_prog.c: Remove CHAR16 handling.
49908         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49910         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49912         * configure.in: Remove --with-elf and --enable-bounded options.
49913         Dont set base_machine for ia64.  More non-ELF conditions removed.
49914         Remove testing and setting of leading underscore information.
49915         * config.make.in (build-bounded): Set to no.
49916         * config.h.in: Remove NO_UNDERSCORES entry.
49917         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49918         them.
49919         * csu/start.c: Remove !NO_UNDERSCORE code.
49920         * locale/localeinfo.h: Likewise.
49921         * sysdeps/generic/machine-gmon.h: Likewise.
49922         * sysdeps/generic/sysdep.h: Likewise.
49923         * sysdeps/i386/sysdep.h: Likewise.
49924         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49925         * sysdeps/mach/sysdep.h: Likewise.
49926         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49927         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49928         * sysdeps/sh/sysdep.h: Likewise.
49929         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49930         * sysdeps/unix/i386/sysdep.S: Likewise.
49931         * sysdeps/unix/sparc/start.c: Likewise.
49932         * sysdeps/unix/sparc/sysdep.S: Likewise.
49933         * sysdeps/unix/sparc/sysdep.h: Likewise.
49934         * sysdeps/unix/start.c: Likewise.
49935         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49936         * sysdeps/x86_64/sysdep.h: Likewise.
49938 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49940         [BZ #13553]
49941         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49942         for non-gcc.
49943         * argp/argp-fmtstream.h: Use const instead __const.
49944         * argp/argp.h: Likewise.
49945         * assert/assert.h: Likewise.
49946         * bits/fenv.h: Likewise.
49947         * bits/sched.h: Likewise.
49948         * bits/sigset.h: Likewise.
49949         * bits/sigthread.h: Likewise.
49950         * catgets/nl_types.h: Likewise.
49951         * conform/data/pthread.h-data: Likewise.
49952         * crypt/crypt-private.h: Likewise.
49953         * crypt/crypt.h: Likewise.
49954         * crypt/crypt_util.c: Likewise.
49955         * ctype/ctype.h: Likewise.
49956         * debug/execinfo.h: Likewise.
49957         * debug/mbsnrtowcs_chk.c: Likewise.
49958         * debug/mbsrtowcs_chk.c: Likewise.
49959         * debug/wcsnrtombs_chk.c: Likewise.
49960         * debug/wcsrtombs_chk.c: Likewise.
49961         * debug/wcstombs_chk.c: Likewise.
49962         * dirent/dirent.h: Likewise.
49963         * dlfcn/dlfcn.h: Likewise.
49964         * elf/neededtest4.c: Likewise.
49965         * grp/grp.h: Likewise.
49966         * gshadow/gshadow.h: Likewise.
49967         * iconv/gconv.h: Likewise.
49968         * iconv/gconv_int.h: Likewise.
49969         * iconv/gconv_simple.c: Likewise.
49970         * iconv/iconv.h: Likewise.
49971         * iconv/loop.c: Likewise.
49972         * iconv/skeleton.c: Likewise.
49973         * include/aio.h: Likewise.
49974         * include/aliases.h: Likewise.
49975         * include/argz.h: Likewise.
49976         * include/arpa/inet.h: Likewise.
49977         * include/assert.h: Likewise.
49978         * include/dirent.h: Likewise.
49979         * include/dlfcn.h: Likewise.
49980         * include/execinfo.h: Likewise.
49981         * include/fcntl.h: Likewise.
49982         * include/fenv.h: Likewise.
49983         * include/glob.h: Likewise.
49984         * include/grp.h: Likewise.
49985         * include/libintl.h: Likewise.
49986         * include/mntent.h: Likewise.
49987         * include/netdb.h: Likewise.
49988         * include/pwd.h: Likewise.
49989         * include/rpc/netdb.h: Likewise.
49990         * include/sched.h: Likewise.
49991         * include/search.h: Likewise.
49992         * include/shadow.h: Likewise.
49993         * include/signal.h: Likewise.
49994         * include/stdio.h: Likewise.
49995         * include/stdlib.h: Likewise.
49996         * include/string.h: Likewise.
49997         * include/sys/socket.h: Likewise.
49998         * include/sys/stat.h: Likewise.
49999         * include/sys/statfs.h: Likewise.
50000         * include/sys/statvfs.h: Likewise.
50001         * include/sys/syslog.h: Likewise.
50002         * include/sys/time.h: Likewise.
50003         * include/sys/uio.h: Likewise.
50004         * include/time.h: Likewise.
50005         * include/unistd.h: Likewise.
50006         * include/utmp.h: Likewise.
50007         * include/wchar.h: Likewise.
50008         * include/wctype.h: Likewise.
50009         * inet/aliases.h: Likewise.
50010         * inet/arpa/inet.h: Likewise.
50011         * inet/netinet/ether.h: Likewise.
50012         * inet/netinet/in.h: Likewise.
50013         * intl/libintl.h: Likewise.
50014         * io/bits/fcntl2.h: Likewise.
50015         * io/fcntl.h: Likewise.
50016         * io/ftw.h: Likewise.
50017         * io/sys/poll.h: Likewise.
50018         * io/sys/stat.h: Likewise.
50019         * io/sys/statfs.h: Likewise.
50020         * io/sys/statvfs.h: Likewise.
50021         * io/utime.h: Likewise.
50022         * libio/bits/stdio.h: Likewise.
50023         * libio/bits/stdio2.h: Likewise.
50024         * libio/libio.h: Likewise.
50025         * libio/libioP.h: Likewise.
50026         * libio/stdio.h: Likewise.
50027         * locale/lc-ctype.c: Likewise.
50028         * locale/locale.h: Likewise.
50029         * login/utmp.h: Likewise.
50030         * malloc/arena.c: Likewise.
50031         * malloc/malloc.c: Likewise.
50032         * malloc/malloc.h: Likewise.
50033         * malloc/mcheck.c: Likewise.
50034         * malloc/mtrace.c: Likewise.
50035         * math/bits/mathcalls.h: Likewise.
50036         * math/fenv.h: Likewise.
50037         * math/math_private.h: Likewise.
50038         * misc/bits/error.h: Likewise.
50039         * misc/bits/syslog.h: Likewise.
50040         * misc/err.h: Likewise.
50041         * misc/error.h: Likewise.
50042         * misc/fstab.h: Likewise.
50043         * misc/mntent.h: Likewise.
50044         * misc/regexp.h: Likewise.
50045         * misc/search.h: Likewise.
50046         * misc/sgtty.h: Likewise.
50047         * misc/sys/mman.h: Likewise.
50048         * misc/sys/syslog.h: Likewise.
50049         * misc/sys/uio.h: Likewise.
50050         * misc/sys/xattr.h: Likewise.
50051         * misc/ttyent.h: Likewise.
50052         * nis/rpcsvc/ypclnt.h: Likewise.
50053         * nss/nss.h: Likewise.
50054         * posix/bits/unistd.h: Likewise.
50055         * posix/fnmatch.h: Likewise.
50056         * posix/glob.h: Likewise.
50057         * posix/sched.h: Likewise.
50058         * posix/spawn.h: Likewise.
50059         * posix/sys/wait.h: Likewise.
50060         * posix/unistd.h: Likewise.
50061         * posix/wordexp.h: Likewise.
50062         * pwd/pwd.h: Likewise.
50063         * resolv/netdb.h: Likewise.
50064         * resource/sys/resource.h: Likewise.
50065         * rt/aio.h: Likewise.
50066         * rt/bits/mqueue2.h: Likewise.
50067         * rt/mqueue.h: Likewise.
50068         * shadow/shadow.h: Likewise.
50069         * signal/signal.h: Likewise.
50070         * socket/send.c: Likewise.
50071         * socket/sendto.c: Likewise.
50072         * socket/sys/socket.h: Likewise.
50073         * stdio-common/printf.h: Likewise.
50074         * stdlib/bits/stdlib.h: Likewise.
50075         * stdlib/fmtmsg.h: Likewise.
50076         * stdlib/monetary.h: Likewise.
50077         * stdlib/stdlib.h: Likewise.
50078         * stdlib/ucontext.h: Likewise.
50079         * streams/stropts.h: Likewise.
50080         * string/argz.h: Likewise.
50081         * string/bits/string2.h: Likewise.
50082         * string/string.h: Likewise.
50083         * string/strings.h: Likewise.
50084         * sunrpc/rpc/auth.h: Likewise.
50085         * sunrpc/rpc/auth_des.h: Likewise.
50086         * sunrpc/rpc/clnt.h: Likewise.
50087         * sunrpc/rpc/netdb.h: Likewise.
50088         * sunrpc/rpc/pmap_clnt.h: Likewise.
50089         * sunrpc/rpc/xdr.h: Likewise.
50090         * sysdeps/generic/inttypes.h: Likewise.
50091         * sysdeps/generic/net/if.h: Likewise.
50092         * sysdeps/generic/sys/swap.h: Likewise.
50093         * sysdeps/gnu/net/if.h: Likewise.
50094         * sysdeps/gnu/utmpx.h: Likewise.
50095         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50096         * sysdeps/i386/i486/bits/string.h: Likewise.
50097         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50098         * sysdeps/s390/bits/string.h: Likewise.
50099         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50100         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50101         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50102         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50103         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50104         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50105         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50106         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50107         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50108         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50109         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50110         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50111         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50112         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50113         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50114         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50115         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50116         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50117         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50118         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50119         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50120         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50121         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50122         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50123         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50124         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50125         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50126         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50127         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50128         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50129         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50130         * sysvipc/sys/ipc.h: Likewise.
50131         * sysvipc/sys/msg.h: Likewise.
50132         * sysvipc/sys/sem.h: Likewise.
50133         * sysvipc/sys/shm.h: Likewise.
50134         * termios/termios.h: Likewise.
50135         * time/sys/time.h: Likewise.
50136         * time/time.h: Likewise.
50137         * wcsmbs/bits/wchar2.h: Likewise.
50138         * wcsmbs/uchar.h: Likewise.
50139         * wcsmbs/wchar.h: Likewise.
50140         * wctype/wctype.h: Likewise.
50142         [BZ #13551]
50143         * Makeconfig: Remove all but ELF support including AIX support.
50144         * Makerules: Likewise.
50145         * config.h.in: Likewise.
50146         * config.make.in: Likewise.
50147         * configure: Likewise.
50148         * configure.in: Likewise.
50149         * csu/Makefile: Likewise.
50150         * csu/version.c: Likewise.
50151         * debug/Makefile: Likewise.
50152         * dlfcn/Makefile: Likewise.
50153         * elf/Makefile: Likewise.
50154         * extra-lib.mk: Likewise.
50155         * iconv/Makefile: Likewise.
50156         * include/libc-symbols.h: Likewise.
50157         * include/shlib-compat.h: Likewise.
50158         * resolv/Makefile: Likewise.
50159         * resolv/res_libc.c: Likewise.
50160         * rt/Makefile: Likewise.
50161         * sysdeps/i386/asm-syntax.h: Likewise.
50162         * sysdeps/i386/sysdep.h: Likewise.
50163         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50164         * sysdeps/mach/sysdep.h: Likewise.
50165         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50166         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50167         * sysdeps/s390/asm-syntax.h: Likewise.
50168         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50169         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50170         * sysdeps/sh/sysdep.h: Likewise.
50171         * sysdeps/unix/sparc/sysdep.h: Likewise.
50172         * sysdeps/wordsize-32/divdi3.c: Likewise.
50173         * sysdeps/x86_64/sysdep.h: Likewise.
50175         * argp/Versions: Remove _argp_unlock_xxx.
50177         [BZ #13559]
50178         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50179         * abilist/libBrokenLocale.abilist: Likewise.
50180         * abilist/libanl.abilist: Likewise.
50181         * abilist/libc.abilist: Likewise.
50182         * abilist/libcrypt.abilist: Likewise.
50183         * abilist/libdl.abilist: Likewise.
50184         * abilist/libm.abilist: Likewise.
50185         * abilist/libnsl.abilist: Likewise.
50186         * abilist/libpthread.abilist: Likewise.
50187         * abilist/libresolv.abilist: Likewise.
50188         * abilist/librt.abilist: Likewise.
50189         * abilist/libthread_db.abilist: Likewise.
50190         * abilist/libutil.abilist: Likewise.
50191         * abilist/libnss_db.abilist: New file.
50193         * scripts/abilist.awk: Add support for indirect functions.
50195         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50197         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50199         * shlib-versions: Remove entries for ports architectures.
50201         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50202         files in ports.
50203         * elf/stackguard-macros.h: Remove support for IA-64.
50204         * elf/tst-auditmod1.c: Likewise.
50205         * sysdeps/generic/ldsodefs.h: Likewise.
50207         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50208         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50209         configure files.
50211         [BZ #13552]
50212         * configure.in: Remove --enable-omitfp support.
50213         * FAQ.in: Adjust.
50214         * config.make.in: Likewise.
50215         * Makeconfig: Likewise.
50216         * manual/install.texi: Likewise.
50218         In case anyone cares, the IA-64 architecture could move to ports.
50219         * sysdeps/ia64/*: Removed.
50220         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50221         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50223         [BZ #13555]
50224         * configure.in: Remove entries for unsupported architectures.
50226         [BZ #13533]
50227         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50228         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50229         routines.
50230         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50231         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50232         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50233         fall back to using wcrtomb.
50234         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50235         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50236         renaming.
50237         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50238         * wcsmbs/tst-c16c32-1.c: New file.
50240         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50241         local variable.
50243         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50245         * elf/tst-unique3.cc: Add explicit declaration of gets.
50246         * elf/tst-unique3lib.cc: Likewise.
50247         * elf/tst-unique3lib2.cc: Likewise.
50248         * elf/tst-unique4.cc: Likewise.
50250         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50252 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50254         [BZ #13566]
50255         * assert/assert.h (static_assert): Don't define for C++.
50256         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50257         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50259 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50261         * iconv/loop.c (single loop): Fix assertion in storing of
50262         remaining bytes.
50264         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50266 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50268         * posix/getconf.c: Update copyright year.
50269         * nss/getent.c: Likewise.
50270         * nss/makedb.c: Likewise.
50271         * iconv/iconvconfig.c: Likewise.
50272         * iconv/iconv_prog.c: Likewise.
50273         * elf/ldconfig.c: Likewise.
50274         * elf/pldd.c: Likewise.
50275         * elf/sotruss.ksh: Likewise.
50276         * catgets/gencat.c: Likewise.
50277         * csu/version.c: Likewise.
50278         * elf/ldd.bash.in: Likewise.
50279         * elf/sprof.c (print_version): Likewise.
50280         * locale/programs/locale.c: Likewise.
50281         * locale/programs/localedef.c: Likewise.
50282         * login/programs/pt_chown.c: Likewise.
50283         * nscd/nscd.c (print_version): Likewise.
50284         * debug/xtrace.sh: Likewise.
50285         * malloc/memusage.sh: Likewise.
50286         * malloc/mtrace.pl: Likewise.
50287         * debug/catchsegv.sh: Likewise.
50289 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50291         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50292         pure attribute.
50294 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50296         [BZ #13533]
50297         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50298         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50299         transformations.
50300         * iconv/gconv_int.h: Likewise.
50301         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50302         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50303         from libc for GLIBC_2.16.
50304         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50305         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50306         * wcsmbs/uchar.h: Really define mbstate_t.
50307         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50308         * wcsmbs/c16rtomb.c: New file.
50309         * wcsmbs/mbrtoc16.c: New file.
50310         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50311         for C/POSIX locale.
50312         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50313         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50315         * wcsmbs/wchar.h: Add missing __restrict.
50317 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50319         [BZ #13532]
50320         * time/Makefile (routines): Add timespec_get.
50321         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50322         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50323         timespec for ISO C11.
50324         * time/timespec_get.c: New file.
50325         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50326         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50328         [BZ #13531]
50329         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50330         * stdlib/stdlib.h: Declare aligned_alloc.
50331         * Versions.def: Add GLIBC_2.16 for libc.
50332         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50334         [BZ 13527]
50335         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50336         ISO C11.
50338         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50339         code.
50341         [BZ #13528]
50342         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50344         [BZ #13529]
50345         * assert/assert.h (static_assert): Define.
50347         * version.h: Update for 2.16 development version.
50349         [BZ #13526]
50350         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50351         _ISOC11_SOURCE.
50353         * version.h (RELEASE): Bump for 2.15 release.
50354         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50356         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50357         Patch by Marek Polacek <mpolacek@redhat.com>.
50359         * bits/byteswap.h: Protect long long constants with __extension__.
50360         * sysdeps/i386/bits/byteswap.h: Likewise.
50361         * sysdeps/ia64/bits/byteswap.h: Likewise.
50362         * sysdeps/s390/bits/byteswap.h: Likewise.
50363         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50365 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50367         [BZ #13540]
50368         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50369         destination buffer.
50370         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50372 2011-12-23  Marek Polacek  <polacek@redhat.com>
50374         * elf/dl-addr.c (determine_info): Add inline keyword.
50375         * elf/tst-auditmod4b.c (check_avx): Likewise.
50376         * elf/tst-auditmod6b.c (check_avx): Likewise.
50377         * elf/tst-auditmod6c.c (check_avx): Likewise.
50378         * elf/tst-auditmod7b.c (check_avx): Likewise.
50380 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50382         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50383         !__SSE_MATH__.
50385 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50387         [BZ #13540]
50388         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50389         processing for last bytes.
50391 2011-08-06  Bruno Haible  <bruno@clisp.org>
50393         [BZ #13061]
50394         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50395         U+0385, not to U+1FEE.
50397         [BZ #13062]
50398         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50399         entry for U+00A5 U+0301.
50401 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50403         [BZ #13166]
50404         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50405         buffer for the output is too small.
50407         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50408         optimization.
50410         [BZ #13185]
50411         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50412         SSE flags if possible.
50414 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50416         [BZ #13540]
50417         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50418         processing for last bytes.
50420 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50422         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50423         (syscall-list-default-options, syscall-list-default-condition)
50424         (syscall-list-includes): Define.
50425         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50426         list of ABIs and options and #if conditions for each ABI.  Do not
50427         handle common syscalls between ABIs specially.
50428         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50429         Remove.
50430         (syscall-list-variants, syscall-list-32bit-options)
50431         (syscall-list-32bit-condition, syscall-list-64bit-options)
50432         (syscall-list-64bit-condition): Define.
50433         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50434         (syscall-list-variants, syscall-list-32bit-options)
50435         (syscall-list-32bit-condition, syscall-list-64bit-options)
50436         (syscall-list-64bit-condition): Define.
50437         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50438         Remove.
50439         (syscall-list-variants, syscall-list-32bit-options)
50440         (syscall-list-32bit-condition, syscall-list-64bit-options)
50441         (syscall-list-64bit-condition): Define.
50442         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50443         Remove.
50444         (syscall-list-variants, syscall-list-32bit-options)
50445         (syscall-list-32bit-condition, syscall-list-64bit-options)
50446         (syscall-list-64bit-condition): Define.
50448 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50450         * locale/iso-639.def: Add brx entry.
50452         [BZ #13328]
50453         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50454         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50456         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50457         __feraiseexcept_renamed.
50459 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50461         [BZ #13538]
50462         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50463         EPOLLET with unsigned values.
50464         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50465         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50467         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50468         to large cancellation.
50469         * math/s_cacoshf.c: Likewise.
50470         * math/s_cacoshl.c: Likewise.
50472 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50474         [BZ #13305]
50475         [BZ #12786]
50476         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50477         * math/s_cacoshf.c: Likewise.
50478         * math/s_cacoshl.c: Likewise.
50480 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50482         [BZ #13439]
50483         * iconv/gconv.h: Define __GCONV_SWAP.
50484         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50485         * iconvdata/utf-16.c: Likewise.
50486         * iconvdata/utf-32.c: Likewise.
50488 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50490         [BZ #13524]
50491         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50492         numerator after shifting it by one limb.
50494 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50496         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50497         under [__USE_EXTERN_INLINES].
50499 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50501         [BZ #13446]
50502         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50504 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50506         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50507         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50508         optimized code.
50509         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50510         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50511         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50512         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50513         for strncasecmp/strncasecmp_l compilation.
50514         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50515         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50517 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50519         [BZ #13484]
50520         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50521         of __asm__.
50523 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50525         [BZ #13506]
50526         * time/tzfile.c (__tzfile_read): Check values from file header.
50528 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50530         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50531         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50532         * powerpc/powerpc32/dl-start.S: Likewise.
50533         * powerpc/powerpc32/elf/start.S: Likewise.
50534         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50535         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50536         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50537         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50538         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50539         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50540         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50541         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50542         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50543         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50544         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50545         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50546         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50547         * powerpc/powerpc32/memset.S: Likewise.
50548         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50549         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50550         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50551         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50552         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50553         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50554         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50555         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50556         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50557         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50558         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50559         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50560         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50562 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50564         * math/libm-test.inc: Added more nearbyint tests.
50565         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50566         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50567         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50568         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50570 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50572         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50573         FD_CLOEXEC.
50575 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50577         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50578         Add wcscpy-ssse3 wcscpy-c.
50579         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50580         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50581         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50582         * sysdeps/x86_64/wcschr.S: New file.
50583         * sysdeps/x86_64/wcsrchr.S: New file.
50584         * string/test-strcmp.c: Remove checking of wcscmp function for
50585         wrong alignments.
50586         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50587         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50588         wcsrchr-sse2 wcsrchr-c.
50589         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50590         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50591         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50592         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50593         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50594         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50595         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50596         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50597         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50598         * wcsmbc/wcschr.c (WCSCHR): New macro.
50600 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50602         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50603         * wcsmbs/test-wcsrchr.c: New file.
50604         * string/test-strrchr.c: Add wcsrchr support.
50605         (WIDE): New macro.
50606         * wcsmbs/test-wcscpy.c: New file.
50607         * string/test-strcpy.c: Add wcscpy support.
50608         (WIDE): New macro.
50610 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50612         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50613         the inner loop.
50615 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50617         [BZ #13472]
50618         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50620 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50622         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50623         Minor optimizations.
50625         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50626         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50627         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50629 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50631         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50632         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50633         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50634         for gcc to avoid warnings.
50635         * inet/Makefile (tests): Add tst-checks.
50636         * inet/tst-checks.c: New file.
50638         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50639         warning.
50641         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50642         __wmemcmp_sse2.
50644         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50645         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50647         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50649 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50651         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50652         problem.
50654         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50656 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50658         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50659         conditional on GCC version.
50660         (__arch_compare_and_exchange_val_8_acq)
50661         (__arch_compare_and_exchange_val_16_acq)
50662         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50663         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50664         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50666 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50668         * sysdeps/sh/backtrace.c: New file.
50670 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50672         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50673         parenthesis.
50675 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50677         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50678         falling back to utime.
50680 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50682         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50683         expectations for float.
50685 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50687         * locale/weight.h (findidx): Add parameter len.
50688         * locale/weightwc.h (findidx): Likewise.
50689         * posix/fnmatch_loop.c (FCT): Adjust caller.
50690         * posix/regcomp.c (build_equiv_class): Likewise.
50691         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50692         * posix/regexec.c (check_node_accept_bytes): Likewise.
50693         * string/strcoll_l.c (STRCOLL): Likewise.
50694         * string/strxfrm_l.c (STRXFRM): Likewise.
50696 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50698         * Makefile.in: Remove CVSOPT handling.
50699         * configure.in: Remove use of AC_REVISION.
50700         * iconvdata/Makefile (distribute): No need to filter out CVS.
50701         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50702         handling.
50704 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50706         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50707         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50708         [USE_AS_STRNCASECMP_L]: Likewise.
50709         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50710         NO_TLS_DIRECT_SEG_REFS.
50711         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50712         Fix argument offsets for non-PIC.
50713         [USE_AS_STRNCASECMP_L]: Likewise.
50714         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50715         NO_TLS_DIRECT_SEG_REFS.
50717 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50719         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50720         O_CLOEXEC.
50721         * locale/loadlocale.c (_nl_load_locale): Likewise.
50723 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50725         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50726         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50727         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50728         (SYSCALL_GETTIME): Set errno on error.
50730         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50731         count references to noai6ai_cached.
50733 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50735         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50737         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50738         FD_CLOEXEC for /proc/self/maps.
50740         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50741         FD_CLOEXEC for /proc/meminfo.
50743         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50744         gai.conf.
50746         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50747         FD_CLOEXEC for given file.
50749         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50751         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50752         FD_CLOEXEC for /etc/hosts.
50753         (_gethtent): Likewise.
50755         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50757         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50758         cancellation and set FD_CLOEXEC for /etc/netgroup.
50760         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50761         reading /etc/publickey.
50763         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50764         allow cancellation when reading /etc/group.
50766         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50767         cancellation.
50768         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50770         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50771         when using data file.
50773         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50775         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50776         (write_nis_obj): Use "c" and "e" in fopen.
50778         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50780         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50782         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50784         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50786         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50787         locale.alias.
50789         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50791         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50793         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50795         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50796         file parsing and set FD_CLOEXEC.
50798 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50800         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50802 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50804         * malloc/arena.c (arena_get2): Don't call reused_arena when
50805         _int_new_arena failed.
50807 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50809         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50810         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50811         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50812         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50813         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50814         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50815         to compile strcasecmp and strncasecmp.
50816         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50817         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50819         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50821 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50823         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50824         locale-defines.sym to gen-as-const-headers.
50825         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50826         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50827         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50828         to compile strcasecmp and strncasecmp.
50829         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50830         strcasecmp_l and strncasecmp_l.
50831         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50832         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50833         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50834         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50835         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50836         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50837         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50838         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50839         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50840         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50841         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50843 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50845         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50846         result of SYSDEP_GETTIME_CPU to retval.
50847         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50848         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50850         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50851         variable.
50853         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50854         mantissa words.
50855         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50857         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50858         from unused variable.
50860         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50861         DWARF definitions.
50862         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50863         for assembling.
50865         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50866         over namespaces.
50868         * sunrpc/rpc_prot.c (rejected): Fix case value.
50870         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50871         unsigned long long int to avoid warnings in shift.
50873         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50874         of use of trans.
50875         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50876         variable tmp.
50878         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50879         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50880         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50882         * nis/nis_table.c (nis_list): Use variable of correct type for
50883         result of __follow_path call.
50885 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50887         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50888         of math functions ceil, trunc, floor, round, and sqrt, when
50889         avaliable on the platform.
50890         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50891         name clash.
50892         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50893         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50894         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50896 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50898         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50899         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50901 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50903         * include/unistd.h: Fix __readlink return type.
50904         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50906 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50908         * stdlib/ucontext.h: Undo last change for makecontext.
50910 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50912         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50914         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50915         * setjmp/setjmp.h: Mark functions as non-leaf.
50916         * setjmp/bits/setjmp2.h: Likewise.
50917         * stdlib/ucontext.h: Likewise.
50919 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50921         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50922         (reused_arena): Don't check arena limit.
50923         (arena_get2): Atomically check arena limit.
50925 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50927         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50928         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50930         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50931         instructions.
50933 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50935         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50936         handler when locking.
50938         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50939         Fix size of allocated buffer.
50941 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50943         [BZ #10103]
50944         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50945         declarations for long double functions.
50946         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50948         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50950 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50952         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50953         installed.
50955         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50956         is disabled.
50958 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50960         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50962 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50964         * include/alloca.h (stackinfo_alloca_round): Define.
50965         (extend_alloca): Use it.
50966         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50967         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50968         here.
50970         * scripts/check-local-headers.sh: Ignore libaudit.h.
50972         * nscd/Makefile (extra-objs): Make recursively expanded.
50974 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50976         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50977         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50979         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50980         * posix/tst-rfc3484-2.c: Likewise.
50981         * posix/tst-rfc3484-3.c: Likewise.
50983         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50984         process_vm_writev.
50985         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50986         process_vm_writev.
50987         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50988         process_vm_writev from libc using GLIBC_2.15 version.
50990         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50992 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50994         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50995         stack usage.
50997 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50999         [BZ #13367]
51000         * nss/getent.c (initgroups_keys): Show error message in case no group
51001         names are given.
51003         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51004         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51005         __bump_nl_timestamp.
51006         * nscd/connections (nscd_init): When host database is served open
51007         netlink socket and request notification about configuration changes.
51008         (main_loop_poll): Track netlink file descriptor and bump timestamp
51009         in case data becomes available.
51010         (main_loop_epoll): Likewise.
51011         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51012         (database_pers_head): Add extra_data fileds.
51013         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51014         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51015         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51016         Adjust caller.
51017         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51018         in6ai data, call __free_in6ai.
51019         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51020         Add -DHAVE_NETLINK.
51021         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51022         interface information.  Reuse previous data if netlink timestamp
51023         is not changed.
51024         (__bump_nl_timestamp): New function.
51025         (__free_in6ai): New function.
51027 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51029         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51030         close_not_cancel_no_status here.
51031         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51033 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51035         [BZ #13276]
51036         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51037         return value.
51039         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51040         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51041         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51043 2011-07-03  Andreas Jaeger  <aj@suse.de>
51045         [BZ #10709]
51046         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51047         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51048         * math/libm-test.inc (sin_test): Add test case.
51050 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51052         [BZ #13337]
51053         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51054         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51056         * elf/chroot_canon.c (chroot_canon): Cleanups.
51058         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51060         [BZ #13335]
51061         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51062         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51064         * string/test-strchr.c: Make usable for strchrnul testing.
51065         * string/test-strchrnul.c: New file.
51066         * string/Makefile (strop-tests): Add strchrnul.
51068         * po/it.po: Update from translation team.
51069         * po/es.po: Likewise.
51071 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51073         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51074         the three constants needed as parameters.  Drop the others.
51075         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51076         __m128i_strloadu_tolower.
51077         Create and initialize variable zero and use it in all the places
51078         where _mm_setzero_si128 was used.
51080         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51081         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51082         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51083         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51084         anymore.
51085         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51086         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51087         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51088         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51089         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51090         __mpranred, __mptan.
51091         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51092         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51093         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51094         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51095         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51096         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51097         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51098         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51099         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51101 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51103         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51104         redefine if SHARED.
51105         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51107         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51108         wide char related routines to wcsmbs subdir.
51110 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51112         [BZ #13344]
51113         * misc/sys/cdefs.h (__THROWNL): Define.
51114         * posix/unistd.h: Use __THREADNL instead of __THREAD
51115         for memory synchronization functions.
51117 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51119         [BZ #13349]
51120         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51121         doesn't exist.
51122         * manual/stdio.texi (Obstack Streams): Node removed.
51124 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51126         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51127         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51128         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51130         * math/math_private.h (math_force_eval): Allow non-addressable
51131         arguments.
51132         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51134 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51136         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51137         file is not needed.
51139         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51140         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51141         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51142         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51143         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51144         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51145         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51146         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51147         Add AVX variants.
51148         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51149         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51150         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51151         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51152         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51153         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51154         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51155         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51156         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51157         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51158         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51159         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51160         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51161         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51162         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51163         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51164         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51165         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51166         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51168         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51169         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51171         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51172         place.  Use VEX encoding when compiling for AVX.
51174 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51176         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51177         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51179         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51181 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51183         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51184         useless if() expression.
51185         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51186         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51187         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51188         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51189         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51190         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51191         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51192         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51193         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51194         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51195         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51196         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51197         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51198         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51199         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51200         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51201         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51202         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51203         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51205         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51207 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51209         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51210         condition.
51211         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51213 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51215         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51216         .text section.  Avoid duplicate constants.
51217         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51218         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51219         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51220         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51221         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51222         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51223         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51224         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51225         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51226         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51227         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51228         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51229         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51230         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51231         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51232         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51233         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51234         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51235         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51236         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51237         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51238         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51239         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51240         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51241         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51242         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51243         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51244         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51245         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51246         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51247         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51248         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51249         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51250         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51251         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51252         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51253         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51254         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51255         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51256         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51257         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51258         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51259         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51260         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51261         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51263 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51265         * sysdeps/x86_64/dla.h: Move to ...
51266         * sysdeps/x86_64/fpu/dla.h: ...here.
51267         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51268         situations.  Use __builtin_fma only for gcc 4.6 and up.
51270         * config.make.in: Add have-mfma4 entry.
51271         * configure.in: Substitute libc_cv_cc_fma4.
51272         * math/Makefile (dbl-only-routines): Add sincostab.
51273         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51274         Use __sincostab not sincos.
51275         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51276         name is a macro.
51277         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51278         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51279         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51280         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51281         using __copysign.
51282         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51283         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51284         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51285         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51286         and __inv.
51287         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51288         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51289         __copysign.
51290         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51291         define aliases when function name is a macro.
51292         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51293         sysdeps/ieee754/dbl-64/sincos.tbl.
51294         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51295         fma4-enabled routines.
51296         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51297         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51298         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51299         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51300         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51301         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51302         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51303         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51304         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51305         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51306         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51307         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51308         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51309         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51310         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51311         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51312         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51313         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51314         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51315         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51316         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51317         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51318         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51319         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51320         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51321         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51322         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51323         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51324         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51325         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51327         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51328         rename.
51329         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51330         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51331         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51332         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51333         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51334         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51335         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51336         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51338 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51340         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51342 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51344         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51346         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51347         prediction.
51348         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51350         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51351         Remove unused variable magic_bits.
51352         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51354         * string/strnlen.c: Define and use STRNLEN macro.
51355         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51356         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51357         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51358         * wcsmbs/wcslen.c: Define and use WCSLEN.
51359         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51360         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51361         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51362         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51363         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51364         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51365         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51367 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51369         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51370         strnlen-sse2-no-bsf.
51371         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51372         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51373         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51374         Add strnlen support.
51375         (USE_AS_STRNLEN): New macro.
51376         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51377         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51378         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51379         * sysdeps/x86_64/wcslen.S: New file.
51381 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51383         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51384         XMM-moves are used for copying on small sizes.
51386 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51388         * wcsmbs/Makefile (strop-tests): Add wcschr.
51389         * wcsmbs/test-wcschr.c: New file.
51390         * string/test-strchr.c: Update.
51391         Add wcschr support.
51392         (WIDE): New macro.
51394 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51396         * wcsmbs/Makefile (strop-tests): Add wcslen.
51397         * wcsmbs/test-wcslen.c: New file.
51398         * string/test-strlen.c: Update.
51399         Add wcslen support.
51400         (WIDE): New macro.
51402 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51404         * po/it.po: Update from translation team.
51406 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51408         * sysdeps/x86_64/wcscmp.S: Update.
51409         Fix wrong comparison semantics.
51410         wcscmp shall use signed comparison not unsigned.
51411         Don't use substraction to avoid overflow bug.
51412         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51413         * wcsmbc/wcscmp.c: Likewise.
51414         * string/test-strcmp.c: Likewise.
51415         Add new tests to check cases with negative values.
51417 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51419         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51420         * sysdeps/x86_64/dla.h: ...here.  New file.
51421         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51422         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51423         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51424         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51425         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51426         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51427         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51428         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51429         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51431 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51433         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51434         __ynl_finite aliases.
51436 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51438         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51440         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51441         define DLA_FMA.
51442         [DLA_FMA] (EMULV): Use DLA_FMA.
51443         [DLA_FMA] (MUL12): Use EMULV.
51444         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51445         that are not needed.
51446         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51447         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51448         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51449         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51450         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51451         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51452         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51454 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51456         * math/s_nan.c: Undef __nan.
51457         * math/s_nanf.c: Undef __nanf.
51458         * math/s_nanl.c: Undef __nanl.
51459         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51460         "math_private.h".
51462 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51464         * math/s_catan.c: Add branch predictions.
51465         * math/s_catanf.c: Likewise.
51466         * math/s_catanh.c: Likewise.
51467         * math/s_catanhf.c: Likewise.
51468         * math/s_catanhl.c: Likewise.
51469         * math/s_catanl.c: Likewise.
51470         * math/s_cexp.c: Likewise.
51471         * math/s_cexpf.c: Likewise.
51472         * math/s_cexpl.c: Likewise.
51473         * math/s_clog.c: Likewise.
51474         * math/s_clog10.c: Likewise.
51475         * math/s_clog10f.c: Likewise.
51476         * math/s_clog10l.c: Likewise.
51477         * math/s_clogf.c: Likewise.
51478         * math/s_clogl.c: Likewise.
51479         * math/s_csqrt.c: Likewise.
51480         * math/s_csqrtf.c: Likewise.
51481         * math/s_csqrtl.c: Likewise.
51482         * math/s_ctanf.c: Likewise.
51483         * math/s_ctanh.c: Likewise.
51484         * math/s_ctanhf.c: Likewise.
51485         * math/s_ctanhl.c: Likewise.
51486         * math/s_ctanl.c: Likewise.
51488         * math/math_private.h: Define __nan, __nanf, __nanl.
51489         * math/s_cacosh.c: Include <math_private.h>.
51490         * math/s_cacoshl.c: Likewise.
51491         * math/s_casinh.c: Likewise.
51492         * math/s_casinhf.c: Likewise.
51493         * math/s_casinhl.c: Likewise.
51494         * math/s_ccos.c: Rely entire on ccosh.
51495         * math/s_ccosf.c: Rely entire on ccoshf.
51496         * math/s_ccosl.c: Rely entirely on ccoshl.
51497         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51498         Remove tests for FE_INVALID.
51499         * math/s_ccoshf.c: Likewise.
51500         * math/s_ccoshl.c: Likewise.
51501         * math/s_csin.c: Likewise.
51502         * math/s_csinf.c: Likewise.
51503         * math/s_csinh.c Likewise.
51504         * math/s_csinhf.c: Likewise.
51505         * math/s_csinhl.c: Likewise.
51506         * math/s_csinl.c: Likewise.
51507         * math/s_ctan.c: Likewise.
51508         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51509         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51510         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51512 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51514         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51515         compilation problems.
51517         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51518         __builtin_expect.
51520 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51522         * sysdeps/i386/configure.in: Test for -mfma4 option.
51523         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51524         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51525         COMMON_CPUID_INDEX_80000001.
51526         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51527         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51528         use it if FMA3 is not supported.
51529         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51531         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51532         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51534 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51536         [BZ #12892]
51537         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51538         it would create a cycle with a link time dependency.
51540 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51542         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51543         instruction.
51544         * string/Makefile (strop-tests): Add rawmemchr.
51545         * string/test-rawmemchr.c: New file.
51547         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51548         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51549         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51550         when compiling str{,n}casecmp and when AVX is available.  Hook up
51551         new optimized code in initializers.
51553 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51555         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51556         __feraiseexcept instead of feraiseexcept.
51558 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51560         * math/math_private.h: Define defaults for libc_fetestexcept and
51561         libc_feupdateenv.
51562         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51563         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51564         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51565         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51566         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51567         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51568         libc_fetestexcept and libc_feupdateenv.
51570         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51571         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51572         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51573         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51574         libc_feholdexcept_setround.
51576         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51577         Add s_nearbyint-c and s_nearbyintf-c.
51578         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51579         nearbyintf inlines.
51580         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51581         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51582         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51583         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51585         * math/math_private.h: Define defaults for libc_fegetround,
51586         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51587         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51588         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51589         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51590         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51591         standard functions.
51592         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51593         Remove comments and hacks for old compiler versions.
51594         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51595         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51596         libc_feholdexceptl.
51598 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51600         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51601         (__feraiseexcept_renamed): Add __NTH.
51602         (feraiseexcept): Add __NTH.  Rename local variables to fix
51603         namespace violations.
51605 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51607         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51609         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51611         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51612         recently added interfaces.
51613         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51615         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51616         about macro parameter expansion.
51618         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51619         __NO_MATH_INLINES is defined.  Cleanups.
51621         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51622         and __floorf is target has SSE4.1.
51623         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51624         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51625         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51626         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51628         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51629         name.
51630         (floorf): Likewise.
51632         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51634 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51636         * misc/sys/cdefs.h: Fix last change.
51638         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51639         database lookup.
51641 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51643         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51645         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51646         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51647         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51648         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51649         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51650         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51651         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51652         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51653         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51654         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51655         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51656         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51657         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51658         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51659         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51660         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51661         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51662         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51663         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51664         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51665         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51666         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51668         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51669         ceil, ceilf, floor, floorf.
51671         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51672         Perform IRELATIVE relocations last.
51674         * elf/do-rel.h: Add another parameter nrelative, replacing the
51675         local variable with the same name.  Change name of the function
51676         to end in Rel or Rela (uppercase).
51677         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51678         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51679         elf_dynamic_do_##reloc function.
51681 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51683         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51684         is sufficient, at least on modern CPUs.
51686         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51688         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51689         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51691         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51692         __expl_finite.
51693         * math/bits/math-finite.h: Add entries for exp.
51694         * math/e_expl.c: Add __*_finite alias.
51695         * sysdeps/i386/fpu/e_exp.S: Likewise.
51696         * sysdeps/i386/fpu/e_expf.S: Likewise.
51697         * sysdeps/i386/fpu/e_expl.c: Likewise.
51698         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51699         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51700         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51701         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51702         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51703         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51704         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51706         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51707         is sufficient, at least on modern CPUs.
51709         * ctype/ctype-info.c (__ctype_init): Define.
51710         * include/ctype.h (__ctype_init): Declare.
51711         (__ctype_b_loc): The variable is always initialized.
51712         (__ctype_toupper_loc): Likewise.
51713         (__ctype_tolower_loc): Likewise.
51714         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51715         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51717 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51719         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51721         * configure.in: Also look in $cxxmachine/include for C++ system
51722         headers.
51724 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51726         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51727         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51728         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51729         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51730         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51731         (USE_AS_WMEMCMP): New macro.
51732         Fixing indents.
51733         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51734         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51735         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51736         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51737         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51738         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51739         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51740         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51741         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51742         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51743         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51744         (USE_AS_WMEMCMP): New macro.
51745         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51746         * sysdeps/string/test-memcmp.c: Update.
51747         Fix simple_wmemcmp.
51748         Add new tests.
51749         * wcsmbs/wmemcmp.c: Update.
51750         (WMEMCMP): New macro.
51751         Fix overflow bug.
51753 2011-10-12  Andreas Jaeger  <aj@suse.de>
51755         [BZ #13268]
51756         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51758 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51760         * libio/iofwide.c (do_length): Avoid warning.
51762         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51764 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51766         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51768         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51769         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51770         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51771         * sysdeps/i386/i686/fpu/e_log.S: New file.
51772         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51773         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51775         * ctype/ctype.h: Add support for inlined isXXX functions when
51776         compiling C++ code.
51778 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51780         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51782         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51784 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51786         [BZ #13291]
51787         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51789 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51791         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51792         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51793         feraiseexcept.
51795         * sysdeps/x86_64/memrchr.S: Check for zero size.
51797         * string/stratcliff.c: Add memrchr tests.
51799 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51801         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51802         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51803         rawmemchr-sse2 rawmemchr-sse2-bsf.
51804         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51805         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51806         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51807         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51808         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51809         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51810         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51811         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51812         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51813         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51814         * string/memrchr.c (MEMRCHR): New macro.
51816 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51818         Add integration with gcc's -ffinite-math-only and optimize wrapper
51819         functions in libm.
51820         * Versions.def: Define GLIBC_2.15 version for libm.
51821         * math/Makefile (headers): Add bits/math-finite.h.
51822         * math/bits/math-finite.h: New file.
51823         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51824         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51825         * math/e_acoshl.c: Add __*_finite alias.
51826         * math/e_acosl.c: Likewise.
51827         * math/e_asinl.c: Likewise.
51828         * math/e_atan2l.c: Likewise.
51829         * math/e_atanhl.c: Likewise.
51830         * math/e_coshl.c: Likewise.
51831         * math/e_exp10.c: Likewise.
51832         * math/e_exp10f.c: Likewise.
51833         * math/e_exp10l.c: Likewise.
51834         * math/e_exp2l.c: Likewise.
51835         * math/e_fmodl.c: Likewise.
51836         * math/e_gammal_r.c: Likewise.
51837         * math/e_hypotl.c: Likewise.
51838         * math/e_j0l.c: Likewise.
51839         * math/e_j1l.c: Likewise.
51840         * math/e_jnl.c: Likewise.
51841         * math/e_lgammal_r.c: Likewise.
51842         * math/e_log10l.c: Likewise.
51843         * math/e_log2l.c: Likewise.
51844         * math/e_logl.c: Likewise.
51845         * math/e_powl.c: Likewise.
51846         * math/e_sinhl.c: Likewise.
51847         * math/e_sqrtl.c: Likewise.
51848         * math/e_scalb.c: Completely rewritten and optimized.
51849         * math/e_scalbf.c: Likewise.
51850         * math/e_scalbl.c: Likewise.
51851         * math/w_acos.c: Likewise.
51852         * math/w_acosf.c: Likewise.
51853         * math/w_acosl.c: Likewise.
51854         * math/w_acosh.c: Likewise.
51855         * math/w_acoshf.c: Likewise.
51856         * math/w_acoshl.c: Likewise.
51857         * math/w_asin.c: Likewise.
51858         * math/w_asinf.c: Likewise.
51859         * math/w_asinl.c: Likewise.
51860         * math/w_atan2.c: Likewise.
51861         * math/w_atan2f.c: Likewise.
51862         * math/w_atan2l.c: Likewise.
51863         * math/w_atanh.c: Likewise.
51864         * math/w_atanhf.c: Likewise.
51865         * math/w_atanhl.c: Likewise.
51866         * math/w_exp10.c: Likewise.
51867         * math/w_exp10f.c: Likewise.
51868         * math/w_exp10l.c: Likewise.
51869         * math/w_fmod.c: Likewise.
51870         * math/w_fmodf.c: Likewise.
51871         * math/w_fmodl.c: Likewise.
51872         * math/w_j0.c: Likewise.
51873         * math/w_j0f.c: Likewise.
51874         * math/w_j0l.c: Likewise.
51875         * math/w_j1.c: Likewise.
51876         * math/w_j1f.c: Likewise.
51877         * math/w_j1l.c: Likewise.
51878         * math/w_jn.c: Likewise.
51879         * math/w_jnf.c: Likewise.
51880         * math/w_log.c: Likewise.
51881         * math/w_logf.c: Likewise.
51882         * math/w_logl.c: Likewise.
51883         * math/w_log10.c: Likewise.
51884         * math/w_log10f.c: Likewise.
51885         * math/w_log10l.c: Likewise.
51886         * math/w_log2.c: Likewise.
51887         * math/w_log2f.c: Likewise.
51888         * math/w_log2l.c: Likewise.
51889         * math/w_pow.c: Likewise.
51890         * math/w_powf.c: Likewise.
51891         * math/w_powl.c: Likewise.
51892         * math/w_remainder.c: Likewise.
51893         * math/w_remainderf.c: Likewise.
51894         * math/w_remainderl.c: Likewise.
51895         * math/w_scalb.c: Likewise.
51896         * math/w_scalbf.c: Likewise.
51897         * math/w_scalbl.c: Likewise.
51898         * math/w_sqrt.c: Likewise.
51899         * math/w_sqrtf.c: Likewise.
51900         * math/w_sqrtl.c: Likewise.
51901         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51902         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51903         used.
51904         * math/math_private.h: Declare __kernel_standard_f.
51905         * math/w_cosh.c: Remove cruft and optimize a bit.
51906         * math/w_coshf.c: Likewise.
51907         * math/w_coshl.c: Likewise.
51908         * math/w_exp2.c: Likewise.
51909         * math/w_exp2f.c: Likewise.
51910         * math/w_exp2l.c: Likewise.
51911         * math/w_hypot.c: Likewise.
51912         * math/w_hypotf.c: Likewise.
51913         * math/w_hypotl.c: Likewise.
51914         * math/w_lgamma.c: Likewise.
51915         * math/w_lgamma_r.c: Likewise.
51916         * math/w_lgammaf.c: Likewise.
51917         * math/w_lgammaf_r.c: Likewise.
51918         * math/w_lgammal.c: Likewise.
51919         * math/w_lgammal_r.c: Likewise.
51920         * math/w_sinh.c: Likewise.
51921         * math/w_sinhf.c: Likewise.
51922         * math/w_sinhl.c: Likewise.
51923         * math/w_tgamma.c: Likewise.
51924         * math/w_tgammaf.c: Likewise.
51925         * math/w_tgammal.c: Likewise.
51926         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51927         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51928         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51929         Minor optimizations.  Pretty printing.  Remove cruft.
51930         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51931         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51932         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51933         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51934         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51935         * sysdeps/i386/fpu/e_asin.S: Likewise.
51936         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51937         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51938         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51939         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51940         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51941         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51942         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51943         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51944         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51945         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51946         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51947         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51948         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51949         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51950         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51951         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51952         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51953         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51954         * sysdeps/i386/fpu/e_log.S: Likewise.
51955         * sysdeps/i386/fpu/e_log10.S: Likewise.
51956         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51957         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51958         * sysdeps/i386/fpu/e_log2.S: Likewise.
51959         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51960         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51961         * sysdeps/i386/fpu/e_logf.S: Likewise.
51962         * sysdeps/i386/fpu/e_logl.S: Likewise.
51963         * sysdeps/i386/fpu/e_pow.S: Likewise.
51964         * sysdeps/i386/fpu/e_powf.S: Likewise.
51965         * sysdeps/i386/fpu/e_powl.S: Likewise.
51966         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51967         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51968         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51969         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51970         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51971         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51972         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51973         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51974         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51975         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51976         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51977         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51978         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51979         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51980         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51981         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51982         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51983         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51984         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51985         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51986         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51987         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51988         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51989         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51990         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51991         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51992         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51993         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51994         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51995         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51996         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51997         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51998         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51999         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52000         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52001         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52002         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52003         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52004         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52005         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52006         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52007         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52008         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52009         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52010         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52011         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52012         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52013         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52014         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52015         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52016         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52017         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52018         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52019         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52020         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52021         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52022         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52023         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52024         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52025         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52026         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52027         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52028         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52029         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52030         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52031         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52032         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52033         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52034         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52035         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52036         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52037         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52038         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52039         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52040         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52041         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52042         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52043         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52044         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52045         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52046         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52047         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52048         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52049         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52050         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52051         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52052         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52053         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52054         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52055         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52056         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52057         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52058         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52059         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52060         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52061         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52062         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52063         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52064         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52065         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52066         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52067         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52068         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52069         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52070         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52071         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52072         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52073         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52074         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52075         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52076         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52077         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52078         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52079         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52080         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52081         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52082         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52083         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52084         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52085         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52086         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52087         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52088         (__isnanf): Likewise.
52089         (__isinf_ns): Likewise.
52090         (__isinf_nsf): Likewise.
52091         (__finite): Likewise.
52092         (__finitef): Likewise.
52093         (__ieee754_sqrt): Define as macro.
52094         (__ieee754_sqrtf): Define as macro.
52095         (__ieee754_sqrtl): Define as macro.
52096         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52097         inlined copy.
52098         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52099         __FINITE_MATH_ONLY__ consistent.
52100         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52102 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52104         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52105         of rawmemchr.
52107         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52109 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52111         * po/ja.po: Update from translation team.
52113 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52115         * locale/programs/locarchive.c (prepare_address_space): New function.
52116         (create_archive, enlarge_archive, open_archive): Use it.
52118         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52119         inside [SHARED], where it is used.
52121         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52123         * nss/getent.c (netgroup_keys): Remove unused variable.
52124         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52126 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52128         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52129         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52130         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52131         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52132         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52133         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52134         * math/Makefile (libm-calls): Add s_isinf_ns.
52135         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52136         * math/multc3.c: Likewise.
52137         * math/s_casin.c: Likewise.
52138         * math/s_casinf.c: Likewise.
52139         * math/s_casinl.c: Likewise.
52140         * math/s_ccos.c: Likewise.
52141         * math/s_ccosf.c: Likewise.
52142         * math/s_ccosl.c: Likewise.
52143         * math/s_ctan.c: Likewise.
52144         * math/s_ctanf.c: Likewise.
52145         * math/s_ctanh.c: Likewise.
52146         * math/s_ctanhf.c: Likewise.
52147         * math/s_ctanhl.c: Likewise.
52148         * math/s_ctanl.c: Likewise.
52149         * math/w_fmod.c: Likewise.
52150         * math/w_fmodf.c: Likewise.
52151         * math/w_fmodl.c: Likewise.
52152         * math/w_remainder.c: Likewise.
52153         * math/w_remainderf.c: Likewise.
52154         * math/w_remainderl.c: Likewise.
52155         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52156         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52157         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52158         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52159         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52160         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52161         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52162         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52164         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52165         of the number.
52166         * stdio-common/printf_fphex.c: Likewise.
52167         * stdio-common/printf_size.c: Likewise.
52169         * math/e_exp10.c: Include math_private.h using <...> not "...".
52170         * math/e_exp10f.c: Likewise.
52171         * math/e_exp10l.c: Likewise.
52172         * math/e_exp2l.c: Likewise.
52173         * math/e_j0l.c: Likewise.
52174         * math/e_j1l.c: Likewise.
52175         * math/e_jnl.c: Likewise.
52176         * math/e_lgammal_r.c: Likewise.
52177         * math/e_rem_pio2l.c: Likewise.
52178         * math/e_scalb.c: Likewise.
52179         * math/e_scalbf.c: Likewise.
52180         * math/e_scalbl.c: Likewise.
52181         * math/k_cosl.c: Likewise.
52182         * math/k_sinl.c: Likewise.
52183         * math/k_tanl.c: Likewise.
52184         * math/s_cacoshf.c: Likewise.
52185         * math/s_catan.c: Likewise.
52186         * math/s_catanf.c: Likewise.
52187         * math/s_catanh.c: Likewise.
52188         * math/s_catanhf.c: Likewise.
52189         * math/s_catanhl.c: Likewise.
52190         * math/s_catanl.c: Likewise.
52191         * math/s_ccosh.c: Likewise.
52192         * math/s_ccoshf.c: Likewise.
52193         * math/s_ccoshl.c: Likewise.
52194         * math/s_cexp.c: Likewise.
52195         * math/s_cexpf.c: Likewise.
52196         * math/s_cexpl.c: Likewise.
52197         * math/s_clog.c: Likewise.
52198         * math/s_clog10.c: Likewise.
52199         * math/s_clog10f.c: Likewise.
52200         * math/s_clog10l.c: Likewise.
52201         * math/s_clogf.c: Likewise.
52202         * math/s_clogl.c: Likewise.
52203         * math/s_csin.c: Likewise.
52204         * math/s_csinf.c: Likewise.
52205         * math/s_csinh.c: Likewise.
52206         * math/s_csinhf.c: Likewise.
52207         * math/s_csinhl.c: Likewise.
52208         * math/s_csinl.c: Likewise.
52209         * math/s_csqrt.c: Likewise.
52210         * math/s_csqrtf.c: Likewise.
52211         * math/s_csqrtl.c: Likewise.
52212         * math/s_ctan.c: Likewise.
52213         * math/s_ctanf.c: Likewise.
52214         * math/s_ctanh.c: Likewise.
52215         * math/s_ctanhf.c: Likewise.
52216         * math/s_ctanhl.c: Likewise.
52217         * math/s_ctanl.c: Likewise.
52218         * math/s_ldexp.c: Likewise.
52219         * math/s_ldexpf.c: Likewise.
52220         * math/s_ldexpl.c: Likewise.
52221         * math/s_significand.c: Likewise.
52222         * math/s_significandf.c: Likewise.
52223         * math/s_significandl.c: Likewise.
52224         * math/w_acos.c: Likewise.
52225         * math/w_acosf.c: Likewise.
52226         * math/w_acosh.c: Likewise.
52227         * math/w_acoshf.c: Likewise.
52228         * math/w_acoshl.c: Likewise.
52229         * math/w_acosl.c: Likewise.
52230         * math/w_asin.c: Likewise.
52231         * math/w_asinf.c: Likewise.
52232         * math/w_asinl.c: Likewise.
52233         * math/w_atan2.c: Likewise.
52234         * math/w_atan2f.c: Likewise.
52235         * math/w_atan2l.c: Likewise.
52236         * math/w_atanh.c: Likewise.
52237         * math/w_atanhf.c: Likewise.
52238         * math/w_atanhl.c: Likewise.
52239         * math/w_cosh.c: Likewise.
52240         * math/w_coshf.c: Likewise.
52241         * math/w_coshl.c: Likewise.
52242         * math/w_dremf.c: Likewise.
52243         * math/w_exp10.c: Likewise.
52244         * math/w_exp10f.c: Likewise.
52245         * math/w_exp10l.c: Likewise.
52246         * math/w_exp2.c: Likewise.
52247         * math/w_exp2f.c: Likewise.
52248         * math/w_fmod.c: Likewise.
52249         * math/w_fmodf.c: Likewise.
52250         * math/w_fmodl.c: Likewise.
52251         * math/w_hypot.c: Likewise.
52252         * math/w_hypotf.c: Likewise.
52253         * math/w_hypotl.c: Likewise.
52254         * math/w_j0.c: Likewise.
52255         * math/w_j0f.c: Likewise.
52256         * math/w_j0l.c: Likewise.
52257         * math/w_j1.c: Likewise.
52258         * math/w_j1f.c: Likewise.
52259         * math/w_j1l.c: Likewise.
52260         * math/w_jn.c: Likewise.
52261         * math/w_jnf.c: Likewise.
52262         * math/w_jnl.c: Likewise.
52263         * math/w_lgamma.c: Likewise.
52264         * math/w_lgamma_r.c: Likewise.
52265         * math/w_lgammaf.c: Likewise.
52266         * math/w_lgammaf_r.c: Likewise.
52267         * math/w_lgammal.c: Likewise.
52268         * math/w_lgammal_r.c: Likewise.
52269         * math/w_log.c: Likewise.
52270         * math/w_log10.c: Likewise.
52271         * math/w_log10f.c: Likewise.
52272         * math/w_log10l.c: Likewise.
52273         * math/w_log2.c: Likewise.
52274         * math/w_log2f.c: Likewise.
52275         * math/w_log2l.c: Likewise.
52276         * math/w_logf.c: Likewise.
52277         * math/w_logl.c: Likewise.
52278         * math/w_pow.c: Likewise.
52279         * math/w_powf.c: Likewise.
52280         * math/w_powl.c: Likewise.
52281         * math/w_remainder.c: Likewise.
52282         * math/w_remainderf.c: Likewise.
52283         * math/w_remainderl.c: Likewise.
52284         * math/w_scalb.c: Likewise.
52285         * math/w_scalbf.c: Likewise.
52286         * math/w_scalbl.c: Likewise.
52287         * math/w_sinh.c: Likewise.
52288         * math/w_sinhf.c: Likewise.
52289         * math/w_sinhl.c: Likewise.
52290         * math/w_sqrt.c: Likewise.
52291         * math/w_sqrtf.c: Likewise.
52292         * math/w_sqrtl.c: Likewise.
52293         * math/w_tgamma.c: Likewise.
52294         * math/w_tgammaf.c: Likewise.
52295         * math/w_tgammal.c: Likewise.
52297         * po/ja.po: Update from translation team.
52299 2011-09-29  Andreas Jaeger  <aj@suse.de>
52301         [BZ #13179]
52302         * sunrpc/netname.c (netname2host): Fix logic.
52304         [BZ #6779]
52305         [BZ #6783]
52306         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52307         correctly.
52308         * math/w_remainder.c (__remainder): Likewise.
52309         * math/w_remainderf.c (__remainderf): Likewise.
52310         * math/libm-test.inc (remainder_test): Add test cases.
52312 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52314         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52315         sdiv_qrnnd.
52317 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52319         * string/test-memcmp.c: Avoid unncessary #defines.
52320         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52322 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52324         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52325         Use new sse2 version for core i3 - i7 as it's faster
52326         than sse42 version.
52327         (bit_Prefer_PMINUB_for_stringop): New.
52328         * sysdeps/x86_64/rawmemchr.S: Update.
52329         Replace with faster SSE2 version.
52330         * sysdeps/x86_64/memrchr.S: New file.
52331         * sysdeps/x86_64/memchr.S: Update.
52332         Replace with faster SSE2 version.
52334 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52336         * elf/dl-load.c (lose): Add cast to avoid warning.
52338 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52340         * po/ca.po: Update from translation team.
52342         * inet/getnetgrent_r.c: Hook up nscd.
52343         * nscd/Makefile (routines): Add nscd_netgroup.
52344         (nscd-modules): Add netgroupcache.
52345         (CFLAGS-netgroupcache.c): Define.
52346         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52347         (cache_search): Add const to second parameter.
52348         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52349         INNETGR.
52350         (dbs): Add netgrdb entry.
52351         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52352         (verify_persistent_db): Handle netgrdb.
52353         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52354         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52355         GETFDNETGR.
52356         (netgroup_response_header): Define.
52357         (innetgroup_response_header): Define.
52358         (datahead): Add netgroup_response_header and innetgroup_response_header
52359         elements.
52360         * nscd/nscd.conf: Add entries for netgroup cache.
52361         * nscd/nscd.h (dbtype): Add netgrdb.
52362         (_PATH_NSCD_NETGROUP_DB): Define.
52363         (netgroup_iov_disabled): Declare.
52364         (xmalloc, xcalloc, xrealloc): Move declarations here.
52365         (cache_search): Adjust prototype.
52366         Add netgroup-related prototypes.
52367         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52368         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52369         (__nscd_innetgr): Declare.
52370         * nscd/selinux.c (perms): Use access_vector_t as element type and
52371         add netgroup-related initializers.
52372         * nscd/netgroupcache.c: New file.
52373         * nscd/nscd_netgroup.c: New file.
52374         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52375         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52376         For four parameters use innetgr.
52377         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52378         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52379         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52380         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52382         * nscd/connections.c (register_traced_file): Don't register file
52383         for disabled databases.
52385 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52387         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52389         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52390         from tree and freeing node.
52392 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52394         * nss/nsswitch.c (__nss_database_lookup): Handle
52395         nss_parse_service_list out of memory case.
52397 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52399         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52400         out of memory case.
52402 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52404         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52405         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52406         pass it down.
52407         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52408         elf_machine_rela, elf_machine_lazy_rel.
52409         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52410         (ELF_DYNAMIC_DO_REL): Likewise.
52411         (ELF_DYNAMIC_DO_RELA): Likewise.
52412         (ELF_DYNAMIC_RELOCATE): Likewise.
52413         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52414         to ELF_DYNAMIC_DO_REL.
52415         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52416         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52417         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52418         elf_machine_rela.
52419         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52420         skip_ifunc, don't call ifunc function if non-zero.
52421         (elf_machine_rela): Likewise.
52422         (elf_machine_lazy_rel): Likewise.
52423         (elf_machine_lazy_rela): Likewise.
52424         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52425         (elf_machine_lazy_rel): Likewise.
52426         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52427         Likewise.
52428         (elf_machine_lazy_rel): Likewise.
52429         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52430         Likewise.
52431         (elf_machine_lazy_rel): Likewise.
52432         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52433         (elf_machine_lazy_rel): Likewise.
52434         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52435         (elf_machine_lazy_rel): Likewise.
52436         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52437         (elf_machine_lazy_rel): Likewise.
52438         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52439         (elf_machine_lazy_rel): Likewise.
52440         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52441         (elf_machine_lazy_rel): Likewise.
52442         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52443         (elf_machine_lazy_rel): Likewise.
52445 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52447         * nss/nss_files/files-init.c (_nss_files_init): Use static
52448         initialization for all the *_traced_file variables.
52450 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52452         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52454 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52456         [BZ #13226]
52457         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52459 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52461         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52462         Reread the line before reparsing it.
52464 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52466         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52468 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52469             Maxim Kuvyrkov  <maxim@codesourcery.com>
52470             Joseph Myers  <joseph@codesourcery.com>
52472         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52473         if needed for __stack_chk_guard.
52475 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52477         * sysdeps/posix/spawni.c (script_execute): Always define it.
52478         It will be optimized away if unused.
52479         (maybe_script_execute): New function.
52480         (__spawni): Call it.
52482         * Makerules: Don't include tls.make.
52483         (config-tls): Always set to thread.
52484         * tls.make.c: File removed.
52486 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52488         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52489         * config.make.in (CPPFLAGS-config): New substituted variable.
52491 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52493         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52495         [BZ #13192]
52496         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52497         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52499 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52501         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52502         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52503         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52504         (CALL_FAIL): Likewise.
52505         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52506         (CALL_FAIL): Macro removed.
52507         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52509 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52511         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52512         for __FINITE_MATH_ONLY__ == 1.
52514 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52516         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52517         __ieee754_sqrt instead of sqrt.
52518         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52519         __ieee754_sqrtf instead of sqrtf.
52520         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52521         __floorf instead of floorf.
52522         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52523         __floorf, __truncf instead of floorf, truncf.
52525 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52527         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52529         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52530         __extern_always_inline.
52531         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52532         32-bit.
52534 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52536         * elf/rtld.c (dl_main): Also relocate in dependency order when
52537         doing symbol dependency testing.
52539 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52541         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52542         Always define `refsym'.
52544 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52546         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52547         (__FD_ELT): Renamed from __FDELT.
52548         * misc/bits/select2.h (__FD_ELT): Likewise.
52549         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52550         __FD_MASK instead of __FDELT, __FDMASK.
52551         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52552         Likewise.
52553         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52554         Likewise.
52556         * elf/Makefile (gen-ldd): Fix pattern.
52558         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52559         (init_tls): Likewise.
52561 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52563         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52565 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52567         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52568         `struct cmsghdr *' instead of `void *'.
52569         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52570         Likewise.
52572 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52574         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52575         if non-absolute.
52576         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52577         ldd_rewrite_script.
52579 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52581         * configure.in: Remove --with-tls option.
52582         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52583         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52584         out in case it is missing.
52585         * sysdeps/ia64/elf/configure.in: Likewise.
52586         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52587         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52588         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52589         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52590         * sysdeps/sh/elf/configure.in: Likewise.
52591         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52592         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52593         * sysdeps/x86_64/elf/configure.in: Likewise.
52594         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52595         * sysdeps/mach/hurd/tls.h: Likewise.
52597         [BZ #13067]
52598         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52600         [BZ #13090]
52601         * configure.in: Fix use of AC_INIT.
52603         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52605 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52607         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52608         __set_errno.
52609         * malloc/hooks.c: Likewise.
52611         [BZ #11929]
52612         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52613         variables statically.
52614         (narenas): Initialize.
52615         (list_lock): Initialize.
52616         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52617         initializtion of main_arena and list_lock.  Small cleanups.
52618         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52619         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52620         Add initializers to main_arena and mp_.
52621         (malloc_state): Remove pagesize member.  Change all users to use
52622         GLRO(dl_pagesize).
52624         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52625         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52626         is always initialized.
52628         * malloc/malloc.c: Removed unused configurations and dead code.
52629         * malloc/arena.c: Likewise.
52630         * malloc/hooks.c: Likewise.
52631         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52633         * include/tls.h: Removed.  USE___THREAD must always be defined.
52634         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52635         * elf/dl-libc.c: Likewise.
52636         * elf/dl-tsd.c: Likewise.
52637         * include/errno.h: Likewise.
52638         * include/netdb.h: Likewise.
52639         * include/resolv.h: Likewise.
52640         * inet/herrno-loc.c: Likewise.
52641         * inet/herrno.c: Likewise.
52642         * malloc/arena.c: Likewise.
52643         * malloc/hooks.c: Likewise.
52644         * malloc/malloc.c: Likewise.
52645         * resolv/res-state.c: Likewise.
52646         * resolv/res_libc.c: Likewise.
52647         * sysdeps/i386/dl-machine.h: Likewise.
52648         * sysdeps/ia64/dl-machine.h: Likewise.
52649         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52650         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52651         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52652         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52653         * sysdeps/sh/dl-machine.h: Likewise.
52654         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52655         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52656         * sysdeps/unix/i386/sysdep.S: Likewise.
52657         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52658         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52659         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52660         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52661         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52662         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52663         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52664         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52665         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52666         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52667         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52668         * sysdeps/x86_64/dl-machine.h: Likewise.
52669         * tls.make.c: Likewise.
52671         * configure.in: Remove --with-__thread option.  Make tests for
52672         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52673         tls_model attribute fail if no support is available.  Remove
52674         USE_IN_LIBIO.
52675         * Makeconfig: Adjust for dropped configure option.  All features are
52676         now mandatory.
52677         * Makerules: Likewise.
52678         * Versions.def: Likewise.
52679         * argp/argp-fmtstream.c: Likewise.
52680         * argp/argp-fmtstream.h: Likewise.
52681         * argp/argp-help.c: Likewise.
52682         * assert/assert.c: Likewise.
52683         * config.h.in: Likewise.
52684         * config.make.in: Likewise.
52685         * configure: Likewise.
52686         * configure.in: Likewise.
52687         * csu/Versions: Likewise.
52688         * csu/init.c: Likewise.
52689         * elf/tst-audit2.c: Likewise.
52690         * elf/tst-tls10.c: Likewise.
52691         * elf/tst-tls10.h: Likewise.
52692         * elf/tst-tls11.c: Likewise.
52693         * elf/tst-tls12.c: Likewise.
52694         * elf/tst-tls14.c: Likewise.
52695         * elf/tst-tlsmod11.c: Likewise.
52696         * elf/tst-tlsmod12.c: Likewise.
52697         * elf/tst-tlsmod13.c: Likewise.
52698         * elf/tst-tlsmod13a.c: Likewise.
52699         * elf/tst-tlsmod14a.c: Likewise.
52700         * elf/tst-tlsmod15b.c: Likewise.
52701         * elf/tst-tlsmod16a.c: Likewise.
52702         * elf/tst-tlsmod16b.c: Likewise.
52703         * elf/tst-tlsmod7.c: Likewise.
52704         * elf/tst-tlsmod8.c: Likewise.
52705         * elf/tst-tlsmod9.c: Likewise.
52706         * gmon/gmon.c: Likewise.
52707         * grp/fgetgrent_r.c: Likewise.
52708         * grp/putgrent.c: Likewise.
52709         * hurd/fopenport.c: Likewise.
52710         * include/libc-symbols.h: Likewise.
52711         * include/tls.h: Likewise.
52712         * intl/gettextP.h: Likewise.
52713         * intl/loadinfo.h: Likewise.
52714         * locale/global-locale.c: Likewise.
52715         * locale/localeinfo.h: Likewise.
52716         * mach/devstream.c: Likewise.
52717         * malloc/arena.c: Likewise.
52718         * malloc/set-freeres.c: Likewise.
52719         * misc/err.c: Likewise.
52720         * misc/getttyent.c: Likewise.
52721         * misc/mntent_r.c: Likewise.
52722         * posix/getopt.c: Likewise.
52723         * posix/wordexp.c: Likewise.
52724         * pwd/fgetpwent_r.c: Likewise.
52725         * resolv/Versions: Likewise.
52726         * resolv/res_hconf.c: Likewise.
52727         * shadow/fgetspent_r.c: Likewise.
52728         * shadow/putspent.c: Likewise.
52729         * stdio-common/printf_fphex.c: Likewise.
52730         * stdio-common/tmpfile.c: Likewise.
52731         * stdlib/abort.c: Likewise.
52732         * stdlib/fmtmsg.c: Likewise.
52733         * sunrpc/auth_unix.c: Likewise.
52734         * sunrpc/clnt_perr.c: Likewise.
52735         * sunrpc/clnt_tcp.c: Likewise.
52736         * sunrpc/clnt_udp.c: Likewise.
52737         * sunrpc/clnt_unix.c: Likewise.
52738         * sunrpc/openchild.c: Likewise.
52739         * sunrpc/svc_simple.c: Likewise.
52740         * sunrpc/svc_tcp.c: Likewise.
52741         * sunrpc/svc_udp.c: Likewise.
52742         * sunrpc/svc_unix.c: Likewise.
52743         * sunrpc/xdr.c: Likewise.
52744         * sunrpc/xdr_array.c: Likewise.
52745         * sunrpc/xdr_rec.c: Likewise.
52746         * sunrpc/xdr_ref.c: Likewise.
52747         * sunrpc/xdr_stdio.c: Likewise.
52749 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52751         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52753 2011-07-03  Andreas Jaeger  <aj@suse.de>
52755         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52756         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52757         regenerate with gen-libm-tests.pl.
52759 2010-05-12  Petr Baudis  <pasky@suse.cz>
52761         [BZ #11589]
52762         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52763         around j0() zero points by switching to j1().
52764         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52765         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52766         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52767         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52769 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52771         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52772         instead of 0.
52773         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52774         instead of 0.
52775         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52776         Patch in part by Pavel Roskin <proski@gnu.org>.
52778         [BZ #13138]
52779         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52780         realloc.
52781         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52782         Free memory block if necessary.
52784         [BZ #12847]
52785         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52786         be NULL.  Don't lock in this case.
52788 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52790         * elf/elf.h (ELFOSABI_GNU): New macro.
52791         (ELFOSABI_LINUX): Define to that.
52793 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52795         * string/strncat.c (strncat): Undef the symbol in case it has been
52796         defined in bits/string.h.
52798 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52800         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52802         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52803         link map.
52805 2011-08-17  Andreas Jaeger  <aj@suse.de>
52807         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52809 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52810             Ian Lance Taylor  <iant@google.com>
52812         * math/libm-test.inc (lround_test): New testcase.
52813         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52815 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52817         * Makefile: Remove support for automatic cvs check-ins.
52818         * Makerules: Likewise.
52819         * config.make.in: Likewise.
52820         * configure.in: Likewise.
52821         * intl/Makefile: Likewise.
52822         * locale/Makefile: Likewise.
52823         * po/Makefile: Likewise.
52824         * posix/Makefile: Likewise.
52825         * sysdeps/gnu/Makefile: Likewise.
52826         * sysdeps/mach/hurd/Makefile: Likewise.
52827         * sysdeps/sparc/sparc32/Makefile: Likewise.
52829         [BZ #13118]
52830         * posix/Makefile (bug-regex32-ENV): Define.
52831         Patch by John Stanley <jpsinthemix@verizon.net>.
52833         * misc/Makefile (headers): Add bits/select2.h.
52834         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52835         * misc/bits/select2.h: New file.
52836         * include/bits/select2.h: New file.
52837         * debug/Makefile (routines): Add fdelt_chk.
52838         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52839         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52840         FD_ISSET.
52841         * debug/fdelt_chk.c: New file.
52843         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52844         * wcsmbs/test-wmemcmp.c: Likewise.
52845         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52846         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52848 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52850         * string/Makefile (strop-tests): Add memcmp.
52851         * string/test-wmemcmp.c: New file.
52852         * string/test-memcmp.c: Add wmemcmp support.
52854 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52856         [BZ #13153]
52857         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52858         2011-07-19 change.
52860         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52861         garbage value in a __mach_port_mod_refs call in the cases of the
52862         task-self and thread-self ports.
52864 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52866         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52868 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52870         * elf/dl-load.c (lose): Check for non-null L.
52872 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52874         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52876         * elf/dl-libc.c (dlerror_run): Pass back error code from
52877         dl_catch_error.
52879         [BZ #13123]
52880         * elf/dl-load.c (lose): Free l_origin if it is valid.
52882         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52883         names.
52884         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52885         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52886         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52887         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52888         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52889         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52891 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52893         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52894         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52895         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52896         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52897         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52898         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52899         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52900         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52901         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52902         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52904 2011-08-15  Alan Modra  <amodra@gmail.com>
52906         [BZ #13092]
52907         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52908         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52909         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52910         ppc_mcount to static-only-routines.
52911         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52912         __mcount_internal.
52913         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52914         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52916 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52918         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52919         for finite and infinity parameters.
52921 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52923         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52924         and add nop instructions for throughput optimization.
52925         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52927 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52929         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52930         aligned copy for power7 with vector-scalar instructions.
52931         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52933 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52935         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52936         AVX check.
52938 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52940         [BZ #13144]
52941         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52942         last change.
52944 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52946         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52947         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52948         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52949         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52950         clock_gettime.
52952 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52954         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52955         Forgot to demangle the pointer.
52957         * sysdeps/i386/sysdep.h: Define atom_text_section.
52958         * sysdeps/x86_64/sysdep.h: Likewise.
52959         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52960         section with atom_text_section.
52961         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52962         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52963         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52964         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52965         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52967         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52968         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52969         already be defined.  Change to take two parameters and don't assign
52970         result to variable.  Adjust all users.
52971         Define INTERNAL_GETTIME if not already defined.
52972         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52973         call.
52974         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52975         HAVE_CLOCK_GETTIME_VSYSCALL.
52976         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52978         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52979         gettimeofday vsyscall, just use time.
52981 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52983         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52984         <errno.h>.
52986 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52988         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52989         syscall on x86-64.
52990         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52991         syscall.
52992         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52993         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52994         syscall if possible.
52996 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52998         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52999         e_ident.  Don't pass to find_mapsXX.
53000         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53002 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53004         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53005         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53006         * sysdeps/x86_64/multiarch/strchr.S: Update.
53007         Check bit_slow_BSF bit.
53008         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53009         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53010         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53012 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53014         [BZ #13134]
53015         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53016         before glibc 2.15.
53017         (tryshell): Define.
53018         (__spawni): Change last parameter to be flag.  Test
53019         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53020         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53021         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53022         * posix/spawni.c: Likewise.
53023         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53024         * posix/spawnp.c: Likewise.  Change normal version to use
53025         SPAWN_XFLAGS_USE_PATH.
53026         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53027         SPAWN_XFLAGS_TRY_SHELL.
53029         [BZ #13150]
53030         * posix/glob.h: Remove gcc 1.x support.
53032         [BZ #13068]
53033         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53035 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53037         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53038         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53039         strrchr-sse2-bsf
53040         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53041         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53042         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53043         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53044         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53045         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53047 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53049         * sysdeps/x86_64/wcscmp.S: New file.
53051         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53052         wcscmp-c wcscmp-sse2
53053         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53054         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53055         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53056         * wcsmbs/wcscmp.c: Allow renaming.
53058 2011-09-05  David S. Miller  <davem@davemloft.net>
53060         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53061         stack slot, rather than the struct return pointer slot.
53062         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53063         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53064         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53065         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53067 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53069         * po/ja.po: Update from translation team.
53071         [BZ #13144]
53072         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53073         kernel in 64-bit binaries.
53075 2011-09-01  David S. Miller  <davem@davemloft.net>
53077         * elf/elf.h (HWCAP_SPARC_*): Move to..
53078         * sysdeps/sparc/sysdep.h: this new file and add new values.
53079         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53080         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53081         _DL_HWCAP_COUNT to 24.
53082         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53083         entries.
53084         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53085         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53086         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53087         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53088         instead of magic constants.
53089         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53091 2011-08-31  David S. Miller  <davem@davemloft.net>
53093         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53094         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53095         Reimplement to do errno handling inline.
53096         (SYSCALL_ERROR_HANDLER): New macro.
53097         (__SYSCALL_STRING): Do not do errno handling in asm.
53098         (__CLONE_SYSCALL_STRING): Delete.
53099         (__INTERNAL_SYSCALL_STRING): Delete.
53100         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53101         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53102         (PSEUDO): Reimplement to do errno handling inline.
53103         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53104         (SYSCALL_ERROR_HANDLER): New macro.
53105         (__SYSCALL_STRING): Do not do errno handling in asm.
53106         (__CLONE_SYSCALL_STRING): Delete.
53107         (__INTERNAL_SYSCALL_STRING): Delete.
53108         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53109         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53110         i386.
53111         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53112         (inline_syscall*): Add 'err' argument.
53113         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53114         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53115         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53116         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53118         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53119         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53121 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53123         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53125 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53127         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53128         directive.
53130 2011-08-24  David S. Miller  <davem@davemloft.net>
53132         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53134 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53136         * elf/Makefile: Add rules to build and run unload8 test.
53137         * elf/unload8.c: New file.
53138         * elf/unload8mod1.c: New file.
53139         * elf/unload8mod1x.c: New file.
53140         * elf/unload8mod2.c: New file.
53141         * elf/unload8mod3.c: New file.
53143         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53144         it wasn't used.
53146 2011-08-23  David S. Miller  <davem@davemloft.net>
53148         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53149         subtract stack bias.
53150         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53151         %sp not %fp in calculations.
53152         (_JMPBUF_UNWINDS_ADJ): Likewise.
53154         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53155         (aio_suspend): Call it to force an exception region around the
53156         AIO_MISC_WAIT() invocation.
53158 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53160         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53161         backslash.
53163 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53165         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53166         protection macro.
53167         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53168         and <dl-machine.h>.
53169         (Elf64_FuncDesc): Remove.
53171 2011-08-22  David S. Miller  <davem@davemloft.net>
53173         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53174         sigaltstack check, add missing cfi directives.
53175         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53176         missing cfi directives, and sigaltstack handling.
53178 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53180         [BZ #11724]
53181         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53182         object is seen twice.
53183         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53185         * elf/Makefile (distribute): Add tst-initorder2.c.
53186         (tests): Add tst-initorder2.
53187         (modules-names): Add tst-initorder2a tst-initorder2b
53188         tst-initorder2c tst-initorder2d.  Add rules to build them.
53189         ($(objpfx)tst-initorder2.out): New rule.
53190         * elf/tst-initorder2.c: New file.
53191         * elf/tst-initorder2.exp: New file.
53193 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53195         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53197         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53198         dependencies back to end of function.
53200         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53201         $(elfobjdir)/ld.so.
53203 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53205         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53206         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53207         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53208         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53209         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53210         of __vdso_gettimeofday.
53211         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53212         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53213         attribute_hidden.
53214         (_libc_vdso_platform_setup): Remove initialization of
53215         __vdso_gettimeofday and __vdso_time.
53217 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53219         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53220         and fgetc_unlocked.
53221         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53222         getc_unlocked.
53224         * elf/dl-open.c (add_to_global): Report additions to the global scope
53225         for LD_DEBUG=scopes.
53226         (dl_open_worker): Also print scope of newly loaded dependencies.
53227         (_dl_show_scope): Indicate if there is no scope.
53229         [BZ #13114]
53230         * stdio-common/Makefile (tests): Add bug24.
53231         * stdio-common/bug24.c: New file.
53233 2011-08-19  Andreas Jaeger  <aj@suse.de>
53235         [BZ #13114]
53236         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53237         non-existant file when using close-on-exec mode.
53239 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53241         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53242         the very first instruction.
53244         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53245         the CFI state in the end.
53246         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53247         inclusion of dl-trampoline.h.
53248         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53250 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53252         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53253         expectations for long double.
53255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53256         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53258 2011-08-14  David S. Miller  <davem@davemloft.net>
53260         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53261         artificual limit depends upon the system page size.
53263 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53265         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53266         * resolv/Makefile: Define CFLAGS-libresolv.
53268 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53270         * nss/makedb.c (compute_tables): Make variables used in nested
53271         function static.
53273 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53275         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53276         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53277         if buffer was too small.
53279         * elf/pldd.c (main): Attach to all threads in the process.
53280         Rewrite /proc handling to use *at functions.
53282 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53284         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53285         specifies first scope to show.
53286         (dl_open_worker): Update callers.  Move printing scope of new
53287         object to before the relocation.
53288         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53289         * sysdeps/generic/ldsodefs.h: Update declaration.
53291         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53292         string for the scope number.
53294 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53296         * nscd/servicescache.c (cache_addserv): Make sure written is always
53297         initialized.
53299 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53301         * sysdeps/i386/i486/bits/atomic.h
53302         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53303         statement expression, so as to suppress "set but not used" warning.
53304         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53306         * string/strncat.c (STRNCAT): Use prototype definition.
53308         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53309         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53310         -Iprograms here.
53311         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53312         (localedef-modules): Add localedef.
53313         (locale-modules): Add locale.
53315         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53316         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53317         to avoid a warning.
53319 2011-08-14  David S. Miller  <davem@davemloft.net>
53321         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53322         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53324 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53326         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53327         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53328         * elf/rtld.c (dl_main): Set l_name of vDSO.
53329         Call _dl_show_scope when DL_DEBUG_SCOPES.
53330         (process_dl_debug): Recognize scopes flag and also set it for all.
53331         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53332         Declare _dl_show_scope.
53334         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53335         (do_dlopen): Pass caller_dlopen to dl_open.
53336         (__libc_dlopen_mode): Initialize caller_dlopen.
53338         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53339         of libc.  Make tolower call locale-independent.  Optimize a bit by
53340         using isdigit instead of isalnum.
53341         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53343 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53345         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53346         was a dependency or dynamically loaded.
53348 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53350         * intl/l10nflist.c: Allow architecture-specific pop function.
53351         * sysdeps/x86_64/l10nflist.c: New file.
53353         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53354         classification.
53356 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53358         * include/dirent.h: Add libc_hidden_proto for scandirat and
53359         scandirat64.  Don't declare __scandirat64.
53360         * dirent/scandirat.c: Add libc_hidden_def.
53361         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53362         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53364 2011-08-10  David S. Miller  <davem@davemloft.net>
53366         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53367         enum.
53368         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53369         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53370         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53372 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53374         * Versions.def [libc]: Add GLIBC_2.15.
53375         * dirent/Makefile (routines): Add scandirat and scandirat64.
53376         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53377         GLIBC_2.15.
53378         * dirent/dirent.h: Declare scandirat and scandirat64.
53379         * dirent/scandirat.c: New file.
53380         * dirent/scandirat64.c: New file.
53381         * sysdeps/wordsize-64/scandirat.c: New file.
53382         * sysdeps/wordsize-64/scandirat64.c: New file.
53383         * dirent/opendir.c: Define opendirat.
53384         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53385         using scandirat.
53386         * dirent/scandir64.c: Adjust for scandir.c change.
53387         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53388         __scandirat64, and __scandir_cancel_handler.
53389         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53390         additional parameter and use openat instead of open (outside of ld.so).
53391         Add new __opendir as wrapper around __opendirat.
53392         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53393         here without requiring old scandirat implementation.
53395 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53397         * dirent/scandir.c (cancel_handler): Renamed to
53398         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53399         defined.  Adjust users.
53400         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53401         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53403 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53405         * string/test-string.h (IMPL): Use __STRING to expand name and then
53406         stringify it.
53408         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53409         of cleanups.
53411 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53413         * string/Makefile: Update.
53414         (strop-tests): Append strncat.
53415         * string/test-wcscmp.c: New file.
53416         New comprehensive test for wcscmp.
53417         * string/test-strcmp.c: Update.
53418         (WIDE): New define.
53420 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53422         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53423         line.
53425 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53427         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53428         encoding to ACE if AI_IDN.
53430 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53432         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53433         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53435 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53437         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53438         Fix overflow bug in strncat.
53439         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53441         * string/test-strncat.c: Update.
53442         Add new tests for checking overflow bugs.
53444 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53446         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53447         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53448         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53449         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53450         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53451         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53452         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53453         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53454         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53456         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53457         (USE_AS_STRCAT): Define.
53458         Add strcat and strncat support.
53459         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53461 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53463         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53464         __n bigger than INT_MAX+1.
53465         (__strncmp_g): Likewise.
53467 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53469         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53470         * libio/stido.h: Likewise.
53472         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53473         (AF_NFC): Define.
53474         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53475         (AF_NFC): Define.
53477         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53478         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53479         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53480         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53481         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53483         [BZ #13021]
53484         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53485         installed.
53487         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53488         typo.
53489         (_dl_x86_64_save_sse): Likewise.
53491 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53493         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53494         OSXSAVE.
53495         (_dl_x86_64_save_sse): Likewise.
53497         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53499         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53501 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53503         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53504         change.
53505         (_dl_x86_64_save_sse): Use correct AVX check.
53507 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53509         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53510         bug in strncpy/strncat.
53511         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53513 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53515         * string/tester.c (test_strcat): Add tests for different alignments
53516         of source and destination.
53517         (test_strncat): Likewise.
53519 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53521         [BZ #12852]
53522         * posix/glob.c (glob): Check passed in values before using them in
53523         expressions to avoid some overflows.
53524         (glob_in_dir): Likewise.
53526         [BZ #13007]
53527         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53528         check for AVX enablement so that we don't crash with old kernels and
53529         new hardware.
53530         * elf/tst-audit4.c: Add same checks here.
53531         * elf/tst-audit6.c: Likewise.
53533         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53535 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53537         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53539 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53541         * po/cs.po: Update from translation team.
53542         * po/bg.po: Likewise.
53544 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53546         * misc/sys/cdefs.h: Add support for const attribute.
53547         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53548         to gnu_dev_{major,minor,makedev} functions.
53550 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53552         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53554 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53556         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53557         strlen results.
53559 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53561         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53562         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53563         register in order to avoid conflicts with the soft frame pointer
53564         being held in r11 when necessary.
53565         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53566         (INTERNAL_VSYSCALL_NCS): Likewise.
53568 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53570         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53571         * elf/dl-fini.c (_dl_fini): Adjust caller.
53572         * elf/dl-close.c (_dl_close_worker): Likewise.
53573         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53575 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53577         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53578         "aux_cache->nlibs < 0".
53580         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53581         in the reload-count case.
53583 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53585         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53586         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53587         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53588         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53589         * sysdeps/x86_64/multiarch/strcat.S: New file.
53590         * sysdeps/x86_64/multiarch/strncat.S: New file.
53591         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53592         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53593         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53594         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53595         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53596         (USE_AS_STRCAT): Define.
53597         Add strcat and strncat support.
53598         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53599         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53600         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53601         * string/strncat.c: Update.
53602         (USE_AS_STRNCAT): Define.
53603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53604         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53605         and i7.
53606         * sysdeps/x86_64/multiarch/init-arch.h
53607         (bit_Prefer_PMINUB_for_stringop): New.
53608         (index_Prefer_PMINUB_for_stringop): Likewise.
53609         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53610         bit_Prefer_PMINUB_for_stringop.
53612 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53614         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53615         buffer64.
53616         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53617         of casting of buffer.
53618         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53619         buffer32 and buffer64.
53620         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53621         writes instead of casting of buffer.
53622         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53623         buffer32.
53624         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53625         casting of buffer.
53627 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53629         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53631 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53633         * nscd/nscd.c (termination_handler): Don't do anything for a database
53634         if it has not yet been initialized.
53636 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53638         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53640 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53642         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53644 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53646         * po/nl.po: Update from translation team.
53647         * po/sv.po: Likewise.
53649 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53651         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53652         now disallowed by GCC.
53654         * configure.in (use-default-link): Default to yes if a test -shared
53655         link meets our qualifications.
53656         * configure: Regenerated.
53658         * config.make.in (output-format): New variable.
53659         * configure.in: Check for ld --print-output-format support.
53660         * configure: Regenerated.
53661         * Makerules ($(common-objpfx)format.lds)
53662         [$(output-format) != unknown]: Just use $(output-format),
53663         instead of the linker-script munging.
53665 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53667         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53668         of $(common-objpfx)shlib.lds.
53669         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53671         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53672         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53674         * configure.in (-z relro check): Adjust test code to add a large
53675         writable data section after it.
53676         * configure: Regenerated.
53678 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53680         * configure.in (-z relro check): Fix test code to make the variable
53681         truly const.
53682         * configure: Regenerated.
53684 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53686         * nscd/nscd.h (struct traced_file): Define.
53687         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53688         elements.  Add traced_files.
53689         (inotify_fd): Declare.
53690         (register_traced_file): Declare.
53691         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53692         (inotify_fd): Export.
53693         (resolv_conf_descr): Remove.
53694         (nscd_init): Move inotify descriptor creation to main.
53695         Don't register files for notification here.
53696         (register_traced_file): New function.
53697         (invalidate_cache): Don't use reset_res to determine whether to call
53698         res_init, go through the list of registered files.
53699         (main_loop_poll): The inotify descriptors are now stored in the
53700         structures for the traced files.
53701         (main_loop_epoll): Likewise
53702         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53703         to __nss_disable_nscd.
53704         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53705         for a database anymore.  Check the records for all the registered
53706         files instead.
53707         * nss/Makefile (libnss_files-routines): Add files-init.
53708         (libnss_db-routines): Add db-init.
53709         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53710         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53711         * nss/nss_db/db-init.c: New file.
53712         * nss/nss_files/files-init.c: New file.
53713         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53714         __nss_lookup_function.
53715         (__nss_lookup_function): Call nss_load_library.
53716         (nss_load_all_libraries): New function.
53717         (__nss_disable_nscd): Take parameter with callback function for files
53718         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53719         used for the cached services.
53720         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53721         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53722         options for features to all the files in nscd.
53724         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53726 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53728         * csu/elf-init.c (__libc_csu_init): Comment typo.
53730 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53732         * po/pl.po: Update from translation team.
53733         * po/ja.po: Likewise.
53734         * po/ru.po: Likewise.
53735         * po/ko.po: Likewise.
53736         * po/fr.po: Likewise.
53738 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53740         * configure.in (.ctors/.dtors header and trailer check):
53741         Use an empirical test on a built program.
53742         * configure: Regenerated.
53744         * configure.in (-z relro check): Use an empirical test on a built DSO.
53745         Detect, but do not require, on ia64.
53746         * configure: Regenerated.
53748         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53749         Update tests that use readelf to use $READELF instead.
53750         * configure: Regenerated.
53752 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53754         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53755         if the result is not used.
53757 2011-07-05  Andreas Jaeger  <aj@suse.de>
53759         [BZ#9696]
53760         * stdlib/tst-strtod.c: Add testcase.
53762 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53764         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53765         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53766         The latter has a higher limit.  Take additional parameter to pass to
53767         the new function.
53768         (__pathconf): Pass file to __statfs_link_max.
53769         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53770         __statfs_link_max.
53771         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53772         __statfs_link_max.
53774         [BZ #12868]
53775         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53776         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53777         Handle Lustre.
53778         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53779         (__statfs_filesize_max): Likewise.
53780         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53782 2011-07-05  Andreas Jaeger  <aj@suse.de>
53784         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53786 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53788         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53789         `status' variable.
53790         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53791         Likewise.
53793 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53795         * Makefile (strop-tests): Add strncat.
53796         * string/test-strncat.c: New file.
53798 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53800         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53802 2011-06-21  Andreas Jaeger  <aj@suse.de>
53804         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53805         Copy rule from iconvdata/Makefile.
53807 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53809         [BZ #12922]
53810         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53811         but no long options are defined, just return 'W'.
53813 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53815         [BZ #9696]
53816         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53818 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53820         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53821         netgroups to read.
53822         (innetgr): Likewise.
53824 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53826         * config.make.in (install_root): Default to $(DESTDIR).
53828 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53830         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53832 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53834         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53836         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53837         containing directory rather than embedding absolute directory names.
53839         * scripts/check-local-headers.sh: Rewritten using awk.
53840         Match by word, not by line.  Print error messages for matches.
53841         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53843         * Makerules [shlib-lds-flags empty]:
53844         ($(common-objpfx)libc_pic.opts): New target.
53845         ($(common-objpfx)libc_pic.os.clean): New target.
53846         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53848         * config.make.in (OBJCOPY): New variable.
53849         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53850         * configure: Regenerated.
53852         * config.make.in (use-default-link): New variable.
53853         * configure.in (use_default_link): Grok --with-default-link to set it.
53854         * configure: Regenerated.
53855         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53856         (shlib-lds, shlib-lds-flags): Define to empty.
53858         * Makerules (shlib-lds): New variable.
53859         (shlib-lds-flags): New variable.
53860         (build-shlib, build-moduile, build-module-asneeded): Use it.
53861         ($(common-objpfx)libc.so): Use $(shlib-lds).
53862         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53863         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53865         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53866         DT_FLAGS/DT_FLAGS_1 with zero flags.
53868         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53869         linker script munging.
53871 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53873         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53874         as 128-bit value.
53875         * crypt/sha512.c (sha512_process_block): Perform total addition using
53876         128-bit if possible.
53877         (__sha512_finish_ctx): Likewise.
53878         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53879         as 64-bit value.
53880         * crypt/sha256.c (SWAP64): Define.
53881         (sha256_process_block): Perform total addition using 64-bit if
53882         possible.
53883         (__sha256_finish_ctx): Likewise.
53885 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53887         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53888         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53889         * nscd/hstcache.c (cache_addhst): Likewise.
53890         * nscd/grpcache.c (cache_addgr): Likewise.
53891         * nscd/aicache.c (addhstaiX): Likewise
53892         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53894 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53896         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53897         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53898         * nscd/hstcache.c (cache_addhst): Likewise.
53899         * nscd/grpcache.c (cache_addgr): Likewise.
53900         * nscd/aicache.c (addhstaiX): Likewise
53902 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53904         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53905         domain only when needed.
53907 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53909         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53910         is always restored.
53912 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53914         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53915         are re-adding the entry.
53916         * nscd/servicescache.c (cache_addserv): Likewise.
53918 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53920         * sysdeps/generic/dl-irel.h: fix protection against multiple
53921         inclusions.
53922         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53924 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53926         [BZ #12935]
53927         * malloc/memusage.sh: Fix quoting in message.
53928         * debug/xtrace.sh: Likewise.
53930         * configure.in: Remove support for --experimental-malloc option, make
53931         it the default.
53932         * config.make.in: Likewise.
53933         * malloc/Makefile: Likewise.
53935 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53937         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53938         two-byte characters.
53940 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53942         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53943         AC_CACHE_CHECK invocation.
53944         * configure: Regenerated.
53946         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53948 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53950         [BZ #12350]
53951         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53952         bit from old_res_options.
53954         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53956         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53957         value type for setfct.
53959 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53961         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53962         __gettimeofday instead of gettimeofday.
53964 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53966         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53968 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53970         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53972         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53973         info.
53975 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53977         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53978         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53979         strcpy-sse2-unaligned strncpy-sse2-unaligned
53980         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53981         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53982         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53983         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53984         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53985         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53986         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53987         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53988         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53989         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53990         (STRCPY): Support SSE2 and SSSE3 versions.
53992 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53994         [BZ #12874]
53995         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53996         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53997         kernels which artificially limit size of requests.
53999 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54001         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54002         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54003         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54004         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54005         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54006         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54007         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54008         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54009         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54010         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54011         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54012         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54013         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54014         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54015         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54016         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54017         Enable unaligned load optimization for Intel Core i3, i5 and i7
54018         processors.
54019         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54020         Define.
54021         (index_Fast_Unaligned_Load): Define.
54022         (HAS_FAST_UNALIGNED_LOAD): Define.
54024 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54026         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54028 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54030         [BZ #12907]
54031         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54032         until it is clear that the information is realy needed.
54033         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54035 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54039 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54041         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54042         /sys/devices/system/cpu/online if it is usable.
54044         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54045         reading the information from the /proc filesystem to once a second.
54047 2011-06-21  Andreas Jaeger  <aj@suse.de>
54049         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54050         NULL after inclusion of kernel headers.
54052 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54054         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54055         calls to internal_setent.
54057         [BZ #12885]
54058         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54059         addresses using gethostbyname4_r ignore IPv4 addresses.
54061         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54062         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54064         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54066 2011-06-20  David S. Miller  <davem@davemloft.net>
54068         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54069         inclusions.
54070         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54072         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54073         (elf_irel): Use it.
54074         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54075         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54076         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54077         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54078         * sysdeps/x86_64/dl-irel.h: Likewise.
54080         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54081         * elf/dl-sym.c: Likewise.
54083 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54085         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54086         need to dereference resplen2.
54088 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54090         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54092 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54094         * Makeconfig: Define vardbdir and inst_vardbdir.
54095         * nss/Makefile: Add rules to install db-Makefile.
54097         * nss/nss_db/db-XXX.c: Cleanup.
54099         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54100         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54101         GLIBC_PRIVATE.
54102         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54103         * nss/makedb.c: Implement -g option to specify that value strings
54104         are generated and should not be added to table iterated over for
54105         get*ent calls.
54106         * nss/nss_db/db-initgroups.c: New file.
54108         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54109         interface.
54111         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54112         (internal_getgrouplist): Adjust to name change.
54113         Update use_initgroups_entry if this is not the first call.
54114         * nss/databases.def: Add initgroups entry.
54116         * nss/makedb.c (compute_tables): Check result of multiple hash table
54117         sizes to minimize maximum chain length.
54119 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54121         * Versions.def: Add entry for libnss_db.
54122         * shlib-versions: Likewise.
54123         * nss/Makefile: Add rules to build libnss_db.
54124         * nss/Versions: Add libnss_db information.  Organize libnss_files
54125         entries better.
54126         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54127         makedb progra.  Some minor improvements to generate smaller files.
54128         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54129         here from...
54130         * nss/makedb.c: ...here.
54131         Improve database format to be smaller and require less memory at
54132         runtime.
54133         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54134         db anymore.
54135         * nss/nss_db/db-netgrp.c: Likewise.
54136         * nss/nss_db/db-open.c: Likewise.
54137         * nss/nss_files/flies-XXX.x: Adjust comments.
54138         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54139         * nss/nss_files/files-grp.c: Likewise.
54140         * nss/nss_files/files-hosts.c: Likewise.
54141         * nss/nss_files/files-network.c: Likewise.
54142         * nss/nss_files/files-proto.c: Likewise.
54143         * nss/nss_files/files-pwd.c: Likewise.
54144         * nss/nss_files/files-rpc.c: Likewise.
54145         * nss/nss_files/files-service.c: Likewise.
54146         * nss/nss_files/files-sgrp.c: Likewise.
54147         * nss/nss_files/files-spwd.c: Likewise.
54148         * nss/nss_db/db-alias.c: Removed.
54149         * nss/nss_db/dummy-db.h: Removed.
54151 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54153         * nss/makedb.c: Rewritten to not use database library.
54154         * nss/Makefile: Update to build new makedb program.
54156 2011-06-14  Andreas Jaeger  <aj@suse.de>
54158         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54159         memset declaration.
54161 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54163         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54164         tmpbuf.
54166 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54168         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54169         * elf/Makefile ($(objpfx)ld.so): Likewise.
54171         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54172         Don't list ld.so twice in dependencies.
54174         * posix/bug-regex31.c: Include <stdlib.h>.
54176         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54178         * nis/nss_compat/compat-spwd.c
54179         (getspent_next_nss_netgr): Remove unused variable.
54180         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54182         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54183         nonmembers" output to use the right array.
54185         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54187         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54189         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54190         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54191         * catgets/gencat.c (read_input_file): Likewise.
54192         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54194         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54195         variable definition inside #if's controlling its use.
54197         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54199         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54201         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54203         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54204         unreachable code.
54206         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54208         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54209         * configure: Regenerated.
54211         * Makerules: Revert last change.
54212         * elf/Makefile: Likewise.
54214 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54216         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54217         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54218         (reloc-link): Likewise.
54220 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54222         * elf/Makefile: Add rules to build pldd.
54223         * elf/pldd.c: New file.
54224         * elf/pldd-xx.c: New file.
54226 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54228         * version.h: Update for 2.15 development version.
54230 2011-06-07  David S. Miller  <davem@davemloft.net>
54232         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54233         ifuncs.
54234         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54235         elf_machine_lazy_rel): Likewise.
54236         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54237         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54238         elf_machine_lazy_rel): Likewise.
54239         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54240         dl_hwcap via passed in argument.
54241         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54242         Likewise.
54244 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54246         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54248 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54250         [BZ #12849]
54251         * manual/fdl-1.1.texi: New file, verbatim from:
54252         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54253         * manual/lgpl-2.1.texi: New file, verbatim from:
54254         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54255         * manual/Makefile (licenses): New variable, list those new file names.
54256         (texis): Use it.
54257         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54259         * manual/fdl.texi: File removed.
54260         * manual/lesser.texi: File removed.
54261         * manual/libc.texinfo (Copying, Documentation License):
54262         Use new @include file names, put @appendix directive before @include.
54264 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54266         [BZ #12841]
54267         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54268         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54269         (mq_open): Add __NTH.
54271 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54274         Assume Intel Core i3/i5/i7 processor if AVX is available.
54276 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54278         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54279         typo.
54281 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54283         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54284         memory.  Use alloca_account.  Fix memory leak when retrying.
54286 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54288         * version.h (RELEASE): Bump for 2.14 release.
54289         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54291         * config.make.in (RANLIB): Remove entry.
54293 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54295         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54296         (libc.pot): Work around missing support for .ksh extension in xgettext.
54298         [BZ #12684]
54299         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54300         if both request failed.
54301         (send_dg): In case of server errors clear resplen or *resplen2.
54303         [BZ #12454]
54304         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54305         when there are multiple maps.
54306         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54307         (_dl_fini): Remove test here.
54309         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54311 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54313         [BZ #12350]
54314         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54315         bit from old_res_options.
54316         (gaih_inet): Likewise.
54318         [BZ #11099]
54319         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54320         as signed.
54322         * resolv/res_init.c (res_setoptions): Make the code more compact.
54324         [BZ #11558]
54325         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54326         set RES_USEVC.
54328         [BZ #11634]
54329         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54331         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54333         [BZ #11781]
54334         * malloc/malloc.h: Declare malloc hook variables as volatile.
54336         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54337         in last patch.
54339         [BZ #11799]
54340         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54341         raise in the comment.
54342         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54343         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54344         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54346 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54348         [BZ #12811]
54349         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54350         grow the buffers more if it already has to be sufficient.
54351         (build_wcs_upper_buffer): Likewise.
54352         * posix/regexec.c (check_matching): Likewise.
54353         (clean_state_log_if_needed): Likewise.
54354         (extend_buffers): Don't enlarge buffers beyond size of the input
54355         buffer.
54356         Patches mostly by Emil Wojak <emil@wojak.eu>.
54357         * posix/bug-regex32.c: New file.
54358         * posix/Makefile (tests): Add bug-regex32.
54360         * locale/findlocale.c (_nl_find_locale): Return right away if
54361         _nl_explode_name failed.
54362         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54364         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54366         * debug/xtrace.sh: Unify messages.
54367         * malloc/memusage.sh: Likewise.
54369         [BZ #12813]
54370         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54371         time symbol from vDSO.  Substitute with vsyscall if not available.
54372         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54373         __vdso_time.
54375         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54376         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54377         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54378         Add sendmmsg and internal_sendmmsg.
54379         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54380         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54381         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54383         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54384         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54385         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54387 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54389         [BZ #12813]
54390         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54391         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54392         available.
54393         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54394         __vdso_getcpu.
54396         [BZ #12814]
54397         * iconvdata/Makefile (tests): Add bug-iconv9.
54398         * iconvdata/bug-iconv9.c: New file.
54400 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54402         [BZ #12814]
54403         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54405 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54407         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54408         (struct user_regs_struct): Change intcs field back to cs.
54410 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54412         * po/ja.po: Update from translation team.
54414 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54416         [BZ #12795]
54417         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54418         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54420 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54422         * stdlib/longlong.h: Update from GCC.
54424 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54426         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54427         parameter name.
54428         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54429         Add parameter name.
54430         (__sysconf): Pass it down.
54432 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54434         [BZ #12671]
54435         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54436         some situations.
54437         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54438         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54439         add in in __libc_use_alloca calls.  Adjust callers.
54440         (glob): Use malloc in some situations.
54442         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54443         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54444         pltexit.
54446 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54448         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54449         and CLOCK_BOOTTIME_ALARM.
54451         [BZ #12782]
54452         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54453         is returned.
54455         * string/_strerror.c (__strerror_r): Print negative errors as signed
54456         numbers.
54458         [BZ #12777]
54459         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54460         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54461         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54463         * configure.in: Fix typo in redirection and correct removal of test
54464         files in two cases.
54466         [BZ #12788]
54467         * locale/setlocale.c (new_composite_name): Fix test to check for
54468         identical name of all categories.
54470         [BZ #12792]
54471         * libio/filedoalloc.c (local_isatty): New function.
54472         (_IO_file_doallocate): Use local_isatty.
54473         * stdio-common/perror.c (perror): In case a new stream is used
54474         forward the stream error.
54475         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54476         error flag.
54478 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54480         [BZ #11869]
54481         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54482         alloca.
54483         * include/alloca.h (extend_alloca_account): Define.
54485         [BZ #11857]
54486         * posix/regex.h: Fix comments with documentation of user-accessible
54487         fields after compilation and describe correct free'ing of pattern
54488         after re_compile_pattern.
54489         Patch by Reuben Thomas <rrt@sc3d.org>.
54491 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54493         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54494         and -mno-altivec to prevent the compiler from using Altivec and/or
54495         VSX instructions when the corresponding registers are not available.
54497 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54499         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54501 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54503         * libio/freopen.c (freopen): Use __dup2, not dup2.
54504         * libio/freopen64.c (freopen64): Likewise.
54506 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54508         [BZ #12775]
54509         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54510         * math/Makefile (tests): Add test-powl.
54511         (CFLAGS-test-powl.c): Define.
54512         * math/test-powl.c: New file.
54514 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54516         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54518 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54520         [BZ #11837]
54521         * iconvdata/gb18030.c: Update to GB18020-2005.
54523 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54525         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54526         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54527         Patch by Aharon Robbins <arnold@skeeve.com>.
54529         [BZ #11892]
54530         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54531         on the stack.
54533         [BZ #11895]
54534         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54535         through underflows.
54537         [BZ #12766]
54538         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54539         point to strings before performing equality test for error_one_per_line
54540         mode.
54542         [BZ #11697]
54543         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54545         [BZ #11820]
54546         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54547         (struct user_fpregs_struct): Avoid __uint*_t types.
54549         [BZ #6420]
54550         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54551         symbol info.  Use it instead of calling _dl_addr locally.
54552         (lock_and_info): New function.
54553         (tr_freehook): Call lock_and_info and pass symbol info as additional
54554         parameter to tr_where.
54555         (tr_mallochook): Likewise.
54556         (tr_reallochook): Likewise.
54557         (tr_memalignhook): Likewise.
54559         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54560         used and couldn't be at all thread-safe.
54562 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54564         * libio/freopen.c (freopen): Don't close old file descriptor
54565         before the new one is opened.  Instead dup the new file descriptor
54566         to the old one after the new stream is created.
54567         * libio/freopen64.c (freopen64): Likewise.
54568         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54569         * libio/fileops.c (_IO_new_file_close_it): Handle new
54570         _IO_FLAGS2_NOCLOSE flag.
54571         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54572         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54573         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54574         _IO_FLAGS2_NOCLOSE flag.
54575         * include/unistd.h: Add hidden_proto for dup3.
54576         Define __have_dup3.
54577         * io/dup3.c: Define hidden symbol.
54578         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54580         [BZ #7101]
54581         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54582         when an incomplete long option is used.
54583         * posix/tst-getopt_long1.c: New file.
54584         * posix/Makefile (tests): Add tst-getopt_long1.
54586         [BZ #10138]
54587         * scripts/config.guess: Update from autoconf-2.68.
54588         * scripts/config.sub: Likewise.
54590         [BZ #10157]
54591         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54592         tests into ...
54593         (has_cpuclock): ...this.  New function.
54594         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54595         macro here based on has_cpuclock code.
54597         [BZ #10149]
54598         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54599         First byte (not low byte) is now always NUL.
54600         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54602         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54603         Use non-cancelable interfaces.
54605         [BZ #9809]
54606         * locale/iso-639.def: Add entry for Sorani.
54608         [BZ #11901]
54609         * include/stdlib.h: Move include protection to the right place.
54610         Define abort_msg_s.  Declare __abort_msg with it.
54611         * stdlib/abort.c (__abort_msg): Adjust type.
54612         * assert/assert.c (__assert_fail_base): New function.  Majority
54613         of code from __assert_fail.  Allocate memory for __abort_msg with
54614         mmap.
54615         (__assert_fail): Now call __assert_fail_base.
54616         * assert/assert-perr.c: Remove bulk of implementation.  Use
54617         __assert_fail_base.
54618         * include/assert.hL Declare __assert_fail_base.
54619         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54620         mmap.
54621         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54623 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54625         [BZ #11952]
54626         [BZ #12453]
54627         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54628         until all modules are registered in the DTV.
54629         * elf/Makefile: Add rules to build and run tst-tls19.
54630         * elf/tst-tls19.c: New file.
54631         * elf/tst-tls19mod1.c: New file.
54632         * elf/tst-tls19mod2.c: New file.
54633         * elf/tst-tls19mod3.c: New file.
54634         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54636         [BZ #12083]
54637         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54638         correctly.
54640         [BZ #12601]
54641         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54642         two-byte sequence errors.
54643         * iconvdata/Makefile (tests): Add bug-iconv8.
54644         * iconvdata/bug-iconv8.c: New file.
54646         [BZ #12626]
54647         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54648         buf2 definition.
54650         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54652         [BZ #12432]
54653         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54654         (dummy_getcfa): New function.
54655         (init): Get _Unwind_GetCFA address, use dummy if not found.
54656         (backtrace_helper): In recursion check, also check whether CFA changes.
54657         (__backtrace): Completely initialize arg.
54659         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54660         storing incomplete byte sequence in state object.  Avoid testing for
54661         guaranteed too small input if we know there is enough data available.
54663 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54665         * Makeconfig (+link-pie): Indent.
54666         * Rules (binaries-pie): Define if $(have-fpie) and
54667         $(build-shared).
54668         (binaries-shared): Also filter out $(binaries-pie).
54669         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54670         * nscd/Makefile (others-pie): Add nscd.
54671         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54672         ($(objpfx)nscd): Remove command override.
54673         * login/Makefile (others-pie): Add pt_chown.
54674         ($(objpfx)pt_chown): Remove command override.
54675         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54676         remove command overrides.
54678 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54680         * libio/tst_putwc.c: Fix error messages.
54682         [BZ #12724]
54683         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54684         currently writing and seek to current position when not.
54685         * libio/Makefile (tests): Add bug-fclose1.
54686         * libio/bug-fclose1.c: New file.
54688 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54690         [BZ #12511]
54691         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54692         don't set DF_1_NODELETE here.
54693         (do_lookup_x): When entering new entry test for copy relocation
54694         and if necessary set DF_1_NODELETE flag.
54695         * elf/tst-unique4.cc: New file.
54696         * elf/tst-unique4.h: New file.
54697         * elf/tst-unique4lib.cc: New file.
54698         * elf/Makefile: Add rules to build and run tst-unique4.
54699         Patch by Piotr Bury <pbury@goahead.com>.
54701 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54703         [BZ #12052]
54704         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54706         [BZ #12625]
54707         * misc/mntent_r.c (addmntent): Flush the stream after the output
54709         [BZ #12393]
54710         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54711         (is_trusted_path_normalize): Skip initial colon.  Append slash
54712         to empty buffer.  Duplicate is_trusted_path code but allow
54713         constructed patch to be prefix.
54714         (is_dst): Allow $ORIGIN followed by /.
54715         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54716         Correct testing of result of is_trusted_path_normalize
54717         (decompose_rpath): Fix warning.
54719 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54721         [BZ #11257]
54722         * grp/initgroups.c (internal_getgrouplist): When we found the service
54723         list through the initgroups entry in nsswitch.conf do not always
54724         continue on a successful lookup.  Don't always use the
54725         __nss_group_database value if it is set.
54726         * nss/nsswitch.conf (initgroups): Change action for successful db
54727         lookup to continue for compatibility.
54729 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54731         [BZ #11532]
54732         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54733         and CP774 modules.
54734         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54735         and CP774 modules.
54736         * iconvdata/tst-tables.sh: Likewise.
54737         * iconvdata/cp770.c: New file.
54738         * iconvdata/cp771.c: New file.
54739         * iconvdata/cp772.c: New file.
54740         * iconvdata/cp773.c: New file.
54741         * iconvdata/cp774.c: New file.
54742         * iconvdata/testdata/CP770: New file.
54743         * iconvdata/testdata/CP770..UTF8: New file.
54744         * iconvdata/testdata/CP771: New file.
54745         * iconvdata/testdata/CP771..UTF8: New file.
54746         * iconvdata/testdata/CP772: New file.
54747         * iconvdata/testdata/CP772..UTF8: New file.
54748         * iconvdata/testdata/CP773: New file.
54749         * iconvdata/testdata/CP773..UTF8: New file.
54750         * iconvdata/testdata/CP774: New file.
54751         * iconvdata/testdata/CP774..UTF8: New file.
54753         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54754         END CHARMAP line.
54755         * iconvdata/gen-8bit-gap.sh: Likewise.
54756         * iconvdata/gen-8bit.sh: Likewise.
54758         * locale/iso-639.def: Add ary entry.
54760         [BZ #11258]
54761         * locale/C-translit.h.in: Add U20A1 transliteration.
54763         [BZ #12178]
54764         * locale/iso-639.def: Add wae entry.
54765         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54767         [BZ #12545]
54768         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54769         for n.
54771         [BZ #12711]
54772         * locale/C-translit.h.in: Add entry for U20B9.
54773         Patch by pravin.d.s@gmail.com.
54775 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54777         [BZ #12713]
54778         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54779         ENAMETOOLONG use generic getcwd.
54780         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54781         in rtld.  Use *stat64.
54782         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54783         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54784         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54785         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54786         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54787         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54788         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54789         __fstatat64 macros.
54790         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54791         * dirent/rewinddir.c: Add libc_hidden_def.
54792         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54793         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54795         * include/dirent.h (__alloc_dir): Add flags parameter.
54796         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54797         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54798         __alloc_dir.
54799         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54800         from fdopendir if O_CLOEXEC is already set.
54802 2011-03-15  Alan Modra  <amodra@gmail.com>
54804         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54805         l_tls_firstbyte_offset non-zero.  Save padding offset in
54806         l_tls_firstbyte_offset for later use.
54807         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54808         freeing static tls block.
54810 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54812         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54813         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54814         being defined by the kernel headers.
54816 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54818         [BZ #12734]
54819         * resolv/resolv.h: Define RES_NOTLDQUERY.
54820         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54821         no-tld-query and set RES_NOTLDQUERY.
54822         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54823         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54824         modern BIND to search name as TLD unless forbidden.
54826 2011-05-07  Petr Baudis  <pasky@suse.cz>
54827             Ulrich Drepper  <drepper@gmail.com>
54829         [BZ #12393]
54830         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54831         (is_trusted_path): ...to here.
54832         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54833         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54834         using is_trusted_path_normalize() in setuid scripts.
54836 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54838         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54839         __BEGIN/__END_DECLS.
54841 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54843         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54844         NSS_STATUS_NOTFOUND if no record was found.
54846 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54848         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54849         (headers-not-in-tirpc): Remove rpc/netdb.h
54850         * resolv/netdb.h: Revert last change.
54852 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54854         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54855         circular dependency between libgcc.a and libc.a.
54857 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54859         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54860         * nis/Makefile: Don't install rpcsvc/*.
54861         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54862         instead of <rpc/types.h>.
54863         (MAXHOSTNAMELEN): Define.
54865 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54867         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54869 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54871         [BZ #12714]
54872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54873         gethostbyname4_r when IPv6 results are possible.
54875 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54877         [BZ #12723]
54878         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54879         _PC_PIPE_BUF handling.
54881 2011-04-30  Bruno Haible  <bruno@clisp.org>
54883         [BZ #12717]
54884         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54885         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54886         to 'int'.
54887         * inet/getnameinfo.c (getnameinfo): Likewise.
54889 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54891         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54892         to groups setting in database lookup.
54893         * nss/nsswitch.conf: Add initgroups entry.
54895 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54897         [BZ #12685]
54898         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54899         mode string.
54900         Patch by Eric Blake <eblake@redhat.com>.
54902 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54904         * sunrpc/Makefile (need-export-routines): Add svc_run.
54905         (routines): Remove svc_run.
54906         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54907         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54908         * sunrpc/svc_run.c (svc_run): Likewise.
54909         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54911 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54913         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54914         problem in reallocation in last patch.
54916 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54918         * sunrpc/Makefile: Move inclusion of Rules.
54920 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54922         * nss/nss_files/files-initgroups.c: New file.
54923         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54924         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54925         _nss_files_initgroups_dyn.
54927 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54929         * elf/elf.h (R_ARM_IRELATIVE): Define.
54931 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54933         * po/ru.po: Update from translation team.
54935 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54937         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54938         dependencies.
54940 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54942         [BZ #12653]
54943         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54944         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54945         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54946         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54947         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54949 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54951         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54952         differing bytes.
54953         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54954         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54955         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54957 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54959         [BZ #12420]
54960         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54961         storing it.
54962         * stdlib/bug-getcontext.c: New file.
54963         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54965 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54967         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54968         instructions into .machine "z9-109".
54969         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54970         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54972 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54974         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54975         between environment variables and auxiliary vector.
54977 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54979         * Makefile: Add rules to build linkobj/libc.so.
54980         * include/libc-symbols.h: Define libc_hidden_nolink.
54981         * include/rpc/auth.h: Mark functions which are to be hidden.
54982         * include/rpc/auth_des.h: Likewise.
54983         * include/rpc/auth_unix.h: Likewise.
54984         * include/rpc/clnt.h: Likewise.
54985         * include/rpc/des_crypt.h: Likewise.
54986         * include/rpc/key_prot.h: Likewise.
54987         * include/rpc/pmap_clnt.h: Likewise.
54988         * include/rpc/pmap_prot.h: Likewise.
54989         * include/rpc/pmap_rmt.h: Likewise.
54990         * include/rpc/rpc_msg.h: Likewise.
54991         * include/rpc/svc.h: Likewise.
54992         * include/rpc/svc_auth.h: Likewise.
54993         * include/rpc/xdr.h: Likewise.
54994         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54995         * nss/Makefile: Likewise.
54996         * sunrpc/Makefile: Don't install headers.  Build library with normal
54997         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54998         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54999         for the compat linking library.  Remove use of INTDEF/INTUSE.
55000         * sunrpc/auth_none.c: Likewise.
55001         * sunrpc/auth_unix.c: Likewise.
55002         * sunrpc/authdes_prot.c: Likewise.
55003         * sunrpc/authuxprot.c: Likewise.
55004         * sunrpc/clnt_gen.c: Likewise.
55005         * sunrpc/clnt_perr.c: Likewise.
55006         * sunrpc/clnt_raw.c: Likewise.
55007         * sunrpc/clnt_simp.c: Likewise.
55008         * sunrpc/clnt_tcp.c: Likewise.
55009         * sunrpc/clnt_udp.c: Likewise.
55010         * sunrpc/clnt_unix.c: Likewise.
55011         * sunrpc/des_crypt.c: Likewise.
55012         * sunrpc/des_soft.c: Likewise.
55013         * sunrpc/get_myaddr.c: Likewise.
55014         * sunrpc/key_call.c: Likewise.
55015         * sunrpc/key_prot.c: Likewise.
55016         * sunrpc/netname.c: Likewise.
55017         * sunrpc/pm_getmaps.c: Likewise.
55018         * sunrpc/pm_getport.c: Likewise.
55019         * sunrpc/pmap_clnt.c: Likewise.
55020         * sunrpc/pmap_prot.c: Likewise.
55021         * sunrpc/pmap_prot2.c: Likewise.
55022         * sunrpc/pmap_rmt.c: Likewise.
55023         * sunrpc/publickey.c: Likewise.
55024         * sunrpc/rpc_cmsg.c: Likewise.
55025         * sunrpc/rpc_common.c: Likewise.
55026         * sunrpc/rpc_dtable.c: Likewise.
55027         * sunrpc/rpc_prot.c: Likewise.
55028         * sunrpc/rpc_thread.c: Likewise.
55029         * sunrpc/rtime.c: Likewise.
55030         * sunrpc/svc.c: Likewise.
55031         * sunrpc/svc_auth.c: Likewise.
55032         * sunrpc/svc_authux.c: Likewise.
55033         * sunrpc/svc_raw.c: Likewise.
55034         * sunrpc/svc_run.c: Likewise.
55035         * sunrpc/svc_simple.c: Likewise.
55036         * sunrpc/svc_tcp.c: Likewise.
55037         * sunrpc/svc_udp.c: Likewise.
55038         * sunrpc/svc_unix.c: Likewise.
55039         * sunrpc/svcauth_des.c: Likewise.
55040         * sunrpc/xcrypt.c: Likewise.
55041         * sunrpc/xdr.c: Likewise.
55042         * sunrpc/xdr_array.c: Likewise.
55043         * sunrpc/xdr_float.c: Likewise.
55044         * sunrpc/xdr_intXX_t.c: Likewise.
55045         * sunrpc/xdr_mem.c: Likewise.
55046         * sunrpc/xdr_rec.c: Likewise.
55047         * sunrpc/xdr_ref.c: Likewise.
55048         * sunrpc/xdr_sizeof.c: Likewise.
55049         * sunrpc/xdr_stdio.c: Likewise.
55051 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55053         [BZ #12650]
55054         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55055         * sysdeps/ia64/dl-tls.h: Likewise.
55056         * sysdeps/powerpc/dl-tls.h: Likewise.
55057         * sysdeps/s390/dl-tls.h: Likewise.
55058         * sysdeps/sh/dl-tls.h: Likewise.
55059         * sysdeps/sparc/dl-tls.h: Likewise.
55060         * sysdeps/x86_64/dl-tls.h: Likewise.
55061         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55063 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55065         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55066         rpath element also skip the following colon.
55067         (expand_dynamic_string_token): Add is_path parameter and pass
55068         down to DL_DST_REQUIRED and _dl_dst_substitute.
55069         (decompose_rpath): Call expand_dynamic_string_token with
55070         non-zero is_path.  Ignore empty rpaths.
55071         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55072         with zero is_path.
55074 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55077         Make cancelable.
55079 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55081         [BZ #12655]
55082         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55083         Patch by Filipe David Manana <fdmanana@apache.org>.
55085 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55087         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55088         Maintain aligned stack.
55089         (CHECK_RSP): Remove unused macro.
55091 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55093         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55094         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55096 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55098         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55100         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55102 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55104         [BZ #12518]
55105         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55106         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55107         * sysdeps/x86_64/memmove.c: New file.
55108         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55109         (memcpy): Renamed to ...
55110         (__new_memcpy): This.
55111         (memcpy): Provide GLIBC_2_14 memcpy.
55112         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55113         (memcpy): Provide GLIBC_2_2_5 memcpy.
55115 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55117         [BZ #12631]
55118         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55120 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55122         * misc/syncfs.c: New file.
55123         * misc/Makefile (routines): Add syncfs.
55124         * posix/unistd.h: Declare syncfs.
55125         * sysdeps/unix/syscalls.list: Add syncfs.
55127 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55129         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55130         open_by_handle_at.
55131         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55132         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55133         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55134         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55135         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55136         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55137         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55139 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55141         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55142         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55143         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55144         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55145         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55146         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55147         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55149         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55150         sync_file_range.c with -fexceptions.
55151         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55152         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55153         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55154         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55155         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55156         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55157         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55158         sync_file_range as cancellation point
55159         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55160         now a wrapper around __call_sync_file_range with cancellation handling.
55161         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55162         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55163         function name to __call_sync_file_range.
55164         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55165         Add call_sync_file_range.
55167 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55169         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55170         bits/timex.h.
55172 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55174         * iconv/iconv.h: Fix typo in comment.
55175         * io/fcntl.h: Likewise.
55176         * libio/stdio.h: Likewise.
55177         * posix/spawn.h: Likewise.
55178         * posix/unistd.h: Likewise.
55179         * stdlib/stdlib.h: Likewise.
55180         * time/time.h: Likewise.
55181         * wcsmbs/wchar.h: Likewise.
55183         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55184         open_by_handle): Add.
55185         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55186         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55187         Augment a few comments.
55188         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55189         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55190         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55191         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55192         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55193         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55194         open_by_handle.
55196         * io/fcntl.h (AT_EMPTY_PATH): Define.
55198 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55200         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55201         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55202         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55203         to...
55204         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55205         * Versions.def: Add GLIBC_2.14.
55206         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55207         Export.
55209 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55211         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55212         round counter.
55213         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55215 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55217         [BZ #12597]
55218         * string/test-strncmp.c (do_page_test): New function.
55219         (check2): Likewise.
55220         (test_main): Call check2.
55221         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55223 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55225         [BZ #12587]
55226         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55227         Handle cache information in CPU leaf 4.
55228         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55230 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55232         [BZ #12583]
55233         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55234         character representation.
55235         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55237 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55239         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55240         END(__isnan) to END(__isnanf) to match function entry point/label
55241         EALIGN(__isnanf,...).
55243 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55245         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55247 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55249         [BZ #12510]
55250         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55251         copy from the symbol referenced in the relocation to initialize the
55252         used variable.
55253         Patch by Piotr Bury <pbury@goahead.com>.
55254         * elf/Makefile: Add rules to build and tst-unique3.
55255         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55256         * elf/tst-unique3.cc: New file.
55257         * elf/tst-unique3.h: New file.
55258         * elf/tst-unique3lib.cc: New file.
55259         * elf/tst-unique3lib2.cc: New file.
55261         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55263 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55265         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55266         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55267         to _start.
55269 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55271         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55272         to-be-loaded object along a path to loader is ld.so.
55274 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55275             Ulrich Drepper  <drepper@gmail.com>
55277         * sysdeps/x86_64/memset.S: After aligning destination, code
55278         branches to different locations depending on the value of
55279         misalignment, when multiarch is enabled. Fix this.
55281 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55283         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55284         Set _x86_64_preferred_memory_instruction for AMD processsors.
55285         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55286         Set bit_Prefer_SSE_for_memop for AMD processors.
55288 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55290         * libio/fmemopen.c (fmemopen): Optimize a bit.
55292 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55294         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55296 2011-03-03  Roland McGrath  <roland@redhat.com>
55298         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55300 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55302         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55303         __bzero_ultra1 instead of __memset_ultra1.
55305 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55306             Ulrich Drepper  <drepper@gmail.com>
55308         [BZ #12509]
55309         * include/link.h (struct link_map): Add l_orig_initfini.
55310         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55311         returning unsuccessfully.
55312         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55313         close of a file loaded at startup, restore the original l_initfini
55314         list.
55315         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55316         list, store the pointer.
55317         * elf/Makefile ($(objpfx)noload-mem): New rule.
55318         (noload-ENV): Define.
55319         (tests): Add $(objpfx)noload-mem.
55320         * elf/noload.c: Include <memcheck.h>.
55321         (main): Call mtrace.  Close all opened handles.
55323 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55325         [BZ #12454]
55326         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55327         dependencies are missing.
55329 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55331         Fix __if_freereq crash: Unlike the generic version which uses free,
55332         Hurd needs munmap.
55333         * sysdeps/mach/hurd/ifreq.h: New file.
55335 2011-01-27  Petr Baudis  <pasky@suse.cz>
55336             Ulrich Drepper  <drepper@gmail.com>
55338         [BZ 12445]#
55339         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55340         to extend_alloca().
55341         * stdio-common/bug23.c: New file.
55342         * stdio-common/Makefile (tests): Add bug23.
55344 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55345             Ulrich Drepper  <drepper@gmail.com>
55347         [BZ #12489]
55348         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55349         before performing relro protection.  At old place add assertion
55350         to make sure nothing changed.
55352 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55353             Glauber de Oliveira Costa  <glommer@gmail.com>
55355         * elf/elf.h: Add new ARM TLS relocs.
55357 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55360         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55361         cast from r3.
55362         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55363         'tests' variable.
55364         * sysdeps/wordsize-64/tst-writev.c: New file.
55366 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55368         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55369         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55370         insns in _dl_start to prevent a TOC reference before relocs are
55371         resolved.
55373 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55375         [BZ #12469]
55376         * Makeconfig: Remove RANLIB definition.
55377         * Makerules: Don't use RANLIB.
55378         * aclocal.m4: Remove ranlib test.
55379         * configure.in: No need to check for ranlib.
55380         * elf/rtld-Rules: Don't use RANLIB.
55382 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55384         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55385         protection macro.
55386         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55387         inclusion protection macro.
55389         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55390         SIGRTMIN and SIGRTMAX and print information in that case only when
55391         SIGRTMIN is defined.
55393 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55395         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55396         arginfo fn returning -1.
55398         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55399         and thousands string is zero terminated.
55401 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55403         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55404         sysdeps/unix/sysv/linux/bits/socket.h.
55406 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55408         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55409         (__CPU_COUNT): Remove old macros.
55410         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55411         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55412         (__CPU_ALLOC, __CPU_FREE): Add macros.
55413         (__sched_cpualloc, __sched_cpufree): Add declarations.
55415 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55417         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55418         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55419         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55420         (readdhstai): Return value of addhstaiX call.
55421         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55422         (addgrbyX): Return value returned by cache_addgr.
55423         (readdgrbyname): Return value returned by addgrbyX.
55424         (readdgrbygid): Likewise.
55425         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55426         (addpwbyX): Return value returned by cache_addpw.
55427         (readdpwbyname): Return value returned by addhstbyX.
55428         (readdpwbyuid): Likewise.
55429         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55430         (addservbyX): Return value returned by cache_addserv.
55431         (readdservbyname): Return value returned by addservbyX:
55432         (readdservbyport): Likewise.
55433         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55434         (addhstbyX): Return value returned by cache_addhst.
55435         (readdhstbyname): Return value returned by addhstbyX.
55436         (readdhstbyaddr): Likewise.
55437         (readdhstbynamev6): Likewise.
55438         (readdhstbyaddrv6): Likewise.
55439         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55440         (readdinitgroups): Return value returned by addinitgroupsX.
55441         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55442         (prune_cache): Keep track of timeout value of re-added entries.
55443         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55444         * nscd/nscd.h: Adjust prototypes of readd* functions.
55446 2011-02-04  Roland McGrath  <roland@redhat.com>
55448         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55449         (nis_stats): Likewise.
55450         * nis/nis_modify.c (nis_modify): Likewise.
55451         * nis/nis_remove.c (nis_remove): Likewise.
55452         * nis/nis_add.c (nis_add): Likewise.
55454         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55456         * posix/fnmatch_loop.c: Add some consts.
55458         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55460 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55462         [BZ #12460]
55463         * config.make.in (config-cflags-novzeroupper): Define.
55464         * configure.in: Substitute libc_cv_cc_novzeroupper.
55465         * elf/Makefile (AVX-CFLAGS): Define.
55466         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55467         (CFLAGS-tst-auditmod4a.c): Likewise.
55468         (CFLAGS-tst-auditmod4b.c): Likewise.
55469         (CFLAGS-tst-auditmod6b.c): Likewise.
55470         (CFLAGS-tst-auditmod6c.c): Likewise.
55471         (CFLAGS-tst-auditmod7b.c): Likewise.
55472         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55474 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55476         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55477         function to the callback.
55478         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55480 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55482         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55483         of errno.
55485 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55487         [BZ #11724]
55488         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55489         of constructors.
55490         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55491         of destructors.
55492         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55494         [BZ #11724]
55495         * elf/Makefile: Add rules to build and run new test.
55496         * elf/tst-initorder.c: New file.
55497         * elf/tst-initorder.exp: New file.
55498         * elf/tst-initordera1.c: New file.
55499         * elf/tst-initordera2.c: New file.
55500         * elf/tst-initordera3.c: New file.
55501         * elf/tst-initordera4.c: New file.
55502         * elf/tst-initorderb1.c: New file.
55503         * elf/tst-initorderb2.c: New file.
55504         * elf/tst-order-a1.c: New file.
55505         * elf/tst-order-a2.c: New file.
55506         * elf/tst-order-a3.c: New file.
55507         * elf/tst-order-a4.c: New file.
55508         * elf/tst-order-b1.c: New file.
55509         * elf/tst-order-b2.c: New file.
55510         * elf/tst-order-main.c: New file.
55511         New test case by George Gensure <werkt0@gmail.com>.
55513 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55515         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55516         decoding ACE if AI_CANONIDN.
55518 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55520         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55522 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55524         * version.h (RELEASE): Bump for 2.13 release.
55525         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55527         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55529         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55530         MADV_NOHUGEPAGE.
55531         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55532         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55533         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55534         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55535         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55536         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55538         * posix/getconf.c: Update copyright year.
55539         * catgets/gencat.c: Likewise.
55540         * csu/version.c: Likewise.
55541         * debug/catchsegv.sh: Likewise.
55542         * debug/xtrace.sh: Likewise.
55543         * elf/ldconfig.c: Likewise.
55544         * elf/ldd.bash.in: Likewise.
55545         * elf/sprof.c (print_version): Likewise.
55546         * iconv/iconv_prog.c: Likewise.
55547         * iconv/iconvconfig.c: Likewise.
55548         * locale/programs/locale.c: Likewise.
55549         * locale/programs/localedef.c: Likewise.
55550         * malloc/memusage.sh: Likewise.
55551         * malloc/mtrace.pl: Likewise.
55552         * nscd/nscd.c (print_version): Likewise.
55553         * nss/getent.c: Likewise.
55555         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55556         PF_CAIF, and PF_ALG.
55557         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55559 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55561         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55562         (modules-names): Use them.
55563         (ifunc-test-modules, ifunc-pie-tests): Define.
55564         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55565         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55566         (test-extras): Likewise.
55567         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55568         $(compile-command.c).
55569         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55570         (all-built-dso): Define.
55571         (check-textrel.out, check-execstack.out): Depend on it.
55573         * configure.in: Don't override --enable-multi-arch.
55575 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55577         [BZ #6812]
55578         * nscd/hstcache.c (tryagain): Define.
55579         (cache_addhst): Return tryagain not notfound for temporary errors.
55580         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55581         failed.
55583 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55585         [BZ #10563]
55586         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55587         to make the syscall.
55588         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55590         [BZ #12378]
55591         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55592         and fall back to matching as normal character if the string ends before
55593         the matching ']' is found.  This is what POSIX requires.
55594         * posix/testfnm.c: Adjust test result.
55595         * posix/globtest.sh: Adjust test result.  Add new test.
55596         * posix/tst-fnmatch.input: Likewise.
55597         * posix/tst-fnmatch2.c: Add new test.
55599 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55601         * elf/Makefile (check-execstack): Revert last change.  Depend on
55602         check-execstack.h.
55603         (check-execstack.h): New target.
55604         (generated): Add check-execstack.h.
55605         * elf/check-execstack.c: Include "check-execstack.h".
55606         (main): Revert last change.
55607         (handle_file): Return zero if GNU_STACK is absent and
55608         DEFAULT_STACK_PERMS doesn't include PF_X.
55610 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55612         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55613         in child fails because the descriptor is already closed.
55614         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55615         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55616         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55618         [BZ #12397]
55619         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55620         syscall.
55622         [BZ #10484]
55623         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55624         temporary buffer used to handle multi lookups locally.
55625         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55627 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55629         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55630         loader is ld.so.
55632 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55634         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55635         alignment for SSE2.
55637 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55639         [BZ #12394]
55640         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55641         characters.  When rounding increased number of integer digits recompute
55642         number of groups.
55643         * stdio-common/tst-grouping.c: New file.
55644         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55646 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55648         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55649         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55651         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55652         void.
55653         * bits/select.h: Likewise.
55655 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55657         * po/ja.po: Update from translation team.
55659 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55661         [BZ #11155]
55662         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55663         implementation just like for lxstat, fxstatat, et al.
55665 2010-12-27  Jim Meyering  <meyering@redhat.com>
55667         [BZ #12348]
55668         * posix/regexec.c (build_trtable): Return failure indication upon
55669         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55671 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55673         [BZ #12201]
55674         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55675         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55676         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55677         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55679         [BZ #12207]
55680         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55682         [BZ #12204]
55683         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55684         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55686 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55688         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55689         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55690         script has SORT_BY_INIT_PRIORITY.
55691         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55692         NO_CTORS_DTORS_SECTIONS is defined.
55693         * elf/soinit.c: Likewise.
55694         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55695         NO_CTORS_DTORS_SECTIONS is defined.
55696         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55697         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55698         * sysdeps/sh/init-first.c: Likewise.
55699         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55701 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55703         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55704         always use the slow path.
55706 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55708         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55709         similar rule which adds the sysdep directories to the header search in
55710         order to pick up the correct platform stackinfo.h.
55711         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55712         perform test if it is, otherwise return successfully without testing.
55713         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55714         DEFAULT_STACK_PERMS define in stackinfo.h.
55715         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55716         defined in stackinfo.h.
55717         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55718         DEFAULT_STACK_PERMS defined in stackinfo.h.
55719         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55720         * sysdeps/ia64/stackinfo.h: Likewise.
55721         * sysdeps/s390/stackinfo.h: Likewise.
55722         * sysdeps/sh/stackinfo.h: Likewise.
55723         * sysdeps/sparc/stackinfo.h: Likewise.
55724         * sysdeps/x86_64/stackinfo.h: Likewise.
55725         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55726         PF_X for powerpc64.  Retain PF_X for powerpc32.
55728 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55730         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55731         accurately.
55732         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55733         GETDENTS_64BIT_ALIGNED.
55735 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55737         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55739 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55741         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55742         _GNU_SOURCE.
55744         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55745         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55746         Remove __restrict.
55747         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55748         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55750 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55752         [BZ #11655]
55753         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55754         are initialized.
55756 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55758         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55760 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55762         * po/it.po: Update from translation team.
55764 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55766         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55767         unused codes.
55769 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55771         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55773 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55775         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55776         specially.
55777         (gaih_getanswer_slice): Likewise.
55779 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55781         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55783 2010-05-31  Petr Baudis  <pasky@suse.cz>
55785         [BZ #11149]
55786         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55787         silently even in the chroot mode.
55789 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55791         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55792         last patch a bit.  Pretty printing
55794 2010-05-31  Petr Baudis <pasky@suse.cz>
55796         [BZ #10085]
55797         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55798         initialization of skip_initgroups_dyn.
55800 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55802         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55803         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55805 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55807         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55809 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55811         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55812         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55813         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55814         ($(objpfx)tst-fnmatch-mem): New rule.
55815         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55816         * posix/tst-fnmatch.c (main): Call mtrace.
55818 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55820         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55821         Support Intel processor model 6 and model 0x2c.
55823 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55825         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55826           signed comparison.
55828 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55830         [BZ #12205]
55831         * string/test-strncasecmp.c (check_result): New function.
55832         (do_one_test): Use it.
55833         (check1): New function.
55834         (test_main): Use it.
55835         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55836         Support strcasecmp and strncasecmp.
55838 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55840         [BZ #12194]
55841         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55842         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55844 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55846         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55847         IFUNC support.
55848         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55849         memset-x86-64.
55850         * sysdeps/x86_64/multiarch/bzero.S: New file.
55851         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55852         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55853         * sysdeps/x86_64/multiarch/memset.S: New file.
55854         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55855         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55856         Set bit_Prefer_SSE_for_memop for Intel processors.
55857         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55858         Define.
55859         (index_Prefer_SSE_for_memop): Define.
55860         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55862 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55864         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55865         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55867 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55869         [BZ #12191]
55870         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55871         (__x86_64_raw_data_cache_size_half): Likewise.
55872         (__x86_64_raw_shared_cache_size): Likewise.
55873         (__x86_64_raw_shared_cache_size_half): Likewise.
55875         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55876         (__x86_64_raw_data_cache_size_half): Likewise.
55877         (__x86_64_raw_shared_cache_size): Likewise.
55878         (__x86_64_raw_shared_cache_size_half): Likewise.
55879         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55880         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55881         and __x86_64_raw_shared_cache_size_half.  Round
55882         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55883         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55884         to multiple of 256 bytes.
55886 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55888         [BZ #12167]
55889         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55890         of inacessible symlinks.  Verify result of symlink before returning it.
55891         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55892         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55894 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55896         * math/math.h (isinf): Fix typo in comment.
55898 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55900         * po/da.po: Update from translation team.
55902 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55904         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55905         is added to the list.
55907 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55908             Ulrich Drepper  <drepper@gmail.com>
55910         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55911         the global list here.  Move code to...
55912         (_dl_add_to_namespace_list): ...here.  New function.
55913         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55914         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55915         * elf/dl-load.c (lose): Don't remove the element from the list.
55916         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55917         (_dl_map_object): Likewise.
55919 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55921         [BZ #12159]
55922         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55923         into all bytes of SSE register.
55924         Patch by Richard Li <richardpku@gmail.com>.
55926 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55928         [BZ #12140]
55929         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55930         perturbing.
55932 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55934         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55935         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55936         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55937         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55939         submachine.
55940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55942 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55944         * include/dlfcn.h (__RTLD_SECURE): Define.
55945         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55946         mode & __RTLD_SECURE instead.
55947         (open_path): Rename preloaded parameter to secure.
55948         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55949         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55950         * elf/dl-deps.c (openaux): Likewise.
55951         * elf/rtld.c (struct map_args): Remove is_preloaded.
55952         (map_doit): Don't use it.
55953         (dl_main): Likewise.
55954         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55955         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55957 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55959         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55960         (sysd-rules-targets): Remove duplicates.
55961         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55962         rtld-%.$o dependency.
55964 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55966         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55967         _dl_map_object do it.
55969 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55971         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55972         fast fma builtins, define the macros in the C99 standard.
55973         (FP_FAST_FMAF): Likewise.
55974         (FP_FAST_FMAL): Likewise.
55975         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55977         * bits/mathdef.h: Update copyright year.
55978         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55980 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55982         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55983         builtins, define the macros in the C99 standard.
55984         (FP_FAST_FMAF): Likewise.
55985         (FP_FAST_FMAL): Likewise.
55986         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55987         multiply/add.
55988         (FP_FAST_FMAF): Likewise.
55990 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55992         [BZ #3268]
55993         * math/libm-test.inc (fma_test): Some new testcases.
55994         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55995         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55996         y and infinite z.  Do multiplication by C already in long double.
55997         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55998         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55999         y and infinite z.  Do bitwise or of inexact bit into u.d.
56000         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56001         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56002         * sysdeps/i386/fpu/s_fma.S: Removed.
56003         * sysdeps/i386/fpu/s_fmal.S: Removed.
56005 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56007         [BZ #3268]
56008         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56009         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56010         computation is not scheduled after fetestexcept.  Fix value
56011         of minimum denormal long double.
56013 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56015         [BZ #3268]
56016         * math/libm-test.inc (fma_test): Add some more tests.
56017         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56018         correctly.
56020 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56022         * scripts/data/localplt-s390-linux-gnu.data: New file.
56023         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56025 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56027         [BZ #3268]
56028         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56029         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56030         instead of dbl-64.
56031         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56032         inlines.
56033         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56034         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56035         if one of x and y is very large and the other is subnormal.
56036         * sysdeps/s390/fpu/s_fmaf.c: New file.
56037         * sysdeps/s390/fpu/s_fma.c: New file.
56038         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56039         * sysdeps/powerpc/fpu/s_fma.S: New file.
56040         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56041         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56042         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56044 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56046         [BZ #3268]
56047         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56048         fma tests.
56049         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56050         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56051         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56052         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56053         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56054         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56055         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56057 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56059         [BZ #12078]
56060         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56061         * posix/bug-regex31.input: Add test case.
56063 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56065         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56066         * posix/bug-regex31.input: New file.
56068         [BZ #12078]
56069         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56070         (parse_sub_exp): Fix last change, use postorder.
56072         * posix/bug-regex31.c: New file.
56073         * posix/Makefile: Add rules to build and run bug-regex31.
56075         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56077         [BZ #12078]
56078         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56080         [BZ #12108]
56081         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56082         to have entries in sys_siglist.
56084         [BZ #12093]
56085         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56086         be NULL.
56088 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56090         [BZ #3268]
56091         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56092         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56093         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56094         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56095         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56096         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56097         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56098         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56099         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56100         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56101         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56102         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56103         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56104         * math/ftestexcept.c (fetestexcept): Likewise.
56105         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56106         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56107         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56108         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56109         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56110         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56111         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56113 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56115         [BZ #12107]
56116         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56117         newline.
56119 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56121         * string/bug-strstr1.c: New file.
56122         * string/Makefile: Add rules to build and run bug-strstr1.
56124 2010-10-05  Eric Blake  <eblake@redhat.com>
56126         [BZ #12092]
56127         * string/str-two-way.h (two_way_long_needle): Always clear memory
56128         when skipping input due to the shift table.
56130 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56132         [BZ #12005]
56133         * malloc/mcheck.c: Handle large requests.
56135         [BZ #12077]
56136         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56137         for strncmp and strncasecmp.
56138         * string/stratcliff.c: Add tests for strcmp and strncmp.
56139         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56141 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56143         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56144         __set_fpscr.
56146 2010-09-30  Andreas Jaeger  <aj@suse.de>
56148         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56149         (CGROUP_SUPER_MAGIC): Define.
56150         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56151         Handle btrfs and cgroup file systems.
56152         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56153         Likewise.
56155 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56157         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56158         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56160 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56162         [BZ #12067]
56163         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56164         trying to locate the ELF header.
56166 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56168         [BZ #11611]
56169         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56170         Mask out sign-bit copies when constructing f_fsid.
56172 2010-09-24  Petr Baudis <pasky@suse.cz>
56174         * debug/stack_chk_fail_local.c: Add missing licence exception.
56175         * debug/warning-nop.c: Likewise.
56177 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56179         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56180         implementing getdents64 using getdents syscall, set d_type if
56181         __ASSUME_GETDENTS32_D_TYPE.
56183 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56185         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56186         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56188 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56190         [BZ #12037]
56191         * posix/unistd.h: Undo change of feature selection for ftruncate from
56192         2010-01-11.
56194 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56196         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56197         detection.
56199 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56201         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56202         fanotify_mark.
56203         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56205 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56207         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56208         variables after CHECK_SP call.
56209         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56211 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56212             Ulrich Drepper  <drepper@redhat.com>
56214         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56215         re-relocationg ld.so.
56216         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56217         _dl_init_paths call.
56218         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56219         here anymore.
56221 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56223         * resolv/res_init.c (__res_vinit): Count the default server we added.
56225 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56226             Ulrich Drepper  <drepper@redhat.com>
56228         [BZ #11968]
56229         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56230         (____longjmp_chk): Use %ebx for saving value across system call.
56231         Add unwind info.
56233 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56235         * manual/Makefile: Don't mix pattern rules with normal rules.
56237 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56239         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56240         operation.
56241         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56242         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56243         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56244         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56245         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56246         Likewise.
56248 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56250         [BZ #11979]
56251         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56252         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56254 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56256         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56257         * sysdeps/x86_64/addmul_1.S: Likewise.
56258         * sysdeps/x86_64/lshift.S: Likewise.
56259         * sysdeps/x86_64/mul_1.S: Likewise.
56260         * sysdeps/x86_64/rshift.S: Likewise.
56261         * sysdeps/x86_64/sub_n.S: Likewise.
56262         * sysdeps/x86_64/submul_1.S: Likewise.
56264 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56266         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56267         Define __sched_param instead of SCHED_* and sched_param when
56268         <bits/sched.h> is included with __need_schedparam defined.
56269         * bits/sched.h [__need_schedparam]
56270         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56271         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56272         (__defined_schedparam): Define to 1.
56273         (__sched_param): New structure, identical to sched_param.
56274         (__need_schedparam): Undefine.
56276 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56278         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56279         (epoll_create1): Declare.
56281         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56283 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56285         [BZ #7066]
56286         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56287         shifting retval into place.
56289 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56291         * nis/rpcsvc/nis.h: Update copyright notice.
56292         * nis/rpcsvc/nis.x: Likewise.
56293         * nis/rpcsvc/nis_callback.h: Likewise.
56294         * nis/rpcsvc/nis_callback.x: Likewise.
56295         * nis/rpcsvc/nis_object.x: Likewise.
56296         * nis/rpcsvc/nis_tags.h: Likewise.
56297         * nis/rpcsvc/yp.h: Likewise.
56298         * nis/rpcsvc/yp.x: Likewise.
56299         * nis/rpcsvc/ypupd.h: Likewise.
56300         * nis/yp_xdr.c: Likewise.
56301         * nis/ypupdate_xdr.c: Likewise.
56303         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56304         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56305         (pmap_getport): Use __libc_rpc_getport.
56306         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56307         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56308         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56310 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56313         fanotify_mark.
56315 2010-08-27  Roland McGrath  <roland@redhat.com>
56317         * sysdeps/i386/i686/multiarch/Makefile
56318         (CFLAGS-varshift.c): New variable.
56320 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56322         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56323         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56325         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56327         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56329 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56331         * sysdeps/x86_64/strlen.S: Unroll the loop.
56332         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56333         strlen-sse2 strlen-sse2-bsf.
56334         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56335         __strlen_no_bsf if bit_Slow_BSF is set.
56336         (__strlen_sse42): Removed.
56337         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56338         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56340 2010-08-25  Roland McGrath  <roland@redhat.com>
56342         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56343         * sysdeps/x86_64/multiarch/varshift.c: New file.
56344         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56345         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56346         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56347         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56349 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56351         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56352         strlen-sse2 strlen-sse2-bsf.
56353         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56354         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56355         (__strlen_sse2): Removed.
56356         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56357         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56358         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56359         bit_Slow_BSF for Atom.
56360         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56361         (index_Slow_BSF): Define.
56362         (HAS_SLOW_BSF): Define.
56364 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56366         [BZ #10851]
56367         * resolv/res_init.c (__res_vinit): When no server address at all
56368         is given default to loopback.
56370 2010-08-24  Roland McGrath  <roland@redhat.com>
56372         * configure.in: Remove config-name.h generation.
56373         * configure: Regenerated.
56374         * config-name.in: File removed.
56375         * scripts/config-uname.sh: New file.
56376         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56377         ($(objdir)config-name.h): New target.
56379         * sunrpc/rpc_parse.h: Avoid nested comment.
56381 2010-08-24  Richard Henderson  <rth@redhat.com>
56382             Ulrich Drepper  <drepper@redhat.com>
56383             H.J. Lu  <hongjiu.lu@intel.com>
56385         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56386         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56387         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56388         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56389         _mm_alignr_epi8 with _mm_loadu_si128.
56390         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56391         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56392         (__m128i_shift_right): Removed.
56393         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56394         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56395         * sysdeps/x86_64/multiarch/varshift.h: New file.
56396         * sysdeps/x86_64/multiarch/varshift.S: New file.
56398 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56400         * configure.in: Move assembler checks to before sysdep dir checking.
56402 2010-08-20  Petr Baudis  <pasky@suse.cz>
56404         * LICENSES: Sync the sunrpc license.
56406 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56408         * sunrpc/auth_des.c: Update copyright notice once again.
56409         * sunrpc/auth_none.c: Likewise.
56410         * sunrpc/auth_unix.c: Likewise.
56411         * sunrpc/authdes_prot.c: Likewise.
56412         * sunrpc/authuxprot.c: Likewise.
56413         * sunrpc/bindrsvprt.c: Likewise.
56414         * sunrpc/clnt_gen.c: Likewise.
56415         * sunrpc/clnt_perr.c: Likewise.
56416         * sunrpc/clnt_raw.c: Likewise.
56417         * sunrpc/clnt_simp.c: Likewise.
56418         * sunrpc/clnt_tcp.c: Likewise.
56419         * sunrpc/clnt_udp.c: Likewise.
56420         * sunrpc/clnt_unix.c: Likewise.
56421         * sunrpc/des_crypt.c: Likewise.
56422         * sunrpc/des_soft.c: Likewise.
56423         * sunrpc/get_myaddr.c: Likewise.
56424         * sunrpc/getrpcport.c: Likewise.
56425         * sunrpc/key_call.c: Likewise.
56426         * sunrpc/key_prot.c: Likewise.
56427         * sunrpc/openchild.c: Likewise.
56428         * sunrpc/pm_getmaps.c: Likewise.
56429         * sunrpc/pm_getport.c: Likewise.
56430         * sunrpc/pmap_clnt.c: Likewise.
56431         * sunrpc/pmap_prot.c: Likewise.
56432         * sunrpc/pmap_prot2.c: Likewise.
56433         * sunrpc/pmap_rmt.c: Likewise.
56434         * sunrpc/rpc/auth.h: Likewise.
56435         * sunrpc/rpc/auth_unix.h: Likewise.
56436         * sunrpc/rpc/clnt.h: Likewise.
56437         * sunrpc/rpc/des_crypt.h: Likewise.
56438         * sunrpc/rpc/key_prot.h: Likewise.
56439         * sunrpc/rpc/netdb.h: Likewise.
56440         * sunrpc/rpc/pmap_clnt.h: Likewise.
56441         * sunrpc/rpc/pmap_prot.h: Likewise.
56442         * sunrpc/rpc/pmap_rmt.h: Likewise.
56443         * sunrpc/rpc/rpc.h: Likewise.
56444         * sunrpc/rpc/rpc_des.h: Likewise.
56445         * sunrpc/rpc/rpc_msg.h: Likewise.
56446         * sunrpc/rpc/svc.h: Likewise.
56447         * sunrpc/rpc/svc_auth.h: Likewise.
56448         * sunrpc/rpc/types.h: Likewise.
56449         * sunrpc/rpc/xdr.h: Likewise.
56450         * sunrpc/rpc_clntout.c: Likewise.
56451         * sunrpc/rpc_cmsg.c: Likewise.
56452         * sunrpc/rpc_common.c: Likewise.
56453         * sunrpc/rpc_cout.c: Likewise.
56454         * sunrpc/rpc_dtable.c: Likewise.
56455         * sunrpc/rpc_hout.c: Likewise.
56456         * sunrpc/rpc_main.c: Likewise.
56457         * sunrpc/rpc_parse.c: Likewise.
56458         * sunrpc/rpc_parse.h: Likewise.
56459         * sunrpc/rpc_prot.c: Likewise.
56460         * sunrpc/rpc_sample.c: Likewise.
56461         * sunrpc/rpc_scan.c: Likewise.
56462         * sunrpc/rpc_scan.h: Likewise.
56463         * sunrpc/rpc_svcout.c: Likewise.
56464         * sunrpc/rpc_tblout.c: Likewise.
56465         * sunrpc/rpc_util.c: Likewise.
56466         * sunrpc/rpc_util.h: Likewise.
56467         * sunrpc/rpcinfo.c: Likewise.
56468         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56469         * sunrpc/rpcsvc/key_prot.x: Likewise.
56470         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56471         * sunrpc/rpcsvc/mount.x: Likewise.
56472         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56473         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56474         * sunrpc/rpcsvc/rex.x: Likewise.
56475         * sunrpc/rpcsvc/rstat.x: Likewise.
56476         * sunrpc/rpcsvc/rusers.x: Likewise.
56477         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56478         * sunrpc/rpcsvc/spray.x: Likewise.
56479         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56480         * sunrpc/rtime.c: Likewise.
56481         * sunrpc/svc.c: Likewise.
56482         * sunrpc/svc_auth.c: Likewise.
56483         * sunrpc/svc_authux.c: Likewise.
56484         * sunrpc/svc_raw.c: Likewise.
56485         * sunrpc/svc_run.c: Likewise.
56486         * sunrpc/svc_simple.c: Likewise.
56487         * sunrpc/svc_tcp.c: Likewise.
56488         * sunrpc/svc_udp.c: Likewise.
56489         * sunrpc/svc_unix.c: Likewise.
56490         * sunrpc/svcauth_des.c: Likewise.
56491         * sunrpc/xcrypt.c: Likewise.
56492         * sunrpc/xdr.c: Likewise.
56493         * sunrpc/xdr_array.c: Likewise.
56494         * sunrpc/xdr_float.c: Likewise.
56495         * sunrpc/xdr_mem.c: Likewise.
56496         * sunrpc/xdr_rec.c: Likewise.
56497         * sunrpc/xdr_ref.c: Likewise.
56498         * sunrpc/xdr_sizeof.c: Likewise.
56499         * sunrpc/xdr_stdio.c: Likewise.
56501         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56502         handling.
56504 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56506         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56508 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56510         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56511         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56512         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56513         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56514         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56515         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56516         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56517         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56518         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56519         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56520         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56521         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56522         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56523         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56525 2010-07-26  Anton Blanchard  <anton@samba.org>
56527         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56528         * malloc/arena.c (heap_trim): Likewise.
56530 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56532         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56533         here.  Not...
56534         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56535         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56537 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56539         * sysdeps/i386/elf/Makefile: New file.
56541 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56543         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56544         from fanotify_init.
56545         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56546         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56548 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56550         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56551         of strncasecmp_l.
56552         * sysdeps/multiarch/strcmp.S: Likewise.
56554 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56556         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56557         strncase_l-nonascii.
56558         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56559         Add strncase_l-ssse3.
56560         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56561         * sysdeps/x86_64/strcmp.S: Likewise.
56562         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56563         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56564         * sysdeps/x86_64/strncase.S: New file.
56565         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56566         * sysdeps/x86_64/strncase_l.S: New file.
56567         * string/Makefile (strop-tests): Add strncasecmp.
56568         * string/test-strncasecmp.c: New file.
56570         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56571         warning.
56573         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56574         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56576 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56578         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56580 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56582         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56583         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56584         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56586 2010-05-01  Alan Modra  <amodra@gmail.com>
56588         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56589         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56590         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56591         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56592         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56593         tidying.  Don't tail-call __sigjmp_save for static lib.
56594         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56595         save location.
56596         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56597         (CALL_MCOUNT): Add eh info, and nop after bl.
56598         (TAIL_CALL_SYSCALL_ERROR): New macro.
56599         (PSEUDO_RET): Use it.
56600         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56601         Correct save location of integer regs and cr.
56602         (_dl_profile_resolve): Correct cr save location.  Delete nops
56603         after bl when SHARED.  Reduce cfi size a little by better
56604         placement of cfi directives.
56605         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56606         make a stack frame.  Instead use parm save area as a temp.
56607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56608         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56610         Don't make a stack frame for parent, use parm save area.
56611         Increase child stack frame to 112 bytes.  Don't save unused reg,
56612         and adjust reg usage.  Set up cfi on error recovery and
56613         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56615         (__makecontext): Add dummy nop after jump to exit.
56616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56617         Use correct parm save area and cr save, reduce stack frame.
56618         Correct cfi for possible PSEUDO_RET frame setup.
56619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56620         Branch to local label emitted by PSEUDO_RET rather than
56621         __syscall_error.
56623 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56625         [BZ #11904]
56626         * locale/programs/locale.c (print_assignment): New function.
56627         (show_locale_vars): Use it.
56629 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56631         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56632         field.
56633         (struct statfs64): Likewise.
56634         (_STATFS_F_FLAGS): Define.
56635         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56636         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56637         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56638         (ST_VALID): Define locally.
56639         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56640         __statvfs_getflags, use the provided value.
56641         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56642         __ASSUME_STATFS_F_FLAGS.
56644         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56646         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56647         Add sys/fanotify.h.
56648         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56649         fanotify_mask for GLIBC_2.13.
56650         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56651         fanotify_init and fanotify_mark.
56652         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56653         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56655         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56656         Add prlimit.
56657         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56658         prlimit64 for GLIBC_2.13.
56659         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56660         prlimit64.
56661         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56662         syscall.
56663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56664         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56665         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56666         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56667         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56668         add prlimit alias.
56669         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56671         [BZ #11903]
56672         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56673         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56675         * nss/Makefile: Add rules to build and run tst-nss-test1.
56676         * shlib-versions: Add entry for libnss_test1.
56677         * nss/nss_test1.c: New file.
56678         * nss/tst-nss-test1.c: New file.
56680         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56681         (__nss_configure_lookup): Set appropriate entry in
56682         __nss_configure_lookup to true.
56683         * nss/nsswitch.h: Define enum with indeces of databases in
56684         databases and __nss_database_custom arrays.  Declare
56685         __nss_database_custom.
56686         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56687         to avoid using nscd when custom rules are installed.
56688         * nss/getXXbyYY_r.c: Likewise.
56689         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56691         * nss/nss_files/files-parse.c: Whitespace fixes.
56693 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56695         [BZ #11883]
56696         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56697         * posix/fnmatch_loop.c: Likewise.
56699 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56701         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56702         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56703         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56704         * Versions.def [GLIBC_2.13]: Add.
56706 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56708         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56709         Also fail if tpwd after pwuid call is NULL.
56711 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56713         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56714         when converting to ms.
56716 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56718         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56719         EOPNOTSUPP errors with ENOTTY.
56720         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56721         EOPNOTSUPP errors with ENOTTY.
56723 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56725         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56726         Add strcasecmp_l-ssse3.
56727         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56728         strcasecmp.
56729         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56730         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56731         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56733 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56735         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56737         * string/Makefile (strop-tests): Add strcasecmp.
56738         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56739         strcasecmp_l-nonascii.
56740         (gen-as-const-headers): Add locale-defines.sym.
56741         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56742         * sysdeps/x86_64/strcasecmp.S: New file.
56743         * sysdeps/x86_64/strcasecmp_l.S: New file.
56744         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56745         * sysdeps/x86_64/locale-defines.sym: New file.
56746         * string/test-strcasecmp.c: New file.
56748         * string/test-strcasestr.c: Test both ends of the range of characters.
56749         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56751 2010-07-29  Roland McGrath  <roland@redhat.com>
56753         [BZ #11856]
56754         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56756 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56758         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56759         for ld.so.
56761 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56763         * manual/memory.texi (Malloc Tunable Parameters): Document
56764         M_PERTURB.
56766 2010-07-26  Roland McGrath  <roland@redhat.com>
56768         [BZ #11840]
56769         * configure.in (-fgnu89-inline check): Set and substitute
56770         gnu89_inline, not libc_cv_gnu89_inline.
56771         * configure: Regenerated.
56772         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56774 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56776         * string/test-strnlen.c: New file.
56777         * string/Makefile (strop-tests): Add strnlen.
56778         * string/tester.c (test_strnlen): Add a few more test cases.
56779         * string/tst-strlen.c: Better error reporting.
56781         * sysdeps/x86_64/strnlen.S: New file.
56783 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56785         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56786         lower-latency instructions.
56788 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56790         * string/test-strcasestr.c: New file.
56791         * string/test-strstr.c: New file.
56792         * string/Makefile (strop-tests): Add strstr and strcasestr.
56793         * string/str-two-way.h: Don't undefine MAX.
56794         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56796 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56798         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56799         strcasestr-nonascii.
56800         (CFLAGS-strcasestr-nonascii.c): Define.
56801         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56802         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56803         Remove unused attribute.
56805 2010-07-20  Roland McGrath  <roland@redhat.com>
56807         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56808         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56809         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56810         like LD_HWCAP_MASK can disable hwcaps.
56812 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56814         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56816 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56818         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56819         call in strcasestr.
56820         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56821         __strcasestr_sse42_nonascii.
56822         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56823         strcasestr-nonascii.c.
56824         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56826 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56828         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56829         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56830         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56831         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56833 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56835         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56836         fcntl.
56838 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56840         [BZ #11577]
56841         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56842         dl_signal_cerror.
56844 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56846         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56847         _PC_PIPE_BUF using F_GETPIPE_SZ.
56849 2010-07-05  Roland McGrath  <roland@redhat.com>
56851         * manual/arith.texi (Rounding Functions): Fix rint description
56852         implicit in round description.
56854 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56856         * elf/Makefile: Fix linking for a few tests to make recent linker
56857         happy.
56859 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56861         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56862         $(common-objpfx)libc_nonshared.a.
56864 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56866         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56867         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56868         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56869         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56870         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56871         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56872         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56873         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56888         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56889         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56890         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56891         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56892         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56893         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56894         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56895         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56896         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56897         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56898         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56899         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56915 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56917         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56918         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56919         * string/memmove.c (memmove): Renamed to ...
56920         (MEMMOVE): ...this.  Default to memmove.
56921         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56922         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56923         (END_CHK): Define.
56924         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56925         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56926         mempcpy-ssse3-back memmove-ssse3-back.
56927         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56928         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56929         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56930         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56931         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56932         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56933         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56934         * sysdeps/x86_64/multiarch/memmove.c: New file.
56935         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56936         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56937         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56938         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56939         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56940         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56941         Define.
56942         (index_Fast_Copy_Backward): Define.
56943         (HAS_ARCH_FEATURE): Define.
56944         (HAS_FAST_REP_STRING): Define.
56945         (HAS_FAST_COPY_BACKWARD): Define.
56947 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56949         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56950         Restore proper fallback handling.
56952 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56954         [BZ #11701]
56955         * posix/group_member.c (__group_member): Correct checking loop.
56957         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56958         OOM in getpwuid_r correctly.  Return error number when the caller
56959         should return, otherwise -1.
56960         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56961         call returning > 0 value.
56962         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56964 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56966         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56967         libc_nonshared.a from targets in modules-names.
56969 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56971         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56972         requires it.
56974 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56976         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56977         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56978         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56979         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56981 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56983         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56985 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56987         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56988         and F_GETPIPE_SZ.
56989         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56990         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56991         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56992         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56993         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56994         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56996 2010-06-14  Roland McGrath  <roland@redhat.com>
56998         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57000 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57002         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57003         __REDIRECT followed by __THROW.
57004         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57005         * posix/getopt.h (getopt): Likewise.
57007 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57009         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57010         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57011         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57012         in AT_FLAGS.
57013         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57014         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57016 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57018         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57020 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57022         [BZ #11640]
57023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57024         Properly check family and model.
57026 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57028         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57030 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57032         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57034 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57036         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57037         symbol reference.
57039 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57041         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57042         symbol reference.
57044 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57046         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57047         and internal_recvmmsg.
57048         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57049         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57050         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57051         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57053         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57054         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57055         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57057 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57059         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57061 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57063         POWER7 optimizations.
57064         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57065         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57067 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57069         * version.h: Update for 2.13 development version.
57071 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57073         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57074         exceptions.  Return 0.
57076 2010-05-07  Roland McGrath  <roland@redhat.com>
57078         * elf/ldconfig.c (main): Add a const.
57080 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57082         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57083         (args_options): Add no-idn option.
57084         (ahosts_keys_int): Add idn_flags to ai_flags.
57085         (parse_option): Handle 'i' option to clear idn_flags.
57087         * malloc/malloc.c (_int_free): Possible race in the most recently
57088         added check.  Only act on the data if no current modification
57089         happened.
57091 See ChangeLog.17 for earlier changes.