Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).
[glibc.git] / ChangeLog
blob432c35d5aac6bcc111fed6f20f5b6dcfd007cb15
1 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #18029]
4         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
5         Adjust exponent of power of 2 down when low part has opposite
6         sign.
7         * math/libm-test.inc (ilogb_test_data): Add more tests.
9 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
11         [BZ #15969]
12         * locale/findlocale.c (_nl_find_locale): Fix constness error in
13         the previous change.
15         [BZ #15969]
16         * locale/findlocale.c (_nl_find_locale): Retry archive search
17         after alias expansion.
19 2015-02-25  Roland McGrath  <roland@hack.frob.com>
21         * iconv/tst-iconv3.c (main): Converted to ...
22         (do_test): ... this.
23         (TEST_FUNCTION): New macro.
24         Include test-skeleton.c.
26         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
27         (convert): Make function static.
28         (test_unalign): Likewise.  Add const to argument pointee types.
29         (main): Replace with static function do_test.
30         Print "Succeeded." only if RET is zero.
31         (TEST_FUNCTION): New macro.
32         Include test-skeleton.c.
34         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
35         returns a null pointer.
37 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
40         to __memcpy_ppc only for static builds.
42 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
44         [BZ #18020]
45         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
46         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
47         * math/auto-libm-test-in: Add more tests of asinh.
48         * math/auto-libm-test-out: Regenerated.
49         * sysdeps/i386/fpu/libm-test-ulps: Update.
50         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
54         [BZ #15850]
55         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
56         and ip6_mtuinfo definitions here.
57         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
58         in this define too.  Update comment.
60 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
62         * elf/sprof.c (load_shobj): Tweak error message to match others.
64 2015-02-24  Kevin Easton  <kevin@guarana.org>
66         [BZ #16145] (partial fix)
67         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
68         to reduce lock contention.
70 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
72         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
73         (struct timex): Update time comment.
74         (ADJ_SETOFFSET): Define.
76 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
78         [BZ #18019]
79         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
80         2**56 not 2**28 as threshold for log (2x) formula.
81         * math/auto-libm-test-in: Add more tests of acosh.
82         * math/auto-libm-test-out: Regenerated.
83         * sysdeps/i386/fpu/libm-test-ulps: Update.
84         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
88         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
89         parenthesis around the buf assignment.
90         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
92 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
94         [BZ #16783]
95         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
96         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
97         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
98         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
99         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
100         * math/libm-test.inc (scalb_test_data): Add more tests.
102 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
104         [BZ #17916]
105         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
106         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
108 2015-02-24  Eric Rannaud  <e@nanocritical.com>
110         [BZ #17523]
111         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
112         * io/bits/fcntl2.h (open): Use it.
113         (openat): Likewise.
114         * io/open.c (__libc_open): Likewise.
115         * io/open64.c (__libc_open64): Likewise.
116         * io/open64_2.c (__open64_2): Likewise.
117         * io/open_2.c (__open_2): Likewise.
118         * io/openat.c (__openat): Likewise.
119         * io/openat64.c (__openat64): Likewise.
120         * io/openat64_2.c (__openat64_2): Likewise.
121         * io/openat_2.c (__openat_2): Likewise.
122         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
123         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
124         * sysdeps/posix/open64.c (__libc_open64): Likewise.
125         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
126         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
127         (__open_nocancel): Likewise.
128         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
129         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
130         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
132 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
134         [BZ #14841]
135         * resolv/gethnamaddr.c (getanswer): Skip logging if
136         RES_USE_DNSSEC is set.
137         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
139 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
141         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
143 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
145         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
146         201304L, for Unicode 7.
148 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
150         [BZ #17836]
151         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
152         shared library.  Add gmon-start.os otherwise.
153         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
154         $(objpfx)gmon-start.os if builing shared library.
155         ($(objpfx)g$(static-start-installed-name)): Likewise.
157 2015-02-23  Andreas Schwab  <schwab@suse.de>
159         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
161 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
163         [BZ #17269]
164         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
165         (enlarge_userbuf): Likewise.
167 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
169         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
170         * math/atest-exp.c (TIMEOUT): Adjust to 200.
171         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
172         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
174 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
176         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
177         expression inside statement expression.
179 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
181         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
182         <sysdeps/nptl/lowlevellock.h> and remove macros and
183         functions that are now defined there.
184         (SYS_futex): Remove.
185         (lll_compare_and_swap): Remove.
186         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
188 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
190         [BZ #17999]
191         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
192         instead of scandirat.
193         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
194         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
195         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
196         __scandirat.
197         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
198         (__scandirat): Declare.  Use libc_hidden_proto.
199         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
200         Remove variable.
201         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
203 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
205         [BZ #15319]
206         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
207         (MO): New macro.
208         (__ieee754_atan2): For results with small absolute value, force
209         underflow exception and remove excess range and precision from
210         return value.
211         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
212         (MO): New macro.
213         (__ieee754_atan2f): For results with small absolute value, force
214         underflow exception and remove excess range and precision from
215         return value.
216         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
217         (MO): New macro.
218         (__atan): For results with small absolute value, force underflow
219         exception and remove excess range and precision from return value.
220         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
221         (MO): New macro.
222         (__atanf): For results with small absolute value, force underflow
223         exception and remove excess range and precision from return value.
224         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
225         <math.h>.
226         (__ieee754_atan2): Force underflow exception for results with
227         small absolute value.
228         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
229         <math_private.h>.
230         (atan): Force underflow exception for results with small absolute
231         value.
232         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
233         (__atanf): Force underflow exception for results with small
234         absolute value.
235         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
236         <math.h>.
237         (__atanl): Force underflow exception for results with small
238         absolute value.
239         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
240         (__atanl): Force underflow exception for results with small
241         absolute value.
242         * sysdeps/x86/fpu/bits/mathinline.h
243         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
244         (__ieee754_atan2): Only define inline for long double.
245         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
246         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
247         * math/auto-libm-test-in: Do not mark underflow exceptions as
248         possibly missing for bug 15319.  Add more tests of atan2.
249         * math/auto-libm-test-out: Regenerated.
250         * math/libm-test.inc (casin_test_data): Do not mark underflow
251         exceptions as possibly missing for bug 15319.
252         (casinh_test_data): Likewise.
253         * sysdeps/i386/fpu/libm-test-ulps: Update.
255 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
257         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
258         * sysdeps/mips/bits/endian.h: Fix comments.
260 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
262         [BZ #17996]
263         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
264         (hdestroy_r): Likewise.
265         (hsearch_r): Likewise.
266         (__hcreate_r): Declare and use libc_hidden_proto.
267         (__hdestroy_r): Likewise.
268         (__hsearch_r): Likewise.
269         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
270         (hcreate): Call __hcreate_r instead of hcreate_r.
271         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
272         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
273         as weak alias of __hcreate_r.
274         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
275         __hdestroy_r.
276         (hsearch_r): Rename to __hsearch_r and define as weak alias of
277         __hsearch_r.
278         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
279         Remove variable.
280         (test-xfail-XPG4/search.h/linknamespace): Likewise.
281         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
282         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
283         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
285 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
287         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
288         arena_lock into a single arena_get.
290 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
292         * dl-reloc.c: Inlucde libc-internal.h.
293         (_dl_try_allocate_static_tls): Call ALIGN_UP.
294         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
295         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
296         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
297         (grow_heap): Likewise.
298         * malloc/malloc.c: Include libc-internal.h.
299         (do_check_malloc): Call powerof2.
300         (sysmalloc): Use pagesize. Call ALIGN_UP.
301         (systrim): Use pagesize.
302         (mremap_chunk): Use pagesize. Call ALIGN_UP.
303         (__libc_valloc): Use pagesize.
304         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
306 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
308         [BZ #17991]
309         * include/sys/resource.h (__getrlimit64): Declare.  Use
310         libc_hidden_proto.
311         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
312         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
313         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
314         getrlimit64.
315         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
316         __getrlimit64.
317         [!getrlimit64] (getrlimit64): Define as weak alias of
318         __getrlimit64.  Use libc_hidden_weak.
319         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
320         using __getrlimit64 not __new_getrlimit64.
321         (__GI_getrlimit64): Likewise.
322         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
323         Likewise.
324         (__GI_getrlimit64): Likewise.
325         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
327         (getrlimit): Add __getrlimit64 alias.
328         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
329         Likewise.
330         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
331         Remove variable.
332         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
333         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
335 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
337         * libio/fileops.c: Add missing sys/mman.h
338         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
340 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
342         * manual/math.texi (Errors in Math Functions): Clarify goals
343         regarding inexact and underflow exceptions.
345 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
347         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
348         * sysdeps/mips/memset.S: Ditto.
350 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
352         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
354 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
356         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
357         (__v1longjmp): Remove versioned symbol.
358         (__v1siglongjmp): Remove alias and versioned symbol.
359         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
360         (__v2siglongjmp): Likewise.
362 2015-02-16  Torvald Riegel  <triegel@redhat.com>
364         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
366 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
368         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
370 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
372         [BZ #17987]
373         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
374         zero result does not depend on the sign resulting from
375         subtraction.
376         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
377         Likewise.
378         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
379         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
380         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
381         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
382         * math/libm-test.inc (remquo_test_data): Add more tests.
384 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
386         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
387         Problem reported by J William Piggott.
389 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
391         [BZ #17978]
392         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
393         products 4 * y and 2 * y where those would overflow.
394         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
395         Likewise.
396         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
397         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
398         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
399         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
400         * math/libm-test.inc (remquo_test_data): Add more tests.
402         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
404         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
405         [defined _COMPILING_NEWLIB].
406         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
407         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
409         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
410         [!defined __mips_isa_rev || __mips_isa_rev < 6].
412 2015-02-16  Torvald Riegel  <triegel@redhat.com>
414         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
415         acquired.
417 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
419         [BZ #17792]
420         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
421         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
422         HOST_STACK_END_ADDR): Likewise.
424 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
426         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
427         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
428         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
430 2015-02-13  Roland McGrath  <roland@hack.frob.com>
432         * sysdeps/generic/c++-types.data: New file.
433         * sysdeps/generic/ld.abilist: New file.
434         * sysdeps/generic/libBrokenLocale.abilist: New file.
435         * sysdeps/generic/libanl.abilist: New file.
436         * sysdeps/generic/libc.abilist: New file.
437         * sysdeps/generic/libcrypt.abilist: New file.
438         * sysdeps/generic/libdl.abilist: New file.
439         * sysdeps/generic/libm.abilist: New file.
440         * sysdeps/generic/libpthread.abilist: New file.
441         * sysdeps/generic/libresolv.abilist: New file.
442         * sysdeps/generic/librt.abilist: New file.
444 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
446         [BZ #17569]
447         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
448         Compute absolute value of x as modified by fmod, not original
449         value of x.
450         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
451         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
452         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
453         RUN_TEST_ffI_f1_mod8.
454         (remquo_test_data): Add more tests.
456 2015-02-13  Roland McGrath  <roland@hack.frob.com>
458         * sysdeps/init_array/pt-crti.S: New file.
460 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
462         [BZ #17967]
463         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
464         __builtin_fmaf instead of relying on contraction of a * b + c.
466 2015-02-12  J William Piggott  <elseifthen@gmx.com>
468         [BZ #17969]
469         * manual/time.texi: correct the zoneinfo path in the TZ Variable
470         node.
472 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
474         [BZ #17964]
475         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
476         __builtin_fma instead of relying on contraction of a * b + c.
478 2015-02-12  Roland McGrath  <roland@hack.frob.com>
480         * Makeconfig (ASFLAGS): Add -Werror=undef.
481         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
482         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
483         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
485         * Makeconfig (after-link): New variable.
486         (+link-pie, +link-pie-tests): Use it.
487         (+link-static, +link-static-tests): Likewise.
488         (+link, +link-tests): Likewise.
489         * Makerules (build-module, build-module-asneeded): Likewise.
490         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
491         Likewise.
492         * elf/Makefile ($(objpfx)ld.so): Likewise.
494 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
496         [BZ #17965]
497         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
498         both struct timeval and struct timespec.
500 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
502         [BZ #16560]
503         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
504         and redefine.
505         (__ieee754_exp2l): Do not multiply small fractional parts by
506         M_LN2l.
507         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
508         small argument.
509         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
510         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
511         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
512         * math/auto-libm-test-in: Add more tests of exp2.
513         * math/auto-libm-test-out: Regenerated.
515 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
517         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
518         unaligned path.
520 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
522         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
523         little endian.
525 2015-02-12  Andreas Schwab  <schwab@suse.de>
527         [BZ #15790]
528         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
529         Filter out elision flags from value returned in kind.
530         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
531         * nptl/tst-pthread-mutexattr.c: New file.
533 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
535         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
536         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
537         into gnu-gnu, and update comment to refer to abi-tags.
539 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
541         [BZ #15467]
542         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
543         (__sincos): Set errno to EDOM for infinite argument.
544         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
545         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
546         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
547         (__sincosl): Set errno to EDOM for infinite argument.
548         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
549         (__sincosl): Set errno to EDOM for infinite argument.
550         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
551         (__sincosl): Set errno to EDOM for infinite argument.
552         * math/libm-test.inc (sincos_test_data): Test errno setting.
554 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
556         * string/strxfrm_l.c: Remove #define STRCMP.
557         * string/strcoll_l.c: Remove #define STRLEN.
558         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
559         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
561 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
563         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
564         * sysdeps/mips/mips32/sfp-machine.h: ... here.
565         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
566         * sysdeps/mips/mips64/Makefile: ... here.
567         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
568         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
569         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
570         * sysdeps/mips/mips64/sfp-machine.h: ... here.
571         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
572         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
573         * sysdeps/mips/mips64/n64/Implies: Likewise.
575 2015-02-10  Roland McGrath  <roland@hack.frob.com>
577         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
578         <sys/time.h>, <string.h>, and <errno.h>.
579         (dest_offset, dest_address, value, zero): Remove unused variables.
580         (ldouble): Remove typedef.
581         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
582         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
583         1).  Fix code style.
584         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
585         (check): Function removed.
586         (CHECK): New macro.
587         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
588         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
589         Don't call set_sigaction_FP and remove_sigaction_FP here.
590         (ldouble_test): Just use 'long double' as macro argument, no need for
591         the 'ldouble' typedef.
592         (do_test): Set up SIGFPE handler at start, using plain signal rather
593         than sigaction.  Fix code style.
595 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
597         [BZ #17949]
598         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
599         jump label.
601 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
603         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
604         * sysdeps/powerpc/powerpc32/configure: Regenerated.
606         * sysdeps/powerpc/configure.ac: Remove file.
607         * sysdeps/powerpc/configure: Likewise.
609         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
610         [sysdep_routines]: Remove wordcopy-power6 object.
611         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
612         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
613         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
614         (__memmove_ppc32): Likewise.
615         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
616         file.
617         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
618         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
619         Remove preprocessor.
621         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
622         [sysdep_routines]: Remove wide chars objects.
623         [wcsmbs]: New rule for wide char objects.
625         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
626         Remove wordcopy-power6 obejct.
627         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
628         Use local call for wordcopy and memcpy symbols.
629         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
630         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
631         implementation for loader.
632         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
634         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
635         Remove wordcopy-power7 object.
636         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
637         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
638         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
639         (_wordcopy_fwd_dest_aligned): Likewise.
640         (_wordcopy_bwd_aligned): Likewise.
641         (_wordcopy_bwd_dest_aligned): Likewise.
643         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
644         Rewrite to call __memmove_ppc instead of include default
645         implementation.
647         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
648         Remove wide chars objects.
649         [wcsmbs]: New rule for wide char objects.
651 2015-02-09  Andreas Schwab  <schwab@suse.de>
653         [BZ #17912]
654         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
655         in terms of __O_DIRECTORY.
657 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
659         * time/getdate.c: Include <stdbool.h>.
660         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
661         call PTR_MANGLE.
662         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
663         PTR_DEMANGLE.
665 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
667         Add ersatz _Static_assert on older C hosts
668         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
669         pre-C11 C platform that is not known to support _Static_assert.
671 2015-02-07  Richard Braun  <rbraun@sceen.net>
673         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
674         sigstate.
675         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
677 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
679         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
680         priority against unexistent AIO_PRIO_DELTA_MAX.
681         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
682         instead of int.
683         * misc/fchflags.c (fchflags): Likewise.
684         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
685         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
686         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
687         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
688         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
689         Declare macros.
690         [__USE_MISC] (chflags, fchflags): Declare functions.
691         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
692         EINVAL when nfds is greater than FD_SETSIZE.
693         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
694         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
695         45.
696         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
697         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
698         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
699         MACH_RCV_TIMED_OUT.
700         * hurd/hurd/signal.h (_hurd_self_sigstate,
701         _hurd_critical_section_lock, _hurd_critical_section_unlock):
702         Explicit casts from void *.
703         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
704         * abi-tags: Rename gnu-gnu os into gnu.
706         [BZ #4719]
707         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
708         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
709         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
710         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
711         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
712         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
714         [BZ #17944]
715         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
716         duplicates ADDR->sun_path with sockaddr LEN limitation.
717         * sysdeps/mach/hurd/connect.c: Include <string.h>
718         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
719         * sysdeps/mach/hurd/sendmsg.c: Likewise.
720         * sysdeps/mach/hurd/sendto.c: Likewise.
721         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
722         implementing it by hand.
724 2015-02-06  Roland McGrath  <roland@hack.frob.com>
726         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
727         Use sfi_breg on ldr.
728         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
729         Likewise.
731         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
732         it's defined.
733         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
734         Test SIGSETXID only if it's defined.
736         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
738         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
739         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
741         * nptl/tst-align2.c: Moved ...
742         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
743         * nptl/Makefile (tests): Remove tst-align2.
744         * sysdeps/unix/sysv/linux/Makefile
745         [$(subdir) = nptl] (tests): Add tst-align-clone.
746         * nptl/tst-getpid1.c: Moved ...
747         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
748         * nptl/tst-getpid2.c: Moved ...
749         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
750         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
751         * sysdeps/unix/sysv/linux/Makefile
752         [$(subdir) = nptl] (tests): ... here.
753         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
754         * sysdeps/unix/sysv/linux/Makefile
755         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
757         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
758         Drop trailing \n from perror argument.  Use return rather than exit.
760         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
761         on [SA_SIGINFO].
762         * nptl/tst-cancel21.c (do_test): Likewise.
763         * debug/tst-backtrace6.c: Include <signal.h> first thing.
764         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
765         [!SA_SIGINFO]: Make it a stub test.
767         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
768         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
770         * posix/tst-getlogin.c: Move to ...
771         * login/tst-getlogin.c: ... here.
772         * posix/Makefile (tests): Move tst-getlogin to ...
773         * login/Makefile (tests): ... here.
775         * libio/tst-atime.c (do_test): Move local variables SV and E
776         inside [ST_NOATIME] conditional.
778         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
780         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
782         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
783         (wait_code): New function replaces macro.
784         Call nanosleep rather than syscall.
786         * nptl/pt-system.c: Rewritten.  Put everything under
787         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
788         Use IFUNC to redirect when possible.
790         * nptl/pt-longjmp.c: Rewritten.  Put everything under
791         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
792         Use IFUNC to redirect when possible.
794         * nptl/pt-fork.c: Rewritten.  Put everything under
795         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
796         Use IFUNC to redirect when possible.
797         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
799         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
800         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
801         unconditionally nowadays.  This included the only reference to
802         __vdso_clock_gettime that appears outside libc proper.
803         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
804         Remove version set (containing only __vdso_clock_gettime).
805         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
806         Add attribute_hidden.
807         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
808         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
809         libc_hidden_data_def.
810         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
811         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
813         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
814         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
815         setrpcent, and getrpcport to ...
816         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
817         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
818         getrpcbynumber_r, and getrpcent_r to ...
819         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
820         * inet/getrpcbyname.c: Moved ...
821         * sunrpc/getrpcbyname.c: ... here.
822         * inet/getrpcbyname_r.c: Moved ...
823         * sunrpc/getrpcbyname_r.c: ... here.
824         * inet/getrpcbynumber.c: Moved ...
825         * sunrpc/getrpcbynumber.c: ... here.
826         * inet/getrpcbynumber_r.c: Moved ...
827         * sunrpc/getrpcbynumber_r.c: ... here.
828         * inet/getrpcent.c: Moved ...
829         * sunrpc/getrpcent.c: ... here.
830         * inet/getrpcent_r.c: Moved ...
831         * sunrpc/getrpcent_r.c: ... here.
832         * inet/Makefile (routines): Move those to ...
833         * sunrpc/Makefile (routines): ... here.
834         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
835         the $(subdirs) list.
836         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
837         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
838         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
839         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
841         * elf/Makefile (routines): Include $(all-dl-routines), not just
842         $(dl-routines).
843         (rtld-routines): Likewise.  Use = rather than :=.
844         * sysdeps/aarch64/Makefile [$(subdir) = elf]
845         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
846         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
847         * sysdeps/arm/Makefile: Likewise.
848         * sysdeps/i386/Makefile: Likewise.
849         * sysdeps/x86_64/Makefile: Likewise.
850         * sysdeps/hppa/Makefile [$(subdir) = elf]
851         (sysdep_routines, sysdep-rtld-routines): Don't add
852         $(sysdep-dl-routines) to these.
853         * sysdeps/ia64/Makefile: Likewise.
854         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
855         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
856         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
857         Don't add dl-static to these; sysdep-dl-routines alone is enough.
858         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
859         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
860         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
861         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
862         * sysdeps/powerpc/Makefile [$(subdir) = elf]
863         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
864         these; sysdep-dl-routines alone is enough.
866 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
868         [BZ #17932]
869         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
870         where multiplication results in zero and third argument is finite
871         and nonzero.
872         * math/auto-libm-test-in: Add more tests of fma.
873         * math/auto-libm-test-out: Regenerated.
875         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
876         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
877         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
878         (_FP_CMP_EQ): Likewise.
879         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
881         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
882         extra argument CHECK_NAN.  Redefine as wrapper around
883         _FP_EXTEND_CNAN.
885 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
887         * version.h (RELEASE): Set to "stable".
888         (VERSION): Set to "2.21"
889         * include/features.h (__GLIBC_MINOR__): Set to 21.
891         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
893 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
894             Paul Eggert  <eggert@cs.ucla.edu>
896         [BZ #16618]
897         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
898         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
899         size in bytes. Store needed elements in wpmax. Use needed size
900         in bytes for extend_alloca.
902 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
904         * manual/install.texi: Latest tested versions are GCC 4.9.2,
905         binutls 2.25, and texinfo 5.2.
906         * INSTALL: Regenerate.
907         * sysdeps/nios2/configure: Regenerate.
908         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
909         * manual/contrib.texi: Update.
910         * po/be.po: Update.
911         * po/bg.po: Update.
912         * po/ca.po: Update.
913         * po/cs.po: Update.
914         * po/da.po: Update.
915         * po/de.po: Update.
916         * po/el.po: Update.
917         * po/eo.po: Update.
918         * po/es.po: Update.
919         * po/fi.po: Update.
920         * po/fr.po: Update.
921         * po/gl.po: Update.
922         * po/hr.po: Update.
923         * po/hu.po: Update.
924         * po/ia.po: Update.
925         * po/id.po: Update.
926         * po/it.po: Update.
927         * po/ja.po: Update.
928         * po/ko.po: Update.
929         * po/lt.po: Update.
930         * po/nb.po: Update.
931         * po/nl.po: Update.
932         * po/pl.po: Update.
933         * po/pt_BR.po: Update.
934         * po/ru.po: Update.
935         * po/rw.po: Update.
936         * po/sk.po: Update.
937         * po/sl.po: Update.
938         * po/sv.po: Update.
939         * po/tr.po: Update.
940         * po/uk.po: Update.
941         * po/vi.po: Update.
942         * po/zh_CN.po: Update.
943         * po/zh_TW.po: Update.
945         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
946         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
947         * sysdeps/hppa/dl-irel.h: Remove #warning.
948         * sysdeps/hppa/entry.h: Provide prototype for
949         __canonicalize_funcptr_for_compare and cast argument.
950         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
951         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
952         * sysdeps/hppa/sotruss-lib.c: New file.
953         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
954         (atomic_compare_and_exchange_val_acq): Use __typeof__.
955         (atomic_compare_and_exchange_bool_acq): Likewise.
956         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
957         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
959         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
960         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
961         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
963 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
965         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
966         called function in non-PIC case.
968 2015-01-31  David S. Miller  <davem@davemloft.net>
970         * sysdeps/sparc/sparc32/bits/atomic.h
971         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
972         unlock not after it.
973         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
974         volatile register usage warnings from the compiler.
976         * sysdeps/sparc/nptl/sem_init.c: Delete.
977         * sysdeps/sparc/nptl/sem_post.c: Delete.
978         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
979         * sysdeps/sparc/nptl/sem_wait.c: Delete.
980         * sysdeps/sparc/sparc32/sem_init.c: New file.
981         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
982         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
983         padding explicitly initialized.
984         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
985         padding for in-semaphore spinlock.
986         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
987         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
988         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
989         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
990         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
991         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
992         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
993         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
994         version.
995         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
996         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
998 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1000         [BZ #17801]
1001         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1002         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1003         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1004         New.
1005         (index_AVX_Fast_Unaligned_Load): Likewise.
1006         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1007         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1008         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1009         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1010         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1011         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1012         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1013         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1014         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1016 2015-01-29  Andreas Schwab  <schwab@suse.de>
1018         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1020 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1022         [BZ #17892]
1023         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1025 2015-01-28  Martin Sebor  <msebor@redhat.com>
1027         * math/README.libm-test: Clarify. Add "How to read the test output."
1029 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1031         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1032         Define to 0.
1034 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1036         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1037         (__HAVE_64B_ATOMICS): Define to 0.
1039 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1041         [BZ #17885]
1042         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1043         value to set as new flag.
1045         [BZ #16576]
1046         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1047         and use _ARCH_PPCSQ instead.
1048         (__ieee754_sqrt): Likewise.
1049         (__ieee754_sqrtf): Likewise.
1050         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1051         _ARCH_PPCSQ is defined.
1052         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1053         fsqrt instruction.
1054         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1055         _ARCH_PPCSQ is defined.
1056         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1057         fsqrts instruction.
1058         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1060 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1062         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1063         bug (GCC BZ #64739).
1065 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1067         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1068         Mark _retval as used.
1069         (lll_futex_wake_unlock): Likewise.
1070         (lll_futex_timed_wait_requeue_pi): Likewise.
1072         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1073         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1074         register variables.
1076         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1077         libm_hidden_def.
1079         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1080         (__bswap_64): Mark as __always_inline.
1082 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1084         [BZ #15378]
1085         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1086         when none of the search directories exist.
1088 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1090         [BZ #17869]
1091         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1092         power8 in .machine directive.
1094         [BZ #17868]
1095         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1096         set dependency from opd value.
1098 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1100         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1101         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1102         architecture.
1104 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1106         [BZ #17870]
1107         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1108         with uint64_t.
1109         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1110         (uint64_t) 1.
1111         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1112         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1113         Replace 1UL with (uint64_t) 1.
1114         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1115         int with uint64_t.
1117 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1119         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1120         (if_freenameindex): Likewise.
1122         * resource/getrlimit64.c: Add missing libc_hidden_def.
1124 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1126         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1127         __label__.
1128         (_FP_FMA): Likewise.
1129         (_FP_TO_INT_ROUND): Likewise.
1130         (_FP_FROM_INT): Likewise.
1132 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1134         [BZ #16418]
1135         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1136         Make code racy and cancel safe.
1138 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1140         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1141         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1142         attribution.
1144         * pwd/tst-getpw.c: Rewrite.
1146         [BZ #17702]
1147         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1148         (modules-names): Add moddummy1 and moddummy2.
1149         ($(objpfx)tst-rec-dlopen): Define.
1150         * dlfcn/moddummy1.c: New file.
1151         * dlfcn/moddummy2.c: New file.
1152         * dlfcn/tst-rec-dlopen.c: New file.
1153         * elf/dl-cache.c (_dl_load_cache_lookup):
1154         Return char*. Copy result with alloca/strcpy/strdup.
1155         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1156         returns char*. Free cached. If not saving realname
1157         free cached.
1158         * elf/dl-open.c (dl_open_worker): Do not assert that
1159         _r_debug->r_state is RT_CONSISTENT.
1160         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1161         returns char*.
1163 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1164             Carlos O'Donell  <carlos@redhat.com>
1166         [BZ #12674]
1167         * nptl/sem_waitcommon.c: New file.
1168         * nptl/sem_wait.c: Include sem_waitcommon.c.
1169         (__sem_wait_cleanup, do_futex_wait): Remove.
1170         (__new_sem_wait): Adapt.
1171         (__new_sem_trywait): New function.
1172         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1173         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1174         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1175         (sem_timedwait): Adapt.
1176         * nptl/sem_post.c (__new_sem_post): Adapt.
1177         (futex_wake): New function.
1178         (__old_sem_post): Add release MO fence.
1179         * nptl/sem_open.c (sem_open): Adapt.
1180         * nptl/sem_init.c (__new_sem_init): Adapt.
1181         (futex_private_if_supported): New function.
1182         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1183         (__old_sem_getvalue): Add using previous code.
1184         * sysdeps/nptl/internaltypes.h: Adapt.
1185         * nptl/tst-sem13.c (do_test): Adapt.
1186         * nptl/tst-sem11.c (main): Adapt.
1187         * nptl/sem_trywait.c: Remove.
1188         * nptl/DESIGN-sem.txt: Remove.
1189         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1190         (gen-as-const-headers): Remove structsem.sym.
1191         * nptl/structsem.sym: Remove.
1192         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1193         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1194         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1195         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1196         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1197         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1198         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1199         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1200         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1201         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1202         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1203         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1204         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1205         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1206         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1207         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1208         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1209         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1210         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1211         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1212         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1213         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1215 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1217         * INSTALL: Regenerated.
1219         * po/libc.pot: Regenerated.
1221 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1222             Sandra Loosemore  <sandra@codesourcery.com>
1223             Andrew Jenner  <andrew@codesourcery.com>
1224             Joseph Myers  <joseph@codesourcery.com>
1225             Nathan Sidwell  <nathan@codesourcery.com>
1227         * NEWS: Mention new Nios II port.
1228         * sysdeps/nios2/Implies: New file.
1229         * sysdeps/nios2/Makefile: New file.
1230         * sysdeps/nios2/Subdirs: New file.
1231         * sysdeps/nios2/Versions: New file.
1232         * sysdeps/nios2/__longjmp.S: New file.
1233         * sysdeps/nios2/abort-instr.h: New file.
1234         * sysdeps/nios2/backtrace.c: New file.
1235         * sysdeps/nios2/bits/endian.h: New file.
1236         * sysdeps/nios2/bits/fenv.h: New file.
1237         * sysdeps/nios2/bits/link.h: New file.
1238         * sysdeps/nios2/bits/setjmp.h: New file.
1239         * sysdeps/nios2/bsd-_setjmp.S: New file.
1240         * sysdeps/nios2/bsd-setjmp.S: New file.
1241         * sysdeps/nios2/configure: New generated file.
1242         * sysdeps/nios2/configure.ac: New file.
1243         * sysdeps/nios2/crti.S: New file.
1244         * sysdeps/nios2/crtn.S: New file.
1245         * sysdeps/nios2/dl-init.c: New file.
1246         * sysdeps/nios2/dl-machine.h: New file.
1247         * sysdeps/nios2/dl-sysdep.h: New file.
1248         * sysdeps/nios2/dl-tls.h: New file.
1249         * sysdeps/nios2/dl-trampoline.S: New file.
1250         * sysdeps/nios2/gccframe.h: New file.
1251         * sysdeps/nios2/gmp-mparam.h: New file.
1252         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1253         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1254         * sysdeps/nios2/ldsodefs.h: New file.
1255         * sysdeps/nios2/libc-tls.c: New file.
1256         * sysdeps/nios2/libm-test-ulps: New file.
1257         * sysdeps/nios2/machine-gmon.h: New file.
1258         * sysdeps/nios2/math-tests.h: New file.
1259         * sysdeps/nios2/math_private.h: New file.
1260         * sysdeps/nios2/memusage.h: New file.
1261         * sysdeps/nios2/nptl/Makefile: New file.
1262         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1263         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1264         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1265         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1266         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1267         * sysdeps/nios2/nptl/tls.h: New file.
1268         * sysdeps/nios2/preconfigure: New file.
1269         * sysdeps/nios2/s_fma.c: New file.
1270         * sysdeps/nios2/s_fmaf.c: New file.
1271         * sysdeps/nios2/setjmp.S: New file.
1272         * sysdeps/nios2/sfp-machine.h: New file.
1273         * sysdeps/nios2/sotruss-lib.c: New file.
1274         * sysdeps/nios2/stackguard-macros.h: New file.
1275         * sysdeps/nios2/stackinfo.h: New file.
1276         * sysdeps/nios2/start.S: New file.
1277         * sysdeps/nios2/sysdep.h: New file.
1278         * sysdeps/nios2/tls-macros.h: New file.
1279         * sysdeps/nios2/tst-audit.h: New file.
1280         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1281         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1282         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1283         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1284         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1285         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1286         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1287         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1288         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1289         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1290         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1291         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1292         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1293         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1294         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1295         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1296         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1297         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1298         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1299         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1300         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1301         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1302         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1303         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1304         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1305         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1306         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1307         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1308         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1309         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1310         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1311         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1312         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1313         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1314         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1315         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1316         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1317         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1318         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1319         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1320         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1321         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1322         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1323         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1325 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1327         [BZ #17844]
1328         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1329         (getutent): Use weak_alias in non SHARED case
1330         and default_symbol_version in SHARED case.
1331         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1332         (getutent_r, pututline): Likewise.
1333         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1334         (getutid): Likewise.
1335         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1336         (getutid_r): Likewise.
1337         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1338         (getutline): Likewise.
1339         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1340         (getutline_r): Likewise.
1341         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1342         (updwtmp): Likewise.
1344 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1346         [BZ #17848]
1347         * sysdeps/s390/s390-32/memcmp.S
1348         (memcmp_g5): Rename to __memcmp_g5.
1349         * sysdeps/s390/s390-32/memcpy.S
1350         (memcpy_g5): Rename to __memcpy_g5.
1351         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1352         (memcpy_mvcle) Rename to __memcpy_mvcle.
1353         * sysdeps/s390/s390-32/memset.S
1354         (memset_g5): Rename to __memset_g5.
1355         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1356         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1357         and use prefixed functions.
1358         * sysdeps/s390/s390-32/multiarch/memcmp.S
1359         (memcmp_z196): Rename to __memcmp_z196.
1360         (memcmp_z10): Rename to __memcmp_z10.
1361         (memcmp): Set alias to __memcmp_g5.
1362         (bcmp): Set alias to __memcmp_g5.
1363         * sysdeps/s390/s390-32/multiarch/memcpy.S
1364         (memcpy_z196): Rename to __memcpy_z196.
1365         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1366         (memcpy_z10): Rename to __memcpy_z10.
1367         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1368         (memcpy): Set alias to __memcpy_g5.
1369         * sysdeps/s390/s390-32/multiarch/memset.S
1370         (memset_z196): Rename to __memset_z196.
1371         Jump to __memset_mvcle instead of memset_mvcle.
1372         (memset_z10): Rename to __memset_z10.
1373         Jump to __memset_mvcle instead of memset_mvcle.
1374         (memset_mvcle) Rename to __memset_mvcle.
1375         (memset): Set alias to __memset_g5.
1376         * sysdeps/s390/s390-64/memcmp.S
1377         (memcmp_z900): Rename to __memcmp_z900.
1378         * sysdeps/s390/s390-64/memcpy.S
1379         (memcpy_z900): Rename to __memcpy_z900.
1380         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1381         (memcpy_mvcle) Rename to __memcpy_mvcle.
1382         * sysdeps/s390/s390-64/memset.S
1383         (memset_z900): Rename to __memset_z900.
1384         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1385         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1386         and use prefixed functions.
1387         * sysdeps/s390/s390-64/multiarch/memcmp.S
1388         (memcmp_z196): Rename to __memcmp_z196.
1389         (memcmp_z10): Rename to __memcmp_z10.
1390         (memcmp): Set alias to __memcmp_z900.
1391         (bcmp): Set alias to __memcmp_z900.
1392         * sysdeps/s390/s390-64/multiarch/memcpy.S
1393         (memcpy_z196): Rename to __memcpy_z196.
1394         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1395         (memcpy_z10): Rename to __memcpy_z10.
1396         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1397         (memcpy): Set alias to __memcpy_z900.
1398         * sysdeps/s390/s390-64/multiarch/memset.S
1399         (memset_z196): Rename to __memset_z196.
1400         Jump to __memset_mvcle instead of memset_mvcle.
1401         (memset_z10): Rename to __memset_z10.
1402         Jump to __memset_mvcle instead of memset_mvcle.
1403         (memset_mvcle) Rename to __memset_mvcle.
1404         (memset): Set alias to __memset_z900.
1406 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1408         [BZ #17748]
1409         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1410         __fesetenv instead of fesetenv.
1412 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1414         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1415         macro.
1417 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1419         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1420         regression on LE.
1422         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1423         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1424         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1425         strncmp-power8 object.
1426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1427         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1428         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1429         * NEWS: Update.
1431 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1432             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1434         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1435         trailing byte check.
1437 2015-01-13  David S. Miller  <davem@davemloft.net>
1439         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1441 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1443         * login/logout.c (logout): Use memset rather than bzero.
1444         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1445         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1446         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1447         (_gethtbyaddr): Likewise.
1448         * locale/programs/simple-hash.c (bcopy): Macro removed.
1450 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1452         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1453         Add strcmp-power8 object.
1454         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1455         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1456         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1457         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1458         __strcmp_power8 implementation.
1459         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1460         * NEWS: Update.
1462         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1463         Add strncpy-power8 and stpncpy-power8 objects.
1464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1465         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1466         implementations.
1467         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1468         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1469         __stpncpy_power8 implementation.
1470         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1471         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1472         __strncpy_power8 implementation.
1473         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1474         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1475         * NEWS: Update.
1477         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1478         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1479         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1481         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1482         strncat-power8 object.
1483         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1484         __strcat_power8 implementation.
1485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1486         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1487         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1488         optimized strcat for power8.
1490         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1491         strcpy-power8 and stpcpy-power8 objects.
1492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1493         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1494         implementations.
1495         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1496         multiarch stpcpy implementation for POWER8.
1497         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1498         multiarch strcpy implementation for POWER8.
1499         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1500         __strcpy_power8 function.
1501         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1502         stpcpy for POWER8.
1503         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1504         strcpy for POWER8.
1505         * NEWS: Update.
1507 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1509         [BZ #16009]
1510         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1511         weights and rules. Use do_xfrm_cached if data fits in cache,
1512         do_xfrm otherwise.  Moved former main loop to...
1513         * (do_xfrm_cached): New function.
1514         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1515         find_idx, find_position and stack_push.
1516         * (find_idx): New function.
1517         * (find_position): Likewise.
1518         * localedata/sort-test.sh: Added test run for do_xfrm.
1519         * localedata/xfrm-test.c (main): Added command line option
1520         -nocache to run the test with strings that are too large for
1521         the STRXFRM cache.
1523 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1525         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1526         variable to lll_futex_wake call, not the value itself.
1528 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1530         [BZ #17803]
1531         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1532         twom64.  Adjust value to 0x1p-64L.
1533         (__scalblnl): Only return standard underflowing result for K <=
1534         -64 not K <= -63; adjust exponent for underflowing result by 64
1535         not 63.
1536         * math/libm-test.inc (scalbn_test_data): Add more tests.
1537         (scalbln_test_data): Likewise.
1539         [BZ #17834]
1540         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1541         0x1p63L.
1542         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1543         not HX.
1544         * math/libm-test.inc (scalbn_test_data): Add more tests.
1545         (scalbln_test_data): Likewise.
1547 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1548             Stefani Seibold  <stefani@seibold.net>
1550         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1551         (sysdep_routines): Add dl-vdso here, ...
1552         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1553         (sysdep_routines): ... not here.
1554         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1555         fallback when vDSO is not presented.
1556         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1557         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1558         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1559         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1560         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1561         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1562         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1563         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1564         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1565         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1566         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1567         fallback configurable symbol when vDSO is not available.
1568         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1569         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1570         be able to redefine fallback symbol when vDSO is not available.
1571         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1572         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1574 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1576         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1577         (TLS_INIT_TP): Add tm_capable initialization.
1578         (TLS_DEFINE_INIT_TP): Likewise.
1579         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1580         TCB.
1581         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1582         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1583         calculation.
1584         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1585         transactoion is lock elision is built and TCB tm_capable is set.
1586         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1588         (INTERNAL_SYSCALL_NCS): Likewise.
1589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1590         (INTERNAL_SYSCALL_NCS): Likewise.
1591         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1593         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1594         for powerpc.
1595         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1596         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1597         and remove it for 32 bits case.
1598         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1599         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1600         initialization.
1601         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1602         Disable lock elision with rdlocks if elision is not available.
1604         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1605         (sysdep_routines): Add lock elision objects.
1606         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1607         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1608         [pthread_mutex_t] (__elision): Add field.
1609         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1610         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1611         elision definitions for powerpc.
1612         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1613         implementation of lock elision for powerpc.
1614         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1615         implementation of timed lock elision for powerpc.
1616         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1617         implementation of trylock with lock elision for powerpc.
1618         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1619         implementaion of unlock for lock elision for powerpc.
1620         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1621         automatic enable lock elision for mutexes.
1622         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1623         transaction execution definitions for powerpc.
1624         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1625         definitions.
1626         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1627         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1628         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1629         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1630         * NEWS: Update.
1632 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1634         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1635         for #include of <shm-directory.h>.
1637 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1639         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1640         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1642 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1644         [BZ #17791]
1645         * NEWS: Mention bug fix.
1646         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1647         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1648         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1650 2015-01-09  Torvald Riegel <triegel@redhat.com>
1652         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1654 2015-01-09  Torvald Riegel <triegel@redhat.com>
1656         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1658 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1660         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1661         pointer and cast to uintptr_t.
1663 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1665         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1666         removed.
1667         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1669 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1671         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1672         of 0.
1674 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1676         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1677         <nptl/pthreadP.h> instead.
1678         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1680         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1681         already defined.
1682         [__SIGRTMIN] (init): Function removed.
1683         [__SIGRTMIN] (initialized): Variable removed.
1684         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1685         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1686         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1687         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1688         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1689         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1690         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1691         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1692         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1693         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1694         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1695         * sysdeps/nptl/allocrtsig.c: New file.
1696         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1697         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1698         * sysdeps/generic/testrtsig.h: File removed.
1700         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1701         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1703         * nptl/nptl-init.c (pthread_functions): Conditionalize
1704         .ptr__nptl_setxid initialization on [SIGSETXID].
1706         * sysdeps/nptl/sys/procfs.h: New file.
1707         * nptl_db/Makefile (headers): Add it.
1708         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1710         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1711         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1712         * nptl/pthread_attr_setaffinity.c: Include it.
1713         * nptl/pthread_setattr_default_np.c: Likewise.
1714         * nptl/check-cpuset.h: New file.
1716 2015-01-08  Richard Henderson  <rth@redhat.com>
1718         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1719         (CFLAGS-tst-execstack-prog.c): Likewise.
1720         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1722 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1723             Sandra Loosemore  <sandra@codesourcery.com>
1724             Andrew Jenner  <andrew@codesourcery.com>
1725             Joseph Myers  <joseph@codesourcery.com>
1726             Nathan Sidwell  <nathan@codesourcery.com>
1728         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1729         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1730         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1731         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1732         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1733         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1734         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1735         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1736         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1737         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1738         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1739         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1740         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1741         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1742         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1743         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1744         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1746 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1748         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1749         timespec struct member in syscall macro.
1750         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1751         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1752         first timeval struct member in syscall macro.
1753         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1755 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1757         [BZ #17748]
1758         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1759         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1760         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1761         __feupdateenv and define as weak alias of __feupdateenv.  Use
1762         libm_hidden_weak.
1763         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1764         libm_hidden_def.
1765         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1766         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1767         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1768         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1769         libm_hidden_def.
1770         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1771         __feupdateenv and define as weak alias of __feupdateenv.  Use
1772         libm_hidden_weak.
1773         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1774         libm_hidden_def.
1775         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1776         __feupdateenv and define as weak alias of __feupdateenv.  Use
1777         libm_hidden_weak.
1778         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1779         libm_hidden_def.
1780         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1781         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1782         (__feupdateenv): Likewise.
1783         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1784         __feupdateenv and define as weak alias of __feupdateenv.  Use
1785         libm_hidden_weak.
1786         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1787         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1788         libm_hidden_def.
1789         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1790         function.
1791         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1792         libm_hidden_def.
1793         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1794         __feupdateenv instead of feupdateenv.
1795         (default_libc_feupdateenv_test): Likewise.
1796         (libc_feresetround_ctx): Likewise.
1798 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1800         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1801         prototype.
1803 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1805         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1806         COLL_SYM in a couple of places to avoid uninitialized variable
1807         wanings on tilegx gcc 4.8.2.
1809 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1811         * sysdeps/aarch64/strcpy.S: New file.
1812         * sysdeps/aarch64/stpcpy.S: New file.
1813         * NEWS: Updated.
1815 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1817         * sysdeps/aarch64/strrchr.S: New file.
1818         * NEWS: Updated.
1820 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1822         [BZ #17658]
1823         * stdlib/setenv.c: Fix memory leak when setting large,
1824         duplicate string.
1826 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1828         [BZ #17273]
1829         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1830         and tabs from buffer before parsing fstab entry.
1831         * misc/tst-mntent.c (main): Add test for mount entry with
1832         trailing spaces and tabs.
1834 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1836         [BZ #17748]
1837         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1838         * math/fesetround.c (fesetround): Rename to __fesetround and
1839         define as weak alias of __fesetround.  Use libm_hidden_weak.
1840         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1841         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1842         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1843         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1844         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1845         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1846         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1847         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1848         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1849         __fesetround_inline.
1850         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1851         __fesetround_inline instead of __fesetround.
1852         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1853         __fesetround and define as weak alias of __fesetround.  Use
1854         libm_hidden_weak.  Call __fesetround_inline instead of
1855         __fesetround.
1856         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1857         __fesetround and define as weak alias of __fesetround.  Use
1858         libm_hidden_weak.
1859         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1860         Likewise.
1861         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1862         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1863         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1864         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1865         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1866         __fesetround and define as weak alias of __fesetround.  Use
1867         libm_hidden_weak.
1868         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1869         __fesetround instead of fesetround.
1870         (default_libc_feholdexcept_setround): Likewise.
1871         (libc_feholdsetround_ctx): Likewise.
1872         (libc_feholdsetround_noex_ctx): Likewise.
1874         [BZ #17748]
1875         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1876         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1877         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1878         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1879         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1880         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1881         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1882         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1883         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1884         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1885         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1886         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1887         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1888         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1889         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1890         libm_hidden_def.
1891         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1892         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1893         Likewise.
1894         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1895         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1896         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1897         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1898         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1899         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1900         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1901         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1902         __fesetenv instead of fesetenv.
1903         (libc_feresetround_noex_ctx): Likewise.
1904         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1905         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1906         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1907         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1908         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1909         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1910         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1911         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1912         (__feupdateenv): Likewise.
1913         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1914         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1915         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1916         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1918 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1920         [BZ #17806]
1921         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1922         addresses have been freed.
1924 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1926         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1927         and nservall.
1929 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1931         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1932         Clean up check_pf allocation pattern. addresses
1934 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1936         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1937         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1938         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1939         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1940         * nptl/pthread_join.c (pthread_join): Likewise.
1941         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1942         * sysdeps/posix/waitid.c (__waitid): Likewise.
1943         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1944         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1945         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1946         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1947         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1948         Likewise.
1949         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1950         (__libc_pread64): Likewise.
1951         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1952         (__libc_pwrite): Likewise.
1953         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1954         (__libc_pwrite64): Likewsie.
1955         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1956         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1957         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1958         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1959         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1960         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1961         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1963         Likewise.
1964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1965         (__libc_pread64): Likewise.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1967         Likewise.
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1969         (__libc_pwrite64): Likewise.
1970         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1971         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1972         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1973         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1974         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1975         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1976         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1977         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1978         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1979         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1980         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1981         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1982         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1983         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1984         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1985         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1986         Likewise.
1988 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1990         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1991         (CFLAGS-test-double.c): Likewise.
1992         (CFLAGS-test-ldouble.c): Likewise.
1993         (CPPFLAGS-test-ifloat.c): Likewise.
1994         (CPPFLAGS-test-idouble.c): Likewise.
1995         (CPPFLAGS-test-ildoubl.c): Likewise.
1996         (CFLAGS-test-test-fenv.c): Remove variable.
1997         (CFLAGS-test-misc.c): Likewise.
1999 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2001         [BZ #17797]
2002         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2003         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2004         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2005         CLOCKS_PER_SEC == 1000000.
2006         * time/clocktest.c (main): Replace %ld with %jd and cast to
2007         intmax_t.
2009 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2011         * sysdeps/generic/unwind-resume.h: New file.
2012         * sysdeps/gnu/unwind-resume.c: Include it.
2013         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2014         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2015         argument list.
2016         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2017         global rather than static.
2018         (_Unwind_Resume): Update user.
2019         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2020         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2021         rather than static.  Add __attribute__ ((cold)).
2022         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2023         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2024         * sysdeps/arm/arm-unwind-resume.S: New file.
2025         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2026         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2027         * sysdeps/arm/Makefile [$(subdir) = csu]
2028         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2029         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2030         Add rt-arm-unwind-resume.
2031         [$(subdir) = nptl]
2032         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2033         Add pt-arm-unwind-resume.
2034         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2035         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2037 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2039         [BZ #17748]
2040         * include/fenv.h (__feholdexcept): Declare.  Use
2041         libm_hidden_proto.
2042         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2043         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2044         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2045         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2046         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2047         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2048         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2049         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2050         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2051         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2052         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2053         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2054         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2055         (feholdexcept): Likewise.
2056         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2057         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2058         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2059         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2060         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2061         __feholdexcept instead of feholdexcept.
2062         (default_libc_feholdexcept_setround): Likewise.
2064 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2066         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2067         to avoid using stl/str to align destination.
2069 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2071         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2073 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2075         [BZ #17796]
2076         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2077         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2078         Define as weak alias not strong alias.
2080 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2082         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2083         bltzal with addiupc.
2084         (RTLD_START): Ditto.
2086 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2088         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2089         for __vdso_* functions in declarations.
2090         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2091         definitions.
2092         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2093         INTERNAL_VSYSCALL): Use struct return types to check for error.
2095         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2096         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2097         function with cast from llround().
2098         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2099         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2100         Define.
2102 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2104         [BZ #17793]
2105         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2106         Define as weak alias not strong alias.
2108         [BZ #17635]
2109         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2110         ...
2111         * ctype/ctype-extn.c: ... here.
2112         (__isblank_l): Move to ...
2113         * ctype/ctype-c99_l.c: ... here.  New file.
2114         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2115         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2116         Remove variable.
2117         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2118         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2119         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2120         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2121         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2123         [BZ #17777]
2124         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2125         (posix_fadvise64): Define as weak alias not strong alias.
2126         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2127         (posix_fallocate64): Likewise.
2128         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2129         Remove variable.
2130         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2131         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2132         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2133         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2134         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2136 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2138         [BZ #16191]
2139         * NEWS: Mention bug fix.
2140         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2141         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2142         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2143         (HOST_STACK_END_ADDR): Likewise.
2145 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2147         [BZ #17748]
2148         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2149         * math/fegetround.c (fegetround): Rename to __fegetround and
2150         define as weak alias of __fegetround.  Use libm_hidden_weak.
2151         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2152         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2153         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2154         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2155         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2156         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2157         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2158         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2159         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2160         Undefine after rather than before function definition; use
2161         parentheses around function name in definition.
2162         (__fegetround): Also undefine macro after function definition.
2163         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2164         __fegetround and define as weak alias of __fegetround.  Use
2165         libm_hidden_weak.  Do not undefine as macro.
2166         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2167         Likewise.
2168         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2169         __fegetround and define as weak alias of __fegetround.  Use
2170         libm_hidden_weak.
2171         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2172         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2173         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2174         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2175         __fegetround and define as weak alias of __fegetround.  Use
2176         libm_hidden_weak.
2177         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2178         __fegetround instead of fegetround.
2180         [BZ #17782]
2181         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2182         Condition macro definition on [__USE_MISC].
2184         [BZ #17781]
2185         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2186         (struct sigaction): Change type of sa_flags field to int.
2188         [BZ #17780]
2189         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2190         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2191         __glibc_reserved0.
2193         * nptl/version.c (banner): Use single year in copyright notice.
2195         * NEWS: Update copyright dates.
2196         * catgets/gencat.c (print_version): Likewise.
2197         * csu/version.c (banner): Likewise.
2198         * debug/catchsegv.sh: Likewise.
2199         * debug/pcprofiledump.c (print_version): Likewise.
2200         * debug/xtrace.sh (do_version): Likewise.
2201         * elf/ldconfig.c (print_version): Likewise.
2202         * elf/ldd.bash.in: Likewise.
2203         * elf/pldd.c (print_version): Likewise.
2204         * elf/sotruss.sh: Likewise.
2205         * elf/sprof.c (print_version): Likewise.
2206         * iconv/iconv_prog.c (print_version): Likewise.
2207         * iconv/iconvconfig.c (print_version): Likewise.
2208         * locale/programs/locale.c (print_version): Likewise.
2209         * locale/programs/localedef.c (print_version): Likewise.
2210         * login/programs/pt_chown.c (print_version): Likewise.
2211         * malloc/memusage.sh (do_version): Likewise.
2212         * malloc/memusagestat.c (print_version): Likewise.
2213         * malloc/mtrace.pl: Likewise.
2214         * manual/libc.texinfo: Likewise.
2215         * nptl/version.c (banner): Likewise.
2216         * nscd/nscd.c (print_version): Likewise.
2217         * nss/getent.c (print_version): Likewise.
2218         * nss/makedb.c (print_version): Likewise.
2219         * posix/getconf.c (main): Likewise.
2220         * scripts/test-installation.pl: Likewise.
2221         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2223 2015-01-02  Will Newton  <will.newton@linaro.org>
2225         * sysdeps/arm/armv7/configure: Removed.
2226         * sysdeps/arm/armv7/configure.ac: Likewise.
2228 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2230         * All files with FSF copyright notices: Update copyright dates
2231         using scripts/update-copyrights.
2232         * intl/plural.c: Regenerated.
2233         * locale/programs/charmap-kw.h: Likewise.
2234         * locale/programs/locfile-kw.h: Likewise.
2236 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2238         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2240 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2242         [BZ #17748]
2243         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2244         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2245         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2246         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2247         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2248         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2249         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2250         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2251         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2252         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2253         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2254         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2255         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2256         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2257         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2258         libm_hidden_def.
2259         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2260         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2261         Likewise.
2262         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2263         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2264         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2265         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2266         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2267         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2268         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2269         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2270         __fegetenv instead of fegetenv.
2271         (libc_feholdsetround_noex_ctx): Likewise.
2273 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2275         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2276         (Elf_MIPS_ABIFlags_v0): New structure.
2277         (EF_MIPS_FP64): Define.
2278         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2279         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2280         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2281         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2282         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2283         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2284         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2285         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2286         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2287         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2288         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2289         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2290         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2291         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2292         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2293         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2294         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2295         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2296         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2297         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2298         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2299         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2300         field.
2301         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2302         EF_MIPS_FP64.
2303         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2304         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2305         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2306         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2307         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2308         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2309         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2310         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2311         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2312         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2313         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2314         record the current FP ABI extension.
2315         (mips-mode-switch): Define to show if kernel headers support mode
2316         switching.
2317         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2318         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2319         supported SYSV ABI version to 3.
2320         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2321         feature.
2323 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2324             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2326         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2327         path.
2328         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2330 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2332         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2333         __fegetround and redefine to call __fegetround.  Remove condition
2334         on [!__NO_MATH_INLINES].
2335         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2336         function.
2337         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2338         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2339         Remove macro.
2340         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2341         instead of <fenv_libc.h>.
2342         (__llrintl): Call fegetround instead of __fegetround.
2343         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2344         instead of <fenv_libc.h>.
2345         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2346         (__lrintl): Call fegetround instead of __fegetround.
2347         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2348         instead of <fenv_libc.h>.
2349         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2350         (__rintl): Call fegetround instead of __fegetround.
2352 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2354         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2355         arrays.
2357 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2359         [BZ #17775]
2360         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2361         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2362         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2364 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2366         * sysdeps/i386/tls-macros.h: Include <features.h>.
2367         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2368         (TLS_IE): Likewise.
2369         (TLS_LD): Likewise.
2370         (TLS_GD): Likewise.
2371         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2372         define for GCC >= 5.0.
2374 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2376         * math/test-fenv.c (test_single_exception, set_single_exc,
2377         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2378         feexcp_mask_test, feenable_test, fe_single_test): Add
2379         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2380         case where they are not used.
2381         * math/libm-test.inc: Likewise.
2382         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2383         unused in the absence of FP rounding/exception support.
2384         * stdio-common/tst-printf-round.c: Likewise.
2385         * stdlib/tst-strtod-round.c: Likewise.
2386         * stdlib/tst-strtod-underflow.c: Likewise.
2388 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2390         [BZ #17723]
2391         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2392         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2393         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2394         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2395         libm_hidden_weak.
2396         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2397         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2398         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2399         libm_hidden_def.
2400         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2401         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2402         libm_hidden_weak.
2403         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2404         Likewise.
2405         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2406         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2407         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2408         libm_hidden_weak.
2409         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2410         libm_hidden_def.
2411         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2412         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2413         (__feraiseexcept): Likewise.
2414         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2415         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2416         libm_hidden_weak.
2417         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2418         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2419         libm_hidden_def.
2420         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2421         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2422         Use libm_hidden_def.
2423         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2424         libm_hidden_def.
2425         (feraiseexcept): Define as weak not strong alias.  Use
2426         libm_hidden_weak.
2427         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2428         New inline function.  Factored out of ...
2429         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2430         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2431         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2432         feraiseexcept.
2433         * math/w_acos.c (__acos): Likewise.
2434         * math/w_asin.c (__asin): Likewise.
2435         * math/w_ilogb.c (__ilogb): Likewise.
2436         * math/w_j0.c (y0): Likewise.
2437         * math/w_j1.c (y1): Likewise.
2438         * math/w_jn.c (yn): Likewise.
2439         * math/w_log.c (__log): Likewise.
2440         * math/w_log10.c (__log10): Likewise.
2441         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2442         * sysdeps/aarch64/fpu/math_private.h
2443         (libc_feupdateenv_test_aarch64): Likewise.
2444         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2445         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2446         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2447         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2448         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2449         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2450         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2451         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2452         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2453         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2455 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2457         [BZ #17732]
2458         * io/test-utime.c (main): Replace %ld with %jd and cast to
2459         intmax_t.
2460         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2461         * nptl/tst-mutex5.c: Include <stdint.h>.
2462         (do_test): Replace %ld with %jd and cast to intmax_t.
2463         * posix/tst-regex.c (run_test): Likewise.
2464         (run_test_backwards): Likewise.
2465         * rt/tst-clock.c: Include <stdint.h>.
2466         (clock_test): Replace %ld with %jd and cast to intmax_t.
2467         * rt/tst-cpuclock1.c: Include <stdint.h>.
2468         (do_test): Replace %lu with %ju and cast to uintmax_t.
2469         * rt/tst-cpuclock2.c: Include <stdint.h>.
2470         (do_test): Replace %lu with %ju and cast to uintmax_t.
2471         * rt/tst-mqueue1.c: Include <stdint.h>.
2472         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2473         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2474         intmax_t.
2475         * rt/tst-mqueue4.c (do_test): Likewise.
2476         * rt/tst-timer4.c: Include <stdint.h>.
2477         (check_ts): Replace %ld with %jd and cast to intmax_t.
2478         (do_test): Likewise.
2479         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2480         and cast to intmax_t.
2481         * sysdeps/pthread/tst-timer.c (main): Likewise.
2482         * time/clocktest.c (main): Likewise.
2483         * time/tst-posixtz.c (do_test): Likewise.
2484         * timezone/tst-timezone.c (main): Likewise.
2486 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2487             H.J. Lu  <hongjiu.lu@intel.com>
2489         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2490         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2491         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2492         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2493         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2494         version if bit_Fast_Unaligned_Load is set.
2495         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2496         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2497         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2498         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2499         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2500         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2501         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2502         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2503         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2504         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2505         to 4.
2506         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2507         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2508         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2509         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2511 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2513         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2514         instead of #if to avoid a Wundef warning.
2515         * stdlib/tst-limits.c (do_test): Likewise.
2517         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2518         parallel other exception macros.
2519         (fegetenv): Convert from macro to extern inline so that it applies
2520         retroactively to inline functions already seen by the compiler.
2521         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2523         * posix/Makefile (before-compile): Use $(objpfx) for
2524         posix-conf-vars-def.h.
2526 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2528         * posix/getconf.c (main): Use size_t for type of I.
2529         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2530         NSPEC.
2532         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2533         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2534         * posix/posix-envs.def: Likewise.
2535         * sysdeps/posix/sysconf.c: Likewise.
2536         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2537         (specs): Remove array.
2538         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2539         array.
2541         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2542         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2543         (__sysconf): Use CONF_IS_* macros.
2545         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2546         ($(objpfx)posix-conf-vars-def.h): New target.
2547         * posix/posix-conf-vars.list: New file.
2548         * posix/posix-conf-vars.h: New file.
2549         * posix/confstr.c: Include posix-conf-vars.h.
2550         (confstr): Use CONF_IS_* macros.
2551         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2552         CONF_IS_* macros.
2553         * scripts/gen-posix-conf-vars.awk: New file.
2555 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2557         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2558         fegetround): Add no-op macros to avoid linknamespace issues.
2560         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2561         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2563         * sysdeps/unix/sysv/linux/tile/sysdep.h
2564         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2565         assembly-specific section to avoid a redefinition warning.
2567         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2568         long before casting to pointer to avoid a cast warning.
2570 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2572         * sysdeps/tile/tilegx/Implies: New file.
2574 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2576         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2578 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2580         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2582 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2584         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2585         not define.
2586         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2587         <kernel-features.h>.
2588         (__utimes) [__NR_utimes]: Make code unconditional.
2589         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2590         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2591         (__ASSUME_UTIMES): Do not undefine.
2592         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2593         (__ASSUME_UTIMES): Likewise.
2594         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2595         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2596         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2597         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2599 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2601         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2603 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2605         [BZ #17747]
2606         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2607         alias to weak alias for j0l, y0l.
2608         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2609         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2611         [BZ #17746]
2612         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2613         conversion.
2615 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2617         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2618         to zero if not already defined.
2620 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2622         [BZ #17724]
2623         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2624         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2625         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2626         (char *) casts added.
2627         * sysdeps/ieee754/k_standardf.c: New file.
2628         * sysdeps/ieee754/k_standardl.c: Likewise.
2629         * math/Makefile (libm-support): Remove k_standard.
2630         (libm-calls): Add k_standard.
2632 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2634         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2635         Optimize to avoid an unnecessary FPCR read.
2637 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2639         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2640         Optimize to reduce FPCR/FPSR accesses.
2642 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2644         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2645         Call libc_fetestexcept_aarch64.
2647 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2649         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2650         Call libc_fesetround_aarch64.
2652 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2654         [BZ #17733]
2655         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2656         (__bind): Do not define as weak alias.
2657         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2658         define.
2659         (__getsockname): Do not define as weak alias.
2661 2014-12-22  Will Newton  <will.newton@linaro.org>
2663         * manual/install.texi: Document that we require bison 2.7
2664         or above.
2665         * INSTALL: Regenerate.
2666         * configure.ac: Use AC_CHECK_PROG_VER instead of
2667         AC_PATH_PROG when checking for bison and check for
2668         version 2.7 or above.
2669         * configure: Regenerate.
2671 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2673         [BZ #17745]
2674         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2675         * sysdeps/tile/ffsll.c (ffsll): To here.
2677         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2679 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2681         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2682         if not defined.
2683         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2684         definition.
2685         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2686         hidden ___tls_get_addr.
2687         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2688         hidden __tls_get_addr.
2689         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2690         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2691         Likewise.
2693 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2695         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2696         _dl_init call.
2698 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2700         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2701         from "call _dl_init@PLT".
2702         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2704 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2706         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2707         guarantees.
2709 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2711         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2713 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2715         [BZ #17744]
2716         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2717         strnlen.
2719 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2721         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2722         of multu on MIPSr6.
2723         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2724         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2725         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2726         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2727         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2729 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2731         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2732         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2733         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2734         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2735         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2736         mips32r6/mips64r6.
2737         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2739 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2741         * string/strncat.c (STRNCAT): Simplify implementation.
2743 2014-12-19  David S. Miller  <davem@davemloft.net>
2745         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2746         access the quad as both a long double and as a series of 4 words.
2748         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2749         link_map->l_info array access.
2751 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2753         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2755         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2756         * math/atest-exp2.c (TIMEOUT): Likewise.
2757         * math/atest-sincos.c (TIMEOUT): Likewise.
2759 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2761         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2762         -Wno-error with -fno-builtin-lround.
2764 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2766         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2767         Contains futex constants and functions moved over from ...
2768         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2769         <lowlevellock-futex.h>.
2770         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2771         (lll_timedwait_tid): Add comments and parentheses around macro
2772         arguments.
2774 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2776         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2777         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2778         (__lll_private_flag): Remove.
2779         (lll_futex_wait): Likewise.
2780         (lll_futex_timed_wait): Likewise.
2781         (lll_futex_wake): Likewise.
2782         (lll_futex_requeue): Likewise.
2783         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2784         (__lll_timedwait_tid): Spell out argument names.
2785         (lll_timedwait_tid): Add comments and parentheses around macro
2786         arguments.
2787         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2788         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2790 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2792         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2793         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2794         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2795         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2796         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2797         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2798         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2799         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2800         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2801         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2802         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2803         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2804         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2805         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2806         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2807         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2808         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2809         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2810         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2812 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2814         * sysdeps/x86_64/x32/Makefile: New file.
2816 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2818         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2819         1L with (mp_limb_t) 1.
2821 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2823         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2824         * nptl/libc_pthread_init.c: ... here.
2825         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2826         * nptl/register-atfork.c: ... here.
2828         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2829         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2830         Use assert_perror to check its return value.
2831         (__gai_create_helper_thread): Likewise.
2833         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2835         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2837 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2839         [BZ #17725]
2840         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2841         __profil_counter.
2842         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2843         Likewise.
2844         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2845         Likewise.
2846         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2847         Likewise.
2848         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2849         (profil_counter): Likewise.
2850         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2851         (profil_counter): Likewise.
2852         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2853         Likewise.
2854         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2855         Likewise.
2856         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2857         (profil_counter): Likewise.
2858         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2859         Likewise.
2860         [!__profil_counter] (profil_counter): Define as weak alias of
2861         __profil_counter.
2862         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2863         (profil_counter): Rename to __profil_counter.
2864         [!__profil_counter] (profil_counter): Define as weak alias of
2865         __profil_counter.
2866         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2867         (profil_counter): Rename to __profil_counter.
2868         [!__profil_counter] (profil_counter): Define as weak alias of
2869         __profil_counter.
2870         * sysdeps/posix/profil.c: Update comment referring to
2871         profil_counter.
2872         (__profil): Use __profil_counter instead of profil_counter.
2873         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2874         __profil_counter.  Use __profil_counter_ushort and
2875         __profil_counter_uint in definitions.
2876         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2877         instead of profil_counter_uint and profil_counter_ushort.
2879         [BZ #17722]
2880         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2881         define as weak alias of __inet_makeaddr.
2882         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2883         as weak alias of __inet_addr.
2884         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2885         as weak alias of __inet_pton.  Use libc_hidden_weak.
2886         * include/arpa/inet.h (__inet_pton): Declare.  Use
2887         libc_hidden_proto.
2888         (inet_makeaddr): Don't use libc_hidden_proto.
2889         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2890         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2891         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2892         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2893         Remove variable.
2894         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2895         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2897 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2899         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2901 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2903         * stdio-common/bug-vfprintf-nargs.c (do_test):
2904         Cast value to intptr_t to avoid format warning
2905         for usage with PRIdPTR printing macro.
2907 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2909         * libio/tst-widetext.c (do_test):
2910         Use format type %td instead of %Zd for ptrdiff_t
2911         in order to avoid format warning.
2913 2014-12-17  Andreas Schwab  <schwab@suse.de>
2915         * nscd/mem.c (gc): Add size_t cast to match printf format.
2917 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2919         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2920         (init): Apply PTR_MANGLE to pointers before storing them.
2921         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2922         before using them.
2924 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2926         [BZ #17719]
2927         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2928         define as weak alias of __memrchr.
2929         (__memrchr): Do not define as strong alias of memrchr.
2930         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2931         Remove variable.
2932         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2933         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2934         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2936         [BZ #17717]
2937         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2938         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2939         (if_indextoname): Rename to __if_indextoname and define as weak
2940         alias of __if_indextoname.  Use libc_hidden_weak.
2941         (if_freenameindex): Rename to __if_freenameindex and define as
2942         weak alias of __if_freenameindex.
2943         (if_nameindex): Rename to __if_nameindex and define as weak alias
2944         of __if_nameindex.
2945         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2946         __if_nametoindex and define as weak alias of __if_nametoindex.
2947         Use libc_hidden_weak.
2948         (if_freenameindex): Rename to __if_freenameindex and define as
2949         weak alias of __if_freenameindex.
2950         (if_nameindex): Rename to __if_nameindex and define as weak alias
2951         of __if_nameindex.
2952         (if_indextoname): Rename to __if_indextoname and define as weak
2953         alias of __if_indextoname.  Use libc_hidden_weak.
2954         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2955         __if_nametoindex and define as weak alias of __if_nametoindex.
2956         Use libc_hidden_weak.
2957         (if_freenameindex): Rename to __if_freenameindex and define as
2958         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2959         (if_nameindex_netlink): Use __if_freenameindex instead of
2960         if_freenameindex.
2961         (if_nameindex): Rename to __if_nameindex and define as weak alias
2962         of __if_nameindex.  Use libc_hidden_weak.
2963         (if_indextoname): Rename to __if_indextoname and define as weak
2964         alias of __if_indextoname.  Use libc_hidden_weak.
2965         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2966         libc_hidden_proto.
2967         [!_ISOMAC] (__if_freenameindex): Likewise.
2968         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2969         if_nametoindex.
2970         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2971         variable.
2972         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2973         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2974         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2975         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2976         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2977         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2978         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2980         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2981         Remove variable.
2982         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2983         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2985 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2987         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2988         subscript above bounds'
2990         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2991         bounds.
2993 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2995         * libio/tst-fopenloc.c: Use test-skeleton.c.
2997         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2998         (entry): Rename to ITEM.
2999         (do_test, comp): Adjust.
3001         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3003 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3005         * string/tester.c: Include <libc-internal.h>.
3006         (test_memset): Ignore -Wmemset-transposed-args.
3008 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3010         * misc/tst-mntent2.c (do_test): Fix warning.
3012 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3014         * elf/tst-unique4lib.cc(a): Mark as used.
3016 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3018         [BZ #17630]
3019         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3020         names.
3022 2014-12-16  Allan McRae  <allan@archlinux.org>
3024         * stdio-common/Makefile (tests): Re-add bug26.
3026 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3028         [BZ #17657]
3029         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3030         static array.
3032 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3034         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3035         (__lll_lock_wait): Likewise.
3036         (__lll_timedlock_wait): Likewise.
3037         (__lll_timedwait_tid): Likewise.
3038         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3039         (__lll_robust_timedlock_wait): Likewise.
3040         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3041         (lll_cond_trylock): Likewise.
3042         (__lll_lock): Likewise.
3043         (__lll_robust_lock): Likewise.
3044         (__lll_cond_lock): Likewise.
3045         (lll_robust_cond_lock): Likewise.
3046         (__lll_timedlock): Likewise.
3047         (__lll_robust_timedlock): Likewise.
3048         (__lll_unlock): Likewise.
3049         (__lll_robust_unlock): Likewise.
3050         (lll_wait_tid): Likewise.
3051         (lll_timedwait_tid): Likewise.
3053 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3055         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3057 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3059         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3061 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3063         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3064         * stdio-common/tst-sprintf.c: Likewise.
3066 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3068         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3070 2014-12-15  Jeff Law  <law@redhat.com>
3072         [BZ #16617]
3073         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3074         on the heap.  (CVE-2012-3406)
3075         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3076         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3077         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3079 2014-12-15  Will Newton  <will.newton@linaro.org>
3081         * manual/install.texi: Bump required version of texinfo
3082         to 4.7 from 4.5.
3083         * INSTALL: Regenerated.
3084         * configure.ac: Check for makeinfo version 4.7 and above.
3085         * configure: Regenerated.
3087 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3089         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3090         PREFIX, string constant to insert between directory and name.
3091         * sysdeps/posix/shm_open.c: Update caller.
3092         * sysdeps/posix/shm_unlink.c: Likewise.
3093         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3094         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3095         (SEM_SHM_PREFIX): New macro.
3096         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3097         [$(have-thread-library) = no].
3098         * nptl/Makefile (libpthread-routines): Add shm-directory.
3099         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3100         * sysdeps/nptl/shm-directory.h: New file.
3101         * sysdeps/posix/shm-directory.c
3102         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3103         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3104         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3105         INTERNAL_SYSCALL.
3106         (__where_is_shmfs): Function removed.
3107         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3108         Variables removed.
3109         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3110         Use SHM_GET_NAME.
3111         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3113         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3114         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3115         unconditional for use inside libpthread.
3116         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3118 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3120         * nptl/pthread_getaffinity.c: New file.
3121         * nptl/pthread_setaffinity.c: New file.
3122         * nptl/pthread_getname.c: New file.
3123         * nptl/pthread_setname.c: New file.
3125         * nptl/pthread_create.c (START_THREAD_DEFN)
3126         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3128 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3129             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3131         * resolv/res_send.c (send_vc): Disable warning resplen may
3132         be used uninitialized.
3134 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3136         * nptl/tst-mutex6.c
3137         (ATTR_NULL): New define checks ATTR against NULL.
3138         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3139         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3141 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3143         [BZ #17581]
3144         * malloc/hooks.c
3145         (mem2mem_check): Revert my previous change.
3146         (malloc_check_get_size): Revert my previous change.
3147         (mem2chunk_check): Revert my previous change.
3149 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3151         * sysdeps/posix/shm-directory.c: New file.
3152         * sysdeps/posix/shm-directory.h: New file.
3153         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3154         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3155         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3156         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3157         Transmute EPERM to EACCES.
3158         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3159         from ...
3160         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3161         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3163 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3165         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3166         pointer and cast to uintptr_t.
3167         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3168         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3169         Add cast to avoid warning.
3170         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3172 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3174         * nptl/semaphore.h: Move to ...
3175         * sysdeps/pthread/semaphore.h: ... here.
3176         * Makefile (installed-headers): Change nptl/semaphore.h to
3177         sysdeps/pthread/semaphore.h.
3179 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3181         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3182         generated error format strings.
3184         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3185         -Wformat-extra-args warnings for scanf formats.
3186         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3187         test of zero-length format (duh).
3188         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3189         corner-case scanf format test.
3190         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3191         generated fprintf format string.
3192         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3193         corner-case sprintf format tests.
3194         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3195         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3196         -Wformat-extra-args warnings throughout.
3197         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3198         (CFLAGS-scanf4.c): Likewise.
3199         (CFLAGS-scanf7.c): Likewise.
3200         (CFLAGS-tst-sprintf.c): Likewise.
3201         (CFLAGS-tst-printf.c): Likewise.
3202         (CFLAGS-tst-printfsz.c): Likewise.
3204 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3206         * include/cpio.h: New file.
3207         * include/fmtmsg.h: Likewise.
3209         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3210         corresponding format argument to size_t.
3211         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3212         arguments.
3213         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3214         corresponding format argument to size_t.
3215         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3216         arguments.
3217         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3218         corresponding format argument to size_t.
3219         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3220         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3221         (CFLAGS-tst-mbswcs2.c): Likewise.
3222         (CFLAGS-tst-mbswcs3.c): Likewise.
3223         (CFLAGS-tst-mbswcs4.c): Likewise.
3224         (CFLAGS-tst-mbswcs5.c): Likewise.
3225         (CFLAGS-tst-trans.c): Likewise
3227 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3229         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3230         rather than assuming they won't contain any '%'s.
3232 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3234         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3235         inhibit_loop_to_libcall to avoid recursive calls.
3236         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3237         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3239 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3241         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3242         prototype.
3244 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3246         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3247         integer value instead of boolean.
3249 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3251         * malloc/malloc.c: Fix powerof2 check.
3253 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3255         * locale/programs/locfile.h (maybe_swap_uint32):
3256         Remove inline and add unused attribute.
3258 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3260         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3261         Truncating assembler expression to a .long expression.
3263 2014-12-11  Andreas Schwab  <schwab@suse.de>
3265         * elf/rtld.c (struct map_args): Constify str member.
3266         (do_preload): Constify fname argument.
3268 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3270         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3271         constants definition.
3273 2014-12-11  Andreas Schwab  <schwab@suse.de>
3275         [BZ #16657]
3276         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3277         FORCE_ELISION instead of DO_ELISION.
3278         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3279         Remove.
3280         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3281         Likewise.
3283         * iconvdata/gconv-modules: Remove duplicate entry.
3285 2014-12-11  Will Newton  <will.newton@linaro.org>
3287         Merge gettext 0.19.3 into intl/.
3289         This involves a number of cosmetic changes to comments
3290         and ANSI function definitions and prototypes throughout
3291         all the files. The gettext copyright header is used but
3292         with the date ranges taken from the glibc copy.
3294         * NEWS: Add gettext merge to 2.21.
3295         * intl/bindtextdom.c: Switch to gettext copyright.
3296         Use ANSI definitions and prototypes.
3297         Use gl_* locking primitives rather than __libc_* ones.
3298         Use __builtin_expect rather than __glibc_likely/unlikely.
3299         * intl/dcgettext.c: Switch to gettext copyright.
3300         Use ANSI definitions and prototypes.
3301         * intl/dcigettext.c: Switch to gettext copyright.
3302         Use ANSI definitions and prototypes.
3303         (INTDIV0_RAISES_SIGFPE): New define.
3304         Use gl_* locking primitives rather than __libc_* ones.
3305         Include eval-plural.h instead of plural-eval.c.
3306         Use __builtin_expect rather than __glibc_likely/unlikely.
3307         * intl/dcngettext.c: Switch to gettext copyright.
3308         Use ANSI definitions and prototypes.
3309         * intl/dgettext.c: Likewise.
3310         * intl/dngettext.c: Likewise.
3311         * intl/plural-eval.c: Renamed to...
3312         * intl/eval-plural.h: ...this.
3313         * intl/explodename.c: Switch to gettext copyright.
3314         Use ANSI definitions and prototypes.
3315         (_nl_explode_name): Use strchr instead of __rawmemchr.
3316         * intl/finddomain.c: Switch to gettext copyright.
3317         Use ANSI definitions and prototypes.
3318         Use gl_* locking primitives rather than __libc_* ones.
3319         (_nl_find_domain): Use malloc rather than alloca for
3320         allocation of temporary locale name.
3321         * intl/gettext.c: Switch to gettext copyright.
3322         Use ANSI definitions and prototypes.
3323         * intl/gettextP.h: Switch to gettext copyright.
3324         Use ANSI definitions and prototypes.
3325         Use gl_* locking primitives rather than __libc_* ones.
3326         * intl/gmo.h: Switch to gettext copyright.
3327         (struct sysdep_string): Move struct segment_pair outside of
3328         struct definition.
3329         * intl/hash-string.c: Use ANSI definitions and prototypes.
3330         * intl/hash-string.h: Switch to gettext copyright.
3331         Use ANSI definitions and prototypes.
3332         * intl/l10nflist.c: Switch to gettext copyright.
3333         Use ANSI definitions and prototypes.
3334         (_nl_normalize_codeset): Avoid integer overflow.
3335         * intl/loadinfo.h: Switch to gettext copyright.
3336         Use ANSI definitions and prototypes.
3337         (LIBINTL_DLL_EXPORTED): New define.
3338         (PATH_SEPARATOR): New define.
3339         * intl/loadmsgcat.c: Switch to gettext copyright.
3340         * intl/localealias.c: Switch to gettext copyright.
3341         Use ANSI definitions and prototypes.
3342         (_nl_expand_alias): Use PATH_SEPARATOR.
3343         * intl/ngettext.c: Switch to gettext copyright.
3344         Use ANSI definitions and prototypes.
3345         * intl/plural-exp.c: Likewise.
3346         * intl/plural-exp.h: Switch to gettext copyright.
3347         Use ANSI definitions and prototypes.
3348         (struct expression): Move definition of enum operator outside
3349         of struct definition.
3350         * intl/plural.c: Regenerate.
3351         * intl/plural.y: Switch to gettext copyright.
3352         Use ANSI definitions and prototypes.
3353         Port to bison 3.0.
3354         * intl/textdomain.c: Switch to gettext copyright.
3355         Use ANSI definitions and prototypes.
3356         Use gl_* locking primitives rather than __libc_* ones.
3358 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3360         * debug/warning-nop.c: Add used atrribute.
3362 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3364         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3366         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3367         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3368         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3370 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3371             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3373         [BZ #17634]
3374         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3375         Undefine after defining function.  Define as weak alias of
3376         __wcschr.  Use libc_hidden_weak.
3377         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3378         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3379         (libc_hidden_def): Also define __GI___wcschr alias.
3380         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3381         __wcschr and define as weak alias of __wcschr.
3382         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3383         __wcschr.
3384         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3385         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3386         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3387         libc_hidden_weak.  Do not use libc_hidden_def.
3388         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3389         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3390         __GI___wcschr alias.
3391         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3392         [IS_IN (libc)] (wcschr): Define as macro expanding to
3393         __redirect_wcschr.
3394         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3395         [IS_IN (libc)] (__wcschr_power6): Likewise.
3396         [IS_IN (libc)] (__wcschr_power7): Likewise.
3397         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3398         instead of wcschr.
3399         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3400         __libc_wcschr.
3401         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3402         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3403         __wcschr and define as weak alias of __wcschr.  Use
3404         libc_hidden_builtin_def.
3405         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3406         as weak alias of __wcschr.  Use libc_hidden_weak.
3407         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3408         wcschr.
3409         * time/era.c (_nl_init_era_entries): Likewise.
3410         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3411         variable.
3412         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3413         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3415 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3417         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3418         format for long int variable.
3420 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3422         [BZ #10672]
3423         * manual/search.texi: (Array Sort Function): Remove claim how to make
3424         qsort stable.
3426 2014-12-10  Andreas Schwab  <schwab@suse.de>
3428         [BZ #12847]
3429         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3430         user-controlled locks.
3432 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3434         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3435         register.
3437 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3439         * configure.ac (--disable-werror): New configure option.
3440         (enable_werror): New AC_SUBST.
3441         * configure: Regenerated.
3442         * config.make.in (enable-werror): New variable.
3443         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3444         -Wno-error=undef.
3445         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3446         * manual/install.texi (Configuring and compiling): Document
3447         --disable-werror.
3448         * INSTALL: Regenerated.
3449         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3450         (CFLAGS-tst-chk2.c): Likewise.
3451         (CFLAGS-tst-chk3.c): Likewise.
3452         (CFLAGS-tst-chk4.cc): Likewise.
3453         (CFLAGS-tst-chk5.cc): Likewise.
3454         (CFLAGS-tst-chk6.cc): Likewise.
3455         (CFLAGS-tst-lfschk1.c): Likewise.
3456         (CFLAGS-tst-lfschk2.c): Likewise.
3457         (CFLAGS-tst-lfschk3.c): Likewise.
3458         (CFLAGS-tst-lfschk4.cc): Likewise.
3459         (CFLAGS-tst-lfschk5.cc): Likewise.
3460         (CFLAGS-tst-lfschk6.cc): Likewise.
3462         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3463         (main): Disable -Wdeprecated-declarations around calls to
3464         register_printf_function.
3466         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3467         (do_test): Disable -Wdiv-by-zero around some calls to
3468         fwrite_unlocked and fread_unlocked.
3470         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3471         (DIAG_POP_NEEDS_COMMENT): Likewise.
3472         (_DIAG_STR1): Likewise.
3473         (_DIAG_STR): Likewise.
3474         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3475         * stdio-common/bug21.c: Include <libc-internal.h>.
3476         (do_test): Disable -Wformat around call to sscanf.
3477         * stdio-common/scanf14.c: Include <libc-internal.h>.
3478         (main): Disable -Wformat around some calls to scanf functions.
3480 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3482         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3484 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3486         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3487         stack variable alignment.
3489 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3491         [BZ #17682]
3492         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3493         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3494         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3495         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3496         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3497         __getrlimit instead of getrlimit.
3498         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3499         __gettimeofday instead of gettimeofday.
3500         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3501         Likewise.
3502         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3503         Likewise.
3504         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3505         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3506         Remove variable.
3507         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3508         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3510 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3512         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3513         for wide-character tests.
3515 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3517         * io/openat64.c: #include <libc-internal.h>
3518         (__openat64): Prototypify.  Use ignore_value on MODE.
3519         * io/openat.c: Likewise.
3520         * misc/reboot.c: #include <libc-internal.h>
3521         (reboot): Prototypify.  Use ignore_value on HOWTO.
3522         * misc/ptrace.c: #include <libc-internal.h>
3523         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3525 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3527         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3528         XPG4, UNIX98 and XOPEN2K.
3529         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3530         Remove variable.
3531         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3533 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3535         * libio/fileops.c: Use ISO C style for function definitions.
3536         * libio/iofopen.c: Likewise.
3537         * libio/wfileops.c: Likewise.
3539         [BZ #17653]
3540         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3541         offset on EOF.
3542         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3543         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3544         (fgets_func): Function pointer to fgets and fgetws.
3545         (do_ftell_test): Add test to verify ftell value after read
3546         EOF.
3547         (do_test): Set fgets_func.
3549         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3550         O_TRUNC flag for w and w+ modes.
3551         (do_rewind_test): Likewise.
3552         (do_ftell_test): Likewise.
3553         (do_write_test): Likewise.
3555         [BZ #17647]
3556         * libio/fileops.c (do_ftell): Seek only when there are
3557         unflushed writes.
3558         * libio/wfileops.c (do_ftell_wide): Likewise.
3559         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3560         test case.
3561         (do_one_test): Call it.
3563 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3565         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3566         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3567         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3568         Remove variable.
3569         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3570         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3571         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3573 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3575         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3576         Remove variable.
3577         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3579         [BZ #17668]
3580         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3581         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3582         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3583         __freeifaddrs.  Use libc_hidden_weak.
3584         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3585         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3586         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3587         __freeifaddrs.  Use libc_hidden_weak.
3588         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3589         __getifaddrs and define as weak alias of __getifaddrs.  Use
3590         libc_hidden_weak.
3591         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3592         __freeifaddrs.  Use libc_hidden_weak.
3593         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3594         Remove variable.
3595         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3596         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3598 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3600         [BZ #17601]
3601         * sysdeps/mips/start.S (__start): Use indirect jump to call
3602         __libc_start_main.
3604 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3606         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3608         * nptl/tst-mutex1.c: Include <stdbool.h>.
3609         [!ATTR] (ATTR_NULL): New macro.
3610         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3611         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3612         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3614         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3615         to char *.
3617         [BZ #17665]
3618         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3619         Change conditional to [__USE_MISC].
3621         [BZ #17664]
3622         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3623         fgets_unlocked.
3624         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3625         __fgets_unlocked.
3626         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3627         fgets_unlocked.
3628         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3629         Remove variable.
3630         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3631         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3632         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3633         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3634         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3635         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3636         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3637         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3638         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3640         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3642 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3644         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3645         Remove strpbrk objects.
3646         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3647         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3648         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3649         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3650         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3651         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3653         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3654         Remove strcspn objects.
3655         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3656         (__libc_ifunc_impl_list): Remove strcspn implementation.
3657         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3658         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3659         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3660         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3662         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3663         Remove strspn objetcs.
3664         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3665         (__libc_ifunc_impl_list): Remove strspn implementation.
3666         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3667         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3668         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3669         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3671 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3673         [BZ #17581]
3674         * malloc/hooks.c
3675         (mem2mem_check): Add a terminator to the chain of checking blocks.
3676         (malloc_check_get_size): Use it here.
3677         (mem2chunk_check): Ditto.
3679 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3681         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3682         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3684 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3686         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3688         * nptl/nptl-init.c: Include libc-internal.h.
3689         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3691         * elf/ldconfig.c (search_dir): Expand comment.
3693 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3695         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3696         variable.
3697         (linknamespace-symlist-stdlibs-tests): Likewise.
3698         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3699         instead of $(objpfx)symlist-stdlibs.
3700         (linknamespace-libs-isoc): New variable.
3701         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3702         (linknamespace-libs-ISO): New variable.
3703         (linknamespace-libs-ISO99): Likewise.
3704         (linknamespace-libs-ISO11): Likewise.
3705         (linknamespace-libs-XPG3): Likewise.
3706         (linknamespace-libs-XPG4): Likewise.
3707         (linknamespace-libs-POSIX): Likewise.
3708         (linknamespace-libs-UNIX98): Likewise.
3709         (linknamespace-libs-XOPEN2K): Likewise.
3710         (linknamespace-libs-POSIX2008): Likewise.
3711         (linknamespace-libs-XOPEN2K8): Likewise.
3712         ($(objpfx)symlist-stdlibs): Replace by
3713         $(linknamespace-symlist-stdlibs-tests).  Use
3714         $(linknamespace-libs-$*) as set of libraries.
3715         ($(linknamespace-header-tests)): Update dependencies.  Use
3716         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3717         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3718         * conform/linknamespace.pl: Remove comment about considering
3719         definitions of symbols from irrelevant libraries.
3721 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3723         [BZ #13862]
3724         * elf/dl-tls.c: Include <atomic.h>.
3725         (oom): Remove #ifdef SHARED/#endif.
3726         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3727         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3728         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3729         big enough.
3730         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3731         * nptl/Makefile (tests): Add tst-stack4.
3732         (modules-names): Add tst-stack4mod.
3733         ($(objpfx)tst-stack4): New.
3734         (tst-stack4mod.sos): Likewise.
3735         ($(objpfx)tst-stack4.out): Likewise.
3736         ($(tst-stack4mod.sos)): Likewise.
3737         (clean): Likewise.
3738         * nptl/tst-stack4.c: New file.
3739         * nptl/tst-stack4mod.c: Likewise.
3741 2014-11-27  J. Brown  <jb999@gmx.de>
3743         * sysdeps/x86/bits/string.h: Add recent CPUs.
3745 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3747         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3748         sigblock.
3750         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3751         feof.
3753         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3754         variable.
3756 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3758         * nscd/connections.c: Include libc-internal.h because of macro
3759         usage ignore_value.
3761 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3763         * string/bits/string3.h (__warn_memset_zero_len): Don't
3764         declare for gcc newer than 5.0.
3765         (memset): Don't test for zero-length __LEN for gcc newer than
3766         5.0.
3768 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3770         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3771         size_t for %zu format.
3773         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3774         difference, not %ju.
3776 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3778         * include/libc-internal.h (ignore_value): New macro.
3779         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3780         with ignore_value.
3782         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3783         definition.
3785         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3786         pthread_cleanup_push to void *.
3788         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3789         Undefine.
3791         [BZ #16619]
3792         [BZ #16740]
3793         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3794         instead of 1L << 52.
3796         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3797         * libio/bug-rewind2.c (do_test): Likewise.
3799         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3800         * debug/test-strcpy_chk-ifunc.c: Likewise.
3801         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3802         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3803         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3804         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3805         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3806         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3807         * Rules [$(multi-arch) = no] (tests): Do not filter out
3808         $(tests-ifunc).
3809         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3810         * debug/Makefile (tests-ifunc): Remove variable.
3811         (tests): Do not add $(tests-ifunc).
3812         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3813         (tests): Do not add $(tests-ifunc).
3814         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3815         [TEST_IFUNC]: Remove conditionals.
3816         * string/test-string.h (TEST_IFUNC): Remove macro.
3817         [TEST_IFUNC]: Remove conditionals.
3819         * string/test-strchr.c [!WIDE] (L): New macro.
3820         [WIDE] (L): Likewise.
3821         (check1): Use CHAR instead of char.  Use L on string and character
3822         constants.
3824 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3826         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3827         tests.
3828         * sysdeps/powerpc/bits/atomic.h
3829         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3830         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3831         (atomic_exchange_and_add_acq): Likewise.
3832         (atomic_exchange_and_add_rel): Likewise.
3833         * sysdeps/powerpc/powerpc32/bits/atomic.h
3834         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3835         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3836         * sysdeps/powerpc/powerpc64/bits/atomic.h
3837         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3838         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3840 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3842         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3843         Change synchronization of __sched_fifo_min_prio and
3844         __sched_fifo_max_prio.
3845         * nptl/pthread_mutexattr_getprioceiling.c
3846         (pthread_mutexattr_getprioceiling): Likewise.
3847         * nptl/pthread_mutexattr_setprioceiling.c
3848         (pthread_mutexattr_setprioceiling): Likewise.
3849         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3850         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3851         Likewise.
3853 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3855         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3856         void.
3858 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3860         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3861         third argument const.
3863 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3865         fnmatch: work around GCC compiler warning bug with uninit var
3866         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3867         This works around a bug with x86-64 GCC 4.9.2 and earlier
3868         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3869         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3870         used uninitialized in this function [-Wmaybe-uninitialized]".
3872 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3874         * posix/bug-regex31.c (main): Return RES not 0.
3876 2014-11-25  Anton Blanchard <anton@samba.org>
3878         * sysdeps/powerpc/bits/atomic.h
3879         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3881 2014-11-24  Sterling Augustine  <saugustine@google.com>
3883         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3885 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3887         [BZ #17608]
3888         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3890 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3892         [BZ #17633]
3893         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3894         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3895         variable.
3896         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3897         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3899 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3901         * string/strncpy.c (strncpy): Improve performance by using memset.
3903 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3905         * string/strcpy.c (strcpy):
3906         Improve performance by using strlen and memcpy.
3908 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3910         * string/strcoll_l.c (get_next_seq): __always_inline.
3911         * string/strcoll_l.c (do_compare): __always_inline.
3913 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3915         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3916         defined.
3917         * include/mqueue.h: Likewise.
3918         * include/stdlib.h: Likewise.
3920         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3921         (get_null_defines): Adjust.
3922         * sunrpc/Makefile: Adjust comment.
3923         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3924         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3925         (CFLAGS-interp.c): Likewise.
3926         (CFLAGS-ldconfig.c): Likewise.
3927         (CPPFLAGS-.os): Likewise.
3928         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3929         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3930         * extra-modules.mk (extra-modules.mk): Likewise.
3931         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3932         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3933         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3934         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3935         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3936         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3937         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3938         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3939         * iconvdata/Makefile (CPPFLAGS): Likewise.
3940         (cpp-srcs-left): Add libof for all iconvdata routines.
3941         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3942         * include/assert.h: Likewise.
3943         * include/ctype.h: Likewise.
3944         * include/errno.h: Likewise.
3945         * include/libc-symbols.h: Likewise.
3946         * include/math.h: Likewise.
3947         * include/netdb.h: Likewise.
3948         * include/resolv.h: Likewise.
3949         * include/stdio.h: Likewise.
3950         * include/stdlib.h: Likewise.
3951         * include/string.h: Likewise.
3952         * include/sys/stat.h: Likewise.
3953         * include/wctype.h: Likewise.
3954         * intl/l10nflist.c: Likewise.
3955         * libidn/idn-stub.c: Likewise.
3956         * libio/libioP.h: Likewise.
3957         * nptl/libc_multiple_threads.c: Likewise.
3958         * nptl/pthreadP.h: Likewise.
3959         * posix/regex_internal.h: Likewise.
3960         * resolv/res_hconf.c: Likewise.
3961         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3962         * sysdeps/arm/memmove.S: Likewise.
3963         * sysdeps/arm/sysdep.h: Likewise.
3964         * sysdeps/generic/_itoa.h: Likewise.
3965         * sysdeps/generic/symbol-hacks.h: Likewise.
3966         * sysdeps/gnu/errlist.awk: Likewise.
3967         * sysdeps/gnu/errlist.c: Likewise.
3968         * sysdeps/i386/i586/memcpy.S: Likewise.
3969         * sysdeps/i386/i586/memset.S: Likewise.
3970         * sysdeps/i386/i686/memcpy.S: Likewise.
3971         * sysdeps/i386/i686/memmove.S: Likewise.
3972         * sysdeps/i386/i686/mempcpy.S: Likewise.
3973         * sysdeps/i386/i686/memset.S: Likewise.
3974         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3975         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3976         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3977         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3978         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3979         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3980         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3981         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3982         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3983         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3984         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3985         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3986         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3987         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3988         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3989         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3990         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3991         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3992         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3993         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3994         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3995         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3996         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3997         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3998         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3999         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4000         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4001         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4002         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4003         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4004         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4005         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4006         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4007         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4008         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4009         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4010         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4011         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4012         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4013         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4014         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4015         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4016         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4017         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4018         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4019         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4020         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4021         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4022         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4023         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4024         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4025         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4026         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4027         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4028         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4029         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4030         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4031         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4032         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4033         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4034         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4035         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4036         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4037         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4038         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4039         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4040         * sysdeps/posix/closedir.c: Likewise.
4041         * sysdeps/posix/opendir.c: Likewise.
4042         * sysdeps/posix/readdir.c: Likewise.
4043         * sysdeps/posix/rewinddir.c: Likewise.
4044         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4045         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4046         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4047         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4048         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4049         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4050         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4051         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4052         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4053         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4054         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4055         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4056         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4057         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4058         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4059         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4060         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4061         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4062         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4063         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4064         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4065         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4066         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4067         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4068         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4069         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4070         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4071         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4072         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4073         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4074         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4075         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4076         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4077         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4078         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4079         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4080         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4081         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4082         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4083         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4084         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4085         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4086         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4087         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4088         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4089         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4090         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4091         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4092         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4093         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4094         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4095         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4096         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4097         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4098         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4099         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4100         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4101         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4102         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4103         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4104         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4105         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4106         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4107         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4108         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4109         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4110         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4111         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4112         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4113         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4114         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4115         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4116         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4117         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4118         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4119         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4120         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4121         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4122         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4123         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4124         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4125         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4126         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4127         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4128         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4129         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4130         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4131         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4132         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4133         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4134         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4135         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4136         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4137         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4138         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4139         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4140         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4141         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4142         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4143         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4144         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4145         * sysdeps/unix/alpha/sysdep.S: Likewise.
4146         * sysdeps/unix/alpha/sysdep.h: Likewise.
4147         * sysdeps/unix/make-syscalls.sh: Likewise.
4148         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4149         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4150         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4151         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4152         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4153         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4154         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4155         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4156         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4157         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4158         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4159         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4160         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4161         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4162         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4163         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4164         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4165         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4166         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4167         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4168         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4169         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4170         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4171         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4172         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4173         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4174         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4177         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4178         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4179         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4180         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4181         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4182         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4183         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4184         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4185         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4186         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4187         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4188         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4189         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4190         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4191         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4192         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4193         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4194         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4195         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4196         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4197         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4198         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4199         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4200         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4201         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4202         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4203         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4204         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4205         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4206         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4207         * sysdeps/x86_64/memcpy.S: Likewise.
4208         * sysdeps/x86_64/memmove.c: Likewise.
4209         * sysdeps/x86_64/memset.S: Likewise.
4210         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4211         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4212         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4213         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4214         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4215         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4216         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4217         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4218         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4219         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4220         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4221         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4222         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4223         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4224         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4225         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4226         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4227         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4228         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4229         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4230         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4231         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4232         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4233         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4234         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4235         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4236         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4237         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4238         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4239         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4240         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4241         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4242         * sysdeps/x86_64/strcmp.S: Likewise.
4244         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4246         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4247         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4248         * elf/rtld-Rules: Likewise.
4249         * elf/setup-vdso.h: Likewise.
4250         * include/assert.h: Likewise.
4251         * include/bits/stdlib-float.h: Likewise.
4252         * include/errno.h: Likewise.
4253         * include/sys/stat.h: Likewise.
4254         * include/unistd.h: Likewise.
4255         * sysdeps/aarch64/setjmp.S: Likewise.
4256         * sysdeps/alpha/setjmp.S: Likewise.
4257         * sysdeps/arm/__longjmp.S: Likewise.
4258         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4259         * sysdeps/arm/setjmp.S: Likewise.
4260         * sysdeps/arm/sysdep.h: Likewise.
4261         * sysdeps/generic/_itoa.h: Likewise.
4262         * sysdeps/generic/dl-sysdep.h: Likewise.
4263         * sysdeps/generic/ldsodefs.h: Likewise.
4264         * sysdeps/i386/dl-tls.h: Likewise.
4265         * sysdeps/i386/setjmp.S: Likewise.
4266         * sysdeps/m68k/setjmp.c: Likewise.
4267         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4268         * sysdeps/mach/hurd/opendir.c: Likewise.
4269         * sysdeps/posix/getcwd.c: Likewise.
4270         * sysdeps/posix/opendir.c: Likewise.
4271         * sysdeps/posix/profil.c: Likewise.
4272         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4273         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4274         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4275         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4276         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4277         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4278         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4279         * sysdeps/s390/dl-tls.h: Likewise.
4280         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4281         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4282         * sysdeps/sh/sh3/setjmp.S: Likewise.
4283         * sysdeps/sh/sh4/setjmp.S: Likewise.
4284         * sysdeps/unix/alpha/sysdep.h: Likewise.
4285         * sysdeps/unix/arm/sysdep.S: Likewise.
4286         * sysdeps/unix/i386/sysdep.S: Likewise.
4287         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4288         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4289         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4290         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4291         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4292         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4293         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4294         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4295         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4296         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4297         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4298         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4299         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4302         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4303         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4304         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4305         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4306         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4307         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4308         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4309         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4310         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4311         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4312         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4313         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4314         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4315         * sysdeps/x86_64/setjmp.S: Likewise.
4317         * include/math.h: Use IS_IN instead of IS_IN_libm.
4318         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4319         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4320         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4321         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4322         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4323         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4324         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4325         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4326         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4327         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4328         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4329         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4330         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4331         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4332         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4333         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4334         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4335         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4336         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4337         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4338         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4339         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4340         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4341         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4342         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4343         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4344         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4345         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4346         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4347         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4348         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4349         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4350         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4352         Likewise.
4353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4354         Likewise.
4355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4356         Likewise.
4357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4358         Likewise.
4359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4360         Likewise.
4361         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4362         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4363         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4364         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4365         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4366         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4372         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4373         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4374         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4375         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4376         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4377         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4378         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4379         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4380         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4381         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4382         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4383         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4384         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4385         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4387         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4389         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4390         * nptl/pthreadP.h: Likewise.
4391         * nptl_db/structs.def: Likewise.
4392         * sysdeps/arm/sysdep.h: Likewise.
4393         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4394         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4395         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4396         * sysdeps/unix/alpha/sysdep.h: Likewise.
4397         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4398         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4399         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4400         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4401         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4402         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4403         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4404         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4405         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4406         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4407         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4408         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4409         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4410         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4413         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4414         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4415         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4416         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4417         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4418         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4419         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4420         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4421         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4422         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4424         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4425         * nptl/pthreadP.h: Likewise.
4426         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4427         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4428         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4429         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4430         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4431         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4432         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4433         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4434         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4435         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4436         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4437         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4439         Likewise.
4440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4441         Likewise.
4442         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4443         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4444         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4445         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4446         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4447         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4448         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4449         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4451         * dlfcn/dladdr.c: Use IS_IN.
4452         * dlfcn/dladdr1.c: Likewise.
4453         * dlfcn/dlclose.c: Likewise.
4454         * dlfcn/dlerror.c: Likewise.
4455         * dlfcn/dlinfo.c: Likewise.
4456         * dlfcn/dlmopen.c: Likewise.
4457         * dlfcn/dlopen.c: Likewise.
4458         * dlfcn/dlsym.c: Likewise.
4459         * dlfcn/dlvsym.c: Likewise.
4461         * include/ifaddrs.h: Use IS_IN.
4462         * inet/check_pf.c: Likewise.
4463         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4464         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4466         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4467         IS_IN_ldconfig.
4468         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4469         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4471         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4472         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4473         IS_IN (libc).
4475         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4477         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4478         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4479         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4480         * include/libc-symbols.h (IS_IN_LIB): New macro.
4481         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4482         * include/netdb.h: Likewise.
4483         * include/stap-probe.h: Remove all uses of IN_LIB.
4485         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4486         instead of IN_MODULE.
4487         * include/libc-symbols.h (IN_MODULE): Define using
4488         MODULE_NAME.
4489         (PASTE_NAME, PASTE_NAME1): New macros.
4490         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4491         of IN_LIB.
4492         (STAP_PROBE_ASM): Likewise.
4494 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4496         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4497         __mach_init in dlopened libc.
4499 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4501         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4502         * sysdeps/arm/preconfigure: Regenerate.
4504 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4506         * nptl/pthread_create.c (__pthread_create_2_1): Set
4507         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4508         when copying values from IATTR into PD.
4510 2014-11-21  Will Newton  <will.newton@linaro.org>
4511             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4513         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4514         Refactor inline-asm.  Also add comment.
4516         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4517         ElfW macro instead of hardcoded Elf64 types.
4518         (la_aarch64_gnu_pltenter): Likewise.
4519         * sysdeps/aarch64/dl-machine.h
4520         (elf_machine_runtime_setup): Use ElfW(Addr).
4522         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4523         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4524         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4525         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4526         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4527         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4528         (R_AARCH64_TLS_DTPMOD): This.
4529         (R_AARCH64_TLS_DTPREL64): Rename to ...
4530         (R_AARCH64_TLS_DTPREL): This.
4531         (R_AARCH64_TLS_TPREL64): Rename to ...
4532         (R_AARCH64_TLS_TPREL): This.
4533         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4534         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4535         R_AARCH64_TLS_TPREL64.
4536         (elf_machine_rela): Likewise.
4538 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4540         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4541         by setting it to 0.  64b atomics are not supported currently.
4543 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4545         [BZ #16469]
4546         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4547         search domain names.
4549 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4551         [BZ #16469]
4552         * NEWS: Update.
4553         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4554         trailing dot.
4555         * posix/tst-getaddrinfo5.c: New.
4556         * posix/Makefile (tests): Add it.
4558 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4560         [BZ #14498]
4561         * NEWS: Fixed.
4562         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4563         after parsing line but before break_if_match.
4564         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4565         if there is a protocol mismatch.
4567 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4569         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4570         because the potential race is on the user-supplied stream.
4572 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4574         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4575         string literal if not passed a buffer.
4576         * manual/job.texi (ctermid): Update reasoning, note deviation
4577         from posix, suggest mtasurace when not passed a buffer, for
4578         future non-preliminary safety notes.
4580 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4582         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4583         of not passing it a buffer.
4584         Reported by Peng Haitao.
4586 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4588         * manual/Makefile ($(objpfx)stamp-summary): Require
4589         check-safety.sh to pass.
4590         * manual/check-safety.sh: Wish for verification that every
4591         @deftypefn and @deftypefun is followed by a @safety remark.
4593 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4595         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4597         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4598         PTHREAD_CANCEL_ASYNCHRONOUS.
4599         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4600         send SIGCANCEL.
4602         * nptl/default-sched.h: New file.
4603         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4604         * nptl/pthread_create.c: Include it.
4605         (__pthread_create_2_1): Use collect_default_sched instead of making
4606         Linux syscalls here directly.
4608 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4610         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4611         __pthread_once): Use C11 atomics.
4613 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4615         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4617 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4619         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4620         atomic_thread_fence_acquire, atomic_thread_fence_release,
4621         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4622         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4623         atomic_compare_exchange_weak_relaxed,
4624         atomic_compare_exchange_weak_acquire,
4625         atomic_compare_exchange_weak_release,
4626         atomic_exchange_acquire, atomic_exchange_release,
4627         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4628         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4629         atomic_fetch_and_acquire,
4630         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4632 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4634         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4635         USE_ATOMIC_COMPILER_BUILTINS): Define.
4636         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4637         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4638         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4639         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4640         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4641         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4642         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4643         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4644         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4645         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4646         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4647         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4648         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4649         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4650         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4651         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4652         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4653         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4654         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4655         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4656         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4657         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4658         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4659         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4660         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4661         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4662         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4663         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4664         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4665         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4666         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4667         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4668         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4669         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4670         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4671         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4672         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4673         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4674         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4675         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4677 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4679         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4680         the sched_priority value here.  It was already checked when the user
4681         called pthread_attr_setschedparam.
4683         * nptl/tst-bad-schedattr.c: New file.
4684         * nptl/Makefile (tests): Add it.
4686 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4687             Florian Weimer  <fweimer@redhat.com>
4688             Joseph Myers  <joseph@codesourcery.com>
4689             Adam Conrad  <adconrad@0c3.net>
4690             Andreas Schwab  <schwab@suse.de>
4691             Brooks  <bmoses@google.com>
4693         [BZ #17625]
4694         * wordexp-test.c (__dso_handle): Add prototype.
4695         (__register_atfork): Likewise.
4696         (__app_register_atfork): New function.
4697         (registered_forks): New global.
4698         (register_fork): New function.
4699         (test_case): Add 3 new tests for WRDE_CMDSUB.
4700         (main): Call __app_register_atfork.
4701         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4702         fork count is non-zero fail the test.
4703         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4704         is set.
4705         (parse_dollars): Remove check for WRDE_NOCMD.
4706         (parse_dquote): Likewise.
4708 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4710         * Makeconfig (built-modules): List non-library modules to be
4711         built.
4712         (module-cppflags): Include libc-modules.h for
4713         everything except shlib-versions.v.i.
4714         (CPPFLAGS): Use it.
4715         (before-compile): Add libc-modules.h.
4716         ($(common-objpfx)libc-modules.h,
4717         $(common-objpfx)libc-modules.stmp): New targets.
4718         (common-generated): Add libc-modules.h and libc-modules.stmp.
4719         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4720         * include/libc-symbols.h: Don't include libc-modules.h.
4721         * include/libc-modules.h: Remove file.
4722         * scripts/gen-libc-modules.awk: New script to generate
4723         libc-modules.h.
4724         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4725         Depend on libc-modules.stmp.
4727         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4729         * Makeconfig (in-module): Get value of libof set for the
4730         translation unit.
4731         (CPPFLAGS): Use $(in-module).
4732         * Makerules: Don't suffix routine names for nonlib.
4733         * include/libc-modules.h: New file.
4734         * include/libc-symbols.h: Include libc-modules.h
4735         (IS_IN): New macro to replace IS_IN_* macros.
4736         * elf/Makefile: Set libof-* for each routine.
4737         * elf/rtld-Rules: Likewise.
4738         * extra-modules.mk: Likewise.
4739         * iconv/Makefile: Likewise.
4740         * iconvdata/Makefile: Likewise.
4741         * locale/Makefile: Likewise.
4742         * malloc/Makefile: Likewise.
4743         * nss/Makefile: Likewise.
4744         * sysdeps/gnu/Makefile: Likewise.
4745         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4746         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4747         * sysdeps/s390/s390-64/Makefile: Likewise.
4748         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4749         CPPFLAGS for nscd instead of nonlib.
4751 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4753         * nptl/createthread.c: New file.
4755         * nptl/createthread.c: Moved ...
4756         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4758         * nptl/createthread.c: Add proper top-line comment.
4759         (do_clone): Folded into ...
4760         (create_thread): ... here.  Take new arguments STOPPED_START and
4761         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4762         increment __nptl_threads, do event-reporting logic, do
4763         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4764         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4765         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4766         just send SIGCANCEL.
4767         * nptl/pthread_create.c: Forward-declare create_thread before
4768         including createthread.c.
4769         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4770         declaration, and new macro START_THREAD_SELF to replace argument.
4771         Remove return statement.
4772         (report_thread_creation): New function.
4773         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4774         synchronization logic, and __nptl_nthreads increment here, around
4775         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4776         PD->parent_cancelhandling here, before create_thread.  When
4777         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4778         __deallocate_stack, and ENOMEM translation here.
4780 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4782         [BZ #17616]
4783         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4784         (mptwo): Rename to __mptwo.
4785         (__inv): Use __mptwo instead of mptwo.
4786         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4787         (mptwo): Rename to __mptwo.
4788         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4789         of mpone and __mptwo instead of mptwo.
4790         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4791         instead of mpone.
4792         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4793         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4794         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4795         of mpone and __mptwo instead of mptwo.
4796         (__mpranred): Use __mpone instead of mpone.
4797         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4798         variable.
4799         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4800         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4801         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4802         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4803         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4804         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4805         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4806         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4807         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4808         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4809         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4810         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4811         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4812         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4813         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4814         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4815         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4816         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4817         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4819 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4821         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4822         replace BSD Handler xref with BSD Signal Handling.
4824 2014-11-17  Richard Henderson  <rth@redhat.com>
4826         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4827         (_FP_PACK_RAW_2): Remove.
4828         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4829         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4830         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4831         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4832         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4833         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4834         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4835         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4836         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4837         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4838         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4839         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4840         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4841         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4842         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4843         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4845 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4847         * signal/signal.h [__USE_MISC]
4848         (struct sigvec): Remove type.
4849         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4850         (sigvec): Remove declaration.
4851         * sysdeps/posix/sigvec.c: Moved ...
4852         * signal/sigvec.c: ... here, replacing old file.
4853         (struct sigvec): New type, copied from old signal.h definition.
4854         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4855         (__sigvec): Convert definition to prototype.
4856         (sigvec): Replace weak_alias with compat_symbol.
4857         * signal/Versions (libc: GLIBC_2.21): New version set.
4858         * include/signal.h: Remove __sigvec declaration.
4859         * sysdeps/unix/bsd/sigvec.c: Remove file.
4860         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4861         * manual/signal.texi (BSD Handler): Remove subsection.
4862         Move siginterrupt up to ...
4863         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4864         (Blocking in BSD): Fold subsection into its parent.
4865         * NEWS: Mention sigvec removal.
4867 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4869         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4870         (DLA_FMS): Make definition conditional only on [__FMA4__].
4871         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4872         definition.
4874         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4875         Make definition conditional only on [PROF].
4876         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4877         definition.
4878         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4879         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4881         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4882         !__GNUC__].
4883         * include/signal.h (__sigpause): Move declaration above call to
4884         libc_hidden_proto.
4885         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4886         variable.
4887         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4888         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4890 2014-11-14  David S. Miller  <davem@davemloft.net>
4892         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4893         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4895 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4897         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4898         * configure: Regenerated.
4899         * manual/install.texi (Tools for Compilation): Document a
4900         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4901         compiler verified to work.
4902         * INSTALL: Regenerated.
4904         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4905         redeclare with asm name.
4906         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4907         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4908         including <string.h>.
4909         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4910         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4911         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4912         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4913         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4914         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4915         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4917 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4919         * stdlib/strtol.c (__strtol): Use prototype definition.
4921         [BZ #17594]
4922         * stdlib/strtol.c (SYM__): New macro.
4923         (SYM__1): Likewise.
4924         (__strtol): Likewise.
4925         (strtol): Rename to __strtol and define as weak alias of
4926         __strtol.  Use libc_hidden_weak.
4928 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4930         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4931         Use numbered labels in inline assembly.
4933 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4935         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4936         Add setjmp LIBC_PROBE.
4937         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4938         Likewise.
4939         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4940         Add longjmp, longjmp_target LIBC_PROBE.
4941         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4942         Likewise.
4944 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4946         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4947         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4948         to get rid of unused variable warning.
4950 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4952         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4953         Check for unwind_backtrace ==  NULL only in SHARED case.
4954         (__backchain_backtrace): Compile only in SHARED case.
4955         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4956         Likewise.
4957         (__backchain_backtrace): Declare as static.
4959 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4961         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4962         (__libc_multiple_threads_ptr): Variable moved ...
4963         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4965 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4967         * conform/GlibcConform.pm: New file.
4968         * conform/conformtest.pl: Use GlibcConform module.
4969         * conform/linknamespace.pl: New file.
4970         * conform/list-header-symbols.pl: Likewise.
4971         * conform/Makefile (linknamespace-symlists-base): New variable.
4972         (linknamespace-symlists-tests): Likewise.
4973         (linknamespace-header-base): Likewise.
4974         (linknamespace-header-tests): Likewise.
4975         (tests-special): Add new tests.
4976         ($(linknamespace-symlists-tests)): New rule.
4977         (linknamespace-libs): New variable.
4978         ($(objpfx)symlist-stdlibs): New rule.
4979         ($(linknamespace-header-tests)): Likewise.
4980         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4981         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4982         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4983         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4984         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4985         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4986         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4987         (test-xfail-ISO/math.h/linknamespace): Likewise.
4988         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4989         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4990         (test-xfail-ISO/time.h/linknamespace): Likewise.
4991         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4992         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4993         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4994         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4995         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4996         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4997         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4998         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4999         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5000         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5001         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5002         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5003         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5004         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5005         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5006         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5007         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5008         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5009         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5010         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5011         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5012         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5013         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5014         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5015         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5016         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5017         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5018         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5019         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5020         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5021         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5022         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5023         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5024         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5025         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5026         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5027         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5028         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5029         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5030         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5031         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5032         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5033         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5034         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5035         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5036         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5037         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5038         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5039         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5040         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5041         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5042         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5043         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5044         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5045         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5046         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5047         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5048         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5049         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5050         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5051         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5052         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5053         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5054         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5055         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5056         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5057         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5058         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5059         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5060         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5061         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5062         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5063         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5064         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5065         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5066         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5067         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5068         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5069         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5070         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5071         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5072         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5073         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5074         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5075         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5076         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5077         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5078         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5079         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5080         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5081         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5082         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5083         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5084         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5085         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5086         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5087         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5088         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5089         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5090         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5091         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5092         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5093         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5094         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5095         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5096         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5097         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5098         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5099         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5100         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5101         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5102         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5103         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5104         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5105         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5106         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5107         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5108         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5109         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5110         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5111         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5112         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5113         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5114         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5115         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5116         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5117         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5118         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5119         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5120         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5121         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5122         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5123         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5124         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5125         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5126         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5127         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5128         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5129         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5130         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5131         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5132         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5133         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5134         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5135         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5136         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5137         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5138         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5139         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5140         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5142         [BZ #17589]
5143         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5144         of fgets_unlocked.
5146         [BZ #17585]
5147         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5148         (memmem): Rename to __memmem and define as weak alias of
5149         __memmem.  Use libc_hidden_weak.
5150         (__memmem): Use libc_hidden_def.
5151         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5152         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5153         memmem.
5155         [BZ #17582]
5156         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5157         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5158         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5159         and define as weak alias of __fgets_unlocked.  Use
5160         libc_hidden_weak.
5161         (__fgets_unlocked): Use libc_hidden_def.
5162         * include/stdio.h (__fgets_unlocked): Declare.  Use
5163         libc_hidden_proto.
5164         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5165         __fgets_unlocked instead of fgets_unlocked.
5166         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5167         (GET_NPROCS_CONF_PARSER): Likewise.
5168         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5169         (GET_NPROCS_CONF_PARSER): Likewise.
5171         [BZ #17574]
5172         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5173         weak alias of __wmemset.  Use libc_hidden_weak.
5174         (__wmemset): Use libc_hidden_def.
5175         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5176         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5177         of wmemset.
5179         [BZ #17573]
5180         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5181         with asm name __mempcpy.
5182         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5184         [BZ #17572]
5185         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5186         and define as weak alias of __rawmemchr.
5187         (__rawmemchr): Do not define as strong alias of rawmemchr.
5189         [BZ #17571]
5190         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5191         alias of __qsort_r.
5192         (qsort): Call __qsort_r instead of qsort_r.
5193         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5194         (__qsort_r): Declare.  Call libc_hidden_proto.
5195         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5196         instead of qsort_r.
5197         * nscd/gai.c (__qsort_r): Define to qsort_r.
5198         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5199         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5200         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5202         [BZ #17570]
5203         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5204         define as weak alias of __malloc_info.
5206         [BZ #17584]
5207         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5208         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5209         (__rewinddir): Use libc_hidden_def.
5210         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5211         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5212         (__rewinddir): Use libc_hidden_def.
5213         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5214         weak alias of __rewinddir.  Don't use libc_hidden_def.
5215         (__rewinddir): Use libc_hidden_def.
5216         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5217         (__rewinddir): Use libc_hidden_proto.
5218         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5219         rewinddir.
5220         (__getcwd): Use __rewinddir instead of rewinddir.
5222         [BZ #17583]
5223         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5224         alias of __fileno.  Use libc_hidden_weak.
5225         (__fileno): Use libc_hidden_def.
5226         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5227         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5228         alias of __ftello.
5229         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5230         __ftello.
5231         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5232         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5233         libc_hidden_def.
5234         (fread_unlocked): Don't use libc_hidden_ver.
5235         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5236         and define as weak alias of __fread_unlocked.  Don't use
5237         libc_hidden_def.
5238         (__fread_unlocked): Use libc_hidden_def.
5239         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5240         (ftello): Don't use libc_hidden_proto.
5241         (__ftello): Declare.  Use libc_hidden_proto.
5242         (fread_unlocked): Don't use libc_hidden_proto.
5243         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5244         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5245         and __ftello instead of fileno, fread_unlocked and ftello.
5247 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5249         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5250         GOT12.
5251         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5252         Likewise.
5253         (_dl_start_user): Likewise.
5254         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5256 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5257             Siddhesh Poyarekar  <siddhesh@redhat.com>
5259         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5260         Move argv and envp down instead of moving argc up.
5261         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5263 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5265         [BZ #17506]
5266         * test-skeleton.c (main): Return successful if one of
5267         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5268         * string/tst-strcoll-overflow.c: Define expected status.
5270 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5272         [BZ #17475]
5273         * locale/iso-639.def: Define Bhili and Tulu language codes.
5275 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5277         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5279 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5281         [BZ #17555]
5282         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5284 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5286         * configure.ac: Updated check of minimal required version to
5287         2.22.
5288         * manual/install.texi (Tools for Compilation): Updated version
5289         number.
5290         * configure: Regenerated.
5291         * INSTALL: Likewise.
5293 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5295         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5296         __tls_get_addr.
5298 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5300         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5301         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5302         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5303         libc_hidden_weak.
5304         (waitpid): Define as alias of __waitpid.
5305         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5306         __waitpid.
5307         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5308         libc_hidden_weak.
5309         (waitpid): Define as alias of __waitpid.
5310         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5311         __libc_waitpid alias.
5312         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5313         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5314         Likewise.
5315         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5316         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5317         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5318         alias.
5319         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5320         __waitpid.
5321         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5322         libc_hidden_weak.
5323         (waitpid): Define as alias of __waitpid.
5325 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5327         * manual/llio.texi: Add comment that write safety has been
5328         fixed in Linux.
5330         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5331         (localplt-build-dso): Add elf/ld.so.
5332         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5333         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5334         and free for ld.so.
5335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5336         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5338         Likewise.
5339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5340         Likewise.
5341         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5342         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5343         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5344         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5345         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5346         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5347         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5348         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5349         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5350         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5351         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5353 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5355         [BZ #14132]
5356         * include/libc-symbols.h (INTUSE): Remove macro.
5357         (INTDEF): Likewise.
5358         (INTVARDEF): Likewise.
5359         (_INTVARDEF): Likewise.
5360         (INTDEF2): Likewise.
5361         (INTVARDEF2): Likewise.
5362         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5363         rtld_hidden_def instead of INTVARDEF.
5364         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5365         (_dl_starting_up_internal): Remove declaration.
5366         (_dl_starting_up): Use rtld_hidden_proto.
5367         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5368         declaration.
5369         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5370         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5371         _dl_starting_up.
5372         * elf/dl-writev.h (_dl_writev): Likewise.
5373         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5374         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5375         _dl_starting_up_internal.
5377 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5379         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5380         test-skeleton.c.
5382 2014-11-05  Will Newton  <will.newton@linaro.org>
5384         * benchtests/Makefile: (bench-malloc): Add malloc thread
5385         scalability benchmark.
5386         * benchtests/bench-malloc-threads.c: New file.
5388 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5390         * sysdeps/aarch64/strchrnul.S: New file.
5392 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5394         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5395         definition.
5396         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5397         Likwise.
5398         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5399         Likewise.
5400         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5401         Likewise.
5402         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5403         Likewise.
5404         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5405         Likewise.
5407 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5409         * catgets/test-gencat.c: Use test-skeleton.c.
5410         * catgets/tst-catgets.c: Likewise.
5411         * csu/tst-empty.c: Likewise.
5412         * elf/tst-audit2.c: Likewise.
5413         * elf/tst-global1.c: Likewise.
5414         * elf/tst-pathopt.c: Likewise.
5415         * elf/tst-piemod1.c: Likewise.
5416         * elf/tst-tls10.c: Likewise.
5417         * elf/tst-tls11.c: Likewise.
5418         * elf/tst-tls12.c: Likewise.
5419         * gnulib/tst-gcc.c: Likewise.
5420         * iconvdata/tst-e2big.c: Likewise.
5421         * iconvdata/tst-loading.c: Likewise.
5422         * iconv/tst-iconv1.c: Likewise.
5423         * iconv/tst-iconv2.c: Likewise.
5424         * inet/test-inet6_opt.c: Likewise.
5425         * inet/tst-gethnm.c: Likewise.
5426         * inet/tst-network.c: Likewise.
5427         * inet/tst-ntoa.c: Likewise.
5428         * intl/tst-codeset.c: Likewise.
5429         * intl/tst-gettext2.c: Likewise.
5430         * intl/tst-gettext3.c: Likewise.
5431         * intl/tst-ngettext.c: Likewise.
5432         * intl/tst-translit.c: Likewise.
5433         * io/test-stat.c: Likewise.
5434         * libio/test-fmemopen.c: Likewise.
5435         * libio/tst-freopen.c: Likewise.
5436         * libio/tst-sscanf.c: Likewise.
5437         * libio/tst-ungetwc1.c: Likewise.
5438         * libio/tst-ungetwc2.c: Likewise.
5439         * libio/tst-widetext.c: Likewise.
5440         * localedata/tst-ctype.c: Likewise.
5441         * localedata/tst-digits.c: Likewise.
5442         * localedata/tst-leaks.c: Likewise.
5443         * localedata/tst-mbswcs1.c: Likewise.
5444         * localedata/tst-mbswcs2.c: Likewise.
5445         * localedata/tst-mbswcs3.c: Likewise.
5446         * localedata/tst-mbswcs4.c: Likewise.
5447         * localedata/tst-mbswcs5.c: Likewise.
5448         * localedata/tst-setlocale.c: Likewise.
5449         * localedata/tst-trans.c: Likewise.
5450         * localedata/tst-wctype.c: Likewise.
5451         * localedata/tst-xlocale1.c: Likewise.
5452         * login/tst-grantpt.c: Likewise.
5453         * malloc/tst-calloc.c: Likewise.
5454         * malloc/tst-malloc.c: Likewise.
5455         * malloc/tst-mallocstate.c: Likewise.
5456         * malloc/tst-mcheck.c: Likewise.
5457         * malloc/tst-mtrace.c: Likewise.
5458         * malloc/tst-obstack.c: Likewise.
5459         * math/atest-exp2.c: Likewise.
5460         * math/atest-exp.c: Likewise.
5461         * math/atest-sincos.c: Likewise.
5462         * math/test-matherr.c: Likewise.
5463         * math/test-misc.c: Likewise.
5464         * math/test-powl.c: Likewise.
5465         * math/tst-definitions.c: Likewise.
5466         * misc/tst-dirname.c: Likewise.
5467         * misc/tst-efgcvt.c: Likewise.
5468         * misc/tst-fdset.c: Likewise.
5469         * misc/tst-hsearch.c: Likewise.
5470         * misc/tst-mntent2.c: Likewise.
5471         * nptl/tst-sem7.c: Likewise.
5472         * nptl/tst-sem8.c: Likewise.
5473         * nptl/tst-sem9.c: Likewise.
5474         * nss/test-netdb.c: Likewise.
5475         * posix/tst-fnmatch.c: Likewise.
5476         * posix/tst-getlogin.c: Likewise.
5477         * posix/tst-gnuglob.c: Likewise.
5478         * posix/tst-mmap.c: Likewise.
5479         * pwd/tst-getpw.c: Likewise.
5480         * resolv/tst-inet_ntop.c: Likewise.
5481         * rt/tst-timer.c: Likewise.
5482         * stdio-common/test-fseek.c: Likewise.
5483         * stdio-common/test-popen.c: Likewise.
5484         * stdio-common/test-vfprintf.c: Likewise.
5485         * stdio-common/tst-cookie.c: Likewise.
5486         * stdio-common/tst-fileno.c: Likewise.
5487         * stdio-common/tst-gets.c: Likewise.
5488         * stdio-common/tst-obprintf.c: Likewise.
5489         * stdio-common/tst-perror.c: Likewise.
5490         * stdio-common/tst-sprintf2.c: Likewise.
5491         * stdio-common/tst-sprintf3.c: Likewise.
5492         * stdio-common/tst-sprintf.c: Likewise.
5493         * stdio-common/tst-swprintf.c: Likewise.
5494         * stdio-common/tst-tmpnam.c: Likewise.
5495         * stdio-common/tst-unbputc.c: Likewise.
5496         * stdio-common/tst-wc-printf.c: Likewise.
5497         * stdlib/tst-environ.c: Likewise.
5498         * stdlib/tst-fmtmsg.c: Likewise.
5499         * stdlib/tst-limits.c: Likewise.
5500         * stdlib/tst-rand48-2.c: Likewise.
5501         * stdlib/tst-rand48.c: Likewise.
5502         * stdlib/tst-random2.c: Likewise.
5503         * stdlib/tst-random.c: Likewise.
5504         * stdlib/tst-strtol.c: Likewise.
5505         * stdlib/tst-strtoll.c: Likewise.
5506         * stdlib/tst-tls-atexit.c: Likewise.
5507         * stdlib/tst-xpg-basename.c: Likewise.
5508         * string/test-ffs.c: Likewise.
5509         * string/tst-bswap.c: Likewise.
5510         * string/tst-inlcall.c: Likewise.
5511         * string/tst-strtok.c: Likewise.
5512         * string/tst-strxfrm.c: Likewise.
5513         * sysdeps/x86_64/tst-audit10.c: Likewise.
5514         * sysdeps/x86_64/tst-audit3.c: Likewise.
5515         * sysdeps/x86_64/tst-audit4.c: Likewise.
5516         * sysdeps/x86_64/tst-audit5.c: Likewise.
5517         * time/tst-ftime_l.c: Likewise.
5518         * time/tst-getdate.c: Likewise.
5519         * time/tst-mktime3.c: Likewise.
5520         * time/tst-mktime.c: Likewise.
5521         * time/tst-posixtz.c: Likewise.
5522         * time/tst-strptime2.c: Likewise.
5523         * time/tst-strptime3.c: Likewise.
5524         * wcsmbs/tst-btowc.c: Likewise.
5525         * wcsmbs/tst-mbrtowc.c: Likewise.
5526         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5527         * wcsmbs/tst-wchar-h.c: Likewise.
5528         * wcsmbs/tst-wcpncpy.c: Likewise.
5529         * wcsmbs/tst-wcrtomb.c: Likewise.
5530         * wcsmbs/tst-wcsnlen.c: Likewise.
5531         * wcsmbs/tst-wcstof.c: Likewise.
5533 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5535         [BZ #14132]
5536         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5537         INTDEF.
5538         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5539         declaration.
5540         (_dl_mcount): Use rtld_hidden_proto.
5541         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5542         _dl_mcount.
5543         * elf/rtld.c (_rtld_global_ro): Likewise.
5545         [BZ #14132]
5546         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5547         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5548         of _dl_init_internal.
5549         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5550         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5551         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5552         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5553         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5554         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5555         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5556         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5557         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5558         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5559         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5560         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5561         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5562         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5563         * sysdeps/tile/dl-start.S (_start): Likewise.
5564         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5565         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5567         [BZ #14132]
5568         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5569         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5570         (rtld_progname): Make macro definition unconditional.
5571         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5572         INTDEF.
5573         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5574         (dl_main): Likewise.
5575         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5576         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5577         instead of _dl_argv_internal.
5578         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5579         __GI__dl_argv instead of INTUSE(_dl_argv).
5580         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5581         __GI__dl_argv instead of _dl_argv_internal.
5583         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5584         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5585         macro.
5586         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5587         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5588         New macro.
5589         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5590         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5591         macro.
5592         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5593         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5595 2014-11-04  Andreas Schwab  <schwab@suse.de>
5597         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5599 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5601         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5602         mtvsrd instruction in binary form.
5604 2014-11-03  Andreas Schwab  <schwab@suse.de>
5606         [BZ #17522]
5607         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5608         for less than MB_LEN_MAX use a local buffer of that size.
5609         * libio/tst-fputws.c: New file.
5610         * libio/Makefile (tests): Add tst-fputws.
5612 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5614         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5615         the size of the fpu_fr.fpu_dregs[] array.
5617 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5619         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5620         (__nanosleep): Do not define as alias.
5621         (nanosleep): Define as alias of __nanosleep.
5622         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5623         __libc_nanosleep name.
5625 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5627         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5628         install.texi in comment.
5630 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5632         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5633         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5634         ... add here and use lwsync or sync ...
5635         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5636         ... and add here using lwsync.
5638 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5640         * elf/dl-machine-reject-phdr.h: New file.
5641         * elf/dl-load.c: #include that.
5642         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5643         if that returned true.
5645 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5647         [BZ #17496]
5648         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5649         gen-as-const-headers chunk.  Add a big scare comment after the last
5650         safe place to touch before-compile.
5652 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5654         * manual/install.texi (Tools for Compilation): Update autoconf
5655         version requirements.
5656         * INSTALL: Regenerated.
5658         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5659         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5660         (__libc_pselect): Likewise.
5662         [BZ #14138]
5663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5668 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5670         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5671         correct barrier instruction.
5672         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5673         Likewise.
5674         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5675         Likewise.
5677 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5679         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5680         after defining inlines.  Instead, just use parens to defeat macro
5681         expansion of __isctype in its declaration.
5683 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5685         * include/sys/uio.h (__libc_readv): Remove declaration.
5686         (__libc_writev): Likewise.
5687         * misc/readv.c (__libc_readv): Rename to __readv.
5688         (__readv): Do not define as alias.
5689         (readv): Define as alias of __readv.
5690         * misc/writev.c (__libc_writev): Rename to __writev.
5691         (__writev): Do not define as alias.
5692         (writev): Define as alias of __writev.
5693         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5694         (__readv): Do not define as alias.
5695         (readv): Define unconditionally as alias of __readv.
5696         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5697         (__writev): Do not define as alias.
5698         (writev): Define unconditionally as alias of __writev.
5699         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5700         name.
5701         (writev): Do not define __libc_writev name.
5703 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5705         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5706         (convert_charseq): New function, broken out of ...
5707         (use_from_charmap): ... here.  Call it.
5708         (use_to_charmap): Use convert_charseq and free instead of duplicating
5709         its code with a variable-length stack struct.
5711 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5713         * include/fcntl.h (__libc_creat): Remove declaration.
5714         * io/creat.c (__libc_creat): Rename to creat.
5715         (creat): Do not define as alias.
5716         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5717         of creat instead of __libc_creat.
5718         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5719         to creat.
5720         (creat): Do not define as alias.
5721         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5722         __libc_creat.
5723         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5724         __libc_creat name.
5725         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5726         Likewise.
5728 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5730         * manual/llio.texi: Add comments discussing why write() may be
5731         considered MT-unsafe on Linux.
5733 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5735         * dl-load.c (local_strdup): Remove.
5736         (expand_dynamic_string_token): Use __strdup.
5737         (decompose_rpath): Likewise.
5738         (_dl_map_object): Likewise.
5740 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5742         [BZ #14132]
5743         * sysdeps/generic/unwind-dw2-fde.c
5744         (__register_frame_info_bases_internal): Do not declare.
5745         (__register_frame_info_table_bases_internal): Likewise.
5746         (__deregister_frame_info_bases_internal): Likewise.
5747         (__register_frame_info_bases): Declare and use hidden_proto before
5748         definition.  Use hidden_def instead of INTDEF.
5749         (__register_frame_info_table_bases): Likewise.
5750         (__deregister_frame_info_bases): Likewise.
5751         (__register_frame_info): Do not use INTUSE.
5752         (__register_frame): Likewise.
5753         (__register_frame_info_table): Likewise.
5754         (__register_frame_table): Likewise.
5755         (__deregister_frame_info): Likewise.
5756         (__deregister_frame): Likewise.
5758 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5760         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5761         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5762         not undefine.
5763         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5764         Likewise.
5765         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5766         Likewise.
5768 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5770         [BZ #14138]
5771         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5772         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5773         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5774         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5775         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5776         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5777         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5778         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5779         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5780         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5781         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5782         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5783         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5784         syscall.
5785         (setfsuid): Likewise.
5786         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5787         (setfsuid): Likewise.
5788         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5789         (setfsuid): Likewise.
5790         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5791         Likewise.
5792         (setfsuid): Likewise.
5793         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5794         (setfsuid): Likewise.
5795         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5796         Likewise.
5797         (setfsuid): Likewise.
5799 2014-10-27  Andreas Schwab  <schwab@suse.de>
5801         [BZ #17501]
5802         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5803         check for Slow_SSE4_2 feature bit.
5804         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5805         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5806         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5807         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5809 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5811         * configure.ac: Validate compiler version with a empirical test of
5812         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5813         $CC -v output.
5814         * configure: Regenerated.
5816         * inet/htons.c (htons): Prototypify.
5817         * inet/htonl.c (htonl): Likewise.
5819 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5821         * string/strncat.c (strncat): Improve performance by using strlen.
5823 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5825         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5827 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5829         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5830         Call libc_fetestexcept_aarch64.
5832 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5834         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5835         Call libc_feholdexcept_aarch64.
5837 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5839         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5840         Call get_rounding_mode.
5842 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5844         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5845         Simplify logic.
5847 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5849         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5850         Simplify logic.
5852 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5854         [BZ #14138]
5855         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5856         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5857         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5858         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5859         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5860         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5861         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5862         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5863         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5864         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5865         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5866         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5867         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5868         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5869         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5870         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5871         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5872         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5873         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5874         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5875         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5876         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5877         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5878         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5879         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5880         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5881         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5882         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5883         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5884         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5885         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5886         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5887         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5888         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5889         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5890         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5891         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5892         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5893         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5894         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5895         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5896         syscall.
5897         (geteuid): Likewise.
5898         (getgid): Likewise.
5899         (getuid): Likewise.
5900         (getresgid): Likewise.
5901         (getresuid): Likewise.
5902         (getgroups): Likewise.
5903         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5904         (geteuid): Likewise.
5905         (getgid): Likewise.
5906         (getuid): Likewise.
5907         (getresgid): Likewise.
5908         (getresuid): Likewise.
5909         (getgroups): Likewise.
5910         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5911         (geteuid): Likewise.
5912         (getgid): Likewise.
5913         (getuid): Likewise.
5914         (getresgid): Likewise.
5915         (getresuid): Likewise.
5916         (getgroups): Likewise.
5917         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5918         Likewise.
5919         (geteuid): Likewise.
5920         (getgid): Likewise.
5921         (getuid): Likewise.
5922         (getresgid): Likewise.
5923         (getresuid): Likewise.
5924         (getgroups): Likewise.
5925         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5926         (geteuid): Likewise.
5927         (getgid): Likewise.
5928         (getuid): Likewise.
5929         (getresgid): Likewise.
5930         (getresuid): Likewise.
5931         (getgroups): Likewise.
5932         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5933         Likewise.
5934         (geteuid): Likewise.
5935         (getgid): Likewise.
5936         (getuid): Likewise.
5937         (getgroups): Likewise.
5939         [BZ #14138]
5940         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5941         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5942         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5943         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5944         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5945         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5946         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5947         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5948         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5949         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5950         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5951         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5952         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5953         __chown.
5954         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5955         (lchown): Likewise.
5956         (fchown): Likewise.
5957         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5958         Likewise.
5959         (lchown): Likewise.
5960         (fchown): Likewise.
5961         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5962         (lchown): Likewise.
5963         (fchown): Likewise.
5964         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5965         Likewise.
5966         (lchown): Likewise.
5967         (fchown): Likewise.
5969 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5971         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5972         Simplify logic.
5974 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5976         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5977         Cleanup logic.
5979 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5981         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5982         Remove unused include.
5984 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5986         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5987         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5988         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5989         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5991 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5992             Helge Deller <deller@gmx.de>
5994         [BZ #17508]
5995         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5996         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5997         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5999 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6001         [BZ #14132]
6002         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6003         Remove macro definition.
6004         (__ashrdi3_v_glibc20): Likewise.
6005         (__lshrdi3_v_glibc20): Likewise.
6006         (__cmpdi2_v_glibc20): Likewise.
6007         (__ucmpdi2_v_glibc20): Likewise.
6008         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6009         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6010         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6011         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6012         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6013         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6015 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6017         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6018         old GNU extension [0] syntax.
6019         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6020         alloca rather than an array member with variable length.
6021         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6022         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6023         (parse_opt): ... here.  Likewise use alloca there.
6024         Validate the -i argument before checking for rootness.
6025         (send_shutdown): New function, broken out of ...
6026         (parse_opt): ... here.
6028 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6030         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6031         macro to get at the _rt_local_ro field.
6032         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6033         ([PIC] case) or _dl_hwcap ([!PIC] case).
6034         * sysdeps/arm/setjmp.S: Likewise.
6036         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6037         * sysdeps/arm/configure.ac: New check to define it.
6038         * sysdeps/arm/configure: Regenerated.
6039         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6040         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6041         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6042         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6043         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6044         Use move/movt pair instead of a load.
6045         (LDST_GLOBAL): Macro removed.
6046         (LDR_GLOBAL): New macro replaces it.
6047         (LDR_HIDDEN): New macro.
6048         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6049         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6051         * setjmp/tst-setjmp-static.c: New file.
6052         * setjmp/Makefile (tests): Add it.
6053         (tests-static): New variable.
6055 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6057         [BZ #17485]
6058         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6060 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6062         [BZ #14132]
6063         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6065 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6067         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6069 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6071         * io/fts.c (dirent_not_directory): New function.
6072         (fts_build): Call it.
6074 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6076         * nptl/version.c (__nptl_main): Use normal __write rather than
6077         INTERNAL_SYSCALL.
6078         (banner): Update copyright years.
6080         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6081         gettimeofday.
6082         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6083         * nptl/pthread_cond_timedwait.c: Likewise.
6084         * nptl/pthread_mutex_timedlock.c: Likewise.
6085         * nptl/sem_timedwait.c: Likewise.
6087         * sysdeps/nptl/bits/libc-lock.h
6088         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6089         (__libc_lock_init_recursive): Return void, not 0.
6090         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6091         (__libc_rwlock_init): Likewise.
6092         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6094 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6096         [BZ #15215]
6097         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6098         (__pthread_once_slow): ... here.
6099         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6100         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6102 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6104         [BZ #15215]
6105         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6106         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6107         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6108         * nptl/pthread_once.c (__pthread_once): Likewise.
6109         Update comments.
6111 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6113         [BZ #14138]
6114         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6115         name.
6116         (writev): Use __libc_writev as strong name.
6117         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6118         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6120 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6122         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6124         * sysdeps/i386/nptl/tls.h
6125         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6126         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6127         New macros.
6128         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6129         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6130         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6131         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6132         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6133         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6135         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6136         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6137         on [__NR_futex].
6138         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6139         broken out of ...
6140         (__pthread_mutex_init): ... here.  Call it.
6141         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6142         Conditionalize PI cases on [__NR_futex].
6143         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6144         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6145         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6147         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6148         conditional on [SIGSETXID].
6149         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6150         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6151         is defined.  Likewise for SIGSETXID.
6152         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6153         Conditionalize definitions on [SIGSETXID].
6154         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6155         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6156         unblocking on [SIGCANCEL].
6158         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6159         [__NR_set_robust_list].
6161 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6163         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6164         (do_compare): Likewise.
6166 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6168         [BZ #15884]
6169         * string/strcoll_l.c: Don't include stdio.h.
6170         (coll_seq): Remove members idxarr and rulearr.
6171         (get_next_seq_cached): Remove function.
6172         (get_next_seq): Likewise.
6173         (get_next_seq_nocache): Rename to get_next_seq.
6174         (do_compare): Remove function.
6175         (do_compare_nocache): Rename to do_compare.
6176         (STRCOLL): Remove weight and rules cache.
6178 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6180         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6181         * sysdeps/arm/sfp-machine.h: ... to here.
6182         * sysdeps/arm/Implies: Remove arm/soft-fp.
6184 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6186         * conform/data/sys/utsname.h-data (*_t): Allow.
6187         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6188         [POSIX] (WEXITED): Do not expect constant.
6189         [POSIX] (WSTOPPED): Likewise.
6190         [POSIX] (WNOHANG): Likewise.
6191         [POSIX] (WNOWAIT): Likewise.
6192         [POSIX] (siginfo_t): Do not expect type or elements.
6193         [POSIX] (pid_t): Do not expect type.
6194         [POSIX] (signal.h): Do not allow header.
6195         [POSIX] (sys/resource.h): Likewise.
6196         [POSIX] (si_*): Do not allow pattern.
6197         [POSIX] (W*): Likewise.
6198         [POSIX] (P_*): Likewise.
6199         [POSIX] (BUS_*): Likewise.
6200         [POSIX] (CLD_*): Likewise.
6201         [POSIX] (FPE_*): Likewise.
6202         [POSIX] (ILL_*): Likewise.
6203         [POSIX] (POLL_*): Likewise.
6204         [POSIX] (SEGV_*): Likewise.
6205         [POSIX] (SI_*): Likewise.
6206         [POSIX] (TRAP_*): Likewise.
6207         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6208         variable.
6210 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6212         [BZ #12926]
6213         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6214         infinite loop when __recvmsg returns 0.
6216 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6218         * CANCEL-FCT-WAIVE: Remove file.
6219         * CANCEL-FILE-WAIVE: Likewise.
6221         [BZ #14132]
6222         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6223         instead of INTVARDEF.
6224         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6225         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6226         rtld_hidden_data_def instead of INTVARDEF.
6227         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6228         * elf/dl-deps.c (expand_dst): Likewise.
6229         * elf/dl-load.c (_dl_dst_count): Likewise.
6230         (_dl_dst_substitute): Likewise.
6231         (decompose_rpath): Likewise.
6232         (_dl_init_paths): Likewise.
6233         (open_path): Likewise.
6234         (_dl_map_object): Likewise.
6235         * elf/rtld.c (dl_main): Likewise.
6236         (process_dl_audit): Likewise.
6237         (process_envvars): Likewise.
6238         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6239         Remove declaration.
6240         (__libc_enable_secure): Use rtld_hidden_proto.
6242 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6244         * elf/dl-load.c
6245         (add_path): New function broken out of _dl_rtld_di_serinfo.
6246         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6248 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6250         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6251         parentheses around macro arguments.
6252         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6253         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6254         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6255         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6256         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6257         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6258         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6259         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6260         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6261         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6262         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6263         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6264         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6265         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6266         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6267         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6268         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6269         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6270         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6271         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6272         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6273         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6274         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6275         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6276         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6277         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6278         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6279         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6280         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6281         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6282         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6283         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6284         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6285         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6286         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6287         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6288         Likewise.
6289         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6290         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6291         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6292         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6293         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6294         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6295         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6296         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6297         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6298         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6299         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6300         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6301         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6302         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6303         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6304         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6305         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6306         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6307         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6308         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6309         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6310         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6311         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6312         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6313         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6314         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6315         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6316         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6317         (_FP_FRAC_SRS_1): Likewise.
6318         (_FP_FRAC_CLZ_1): Likewise.
6319         (_FP_MUL_MEAT_1_imm): Likewise.
6320         (_FP_MUL_MEAT_1_wide): Likewise.
6321         (_FP_MUL_MEAT_1_hard): Likewise.
6322         (_FP_SQRT_MEAT_1): Likewise.
6323         (_FP_FRAC_ASSEMBLE_1): Likewise.
6324         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6325         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6326         (__FP_CLZ_2): Likewise.
6327         (_FP_MUL_MEAT_2_wide): Likewise.
6328         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6329         (_FP_MUL_MEAT_2_gmp): Likewise.
6330         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6331         (_FP_SQRT_MEAT_2): Likewise.
6332         (_FP_FRAC_ASSEMBLE_2): Likewise.
6333         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6334         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6335         (_FP_FRAC_CLZ_4): Likewise.
6336         (_FP_MUL_MEAT_4_wide): Likewise.
6337         (_FP_MUL_MEAT_4_gmp): Likewise.
6338         (_FP_SQRT_MEAT_4): Likewise.
6339         (_FP_FRAC_ASSEMBLE_4): Likewise.
6340         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6341         * soft-fp/op-common.h (_FP_CMP): Likewise.
6342         (_FP_CMP_EQ): Likewise.
6343         (_FP_CMP_UNORD): Likewise.
6344         (_FP_TO_INT): Likewise.
6345         (_FP_FROM_INT): Likewise.
6346         [!__FP_CLZ] (__FP_CLZ): Likewise.
6347         (_FP_DIV_HELP_imm): Likewise.
6348         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6349         Likewise.
6350         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6351         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6352         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6353         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6354         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6355         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6356         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6357         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6358         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6359         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6360         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6361         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6362         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6363         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6364         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6365         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6366         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6367         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6368         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6369         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6370         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6371         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6372         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6373         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6374         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6375         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6376         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6377         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6378         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6379         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6380         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6381         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6382         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6383         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6384         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6385         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6386         (FP_UNPACK_RAW_SP): Likewise.
6387         (FP_PACK_RAW_S): Likewise.
6388         (FP_PACK_RAW_SP): Likewise.
6389         (FP_UNPACK_S): Likewise.
6390         (FP_UNPACK_SP): Likewise.
6391         (FP_UNPACK_SEMIRAW_S): Likewise.
6392         (FP_UNPACK_SEMIRAW_SP): Likewise.
6393         (FP_PACK_S): Likewise.
6394         (FP_PACK_SP): Likewise.
6395         (FP_PACK_SEMIRAW_S): Likewise.
6396         (FP_PACK_SEMIRAW_SP): Likewise.
6397         (_FP_SQRT_MEAT_S): Likewise.
6398         (FP_CMP_S): Likewise.
6399         (FP_CMP_EQ_S): Likewise.
6400         (FP_CMP_UNORD_S): Likewise.
6401         (FP_TO_INT_S): Likewise.
6402         (FP_FROM_INT_S): Likewise.
6404         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6406         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6407         (FP_EX_INVALID_IMZ): Likewise.
6408         (FP_EX_INVALID_IMZ_FMA): Likewise.
6409         (FP_EX_INVALID_ISI): Likewise.
6410         (FP_EX_INVALID_ZDZ): Likewise.
6411         (FP_EX_INVALID_IDI): Likewise.
6412         (FP_EX_INVALID_SQRT): Likewise.
6413         (FP_EX_INVALID_CVI): Likewise.
6414         (FP_EX_INVALID_VC): Likewise.
6415         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6416         "invalid" exceptions.
6417         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6418         (_FP_ADD_INTERNAL): Likewise.
6419         (_FP_MUL): Likewise.
6420         (_FP_FMA): Likewise.
6421         (_FP_DIV): Likewise.
6422         (_FP_CMP_CHECK_NAN): Likewise.
6423         (_FP_SQRT): Likewise.
6424         (_FP_TO_INT): Likewise.
6425         (FP_EXTEND): Likewise.
6427 2014-10-09  Allan McRae  <allan@archlinux.org>
6429         * po/fr.po: Update French translation from translation project.
6431 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6433         [BZ #14132]
6434         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6435         of INTDEF.
6436         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6437         (__cxa_atexit): Use libc_hidden_proto.
6438         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6440         [BZ #14132]
6441         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6442         declaration.
6443         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6444         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6445         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6446         [!_ISOMAC] (__iswctype_internal): Likewise.
6447         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6448         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6449         alias.
6450         (fcntl): Remove __fcntl_internal alias.
6451         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6452         __connect_internal alias.
6453         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6454         Likewise.
6456         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6457         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6458         FP_DENORM_ZERO.
6459         (_FP_CHECK_FLUSH_ZERO): New macro.
6460         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6461         (_FP_CMP): Likewise.
6462         (_FP_CMP_EQ): Likewise.
6463         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6464         FP_DENORM_ZERO.
6465         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6466         (FP_TRUNC): Likewise.
6468         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6469         treated as invalid conversion, not as normal exponent.
6471         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6472         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6473         (_FP_CMP_EQ): Likewise.
6474         (_FP_CMP_UNORD): Likewise.
6475         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6476         (FP_CMP_EQ_D): Likewise.
6477         (FP_CMP_UNORD_D): Likewise.
6478         * soft-fp/extended.h (FP_CMP_E): Likewise.
6479         (FP_CMP_EQ_E): Likewise.
6480         (FP_CMP_UNORD_E): Likewise.
6481         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6482         (FP_CMP_EQ_Q): Likewise.
6483         (FP_CMP_UNORD_Q): Likewise.
6484         * soft-fp/single.h (FP_CMP_S): Likewise.
6485         (FP_CMP_EQ_S): Likewise.
6486         (FP_CMP_UNORD_S): Likewise.
6487         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6488         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6489         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6490         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6491         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6492         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6493         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6494         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6495         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6496         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6497         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6498         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6499         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6500         to FP_CMP_Q.
6501         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6502         FP_CMP_Q.
6503         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6504         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6505         FP_CMP_EQ_Q.
6506         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6507         FP_CMP_Q.
6508         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6509         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6510         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6511         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6512         FP_CMP_EQ_Q.
6513         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6514         FP_CMP_Q.
6515         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6516         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6517         FP_CMP_EQ_Q.
6518         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6519         FP_CMP_Q.
6520         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6521         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6522         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6523         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6524         FP_CMP_EQ_Q.
6526         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6527         a subnormal result, set the underflow exception if trapping on
6528         underflow is enabled.
6529         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6530         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6531         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6532         redefine to 0.
6533         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6534         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6535         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6536         * soft-fp/extendxftf2.c (__extendxftf2): Use
6537         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6539         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6540         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6541         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6542         FP_HANDLE_EXCEPTIONS.
6543         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6544         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6545         FP_HANDLE_EXCEPTIONS.
6546         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6547         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6548         FP_HANDLE_EXCEPTIONS.
6549         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6550         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6551         FP_HANDLE_EXCEPTIONS.
6553 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6555         [BZ #14132]
6556         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6557         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6558         use INTUSE.
6559         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6560         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6561         Remove alias.
6562         (__adjtimex): Define using libc_hidden_ver.
6563         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6564         Remove declaration.
6565         (ntp_gettime): Call __adjtimex directly.
6566         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6567         Remove declaration.
6568         (ntp_gettimex): Call __adjtimex directly.
6569         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6570         __adjtimex_internal alias.
6572 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6574         [BZ #17460]
6575         * nscd/nscd.c (more_help): Rewrite list of tables collection
6576         using xstrdup and asprintf.
6578         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6580 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6581             Roland McGrath  <roland@hack.frob.com>
6583         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6584         (do_lookup_unique): ... local function 'enter' here; update callers.
6586 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6588         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6589         compat_symbol calls on [SHARED].
6590         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6591         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6592         Remove.
6593         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6594         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6595         (oldsetrlimit): Remove.
6596         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6598         (lchown): New syscall entry.
6599         (oldsetrlimit): Remove.
6600         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6601         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6602         (oldsetrlimit): Remove.
6603         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6605         [BZ #14138]
6606         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6607         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6608         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6609         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6610         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6611         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6612         (fchown): Likewise.
6613         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6614         (fchown): Likewise.
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6616         Likewise.
6618 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6620         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6621         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6622         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6623         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6624         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6625         Likewise.
6626         (__old_sem_post): Likewise.
6628 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6630         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6631         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6632         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6633         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6634         Use INLINE_VSYSCALL macro.
6635         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6636         __vdso_clock_gettime.
6637         * sysdeps/unix/sysv/linux/tile/init-first.c
6638         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6639         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6640         __vdso_clock_gettime.
6642         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6643         to set up frame more cleanly.
6645         * sysdeps/tile/memcmp.c: New file.
6647         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6649         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6650         * sysdeps/tile/tilegx/strcasestr.c: New file.
6651         * sysdeps/tile/tilegx/strnlen.c: New file.
6652         * sysdeps/tile/tilegx/strstr.c: New file.
6654         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6656 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6658         * nptl/tst-setuid3.c: Write errors to stdout.
6660 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6662         * elf/dl-deps.c
6663         (preload): New functions broken out of _dl_map_object_deps.
6664         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6666 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6668         [BZ #14138]
6669         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6670         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6672 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6674         * sysdeps/mips/strcmp.S: New.
6676 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6678         [BZ #14138]
6679         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6680         (linkat): Likewise.
6681         (mkdirat): Likewise.
6682         (readlinkat): Likewise.
6683         (renameat): Likewise.
6684         (symlinkat): Likewise.
6685         (unlinkat): Likewise.
6686         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6687         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6688         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6689         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6690         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6691         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6692         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6694 2014-09-30  Will Newton  <will.newton@linaro.org>
6696         * math/math.h: Define long double math functions if
6697         _LIBC_TEST is defined.
6698         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6700         * localedata/Makefile: Move assignment to tests-special
6701         into an ifdef testing run-built-tests.
6702         * timezone/Makefile: Likewise.
6704 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6706         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6707         with $(BASH) not $(SHELL).
6709 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6710             Matthew LeGendre  <legendre1@llnl.gov>
6712         [BZ #17411]
6713         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6714         l_reloc_result.
6716 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6718         * stdio-common/printf_fp.c
6719         (hack_digit): New function, broken out of ...
6720         (__printf_fp): ... local function here.  Update call sites.
6721         hack_digit now takes an additional parameter that is a pointer
6722         to a struct of the referenced locals.  Those locals moved inside
6723         the struct and references updated.
6725 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6727         * aclocal.m4: Require autoconf 2.69.
6728         * configure: Regenerated.
6729         * sysdeps/aarch64/configure: Likewise.
6730         * sysdeps/alpha/configure: Likewise.
6731         * sysdeps/arm/armv7/configure: Likewise.
6732         * sysdeps/arm/configure: Likewise.
6733         * sysdeps/ia64/configure: Likewise.
6734         * sysdeps/mach/configure: Likewise.
6735         * sysdeps/mips/configure: Likewise.
6736         * sysdeps/s390/configure: Likewise.
6737         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6740         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6741         file.
6742         * sysdeps/ia64/configure.ac: Likewise.
6744 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6747         specify symbol version for ld.so.  Do not include entry for
6748         libpthread.
6749         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6750         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6751         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6753         [BZ #14171]
6754         * Makeconfig [$(build-shared) = yes]
6755         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6756         makefiles.
6757         [$(build-shared) = yes && $(soversions.mk-done) = t]
6758         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6759         [$(build-shared) = yes && $(soversions.mk-done) = t]
6760         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6761         to Makerules.
6762         [$(build-shared) = yes && $(soversions.mk-done) = t]
6763         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6764         here.
6765         [$(build-shared) = yes && $(soversions.mk-done) = t]
6766         (common-generated): Don't append gnu/lib-names.h and
6767         gnu/lib-names.stmp here.
6768         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6769         (lib-names-h-abi): New variable.
6770         [$(build-shared) = yes && $(soversions.mk-done) = t]
6771         (lib-names-stmp-abi): Likewise.
6772         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6773         abi-variants] (before-compile): Append
6774         $(common-objpfx)$(lib-names-h-abi).
6775         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6776         abi-variants] (common-generated): Append gnu/lib-names.h.
6777         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6778         abi-variants] (install-others-nosubdir): Depend on
6779         $(inst_includedir)/$(lib-names-h-abi).
6780         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6781         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6782         [$(build-shared) = yes && $(soversions.mk-done) = t]
6783         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6784         [$(build-shared) = yes && $(soversions.mk-done) = t]
6785         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6786         [$(build-shared) = yes && $(soversions.mk-done) = t]
6787         (common-generated): Append $(lib-names-h-abi) and
6788         $(lib-names-stmp-abi).
6789         * scripts/lib-names.awk: Do not handle multi being set.
6790         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6791         Remove variable.
6792         (abi-lp64_be-ld-soname): Likewise.
6793         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6794         Likewise.
6795         (abi-hard-ld-soname): Likewise.
6796         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6797         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6798         Remove variable.
6799         (abi-o32_hard-ld-soname): Likewise.
6800         (abi-o32_soft_2008-ld-soname): Likewise.
6801         (abi-o32_hard_2008-ld-soname): Likewise.
6802         (abi-n32_soft-ld-soname): Likewise.
6803         (abi-n32_hard-ld-soname): Likewise.
6804         (abi-n32_soft_2008-ld-soname): Likewise.
6805         (abi-n32_hard_2008-ld-soname): Likewise.
6806         (abi-n64_soft-ld-soname): Likewise.
6807         (abi-n64_hard-ld-soname): Likewise.
6808         (abi-n64_soft_2008-ld-soname): Likewise.
6809         (abi-n64_hard_2008-ld-soname): Likewise.
6810         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6811         Likewise.
6812         (abi-64-v2-ld-soname): Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6814         ld.so entries.
6815         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6816         variable.
6817         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6818         entry.
6819         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6820         variable.
6821         (abi-64-ld-soname): Likewise.
6822         (abi-x32-ld-soname): Likewise.
6823         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6824         entry.
6825         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6827 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6829         [BZ #14138]
6830         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6831         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6832         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6833         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6834         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6835         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6836         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6837         syscall entry for GLIBC_2.2 symbol version.
6838         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6839         Likewise.
6840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6841         (setrlimit): Likewise.
6842         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6843         Likewise.
6845 2014-09-23  Will Newton  <will.newton@linaro.org>
6847         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6848         _LINUX_ARM_SYSDEP_H include guard too.
6849         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6850         define.
6852 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6854         * sysdeps/unix/sysv/linux/eventfd.c:
6855         Make first argument unsigned.
6856         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6857         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6859 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6861         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6862         * socket/sys/socket.h: Likewise
6863         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6865 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6867         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6869 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6871         * time/tst-ftime.c: New test.
6872         * time/Makefile (tests): Add tst-ftime.
6874 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6876         * soft-fp/extended.h: Fix comment formatting.
6877         * soft-fp/op-1.h: Likewise.
6878         * soft-fp/op-2.h: Likewise.
6879         * soft-fp/op-4.h: Likewise.
6880         * soft-fp/op-8.h: Likewise.
6881         * soft-fp/op-common.h: Likewise.
6882         * soft-fp/soft-fp.h: Likewise.
6884         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6886 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6888         [BZ #6652]
6889         * Makeconfig (soversions-default-setname): Remove variable.
6890         ($(common-objpfx)soversions.i): Don't pass default_setname to
6891         soversions.awk.
6892         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6893         oldest_abi to abi-versions.awk.
6894         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6895         * config.make.in (oldest-abi): Remove variable.
6896         * configure.ac (--enable-oldest-abi): Remove configure option.
6897         * configure: Regenerated.
6898         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6899         text.
6900         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6901         * scripts/soversions.awk: Do not handle default_setname variable.
6902         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6903         variable.
6904         * sysdeps/mach/hurd/configure: Regenerated.
6905         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6906         variable.
6907         * sysdeps/unix/sysv/linux/configure: Regenerated.
6909 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6911         * elf/Makefile (CFLAGS-interp.c): Remove.
6912         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6913         path string.
6914         * elf/interp.c: Include generated runtime-linker.h
6916         * Makerules (lib%.so): Don't include $(+interp) in
6917         prerequisites.
6918         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6919         * dlfcn/eval.c: Remove file.
6921         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6922         macros.
6924         [BZ #17266]
6925         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6926         4.2 and newer.
6928         [BZ #17370]
6929         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6931 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6932             Jakub Jelinek  <jakub@redhat.com>
6934         [BZ #17266]
6935         * libio/stdio.h: Check definition of __fortify_function
6936         instead of __extern_always_inline to include bits/stdio2.h.
6937         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6938         check if __extern_always_inline is defined.
6939         [__USE_MISC || __USE_XOPEN]: Likewise.
6940         [__USE_ISOC99] Likewise.
6941         * misc/sys/cdefs.h (__fortify_function): Define only if
6942         __extern_always_inline is defined.
6943         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6944         __extern_always_inline and __extern_inline only for g++-4.3
6945         and newer or a compatible gcc.
6947 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6949         [BZ #17371]
6950         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6951         last change to handle zero prefix length.
6953 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6955         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6956         _SC_REGEX_VERSION.
6958         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6959         _POSIX_RAW_SOCKETS.
6961 2014-09-13  Allan McRae  <allan@archlinux.org>
6963         * po/ru.po: Update Russian translation from translation project.
6965 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6967         * locale/programs/locale.c (show_locale_vars): Inline local function
6968         into its sole call site.  Clean up some style nits.
6969         (print_item): New function, broken out of ...
6970         (show_info): ... local function here.  Clean up style nits.
6972         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6973         out of ...
6974         (set_class_defaults): ... local function set_default here.
6975         Define set_default as a macro locally to pass constant parameters.
6976         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6977         rather than a shared local.
6979         * stdlib/rpmatch.c (try): New function, broken out of ...
6980         (rpmatch): ... local function here.  Also, prototypify definition.
6982 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6984         * scripts/soversions.awk: Do not handle configuration names.
6985         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6986         vendor and os variables to soversions.awk.
6987         * configure.ac: Do not modify gnu-* host_os.
6988         * configure: Regenerated
6989         * shlib-versions: Remove first column with configuration names.
6990         * nptl/shlib-versions: Likewise.
6991         * nptl_db/shlib-versions: Likewise.
6992         * sysdeps/hppa/shlib-versions: Likewise.
6993         * sysdeps/m68k/shlib-versions: Likewise.
6994         * sysdeps/mach/hurd/shlib-versions: Likewise.
6995         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6996         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6997         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6998         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6999         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7000         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7001         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7002         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7004         Likewise.
7005         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7006         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7007         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7008         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7009         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7010         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7011         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7012         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7015         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7017         Regenerated.
7018         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7020         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7022         * shlib-versions: Remove OS-specific entries.  Moved to files in
7023         sysdeps.
7024         * sysdeps/mach/hurd/shlib-versions: New file.
7025         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7027         * nptl/shlib-versions: Remove architecture-specific entries.
7028         Moved to files in sysdeps.
7029         * shlib-versions: Likewise.
7030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7031         file.
7032         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7033         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7034         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7035         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7037         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7038         (UDP_NO_CHECK6_RX): Likewise.
7040 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7042         * sysdeps/posix/sysconf.c (__sysconf): Spell
7043         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7045 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7047         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7048         loading.
7049         * iconv/Versions (__gconv_transliterate): Export for use from
7050         gconv modules.
7051         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7052         (struct __gconv_trans_data, __gconv_trans_fct,
7053         __gconv_trans_context_fct, __gconv_trans_query_fct,
7054         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7055         definitions.
7056         (struct __gconv_step_data): Remove __trans member.
7057         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7058         longer hidden.  Remove unused trans_data argument.
7059         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7060         (__gconv_translit_find): Remove declaration.
7061         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7062         prototype.
7063         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7064         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7065         trans_data argument.  Add hidden definition.
7066         (__gconv_translit_find): Remove.
7067         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7068         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7069         * iconv/skeleton.c: Remove transliteration initialization.
7070         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7071         __gconv_step_data initialization.
7072         * libio/iofwide.c (__libio_translit_): Remove.
7073         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7074         * wcsmbs/btowc.c (__btowc): Likewise.
7075         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7076         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7077         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7078         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7079         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7080         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7081         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7082         * wcsmbs/wctob.c (wctob): Likewise.
7084 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7086         [BZ #16194]
7087         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7088         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7089         register usage.
7090         * sysdeps/x86/Makefile: Adjust.
7092 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7093             Roland McGrath  <roland@hack.frob.com>
7095         * locale/weight.h: Add include guard.
7096         (findidx): Make static rather than auto; take new parameters
7097         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7098         * locale/weightwc.h: Likewise.
7099         * posix/fnmatch_loop.c
7100         (FCT): Change type of EXTRA from int32_t to wint_t.
7101         Don't include either header inside the function.
7102         Call FINDIDX rather than findidx, and pass new arguments.
7103         #undef FINDIDX at the end of the file.
7104         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7105         FINDIDX before including fnmatch_loop.c for the non-wide version.
7106         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7107         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7108         for the wide version.
7109         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7110         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7111         Pass new arguments to findidx.
7112         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7113         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7114         Don't #include it inside the function.  Pass new arguments to findidx.
7115         * posix/regex_internal.h
7116         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7117         (re_string_elem_size_at): Don't #include it inside the function.
7118         Pass new arguments to findidx.
7119         * string/strcoll_l.c: #include WEIGHT_H at top level.
7120         (get_next_seq): Don't #include it inside the function.
7121         Pass new arguments to findidx.
7122         (get_next_seq_nocache): Likewise.
7123         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7124         (STRXFRM): Don't #include it inside the function.
7125         Pass new arguments to findidx.
7127 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7129         [BZ #17344]
7130         * malloc/malloc.c (unlink): Turn asserts into a call to
7131         malloc_printerr.
7133 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7135         [BZ #17370]
7136         * libio/wfileops (do_ftell_wide): Free OUT.
7138 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7140         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7142 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7144         [BZ #17363]
7145         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7146         group if the current group is empty.
7148 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7150         * benchtests/bench-memset.c (test_main): Add more test from size
7151         from 32 to 512 bytes.
7152         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7153         Add POWER8 memset object.
7154         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7155         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7156         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7157         implementation.
7158         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7159         Likewise.
7160         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7161         multiarch POWER8 memset optimization.
7162         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7163         POWER8 memset optimization.
7165         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7166         Remove bzero multiarch objects.
7167         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7168         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7169         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7170         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7171         Remove define.
7172         [__bzero]: Redefine to specific name.
7173         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7174         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7175         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7176         define.
7177         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7178         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7180 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7182         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7183         warnings into errors.
7185         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7186         __cxa_thread_atexit_impl prototype.
7188 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7190         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7191         Fix capitalization of error message.
7193 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7195         * sysdeps/mips/preconfigure: Modify ABI tests.
7197 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7199         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7201 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7202             Carlos O'Donell  <carlos@systemhalted.org>
7204         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7205         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7206         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7207         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7208         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7209         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7210         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7211         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7212         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7213         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7214         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7215         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7216         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7217         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7218         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7219         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7220         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7221         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7222         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7223         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7224         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7225         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7226         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7227         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7228         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7229         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7230         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7231         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7232         Deconditionalize the code that was previously under [RESET_PID].
7233         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7234         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7235         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7236         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7237         include sysdep.h.
7239 2014-09-08  Allan McRae  <allan@archlinux.org>
7241         * version.h (RELEASE): Set to "development".
7242         (VERSION): Set to "2.20.90"
7244 2014-09-07  Allan McRae  <allan@archlinux.org
7246         * version.h (RELEASE): Set to "stable".
7247         (VERSION): Set to "2.20"
7248         * include/features.h (__GLIBC_MINOR__): Set to 20.
7250         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7251         Liebler.
7253         * po/ko.po: Update Korean translation from translation project.
7255 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7257         [BZ #17354]
7258         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7259         macro for handling signed relocations.
7261 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7263         [BZ #17325]
7264         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7265         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7266         assert.
7267         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7268         * iconvdata/ibm935.c (BODY): Likewise.
7269         * iconvdata/ibm937.c (BODY): Likewise.
7270         * iconvdata/ibm939.c (BODY): Likewise.
7271         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7272         assert.
7273         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7274         script.
7275         * iconvdata/run-iconv-test.sh: New test loop for checking for
7276         decoder crashers.
7278 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7280         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7281         libm_hidden_ver.
7283 2014-09-01  Allan McRae  <allan@archlinux.org>
7285         * po/eo.po: Update Esperanto translation from translation project.
7287         * po/ca.po: Update Catalan translation from translation project.
7289 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7291         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7292         __proc_dostop call.
7294 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7296         [BZ #17319]
7297         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7298         to call set_thread_area instead of hand written asm.
7299         (__NR_set_thread_area): Removed define.
7300         (TLS_FLAG_WRITABLE): Likewise.
7301         (__ASSUME_SET_THREAD_AREA): Remove check.
7302         (TLS_EBX_ARG): Remove define.
7303         (TLS_LOAD_EBX): Likewise.
7305 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7307         Simplify atomicity of socket creation in bind.
7309         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7310         looking up the name after linking the file.
7312 2014-08-27  Allan McRae  <allan@archlinux.org>
7314         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7316 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7318         [BZ #17187]
7319         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7320         trans_compare, open_translit, __gconv_translit_find):
7321         Remove module loading code.
7323 2014-08-26  Allan McRae  <allan@archlinux.org>
7325         * po/vi.po: Update Vietnamese translation from translation project.
7327         * po/uk.po: Update Ukrainian translation from translation project.
7329         * po/fr.po: Update French translation from translation project.
7331         * po/ru.po: Update Russian translation from translation project.
7333         * po/pl.po: Update Polish translation from translation project.
7335         * po/cs.po: Update Czech translation from translation project.
7337         * po/de.po: Update German translation from translation project.
7339         * po/bg.po: Update Bulgarian translation from translation project.
7341         * po/sv.po: Update Sweedish translation from translation project.
7343         * po/nl.po: Update Dutch translation from translation project.
7345         * po/es.po: Update Spanish translation from translation project.
7347 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7349         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7351         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7352         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7353         (CPPFLAGS-iconvconfig): Likewise.
7354         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7356         * include/libc-symbols.h: Remove unnecessary check for
7357         NOT_IN_libc.
7358         * nptl/pthreadP.h: Likewise.
7359         * sysdeps/aarch64/setjmp.S: Likewise.
7360         * sysdeps/alpha/setjmp.S: Likewise.
7361         * sysdeps/arm/sysdep.h: Likewise.
7362         * sysdeps/i386/setjmp.S: Likewise.
7363         * sysdeps/m68k/setjmp.c: Likewise.
7364         * sysdeps/posix/getcwd.c: Likewise.
7365         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7366         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7367         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7368         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7369         * sysdeps/sh/sh3/setjmp.S: Likewise.
7370         * sysdeps/sh/sh4/setjmp.S: Likewise.
7371         * sysdeps/unix/alpha/sysdep.h: Likewise.
7372         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7373         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7374         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7375         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7378         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7379         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7380         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7381         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7382         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7383         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7384         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7385         * sysdeps/x86_64/setjmp.S: Likewise.
7387 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7389         [BZ #17263]
7390         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7391         <stdint.h>.
7392         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7393         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7395 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7397         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7399         [BZ #17262]
7400         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7401         and __x86_64__ when disabling x87 inline functions.
7403 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7405         [BZ #17259]
7406         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7407         asm statement with __cpuid_count.
7409 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7411         * configure.ac: Change __ehdr_start code to dereference the struct.
7412         Run readelf on the output to look for relocations.
7413         * configure: Regenerated.
7415 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7417         [BZ #17261]
7418         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7419         value to 0.
7420         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7422 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7424         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7426 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7428         [BZ #16892]
7429         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7430         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7432 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7434         * malloc/malloc.c: Fix typo in comment.
7436 2014-08-09  Allan McRae  <allan@archlinux.org>
7438         * Regenerate libc.po.
7440 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7442         * intl/tst-gettext2.sh: Check every lang file for creation.
7444 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7446         * sysdeps/aarch64/fpu/math_private.h
7447         (libc_feholdsetround_noex_aarch64_ctx): New function.
7449 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7451         * sysdeps/arm/armv6/strcpy.S (strcpy):
7452         Fix performance issue in misaligned cases.
7454 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7456         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7457         Move definition from termios.h.
7458         (struct termio): Likewise.
7459         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7460         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7461         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7462         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7463         Likewise.
7464         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7465         Move definition to ioctl-types.h
7466         (struct termio): Likewise.
7467         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7468         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7469         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7470         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7471         Likewise.
7473 2014-08-05  Richard Henderson  <rth@redhat.com>
7475         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7476         exceptions.
7477         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7478         Add fraiseexcpt.
7479         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7480         Use __feraiseexcept.
7481         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7482         Protect libm symbols with IS_IN_libm.
7484         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7486 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7488         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7490 2014-08-04  Will Newton  <will.newton@linaro.org>
7492         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7493         file.
7495 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7497         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7498         variants for each function.
7500 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7502         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7503         appended ...
7504         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7505         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7506         appended ...
7507         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7508         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7509         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7510         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7511         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7512         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7513         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7514         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7515         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7516         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7517         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7518         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7519         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7520         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7521         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7522         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7523         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7524         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7525         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7526         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7527         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7528         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7529         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7531         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7532         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7533         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7535         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7537         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7539         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7541         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7542         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7543         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7544         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7545         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7546         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7547         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7548         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7549         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7550         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7551         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7552         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7553         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7554         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7555         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7556         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7557         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7558         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7559         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7560         Update #include.
7561         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7562         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7564 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7566         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7567         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7568         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7569         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7570         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7571         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7573 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7575         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7576         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7577         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7578         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7580 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7582         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7583         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7584         (__libc_vfork): Define function under this name.
7585         (__vfork): Define as an alias.
7586         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7587         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7589 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7591         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7592         that was previously under [RESET_PID].
7593         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7595 2014-08-04  Andreas Schwab  <schwab@suse.de>
7597         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7599 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7601         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7602         (main): Likewise.
7604 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7606         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7608 2014-08-01  Richard Henderon  <rth@redhat.com>
7610         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7611         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7612         typo in exact zero test.
7613         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7614         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7615         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7617 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7619         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7620         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7621         * sysdeps/arm/sysdep.h: ... here.
7622         [!__ASSEMBLER__]: Include <stdint.h>.
7624 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7626         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7627         (HAVE_WCTYPE_H): Likewise.
7628         (HAVE_ISWCTYPE): Likewise.
7629         (ENABLE_NLS): Likewise.
7630         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7631         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7633         * posix/regex_internal.c: Check if DEBUG is defined and is
7634         set.
7636         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7637         (HAVE_MBSRTOWCS): Likewise.
7638         * posix/fnmatch.c: Include string.h unconditionally.
7640 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7642         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7643         reversal.
7645 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7647         * sysdeps/generic/safe-fatal.h: New file.
7648         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7649         * nptl/forward.c: Include it.
7650         (__pthread_unwind): Use __safe_fatal as default action, rather
7651         than a bogus use of INTERNAL_SYSCALL that could never work.
7653         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7654         * configure.ac (libc_cv_builtin_trap): New test.
7655         * configure: Regenerated.
7656         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7657         (ABORT_INSTRUCTION): Define using __builtin_trap.
7659         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7660         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7661         * sysdeps/nptl/nptl-signals.h: New file.
7662         * nptl/pthreadP.h: Include <nptl-signals.h>.
7664 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7666         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7667         (ONE_DIRECTION): Define.
7668         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7669         (ONE_DIRECTION): Define.
7670         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7671         (ONE_DIRECTION): Define.
7673 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7675         * sysdeps/s390/Makefile: Delete file.
7676         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7677         * sysdeps/s390/__longjmp.c: Delete file.
7678         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7679         Remove fields __flags and __reserved.
7680         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7681         and add versioning.
7682         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7683         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7684         * sysdeps/s390/rtld-setjmp.S: Likewise.
7685         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7686         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7687         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7688         * sysdeps/s390/s390-32/setjmp.S: ... here.
7689         Add versioning.
7690         (__sigsetjmp): Remove setting __flags field.
7691         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7692         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7693         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7694         * sysdeps/s390/s390-64/setjmp.S: ... here.
7695         Add versioning.
7696         (__sigsetjmp): Remove setting __flags field.
7697         * sysdeps/s390/setjmp.S: Delete file.
7698         * sysdeps/s390/sigjmp.c: Likewise.
7699         * sysdeps/s390/v1-longjmp.c: Likewise.
7700         * sysdeps/s390/v1-setjmp.h: Likewise.
7701         * sysdeps/s390/v1-sigjmp.c: Likewise.
7702         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7703         Remove v1-longjmp_chk.
7704         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7705         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7706         Include debug/longjmp_chk.c and add versioning.
7707         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7708         Include nptl/pt-longjmp.c and add versioning.
7709         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7710         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7711         Include __longjmp.c.
7712         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7713         Move to ...
7714         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7715         (__getcontext): Remove setting __flags field.
7716         Add versioning.
7717         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7718         Don't restore upper high grps.
7719         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7720         Likewise.
7721         (__swapcontext): Remove setting uc_flags field.
7722         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7723         Delete file.
7724         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7725         Include __longjmp.c.
7726         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7727         Move to ...
7728         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7729         (__getcontext): Remove setting __flags field.
7730         Add versioning.
7731         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7732         (__swapcontext): Remove setting uc_flags field.
7733         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7734         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7735         Remove fields uc_high_gprs and __reserved.
7736         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7737         New file with reverted content.
7738         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7739         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7740         Regenerated.
7741         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7742         Regenerated.
7744 2014-07-31  Andreas Schwab  <schwab@suse.de>
7746         * config.h.in (HAVE_IFUNC): Define to 0.
7747         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7748         definedness.
7750 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7752         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7753         memmove-avx-unaligned, memcpy-avx-unaligned and
7754         mempcpy-avx-unaligned.
7755         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7756         Add tests for AVX memcpy functions.
7757         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7758         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7759         memcpy_chk.
7760         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7761         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7762         memmove_chk.
7763         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7764         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7765         mempcpy_chk.
7766         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7767         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7768         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7770 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7772         [BZ #17213]
7773         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7774         powerpc64le.
7776 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7778         [BZ #16839]
7779         * manual/llio.texi: Add section about open file description locks.
7780         * manual/examples/ofdlocks.c: Example of open file description
7781         lock usage.
7782         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7783         F_OFD_SETLK, and F_OFD_SETLKW.
7785 2014-07-23  Allan McRae  <allan@archlinux.org>
7787         * po/es.po: Update Spanish translation from translation project.
7789 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7791         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7793 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7795         [BZ #17078]
7796         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7797         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7798         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7800 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7802         [BZ #17088]
7803         * math/fesetenv.c (__fesetenv)
7804         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7805         * math/feupdateenv.c (__feupdateenv)
7806         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7808         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7809         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7810         (__ASSUME_SOCKETCALL): Do not define.
7812         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7813         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7814         (__ASSUME_SOCKETCALL): Do not define.
7815         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7816         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7817         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7818         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7819         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7820         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7821         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7822         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7824         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7825         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7826         (__ASSUME_SOCKETCALL): Do not define.
7827         (__ASSUME_IPC64): Define unconditionally.
7828         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7829         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7830         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7831         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7832         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7833         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7834         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7835         Likewise.
7837         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7838         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7839         (__ASSUME_SOCKETCALL): Do not define.
7840         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7841         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7842         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7843         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7844         (__ASSUME_REQUEUE_PI): Define unconditionally.
7845         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7846         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7847         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7848         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7849         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7850         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7852         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7853         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7854         (__ASSUME_SOCKETCALL): Do not define.
7855         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7856         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7857         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7858         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7859         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7860         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7862         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7863         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7864         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7865         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7866         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7867         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7868         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7869         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7870         (__ASSUME_GETCPU_SYSCALL): Likewise.
7872         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7873         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7874         cases for individual architectures.
7875         * sysdeps/gnu/configure: Regenerated.
7876         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7877         LIBC_SLIBDIR_RTLDDIR.
7878         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7879         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7880         LIBC_SLIBDIR_RTLDDIR.
7881         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7883         LIBC_SLIBDIR_RTLDDIR.
7884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7885         Regenerated.
7886         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7887         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7888         file.
7889         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7890         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7891         file.
7892         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7893         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7894         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7895         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7897         * sysdeps/aarch64/shlib-versions: Move to ...
7898         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7899         * sysdeps/alpha/shlib-versions: Move to ...
7900         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7901         * sysdeps/arm/shlib-versions: Move to ...
7902         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7903         * sysdeps/hppa/shlib-versions: Move all contents except for
7904         libgcc_s entry to ...
7905         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7906         entry from ...
7907         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7908         * sysdeps/ia64/shlib-versions: Move to ...
7909         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7910         entry from ...
7911         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7912         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7913         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7914         * sysdeps/microblaze/shlib-versions: Move to ...
7915         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7916         * sysdeps/mips/shlib-versions: Move to ...
7917         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7918         entry from ...
7919         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7920         * sysdeps/tile/shlib-versions: Move to ...
7921         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7922         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7923         from ...
7924         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7925         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7926         entry from ...
7927         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7929 2014-07-17  Will Newton  <will.newton@linaro.org>
7931         * sysdeps/arm/bits/atomic.h
7932         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7933         (__arch_compare_and_exchange_bool_16_int): Likewise.
7934         (__arch_compare_and_exchange_bool_64_int): Likewise.
7936         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7937         into an #else block.
7939 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7941         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7942         just Linux configurations.  Test empirically that the compiler sets
7943         __ARM_EABI__, rather than using the tuple to decide.
7944         * sysdeps/arm/preconfigure: Regenerated.
7945         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7946         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7947         contents appended ...
7948         * sysdeps/arm/configure.ac: ... here.
7949         * sysdeps/arm/configure: Regenerated.
7951 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7953         * nptl/pthread_kill.c: New file.
7954         * nptl/pthread_sigmask.c: New file.
7955         * nptl/pthread_sigqueue.c: New file.
7957         * sysdeps/nptl/lowlevellock.h: New file.
7958         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7959         * sysdeps/nptl/lowlevellock-futex.h: New file.
7961         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7962         Remove dead declarations.
7964 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7966         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7967         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7968         config-cflags-avx2.
7969         * sysdeps/x86_64/configure.ac: Likewise.
7970         * sysdeps/i386/configure: Regenerated.
7971         * sysdeps/x86_64/configure: Likewise.
7972         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7973         memset-avx2 only if config-cflags-avx2 is yes.
7974         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7975         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7976         defined.
7977         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7978         only if HAVE_AVX2_SUPPORT is defined.
7979         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7981 2014-07-14  Alan Modra  <amodra@gmail.com>
7983         [BZ #17153]
7984         * elf/elf.h (DT_PPC64_NUM): Correct value.
7985         * NEWS: Add to fixed bug list.
7987 2014-07-13  Jim Meyering  <meyering@fb.com>
7989         [BZ 17150]
7990         regex: don't deref NULL upon heap allocation failure
7991         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7992         failure in one more place.
7993         To trigger the segfault, configure grep -with-included-regex,
7994         build it, and run these commands:
7995         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7997 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7999         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8001 2014-07-11  Richard Henderson  <rth@redhat.com>
8003         * sysdeps/aarch64/libm-test-ulps: Update.
8005 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8007         [BZ #17135]
8008         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8009         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8010         (__nptl_setxid): Initialize error member.  Call
8011         __nptl_setxid_error.
8012         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8013         * nptl/descr.h (struct xid_command): Add error member.
8014         * nptl/tst-setuid3.c: New file.
8015         * nptl/Makefile (tests): Add it.
8017 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8019         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8020         New define.
8021         (__lll_trylock): Use __lll_base_trylock.
8022         (__lll_cond_trylock): Likewise.
8024 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8026         * nptl/pthread_create.c (start_thread): Use atomic_or and
8027         lll_futex_wake directly rather than lll_robust_dead.
8028         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8029         (lll_robust_dead): Macro removed.
8030         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8031         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8032         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8033         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8034         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8035         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8036         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8037         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8038         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8039         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8040         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8041         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8042         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8043         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8044         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8046         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8047         Use atomic_compare_and_exchange_val_acq directly rather than
8048         lll_robust_trylock.
8049         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8050         (__lll_robust_trylock, lll_robust_trylock): Removed.
8051         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8052         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8053         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8054         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8055         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8056         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8057         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8058         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8059         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8060         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8061         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8062         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8063         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8064         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8066 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8068         * manual/locale.texi (Locale Names): New section documenting
8069         locale name syntax.  Adjust menu and node chaining accordingly.
8070         (Choosing Locale): Reference Locale Names, Locale Categories.
8071         Mention setting LC_ALL=C.  Reflect that name syntax is now
8072         documented.
8073         (Locale Categories): New section title.  Reference Locale Names.
8074         LC_ALL is an environment variable, but not a category.
8075         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8076         description, now in Locale Name.  Reference that section.  Locale
8077         name syntax is now documented.
8079 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8081         [BZ #17137]
8082         * locale/findlocale.c (name_present, valid_locale_name): New
8083         functions.
8084         (_nl_find_locale): Use the loc_name variable to store name
8085         candidates.  Call name_present and valid_locale_name to check and
8086         validate locale names.  Return an error if the locale is invalid.
8088 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8090         * locale/setlocale.c (setlocale): Use strdup for allocating
8091         composite name copy.
8093 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8095         Sync up with gnulib.
8096         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8097         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8098         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8099         and _GL_ARG_NONNULL.
8100         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8101         [!_LIBC]: Include code for Windows and Cygwin.
8102         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8103         Include prototype for int strerror_r.
8104         [!_LIBC] (is_open): New function.
8105         (flush_stdout): New function.
8106         (print_errno_message): Use it.
8107         (error): Likewise.
8108         (error_at_line): Likewise.
8109         (error_tail) Add function attribute macros.  Use
8110         __builtin_expect.
8112         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8114         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8116         * io/ftw.c: Include sys/param.h unconditionally.
8118         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8120         [BZ #17125]
8121         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8122         libc_freeres_ptr.
8123         (freecache): New function to free CACHE on exit.
8125         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8126         initialization.
8128 2014-07-09  David S. Miller  <davem@davemloft.net>
8130         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8132         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8133         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8134         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8135         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8136         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8137         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8138         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8139         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8140         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8141         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8142         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8143         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8144         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8146 2014-07-09  Andreas Schwab  <schwab@suse.de>
8148         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8149         output.
8150         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8151         (do_test): Likewise.
8153         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8155 2014-07-09  Will Newton  <will.newton@linaro.org>
8157         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8158         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8159         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8160         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8161         * sysdeps/hppa/start.S (_start): Likewise.
8163 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8165         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8167         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8168         defined.
8170 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8172         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8173         after checking that it is non-NULL.
8175         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8177 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8179         * sysdeps/powerpc/memmove.c: Remove file.
8180         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8181         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8182         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8183         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8184         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8185         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8186         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8187         string memmove instead of removed powerpc one.
8189         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8190         [weak_alias]: Fix compiler warning due trailing data.
8191         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8192         [weak_alias]: Likewise.
8193         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8194         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8196         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8197         (__libc_ifunc_impl_list): Add memmove functions.
8199 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8201         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8202         Remove code.
8203         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8204         Likewise
8205         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8206         Likewise
8207         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8208         Likewise
8209         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8210         Likewise
8211         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8212         Likewise
8213         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8214         Likewise
8215         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8216         Likewise
8217         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8218         Likewise
8219         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8220         Likewise
8221         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8222         Likewise
8223         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8224         Likewise
8225         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8226         Likewise
8227         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8228         Likewise
8229         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8230         Likewise
8231         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8232         Likewise
8233         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8234         Likewise
8236 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8238         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8239         to avoid alignment traps in non-cacheable memory.
8240         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8242         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8243         multiarch objects.
8244         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8245         file: multiarch power7 memmove.
8246         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8247         multiarch default memmove.
8248         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8249         multiarch memove for powerpc32/power4.
8251         * string/bcopy.c: Use full path to include memmove.c.
8252         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8253         multiarch objects.
8254         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8255         bcopy for powerpc64.
8256         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8257         bcopy for powerpc64.
8258         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8259         and memmove implementations.
8260         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8261         optimized multiarch memmove for POWER7/powerpc64.
8262         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8263         default multiarch memmove for powerpc64.
8264         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8265         multiarch for powerpc64.
8266         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8267         for POWER7/powerpc64.
8268         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8269         memmove for POWER7/powerpc64.
8271         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8272         glibc default one.
8274         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8275         __ELF_NATIVE_CLASS equal to 64.
8277 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8279         * sysdeps/nptl/lowlevellock.h: File removed.
8281         * NEWS: NPTL is no longer an add-on!
8282         * nptl/internaltypes.h: Moved ...
8283         * sysdeps/nptl/internaltypes.h: ... here.
8284         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8285         * sysdeps/nptl/fork.c: Likewise.
8286         * sysdeps/nptl/gai_misc.h: Likewise.
8287         * sysdeps/nptl/librt-cancellation.c: Likewise.
8288         * sysdeps/nptl/jmp-unwind.c: Likewise.
8289         * sysdeps/nptl/setxid.h: Likewise.
8290         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8291         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8292         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8293         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8294         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8295         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8296         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8297         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8298         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8299         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8300         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8301         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8302         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8303         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8304         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8305         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8306         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8307         * nptl/Makeconfig: Moved ...
8308         * sysdeps/nptl/Makeconfig: ... here.
8309         * nptl/configure: File removed.
8310         * nptl/ANNOUNCE: File removed.
8311         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8312         * sysdeps/unix/sysv/linux/configure: Regenerated.
8314         * nptl/Makefile (routines): Add libc_pthread_init,
8315         libc_multiple_threads, register-atfork and unregister-atfork.
8316         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8317         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8318         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8319         pthread-pi-defines.sym, structsem.sym.
8320         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8321         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8322         [$(subdir) = nptl] (tests): Add tst-setgetname.
8323         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8324         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8325         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8326         [!LIBC_SIGACTION]: Remove aliases.
8327         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8328         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8329         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8330         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8331         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8332         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8333         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8334         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8335         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8336         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8337         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8338         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8339         __libc_allocate_rtsig_private.
8340         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8341         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8342         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8343         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8344         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8345         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8346         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8347         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8348         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8349         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8350         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8351         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8352         * nptl/internaltypes.h: ... here.
8353         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8354         * sysdeps/nptl/jmp-unwind.c: ... here.
8355         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8356         * nptl/libc-lowlevellock.c: ... here.
8357         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8358         * nptl/libc_multiple_threads.c: ... here.
8359         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8360         * nptl/libc_pthread_init.c: ... here.
8361         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8362         * nptl/lowlevelbarrier.sym: ... here.
8363         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8364         * nptl/lowlevelcond.sym: ... here.
8365         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8366         * nptl/lowlevellock.c: ... here.
8367         * nptl/lowlevellock.h: Moved ...
8368         * sysdeps/nptl/lowlevellock.h: ... here.
8369         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8370         * nptl/lowlevelrobustlock.c: ... here.
8371         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8372         * nptl/lowlevelrobustlock.sym: ... here.
8373         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8374         * nptl/lowlevelrwlock.sym: ... here.
8375         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8376         * nptl/pt-fork.c: ... here.
8377         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8378         * nptl/pthread-pi-defines.sym: ... here.
8379         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8380         * nptl/pthread_attr_getaffinity.c: ... here.
8381         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8382         * nptl/pthread_attr_setaffinity.c: ... here.
8383         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8384         * nptl/pthread_mutex_cond_lock.c: ... here.
8385         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8386         Update #include.
8387         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8388         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8389         * nptl/pthread_once.c: ... here, replacing old file.
8390         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8391         * nptl/pthread_yield.c: ... here.
8392         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8393         * nptl/register-atfork.c: ... here.
8394         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8395         * nptl/sem_post.c: ... here.
8396         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8397         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8398         * nptl/sem_timedwait.c: ... here.
8399         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8400         * nptl/sem_trywait.c: ... here.
8401         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8402         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8403         * nptl/sem_wait.c: ... here.
8404         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8405         * nptl/structsem.sym: ... here.
8406         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8407         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8408         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8409         * nptl/unregister-atfork.c: ... here.
8410         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8411         * nptl/unwindbuf.sym: ... here.
8412         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8413         * sysdeps/nptl/fork.c: ... here.
8414         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8415         * sysdeps/nptl/fork.h: ... here.
8416         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8417         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8418         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8419         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8420         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8421         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8422         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8423         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8424         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8425         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8426         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8427         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8428         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8429         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8430         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8431         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8432         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8433         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8434         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8435         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8436         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8438         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8439         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8440         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8441         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8442         * sysdeps/unix/sysv/linux/raise.c: ... here.
8443         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8444         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8445         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8446         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8447         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8448         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8449         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8450         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8451         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8452         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8453         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8454         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8455         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8456         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8457         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8459 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8461         * sysdeps/generic/memcopy.h: Add comment for
8462         MEMCPY_OK_FOR_FWD_MEMMOVE.
8464 2014-07-04  Will Newton  <will.newton@linaro.org>
8466         * string/memchr.c: Merge from gnulib.
8467         [_LIBC]: Remove conditionals.
8468         (__ptr_t): Remove define.
8469         (LONG_MAX_32_BITS): Likewise.
8470         (LONG_MAX): Likewise.
8471         (MEMCHR): Use ANSI prototype and optimize algorithm.
8473         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8475 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8477         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8478         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8480         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8481         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8482         in a bare environment with no <stdlib.h> installed.
8483         * sysdeps/nptl/configure: Regenerated.
8485         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8487         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8488         AC_EGREP_CPP for kernel header checks, so they only succeed if
8489         including <linux/version.h> actually works right.
8490         * sysdeps/unix/sysv/linux/configure: Regenerated.
8492         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8493         value so it's not diagnosed as unused.
8495         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8496         thing) with "ifeq ($(subdir),rt)".
8498 2014-07-03  Richard Henderson  <rth@redhat.com>
8500         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8501         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8502         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8504         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8505         (math_force_eval): New.
8507         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8508         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8510         * sysdeps/alpha/fpu/s_round.c: Remove file.
8511         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8513         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8514         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8515         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8516         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8517         (_dl_start, print_statistics): Likewise.
8518         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8519         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8521         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8522         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8523         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8524         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8525         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8526         (HP_SMALL_TIMING_AVAIL): Define.
8527         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8528         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8529         (HP_SMALL_TIMING_AVAIL): Define.
8530         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8531         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8533         * sysdeps/aarch64/hp-timing.h: New file.
8535         * sysdeps/generic/hp-timing.h: Remove dead comment.
8536         * sysdeps/generic/hp-timing-common.h: New file.
8537         * sysdeps/alpha/hp-timing.h: Include it.
8538         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8539         * sysdeps/i386/i686/hp-timing.h: Likewise.
8540         * sysdeps/ia64/hp-timing.h: Likewise.
8541         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8542         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8543         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8544         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8545         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8546         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8547         (hp_timing_t): New.
8549         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8550         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8551         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8552         * elf/rtld.c (_dl_start_final): Likewise.
8553         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8554         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8555         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8556         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8557         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8558         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8559         (HP_TIMING_DIFF_INIT): Remove.
8560         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8561         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8562         (HP_TIMING_DIFF_INIT): Remove.
8563         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8564         * sysdeps/i386/i686/hp-timing.c: Remove file.
8565         * sysdeps/x86_64/hp-timing.c: Remove file.
8566         * sysdeps/ia64/hp-timing.c: Remove file.
8567         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8568         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8569         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8570         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8572         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8573         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8574         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8575         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8576         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8577         (HP_TIMING_ACCUM): Remove.
8578         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8579         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8580         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8582         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8583         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8584         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8585         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8586         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8587         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8588         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8589         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8591         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8593 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8595         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8597 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8599         Sync up with gettext.
8600         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8601         [_MSC_VER]: Include malloc.h
8602         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8603         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8604         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8605         TEMP_FAILURE_RETRY.  Cast return of alloca.
8606         [!_LIBC] Call gl_rwlock_init.
8607         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8609 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8611         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8612         before checking its value.
8614 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8616         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8618         * debug/memcpy_chk.c: Don't include pagecopy.h.
8619         * debug/mempcpy_chk.c: Likewise.
8620         * string/memcpy.c: Likewise.
8621         * string/memmove.c: Likewise.
8622         * sysdeps/powerpc/memmove.c: Likewise.
8623         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8624         definition of PAGE_COPY_FWD_MAYBE here...
8625         * sysdeps/generic/pagecopy.h: ... from here.
8626         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8628 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8629             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8631         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8633         optimizations.
8634         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8635         (__libc_ifunc_impl_list): Likewise.
8636         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8637         multiarch strcat for PPC64.
8638         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8639         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8641 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8643         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8645 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8647         * intl/loadmsgcat.c: Remove declaration of
8648         get_sysdep_segment_value.
8649         (get_sysdep_segment_value): Use ISO C style.
8650         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8651         semicolon.  Fix typo and formatting in comment.
8652         (_nl_unload_domain): Use ISO C style.
8654         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8656 2014-07-02  Will Newton  <will.newton@linaro.org>
8658         * malloc/obstack.c: Merge from gnulib master.
8659         [HAVE_CONFIG_H]: Remove conditional code.
8660         [!_LIBC]: Include config.h.
8661         [!ELIDE_CODE]: Don't include inttypes.h, include
8662         stdint.h unconditionally.
8663         (print_and_abort): Mark as _Noreturn.
8664         (_obstack_allocated_p): Mark as __attribute_pure__.
8665         (obstack_free): Rename to __obstack_free.
8666         [!__attribute__]: Remove conditional code.
8667         * malloc/obstack.h: Merge from gnulib master.
8668         [__cplusplus]: Move conditional down.
8669         [!__attribute_pure__]: Define __attribute_pure__ here
8670         if it is not already defined.
8671         (_obstack_memory_used): Mark as __attribute_pure__.
8672         [!__obstack_free]: Define as obstack_free.
8673         [__GNUC__]: Remove check for ancient NeXT gcc.
8675 2014-07-02  Will Newton  <will.newton@linaro.org>
8676             Paul Eggert  <eggert@cs.ucla.edu>
8678         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8680 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8682         * resolv/gethnamaddr.c: Add comment warning that the file is
8683         not maintained.
8685 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8687         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8688         entries.
8690         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8691         entry for aio_cancel and aio_cancel64.
8692         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8693         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8694         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8695         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8696         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8697         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8698         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8699         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8700         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8701         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8702         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8703         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8704         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8706 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8708         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8709         * nptl/pthread_mutex_lock.c: Likewise.
8710         * nptl/pthread_mutex_timedlock.c: Likewise.
8711         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8713 2014-07-01  Richard henderson  <rth@redhat.com>
8715         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8716         (__isnan, __isnanl): Remove.
8717         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8719         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8721 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8723         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8725 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8727         * resolv/nss_dns/dns-host.c (getanswer_r)
8728         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8730 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8732         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8733         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8734         undefine.
8735         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8736         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8738 2014-07-01  Roland McGrath <roland@hack.frob.com>
8740         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8741         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8743         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8744         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8746         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8747         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8748         ... here.
8749         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8750         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8752         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8753         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8754         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8755         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8757         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8758         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8759         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8760         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8761         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8762         Moved ...
8763         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8764         ... here.
8765         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8766         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8767         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8768         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8769         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8770         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8771         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8772         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8773         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8774         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8775         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8776         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8777         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8778         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8779         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8780         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8781         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8782         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8783         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8784         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8785         ... here.
8786         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8787         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8788         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8789         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8790         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8791         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8792         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8793         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8795 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8797         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8798         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8799         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8800         Add sysdep.
8802 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8804         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8806 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8808         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8809         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8811         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8813         * sysdeps/arm/libm-test-ulps: Regenerated.
8815 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8816             Roland McGrath <roland@hack.frob.com>
8818         * test-skeleton.c (signal_handler): Kill the whole process group
8819         before killing the child individually.
8820         (main): Report any failure on `setpgid'.
8822 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8824         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8825         from _TLS_H to _ARM_NPTL_TLS_H.
8826         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8827         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8829 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8831         [BZ #16539]
8832         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8833         (__expm1l): Return argument unchanged when small but not
8834         subnormal.
8836         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8837         include macro name.
8838         (_FP_UNPACK_RAW_1_P): Likewise.
8839         (_FP_PACK_RAW_1): Likewise.
8840         (_FP_PACK_RAW_1_P): Likewise.
8841         (_FP_MUL_MEAT_1_wide): Likewise.
8842         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8843         (_FP_MUL_MEAT_1_hard): Likewise.
8844         (_FP_DIV_MEAT_1_imm): Likewise.
8845         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8846         (_FP_DIV_MEAT_1_udiv): Likewise.
8847         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8848         (_FP_UNPACK_RAW_2): Likewise.
8849         (_FP_UNPACK_RAW_2_P): Likewise.
8850         (_FP_PACK_RAW_2): Likewise.
8851         (_FP_PACK_RAW_2_P): Likewise.
8852         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8853         (_FP_MUL_MEAT_2_wide): Likewise.
8854         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8855         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8856         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8857         (_FP_MUL_MEAT_2_gmp): Likewise.
8858         (_FP_DIV_MEAT_2_udiv): Likewise.
8859         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8860         (_FP_FRAC_SRL_4): Likewise.
8861         (_FP_FRAC_SRST_4): Likewise.
8862         (_FP_FRAC_SRS_4): Likewise.
8863         (_FP_UNPACK_RAW_4): Likewise.
8864         (_FP_UNPACK_RAW_4_P): Likewise.
8865         (_FP_PACK_RAW_4): Likewise.
8866         (_FP_PACK_RAW_4_P): Likewise.
8867         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8868         (_FP_MUL_MEAT_4_wide): Likewise.
8869         (_FP_MUL_MEAT_4_gmp): Likewise.
8870         (umul_ppppmnnn): Likewise.
8871         (_FP_DIV_MEAT_4_udiv): Likewise.
8872         (__FP_FRAC_ADD_4): Likewise.
8873         (__FP_FRAC_SUB_3): Likewise.
8874         (__FP_FRAC_SUB_4): Likewise.
8875         (__FP_FRAC_DEC_3): Likewise.
8876         (__FP_FRAC_DEC_4): Likewise.
8877         (__FP_FRAC_ADDI_4): Likewise.
8878         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8879         (_FP_FRAC_SRL_8): Likewise.
8880         (_FP_FRAC_SRS_8): Likewise.
8882         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8883         include macro name.
8884         (FP_UNPACK_RAW_EP): Likewise.
8885         (FP_PACK_RAW_E): Likewise.
8886         (FP_PACK_RAW_EP): Likewise.
8887         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8888         (_FP_ISSIGNAN): Likewise.
8889         (_FP_ADD_INTERNAL): Likewise.
8890         (_FP_FMA): Likewise.
8891         (_FP_CMP): Likewise.
8892         (_FP_SQRT): Likewise.
8893         (_FP_TO_INT): Likewise.
8894         (_FP_FROM_INT): Likewise.
8895         (FP_EXTEND): Likewise.
8896         (_FP_DIV_MEAT_N_loop): Likewise.
8898 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8900         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8901         throughout.
8903 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8905         [BZ #17097]
8906         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8907         result with correct sign in case of exponents that produce
8908         overflow except for X very close to 1.
8910 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8912         mktime: merge #if/#ifdef usage from glibc
8913         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8914         as that works with both Glibc's and Gnulib's style.
8915         See thread starting at Siddhesh Poyarekar's bug report at:
8916         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8918 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8920         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8921         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8922         * sysdeps/tile/tilegx/memmove.c: Remove file.
8924 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8926         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8927         abi-name definition.
8928         * scripts/soversions.awk: Do not handle or generate ABI lines.
8929         * shlib-versions: Remove ABI entries.
8930         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8931         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8933 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8935         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8936         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8937         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8938         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8939         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8940         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8941         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8942         Moved ...
8943         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8944         ... here.
8945         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8946         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8947         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8948         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8949         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8950         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8951         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8952         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8954         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8956         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8957         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8958         Moved ...
8959         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8960         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8961         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8962         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8963         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8964         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8967         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8968         Moved ...
8969         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8971         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8972         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8973         Moved ...
8974         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8975         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8976         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8977         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8978         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8980         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8982         Moved ...
8983         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8985         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8987         Moved ...
8988         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8990         Moved ...
8991         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8992         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8993         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8994         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8995         Moved ...
8996         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8997         ... here.
8998         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8999         Identical file removed.
9000         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9001         Moved ...
9002         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9003         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9004         Identical file removed.
9005         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9006         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9007         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9008         Moved ...
9009         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9011         Identical file removed.
9012         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9013         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9014         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9015         Identical file removed.
9016         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9017         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9019         Identical file removed.
9020         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9021         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9023         Identical file removed.
9024         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9025         Moved ...
9026         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9027         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9028         Identical file removed.
9029         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9030         Moved ...
9031         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9032         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9033         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9034         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9035         Identical file removed.
9036         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9037         Moved ...
9038         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9039         ... here.
9040         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9041         Identical file removed.
9042         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9043         Moved ...
9044         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9045         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9046         Identical file removed.
9047         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9048         Moved ...
9049         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9050         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9051         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9052         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9053         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9054         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9055         Moved ...
9056         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9057         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9058         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9060         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9061         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9062         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9063         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9064         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9066 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9068         [BZ #17092]
9069         * nscd/nscd.c (monitor_child): Return exit status of child
9070         instead of return value from wait syscall.
9072 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9074         * configure.ac (libc_commonpagesize): Remove variable.
9075         (libc_relro_required): Likewise.
9076         (libc_cv_z_relro): Remove configure test.
9077         * configure: Regenerated.
9078         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9079         variable.
9080         (libc_relro_required): Likewise.
9081         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9082         (libc_relro_required): Likewise.
9083         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9084         (libc_relro_required): Likewise.
9085         * sysdeps/arm/preconfigure: Regenerated.
9086         * sysdeps/ia64/preconfigure: Remove file.
9087         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9088         variable.
9089         (libc_relro_required): Likewise.
9091         [BZ #16561]
9092         [BZ #16562]
9093         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9094         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9095         recompute overflowing results in original rounding mode.
9096         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9097         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9098         recompute overflowing results in original rounding mode.
9099         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9100         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9101         recompute overflowing results in original rounding mode.
9102         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9103         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9104         recompute overflowing results in original rounding mode.
9105         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9106         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9107         recompute overflowing results in original rounding mode.
9108         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9109         (libc_feholdsetround_ctx): New macro.
9110         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9111         * sysdeps/i386/fpu/libm-test-ulps: Update.
9112         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9114 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9116         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9117         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9118         corresponding .cpsetup call.
9120 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9122         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9123         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9124         * sysdeps/arm/Makefile [$(subdir) = csu]
9125         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9126         (static-only-routines): Add aeabi_read_tp here.
9127         (shared-only-routines): Add libc-aeabi_read_tp here.
9128         (CFLAGS-libc-start.c): Add -fexceptions here.
9129         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9130         (sysdep_routines, static-only-routines, shared-only-routines):
9131         Don't add to these here.
9132         (CFLAGS-libc-start.c): Likewise.
9134         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9135         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9136         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9137         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9138         * sysdeps/arm/Makefile [$(subdir) = rt]
9139         (librt-sysdep_routines, librt-shared-only-routines):
9140         Append rt-aeabi_unwind_cpp_pr1 here.
9141         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9142         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9143         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9144         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9145         Append nptl-aeabi_unwind_cpp_pr1 here.
9146         (tests): Filter out tst-cleanupx4 here.
9147         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9148         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9149         Don't do those here.
9151 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9153         * scripts/list-sources.sh: Do not handle ports specially.
9155 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9157         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9158         * sysdeps/arm/feupdateenv.c: Likewise.
9160         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9162 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9164         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9165         trailing whitespace removed.
9166         * scripts/config.guess: Update to version 2014-03-23.
9167         * scripts/config.sub: Update to version 2014-05-01
9168         * scripts/install-sh: Update to version 2013-12-25.23.
9169         * scripts/move-if-change: Update from gnulib.
9171 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9173         * debug/memmove_chk.c: Remove pagecopy.h include.
9175 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9177         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9178         identical to gnulib mktime.
9180 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9182         * configure.ac: Do not test for machine being rs6000.  Do not test
9183         for powerpc*-*soft.
9184         * configure: Regenerated.
9186         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9187         test.
9188         * configure: Regenerated.
9189         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9190         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9191         Remove configure test.
9192         * sysdeps/arm/configure: Regenerated.
9193         * sysdeps/nptl/configure.ac: Do not check
9194         libc_cv_asm_cfi_directives.
9195         * sysdeps/nptl/configure: Regenerated.
9196         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9197         * sysdeps/x86_64/nptl/configure: Remove generated file.
9198         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9199         unconditional.
9200         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9202 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9204         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9205         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9206         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9207         it is defined.
9209         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9210         instead of whether it is defined.
9211         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9212         * sysdeps/hppa/dl-machine.h: Likewise.
9213         * sysdeps/ia64/dl-machine.h: Likewise.
9214         * sysdeps/m68k/dl-machine.h: Likewise.
9215         * sysdeps/microblaze/dl-machine.h: Likewise.
9216         * sysdeps/mips/dl-machine.: Likewise.
9217         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9218         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9219         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9220         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9221         * sysdeps/sh/dl-machine.h: Likewise.
9222         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9223         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9224         * sysdeps/tile/dl-machine.h: Likewise.
9225         * sysdeps/x86_64/dl-machine.h: Likewise.
9227         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9228         code.
9229         (verify_persistent_db): Likewise.
9231 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9233         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9234         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9236         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9238         Moved ...
9239         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9240         ... here.
9241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9242         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9243         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9244         Identical file removed.
9245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9246         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9248         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9250         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9252         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9254         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9256         Moved ...
9257         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9259         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9261         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9263         Moved ...
9264         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9268         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9270         Identical file removed.
9271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9272         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9274         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9276         Moved ...
9277         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9278         ... here.
9279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9280         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9282         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9284         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9286         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9288         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9290         Moved ...
9291         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9292         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9293         Moved ...
9294         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9296         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9297         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9298         Moved ...
9299         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9300         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9301         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9303         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9304         folded into ...
9305         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9306         * sysdeps/unix/sysv/linux/s390/Versions
9307         (libpthread: GLIBC_2.19): New version set.
9308         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9309         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9310         (librt: GLIBC_2.3.3): New version set.
9311         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9312         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9313         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9314         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9315         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9316         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9317         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9318         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9319         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9320         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9321         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9322         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9323         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9325         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9326         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9327         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9328         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9329         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9330         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9331         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9332         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9333         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9334         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9335         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9336         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9337         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9338         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9339         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9340         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9341         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9342         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9343         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9344         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9345         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9347         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9349         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9351         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9353         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9355         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9357         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9358         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9359         (__libc_vfork): Define the function under this name.
9360         [!NOT_IN_libc] (__vfork): Make this an alias.
9361         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9362         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9363         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9364         (__libc_vfork): Define the function under this name.
9365         [!NOT_IN_libc] (__vfork): Make this an alias.
9366         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9367         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9368         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9369         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9370         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9371         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9373         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9374         code that was previously under [RESET_PID].
9375         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9376         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9377         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9379         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9380         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9381         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9382         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9383         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9384         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9385         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9386         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9387         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9388         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9389         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9390         Moved ...
9391         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9392         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9393         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9394         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9395         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9396         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9397         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9398         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9399         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9400         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9401         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9402         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9403         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9404         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9405         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9406         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9407         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9408         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9409         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9411         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9412         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9413         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9414         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9415         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9416         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9417         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9418         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9419         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9421 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9423         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9424         that was previously under [RESET_PID].
9425         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9427 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9429         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9430         not undefine and redefine.
9431         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9432         [O_CLOEXEC]: Make code unconditional.
9433         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9434         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9435         <kernel-features.h>.
9436         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9437         conditional variable definition.
9438         (shm_open) [O_CLOEXEC]: Make code unconditional.
9439         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9440         code.
9442         * configure.ac (USE_REGPARMS): Don't define here.
9443         * configure: Regenerated.
9444         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9445         * sysdeps/i386/configure: Regenerated.
9447         * nptl/createthread.c: Don't include kernel-features.h.
9448         * nptl/pthread_cancel.c: Likewise.
9449         * nptl/pthread_condattr_setclock.c: Likewise.
9450         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9451         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9452         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9453         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9454         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9455         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9456         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9457         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9458         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9459         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9460         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9461         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9462         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9463         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9464         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9465         * nscd/gai.c: Likewise.
9466         * nss/nss_db/db-open.c: Likewise.
9467         * sysdeps/generic/ldsodefs.h: Likewise.
9468         * sysdeps/sh/nptl/tls.h: Likewise.
9469         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9470         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9471         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9472         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9473         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9474         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9475         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9476         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9477         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9478         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9479         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9480         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9481         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9482         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9483         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9484         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9485         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9486         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9487         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9488         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9489         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9490         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9491         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9492         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9493         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9494         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9495         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9496         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9497         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9498         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9499         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9500         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9501         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9502         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9503         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9504         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9505         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9506         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9507         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9508         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9509         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9510         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9511         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9512         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9513         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9514         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9515         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9516         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9517         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9518         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9519         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9520         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9521         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9522         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9523         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9524         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9525         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9526         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9549         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9550         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9551         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9552         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9553         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9554         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9555         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9556         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9557         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9558         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9559         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9560         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9561         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9562         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9563         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9564         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9565         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9566         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9567         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9568         * sysdeps/unix/sysv/linux/system.c: Likewise.
9569         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9570         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9571         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9572         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9573         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9574         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9575         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9577         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9578         * configure: Regenerated.
9579         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9581         * configure.ac (base_machine): Do not set specially for particular
9582         machines here.
9583         * configure: Regenerated.
9584         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9585         settings from configure.ac.
9586         * sysdeps/i386/preconfigure: New file.
9587         * sysdeps/s390/preconfigure: Likewise.
9588         * sysdeps/sh/preconfigure: Likewise.
9589         * sysdeps/sparc/preconfigure: Likewise.
9591 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9593         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9594         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9595         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9596         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9597         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9598         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9599         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9600         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9601         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9602         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9603         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9604         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9605         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9606         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9607         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9608         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9609         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9610         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9611         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9613         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9614         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9615         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9616         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9617         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9618         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9619         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9620         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9621         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9622         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9623         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9624         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9625         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9626         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9627         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9628         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9629         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9630         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9631         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9632         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9633         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9634         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9635         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9636         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9637         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9638         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9639         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9640         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9641         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9642         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9643         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9644         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9645         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9646         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9647         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9648         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9649         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9650         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9652         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9653         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9655         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9657         Moved ...
9658         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9659         ... here.
9660         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9661         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9662         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9663         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9665         Moved ...
9666         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9667         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9668         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9669         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9670         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9671         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9672         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9674         Moved ...
9675         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9676         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9677         Moved ...
9678         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9679         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9680         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9682         Moved ...
9683         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9684         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9685         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9686         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9687         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9688         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9689         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9691         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9693         Moved ...
9694         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9695         ... here.
9696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9697         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9698         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9699         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9700         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9701         Moved ...
9702         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9703         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9704         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9705         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9706         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9708         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9710         Moved ...
9711         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9713         Moved ...
9714         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9715         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9716         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9717         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9718         Moved ...
9719         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9721         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9722         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9723         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9725 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9727         * timezone/checktab.awk: Update from tzcode 2014e.
9728         * timezone/private.h: Likewise.
9729         * timezone/tzfile.h: Likewise.
9730         * timezone/zdump.c: Likewise.
9731         * timezone/zic.c: Likewise.
9733         * sysdeps/unix/sysv/linux/kernel-features.h
9734         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9735         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9736         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9737         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9738         Remove conditional code.
9740 2014-06-25  Will Newton  <will.newton@linaro.org>
9742         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9743         (_dl_arm_cap_flags): Add HWCAP2 values.
9744         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9745         (_DL_HWCAP_COUNT): Increase to 37.
9746         (_DL_HWCAP_LAST): New define.
9747         (_DL_HWCAP2_LAST): New define.
9748         (_dl_procinfo): Add support for printing
9749         AT_HWCAP2 entries.
9750         (_dl_string_hwcap): Use _dl_hwcap_string.
9752 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9754         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9756 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9758         * README: Do not mention ports directory.
9760         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9761         Remove macro.
9762         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9763         <kernel-features.h>.
9764         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9765         conditional variable definition.
9766         (__futimes): Update comment.
9767         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9768         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9770         [BZ #16560]
9771         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9772         arguments close to 0.
9773         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9774         Likewise.
9775         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9776         Likewise.
9777         * math/auto-libm-test-in: Add more tests of exp10.
9778         * math/auto-libm-test-out: Regenerated.
9779         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9781         * sysdeps/unix/sysv/linux/kernel-features.h
9782         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9783         * sysdeps/unix/sysv/linux/readv.c: Do not include
9784         <kernel-features.h>.
9785         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9786         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9787         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9788         unconditional.
9789         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9790         conditional code.
9791         * sysdeps/unix/sysv/linux/writev.c: Do not include
9792         <kernel-features.h>.
9793         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9794         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9795         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9796         unconditional.
9797         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9798         conditional code.
9800 2014-06-25  Will Newton  <will.newton@linaro.org>
9802         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9803         comment changes throughout the file.  Remove checks
9804         for HAVE_*_H definitions that are not required.
9805         (__gen_tempname): Call abort if an unknown kind value is
9806         passed.
9808 2014-06-25  Andreas Schwab  <schwab@suse.de>
9810         [BZ #17086]
9811         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9812         scalbln, scalblnf, scalblnl in libc.
9814 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9816         [BZ #17086]
9817         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9818         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9819         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9821 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9823         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9824         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9825         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9826         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9827         Update #include.
9828         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9829         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9830         Update #include.
9831         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9832         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9833         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9834         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9835         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9836         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9837         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9838         * sysdeps/x86/bits/semaphore.h: ... here.
9839         * sysdeps/x86/nptl/elide.h: Moved ...
9840         * sysdeps/x86/elide.h: ... here.
9841         * sysdeps/x86_64/nptl/Implies: File removed.
9842         * sysdeps/i386/nptl/Implies: File removed.
9844 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9846         [BZ #16539]
9847         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9848         return the argument for normal arguments with exponent below -64.
9849         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9850         Likewise.
9851         * math/auto-libm-test-in: Add another test of expm1.
9852         * math/auto-libm-test-out: Regenerated.
9854         [BZ #16287]
9855         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9856         calling __erfcl for arguments at least 16.
9857         * math/auto-libm-test-in: Add more tests of erf.
9858         * math/auto-libm-test-out: Regenerated.
9860         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9861         individual architectures.
9862         * sysdeps/unix/sysv/linux/configure: Regenerated.
9863         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9864         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9865         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9866         (ldd_rewrite_script): Define variable.
9867         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9869         file.
9870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9871         generated file.
9872         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9873         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9874         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9875         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9876         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9877         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9878         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9879         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9881 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9883         [BZ #17084]
9884         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9885         Rename member __data.d to __data.__elision_data.
9887 2014-06-24  Wilco  <wdijkstr@arm.com>
9889         * NEWS: Add 16918 to fixed bug list.
9891 2014-06-24  Wilco  <wdijkstr@arm.com>
9893         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9895 2014-06-24  Wilco  <wdijkstr@arm.com>
9897         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9898         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9899         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9900         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9901         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9902         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9903         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9904         Use _FPU_MASK_RM.
9906 2014-06-24  Wilco  <wdijkstr@arm.com>
9908         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9910 2014-06-24  Wilco  <wdijkstr@arm.com>
9912         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9913         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9914         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9915         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9917 2014-06-24  Wilco  <wdijkstr@arm.com>
9919         [BZ #16918]
9920         * sysdeps/arm/feupdateenv.c (feupdateenv):
9921         Rewrite to reduce FPSCR accesses and fix return value.
9923 2014-06-24  Wilco  <wdijkstr@arm.com>
9925         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9926         Optimize to avoid unnecessary FPSCR writes.
9927         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9928         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9929         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9930         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9932 2014-06-24  Wilco  <wdijkstr@arm.com>
9934         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9935         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9936         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9937         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9938         Call libc_fetestexcept_vfp.
9939         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9940         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9941         __SOFTFP__ ifdef so that they can be built for softfp.
9943 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9945         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9946         argument type signed char.
9948         * Makerules (check-abi): Dump diff of symlist if the test
9949         fails.
9951 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9953         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9954         using abort.
9956         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9957         Remove unused variable ST.
9959 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9961         [BZ #16354]
9962         [BZ #17061]
9963         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9964         small arguments before calling __expm1.
9965         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9966         small arguments before calling __expm1f.
9967         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9968         small arguments before calling __expm1l.
9969         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9970         Likewise.
9971         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9972         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9973         spurious underflow for some cosh tests.
9974         * math/auto-libm-test-out: Regenerated.
9975         * sysdeps/i386/fpu/libm-test-ulps: Update.
9977         [BZ #17050]
9978         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9979         (__ieee754_y1): Set errno if return value overflows.
9980         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9981         (__ieee754_y1f): Set errno if return value overflows.
9982         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9983         (__ieee754_y1l): Set errno if return value overflows.
9984         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9985         (__ieee754_y1l): Set errno if return value overflows.
9986         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9987         * math/auto-libm-test-out: Regenerated.
9989         * math/gen-auto-libm-tests.c: Document use of
9990         ignore-zero-inf-sign.
9991         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9992         (input_flags): Add ignore-zero-inf-sign.
9993         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9994         * math/gen-libm-test.pl (generate_testfile): Handle
9995         ignore-zero-inf-sign.
9996         * math/auto-libm-test-in: Mark some cpow tests with
9997         ignore-zero-inf-sign and some with xfail-rounding.
9998         * math/auto-libm-test-out: Regenerated.
9999         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10000         * sysdeps/i386/fpu/libm-test-ulps: Update.
10001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10003         [BZ #16315]
10004         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10005         overflowing or underflowing operations take place with sign of
10006         result.
10007         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10008         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10009         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10010         (__ieee754_pow): Recompute overflowing and underflowing results in
10011         original rounding mode.
10012         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10013         (__powl_helper): Allow negative argument X and scale negated value
10014         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10015         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10016         overflowing or underflowing operations take place with sign of
10017         result.
10018         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10019         Include <math.h>.
10020         * math/auto-libm-test-in: Add more tests of pow.
10021         * math/auto-libm-test-out: Regenerated.
10022         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10023         (pow_tonearest_test_data): Remove.
10024         (pow_test_tonearest): Likewise.
10025         (pow_towardzero_test_data): Likewise.
10026         (pow_test_towardzero): Likewise.
10027         (pow_downward_test_data): Likewise.
10028         (pow_test_downward): Likewise.
10029         (pow_upward_test_data): Likewise.
10030         (pow_test_upward): Likewise.
10031         (main): Don't call removed functions.
10032         * sysdeps/i386/fpu/libm-test-ulps: Update.
10033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10035 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10038         Moved ...
10039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10044         Moved ...
10045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10047         Moved ...
10048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10050         File removed.
10051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10052         File removed.
10053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10054         File removed.
10055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10056         File removed.
10057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10058         File removed.
10059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10060         File removed.
10061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10062         File removed.
10063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10064         File removed.
10065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10066         File removed.
10067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10068         File removed.
10069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10070         File removed.
10071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10072         File removed.
10073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10074         Moved ...
10075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10077         Moved ...
10078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10079         ... here.
10080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10081         Moved ...
10082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10084         Moved ...
10085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10087         Moved ...
10088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10090         Moved ...
10091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10093         Moved ...
10094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10096         Moved ...
10097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10099         Moved ...
10100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10103         ... here.
10104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10105         Moved ...
10106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10108         Moved ...
10109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10110         ... here.
10111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10112         Moved ...
10113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10114         ... here.
10115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10116         Moved ...
10117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10118         ... here.
10119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10120         Moved ...
10121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10123         Moved ...
10124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10128         Moved ...
10129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10130         ... here.
10131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10132         Moved ...
10133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10134         ... here.
10135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10136         Moved ...
10137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10139         Moved ...
10140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10142         Moved ...
10143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10145         Moved ...
10146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10148         Moved ...
10149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10150         ... here.
10151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10152         Moved ...
10153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10155         Moved ...
10156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10158         Moved ...
10159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10161         Moved ...
10162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10166         Moved ...
10167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10174         ... here.
10175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10176         Moved ...
10177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10178         ... here.
10179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10180         Moved ...
10181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10182         ... here.
10183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10184         Moved ...
10185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10195         ... here.
10196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10197         Moved ...
10198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10199         ... here.
10200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10201         Moved ...
10202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10203         ... here.
10204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10205         Moved ...
10206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10208         Moved ...
10209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10211 2014-06-23  Will Newton  <will.newton@linaro.org>
10212             Wilco  <wdijkstr@arm.com>
10214         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10215         implementation.  Include get-rounding-mode.h.
10216         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10217         [!libc_feholdsetround_noex_ctx]: Define
10218         libc_feholdsetround_noex_ctx.
10219         [!libc_feholdsetround_noexf_ctx]: Define
10220         libc_feholdsetround_noexf_ctx.
10221         [!libc_feholdsetround_noexl_ctx]: Define
10222         libc_feholdsetround_noexl_ctx.
10223         (libc_feholdsetround_ctx): New function.
10224         (libc_feresetround_ctx): New function.
10225         (libc_feholdsetround_noex_ctx): New function.
10226         (libc_feresetround_noex_ctx): New function.
10228 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10230         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10231         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10232         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10233         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10234         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10235         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10237         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10238         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10239         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10240         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10241         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10242         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10243         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10244         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10245         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10246         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10248         Moved ...
10249         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10250         ... here.
10251         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10252         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10253         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10254         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10255         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10256         Moved ...
10257         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10258         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10259         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10260         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10261         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10262         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10263         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10264         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10265         Moved ...
10266         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10268         Moved ...
10269         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10270         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10271         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10272         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10273         Moved ...
10274         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10275         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10276         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10277         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10278         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10279         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10280         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10281         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10282         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10283         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10284         Moved ...
10285         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10286         ... here.
10287         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10288         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10289         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10290         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10291         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10292         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10293         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10294         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10295         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10296         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10297         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10298         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10299         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10300         Moved ...
10301         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10302         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10303         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10304         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10305         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10306         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10307         Moved ...
10308         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10309         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10310         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10311         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10312         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10314         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10315         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10316         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10317         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10318         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10319         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10320         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10321         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10322         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10323         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10324         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10325         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10326         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10327         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10328         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10329         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10330         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10331         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10332         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10333         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10335         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10337         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10339         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10340         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10341         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10343 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10345         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10346         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10347         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10348         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10349         (IPV6_PMTUDISC_INTERFACE): Likewise.
10350         (IPV6_PMTUDISC_OMIT): Likewise.
10352 2014-06-23  Andreas Schwab  <schwab@suse.de>
10354         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10355         Remove unused errout label.
10357 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10359         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10360         macro: hardware supports Vector Crypto instructions.
10362 2014-06-23  Will Newton  <will.newton@linaro.org>
10364         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10365         rather than __builtin_expect.
10367         * elf/dl-lookup.c (undefined_msg): Remove variable.
10368         (_dl_lookup_symbol_x): Replace undefined_msg with string
10369         literal.
10371         * elf/dl-lookup.c (do_lookup_unique): New function.
10372         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10373         to a separate function.
10375 2014-06-23  Andreas Schwab  <schwab@suse.de>
10377         [BZ #17079]
10378         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10379         before reading the next line.
10381 2014-06-23  Will Newton  <will.newton@linaro.org>
10383         * test-skeleton.c (signal_handler): Use printf and %m
10384         rather than perror.  Use printf rather than fprintf to
10385         stderr.  Use puts rather than fputs to stderr.
10386         (main): Likewise.
10388 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10390         * nscd/nscd.c (thread_info_t): Remove typedef.
10391         (thread_info): Remove variable.
10393 2014-06-21  Allan McRae  <allan@archlinux.org>
10395         * NEWS: Mention CVE-2014-4043.
10397 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10399         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10400         * nptl/smp.h: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10404         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10405         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10406         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10407         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10409         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10410         * nptl/stack-aliasing.h: New file.
10411         * sysdeps/i386/i686/stack-aliasing.h: New file.
10412         * sysdeps/i386/i686/nptl/Makefile: File removed.
10413         * sysdeps/x86_64/stack-aliasing.h: New file.
10414         * sysdeps/x86_64/nptl/Makefile
10415         (CFLAGS-pthread_create.c): Variable removed.
10417         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10418         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10419         old file.
10420         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10421         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10422         old file.
10424 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10426         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10427         (__ASSUME_SIGFRAME_V2): Remove macro.
10428         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10429         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10430         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10431         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10432         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10433         Declare as function.  Remove conditional macro definitions.
10434         (__default_rt_sa_restorer): Likewise.
10435         (__default_sa_restorer_v1): Remove declaration.
10436         (__default_sa_restorer_v2): Likewise.
10437         (__default_rt_sa_restorer_v1): Likewise.
10438         (__default_rt_sa_restorer_v2): Likewise.
10439         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10440         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10441         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10443 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10445         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10446         (libpthread-routines): Add sysdep.
10447         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10448         * sysdeps/unix/sysv/linux/sparc/Versions
10449         (libpthread: GLIBC_2.3.3): New version set.
10450         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10451         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10452         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10453         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10454         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10455         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10456         Moved ...
10457         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10458         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10459         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10460         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10461         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10462         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10463         * sysdeps/sparc/nptl/sem_init.c: ... here.
10464         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10465         * sysdeps/sparc/nptl/sem_post.c: ... here.
10466         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10467         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10468         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10469         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10470         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10471         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10472         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10473         (libpthread-routines): Add cpu_relax.
10474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10475         File removed.
10476         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10477         (librt: GLIBC_2.3.3): New version set.
10478         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10479         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10480         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10481         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10482         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10483         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10484         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10485         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10486         Moved ...
10487         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10489         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10490         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10491         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10492         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10493         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10494         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10495         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10496         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10497         Moved ...
10498         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10499         Update #include.
10500         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10501         Moved ...
10502         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10503         Update #include.
10504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10505         Moved ...
10506         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10507         Update #include.
10508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10509         Moved ...
10510         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10511         Update #include.
10512         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10513         Moved ...
10514         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10515         Update #include.
10516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10517         Moved ...
10518         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10519         Update #include.
10520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10521         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10523         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10524         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10525         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10526         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10527         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10528         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10529         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10530         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10531         Moved ...
10532         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10533         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10534         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10535         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10536         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10538 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10540         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10541         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10542         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10543         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10544         * nscd/nscd.c: Likewise.
10545         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10546         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10547         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10548         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10550         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10551         <kernel-features.h>.
10552         (init_mq_netlink): Remove conditional have_sock_cloexec
10553         definitions.  Remove code conditional on have_sock_cloexec < 0.
10554         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10555         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10556         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10557         <kernel-features.h>.
10558         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10559         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10561 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10563         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10564         Add tests for memset_chk and memset.
10566         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10567         with AVX2_Usable.
10569 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10571         [BZ #16046]
10572         * elf/tst-dl-iter-static.c: New file.
10573         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10575         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10576         error.
10578 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10580         * sysdeps/unix/sysv/linux/kernel-features.h
10581         (__ASSUME_F_GETOWN_EX): Remove macro.
10582         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10583         <kernel-features.h>.
10584         (miss_F_GETOWN_EX): Remove variable or macro.
10585         (do_fcntl): Do not check miss_F_GETOWN_EX.
10586         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10588         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10589         Remove macro.
10590         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10591         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10592         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10594         * sysdeps/unix/sysv/linux/kernel-features.h
10595         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10596         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10597         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10598         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10600 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10602         [BZ #17075]
10603         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10604         Fix calculation of the symbol's value.
10605         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10606         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10607         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10608         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10609         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10610         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10611         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10612         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10613         (modules-names): Add `tst-armtlsdescmod',
10614         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10615         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10616         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10617         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10618         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10619         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10620         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10621         ($(objpfx)tst-armtlsdescloc): New dependency.
10622         ($(objpfx)tst-armtlsdescextnow): Likewise.
10623         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10624         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10625         TLS scheme support.
10626         * sysdeps/arm/configure: Regenerate.
10628 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10630         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10631         (__atfct_seterrno_2): Likewise.
10632         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10633         <kernel-features.h>.
10634         (__ASSUME_ATFCTS): Do not undefine and redefine.
10635         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10636         (__have_atfcts): Remove conditional definition.
10637         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10638         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10639         unreachable if [__ASSUME_ATFCTS].
10640         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10641         not undefine and redefine.
10642         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10643         <kernel-features.h>.
10644         (faccessat) [__NR_faccessat]: Make code unconditional.
10645         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10646         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10647         <kernel-features.h>.
10648         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10649         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10650         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10651         <kernel-features.h>.
10652         (fchownat) [__NR_fchownat]: Make code unconditional.
10653         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10654         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10655         <kernel-features.h>.
10656         (futimesat) [__NR_futimesat]: Make code unconditional.
10657         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10658         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10659         <kernel-features.h>.
10660         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10661         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10662         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10663         <kernel-features.h>.
10664         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10665         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10666         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10667         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10668         <kernel-features.h>.
10669         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10670         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10671         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10672         <kernel-features.h>.
10673         (linkat) [__NR_linkat]: Make code unconditional.
10674         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10675         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10676         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10677         <kernel-features.h>.
10678         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10679         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10680         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10681         <kernel-features.h>.
10682         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10683         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10684         * sysdeps/unix/sysv/linux/openat.c: Do not include
10685         <kernel-features.h>.
10686         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10687         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10688         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10689         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10690         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10691         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10692         <kernel-features.h>.
10693         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10694         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10695         result of INLINE_SYSCALL directly, not via int variable.
10696         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10697         <kernel-features.h>.
10698         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10699         (renameat) [__NR_renameat]: Make code unconditional.
10700         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10701         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10702         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10703         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10704         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10705         (__ASSUME_ATFCTS): Do not undefine and redefine.
10706         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10707         <kernel-features.h>.
10708         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10709         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10710         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10711         <kernel-features.h>.
10712         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10713         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10714         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10715         (__ASSUME_ATFCTS): Do not undefine and redefine.
10716         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10717         <kernel-features.h>.
10718         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10719         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10720         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10721         <kernel-features.h>.
10722         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10723         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10725 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10727         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10729 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10731         [BZ #17069]
10732         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10733         constructed tree before returning error.
10734         * posix/bug-regexp36.c: Expand test case.
10736 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10738         [BZ #6803]
10739         * math/libm-test.inc (scalbln_test_date):
10740         Add errno expectations.
10741         * math/w_scalblnf.c: New File.
10742         Add wrapper which checks for setting errno to ERANGE.
10743         Add weak_alias for corresponding scalbln function.
10744         * math/w_scalbln.c: Likewise.
10745         * math/w_scalblnl.c: Likewise.
10746         * math/Makefile (libm-calls): Add w_scalbln.
10747         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10748         Remove weak_alias for corresponding scalbln function.
10749         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10750         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10751         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10752         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10753         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10754         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10755         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10756         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10757         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10758         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10759         Remove long_double_symbol for scalblnl function in libm, libc.
10760         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10761         Add wrapper which checks for setting errno to ERANGE.
10762         Add long_double_symbol for scalblnl function in libm, libc.
10763         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10764         Remove long_double_symbol for scalblnl in libm.
10765         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10766         Add wrapper which checks for setting errno to ERANGE.
10767         Add long_double_symbol for scalblnl function in libm.
10768         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10769         Do not use wrapper because of own implementation.
10771 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10773         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10774         3 bytes for __pad1 for x32.
10775         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10777 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10778             H.J. Lu  <hongjiu.lu@intel.com>
10780         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10781         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10782         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10783         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10784         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10786 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10788         [BZ #17069]
10789         * posix/regcomp.c (parse_expression): Deallocate partially
10790         constructed tree before returning error.
10791         * posix/Makefile.c (tests): Add bug-regex36.
10792         (generated): Add bug-regex36.mtrace.
10793         (tests-special): Add $(objpfx)bug-regex36-mem.out
10794         (bug-regex36-ENV): New variable.
10795         ($(objpfx)bug-regex36-mem.out): New rule.
10796         * posix/bug-regex36.c: New file.
10798 2014-06-19  Will Newton  <will.newton@linaro.org>
10800         * malloc/malloc.c (systrim): If extra is zero then return
10801         early.
10803 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10805         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10807 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10809         * sysdeps/aarch64/strchr.S: New file.
10811 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10813         [BZ #17022]
10814         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10815         from arguments -2 or below.
10816         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10817         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10819 2014-06-18  Andreas Schwab  <schwab@suse.de>
10821         [BZ #17062]
10822         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10823         of a bracket expr not to run off the end of the string.
10824         * posix/Makefile (tests): Add tst-fnmatch3.
10825         * posix/tst-fnmatch3.c: New file.
10827 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10829         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10830         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10831         [$(cross-compiling) = no]: Likewise.
10832         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10833         [$(cross-compiling) = no]: Likewise.
10835 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10837         [BZ #17031]
10838         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10839         double, adjusted for any remainder from the high double.
10840         * math/libm-test.inc (nearbyint): Add tests.
10841         (rint): Likewise.
10843 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10845         * nptl/sysdeps/powerpc/Makefile: Moved ...
10846         * sysdeps/powerpc/nptl/Makefile: ... here.
10847         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10848         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10849         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10850         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10851         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10852         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10853         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10854         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10855         * nptl/sysdeps/powerpc/tls.h: Moved ...
10856         * sysdeps/powerpc/nptl/tls.h: ... here.
10858 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10860         [BZ #16681]
10861         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10862         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10863         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10864         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10865         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10866         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10867         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10868         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10869         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10871 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10873         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10875 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10877         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10878         defined operator.
10880         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10881         $TIMEOUTFACTOR.
10883 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10885         [BZ #17058]
10886         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10887         non-executed part of the test.
10889 2014-06-16  Andreas Schwab  <schwab@suse.de>
10891         * string/bits/string2.h (strdup, strndup): Update feature guard.
10893 2014-06-14  David S. Miller  <davem@davemloft.net>
10895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10897 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10899         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10900         that was previously under [RESET_PID].
10901         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10903         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10904         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10905         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10906         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10907         (__libc_vfork): New strong alias.
10908         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10910 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10912         * sysdeps/generic/elide.h: New file.
10914 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10916         * Makefile (installed-headers): Adjust path of pthread.h header.
10918 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10920         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10921         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10922         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10923         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10925         * nptl/sysdeps/s390/Makefile: Moved ...
10926         * sysdeps/s390/nptl/Makefile: ... here.
10927         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10928         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10929         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10930         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10931         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10932         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10933         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10934         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10935         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10936         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10937         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10938         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10939         * nptl/sysdeps/s390/tls.h: Moved ...
10940         * sysdeps/s390/nptl/tls.h: ... here.
10942         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10943         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10945 2014-06-13  David S. Miller  <davem@davemloft.net>
10947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10948         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10950         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10951         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10952         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10953         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10954         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10955         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10956         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10957         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10958         Remove RESET_PID cpp guards.
10959         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10960         Remove RESET_PID cpp guards.
10961         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10963 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10965         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10966         __sp to uintptr_t.
10968 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10970         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10971         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10972         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10973         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10974         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10975         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10976         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10977         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10978         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10979         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10980         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10981         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10982         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10983         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10984         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10985         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10986         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10987         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10988         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10989         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10991         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10992         (pthread_rwlock_rdlock): Add elision.
10993         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10994         (pthread_rwlock_wrlock): Add elision.
10995         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10996         (pthread_rwlock_trywrlock): Add elision.
10997         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10998         (pthread_rwlock_tryrdlock): Add elision.
10999         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11000         (pthread_rwlock_tryrdlock): Add elision unlock.
11001         * nptl/sysdeps/pthread/pthread.h:
11002         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11003         (PTHREAD_RWLOCK_INITIALIZER,
11004         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11005         Handle new elision field.
11006         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11007         * sysdeps/arm/nptl/bits/pthreadtypes.h
11008         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11009         * sysdeps/sh/nptl/bits/pthreadtypes.h
11010         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11011         * sysdeps/tile/nptl/bits/pthreadtypes.h
11012         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11013         * sysdeps/a/nptl/bits/pthreadtypes.h
11014         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11015         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11016         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11017         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11018         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11019         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11020         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11021         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11022         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11023         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11024         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11025         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11026         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11027         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11028         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11029         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11030         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11031         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11032         (elision_init): Set try_xbegin to zero when no RTM.
11033         * sysdeps/x86/nptl/bits/pthreadtypes.h
11034         (pthread_rwlock_t): Change __pad1 to __rwelision.
11035         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11037 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11039         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11040         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11041         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11042         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11044 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11046         [BZ #16996]
11047         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11048         that the cached result has been set before returning it.
11050 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11052         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11053         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11054         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11055         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11056         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11057         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11059         * nptl/sysdeps/sparc/Makefile: Moved ...
11060         * sysdeps/sparc/nptl/Makefile: ... here.
11061         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11062         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11063         * nptl/sysdeps/sparc/tls.h: Moved ...
11064         * sysdeps/sparc/nptl/tls.h: ... here.
11065         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11066         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11067         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11068         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11069         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11070         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11071         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11072         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11073         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11074         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11075         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11076         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11077         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11078         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11079         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11080         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11081         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11082         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11083         Update #include.
11084         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11085         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11086         Update #include.
11087         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11088         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11089         Update #include.
11090         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11091         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11092         Update #include.
11094         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11096         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11097         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11099         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11100         (struct list_links): Type removed.
11101         (struct thread_node, struct timer_node): Replace struct list_links
11102         with struct list_head.
11103         (list_unlink_ip): Likewise.
11104         * sysdeps/pthread/timer_routines.c
11105         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11106         (list_append, list_insbefore): Likewise.
11107         (list_init): Function removed.
11108         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11109         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11110         * sysdeps/pthread/Makefile: ... here, new file.
11112         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11113         * sysdeps/nptl/Implies: ... here.
11114         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11115         * nptl/sysdeps/pthread/list.h: Moved ...
11116         * include/list.h: ... here.
11117         * nptl/sysdeps/pthread/createthread.c: Moved ...
11118         * nptl/createthread.c: ... here.
11119         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11120         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11121         * nptl/pt-longjmp.c: ... here.
11122         * nptl/sysdeps/pthread/Makefile: Moved ...
11123         * sysdeps/nptl/Makefile: ... here.
11124         * nptl/sysdeps/pthread/Subdirs: Moved ...
11125         * sysdeps/nptl/Subdirs: ... here.
11126         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11127         * sysdeps/nptl/aio_misc.h: ... here.
11128         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11129         * sysdeps/nptl/bits/libc-lock.h: ... here.
11130         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11131         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11132         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11133         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11134         * nptl/sysdeps/pthread/configure: Moved ...
11135         * sysdeps/nptl/configure: ... here.
11136         * nptl/sysdeps/pthread/configure.ac: Moved ...
11137         * sysdeps/nptl/configure.ac: ... here.
11138         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11139         * sysdeps/nptl/gai_misc.h: ... here.
11140         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11141         * sysdeps/nptl/librt-cancellation.c: ... here.
11142         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11143         * sysdeps/nptl/malloc-machine.h: ... here.
11144         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11145         * sysdeps/nptl/pthread-functions.h: ... here.
11146         * nptl/sysdeps/pthread/pthread.h: Moved ...
11147         * sysdeps/nptl/pthread.h: ... here.
11148         * nptl/sysdeps/pthread/setxid.h: Moved ...
11149         * sysdeps/nptl/setxid.h: ... here.
11150         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11151         * sysdeps/nptl/sigfillset.c: ... here.
11152         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11153         * sysdeps/nptl/tcb-offsets.h: ... here.
11154         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11155         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11156         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11157         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11158         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11159         * sysdeps/pthread/allocalim.h: ... here.
11160         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11161         * sysdeps/pthread/bits/sigthread.h: ... here.
11162         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11163         * sysdeps/pthread/flockfile.c: ... here.
11164         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11165         * sysdeps/pthread/ftrylockfile.c: ... here.
11166         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11167         * sysdeps/pthread/funlockfile.c: ... here.
11168         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11169         * sysdeps/pthread/posix-timer.h: ... here.
11170         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11171         * sysdeps/pthread/timer_create.c: ... here.
11172         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11173         * sysdeps/pthread/timer_delete.c: ... here.
11174         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11175         * sysdeps/pthread/timer_getoverr.c: ... here.
11176         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11177         * sysdeps/pthread/timer_gettime.c: ... here.
11178         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11179         * sysdeps/pthread/timer_routines.c: ... here.
11180         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11181         * sysdeps/pthread/timer_settime.c: ... here.
11182         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11183         * sysdeps/pthread/tst-timer.c: ... here.
11184         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11185         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11187         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11188         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11190         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11191         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11192         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11193         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11194         Update #include target.
11195         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11196         * sysdeps/i386/i686/nptl/Makefile: ... here.
11197         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11198         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11199         Update #include target.
11200         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11201         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11202         * nptl/sysdeps/i386/Makefile: Moved ...
11203         * sysdeps/i386/nptl/Makefile: ... here.
11204         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11205         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11206         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11207         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11208         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11209         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11210         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11211         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11212         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11213         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11214         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11215         * nptl/sysdeps/i386/tls.h: Moved ...
11216         * sysdeps/i386/nptl/tls.h: ... here.
11218         * sysdeps/sh/Makefile [$(subdir) = csu]
11219         (gen-as-const-headers): Add tcb-offsets.sym.
11220         * nptl/sysdeps/sh/Makefile: File removed.
11221         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11222         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11223         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11224         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11225         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11226         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11227         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11228         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11229         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11230         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11231         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11232         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11233         * nptl/sysdeps/sh/tls.h: Moved ...
11234         * sysdeps/sh/nptl/tls.h: ... here.
11235         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11236         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11237         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11238         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11239         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11240         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11241         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11242         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11243         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11244         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11245         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11246         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11247         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11248         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11249         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11250         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11251         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11252         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11253         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11254         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11255         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11256         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11257         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11258         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11259         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11260         Moved ...
11261         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11262         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11263         Moved ...
11264         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11265         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11266         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11267         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11268         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11269         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11270         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11271         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11272         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11273         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11274         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11275         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11276         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11277         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11278         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11279         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11280         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11281         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11282         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11284 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11286         * posix/spawn_faction_addopen.c: Include string.h.
11288 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11290         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11291         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11292         * nptl/sysdeps/x86_64/Makefile: Moved ...
11293         * sysdeps/x86_64/nptl/Makefile: ... here.
11294         * nptl/sysdeps/x86_64/configure: Moved ...
11295         * sysdeps/x86_64/nptl/configure: ... here.
11296         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11297         * sysdeps/x86_64/nptl/configure.ac: ... here.
11298         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11299         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11300         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11301         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11302         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11303         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11304         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11305         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11306         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11307         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11308         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11309         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11310         * nptl/sysdeps/x86_64/tls.h: Moved ...
11311         * sysdeps/x86_64/nptl/tls.h: ... here.
11312         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11313         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11314         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11315         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11317         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11319 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11321         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11323 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11325         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11326         type.
11327         [POSIX] (off_t): Likewise.
11328         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11329         [POSIX] (S_ISBLK): Require macro.
11330         [POSIX] (S_ISCHR): Likewise.
11331         [POSIX] (S_ISDIR): Likewise.
11332         [POSIX] (S_ISFIFO): Likewise.
11333         [POSIX] (S_ISREG): Likewise.
11334         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11335         optional-macro.
11336         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11337         type.
11338         [POSIX] (time_t): Likewise.
11339         [POSIX] (timer_t): Likewise.
11341 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11343         [BZ #17048]
11344         * posix/spawn_int.h (struct __spawn_action): Make the path string
11345         non-const to support deallocation.
11346         * posix/spawn_faction_addopen.c
11347         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11348         * posix/spawn_faction_destroy.c
11349         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11350         path in all spawn_do_open actions.
11351         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11352         posix_spawn_file_actions_addopen.
11354 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11356         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11357         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11358         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11359         conditional code always true.
11360         (__libc_vfork): New alias.
11362 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11364         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11365         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11367         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11369         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11370         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11372         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11373         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11375         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11376         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11378 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11380         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11381         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11382         multiarch strcmp for PPC64.
11383         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11384         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11385         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11386         multiarch optimizations.
11387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11388         (__libc_ifunc_impl_list): Likewise.
11390 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11392         * benchtests/scripts/validate_benchout.py: New script.
11393         * benchtests/Makefile (bench-func): Call it.
11394         * benchtests/scripts/benchout.schema.json: New file.
11396 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11398         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11399         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11400         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11401         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11402         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11403         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11404         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11405         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11406         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11407         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11408         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11409         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11410         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11411         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11412         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11413         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11415         Moved ...
11416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11417         ... here.
11418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11419         Moved ...
11420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11422         Moved ...
11423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11424         ... here.
11425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11426         Moved ...
11427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11428         ... here.
11429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11430         Moved ...
11431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11433         Moved ...
11434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11435         ... here.
11436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11437         Moved ...
11438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11439         ... here.
11440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11441         Moved ...
11442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11444         Moved ...
11445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11446         ... here.
11447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11448         Moved ...
11449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11450         ... here.
11451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11452         Moved ...
11453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11454         ... here.
11455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11456         Moved ...
11457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11459         Moved ...
11460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11461         ... here.
11462         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11463         Moved ...
11464         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11465         ... here.
11466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11467         Moved ...
11468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11469         ... here.
11470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11471         Moved ...
11472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11474         Moved ...
11475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11476         ... here.
11477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11478         Moved ...
11479         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11480         ... here.
11481         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11482         Moved ...
11483         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11485         Moved ...
11486         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11487         ... here.
11488         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11489         Moved ...
11490         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11492         Moved ...
11493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11495         Moved ...
11496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11497         ... here.
11498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11499         Moved ...
11500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11501         ... here.
11502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11503         Moved ...
11504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11505         ... here.
11506         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11507         Moved ...
11508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11510         Moved ...
11511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11512         ... here.
11513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11514         Moved ...
11515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11516         ... here.
11517         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11518         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11519         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11520         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11521         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11522         Moved ...
11523         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11524         ... here.
11525         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11526         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11527         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11528         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11529         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11530         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11531         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11532         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11533         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11534         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11535         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11536         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11537         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11538         Moved ...
11539         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11540         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11541         Moved ...
11542         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11543         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11544         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11545         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11546         Moved ...
11547         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11548         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11549         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11550         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11551         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11552         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11553         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11555 2014-06-10  Wilco  <wdijkstr@arm.com>
11557         * math/test-fenv-return.c: New file.
11558         * math/Makefile: Add new test test-fenv-return.
11560 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11562         [BZ #17042]
11563         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11564         when x - 1 is zero.
11565         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11566         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11567         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11568         0.0L for an argument of 1.0L.
11569         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11570         Likewise.
11571         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11572         value when x - 1 is zero.
11573         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11574         * sysdeps/i386/fpu/libm-test-ulps: Update.
11575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11577 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11579         [BZ #15119]
11580         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11582 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11584         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11585         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11587 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11589         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11590         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11592         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11593         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11595         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11596         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11598         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11599         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11601         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11602         if not already defined.
11603         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11604         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11605         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11606         (TLS_INIT_TP): Use it.
11607         (TLS_DEFINE_INIT_TP): New macro.
11608         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11610 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11612         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11613         constant.
11614         [POSIX] (IXANY): Likewise.
11615         [POSIX] (OLCUC): Likewise.
11616         [POSIX || POSIX2008] (CBAUD): Do not allow.
11617         [POSIX || POSIX2008] (DEFECHO): Likewise.
11618         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11619         [POSIX || POSIX2008] (ECHOKE): Likewise.
11620         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11621         [POSIX || POSIX2008] (EXTA): Likewise.
11622         [POSIX || POSIX2008] (EXTB): Likewise.
11623         [POSIX || POSIX2008] (FLUSHO): Likewise.
11624         [POSIX || POSIX2008] (LOBLK): Likewise.
11625         [POSIX || POSIX2008] (PENDIN): Likewise.
11626         [POSIX || POSIX2008] (SWTCH): Likewise.
11627         [POSIX || POSIX2008] (VDISCARD): Likewise.
11628         [POSIX || POSIX2008] (VDSUSP): Likewise.
11629         [POSIX || POSIX2008] (VLNEXT): Likewise.
11630         [POSIX || POSIX2008] (VREPRINT): Likewise.
11631         [POSIX || POSIX2008] (VSTATUS): Likewise.
11632         [POSIX || POSIX2008] (VWERASE): Likewise.
11633         (B*): Change to B[0123456789]*.
11634         * conform/data/time.h-data [POSIX || UNIX98]
11635         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11636         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11637         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11638         [POSIX] (tm_*): Do not allow.
11640 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11642         * Makefile (install): Don't set LANGUAGE.
11643         * Makefile.in (install): Likewise.
11644         * assert/Makefile (test-assert-ENV): Remove variable.
11645         (test-assert-perr-ENV): Likewise.
11646         * elf/Makefile (neededtest4-ENV): Likewise.
11647         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11648         [$(cross-compiling) = no]: Don't set LANGUAGE.
11649         * io/ftwtest-sh (LANG): Remove variable.
11650         * libio/Makefile (tst-widetext-ENV): Likewise.
11651         * manual/install.texi (Running make install): Don't refer to
11652         environment settings for make install.
11653         * INSTALL: Regenerated.
11654         * nptl/tst-tls6.sh: Don't set LANG.
11655         * posix/globtest.sh (LANG): Remove variable.
11656         * string/Makefile (tester-ENV): Likewise.
11657         (inl-tester-ENV): Likewise.
11658         (noinl-tester-ENV): Likewise.
11659         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11660         [$(cross-compiling) = no]: Don't set LANGUAGE.
11661         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11662         without explicit environment settings.
11664 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11666         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11667         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11668         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11669         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11671 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11673         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11674         other files in the crypt directory.
11675         * crypt/crypt.c: Remove duplicate includes.
11676         * crypt/crypt-entry.c: Likewise.
11677         * crypt/crypt_util.c: Likewise.
11679 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11681         * Makeconfig (run-program-env): New variable.
11682         (run-program-prefix-before-env): Likewise.
11683         (run-program-prefix-after-env): Likewise.
11684         (run-program-prefix): Define in terms of new variables.
11685         (built-program-cmd-before-env): New variable.
11686         (built-program-cmd-after-env): Likewise.
11687         (built-program-cmd): Define in terms of new variables.
11688         (test-program-prefix-before-env): New variable.
11689         (test-program-prefix-after-env): Likewise.
11690         (test-program-prefix): Define in terms of new variables.
11691         (test-program-cmd-before-env): New variable.
11692         (test-program-cmd-after-env): Likewise.
11693         (test-program-cmd): Define in terms of new variables.
11694         * Rules (make-test-out): Use $(run-program-env).
11695         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11696         (help): Do not mention environment variables.  Mention
11697         --timeoutfactor option.
11698         (timeoutfactor): New variable.
11699         (blacklist_exports): Remove function.
11700         (exports): Remove variable.
11701         (command): Do not include ${exports}.
11702         * manual/install.texi (Configuring and compiling): Do not mention
11703         test wrappers preserving environment variables.  Mention that last
11704         assignment to a variable must take precedence.
11705         * INSTALL: Regenerated.
11706         * benchtests/Makefile (run-bench): Use $(run-program-env).
11707         * catgets/Makefile ($(objpfx)test1.cat): Use
11708         $(built-program-cmd-before-env), $(run-program-env) and
11709         $(built-program-cmd-after-env).
11710         ($(objpfx)test2.cat): Do not specify environment variables
11711         explicitly.
11712         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11713         $(run-program-env) and $(built-program-cmd-after-env).
11714         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11715         $(run-program-env) and $(test-program-cmd-after-env).
11716         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11717         explicitly.
11718         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11719         run_program_env and test_program_cmd_after_env arguments.
11720         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11721         * elf/tst-pathopt.sh: Use run_program_env argument.
11722         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11723         $(test-wrapper-env) and $(run-program-env).
11724         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11725         run_program_env arguments.
11726         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11727         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11728         $(test-program-prefix-before-env), $(run-program-env) and
11729         $(test-program-prefix-after-env).
11730         ($(objpfx)tst-gettext2.out): Likewise.
11731         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11732         run_program_env and test_program_prefix_after_env arguments.
11733         * intl/tst-gettext2.sh: Likewise.
11734         * intl/tst-gettext4.sh: Do not set environment variables
11735         explicitly.
11736         * intl/tst-gettext6.sh: Likewise.
11737         * intl/tst-translit.sh: Likewise.
11738         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11739         $(test-program-prefix-before-env), $(run-program-env) and
11740         $(test-program-prefix-after-env).
11741         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11742         run_program_env and test_program_prefix_after_env arguments.
11743         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11744         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11745         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11746         explicitly with each use of ${test_wrapper_env}.
11747         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11748         $(test-program-prefix-before-env), $(run-program-env) and
11749         $(test-program-prefix-after-env).
11750         * posix/tst-getconf.sh: Do not set environment variables
11751         explicitly.
11752         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11753         run_program_env and test_program_prefix_after_env arguments.
11754         * stdio-common/tst-printf.sh: Do not set environment variables
11755         explicitly.
11756         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11757         $(test-program-prefix-before-env), $(run-program-env) and
11758         $(test-program-prefix-after-env).
11759         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11760         run_program_env and test_program_prefix_after_env arguments.
11761         Split $test calls into $test_pre and $test.
11762         * timezone/Makefile (build-testdata): Use
11763         $(built-program-cmd-before-env), $(run-program-env) and
11764         $(built-program-cmd-after-env).
11766 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11768         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11769         strlen for non SHARED builds.
11771 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11773         * nptl/allocatestack.c (check_list): Inlined function...
11774         (__reclaim_stacks): ... here.
11776 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11778         [BZ #15698]
11779         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11780         memory overrun.
11782 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11784         * Rules (make-test-out): Include
11785         LOCPATH=$(common-objpfx)localedata in default environment.
11786         * debug/Makefile (tst-chk1-ENV): Remove variable.
11787         (tst-chk2-ENV): Likewise.
11788         (tst-chk3-ENV): Likewise.
11789         (tst-chk4-ENV): Likewise.
11790         (tst-chk5-ENV): Likewise.
11791         (tst-chk6-ENV): Likewise.
11792         (tst-lfschk1-ENV): Likewise.
11793         (tst-lfschk2-ENV): Likewise.
11794         (tst-lfschk3-ENV): Likewise.
11795         (tst-lfschk4-ENV): Likewise.
11796         (tst-lfschk5-ENV): Likewise.
11797         (tst-lfschk6-ENV): Likewise.
11798         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11799         (tst-iconv7-ENV): Likewise.
11800         * intl/Makefile (LOCPATH-ENV): Likewise.
11801         (tst-codeset-ENV): Likewise.
11802         (tst-gettext3-ENV): Likewise.
11803         (tst-gettext5-ENV): Likewise.
11804         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11805         (tst-fopenloc-ENV): Likewise.
11806         (tst-fgetws-ENV): Remove variable.
11807         (tst-ungetwc1-ENV): Likewise.
11808         (tst-ungetwc2-ENV): Likewise.
11809         (bug-ungetwc2-ENV): Likewise.
11810         (tst-swscanf-ENV): Likewise.
11811         (bug-ftell-ENV): Likewise.
11812         (tst-fgetwc-ENV): Likewise.
11813         (tst-fseek-ENV): Likewise.
11814         (tst-ftell-partial-wide-ENV): Likewise.
11815         (tst-ftell-active-handler-ENV): Likewise.
11816         (tst-ftell-append-ENV): Likewise.
11817         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11818         (tst-regexloc-ENV): Likewise.
11819         (bug-regex1-ENV): Likewise.
11820         (tst-regex-ENV): Likewise.
11821         (tst-regex2-ENV): Likewise.
11822         (bug-regex5-ENV): Likewise.
11823         (bug-regex6-ENV): Likewise.
11824         (bug-regex17-ENV): Likewise.
11825         (bug-regex18-ENV): Likewise.
11826         (bug-regex19-ENV): Likewise.
11827         (bug-regex20-ENV): Likewise.
11828         (bug-regex22-ENV): Likewise.
11829         (bug-regex23-ENV): Likewise.
11830         (bug-regex25-ENV): Likewise.
11831         (bug-regex26-ENV): Likewise.
11832         (bug-regex30-ENV): Likewise.
11833         (bug-regex32-ENV): Likewise.
11834         (bug-regex33-ENV): Likewise.
11835         (bug-regex34-ENV): Likewise.
11836         (bug-regex35-ENV): Likewise.
11837         (tst-rxspencer-ENV): Likewise.
11838         (tst-rxspencer-no-utf8-ENV): Likewise.
11839         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11840         (tst-sscanf-ENV): Likewise.
11841         (tst-swprintf-ENV): Likewise.
11842         (tst-swscanf-ENV): Likewise.
11843         (test-vfprintf-ENV): Likewise.
11844         (scanf13-ENV): Likewise.
11845         (bug14-ENV): Likewise.
11846         (tst-grouping-ENV): Likewise.
11847         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11848         (tst-strtod3-ENV): Likewise.
11849         (tst-strtod4-ENV): Likewise.
11850         (tst-strtod5-ENV): Likewise.
11851         (testmb2-ENV): Likewise./
11852         * string/Makefile (tst-strxfrm-ENV): Likewise.
11853         (tst-strxfrm2-ENV): Likewise.
11854         (bug-strcoll1-ENV): Likewise.
11855         (test-strcasecmp-ENV): Likewise.
11856         (test-strncasecmp-ENV): Likewise.
11857         * time/Makefile (tst-strptime-ENV): Likewise.
11858         (tst-ftime_l-ENV): Likewise.
11859         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11860         (tst-mbrtowc-ENV): Likewise.
11861         (tst-wcrtomb-ENV): Likewise.
11862         (tst-mbrtowc2-ENV): Likewise.
11863         (tst-c16c32-1-ENV): Likewise.
11864         (tst-mbsnrtowcs-ENV): Likewise.
11866 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11868         * manual/resource.texi (How to get information about the memory
11869         subsystem?): Fix typo.
11870         Reported by Peon de la Parra Ivan <peon@keba.com>
11872 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11874         [BZ #16882]
11875         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11876         (pthread_spin_lock): Branch out of spin loop to proper location.
11877         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11878         (pthread_spin_lock): Likewise.
11880         * nptl/tst-spin4.c: New test.
11881         * nptl/Makefile (tests): Add tst-spin4.
11883 2014-06-03  Andreas Schwab  <schwab@suse.de>
11885         [BZ #15946]
11886         * resolv/res_send.c (send_dg): Reload file descriptor after
11887         calling reopen.
11889 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11891         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11893 2014-06-03  Richard Henderson  <rth@redhat.com>
11895         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11896         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11897         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11898         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11899         in the SAVE_PID block.
11900         (__libc_vfork): New alias.
11901         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11903         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11904         child in registers, not on the stack.  Remove RESET_PID conditionals.
11905         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11907 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11909         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11911 2014-06-03  Wilco  <wdijkstr@arm.com>
11913         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11914         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11915         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11916         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11917         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11918         Likewise.
11920 2014-06-03  Wilco  <wdijkstr@arm.com>
11922         * sysdeps/aarch64/fpu/math_private.h
11923         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11924         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11925         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11926         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11927         Fix declarations.
11929 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11931         * crypt/crypt-private.h: Include ufc-crypt.h.
11932         (__b64_from_24bit): Declare extern.
11933         * crypt/crypt_util.c(__b64_from_24bit): New function.
11934         (b64t): New static const variable.
11935         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11936         (b64t): Remove variable.
11937         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11938         * crypt/sha256-crypt.c: Include crypt-private.h.
11939         (b64t): Remove variable.
11940         (__sha256_crypt_r): Remove b64_from_24bit and replace
11941         with __b64_from_24bit.
11942         * crypt/sha512-crypt.c: Likewise.
11944 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11946         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11947         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11948         Label the code __libc_vfork rather than __vfork.
11949         [!NOT_IN_libc] (vfork): Define as weak alias.
11950         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11951         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11952         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11954 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11956         * malloc/malloc.c (malloc_info): Fix format specifier for
11957         n_mmaps.
11959 2014-06-02  Wilco  <wdijkstr@arm.com>
11961         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11962         FPCR write.
11964 2014-06-02  Wilco  <wdijkstr@arm.com>
11966         [BZ #17009]
11967         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11968         Rewrite to reduce FPCR/FPSR accesses.
11970 2014-06-01  David S. Miller  <davem@davemloft.net>
11972         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11974 2014-05-31  David S. Miller  <davem@davemloft.net>
11976         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11977         to occur in round to nearest mode when |x| >= 2.0
11979 2014-05-30  Richard Henderson  <rth@twiddle.net>
11981         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11982         (PSEUDO_RET_NOERRNO): Remove.
11983         (ret): Don't redefine.
11984         (ret_NOERRNO): Define in terms of ret.
11985         (ret_ERRVAL): Likewise.
11987         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11988         use of PSEUDO_RET; perform the error check directly.
11990 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11992         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11993         with __int128_t.
11995 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11997         * malloc/malloc (malloc_info): Fix formatting.
11999 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12000             Roland McGrath  <roland@hack.frob.com>
12002         * malloc/malloc (malloc_info): Also print mmapped statistics.
12004 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12006         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12007         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12009 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12011         * malloc/malloc.c (malloc_info): Inline mi_arena.
12013 2014-05-29  Richard Henderson  <rth@twiddle.net>
12015         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12016         Remove comma before expanding ASM_ARGS_##nr.
12017         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12018         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12019         of ASM_ARGS_##nr.
12020         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12021         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12022         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12023         (ASM_ARGS_1): Add leading comma.
12025         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12026         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12027         to __errno_location.
12028         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12029         Remove the expected plt for __errno_location.
12031         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12032         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12033         call to __read_tp.
12035         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12036         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12037         it and break it down.
12038         (DOCARGS_0, DOCARGS_1): Do nothing.
12039         (DOCARGS_2): Update to store into the new stack frame.
12040         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12041         (UNDOCARGS_1): Update to restore from the new stack frame.
12042         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12043         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12045         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12046         (SINGLE_THREAD_P): New parameter for result regno.
12047         (PSEUDO): Update to match; use cbz instead of beq.
12049         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12050         Use ENTRY to define the _nocancel entry point.  Share the syscall
12051         and syscall error check paths with the cancel path.
12052         (PSEUDO_END): New.
12054         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12055         whitespace; tabs before and after asm mnemonics.
12057 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12059         [BZ #15132]
12060         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12061         Call fstat64 or stat64 internally, depending on arguments passed.
12062         Replace stat buffer argument with file descriptor argument.
12063         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12064         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12065         Pass fd to __internal_statvfs instead of calling fstat64.
12066         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12067         Pass fd to __internal_statvfs64 instead of calling fstat64.
12068         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12069         Pass -1 to __internal_statvfs instead of calling stat64.
12070         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12071         Pass -1 to __internal_statvfs64 instead of calling stat64.
12073 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12075         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12076         that was previously under [RESET_PID].
12077         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12079         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12080         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12082 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12084         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12086         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12087         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12089 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12091         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12093 2014-05-27  Andreas Schwab  <schwab@suse.de>
12095         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12096         TLS_INIT_TP macro.
12097         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12098         * elf/rtld.c (init_tls, dl_main): Likewise.
12099         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12100         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12101         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12102         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12103         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12104         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12105         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12106         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12107         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12108         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12109         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12110         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12111         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12112         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12113         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12114         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12115         * sysdeps/generic/tls.h: Update description.
12117 2014-05-27  Will Newton  <will.newton@linaro.org>
12119         [BZ #16990]
12120         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12121         and restore r2 rather than just restoring.
12123 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12125         [BZ #16724]
12126         * libio/tst-ftell-append.c: New test case.
12127         * libio/Makefile (tests): Add test case.
12128         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12129         append mode.
12130         * libio/wfileops.c (do_ftell_wide): Likewise.
12132 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12136         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12137         ...
12138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12140         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12141         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12142         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12143         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12144         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12145         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12146         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12147         Moved ...
12148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12149         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12150         Moved ...
12151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12152         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12153         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12154         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12155         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12157         ...
12158         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12159         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12160         Moved ...
12161         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12162         here.
12163         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12164         ...
12165         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12166         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12167         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12169         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12170         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12171         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12172         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12174         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12175         merge into ...
12176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12177         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12178         ...
12179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12180         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12181         ...
12182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12183         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12184         Moved ...
12185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12186         here.
12187         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12188         Moved ...
12189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12190         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12191         Moved ...
12192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12195         conditional [RESET_PID].
12196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12197         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12198         removed.
12199         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12200         removed.
12202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12203         <tcb-offsets.h>.
12204         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12205         (__libc_vfork): New strong alias.
12206         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12207         removed.
12208         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12209         Removed.
12211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12212         <tcb-offsets.h>.
12213         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12214         (__libc_vfork): New strong alias.
12215         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12216         removed.
12217         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12218         removed.
12220 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12222         * malloc/malloc.c (mi_arena): New function.
12223         (malloc_info): Remove nested function mi_arena. Call non-nosted
12224         function mi_arena.
12226 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12228         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12229         by insrwi.
12230         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12231         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12232         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12233         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12234         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12235         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12236         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12238 2014-05-26  Andreas Schwab  <schwab@suse.de>
12240         [BZ #16984]
12241         * locale/programs/repertoire.c (repertoire_read): Add slash
12242         between I18NPATH element and file name.
12243         * locale/programs/locfile.c (locfile_read): Likewise.
12245 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12247         * nptl/pthread_mutexattr_settype.c
12248         (__pthread_mutexattr_settype):
12249         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12251 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12253         * nptl/tst-mutex5 (do_test):
12254         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12256 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12258         * benchtests/README: Document 'init' directive.
12259         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12260         BENCH_INIT.
12261         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12262         (parse_file): Recognize 'init' directive.
12264 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12266         [BZ #16796]
12267         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12268         alignment of struct pthread.
12270 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12272         [BZ #16878]
12273         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12274         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12275         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12276         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12278 2014-05-25  Richard Henderson  <rth@twiddle.net>
12280         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12281         (SINGLE_THREAD_P_PIC): Remove.
12282         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12283         (SINGLE_THREAD_P_PIC): Remove.
12285         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12286         branch to syscall error ...
12287         (PSEUDO): ... here.
12288         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12289         from __local_syscall_error to .Lsyscall_error.
12290         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12291         (SYSCALL_ERROR): Update label name.
12293         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12294         Do not use DOARGS/UNDOARGS.
12295         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12296         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12297         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12298         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12299         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12302         block comment.
12304         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12305         define if !NOT_IN_libc.
12306         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12307         define with non-default symbol versions.
12309 2014-05-23  Richard Henderson  <rth@twiddle.net>
12311         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12312         (vfork, __vfork): Define via compat_symbol.
12314         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12315         [!HAVE_IFUNC] (vfork_compat): Remove.
12316         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12318 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12320         [BZ #16978]
12321         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12322         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12323         variable.
12325 2014-05-23  Richard Henderson  <rth@twiddle.net>
12327         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12328         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12329         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12330         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12332         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12333         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12334         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12335         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12336         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12337         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12338         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12339         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12340         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12341         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12342         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12343         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12344         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12345         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12346         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12347         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12348         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12349         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12350         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12351         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12352         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12353         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12354         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12355         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12356         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12357         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12358         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12359         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12360         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12361         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12362         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12363         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12364         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12365         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12366         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12367         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12368         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12369         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12370         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12371         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12372         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12373         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12374         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12375         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12376         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12377         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12378         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12379         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12380         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12381         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12382         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12383         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12384         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12385         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12386         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12387         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12389         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12390         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12391         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12392         before exiting on error.
12393         (__libc_vfork): New strong alias.
12394         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12395         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12397         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12398         that was previously under [RESET_PID].
12399         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12401         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12403 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12405         [BZ #16977]
12406         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12407         value when x - 1 is zero.
12408         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12409         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12410         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12411         0.0L for an argument of 1.0L.
12412         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12413         Likewise.
12414         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12415         value when x - 1 is zero.
12416         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12417         * sysdeps/i386/fpu/libm-test-ulps: Update.
12418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12420 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12422         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12423         alphasort and versionsort.
12425 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12427         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12428         macro.
12429         [copysignf]: Likewise.
12431 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12433         * crypt/md5-crypt.c: Fix formatting.
12435 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12437         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12438         (b64_from_24bit): New function.
12440 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12442         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12443         libc_hidden_builtin_def to ifunc.
12444         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12445         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12447 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12449         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12450         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12452 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12454         * nscd/Depend (linuxthreads): Remove.
12455         (nptl): Add.
12456         * resolv/Depend (linuxthreads): Remove.
12457         * rt/Depend (linuxthreads): Remove.
12459         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12460         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12461         $(common-objpfx)elf/.
12462         (link-libc-before-gnulib): Likewise.
12463         (elfobjdir): Remove variable.
12464         * Makefile (install): Use $(elf-objpfx) instead of
12465         $(common-objpfx)elf/.
12466         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12467         $(elfobjdir)/.
12468         (link-libc-deps): Likewise.
12469         ($(common-objpfx)libc.so): Likewise.
12470         ($(common-objpfx)linkobj/libc.so): Likewise.
12471         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12472         instead of $(common-objpfx)elf/.
12473         (symbolic-link-list): Likewise.
12474         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12475         [$(cross-compiling) = no]: Likewise.
12476         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12477         $(elfobjdir)/.
12478         (static-gnulib-arch): Likewise.
12479         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12480         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12481         $(common-objpfx)elf/.
12483 2014-05-21  Richard Henderson  <rth@redhat.com>
12485         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12486         (SINGLE_THREAD_P): Use the correct width load.  Fold
12487         into the ldr offset.
12489         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12490         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12492 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12494         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12495         (libgcc_s_resume): Use __attribute_used__.
12496         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12497         Likewise.
12499 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12501         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12502         optimization when used with float constants.
12504         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12506 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12508         [BZ #16915]
12509         * locale/nl_langinfo_l.c: Make direct reference to every
12510         _nl_current_CATEGORY symbol.
12511         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12512         (tests-static): Add tst-langinfo-static.
12513         (tests-special): Add tst-langinfo-static.out.
12514         ($(objpfx)tst-langinfo.out): Redirect output.
12515         ($(objpfx)tst-langinfo-static.out): New.
12516         * localedata/tst-langinfo.sh: Send output to stdout.
12517         * localedata/tst-langinfo-static.c: New file.
12519         [BZ #16965]
12520         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12521         when the shift amount is modulo the limb size.
12523 2014-05-20  Richard Henderson  <rth@redhat.com>
12525         [BZ #16967]
12526         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12527         Change type of sa_flags from unsigned int to int.
12529         [BZ #16966]
12530         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12532         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12534 2014-05-20  Will Newton  <will.newton@linaro.org>
12536         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12537         Test the return value of the system call in the nocancel case.
12539 2014-05-20  Will Newton  <will.newton@linaro.org>
12540             Yvan Roux  <yvan.roux@linaro.org>
12542         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12543         #include of asm/ptrace.h.
12544         (PTRACE_GET_THREAD_AREA): Remove #undef.
12545         (PTRACE_GETHBPREGS): Likewise.
12546         (PTRACE_SETHBPREGS): Likewise.
12547         (struct user_regs_struct): New structure.
12548         (struct user_fpsimd_struct): New structure.
12549         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12550         #include of asm/ptrace.h and second #include of sys/user.h.
12551         (PTRACE_GET_THREAD_AREA): Remove #undef.
12552         (PTRACE_GETHBPREGS): Likewise.
12553         (PTRACE_SETHBPREGS): Likewise.
12554         (ELF_NGREG): Use new struct user_regs_struct.
12555         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12557 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12559         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12560         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12562 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12564         [BZ #16958]
12565         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12566         membar to avoid block loads/stores to overlap previous stores.
12568 2014-05-17  Richard Henderson  <rth@redhat.com>
12570         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12571         Create the __##syscall_name##_nocancel entry point.
12572         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12573         Remove; let the sysdep-cancel.h code create it.
12575 2014-05-17  David S. Miller  <davem@davemloft.net>
12577         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12578         Protect with __USE_GNU.
12579         (TIOCSET_TEMPT): Likewise.
12580         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12581         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12582         these are already provided in bits/ioctl-types.h
12584 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12586         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12587         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12589         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12590         Use wait4 regardless of [__NR_waitpid].
12592 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12594         PR libgcc/60166
12595         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12596         (_FP_NANSIGN_Q): Set the quiet bit.
12598 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12600         * benchtests/Makefile
12601         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12602         not $(common-objpfx)math/libm.so.
12603         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12604         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12605         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12606         $(common-objpfx)dlfcn/libdl.so.
12607         ($(objpfx)tst-audit8): Depend on $(libm), not
12608         $(common-objpfx)math/libm.so.
12609         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12610         not $(common-objpfx)dlfcn/libdl.so.
12611         * math/Makefile
12612         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12613         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12614         [$(build-shared) = yes].
12615         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12616         $(common-objpfx)nptl/libpthread.so.
12617         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12618         $(common-objpfx)math/libm.so$(libm.so-version) or
12619         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12620         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12621         $(common-objpfx)dlfcn/libdl.so.
12622         * setjmp/Makefile (link-libm): Remove variable.
12623         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12624         * stdio-common/Makefile (link-libm): Remove variable.
12625         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12626         * stdlib/Makefile (link-libm): Remove variable.
12627         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12628         ($(objpfx)tst-strtod-round): Likewise.
12629         ($(objpfx)tst-tininess): Likewise.
12630         ($(objpfx)tst-strtod-underflow): Likewise.
12631         ($(objpfx)tst-strtod6): Likewise.
12632         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12633         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12634         $(common-objpfx)dlfcn/libdl.so.
12636 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12638         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12639         BSD terminal modes definitions.
12641 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12643         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12644         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12646         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12647         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12648         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12649         Don't do #include_next.
12650         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12651         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12652         Don't do #include_next.
12653         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12654         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12655         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12656         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12658 2014-05-16  Allan McRae  <allan@archlinux.org>
12660         * po/sv.po: Update Swedish translation from translation project.
12662         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12663         in sed expression.
12665 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12667         [BZ #16917]
12668         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12669         errno if the TIOCGPTN ioctl fails with an error different than
12670         EINVAL.
12671         * login/tst-ptsname.c: New file.
12672         * login/Makefile (tests): Add tst-ptsname.
12674         [BZ #16943]
12675         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12676         and prlimit64.
12678 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12680         [BZ #16849]
12681         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12682         herrno to return EAI_AGAIN.
12684 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12686         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12687         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12688         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12689         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12690         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12691         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12692         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12693         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12694         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12695         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12696         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12697         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12698         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12699         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12700         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12701         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12702         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12703         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12704         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12705         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12706         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12707         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12708         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12709         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12710         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12711         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12712         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12713         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12714         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12715         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12716         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12717         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12718         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12719         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12720         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12721         Moved ...
12722         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12723         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12724         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12726         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12727         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12728         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12729         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12730         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12732         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12733         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12734         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12735         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12736         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12738         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12740         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12742         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12743         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12744         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12746         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12748         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12750         Moved ...
12751         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12752         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12753         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12754         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12755         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12756         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12757         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12758         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12759         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12761         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12762         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12763         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12764         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12765         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12766         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12767         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12769         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12771         Moved ...
12772         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12773         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12774         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12776         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12777         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12778         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12779         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12780         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12781         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12782         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12783         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12784         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12785         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12786         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12787         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12788         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12789         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12790         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12791         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12792         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12793         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12794         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12795         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12796         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12797         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12798         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12799         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12800         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12801         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12802         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12803         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12804         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12805         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12806         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12808         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12809         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12811         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12812         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12813         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12814         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12815         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12816         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12817         Moved ...
12818         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12819         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12820         Moved ...
12821         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12822         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12823         Moved ...
12824         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12825         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12826         Moved ...
12827         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12828         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12829         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12830         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12831         Moved ...
12832         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12833         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12834         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12835         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12836         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12837         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12838         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12839         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12840         Moved ...
12841         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12842         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12843         Moved ...
12844         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12845         ... here.
12846         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12847         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12848         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12849         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12850         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12851         Moved ...
12852         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12853         ... here.
12854         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12855         Moved ...
12856         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12857         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12858         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12859         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12860         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12861         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12862         Moved ...
12863         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12865         Moved ...
12866         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12867         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12868         Moved ...
12869         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12870         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12871         Moved ...
12872         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12873         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12874         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12875         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12876         Moved ...
12877         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12878         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12879         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12880         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12881         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12882         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12883         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12884         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12885         Moved ...
12886         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12887         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12888         Moved ...
12889         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12890         ... here.
12891         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12892         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12893         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12894         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12895         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12896         Moved ...
12897         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12898         ... here.
12899         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12900         Moved ...
12901         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12902         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12903         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12904         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12905         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12906         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12907         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12908         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12909         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12910         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12911         Moved ...
12912         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12913         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12914         Moved ...
12915         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12916         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12917         Moved ...
12918         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12919         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12920         Moved ...
12921         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12922         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12923         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12925         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12926         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12927         Moved ...
12928         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12929         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12930         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12931         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12932         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12933         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12934         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12936         Moved ...
12937         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12938         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12939         Moved ...
12940         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12941         ... here.
12942         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12943         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12944         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12945         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12946         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12947         Moved ...
12948         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12949         ... here.
12950         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12951         Moved ...
12952         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12953         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12954         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12955         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12956         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12957         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12958         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12959         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12960         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12961         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12962         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12964         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12965         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12967         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12968         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12970         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12971         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12972         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12973         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12974         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12975         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12976         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12977         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12978         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12979         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12980         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12981         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12982         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12983         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12984         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12985         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12986         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12987         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12988         Moved ...
12989         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12990         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12991         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12992         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12993         Moved ...
12994         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12995         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12996         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12997         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12998         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12999         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13000         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13001         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13002         Moved ...
13003         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13004         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13005         Moved ...
13006         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13007         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13008         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13009         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13010         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13011         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13012         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13013         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13014         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13015         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13016         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13017         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13018         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13019         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13020         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13021         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13022         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13024         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13025         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13026         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13027         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13028         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13030         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13031         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13032         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13033         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13034         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13035         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13036         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13037         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13038         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13039         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13041         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13042         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13044         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13045         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13046         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13047         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13048         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13049         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13050         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13051         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13052         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13053         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13054         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13055         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13056         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13057         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13058         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13059         Update #include.
13060         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13061         Likewise.
13062         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13063         Likewise.
13064         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13065         Likewise.
13066         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13067         Likewise.
13068         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13069         Likewise.
13070         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13071         Likewise.
13072         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13073         Likewise.
13074         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13075         Likewise.
13076         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13077         Likewise.
13078         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13079         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13080         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13081         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13082         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13083         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13084         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13085         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13086         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13087         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13088         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13089         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13090         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13091         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13092         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13094         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13095         that was previously under [RESET_PID].
13096         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13097         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13098         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13100         * sysdeps/i386/nptl/Implies: New file.
13101         * sysdeps/x86_64/nptl/Implies: New file.
13102         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13103         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13104         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13105         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13107         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13108         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13109         (__libc_vfork): New strong alias.
13110         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13111         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13113         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13114         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13115         (__libc_vfork): New strong alias.
13116         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13117         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13119         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13120         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13121         (__libc_vfork): New strong alias.
13122         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13123         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13124         * nptl/pt-vfork.c: New file.
13125         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13126         (libpthread: GLIBC_2.20): New version set (empty).
13128 2014-05-14  Will Newton  <will.newton@linaro.org>
13130         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13131         rather than #if.
13133 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13135         [BZ #16564]
13136         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13137         arguments with exponent 65 or above.
13138         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13139         arguments 0x1p113L or above.
13140         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13141         to arguments 0x1p107L or above.
13142         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13143         positive arguments with exponent 65 or above.
13144         * math/auto-libm-test-in: Add more tests of log1p.
13145         * math/auto-libm-test-out: Regenerated.
13147         [BZ #16928]
13148         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13149         non-finite arguments is +0.
13150         * math/s_cacosf.c (__cacosf): Likewise.
13151         * math/s_cacosl.c (__cacosl): Likewise.
13152         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13153         * sysdeps/i386/fpu/libm-test-ulps: Update.
13154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13156         [BZ #16927]
13157         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13158         value.
13159         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13160         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13161         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13162         for explicit high bit of mantissa when testing for argument equal
13163         to 1.
13164         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13165         * sysdeps/i386/fpu/libm-test-ulps: Update.
13166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13168         [BZ #16516]
13169         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13170         (__erf): Scale by 16 instead of 8 in potentially underflowing
13171         case.  Ensure exception if result actually underflows.
13172         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13173         (__erff): Scale by 16 instead of 8 in potentially underflowing
13174         case.  Ensure exception if result actually underflows.
13175         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13176         (efx8): Remove variable.
13177         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13178         case.  Ensure exception if result actually underflows.
13179         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13180         (efx8): Remove variable.
13181         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13182         case.  Ensure exception if result actually underflows.
13183         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13184         (efx8): Remove variable.
13185         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13186         case.  Ensure exception if result actually underflows.
13187         * math/auto-libm-test-in: Add more tests of erf.
13188         * math/auto-libm-test-out: Regenerated.
13190 2014-05-14  Andreas Schwab  <schwab@suse.de>
13192         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13193         Remove code conditionalized on USE___THREAD.
13195         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13196         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13197         not definedness.
13199 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13201         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13202         Define unconditionally.
13203         (__ASSUME_O_CLOEXEC): Likewise.
13204         (__ASSUME_SOCK_CLOEXEC): Likewise.
13205         (__ASSUME_IN_NONBLOCK): Likewise.
13206         (__ASSUME_PIPE2): Likewise.
13207         (__ASSUME_EVENTFD2): Likewise.
13208         (__ASSUME_SIGNALFD4): Likewise.
13209         (__ASSUME_DUP3): Likewise.
13210         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13211         (__ASSUME_DUP3): Do not define.
13212         (__ASSUME_EVENTFD2): Likewise.
13213         (__ASSUME_IN_NONBLOCK): Likewise.
13214         (__ASSUME_O_CLOEXEC): Likewise.
13215         (__ASSUME_PIPE2): Likewise.
13216         (__ASSUME_SIGNALFD4): Likewise.
13217         (__ASSUME_SOCK_CLOEXEC): Likewise.
13218         (__ASSUME_UTIMES): Undefine.
13219         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13220         (__ASSUME_UTIMES): Do not define.
13221         (__ASSUME_O_CLOEXEC): Likewise.
13222         (__ASSUME_SOCK_CLOEXEC): Likewise.
13223         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13224         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13225         0x020621].
13226         (__ASSUME_PIPE2): Likewise.
13227         (__ASSUME_EVENTFD2): Likewise.
13228         (__ASSUME_SIGNALFD4): Likewise.
13229         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13230         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13231         Do not define.
13232         (__ASSUME_EVENTFD2): Likewise.
13233         (__ASSUME_SIGNALFD4): Likewise.
13234         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13235         (__ASSUME_32BITUIDS): Likewise.
13236         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13237         (__ASSUME_IPC64): Likewise.
13238         (__ASSUME_ST_INO_64_BIT): Likewise.
13239         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13240         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13241         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13242         (__ASSUME_UTIMES): Do not define.
13243         (__ASSUME_PSELECT): Likewise.
13244         (__ASSUME_PPOLL): Likewise.
13245         (__ASSUME_O_CLOEXEC): Likewise.
13246         (__ASSUME_SOCK_CLOEXEC): Likewise.
13247         (__ASSUME_IN_NONBLOCK): Likewise.
13248         (__ASSUME_PIPE2): Likewise.
13249         (__ASSUME_EVENTFD2): Likewise.
13250         (__ASSUME_SIGNALFD4): Likewise.
13251         (__ASSUME_DUP3): Likewise.
13252         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13253         (__ASSUME_UTIMES): Likewise.
13254         (__ASSUME_O_CLOEXEC): Likewise.
13255         (__ASSUME_SOCK_CLOEXEC): Likewise.
13256         (__ASSUME_IN_NONBLOCK): Likewise.
13257         (__ASSUME_PIPE2): Likewise.
13258         (__ASSUME_EVENTFD2): Likewise.
13259         (__ASSUME_SIGNALFD4): Likewise.
13260         (__ASSUME_DUP3): Likewise.
13261         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13262         (__ASSUME_UTIMES): Likewise.
13263         (__ASSUME_O_CLOEXEC): Likewise.
13264         (__ASSUME_SOCK_CLOEXEC): Likewise.
13265         (__ASSUME_IN_NONBLOCK): Likewise.
13266         (__ASSUME_PIPE2): Likewise.
13267         (__ASSUME_EVENTFD2): Likewise.
13268         (__ASSUME_SIGNALFD4): Likewise.
13269         (__ASSUME_DUP3): Likewise.
13270         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13271         Likewise.
13272         (__ASSUME_UTIMES): Likewise.
13273         (__ASSUME_EVENTFD2): Likewise.
13274         (__ASSUME_SIGNALFD4): Likewise.
13275         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13276         (__ASSUME_O_CLOEXEC): Likewise.
13277         (__ASSUME_SOCK_CLOEXEC): Likewise.
13278         (__ASSUME_IN_NONBLOCK): Likewise.
13279         (__ASSUME_PIPE2): Likewise.
13280         (__ASSUME_EVENTFD2): Likewise.
13281         (__ASSUME_SIGNALFD4): Likewise.
13282         (__ASSUME_DUP3): Likewise.
13283         (__ASSUME_UTIMES): Undefine.
13285         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13286         feclearexcept.  Remove symbol versioning code.
13287         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13288         symbol versioning code.
13289         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13290         symbol versioning code.
13291         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13292         feupdateenv.  Remove symbol versioning code.
13293         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13294         fegetexceptflag.  Remove symbol versioning code.
13295         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13296         fesetexceptflag.  Remove symbol versioning code.
13297         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13298         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13299         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13300         (__posix_fadvise64_l32): Remove prototype.
13301         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13302         code.
13304 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13306         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13307         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13308         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13309         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13311 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13313         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13314         current working directory
13316 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13318         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13319         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13320         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13321         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13322         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13323         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13324         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13325         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13326         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13327         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13328         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13329         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13330         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13331         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13332         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13333         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13334         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13335         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13336         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13337         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13338         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13339         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13340         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13341         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13342         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13343         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13344         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13345         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13346         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13347         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13348         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13349         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13350         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13351         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13352         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13353         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13354         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13355         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13356         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13357         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13358         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13359         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13361         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13362         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13364         * sysdeps/unix/sysv/linux/arm/Makefile
13365         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13366         Add rt-aeabi_unwind_cpp_pr1.
13367         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13368         Add nptl-aeabi_unwind_cpp_pr1.
13369         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13370         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13371         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13372         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13373         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13374         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13376         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13377         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13378         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13379         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13381         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13382         Deconditionalize the code that was previously under [RESET_PID].
13383         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13385         * sysdeps/generic/exit-thread.h: New file.
13386         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13387         * include/unistd.h (__exit_thread): Remove declaration.
13388         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13389         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13390         * csu/libc-start.c: Include <exit-thread.h>.
13391         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13392         * nptl/pthread_create.c: Include <exit-thread.h>.
13393         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13394         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13395         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13396         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13397         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13398         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13399         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13400         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13401         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13402         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13403         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13404         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13405         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13406         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13407         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13408         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13409         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13411 2014-05-13  Andreas Schwab  <schwab@suse.de>
13413         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13415 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13417         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13418         (__ASSUME_UTIMES): Do not condition on kernel version.
13419         (__ASSUME_PSELECT): Define unconditionally.
13420         (__ASSUME_PPOLL): Likewise.
13421         (__ASSUME_ATFCTS): Likewise.
13422         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13423         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13424         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13425         (__ASSUME_UTIMENSAT): Define unconditionally.
13426         (__ASSUME_PRIVATE_FUTEX): Likewise.
13427         (__ASSUME_FALLOCATE): Likewise.
13428         (__ASSUME_O_CLOEXEC): Likewise.
13429         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13430         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13431         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13432         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13433         (__ASSUME_IN_NONBLOCK): Likewise.
13434         (__ASSUME_PIPE2): Likewise.
13435         (__ASSUME_EVENTFD2): Likewise.
13436         (__ASSUME_SIGNALFD4): Likewise.
13437         (__ASSUME_DUP3): Likewise.
13438         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13439         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13440         (__ASSUME_AT_RANDOM): Likewise.
13441         (__ASSUME_PREADV): Likewise.
13442         (__ASSUME_PWRITEV): Likewise.
13443         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13444         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13445         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13446         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13447         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13448         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13449         (__ASSUME_O_CLOEXEC): Define unconditionally.
13450         (__ASSUME_PSELECT): Do not undefine conditionally.
13451         (__ASSUME_PPOLL): Likewise.
13452         (__ASSUME_ATFCTS): Likewise.
13453         (__ASSUME_SET_ROBUST_LIST): Likewise.
13454         (__ASSUME_UTIMENSAT): Likewise.
13455         (__ASSUME_FDATASYNC): Define unconditionally.
13456         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13457         (__ASSUME_SIGFRAME_V2): Likewise.
13458         )__ASSUME_EVENTFD2): Likewise.
13459         (__ASSUME_SIGNALFD4): Likewise.
13460         (__ASSUME_PSELECT): Do not undefine conditionally.
13461         (__ASSUME_PPOLL): Likewise.
13462         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13463         (__ASSUME_PSELECT): Define unconditionally.
13464         (__ASSUME_PPOLL): Likewise.
13465         (__ASSUME_O_CLOEXEC): Likewise.
13466         (__ASSUME_SOCK_CLOEXEC): Likewise.
13467         (__ASSUME_IN_NONBLOCK): Likewise.
13468         (__ASSUME_PIPE2): Likewise.
13469         (__ASSUME_EVENTFD2): Likewise.
13470         (__ASSUME_SIGNALFD4): Likewise.
13471         (__ASSUME_DUP3): Likewise.
13472         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13473         (__ASSUME_O_CLOEXEC): Likewise.
13474         (__ASSUME_SOCK_CLOEXEC): Likewise.
13475         (__ASSUME_IN_NONBLOCK): Likewise.
13476         (__ASSUME_PIPE2): Likewise.
13477         (__ASSUME_EVENTFD2): Likewise.
13478         (__ASSUME_SIGNALFD4): Likewise.
13479         (__ASSUME_DUP3): Likewise.
13480         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13481         (__ASSUME_EVENTFD2): Likewise.
13482         (__ASSUME_SIGNALFD4): Likewise.
13483         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13485 2014-05-12  Andreas Schwab  <schwab@suse.de>
13487         [BZ #16932]
13488         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13489         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13490         than maximum RPC packet size.
13491         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13492         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13493         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13494         (_nss_nis_getservbyport_r): Likewise.
13496 2014-05-12  Will Newton  <will.newton@linaro.org>
13498         * malloc/Makefile (tests): Add tst-mallopt.
13499         * malloc/tst-mallopt.c: New file.
13501 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13503         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13504         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13506 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13508         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13509         (tst-tlsmod6.so): Likewise.
13511 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13513         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13515 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13517         [BZ #16064]
13518         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13519         and <dl-procinfo.h>.
13520         (__fegetenv): Save SSE state in envp->__eip if supported.
13521         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13522         envp->__eip if supported.
13523         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13524         and <dl-procinfo.h>.
13525         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13526         __data_offset and __data_selector in environment to 0.  Set SSE
13527         state if supported.
13528         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13529         test-fenv-sse.
13530         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13531         -mfpmath=sse.
13532         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13534 2014-05-09  Will Newton  <will.newton@linaro.org>
13536         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13537         and libc_relro_required for ARM.
13538         * sysdeps/arm/preconfigure: Regenerate.
13540 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13541             Stefan Liebler  <stli@linux.vnet.ibm.com>
13543         * config.make.in (enable-lock-elision): New Makefile variable.
13544         * configure.ac: Likewise.
13545         * configure: Regenerate.
13546         * sysdeps/s390/configure.ac:
13547         Add check for gcc transactions support.
13548         * sysdeps/s390/configure: Regenerate.
13549         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13550         Build elision files if enabled.
13551         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13552         Add lock elision support for s390.
13553         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13554         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13555         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13556         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13557         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13558         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13559         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13560         Likewise.
13561         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13562         Likewise.
13563         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13564         Likewise.
13565         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13566         Likewise.
13567         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13568         (__lll_timedlock_elision, __lll_lock_elision)
13569         (__lll_unlock_elision, __lll_trylock_elision)
13570         (lll_timedlock_elision, lll_lock_elision)
13571         (lll_unlock_elision, lll_trylock_elision): Add.
13572         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13573         (pthread_mutex_t): Add lock elision support for s390.
13575 2014-05-14  Wilco  <wdijkstr@arm.com>
13577         * sysdeps/arm/fclrexcpt.c: Cleanup.
13578         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13579         * sysdeps/arm/feenablxcpt.c: Cleanup.
13580         * sysdeps/arm/fegetenv.c: Cleanup.
13581         * sysdeps/arm/fegetexcept.c: Cleanup.
13582         * sysdeps/arm/fegetround.c: Cleanup.
13583         * sysdeps/arm/feholdexcpt.c: Cleanup.
13584         * sysdeps/arm/fesetenv.c: Cleanup.
13585         * sysdeps/arm/fesetround.c: Cleanup.
13586         * sysdeps/arm/feupdateenv.c: Cleanup.
13587         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13588         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13589         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13590         * sysdeps/arm/ftestexcept.c: Cleanup.
13591         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13592         * sysdeps/arm/setfpucw.c: Cleanup.
13594 2014-05-09  Will Newton  <will.newton@linaro.org>
13596         * sysdeps/arm/armv7/strcmp.S: New file.
13597         * NEWS: Mention addition of ARMv7 optimized strcmp.
13599 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13601         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13602         look for %.ac rather than %.in.
13604         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13605         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13606         * sysdeps/mach/hurd/configure: Regenerated.
13607         * sysdeps/unix/sysv/linux/configure: Regenerated.
13609         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13611 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13613         [BZ# 16922]
13614         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13615         (LONG_SUB): Ditto.
13616         (PTR_SUB): Ditto.
13618 2014-05-07  Andreas Schwab  <schwab@suse.de>
13620         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13621         when skipping over non-matching result from nscd.
13623 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13625         [BZ #16876]
13626         * nptl/sockperf.c (client): Check socket return value.
13628         [BZ #16877]
13629         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13630         nscd security class.
13632 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13634         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13635         * sysdeps/arm/unwind.h: ... here.
13637 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13639         [BZ# 16916]
13640         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13641         Define.
13643 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13645         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13646         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13647         multiarch strncpy for PPC64.
13648         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13649         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13651         multiarch optimizations.
13652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13653         (__libc_ifunc_impl_list): Likewise.
13654         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13655         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13656         multiarch stpncpy for PPC64.
13657         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13658         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13660 2014-05-06  Andreas Schwab  <schwab@suse.de>
13662         [BZ #16912]
13663         * gmon/mcount.c (_MCOUNT_DECL): Use
13664         atomic_compare_and_exchange_bool_acq instead of
13665         catomic_compare_and_exchange_bool_acq.
13667 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13669         * elf/Makefile (others, install-bin): Remove pldd.
13670         (pldd-modules): Variable removed.
13671         ($(objpfx)pldd): Target removed.
13672         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13673         (others, install-bin): Append pldd here.
13674         ($(objpfx)pldd): New target.
13676         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13677         to 0, so the first #if test emitted later doesn't see it undefined.
13678         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13679         * sysdeps/gnu/errlist.c: Regenerated.
13681 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13683         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13684         [libc_hidden_builtin_def]: Define to empty value.
13685         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13686         [libc_hidden_builtin_def]: Likewise.
13687         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13688         [libc_hidden_builtin_def]: Likewise.
13689         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13690         [libc_hidden_builtin_def]: Likewise.
13691         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13692         __redirect_memcpy and define ifunc as default hidden symbol.
13693         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13694         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13696 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13698         * locale/iso-4217.def: Reintroduce XDR currency.
13700 2014-05-04  Allan McRae  <allan@archlinux.org>
13702         * po/eo.po: Update Esperanto translation from translation project.
13704 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13706         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13707         and FEATURE_INDEX_MAX to 1.
13708         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13710 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13712         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13713         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13714         * iconvdata/big5.c (ONE_DIRECTION): Define.
13715         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13716         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13717         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13718         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13719         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13720         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13721         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13722         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13723         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13724         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13725         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13726         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13727         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13728         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13729         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13730         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13731         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13732         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13733         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13734         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13735         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13736         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13737         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13738         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13739         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13740         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13741         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13742         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13743         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13744         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13745         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13746         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13747         * iconvdata/johab.c (ONE_DIRECTION): Define.
13748         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13749         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13750         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13751         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13752         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13753         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13754         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13755         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13756         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13757         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13759 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13761         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13762         (_IO_JUMPS_OFFSET): Define to 0.
13764         * nptl/sysdeps/pthread/bits/libc-lock.h
13765         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13766         (__libc_lock_define_initialized_recursive): Always define using
13767         initializer.  Modern compilers treat uninitialized (implicit zero) and
13768         explicit zero initializers the same (i.e. put the datum in bss).
13770 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13772         * nscd/nscd-client.h: Include <string.h>.
13774 2014-05-01  David S. Miller  <davem@davemloft.net>
13776         [BZ #16885]
13777         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13778         multiple zero bytes exist at the end of a string.
13779         Reported by Aurelien Jarno <aurelien@aurel32.net>
13781         * string/test-strcmp.c (check): Add explicit test for situations where
13782         there are multiple zero bytes after the first.
13784 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13786         [BZ #16890]
13787         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13788         when compiling wprintf.
13789         * stdio-common/tstdiomisc.c (t3): New function.
13790         (main): Call it.
13792 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13794         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13795         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13796         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13797         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13799 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13801         * stdlib/longlong.h: Updated from GCC.
13803 2014-05-01  Will Newton  <will.newton@linaro.org>
13804             Bernard Ogden  <bernie.ogden@linaro.org>
13806         * NEWS: Update fixed bug list.
13808         [BZ #15119]
13809         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13811 2014-04-30  David S. Miller  <davem@davemloft.net>
13813         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13814         (libc_feholdexcept_setround_sparc_ctx): New function.
13815         (libc_fesetenv_sparc_ctx): Likewise.
13816         (libc_feupdateenv_sparc_ctx): Likewise.
13817         (libc_feholdsetround_sparc_ctx): Likewise.
13818         (libc_feholdexcept_setround_ctx): Define.
13819         (libc_feholdexcept_setroundf_ctx): Likewise.
13820         (libc_feholdexcept_setroundl_ctx): Likewise.
13821         (libc_fesetenv_ctx): Likewise.
13822         (libc_fesetenvf_ctx): Likewise.
13823         (libc_fesetenvl_ctx): Likewise.
13824         (libc_feupdateenv_ctx): Likewise.
13825         (libc_feupdateenvf_ctx): Likewise.
13826         (libc_feupdateenvl_ctx): Likewise.
13827         (libc_feresetround_ctx): Likewise.
13828         (libc_feresetroundf_ctx): Likewise.
13829         (libc_feresetroundl_ctx): Likewise.
13830         (libc_feholdsetround_ctx): Likewise.
13831         (libc_feholdsetroundf_ctx): Likewise.
13832         (libc_feholdsetroundl_ctx): Likewise.
13834         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13835         with __USE_GNU instead of XOPEN cpp guards.
13837         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13838         0.
13840         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13841         with XOPEN cpp guards.
13843 2014-04-30  Julian Brown  <julian@codesourcery.com>
13845         [BZ #16888]
13846         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13847         handling.
13849 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13851         [BZ #9894]
13852         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13853         Change to 2.6.32.
13854         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13855         * sysdeps/unix/sysv/linux/configure: Regenerated.
13856         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13857         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13858         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13859         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13860         * README: Update reference to required Linux kernel version.
13861         * manual/install.texi (Linux): Update reference to required Linux
13862         kernel headers version.
13863         * INSTALL: Regenerated.
13865         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13866         header inclusion.
13867         [POSIX] (limits.h): Likewise.
13868         [POSIX] (math.h): Likewise.
13869         [POSIX] (sys/wait.h): Likewise.
13870         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13871         function.
13872         [POSIX] (stddef.h): Do not allow header inclusion.
13874 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13876         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13878 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13880         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13881         Return immediately after lll_futex_wake.
13883 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13885         [BZ #16791]
13886         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13887         structure.
13888         (datahead_init_pos): Call datahead_init_common early.
13889         (datahead_init_neg): Likewise.
13891         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13892         datahead_init_neg): New functions.
13893         * nscd/aicache.c (addhstaiX): Use them.
13894         * nscd/grpcache.c (cache_addgr): Likewise.
13895         * nscd/hstcache.c (cache_addhst): Likewise.
13896         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13897         * nscd/netgroupcache.c (do_notfound): Likewise.
13898         (addgetnetgrentX): Likewise.
13899         (addinnetgrX): Likewise.
13900         * nscd/pwdcache.c (cache_addpw): Likewise.
13901         * nscd/servicescache.c (cache_addserv): Likewise.
13903 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13904             Atsushi Onoe  <atsushi@onoe.org>
13906         [BZ #14308]
13907         [BZ #12994]
13908         [BZ #13651]
13909         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13910         one response is valid.
13911         * resolv/res_send.c (send_dg): Check for validity of other
13912         response if the current response is a referral.
13914 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13916         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13918 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13920         [BZ #16823]
13921         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13922         Always divide by positive zero when computing -Inf result.
13923         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13924         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13926 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13928         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13929         FPSCR if value do not change.
13930         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13931         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13932         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13933         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13934         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13935         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13936         function.
13938 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13940         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13941         * sysdeps/unix/sysv/linux/hppa: Move directory from
13942         ports/systeps/unix/sysv/linux/hppa.
13943         * README: Update listing for hppa-*-linux-gnu.
13945 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13947         [BZ #16754]
13948         * manual/stdio.texi (Hook functions): Fix types of stream hook
13949         functions.
13950         [BZ #16854]
13951         * socket/sys/socket.h: Fix typo in comment.
13953 2014-04-28  Wilco  <wdijkstr@arm.com>
13955         * sysdeps/arm/fenv_private.h: New file.
13956         * sysdeps/arm/math_private.h: New file.
13957         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13959 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13961         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13962         with __int128_t.
13963         (La_x86_64_retval): Likewise.
13965 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13967         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13968         fpsr if value didn't change.
13969         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13970         to fpcr if value didn't change.
13971         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13972         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13973         fpsr or fpcr if value didn't change.
13974         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13975         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13976         fpcr if value didn't change.
13977         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13978         to fpsr if value didn't change.
13980 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13982         * nptl/tst-sem3.c: Use test-skeleton.c
13983         (main): Rename to do_test.  Use return instead of
13984         exit.
13985         * nptl/tst-sem4.c: Use test-skeleton.c
13986         (main): Rename to do_test.
13988 2014-04-22  David S. Miller  <davem@davemloft.net>
13990         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13991         (struct sigaction): New struct member __glibc_reserved0, change
13992         type of sa_flags to int.
13994 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13996         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13997         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13999 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14001         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14002         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14004 2014-04-22  Will Newton  <will.newton@linaro.org>
14005             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14007         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14008         (__longjmp): Add longjmp and longjmp_target SystemTap
14009         probes.
14010         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14011         (__sigsetjmp): Add setjmp SystemTap probe.
14013 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14015         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14016         match manual order.
14018 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14020         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14022         * sysdeps/powerpc/fpu/fenv_private.h
14023         (libc_feholdexcept_setroundl_ctx): Define to
14024         libc_feholdexcept_setround_ppc_ctx.
14025         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14026         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14027         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14028         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14030 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14032         * sysdeps/aarch64/math-tests.h: New file.
14034 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14036         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14037         New.
14038         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14039         Check and set bit_AVX2_Usable.
14040         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14041         macro.
14042         (bit_AVX2): Likewise.
14043         (index_AVX2_Usable): Likewise.
14044         (CPUID_AVX2): Likewise.
14045         (HAS_AVX2): Likewise.
14047 2014-04-17  Will Newton  <will.newton@linaro.org>
14049         * manual/setjmp.texi (System V contexts): Add note that
14050         calling setcontext on a context created by a call to a
14051         signal handler is undefined.  Update text to note that
14052         setcontext from a signal handler is possible but not
14053         recommended.
14055         [BZ #16629]
14056         * stdlib/tst-setcontext.c: Include signal.h.
14057         (main): Check that the signal stack before and
14058         after swapcontext is the same.
14060         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14061         Re-implement to restore registers in user code and avoid
14062         rt_sigreturn system call.
14064 2014-04-17  Wilco  <wdijkstr@arm.com>
14066         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14067         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14068         * math/test-fenv.c: Skip exception trap tests on targets which only
14069         support non-stop mode.
14071 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14072             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14074         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14075         (libc_feholdsetround_aarch64_ctx)
14076         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14077         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14078         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14079         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14080         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14081         (libc_feresetround_noexl_ctx): Define.
14083 2014-04-16  Richard Henderson  <rth@redhat.com>
14085         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14087         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14088         unwind tables.
14090         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14091         const from the non-libc, non-ldso copy.
14093         * sysdeps/alpha/libm-test-ulps: Regenerate.
14095 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14096             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14098         * sysdeps/aarch64/fpu/math_private.h: New file.
14100 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14102         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14104 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14106         [BZ #16275]
14107         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14108         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14109         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14110         Intel MPX bound registers before _dl_profile_fixup.
14111         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14112         registers after _dl_profile_fixup.  Save and restore bound
14113         registers bnd0/bnd1 when calling _dl_call_pltexit.
14114         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14115         (LR_BND_OFFSET): Likewise.
14116         (LRV_BND0_OFFSET): Likewise.
14117         (LRV_BND1_OFFSET): Likewise.
14119 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14121         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14122         to...
14123         * sysdeps/mach/hurd/i386/tls.h: ... here.
14124         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14125         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14126         fields.
14128 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14130         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14132 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14134         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14136 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14138         [BZ #14770]
14139         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14140         * sysdeps/s390/configure: Regenerate.
14142         [BZ #16824]
14143         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14144         Set round-to-nearest internally to reduce error accumulation.
14146 2014-04-16  Alan Modra  <amodra@gmail.com>
14148         [BZ #16740]
14149         [BZ #16619]
14150         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14151         * math/libm-test.inc (frexp_test_data): Add tests.
14152         * NEWS: Update fixed bug list.
14154 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14156         * benchtests/Makefile: Depend on libraries in build directory.
14157         (bench-math): Separate out math tests.
14158         (bench-pthread): Separate out pthread tests.
14159         (bench): Include math and pthread tests.
14161 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14163         [BZ #16831]
14164         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14165         _dl_debug_initialize.
14167         * configure.ac: Remove SELinux header check.
14168         * configure: Regenerate.
14169         * nscd/selinux.c (perms): Array of const char* to permission names.
14170         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14171         default policy. Call string_to_security_class and string_to_av_perm to
14172         translate strings. Enforce default policy and call avs_has_perm with
14173         results of translated strings.
14175 2014-04-13  David S. Miller  <davem@davemloft.net>
14177         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14179 2014-04-12  Allan McRae  <allan@archlinux.org>
14181         [BZ #16838]
14182         * manual/string.texi (Collation Functions): Fix qsort argument
14183         order in example.
14184         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14186 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14188         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14189         Make the test a no-op if there are no exceptions defined.
14191 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14193         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14194         enable-hardcoded-path-in-tests
14196 2014-04-11  Will Newton  <will.newton@linaro.org>
14198         * benchtests/Makefile (extra-objs): Add json-lib.o.
14199         (bench-func): Tidy up JSON output.
14200         * benchtests/bench-skeleton.c: Include json-lib.h.
14201         (main): Use JSON library functions to do output of
14202         benchmark results.
14203         * benchtests/bench-timing-type.c (main): Output the
14204         timing type simply, leaving formatting to the user.
14205         * benchtests/json-lib.c: New file.
14206         * benchtests/json-lib.h: Likewise.
14208 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14210         [BZ #15215]
14211         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14212         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14213         memory barriers.  Add comments.
14214         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14215         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14216         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14217         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14218         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14219         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14221 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14223         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14224         * sysdeps/s390/s390-64/configure.ac: ... this ...
14225         * sysdeps/s390/configure.ac: ... to here.
14226         * sysdeps/s390/s390-32/configure: Delete file.
14227         * sysdeps/s390/s390-64/configure: Delete file.
14228         * sysdeps/s390/configure: Regenerate.
14230 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14232         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14234 2014-04-11  Will Newton  <will.newton@linaro.org>
14236         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14237         to zero if it is not defined elsewhere.  (mtrim): Test
14238         the value of MALLOC_DEBUG with #if rather than #ifdef.
14240 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14242         * benchtests/pthread_once-inputs: New file.
14243         * benchtests/pthread_once-source.c: New file.
14244         * benchtests/README: Update documentation.
14246 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14247             H.J. Lu  <hongjiu.lu@intel.com>
14249         [BZ #16275]
14250         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14251         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14252         * sysdeps/x86_64/configure: Regenerated.
14253         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14254         macro.
14255         (REGISTER_SAVE_RAX): Likewise.
14256         (REGISTER_SAVE_RCX): Likewise.
14257         (REGISTER_SAVE_RDX): Likewise.
14258         (REGISTER_SAVE_RSI): Likewise.
14259         (REGISTER_SAVE_RDI): Likewise.
14260         (REGISTER_SAVE_R8): Likewise.
14261         (REGISTER_SAVE_R9): Likewise.
14262         (REGISTER_SAVE_BND0): Likewise.
14263         (REGISTER_SAVE_BND1): Likewise.
14264         (REGISTER_SAVE_BND2): Likewise.
14265         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14266         bound registers when calling _dl_fixup.
14268 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14270         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14271         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14272         of its definition.
14273         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14274         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14275         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14276         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14277         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14278         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14279         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14281 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14283         [BZ #15514]
14284         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14285         pathconf(_PC_NAME_MAX).
14287 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14289         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14290         Remove macro usage.
14291         (__PTHREAD_SPINS): Move definition to ...
14292         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14293         (__PTHREAD_SPINS): ... here.
14294         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14295         (__PTHREAD_SPIN): Likewise.
14296         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14297         (__PTHREAD_SPIN): Likewise.
14298         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14299         (__PTHREAD_SPIN): Likewise.
14300         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14301         (__PTHREAD_SPIN): Likewise.
14302         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14303         (__PTHREAD_SPIN): Likewise.
14304         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14305         (__PTHREAD_SPIN): Likewise.
14306         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14307         (__PTHREAD_SPIN): Likewise.
14308         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14309         (__PTHREAD_SPIN): Likewise.
14310         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14311         (__PTHREAD_SPIN): Likewise.
14312         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14313         (__PTHREAD_SPIN): Likewise.
14314         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14315         (__PTHREAD_SPIN): Likewise.
14316         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14317         (__PTHREAD_SPIN): Likewise.
14319         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14320         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14321         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14322         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14323         imply folder.
14324         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14325         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14326         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14327         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14328         correct imply path.
14329         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14330         strlen symbol for non multi-arch builds.
14331         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14332         missing hidden_def and weak_alias.
14334 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14336         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14338 2014-04-07  Will Newton  <will.newton@linaro.org>
14340         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14341         and contents.  [!_LIBC] Remove #ifndef and contents.
14342         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14343         * string/memccpy.c (__memccpy): Use ANSI prototype.
14344         * string/memfrob.c (memfrob): Likewise.
14345         * string/strcoll.c (STRCOLL): Likewise.
14346         * string/strlen.c (strlen): Likewise.
14347         * string/strtok.c (STRTOK): Likewise.
14348         * string/strcat.c: Remove unused #include of memcopy.h.
14349         (strcat): Use ANSI prototype.
14350         * string/strchr.c: Remove unused #include of memcopy.h.
14351         (strchr): Use ANSI prototype.
14352         * string/strcmp.c: Remove unused #include of memcopy.h.
14353         (strcmp): Use ANSI prototype.
14354         * string/strcpy.c: Remove unused #include of memcopy.h.
14355         (strcpy): Use ANSI prototype.
14357 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14359         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14360         * config.make.in (config-extra-cppflags): Set it from
14361         libc_extra_cppflags.
14362         * configure.ac (libc_extra_cflags): Make it accumulate over
14363         configure fragments.
14364         (libc_extra_cppflags): New flag.
14365         * configure. Regenerate.
14366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14367         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14368         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14371         [BZ #16815]
14372         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14373         result for FE_DOWNWARD rounding mode.
14374         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14375         Likewise.
14376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14378 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14380         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14381         in function argument name.
14383 2014-04-03  David Svoboda  <svoboda@cert.org>
14385         [BZ #5666]
14386         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14387         explicitly.
14389 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14391         * elf/dl-unmap-segments.h: New file.
14392         * sysdeps/generic/ldsodefs.h
14393         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14394         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14395         * elf/dl-fptr.c: Likewise.
14396         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14397         * sysdeps/aarch64/tlsdesc.c: Likewise.
14398         * sysdeps/arm/tlsdesc.c: Likewise.
14399         * sysdeps/i386/tlsdesc.c: Likewise.
14400         * sysdeps/tile/dl-runtime.c: Likewise.
14401         * sysdeps/x86_64/tlsdesc.c: Likewise.
14402         * elf/dl-load.h: New file.
14403         * elf/dl-load.c: Include it.
14404         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14405         Macros moved to dl-load.h.
14406         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14407         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14408         Use _dl_unmap_segments in place of __munmap.
14409         Break out segment-mapping loop into ...
14410         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14412 2014-04-03  Will Newton  <will.newton@linaro.org>
14414         * elf/dl-lookup.c (do_lookup_x): Remove comment
14415         referring to nested function and move variable
14416         declarations down to before first use.
14418 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14420         [BZ #16799]
14421         [BZ #16800]
14422         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14423         with 0 numerator.
14424         * math/s_catanf.c (__catanf): Likewise.
14425         * math/s_catanh.c (__catanh): Likewise.
14426         * math/s_catanhf.c (__catanhf): Likewise.
14427         * math/s_catanhl.c (__catanhl): Likewise.
14428         * math/s_catanl.c (__catanl): Likewise.
14429         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14430         by positive zero when computing -Inf result.
14431         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14432         (catanh_test): Likewise.
14433         * sysdeps/i386/fpu/libm-test-ulps: Update.
14434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14436         [BZ #16789]
14437         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14438         instead of using underflowing value in computing result.
14439         * math/s_clog10.c (__clog10): Likewise.
14440         * math/s_clog10f.c (__clog10f): Likewise.
14441         * math/s_clog10l.c (__clog10l): Likewise.
14442         * math/s_clogf.c (__clogf): Likewise.
14443         * math/s_clogl.c (__clogl): Likewise.
14444         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14445         (clog10_test): Likewise.
14446         * sysdeps/i386/fpu/libm-test-ulps: Update.
14447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14449 2014-04-02  Alan Modra  <amodra@gmail.com>
14451         [BZ #16739]
14452         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14453         output when value is near a power of two.  Use int64_t for lx and
14454         remove casts.  Use decimal rather than hex exponent constants.
14455         Don't use long double multiplication when double will suffice.
14456         * math/libm-test.inc (nextafter_test_data): Add tests.
14457         * NEWS: Add 16739 and 16786 to bug list.
14459         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14461         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14463 2014-04-01  Will Newton  <will.newton@linaro.org>
14465         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14466         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14468 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14470         [BZ #13347]
14471         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14472         * nptl/tst-setuid2.c: New file.
14473         * nptl/Makefile (xtests): Add tst-setuid2.
14475 2014-04-01  Alan Modra  <amodra@gmail.com>
14477         [BZ #16786]
14478         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14480 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14482         [BZ #6803]
14483         [BZ #6804]
14484         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14485         set errno as appropriate.
14486         * math/w_scalbf.c (__scalbf): Likewise.
14487         * math/w_scalbl.c (__scalbl): Likewise.
14488         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14489         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14490         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14491         Add more NaN tests.
14493         [BZ #16349]
14494         * math/w_atan2.c: Include <errno.h>.
14495         (__atan2): Set errno for result underflowing to zero.
14496         * math/w_atan2f.c: Include <errno.h>.
14497         (__atan2f): Set errno for result underflowing to zero.
14498         * math/w_atan2l.c: Include <errno.h>.
14499         (__atan2l): Set errno for result underflowing to zero.
14500         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14501         tests.
14502         * math/auto-libm-test-out: Regenerated.
14504 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14506         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14507         Encode instruction correctly in little endian.
14508         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14509         Likewise.
14510         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14511         Likewise.
14512         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14513         Likewise.
14514         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14515         Likewise.
14517 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14519         [BZ #9894]
14520         * sysdeps/unix/sysv/linux/kernel-features.h
14521         [__sparc__ && !__arch64__ && !__sparc_v9__]
14522         (__ASSUME_SET_ROBUST_LIST): Do not define.
14523         [__sparc__ && !__arch64__ && !__sparc_v9__]
14524         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14525         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14526         Likewise.
14527         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14528         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14529         (__ASSUME_REQUEUE_PI): Likewise.
14530         (__ASSUME_SET_ROBUST_LIST): Likewise.
14531         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14532         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14533         Undefine.
14534         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14535         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14536         Likewise.
14537         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14538         Likewise.
14539         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14540         Likewise.
14541         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14542         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14543         Undefine.
14544         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14545         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14546         Likewise.
14548         [BZ #16648]
14549         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14550         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14551         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14553 2014-03-31  Will Newton  <will.newton@linaro.org>
14555         * benchtests/Makefile (bench): Add ffs and ffsll to list
14556         of tests.
14557         * benchtests/ffs-inputs: New file.
14558         * benchtests/ffsll-inputs: Likewise.
14560 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14562         [BZ #16770]
14563         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14564         too large before casting to int.
14565         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14566         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14567         * math/libm-test.inc (scalb_test_data): Add more tests.
14569 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14571         * benchtests/Makefile (DETAILED_OPT): New make option.
14572         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14573         set.
14574         * benchtests/bench-skeleton.c: Include stdbool.h.
14575         (main): Store and print timings per input.
14576         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14577         member to each argument value.
14578         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14579         (_print_arg_data): Initialize per-input timing to 0.
14581         * benchtests/Makefile (timing-type): New binary.
14582         (bench-clean): Also remove bench-timing-type.
14583         (bench): New target for timing-type.
14584         (bench-func): Print output in JSON format.
14585         * benchtests/bench-skeleton.c (main): Print output in JSON
14586         format.
14587         * benchtests/bench-timing-type.c: New file.
14588         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14589         (TIMING_PRINT_STATS): Remove.
14590         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14591         name separately.
14593         * benchtests/bench-modf.c: Remove.
14594         * benchtests/modf-inputs: New inputs file.
14596 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14598         [BZ #16362]
14599         * math/s_clog10.c (M_PI_LOG10E): New macro.
14600         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14601         imaginary parts are 0.
14602         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14603         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14604         imaginary parts are 0.
14605         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14606         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14607         imaginary parts are 0.
14608         * math/libm-test.inc (clog10_test_data): Update expected results
14609         for when real and imaginary parts are 0.
14611 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14613         * elf/dl-load.c: Finish conversion of __builtin_expect into
14614         __glibc_{un}likely.
14616 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14618         [BZ #16348]
14619         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14620         1+x for argument with exponent below -67.
14621         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14622         Likewise.
14623         * math/auto-libm-test-in: Add more tests of exp.
14624         * math/auto-libm-test-out: Regenerated.
14626 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14628         [BZ #16759]
14629         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14630         (nscd_getnetgrent): Use it.
14632         [BZ #16760]
14633         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14634         of stpcpy.
14636 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14638         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14639         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14640         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14641         (lll_robust_unlock): Remove out of line section. Use cfi
14642         intrinsics.
14643         (LLL_STUB_UNWIND_INFO*): Remove.
14644         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14645         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14646         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14647         (lll_robust_unlock): Remove out of line section. Use cfi
14648         intrinsics.
14649         (LLL_STUB_UNWIND_INFO*): Remove.
14651 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14653         [BZ #16758]
14654         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14655         blank values.
14657 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14659         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14661 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14663         [BZ #16198]
14664         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14665         fnstenv.
14666         * math/test-fenv-preserve.c: New file.
14667         * math/Makefile (tests): Add test-fenv-preserve.
14669 2014-03-26  Will Newton <will.newton@linaro.org>
14671         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14673 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14675         * scripts/versionlist.awk: Partition the version sets and emit all
14676         GLIBC_* (sorted) before all others (sorted).
14678 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14680         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14681         GLIBC_2.2.5 version.
14683 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14685         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14686         calls.
14688         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14689         previous change.
14691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14693 2014-03-25  Andreas Schwab  <schwab@suse.de>
14695         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14696         label to be used after in6ailist is initialized.
14698 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14700         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14701         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14703 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14705         [BZ #16357]
14706         [BZ #16599]
14707         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14708         min_plus_half.
14709         (fp_formats): Update initializers.
14710         (init_fp_formats): Initialize new field.
14711         (output_for_one_input_case): Allow underflow for results up to
14712         min_plus_half.
14713         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14714         * math/auto-libm-test-in: Don't mark some underflows from asin and
14715         atanh as spurious.
14716         * math/auto-libm-test-out: Regenerated.
14717         * sysdeps/i386/fpu/libm-test-ulps: Update.
14718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14720 2014-03-25  Andreas Schwab  <schwab@suse.de>
14722         * libio/Makefile (tst-ftell-partial-wide-ENV)
14723         (tst-ftell-active-handler-ENV): Define.
14725 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14727         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14729 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14731         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14733 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14735         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14736         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14737         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14739 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14741         [BZ #16634]
14742         * elf/dl-load.c (open_verify): Add mode parameter.
14743         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14744         (open_path): Change from boolean 'secure' to complete flag 'mode'
14745         (_dl_map_object): Adjust.
14746         * elf/Makefile (tests): Add tst-dlopen-aout.
14747         * elf/tst-dlopen-aout.c: New test.
14749 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14751         [BZ #16714]
14752         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14753         (struct stat): Rename member pad0 to __glibc_reserved0.
14755         [BZ #16712]
14756         * sysdeps/s390/s390-32/bits/wordsize.h
14757         (__WORDSIZE32_SIZE_ULONG): New define.
14758         * sysdeps/s390/s390-64/bits/wordsize.h
14759         (__WORDSIZE32_SIZE_ULONG): Likewise.
14760         * sysdeps/generic/stdint.h (SIZE_MAX):
14761         Define as UL if __WORDSIZE32_SIZE_ULONG.
14763         [BZ #16713]
14764         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14765         (__glibc_reserved0): New variable.
14766         (sa_flags): Change type to int.
14768         * posix/Makefile (before-compile): Use += before-compile instead
14769         of a :=.
14771         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14772         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14774 2014-03-20  Andreas Schwab  <schwab@suse.de>
14776         [BZ #16743]
14777         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14778         non-matching result from nscd.
14780 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14782         * scripts/bench.py: Moved to ...
14783         * benchtests/scripts/bench.py: ... here.
14784         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14786 2014-03-24  Andreas Schwab  <schwab@suse.de>
14788         [BZ #16002]
14789         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14790         alloca_account and account alloca use for struct in6ailist.
14792 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14794         [BZ #16284]
14795         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14796         rounding mode to recompute results that overflow to infinity or
14797         underflow to zero.
14798         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14799         bug 16284.
14800         * math/auto-libm-test-out: Regenerated.
14801         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14802         (ccosh_test): Likewise.
14803         (csin_test_data): Use plus_oflow.
14804         (csin_test): Use ALL_RM_TEST.
14805         (csinh_test_data): Use plus_oflow.
14806         (csinh_test): Use ALL_RM_TEST.
14807         * sysdeps/i386/fpu/libm-test-ulps: Update.
14808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14810 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14812         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14813         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14814         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14816         [BZ #16731]
14817         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14818         when x - 1 is zero.
14819         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14820         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14821         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14822         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14823         argument is 1.
14824         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14825         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14826         zero.
14827         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14828         * sysdeps/i386/fpu/libm-test-ulps: Update.
14829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14831 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14833         * scripts/bench.pl: Remove file.
14834         * scripts/bench.py: New benchmark script.
14835         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14836         * benchtests/README: Mention python dependency.
14837         * scripts/pylintrc: New file.
14838         * scripts/pylint: New file.
14840         * bits/mathdef.h: Use #ifdef instead of #if.
14841         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14842         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14843         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14844         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14845         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14846         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14848 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14849             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14851         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14852         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14853         and strpbrk-ppc64 objects.
14854         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14855         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14856         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14857         multiarch strpbrk for POWER7.
14858         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14859         multiarch strpbrk for PPC64.
14860         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14861         ifunc selector.
14862         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14863         strpbrk for POWER7.
14865 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14867         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14868         (atan_test): Likewise.
14869         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14870         (atanh_test): Use ALL_RM_TEST.
14871         (atan2_test_data): Likewise.
14872         (cabs_test): Likewise.
14873         (cacosh_test): Likewise.
14874         (carg_test): Likewise.
14875         (casin_test): Likewise.
14876         (casinh_test): Likewise.
14877         (cbrt_test): Likewise.
14878         (csqrt_test): Likewise.
14879         (erf_test): Likewise.
14880         (erfc_test): Likewise.
14881         (pow10_test): Likewise.
14882         (exp2_test): Likewise.
14883         (hypot_test): Likewise.
14884         (j0_test): Likewise.
14885         (j1_test): Likewise.
14886         (lgamma_test): Likewise.
14887         (gamma_test): Likewise.
14888         (sincos_test): Likewise.
14889         (tanh_test): Likewise.
14890         (y0_test): Likewise.
14891         (y1_test): Likewise.
14892         * sysdeps/i386/fpu/libm-test-ulps: Update.
14893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14895 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14897         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14898         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14899         and strcspn-ppc64 objects.
14900         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14901         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14902         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14903         multiarch strcspn for POWER7.
14904         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14905         multiarch strcspn for PPC64.
14906         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14907         ifunc selector.
14908         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14909         strcspn for POWER7.
14911 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14913         * math/gen-libm-test.pl (generate_testfile): Expect only function
14914         name as argument to AUTO_TESTS_* and pass results for all rounding
14915         modes to parse_args.
14916         (parse_auto_input): Separate inputs of automatic tests from
14917         outputs before storing in %auto_tests.
14918         * math/libm-test.inc (acos_test_data): Update call to
14919         AUTO_TESTS_f_f.
14920         (acos_test): Use ALL_RM_TEST.
14921         (acos_tonearest_test_data): Remove.
14922         (acos_test_tonearest): Likewise.
14923         (acos_towardzero_test_data): Likewise.
14924         (acos_test_towardzero): Likewise.
14925         (acos_downward_test_data): Likewise.
14926         (acos_test_downward): Likewise.
14927         (acos_upward_test_data): Likewise.
14928         (acos_test_upward): Likewise.
14929         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14930         (asin_test_data): Likewise.
14931         (asin_test): Use ALL_RM_TEST.
14932         (asin_tonearest_test_data): Remove.
14933         (asin_test_tonearest): Likewise.
14934         (asin_towardzero_test_data): Likewise.
14935         (asin_test_towardzero): Likewise.
14936         (asin_downward_test_data): Likewise.
14937         (asin_test_downward): Likewise.
14938         (asin_upward_test_data): Likewise.
14939         (asin_test_upward): Likewise.
14940         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14941         (atan_test_data): Likewise.
14942         (atanh_test_data): Likewise.
14943         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14944         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14945         (carg_test_data): Likewise.
14946         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14947         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14948         (ccosh_test_data): Likewise.
14949         (cexp_test_data): Likewise.
14950         (clog_test_data): Likewise.
14951         (clog10_test_data): Likewise.
14952         (cos_test_data): Update call to AUTO_TESTS_f_f.
14953         (cos_test): Use ALL_RM_TEST.
14954         (cos_tonearest_test_data): Remove.
14955         (cos_test_tonearest): Likewise.
14956         (cos_towardzero_test_data): Likewise.
14957         (cos_test_towardzero): Likewise.
14958         (cos_downward_test_data): Likewise.
14959         (cos_test_downward): Likewise.
14960         (cos_upward_test_data): Likewise.
14961         (cos_test_upward): Likewise.
14962         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14963         (cosh_test): Use ALL_RM_TEST.
14964         (cosh_tonearest_test_data): Remove.
14965         (cosh_test_tonearest): Likewise.
14966         (cosh_towardzero_test_data): Likewise.
14967         (cosh_test_towardzero): Likewise.
14968         (cosh_downward_test_data): Likewise.
14969         (cosh_test_downward): Likewise.
14970         (cosh_upward_test_data): Likewise.
14971         (cosh_test_upward): Likewise.
14972         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14973         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14974         (ctan_test_data): Likewise.
14975         (ctan_test): Use ALL_RM_TEST.
14976         (ctan_tonearest_test_data): Remove.
14977         (ctan_test_tonearest): Likewise.
14978         (ctan_towardzero_test_data): Likewise.
14979         (ctan_test_towardzero): Likewise.
14980         (ctan_downward_test_data): Likewise.
14981         (ctan_test_downward): Likewise.
14982         (ctan_upward_test_data): Likewise.
14983         (ctan_test_upward): Likewise.
14984         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14985         (ctanh_test): Use ALL_RM_TEST.
14986         (ctanh_tonearest_test_data): Remove.
14987         (ctanh_test_tonearest): Likewise.
14988         (ctanh_towardzero_test_data): Likewise.
14989         (ctanh_test_towardzero): Likewise.
14990         (ctanh_downward_test_data): Likewise.
14991         (ctanh_test_downward): Likewise.
14992         (ctanh_upward_test_data): Likewise.
14993         (ctanh_test_upward): Likewise.
14994         (erf_test_data): Update call to AUTO_TESTS_f_f.
14995         (erfc_test_data): Likewise.
14996         (exp_test_data): Likewise.
14997         (exp_test): Use ALL_RM_TEST.
14998         (exp_tonearest_test_data): Remove.
14999         (exp_test_tonearest): Likewise.
15000         (exp_towardzero_test_data): Likewise.
15001         (exp_test_towardzero): Likewise.
15002         (exp_downward_test_data): Likewise.
15003         (exp_test_downward): Likewise.
15004         (exp_upward_test_data): Likewise.
15005         (exp_test_upward): Likewise.
15006         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15007         (exp10_test): Use ALL_RM_TEST.
15008         (exp10_tonearest_test_data): Remove.
15009         (exp10_test_tonearest): Likewise.
15010         (exp10_towardzero_test_data): Likewise.
15011         (exp10_test_towardzero): Likewise.
15012         (exp10_downward_test_data): Likewise.
15013         (exp10_test_downward): Likewise.
15014         (exp10_upward_test_data): Likewise.
15015         (exp10_test_upward): Likewise.
15016         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15017         (expm1_test_data): Likewise.
15018         (expm1_test): Use ALL_RM_TEST.
15019         (expm1_tonearest_test_data): Remove.
15020         (expm1_test_tonearest): Likewise.
15021         (expm1_towardzero_test_data): Likewise.
15022         (expm1_test_towardzero): Likewise.
15023         (expm1_downward_test_data): Likewise.
15024         (expm1_test_downward): Likewise.
15025         (expm1_upward_test_data): Likewise.
15026         (expm1_test_upward): Likewise.
15027         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15028         (fma_test): Use ALL_RM_TEST.
15029         (fma_towardzero_test_data): Remove.
15030         (fma_test_towardzero): Likewise.
15031         (fma_downward_test_data): Likewise.
15032         (fma_test_downward): Likewise.
15033         (fma_upward_test_data): Likewise.
15034         (fma_test_upward): Likewise.
15035         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15036         (j0_test_data): Update call to AUTO_TESTS_f_f.
15037         (j1_test_data): Likewise.
15038         (jn_test_data): Update call to AUTO_TESTS_if_f.
15039         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15040         (log_test_data): Update call to AUTO_TESTS_f_f.
15041         (log10_test_data): Likewise.
15042         (log1p_test_data): Likewise.
15043         (log2_test_data): Likewise.
15044         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15045         (pow_tonearest_test_data): Likewise.
15046         (sin_test_data): Update call to AUTO_TESTS_f_f.
15047         (sin_test): Use ALL_RM_TEST.
15048         (sin_tonearest_test_data): Remove.
15049         (sin_test_tonearest): Likewise.
15050         (sin_towardzero_test_data): Likewise.
15051         (sin_test_towardzero): Likewise.
15052         (sin_downward_test_data): Likewise.
15053         (sin_test_downward): Likewise.
15054         (sin_upward_test_data): Likewise.
15055         (sin_test_upward): Likewise.
15056         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15057         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15058         (sinh_test): Use ALL_RM_TEST.
15059         (sinh_tonearest_test_data): Remove.
15060         (sinh_test_tonearest): Likewise.
15061         (sinh_towardzero_test_data): Likewise.
15062         (sinh_test_towardzero): Likewise.
15063         (sinh_downward_test_data): Likewise.
15064         (sinh_test_downward): Likewise.
15065         (sinh_upward_test_data): Likewise.
15066         (sinh_test_upward): Likewise.
15067         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15068         (sqrt_test): Use ALL_RM_TEST.
15069         (sqrt_tonearest_test_data): Remove.
15070         (sqrt_test_tonearest): Likewise.
15071         (sqrt_towardzero_test_data): Likewise.
15072         (sqrt_test_towardzero): Likewise.
15073         (sqrt_downward_test_data): Likewise.
15074         (sqrt_test_downward): Likewise.
15075         (sqrt_upward_test_data): Likewise.
15076         (sqrt_test_upward): Likewise.
15077         (tan_test_data): Update call to AUTO_TESTS_f_f.
15078         (tan_test): Use ALL_RM_TEST.
15079         (tan_tonearest_test_data): Remove.
15080         (tan_test_tonearest): Likewise.
15081         (tan_towardzero_test_data): Likewise.
15082         (tan_test_towardzero): Likewise.
15083         (tan_downward_test_data): Likewise.
15084         (tan_test_downward): Likewise.
15085         (tan_upward_test_data): Likewise.
15086         (tan_test_upward): Likewise.
15087         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15088         (tgamma_test_data): Likewise.
15089         (y0_test_data): Likewise.
15090         (y1_test_data): Likewise.
15091         (yn_test_data): Update call to AUTO_TESTS_if_f.
15092         (main): Do not call removed functions.
15094 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15096         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15097         (ldexp_test_data): Remove.
15098         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15099         scalbn_test_data.
15100         (scalb_test): Use ALL_RM_TEST.
15102 2014-03-19  Andreas Schwab  <schwab@suse.de>
15104         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15106 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15108         [BZ #16649]
15109         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15110         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15111         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15112         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15113         (__ASSUME_PREADV): Undefine.
15114         (__ASSUME_PWRITEV): Likewise.
15116 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15118         * bits/mman-linux.h: Add comment about non-Linux use.
15119         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15120         bits/mman-linux.h resting place.
15122         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15123         * bits/mman-linux.h: ... here.
15125 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15127         * conform/conformtest.pl: Add standard definition when calling C
15128         preprocessor on data files.
15129         (checknamespace): Remove unused variable.
15131 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15133         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15134         minus_oflow, plus_uflow and minus_uflow in expected results.
15135         * math/libm-test.inc (scalbn_test_data): Add more tests of
15136         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15137         minus_uflow.
15138         (scalbn_test): Use ALL_RM_TEST.
15139         (scalbln_test_data): Add more tests of negative arguments.  Use
15140         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15141         (scalbln_test): Use ALL_RM_TEST.
15143 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15145         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15147 2014-03-18  Will Newton  <will.newton@linaro.org>
15149         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15150         inaccurate comment.
15152 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15154         * Makerules [!subdir] (check-abi): Exit with error status if a
15155         test failed.
15157 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15159         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15160         for rint.  Include results for all rounding modes.
15161         (nearbyint_test): Use ALL_RM_TEST.
15162         (rint_test_data): Include all tests used for nearbyint.
15164 2014-03-17  Will Newton  <will.newton@linaro.org>
15166         * nptl/sysdeps/pthread/pthread.h: Revert previous
15167         change.
15169         * sysdeps/generic/ldsodefs.h: Revert previous
15170         change.
15172         * libio/genops.c: Revert previous change.
15173         * libio/libioP.h: Likewise.
15174         * stdio-common/vfprintf.c: Likewise.
15176         * sysdeps/generic/math_private.h: Revert previous
15177         change.
15179         * sysdeps/generic/math_private.h: Check whether
15180         HAVE_RM_CTX is defined with #ifdef rather
15181         than #if.
15183         * argp/argp-fmtstream.h: Check whether
15184         __STRICT_ANSI__ is defined with #ifdef rather
15185         than #if.
15186         * argp/argp.h: Likewise.
15188         * libio/genops.c: Check whether
15189         _IO_JUMPS_OFFSET is defined with #ifdef rather
15190         than #if.
15191         * libio/libioP.h: Likewise.
15192         * stdio-common/vfprintf.c: Likewise.
15194         * sysdeps/generic/ldsodefs.h: Check whether
15195         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15196         than #if.
15198         * nptl/sysdeps/pthread/pthread.h: Check
15199         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15200         its value.
15202 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15204         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15205         setting O_APPEND.
15206         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15207         test case.
15209         [BZ #16680]
15210         * libio/fileops.c (_IO_file_open): Seek to end of file but
15211         don't cache the offset.
15212         (get_file_offset): Remove function.
15213         (do_ftell): Use cached offset when available.
15214         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15215         don't cache the offset.
15216         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15217         case.
15218         (do_one_test): Call it.
15219         (do_ftell_test): Fix up expected old offset for a+ mode.
15220         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15221         available.
15223         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15224         up test status with function return status.
15225         (do_write_test): Likewise.
15226         (do_append_test): Likewise.
15228         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15229         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15230         Remove.
15232 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15234         * math/gen-libm-test.pl (parse_args): Handle results specified for
15235         each rounding mode separately.
15236         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15237         tests and results from lrint_tonearest_test_data,
15238         lrint_towardzero_test_data, lrint_downward_test_data and
15239         lrint_upward_test_data.
15240         (lrint_test): Use ALL_RM_TEST.
15241         (lrint_tonearest_test_data): Remove.
15242         (lrint_test_tonearest): Likewise.
15243         (lrint_towardzero_test_data): Likewise.
15244         (lrint_test_towardzero): Likewise.
15245         (lrint_downward_test_data): Likewise.
15246         (lrint_test_downward): Likewise.
15247         (lrint_upward_test_data): Likewise.
15248         (lrint_test_upward): Likewise.
15249         (llrint_test_data): Merge in per-rounding-mode tests and results
15250         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15251         llrint_downward_test_data and llrint_upward_test_data.
15252         (llrint_test): Use ALL_RM_TEST.
15253         (llrint_tonearest_test_data): Remove.
15254         (llrint_test_tonearest): Likewise.
15255         (llrint_towardzero_test_data): Likewise.
15256         (llrint_test_towardzero): Likewise.
15257         (llrint_downward_test_data): Likewise.
15258         (llrint_test_downward): Likewise.
15259         (llrint_upward_test_data): Likewise.
15260         (llrint_test_upward): Likewise.
15261         (rint_test_data): Merge in per-rounding-mode tests and results
15262         from rint_tonearest_test_data, rint_towardzero_test_data,
15263         rint_downward_test_data and rint_upward_test_data.  Add
15264         per-rounding-mode results for tests not in those arrays.
15265         (rint_test): Use ALL_RM_TEST.
15266         (rint_tonearest_test_data): Remove.
15267         (rint_test_tonearest): Likewise.
15268         (rint_towardzero_test_data): Likewise.
15269         (rint_test_towardzero): Likewise.
15270         (rint_downward_test_data): Likewise.
15271         (rint_test_downward): Likewise.
15272         (rint_upward_test_data): Likewise.
15273         (rint_test_upward): Likewise.
15274         (main): Don't call removed functions.
15276 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15278         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15279         "Compiled on ..." crapola.  It is anti-useful.
15281 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15283         * scripts/evaluate-test.sh: Handle fourth argument to determine
15284         whether test run should stop on failure.
15285         * Makeconfig (stop-on-test-failure): New variable.
15286         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15287         $(stop-on-test-failure).
15288         * Makefile (tests): Give a summary of results from testing and
15289         exit with failure status if they include an ERROR or FAIL.
15290         (xtests): Likewise.
15291         * manual/install.texi (Configuring and compiling): Mention
15292         stop-on-test-failure=y.
15293         * INSTALL: Regenerated.
15295 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15297         * scripts/versionlist.awk: New file.
15298         * Makerules [$(build-shared) = yes]
15299         (postclean-generated): Add Versions.def, not Versions.def.v and
15300         Versions.def.v.i.
15301         ($(common-objpfx)Versions.def.v.i): Target removed.
15302         ($(common-objpfx)Versions.def): New target.
15303         ($(common-objpfx)Versions.all): Depend on that rather that
15304         $(common-objpfx)Versions.def.v.
15305         * Versions.def: File removed.
15307         * Makeconfig (+gccwarn): Add -Wundef.
15308         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15309         a dl-sysdep.h breaking its contract.
15310         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15311         * include/stackinfo.h: New file.
15312         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15313         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15314         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15315         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15316         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15317         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15318         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15319         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15320         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15321         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15322         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15323         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15324         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15325         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15326         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15328 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15330         [BZ #16707]
15331         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15332         implementation.
15333         * math/libm-test.inc (round_test_data): Add more tests.
15335         [BZ #16706]
15336         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15337         implementation.
15338         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15340         [BZ #16701]
15341         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15342         implementation.
15343         * math/libm-test.inc (ceil_test_data): Add more tests.
15345         * math/libm-test.inc (trunc_test_data): Add more tests related to
15346         BZ#16414.
15348 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15350         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15351         with #if rather than #ifdef.
15352         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15354 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15356         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15357         first.  Disable AVX-512 GCC support if assembler doesn't support
15358         it.
15359         * sysdeps/x86_64/configure: Regenerated.
15361 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15363         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15364         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15365         (__old_pthread_attr_setstack): Likewise.
15366         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15367         [!_STACK_GROWS_DOWN]: Likewise.
15369 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15371         * config.make.in (have-bash2): Delete.
15372         * configure.ac (libc_cv_have_bash2): Delete.
15373         * configure: Regenerate.
15374         * elf/Makefile (common-ldd-rewrite): Rename to ...
15375         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15376         (sh-ldd-rewrite): Delete.
15377         (bash-ldd-rewrite): Delete.
15378         (have-bash2): Delete checks.
15379         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15380         ldd-rewrite.
15382         * config.make.in (have-ksh): Delete.
15383         (KSH): Delete.
15384         * configure.ac (libc_cv_have_ksh): Delete.
15385         * configure: Regenerate.
15387         * elf/Makefile: Delete $(have-ksh) check.
15388         ($(objpfx)sotruss): Change KSH to BASH.
15389         * elf/sotruss.ksh: Rename to ...
15390         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15391         function style to match POSIX.  Drop ksh vim mode setting.
15393         * manual/time.texi (Specifying the Time Zone with TZ): Change
15394         Tuesday to Thursday.
15396         * debug/tst-longjmp_chk2.c: Update header comment.
15397         (stackoverflow_handler): Add comment.  Call assert on pass value.
15399 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15401         [BZ #16194]
15402         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15403         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15404         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15405         (La_x86_64_vector): Add zmm.
15406         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15407         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15408         ($(objpfx)tst-audit10): New target.
15409         ($(objpfx)tst-audit10.out): Likewise.
15410         (tst-audit10-ENV): New.
15411         (AVX512-CFLAGS): Likewise.
15412         (CFLAGS-tst-audit10.c): Likewise.
15413         (CFLAGS-tst-auditmod10a.c): Likewise.
15414         (CFLAGS-tst-auditmod10b.c): Likewise.
15415         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15416         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15417         * sysdeps/x86_64/configure: Regenerated.
15418         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15419         AVX-512 zmm register support.
15420         (_dl_x86_64_save_sse): Likewise.
15421         (_dl_x86_64_restore_sse): Likewise.
15422         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15423         size vector registers.
15424         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15425         (ZMM_SIZE): Likewise.
15426         * sysdeps/x86_64/tst-audit10.c: New file.
15427         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15428         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15430 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15432         * configure.ac (HAVE_EHDR_START): New check.
15433         * configure: Regenerated.
15434         * config.h.in (HAVE_EHDR_START): New #undef.
15435         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15436         assuming the lowest-addressed segment maps the start of the file.
15438 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15440         * INSTALL: Regenerated.
15442 2014-03-13  Will Newton  <will.newton@linaro.org>
15444         * manual/setjmp.texi (System V contexts): Improve
15445         clarity and grammar of documentation.
15447 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15449         [BZ #16381]
15450         * elf/Makefile (tests): Add tst-pie2.
15451         (tests-pie): Add tst-pie2.
15452         * elf/tst-pie2.c: New file.
15453         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15454         for ET_EXEC.
15455         * elf/rtld.c (map_doit): Load executable as lt_executable.
15456         (dl_main): Likewise.
15458 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15460         [BZ #16642]
15461         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15462         (__ASSUME_PSELECT): Undefine.
15464 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15466         [BZ #16689]
15467         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15468         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15469         static build.
15470         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15471         selector for static builds.
15473 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15475         [BZ #16695]
15476         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15477         key in the buffer.
15479 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15481         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15482         IFUNC selector for static builds.
15484 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15486         * sysdeps/mips/math_private.h [__mips_hard_float]
15487         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15488         libc_feresetround_mips_ctx.
15489         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15490         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15491         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15493         [BZ #16677]
15494         * math/s_nextafter.c (__nextafter): Do not return value from
15495         overflowing computation.
15496         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15497         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15498         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15499         Likewise.
15500         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15501         Likewise.
15502         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15503         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15505 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15507         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15508         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15509         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15510         the new mov targetting sp.
15512 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15514         [BZ #16683]
15515         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15516         Define it for static builds as well.
15517         (NO_BZERO_IMPL): Likewise.
15519 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15521         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15522         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15523         multiarch strspn for PPC64.
15524         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15525         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15527         (__libc_ifunc_impl_list): Likewise.
15528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15529         multiarch optimizations
15530         * string/strspn.c (strspn): Using macro to redefine symbol name.
15532 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15533             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15535         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15536         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15537         multiarch strncat for PPC64.
15538         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15539         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15541         (__libc_ifunc_impl_list): Likewise.
15542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15543         multiarch optimizations
15545 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15547         [BZ #16639]
15548         * nscd/nscd.service: Make service type forking.
15550 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15552         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15553         sign in non default rounding modes.
15554         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15556 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15558         * math/libm-test.inc (ALL_RM_TEST): New macro.
15559         (ceil_test): Use ALL_RM_TEST.
15560         (cimag_test): Likewise.
15561         (conj_test): Likewise.
15562         (copysign_test): Likewise.
15563         (cproj_test): Likewise.
15564         (creal_test): Likewise.
15565         (fabs_test): Likewise.
15566         (floor_test): Likewise.
15567         (fmax_test): Likewise.
15568         (fmin_test): Likewise.
15569         (fmod_test): Likewise.
15570         (fpclassify_test): Likewise.
15571         (frexp_test): Likewise.
15572         (ilogb_test): Likewise.
15573         (isfinite_test): Likewise.
15574         (finite_test): Likewise.
15575         (isgreater_test): Likewise.
15576         (isgreaterequal_test): Likewise.
15577         (isinf_test): Likewise.
15578         (isless_test): Likewise.
15579         (islessequal_test): Likewise.
15580         (islessgreater_test): Likewise.
15581         (isnan_test): Likewise.
15582         (isnormal_test): Likewise.
15583         (issignaling_test): Likewise.
15584         (isunordered_test): Likewise.
15585         (logb_test): Likewise.
15586         (logb_downward_test_data): Remove.
15587         (logb_test_downward): Likewise.
15588         (lround_test): Use ALL_RM_TEST.
15589         (llround_test): Likewise.
15590         (modf_test): Likewise.
15591         (nexttoward_test): Likewise.
15592         (remainder_test): Likewise.
15593         (drem_test): Likewise.
15594         (remainder_tonearest_test_data): Likewise.
15595         (remainder_test_tonearest): Likewise.
15596         (drem_test_tonearest): Likewise.
15597         (remainder_towardzero_test_data): Likewise.
15598         (remainder_test_towardzero): Likewise.
15599         (drem_test_towardzero): Likewise.
15600         (remainder_downward_test_data): Likewise.
15601         (remainder_test_downward): Likewise.
15602         (drem_test_downward): Likewise.
15603         (remainder_upward_test_data): Likewise.
15604         (remainder_test_upward): Likewise.
15605         (drem_test_upward): Likewise.
15606         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15607         (round_test): Use ALL_RM_TEST.
15608         (signbit_test): Likewise.
15609         (trunc_test): Likewise.
15610         (significand_test): Likewise.
15611         (main): Don't call removed functions.
15613 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15615         [BZ #16674]
15616         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15617         || __USE_XOPEN2K8].
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         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15639         (TRAP_TRACE): Likewise.
15640         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15641         __USE_XOPEN2K8].
15642         (CLD_KILLED): Likewise.
15643         (CLD_DUMPED): Likewise.
15644         (CLD_TRAPPED): Likewise.
15645         (CLD_STOPPED): Likewise.
15646         (CLD_CONTINUED): Likewise.
15647         (POLL_IN): Likewise.
15648         (POLL_OUT): Likewise.
15649         (POLL_MSG): Likewise.
15650         (POLL_ERR): Likewise.
15651         (POLL_PRI): Likewise.
15652         (POLL_HUP): Likewise.
15653         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15654         Likewise.
15655         (ILL_ILLOPN): Likewise.
15656         (ILL_ILLADR): Likewise.
15657         (ILL_ILLTRP): Likewise.
15658         (ILL_PRVOPC): Likewise.
15659         (ILL_PRVREG): Likewise.
15660         (ILL_COPROC): Likewise.
15661         (ILL_BADSTK): Likewise.
15662         (FPE_INTDIV): Likewise.
15663         (FPE_INTOVF): Likewise.
15664         (FPE_FLTDIV): Likewise.
15665         (FPE_FLTOVF): Likewise.
15666         (FPE_FLTUND): Likewise.
15667         (FPE_FLTRES): Likewise.
15668         (FPE_FLTINV): Likewise.
15669         (FPE_FLTSUB): Likewise.
15670         (SEGV_MAPERR): Likewise.
15671         (SEGV_ACCERR): Likewise.
15672         (BUS_ADRALN): Likewise.
15673         (BUS_ADRERR): Likewise.
15674         (BUS_OBJERR): Likewise.
15675         (BUS_MCEERR_AR): Likewise.
15676         (BUS_MCEERR_AO): Likewise.
15677         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15678         (TRAP_TRACE): Likewise.
15679         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15680         __USE_XOPEN2K8].
15681         (CLD_KILLED): Likewise.
15682         (CLD_DUMPED): Likewise.
15683         (CLD_TRAPPED): Likewise.
15684         (CLD_STOPPED): Likewise.
15685         (CLD_CONTINUED): Likewise.
15686         (POLL_IN): Likewise.
15687         (POLL_OUT): Likewise.
15688         (POLL_MSG): Likewise.
15689         (POLL_ERR): Likewise.
15690         (POLL_PRI): Likewise.
15691         (POLL_HUP): Likewise.
15692         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15693         (ILL_ILLOPN): Likewise.
15694         (ILL_ILLADR): Likewise.
15695         (ILL_ILLTRP): Likewise.
15696         (ILL_PRVOPC): Likewise.
15697         (ILL_PRVREG): Likewise.
15698         (ILL_COPROC): Likewise.
15699         (ILL_BADSTK): Likewise.
15700         (FPE_INTDIV): Likewise.
15701         (FPE_INTOVF): Likewise.
15702         (FPE_FLTDIV): Likewise.
15703         (FPE_FLTOVF): Likewise.
15704         (FPE_FLTUND): Likewise.
15705         (FPE_FLTRES): Likewise.
15706         (FPE_FLTINV): Likewise.
15707         (FPE_FLTSUB): Likewise.
15708         (SEGV_MAPERR): Likewise.
15709         (SEGV_ACCERR): Likewise.
15710         (BUS_ADRALN): Likewise.
15711         (BUS_ADRERR): Likewise.
15712         (BUS_OBJERR): Likewise.
15713         (BUS_MCEERR_AR): Likewise.
15714         (BUS_MCEERR_AO): Likewise.
15715         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15716         (TRAP_TRACE): Likewise.
15717         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15718         __USE_XOPEN2K8].
15719         (CLD_KILLED): Likewise.
15720         (CLD_DUMPED): Likewise.
15721         (CLD_TRAPPED): Likewise.
15722         (CLD_STOPPED): Likewise.
15723         (CLD_CONTINUED): Likewise.
15724         (POLL_IN): Likewise.
15725         (POLL_OUT): Likewise.
15726         (POLL_MSG): Likewise.
15727         (POLL_ERR): Likewise.
15728         (POLL_PRI): Likewise.
15729         (POLL_HUP): Likewise.
15730         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15731         Likewise.
15732         (ILL_ILLOPN): Likewise.
15733         (ILL_ILLADR): Likewise.
15734         (ILL_ILLTRP): Likewise.
15735         (ILL_PRVOPC): Likewise.
15736         (ILL_PRVREG): Likewise.
15737         (ILL_COPROC): Likewise.
15738         (ILL_BADSTK): Likewise.
15739         (ILL_BADIADDR): Likewise.
15740         (ILL_BREAK): Likewise.
15741         (FPE_INTDIV): Likewise.
15742         (FPE_INTOVF): Likewise.
15743         (FPE_FLTDIV): Likewise.
15744         (FPE_FLTOVF): Likewise.
15745         (FPE_FLTUND): Likewise.
15746         (FPE_FLTRES): Likewise.
15747         (FPE_FLTINV): Likewise.
15748         (FPE_FLTSUB): Likewise.
15749         (FPE_DECOVF): Likewise.
15750         (FPE_DECDIV): Likewise.
15751         (FPE_DECERR): Likewise.
15752         (FPE_INVASC): Likewise.
15753         (FPE_INVDEC): Likewise.
15754         (SEGV_MAPERR): Likewise.
15755         (SEGV_ACCERR): Likewise.
15756         (SEGV_PSTKOVF): Likewise.
15757         (BUS_ADRALN): Likewise.
15758         (BUS_ADRERR): Likewise.
15759         (BUS_OBJERR): Likewise.
15760         (BUS_MCEERR_AR): Likewise.
15761         (BUS_MCEERR_AO): Likewise.
15762         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15763         (TRAP_TRACE): Likewise.
15764         (TRAP_BRANCH): Likewise.
15765         (TRAP_HWBKPT): Likewise.
15766         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15767         __USE_XOPEN2K8].
15768         (CLD_KILLED): Likewise.
15769         (CLD_DUMPED): Likewise.
15770         (CLD_TRAPPED): Likewise.
15771         (CLD_STOPPED): Likewise.
15772         (CLD_CONTINUED): Likewise.
15773         (POLL_IN): Likewise.
15774         (POLL_OUT): Likewise.
15775         (POLL_MSG): Likewise.
15776         (POLL_ERR): Likewise.
15777         (POLL_PRI): Likewise.
15778         (POLL_HUP): Likewise.
15779         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15780         (ILL_ILLOPN): Likewise.
15781         (ILL_ILLADR): Likewise.
15782         (ILL_ILLTRP): Likewise.
15783         (ILL_PRVOPC): Likewise.
15784         (ILL_PRVREG): Likewise.
15785         (ILL_COPROC): Likewise.
15786         (ILL_BADSTK): Likewise.
15787         (FPE_INTDIV): Likewise.
15788         (FPE_INTOVF): Likewise.
15789         (FPE_FLTDIV): Likewise.
15790         (FPE_FLTOVF): Likewise.
15791         (FPE_FLTUND): Likewise.
15792         (FPE_FLTRES): Likewise.
15793         (FPE_FLTINV): Likewise.
15794         (FPE_FLTSUB): Likewise.
15795         (SEGV_MAPERR): Likewise.
15796         (SEGV_ACCERR): Likewise.
15797         (BUS_ADRALN): Likewise.
15798         (BUS_ADRERR): Likewise.
15799         (BUS_OBJERR): Likewise.
15800         (BUS_MCEERR_AR): Likewise.
15801         (BUS_MCEERR_AO): Likewise.
15802         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15803         (TRAP_TRACE): Likewise.
15804         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15805         __USE_XOPEN2K8].
15806         (CLD_KILLED): Likewise.
15807         (CLD_DUMPED): Likewise.
15808         (CLD_TRAPPED): Likewise.
15809         (CLD_STOPPED): Likewise.
15810         (CLD_CONTINUED): Likewise.
15811         (POLL_IN): Likewise.
15812         (POLL_OUT): Likewise.
15813         (POLL_MSG): Likewise.
15814         (POLL_ERR): Likewise.
15815         (POLL_PRI): Likewise.
15816         (POLL_HUP): Likewise.
15817         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15818         (ILL_ILLOPN): Likewise.
15819         (ILL_ILLADR): Likewise.
15820         (ILL_ILLTRP): Likewise.
15821         (ILL_PRVOPC): Likewise.
15822         (ILL_PRVREG): Likewise.
15823         (ILL_COPROC): Likewise.
15824         (ILL_BADSTK): Likewise.
15825         (FPE_INTDIV): Likewise.
15826         (FPE_INTOVF): Likewise.
15827         (FPE_FLTDIV): Likewise.
15828         (FPE_FLTOVF): Likewise.
15829         (FPE_FLTUND): Likewise.
15830         (FPE_FLTRES): Likewise.
15831         (FPE_FLTINV): Likewise.
15832         (FPE_FLTSUB): Likewise.
15833         (SEGV_MAPERR): Likewise.
15834         (SEGV_ACCERR): Likewise.
15835         (BUS_ADRALN): Likewise.
15836         (BUS_ADRERR): Likewise.
15837         (BUS_OBJERR): Likewise.
15838         (BUS_MCEERR_AR): Likewise.
15839         (BUS_MCEERR_AO): Likewise.
15840         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15841         (TRAP_TRACE): Likewise.
15842         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15843         __USE_XOPEN2K8].
15844         (CLD_KILLED): Likewise.
15845         (CLD_DUMPED): Likewise.
15846         (CLD_TRAPPED): Likewise.
15847         (CLD_STOPPED): Likewise.
15848         (CLD_CONTINUED): Likewise.
15849         (POLL_IN): Likewise.
15850         (POLL_OUT): Likewise.
15851         (POLL_MSG): Likewise.
15852         (POLL_ERR): Likewise.
15853         (POLL_PRI): Likewise.
15854         (POLL_HUP): Likewise.
15855         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15856         (ILL_ILLOPN): Likewise.
15857         (ILL_ILLADR): Likewise.
15858         (ILL_ILLTRP): Likewise.
15859         (ILL_PRVOPC): Likewise.
15860         (ILL_PRVREG): Likewise.
15861         (ILL_COPROC): Likewise.
15862         (ILL_BADSTK): Likewise.
15863         (FPE_INTDIV): Likewise.
15864         (FPE_INTOVF): Likewise.
15865         (FPE_FLTDIV): Likewise.
15866         (FPE_FLTOVF): Likewise.
15867         (FPE_FLTUND): Likewise.
15868         (FPE_FLTRES): Likewise.
15869         (FPE_FLTINV): Likewise.
15870         (FPE_FLTSUB): Likewise.
15871         (SEGV_MAPERR): Likewise.
15872         (SEGV_ACCERR): Likewise.
15873         (BUS_ADRALN): Likewise.
15874         (BUS_ADRERR): Likewise.
15875         (BUS_OBJERR): Likewise.
15876         (BUS_MCEERR_AR): Likewise.
15877         (BUS_MCEERR_AO): Likewise.
15878         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15879         (TRAP_TRACE): Likewise.
15880         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15881         __USE_XOPEN2K8].
15882         (CLD_KILLED): Likewise.
15883         (CLD_DUMPED): Likewise.
15884         (CLD_TRAPPED): Likewise.
15885         (CLD_STOPPED): Likewise.
15886         (CLD_CONTINUED): Likewise.
15887         (POLL_IN): Likewise.
15888         (POLL_OUT): Likewise.
15889         (POLL_MSG): Likewise.
15890         (POLL_ERR): Likewise.
15891         (POLL_PRI): Likewise.
15892         (POLL_HUP): Likewise.
15893         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15894         (ILL_ILLOPN): Likewise.
15895         (ILL_ILLADR): Likewise.
15896         (ILL_ILLTRP): Likewise.
15897         (ILL_PRVOPC): Likewise.
15898         (ILL_PRVREG): Likewise.
15899         (ILL_COPROC): Likewise.
15900         (ILL_BADSTK): Likewise.
15901         (ILL_DBLFLT): Likewise.
15902         (ILL_HARDWALL): Likewise.
15903         (FPE_INTDIV): Likewise.
15904         (FPE_INTOVF): Likewise.
15905         (FPE_FLTDIV): Likewise.
15906         (FPE_FLTOVF): Likewise.
15907         (FPE_FLTUND): Likewise.
15908         (FPE_FLTRES): Likewise.
15909         (FPE_FLTINV): Likewise.
15910         (FPE_FLTSUB): Likewise.
15911         (SEGV_MAPERR): Likewise.
15912         (SEGV_ACCERR): Likewise.
15913         (BUS_ADRALN): Likewise.
15914         (BUS_ADRERR): Likewise.
15915         (BUS_OBJERR): Likewise.
15916         (BUS_MCEERR_AR): Likewise.
15917         (BUS_MCEERR_AO): Likewise.
15918         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15919         (TRAP_TRACE): Likewise.
15920         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15921         __USE_XOPEN2K8].
15922         (CLD_KILLED): Likewise.
15923         (CLD_DUMPED): Likewise.
15924         (CLD_TRAPPED): Likewise.
15925         (CLD_STOPPED): Likewise.
15926         (CLD_CONTINUED): Likewise.
15927         (POLL_IN): Likewise.
15928         (POLL_OUT): Likewise.
15929         (POLL_MSG): Likewise.
15930         (POLL_ERR): Likewise.
15931         (POLL_PRI): Likewise.
15932         (POLL_HUP): Likewise.
15933         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15934         (ILL_ILLOPN): Likewise.
15935         (ILL_ILLADR): Likewise.
15936         (ILL_ILLTRP): Likewise.
15937         (ILL_PRVOPC): Likewise.
15938         (ILL_PRVREG): Likewise.
15939         (ILL_COPROC): Likewise.
15940         (ILL_BADSTK): Likewise.
15941         (FPE_INTDIV): Likewise.
15942         (FPE_INTOVF): Likewise.
15943         (FPE_FLTDIV): Likewise.
15944         (FPE_FLTOVF): Likewise.
15945         (FPE_FLTUND): Likewise.
15946         (FPE_FLTRES): Likewise.
15947         (FPE_FLTINV): Likewise.
15948         (FPE_FLTSUB): Likewise.
15949         (SEGV_MAPERR): Likewise.
15950         (SEGV_ACCERR): Likewise.
15951         (BUS_ADRALN): Likewise.
15952         (BUS_ADRERR): Likewise.
15953         (BUS_OBJERR): Likewise.
15954         (BUS_MCEERR_AR): Likewise.
15955         (BUS_MCEERR_AO): Likewise.
15956         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15957         (TRAP_TRACE): Likewise.
15958         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15959         __USE_XOPEN2K8].
15960         (CLD_KILLED): Likewise.
15961         (CLD_DUMPED): Likewise.
15962         (CLD_TRAPPED): Likewise.
15963         (CLD_STOPPED): Likewise.
15964         (CLD_CONTINUED): Likewise.
15965         (POLL_IN): Likewise.
15966         (POLL_OUT): Likewise.
15967         (POLL_MSG): Likewise.
15968         (POLL_ERR): Likewise.
15969         (POLL_PRI): Likewise.
15970         (POLL_HUP): Likewise.
15971         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15972         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15974         [BZ #16670]
15975         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15976         before #include of <time.h>.
15977         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15978         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15979         (test-xfail-UNIX98/sched.h/conform): Likewise.
15981 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15983         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15984         error absence of trapping exception support.
15985         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15987 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15989         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15990         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15991         * timezone/Makefile (testdata): Move definition above include of
15992         Rules.
15993         (test-zones): New variable.
15994         (tests-special): Add zone files.
15995         (build-testdata): Use $(evaluate-test).
15997         * elf/Makefile (tests-special): Rename tests to end with .out.
15998         ($(objpfx)noload-mem): Likewise.
15999         ($(objpfx)tst-leaks1-mem): Likewise.
16000         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16001         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16002         $(objpfx)test-iconvconfig.out.
16003         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16004         set -e inside subshell and redirect output to file.
16005         * iconvdata/Makefile (generated): Rename tests to end with .out.
16006         Correct type.
16007         (tests-special): Rename tests to end with .out.
16008         ($(objpfx)mtrace-tst-loading): Likewise.
16009         * intl/Makefile (generated): Likewise.
16010         (tests-special): Likewise.
16011         ($(objpfx)mtrace-tst-gettext): Likewise.
16012         * misc/Makefile (generated): Likewise.
16013         (tests-special): Likewise.
16014         ($(objpfx)tst-error1-mem): Likewise.
16015         * nptl/Makefile (tests-special): Likewise.
16016         ($(objpfx)tst-stack3-mem): Likewise.
16017         (generated): Likewise.
16018         * posix/Makefile (generated): Likewise.
16019         (tests-special): Likewise.
16020         (xtests-special): Likewise.
16021         ($(objpfx)tst-fnmatch-mem): Likewise.
16022         ($(objpfx)bug-regex2-mem): Likewise.
16023         ($(objpfx)bug-regex14-mem): Likewise.
16024         ($(objpfx)bug-regex21-mem): Likewise.
16025         ($(objpfx)bug-regex31-mem): Likewise.
16026         ($(objpfx)tst-vfork3-mem): Likewise.
16027         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16028         ($(objpfx)tst-pcre-mem): Likewise.
16029         ($(objpfx)tst-boost-mem): Likewise.
16030         ($(objpfx)bug-ga2-mem): Likewise.
16031         ($(objpfx)bug-glob2-mem): Likewise.
16032         * resolv/Makefile (generate): Likewise.
16033         (tests-special): Likewise.
16034         (xtests-special): Likewise.
16035         (generated): Likewise.
16036         ($(objpfx)mtrace-tst-leaks): Likewise.
16037         ($(objpfx)mtrace-tst-leaks2): Likewise.
16039         * scripts/merge-test-results.sh: New file.
16040         * Makefile (tests-special-notdir): New variable.
16041         (tests): Run merge-test-results.sh.
16042         (xtests): Likewise.
16043         * Rules (tests-special-notdir): New variable.
16044         (xtests-special-notdir): Likewise.
16045         (tests): Run merge-test-results.sh
16046         (xtests): Likewise.
16048         * Makeconfig (test-xfail-name): New variable.
16049         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16050         compute variable name for expected failures.
16051         * conform/Makefile (conformtest-headers-data): New variable.
16052         (conformtest-standards): Likewise.
16053         (conformtest-headers-ISO): Likewise.
16054         (conformtest-headers-ISO99): Likewise.
16055         (conformtest-headers-ISO11): Likewise.
16056         (conformtest-headers-POSIX): Likewise.
16057         (conformtest-headers-XPG3): Likewise.
16058         (conformtest-headers-XPG4): Likewise.
16059         (conformtest-headers-UNIX98): Likewise.
16060         (conformtest-headers-XOPEN2K): Likewise.
16061         (conformtest-headers-POSIX2008): Likewise.
16062         (conformtest-headers-XOPEN2K8): Likewise.
16063         (conformtest-header-list-base): Likewise.
16064         (conformtest-header-list-tests): Likewise.
16065         (conformtest-header-base): Likewise.
16066         (conformtest-header-tests): Likewise.
16067         (tests-special): Add $(conformtest-header-list-tests).  If
16068         [$(fast-check) && !$(cross-compiling)], add
16069         $(conformtest-header-tests) instead of
16070         $(objpfx)run-conformtest.out.
16071         (generated): Add $(conformtest-header-list-base).  If
16072         [$(fast-check) && !$(cross-compiling)], add
16073         $(conformtest-header-base).  Remove previous setting.
16074         ($(conformtest-header-list-tests)): New target.
16075         (test-xfail-run-conformtest): Remove variable.
16076         ($(objpfx)run-conformtest.out): Remove target.
16077         (test-xfail-ISO11/complex.h/conform): New variable.
16078         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16079         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16080         (test-xfail-XPG3/varargs.h/conform): Likewise.
16081         (test-xfail-XPG4/varargs.h/conform): Likewise.
16082         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16083         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16084         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16085         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16086         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16087         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16088         (test-xfail-XPG3/ftw.h/conform): Likewise.
16089         (test-xfail-XPG3/grp.h/conform): Likewise.
16090         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16091         (test-xfail-XPG3/limits.h/conform): Likewise.
16092         (test-xfail-XPG3/pwd.h/conform): Likewise.
16093         (test-xfail-XPG3/search.h/conform): Likewise.
16094         (test-xfail-XPG3/signal.h/conform): Likewise.
16095         (test-xfail-XPG3/stdio.h/conform): Likewise.
16096         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16097         (test-xfail-XPG3/string.h/conform): Likewise.
16098         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16099         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16100         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16101         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16102         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16103         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16104         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16105         (test-xfail-XPG3/termios.h/conform): Likewise.
16106         (test-xfail-XPG3/time.h/conform): Likewise.
16107         (test-xfail-XPG3/unistd.h/conform): Likewise.
16108         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16109         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16110         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16111         (test-xfail-XPG4/netdb.h/conform): Likewise.
16112         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16113         (test-xfail-XPG4/signal.h/conform): Likewise.
16114         (test-xfail-XPG4/stdio.h/conform): Likewise.
16115         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16116         (test-xfail-XPG4/stropts.h/conform): Likewise.
16117         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16118         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16119         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16120         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16121         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16122         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16123         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16124         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16125         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16126         (test-xfail-XPG4/termios.h/conform): Likewise.
16127         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16128         (test-xfail-XPG4/unistd.h/conform): Likewise.
16129         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16130         (test-xfail-POSIX/sched.h/conform): Likewise.
16131         (test-xfail-POSIX/signal.h/conform): Likewise.
16132         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16133         (test-xfail-POSIX/tar.h/conform): Likewise.
16134         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16135         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16136         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16137         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16138         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16139         (test-xfail-UNIX98/sched.h/conform): Likewise.
16140         (test-xfail-UNIX98/signal.h/conform): Likewise.
16141         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16142         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16143         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16144         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16145         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16146         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16147         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16148         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16149         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16150         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16151         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16152         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16153         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16154         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16155         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16156         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16157         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16158         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16159         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16160         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16161         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16162         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16163         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16164         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16165         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16166         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16167         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16168         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16169         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16170         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16171         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16172         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16173         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16174         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16175         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16176         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16177         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16178         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16179         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16180         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16181         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16182         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16183         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16184         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16185         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16186         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16187         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16188         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16189         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16190         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16191         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16192         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16193         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16194         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16195         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16196         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16197         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16198         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16199         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16200         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16201         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16202         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16203         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16204         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16205         (conformtest-cc-flags): Likewise.
16206         ($(conformtest-header-tests): New target.
16207         * conform/check-header-lists.sh: New file.
16208         * conform/run-conformtest.sh: Remove.
16210         * conform/conformtest.pl: Allow ' and \ in values given for
16211         constants.
16212         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16213         inclusion.
16214         [POSIX] (sys/types.h): Likewise.
16215         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16216         inclusion.
16217         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16218         inclusion.
16219         * conform/data/signal.h-data (SIGIO): Remove expectation.
16220         [XPG3] (SIGBUS): Do not expect.
16221         [POSIX || XPG3] (SIGPOLL): Likewise.
16222         [POSIX || XPG3] (SIGPROF): Likewise.
16223         [POSIX || XPG3] (SIGSYS): Likewise.
16224         [XPG3] (SIGTRAP): Likewise.
16225         [POSIX || XPG3] (SIGURG): Likewise.
16226         [POSIX || XPG3] (SIGVTALRM): Likewise.
16227         [POSIX || XPG3] (SIGXCPU): Likewise.
16228         [POSIX || XPG3] (SIGXFSZ): Likewise.
16229         [POSIX] (SA_SIGINFO): Expect.
16230         [XPG3] (siginfo_t): Do not expect type or contents.
16231         [POSIX] (si_pid): Do not expect element.
16232         [POSIX] (si_uid): Likewise.
16233         [POSIX] (si_addr): Likewise.
16234         [POSIX] (si_status): Likewise.
16235         [POSIX] (si_band): Likewise.
16236         [XPG4] (si_value): Likewise.
16237         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16238         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16239         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16240         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16241         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16242         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16243         [POSIX || XPG3] (ILL_COPROC): Likewise.
16244         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16245         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16246         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16247         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16248         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16249         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16250         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16251         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16252         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16253         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16254         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16255         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16256         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16257         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16258         [POSIX || XPG3] (CLD_EXITED): Likewise.
16259         [POSIX || XPG3] (CLD_KILLED): Likewise.
16260         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16261         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16262         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16263         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16264         [POSIX || XPG3] (POLL_IN): Likewise.
16265         [POSIX || XPG3] (POLL_OUT): Likewise.
16266         [POSIX || XPG3] (POLL_MSG): Likewise.
16267         [POSIX || XPG3] (POLL_ERR): Likewise.
16268         [POSIX || XPG3] (POLL_PRI): Likewise.
16269         [POSIX || XPG3] (POLL_HUP): Likewise.
16270         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16271         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16272         (SIG*): Do not allow.
16273         [XPG3] (si_*): Likewise.
16274         [XPG3] (SI_*): Likewise.
16275         [XPG3 || XPG4] (sigev_*): Likewise.
16276         [XPG3 || XPG4] (SIGEV_*): Likewise.
16277         [XPG3 || XPG4] (sival_*): Likewise.
16278         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16279         [POSIX || XPG3] (BUS_*): Likewise.
16280         [POSIX || XPG3] (CLD_*): Likewise.
16281         [POSIX || XPG3] (FPE_*): Likewise.
16282         [POSIX || XPG3] (ILL_*): Likewise.
16283         [POSIX || XPG3] (POLL_*): Likewise.
16284         [POSIX || XPG3] (SEGV_*): Likewise.
16285         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16286         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16287         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16288         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16289         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16290         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16291         Specify type and value.
16292         (TVERSLEN): Likewise.
16293         (REGTYPE): Likewise.
16294         (AREGTYPE): Likewise.
16295         (LNKTYPE): Likewise.
16296         (SYMTYPE): Likewise.
16297         (CHRTYPE): Likewise.
16298         (BLKTYPE): Likewise.
16299         (DIRTYPE): Likewise.
16300         (FIFOTYPE): Likewise.
16301         (CONTTYPE): Likewise.
16302         (TSUID): Likewise.
16303         (TSGID): Likewise.
16304         (TSVTX): Likewise.
16305         (TUREAD): Likewise.
16306         (TUWRITE): Likewise.
16307         (TUEXEC): Likewise.
16308         (TGREAD): Likewise.
16309         (TGWRITE): Likewise.
16310         (TGEXEC): Likewise.
16311         (TOREAD): Likewise.
16312         (TOWRITE): Likewise.
16313         (TOEXEC): Likewise.
16314         [POSIX] (TSVTX): Expect constant.
16316 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16318         * Makefile (tests): Change dependencies to ....
16319         (tests-special): ... additions to this variable.
16320         (tests): Depend on $(tests-special).
16321         * Makerules (check-abi-list): New variable.
16322         (check-abi): Depend on $(check-abi-list).
16323         [$(subdir) = elf] (tests-special): Add
16324         $(objpfx)check-abi-libc.out.
16325         [$(build-shared) = yes && subdir] (tests-special): Add
16326         $(check-abi-list).
16327         [$(build-shared) = yes && subdir] (tests): Do not depend on
16328         check-abi.
16329         * Rules (tests): Depend on $(tests-special).
16330         (xtests): Depend on $(xtests-special).
16331         * catgets/Makefile (tests): Change dependencies to ....
16332         (tests-special): ... additions to this variable.
16333         * conform/Makefile (tests): Change dependencies to ....
16334         (tests-special): ... additions to this variable.
16335         * elf/Makefile (tests): Change dependencies to ....
16336         (tests-special): ... additions to this variable.
16337         * grp/Makefile (tests): Change dependencies to ....
16338         (tests-special): ... additions to this variable.
16339         * iconv/Makefile (xtests): Change dependencies to ....
16340         (xtests-special): ... additions to this variable.
16341         * iconvdata/Makefile (tests): Change dependencies to ....
16342         (tests-special): ... additions to this variable.
16343         * intl/Makefile (tests): Change dependencies to ....
16344         (tests-special): ... additions to this variable.  Also add
16345         $(objpfx)tst-gettext.out.
16346         * io/Makefile (tests): Change dependencies to ....
16347         (tests-special): ... additions to this variable.
16348         * libio/Makefile (tests): Change dependencies to ....
16349         (tests-special): ... additions to this variable.
16350         * malloc/Makefile (tests): Change dependencies to ....
16351         (tests-special): ... additions to this variable.
16352         * misc/Makefile (tests): Change dependencies to ....
16353         (tests-special): ... additions to this variable.
16354         * nptl/Makefile (tests): Change dependencies to ....
16355         (tests-special): ... additions to this variable.
16356         * nptl_db/Makefile (tests): Change dependencies to ....
16357         (tests-special): ... additions to this variable.
16358         * posix/Makefile (tests): Change dependencies to ....
16359         (tests-special): ... additions to this variable.
16360         (xtests): Change dependencies to ....
16361         (xtests-special): ... additions to this variable.
16362         * resolv/Makefile (tests): Change dependencies to ....
16363         (tests-special): ... additions to this variable.
16364         (xtests): Change dependencies to ....
16365         (xtests-special): ... additions to this variable.
16366         * stdio-common/Makefile (tests): Change dependencies to ....
16367         (tests-special): ... additions to this variable.
16368         (do-tst-unbputc): Remove target.
16369         (do-tst-printf): Likewise.
16370         * stdlib/Makefile (tests): Change dependencies to ....
16371         (tests-special): ... additions to this variable.
16372         * string/Makefile (tests): Change dependencies to ....
16373         (tests-special): ... additions to this variable.
16374         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16375         (tests-special): ... additions to this variable.
16377         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16378         whole file.
16379         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16380         whole file.
16381         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16382         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16384         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16385         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16386         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16387         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16388         * conform/data/libgen.h-data [XPG3]: Likewise.
16389         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16390         * conform/data/ndbm.h-data [XPG3]: Likewise.
16391         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16392         * conform/data/netdb.h-data [XPG3]: Likewise.
16393         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16394         * conform/data/poll.h-data [XPG3]: Likewise.
16395         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16396         * conform/data/strings.h-data [XPG3]: Likewise.
16397         * conform/data/stropts.h-data [XPG3]: Likewise.
16398         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16399         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16400         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16401         Likewise.
16402         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16403         * conform/data/sys/time.h-data [XPG3]: Likewise.
16404         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16405         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16406         * conform/data/sys/un.h-data [XPG3]: Likewise.
16407         * conform/data/syslog.h-data [XPG3]: Likewise.
16408         * conform/data/ucontext.h-data [XPG3]: Likewise.
16409         * conform/data/utmpx.h-data [XPG3]: Likewise.
16410         * conform/data/varargs.h-data [UNIX98]: Enable file.
16412         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16414         * math/libm-test.inc (struct test_f_f_data): Move expected results
16415         into structure for each rounding mode.
16416         (struct test_ff_f_data): Likewise.
16417         (struct test_ff_f_data_nexttoward): Likewise.
16418         (struct test_fi_f_data): Likewise.
16419         (struct test_fl_f_data): Likewise.
16420         (struct test_if_f_data): Likewise.
16421         (struct test_fff_f_data): Likewise.
16422         (struct test_c_f_data): Likewise.
16423         (struct test_f_f1_data): Likewise.
16424         (struct test_fF_f1_data): Likewise.
16425         (struct test_ffI_f1_data): Likewise.
16426         (struct test_c_c_data): Likewise.
16427         (struct test_cc_c_data): Likewise.
16428         (struct test_f_i_data): Likewise.
16429         (struct test_ff_i_data): Likewise.
16430         (struct test_f_l_data): Likewise.
16431         (struct test_f_L_data): Likewise.
16432         (struct test_fFF_11_data): Likewise.
16433         (RM_): New macro.
16434         (RM_FE_DOWNWARD): Likewise.
16435         (RM_FE_TONEAREST): Likewise.
16436         (RM_FE_TOWARDZERO): Likewise.
16437         (RM_FE_UPWARD): Likewise.
16438         (RUN_TEST_LOOP_f_f): Update references to expected results.
16439         (RUN_TEST_LOOP_2_f): Likewise.
16440         (RUN_TEST_LOOP_fff_f): Likewise.
16441         (RUN_TEST_LOOP_c_f): Likewise.
16442         (RUN_TEST_LOOP_f_f1): Likewise.
16443         (RUN_TEST_LOOP_fF_f1): Likewise.
16444         (RUN_TEST_LOOP_fI_f1): Likewise.
16445         (RUN_TEST_LOOP_ffI_f1): Likewise.
16446         (RUN_TEST_LOOP_c_c): Likewise.
16447         (RUN_TEST_LOOP_cc_c): Likewise.
16448         (RUN_TEST_LOOP_f_i): Likewise.
16449         (RUN_TEST_LOOP_f_i_tg): Likewise.
16450         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16451         (RUN_TEST_LOOP_f_b): Likewise.
16452         (RUN_TEST_LOOP_f_b_tg): Likewise.
16453         (RUN_TEST_LOOP_f_l): Likewise.
16454         (RUN_TEST_LOOP_f_L): Likewise.
16455         (RUN_TEST_LOOP_fFF_11): Likewise.
16456         * math/gen-libm-test.pl (parse_args): Output four copies of
16457         expected results for each test.
16459         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16460         (__ASSUME_UTIMES): Remove.
16461         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16462         (__ASSUME_UTIMES): Likewise.
16464         * math/gen-auto-libm-tests.c: Update comment on output format.
16465         (output_for_one_input_case): Generate before-rounding and
16466         after-rounding information as conditions on output flags not
16467         floating-point format.
16468         * math/auto-libm-test-out: Regenerated.
16469         * math/gen-libm-test.pl (cond_value): New function.
16470         (or_cond_value): Use cond_value.
16471         (generate_testfile): Handle conditional exceptions.
16473 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16475         * math/libm-test.inc (max_valid_error): New variable.
16476         (init_max_error): Take new argument specifying whether function
16477         results are exactly determined.  Set max_valid_error and bound
16478         other variables for errors based on this argument.
16479         (set_max_error): Do not record results above max_valid_error.
16480         (check_float_internal): Only accept errors of up to 0.5ulps if
16481         also at most max_valid_error.
16482         (START): Take new argument EXACT and pass it to init_max_error.
16483         (acos_test): Update call to START.
16484         (acos_test_tonearest): Likewise.
16485         (acos_test_towardzero): Likewise.
16486         (acos_test_downward): Likewise.
16487         (acos_test_upward): Likewise.
16488         (acosh_test): Likewise.
16489         (asin_test): Likewise.
16490         (asin_test_tonearest): Likewise.
16491         (asin_test_towardzero): Likewise.
16492         (asin_test_downward): Likewise.
16493         (asin_test_upward): Likewise.
16494         (asinh_test): Likewise.
16495         (atan_test): Likewise.
16496         (atanh_test): Likewise.
16497         (atan2_test): Likewise.
16498         (cabs_test): Likewise.
16499         (cacos_test): Likewise.
16500         (cacosh_test): Likewise.
16501         (carg_test): Likewise.
16502         (casin_test): Likewise.
16503         (casinh_test): Likewise.
16504         (catan_test): Likewise.
16505         (catanh_test): Likewise.
16506         (cbrt_test): Likewise.
16507         (ccos_test): Likewise.
16508         (ccosh_test): Likewise.
16509         (ceil_test): Likewise.
16510         (cexp_test): Likewise.
16511         (cimag_test): Likewise.
16512         (clog_test): Likewise.
16513         (clog10_test): Likewise.
16514         (conj_test): Likewise.
16515         (copysign_test): Likewise.
16516         (cos_test): Likewise.
16517         (cos_test_tonearest): Likewise.
16518         (cos_test_towardzero): Likewise.
16519         (cos_test_downward): Likewise.
16520         (cos_test_upward): Likewise.
16521         (cosh_test): Likewise.
16522         (cosh_test_tonearest): Likewise.
16523         (cosh_test_towardzero): Likewise.
16524         (cosh_test_downward): Likewise.
16525         (cosh_test_upward): Likewise.
16526         (cpow_test): Likewise.
16527         (cproj_test): Likewise.
16528         (creal_test): Likewise.
16529         (csin_test): Likewise.
16530         (csinh_test): Likewise.
16531         (csqrt_test): Likewise.
16532         (ctan_test): Likewise.
16533         (ctan_test_tonearest): Likewise.
16534         (ctan_test_towardzero): Likewise.
16535         (ctan_test_downward): Likewise.
16536         (ctan_test_upward): Likewise.
16537         (ctanh_test): Likewise.
16538         (ctanh_test_tonearest): Likewise.
16539         (ctanh_test_towardzero): Likewise.
16540         (ctanh_test_downward): Likewise.
16541         (ctanh_test_upward): Likewise.
16542         (erf_test): Likewise.
16543         (erfc_test): Likewise.
16544         (exp_test): Likewise.
16545         (exp_test_tonearest): Likewise.
16546         (exp_test_towardzero): Likewise.
16547         (exp_test_downward): Likewise.
16548         (exp_test_upward): Likewise.
16549         (exp10_test): Likewise.
16550         (exp10_test_tonearest): Likewise.
16551         (exp10_test_towardzero): Likewise.
16552         (exp10_test_downward): Likewise.
16553         (exp10_test_upward): Likewise.
16554         (pow10_test): Likewise.
16555         (exp2_test): Likewise.
16556         (expm1_test): Likewise.
16557         (expm1_test_tonearest): Likewise.
16558         (expm1_test_towardzero): Likewise.
16559         (expm1_test_downward): Likewise.
16560         (expm1_test_upward): Likewise.
16561         (fabs_test): Likewise.
16562         (fdim_test): Likewise.
16563         (floor_test): Likewise.
16564         (fma_test): Likewise.
16565         (fma_test_towardzero): Likewise.
16566         (fma_test_downward): Likewise.
16567         (fma_test_upward): Likewise.
16568         (fmax_test): Likewise.
16569         (fmin_test): Likewise.
16570         (fmod_test): Likewise.
16571         (fpclassify_test): Likewise.
16572         (frexp_test): Likewise.
16573         (hypot_test): Likewise.
16574         (ilogb_test): Likewise.
16575         (isfinite_test): Likewise.
16576         (finite_test): Likewise.
16577         (isgreater_test): Likewise.
16578         (isgreaterequal_test): Likewise.
16579         (isinf_test): Likewise.
16580         (isless_test): Likewise.
16581         (islessequal_test): Likewise.
16582         (islessgreater_test): Likewise.
16583         (isnan_test): Likewise.
16584         (isnormal_test): Likewise.
16585         (issignaling_test): Likewise.
16586         (isunordered_test): Likewise.
16587         (j0_test): Likewise.
16588         (j1_test): Likewise.
16589         (jn_test): Likewise.
16590         (ldexp_test): Likewise.
16591         (lgamma_test): Likewise.
16592         (gamma_test): Likewise.
16593         (lrint_test): Likewise.
16594         (lrint_test_tonearest): Likewise.
16595         (lrint_test_towardzero): Likewise.
16596         (lrint_test_downward): Likewise.
16597         (lrint_test_upward): Likewise.
16598         (llrint_test): Likewise.
16599         (llrint_test_tonearest): Likewise.
16600         (llrint_test_towardzero): Likewise.
16601         (llrint_test_downward): Likewise.
16602         (llrint_test_upward): Likewise.
16603         (log_test): Likewise.
16604         (log10_test): Likewise.
16605         (log1p_test): Likewise.
16606         (log2_test): Likewise.
16607         (logb_test): Likewise.
16608         (logb_test_downward): Likewise.
16609         (lround_test): Likewise.
16610         (llround_test): Likewise.
16611         (modf_test): Likewise.
16612         (nearbyint_test): Likewise.
16613         (nextafter_test): Likewise.
16614         (nexttoward_test): Likewise.
16615         (pow_test): Likewise.
16616         (pow_test_tonearest): Likewise.
16617         (pow_test_towardzero): Likewise.
16618         (pow_test_downward): Likewise.
16619         (pow_test_upward): Likewise.
16620         (remainder_test): Likewise.
16621         (drem_test): Likewise.
16622         (remainder_test_tonearest): Likewise.
16623         (drem_test_tonearest): Likewise.
16624         (remainder_test_towardzero): Likewise.
16625         (drem_test_towardzero): Likewise.
16626         (remainder_test_downward): Likewise.
16627         (drem_test_downward): Likewise.
16628         (remainder_test_upward): Likewise.
16629         (drem_test_upward): Likewise.
16630         (remquo_test): Likewise.
16631         (rint_test): Likewise.
16632         (rint_test_tonearest): Likewise.
16633         (rint_test_towardzero): Likewise.
16634         (rint_test_downward): Likewise.
16635         (rint_test_upward): Likewise.
16636         (round_test): Likewise.
16637         (scalb_test): Likewise.
16638         (scalbn_test): Likewise.
16639         (scalbln_test): Likewise.
16640         (signbit_test): Likewise.
16641         (sin_test): Likewise.
16642         (sin_test_tonearest): Likewise.
16643         (sin_test_towardzero): Likewise.
16644         (sin_test_downward): Likewise.
16645         (sin_test_upward): Likewise.
16646         (sincos_test): Likewise.
16647         (sinh_test): Likewise.
16648         (sinh_test_tonearest): Likewise.
16649         (sinh_test_towardzero): Likewise.
16650         (sinh_test_downward): Likewise.
16651         (sinh_test_upward): Likewise.
16652         (sqrt_test): Likewise.
16653         (sqrt_test_tonearest): Likewise.
16654         (sqrt_test_towardzero): Likewise.
16655         (sqrt_test_downward): Likewise.
16656         (sqrt_test_upward): Likewise.
16657         (tan_test): Likewise.
16658         (tan_test_tonearest): Likewise.
16659         (tan_test_towardzero): Likewise.
16660         (tan_test_downward): Likewise.
16661         (tan_test_upward): Likewise.
16662         (tanh_test): Likewise.
16663         (tgamma_test): Likewise.
16664         (trunc_test): Likewise.
16665         (y0_test): Likewise.
16666         (y1_test): Likewise.
16667         (yn_test): Likewise.
16668         (significand_test): Likewise.
16670         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16671         individual tests in comment.
16672         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16673         (prev_max_error): New variable.
16674         (prev_real_max_error): Likewise.
16675         (prev_imag_max_error): Likewise.
16676         (compare_ulp_data): Don't refer to test names in comment.
16677         (find_test_ulps): Remove function.
16678         (find_function_ulps): Likewise.
16679         (find_complex_function_ulps): Likewise.
16680         (init_max_error): Take function name as argument.  Look up ulps
16681         for that function.
16682         (print_ulps): Remove function.
16683         (print_max_error): Use prev_max_error instead of calling
16684         find_function_ulps.
16685         (print_complex_max_error): Use prev_real_max_error and
16686         prev_imag_max_error instead of calling find_complex_function_ulps.
16687         (check_float_internal): Take max_ulp parameter instead of calling
16688         find_test_ulps.  Don't call print_ulps.
16689         (check_float): Update call to check_float_internal.
16690         (check_complex): Update calls to check_float_internal.
16691         (START): Pass argument to init_max_error.
16692         * math/gen-libm-test.pl (%results): Don't include "kind"
16693         information.
16694         (parse_ulps): Don't handle ulps of individual tests.
16695         (print_ulps_file): Likewise.
16696         (output_ulps): Likewise.
16697         * math/README.libm-test: Update.
16698         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16699         individual tests.
16700         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16701         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16702         * sysdeps/arm/libm-test-ulps: Likewise.
16703         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16704         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16705         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16706         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16707         * sysdeps/microblaze/libm-test-ulps: Likewise.
16708         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16709         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16710         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16711         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16712         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16713         * sysdeps/sh/libm-test-ulps: Likewise.
16714         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16715         * sysdeps/tile/libm-test-ulps: Likewise.
16716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16718 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16720         * math/libm-test.inc (print_complex_max_error): Check separately
16721         whether real and imaginary errors are within allowed range and
16722         pass 0 to print_complex_function_ulps instead of value within
16723         allowed range.
16725 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16727         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16728         formatting.
16729         (get_handles_fopen): Likewise.
16730         (do_write_test): Likewise.
16732         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16734         * libio/fileops.c (do_ftell): Use cached offset when
16735         available.
16736         * libio/iofwide.c (do_ftell_wide): Likewise.
16737         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16738         _IO_file_attach.
16739         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16741         [BZ #16532]
16742         * libio/libioP.h (get_file_offset): New function.
16743         * libio/fileops.c (get_file_offset): Likewise.
16744         (do_ftell): Likewise.
16745         (_IO_new_file_seekoff): Split out ftell logic.
16746         * libio/wfileops.c (do_ftell_wide): Likewise.
16747         (_IO_wfile_seekoff): Split out ftell logic.
16748         * libio/tst-ftell-active-handler.c: New test case.
16749         * libio/Makefile (tests): Add it.
16751 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16753         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16754         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16756 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16758         [BZ #16639]
16759         * nscd/connections.c (nscd_init): Call do_exit.
16760         (start_threads): Call do_exit and notify_parent.
16761         (begin_drop_privileges): Call do_exit.
16762         (finish_drop_privileges): Likewise.
16763         * nscd/selinux.c (preserve_capabilities): Likewise.
16764         (install_real_capabilities): Likewise.
16765         (nscd_selinux_enabled): Likewise.
16766         (avc_create_thread): Likewise.
16767         (avc_alloc_lock): Likewise.
16768         (nscd_avc_init): Likewise.
16769         * nscd/nscd.c (parent_fd): New static variable.
16770         (main): Create a pipe between parent and child processes.
16771         Skip closing parent_fd.
16772         (monitor_child): New function.
16773         (do_exit): Likewise.
16774         (notify_parent): Likewise.
16775         * nscd/nscd.h (notify_parent): Likewise.
16776         (do_exit): Likewise.
16778 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16780         * malloc/malloc.c (__libc_calloc): Revert last change.
16782 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16784         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16786 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16788         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16789         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16790         implementation.
16791         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16792         (__libc_ifunc_impl_list): Likewise.
16793         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16794         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16795         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16796         * string/strrchr.c: Define STRRCHR.
16798 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16800         * benchtest/bench-strtok.c (simple_strtok): Delete.
16801         (strtok_string): Use as benchmark.
16802         * string/strtok (STRTOK): New macro.
16804 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16806         * manual/threads.texi: Add header and standard comments to all
16807         functions.
16809         * elf/dl-lookup.c (check_match): New function.
16810         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16811         (do_lookup_x): Remove nested function check_match. Use non-nested
16812         function check_match.
16814 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16816         * csu/Makefile (generated, before-compile): Use += rather than =.
16817         * catgets/Makefile (generated, generated-dirs): Likewise.
16818         * debug/Makefile (generated): Likewise.
16819         * dlfcn/Makefile (generated): Likewise.
16820         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16821         * iconvdata/Makefile (before-compile, generated): Likewise.
16822         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16823         * libio/Makefile (generated): Likewise.
16824         * malloc/Makefile (generated): Likewise.
16825         * manual/Makefile (generated, generated-dirs): Likewise.
16826         * misc/Makefile (generated): Likewise.
16827         * posix/Makefile (generated): Likewise.
16828         * resolv/Makefile (generated): Likewise.
16829         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16830         * timezone/Makefile (generated, generated-dirs): Likewise.
16832         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16834 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16836         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16837         power8 implementation.
16838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16839         file: POWER8 llround ifunc implementation.
16840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16841         (__lllround): Add POWER8 implementation.
16842         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16843         POWER8 llround implementation.
16845         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16846         power8 implementation.
16847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16848         file: POWER8 llrint ifunc implementation.
16849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16850         Add POWER8 implementation.
16851         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16852         POWER8 llrint implementation.
16854         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16855         power8 implementation.
16856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16857         file: POWER8 finite ifunc implementation.
16858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16859         Add POWER8 implementation.
16860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16861         Likewise.
16862         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16863         POWER8 finite implementation.
16864         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16866         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16867         power8 implementation.
16868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16869         file: POWER8 isinf ifunc implementation.
16870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16871         POWER8 implementation.
16872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16873         Likewise.
16874         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16875         isinf implementation.
16876         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16878         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16879         (INIT_ARCH): Add hwcap2 initialization.
16880         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16881         power8 implementation.
16882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16883         file: POWER8 isnan ifunc implementation.
16884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16885         POWER8 implementation.
16886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16887         Likewise.
16888         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16889         isnan implementation.
16890         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16892 2014-02-27  Joey Ye  <joey.ye@arm.com>
16894         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16895         (_FP_NANFRAC_Q): Set to zero.
16897 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16899         [BZ #16623]
16900         * math/auto-libm-test-in: New test inputs.
16901         * math/auto-libm-test-out: Regenerate.
16902         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16903         and DA.
16904         (__cos): Likewise.
16905         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16907 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16909         * scripts/evaluate-test.sh: Take new argument indicating whether
16910         failure is expected.
16911         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16912         indicating whether failure is expected.
16913         * conform/Makefile (test-xfail-run-conformtest): New variable.
16914         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16915         level.
16916         * posix/Makefile (test-xfail-annexc): New variable.
16917         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16919 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16921         * argp/Makefile: Include Makeconfig immediately after defining
16922         subdir.
16923         * assert/Makefile: Likewise.
16924         * benchtests/Makefile: Likewise.
16925         * catgets/Makefile: Likewise.
16926         * conform/Makefile: Likewise.
16927         * crypt/Makefile: Likewise.
16928         * csu/Makefile: Likewise.
16929         (all): Remove target.
16930         * ctype/Makefile: Include Makeconfig immediately after defining
16931         subdir.
16932         * debug/Makefile: Likewise.
16933         * dirent/Makefile: Likewise.
16934         * dlfcn/Makefile: Likewise.
16935         * gmon/Makefile: Likewise.
16936         * gnulib/Makefile: Likewise.
16937         * grp/Makefile: Likewise.
16938         * gshadow/Makefile: Likewise.
16939         * hesiod/Makefile: Likewise.
16940         * hurd/Makefile: Likewise.
16941         (all): Remove target.
16942         * iconvdata/Makefile: Include Makeconfig immediately after
16943         defining subdir.
16944         * inet/Makefile: Likewise.
16945         * intl/Makefile: Likewise.
16946         * io/Makefile: Likewise.
16947         * libio/Makefile: Likewise.
16948         (all): Remove target.
16949         * locale/Makefile: Include Makeconfig immediately after defining
16950         subdir.
16951         * login/Makefile: Likewise.
16952         * mach/Makefile: Likewise.
16953         (all): Remove target.
16954         * malloc/Makefile: Include Makeconfig immediately after defining
16955         subdir.
16956         (all): Remove target.
16957         * manual/Makefile: Include Makeconfig immediately after defining
16958         subdir.
16959         * math/Makefile: Likewise.
16960         * misc/Makefile: Likewise.
16961         * nis/Makefile: Likewise.
16962         * nss/Makefile: Likewise.
16963         * po/Makefile: Likewise.
16964         (all): Remove target.
16965         * posix/Makefile: Include Makeconfig immediately after defining
16966         subdir.
16967         * pwd/Makefile: Likewise.
16968         * resolv/Makefile: Likewise.
16969         * resource/Makefile: Likewise.
16970         * rt/Makefile: Likewise.
16971         * setjmp/Makefile: Likewise.
16972         * shadow/Makefile: Likewise.
16973         * signal/Makefile: Likewise.
16974         * socket/Makefile: Likewise.
16975         * soft-fp/Makefile: Likewise.
16976         * stdio-common/Makefile: Likewise.
16977         * stdlib/Makefile: Likewise.
16978         * streams/Makefile: Likewise.
16979         * string/Makefile: Likewise.
16980         * sunrpc/Makefile: Likewise.
16981         (all): Remove target.
16982         * sysvipc/Makefile: Include Makeconfig immediately after defining
16983         subdir.
16984         * termios/Makefile: Likewise.
16985         * time/Makefile: Likewise.
16986         * timezone/Makefile: Likewise.
16987         (all): Remove target.
16988         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16989         subdir.
16990         * wctype/Makefile: Likewise.
16992 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16994         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16995         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16996         (libc_feholdexcept_setround_mips): Ditto.
16997         (libc_feholdsetround): New.
16998         (libc_feholdsetroundf): New.
16999         (libc_feholdsetroundl): New.
17000         (libc_feupdateenv_test_mips): New.
17001         (libc_feupdateenv_test): New.
17002         (libc_feupdateenv_testf): New.
17003         (libc_feupdateenv_testl): New.
17004         (libc_feresetround): New.
17005         (libc_feresetroundf): New.
17006         (libc_feresetroundl): New.
17007         (libc_fetestexcept_mips): New.
17008         (libc_fetestexcept): New.
17009         (libc_fetestexceptf): New.
17010         (libc_fetestexceptl): New.
17011         (HAVE_RM_CTX): New.
17012         (libc_feholdexcept_setround_mips_ctx): New.
17013         (libc_feholdexcept_setround_ctx): New.
17014         (libc_feholdexcept_setroundf_ctx): New.
17015         (libc_feholdexcept_setroundl_ctx): New.
17016         (libc_fesetenv_mips_ctx): New.
17017         (libc_fesetenv_ctx): New.
17018         (libc_fesetenv_ctxf): New.
17019         (libc_fesetenv_ctxl): New.
17020         (libc_feupdateenv_mips_ctx): New.
17021         (libc_feupdateenv_ctx): New.
17022         (libc_feupdateenvf_ctx): New.
17023         (libc_feupdateenvl_ctx): New.
17024         (libc_feholdsetround_mips_ctx): New.
17025         (libc_feholdsetround_ctx): New.
17026         (libc_feholdsetroundf_ctx): New.
17027         (libc_feholdsetroundl_ctx): New.
17028         (libc_feresetround_mips_ctx): New.
17029         (libc_feresetround_ctx): New.
17030         (libc_feresetroundf_ctx): New.
17031         (libc_feresetroundl_ctx): New.
17033 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17035         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17037         * manual/ipc.texi: New file.
17038         * manual/Makefile (chapters): Add ipc.
17039         * manual/job.texi: Add "Inter-Process Communication" to next.
17040         * manual/process.texi: Add "Inter-Process Communication" to prev.
17042 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17046 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17048         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17050         * manual/arith.texi: Fix spaces after sentences.
17051         * manual/charset.texi: Likewise.
17052         * manual/errno.texi: Likewise.
17053         * manual/install.texi: Likewise.
17054         * manual/llio.texi: Likewise.
17055         * manual/locale.texi: Likewise.
17056         * manual/maint.texi: Likewise.
17057         * manual/math.texi: Likewise.
17058         * manual/memory.texi: Likewise.
17059         * manual/message.texi: Likewise.
17060         * manual/probes.texi: Likewise.
17061         * manual/resource.texi: Likewise.
17062         * manual/signal.texi: Likewise.
17063         * manual/socket.texi: Likewise.
17064         * manual/stdio.texi: Likewise.
17065         * manual/string.texi: Likewise.
17066         * manual/time.texi: Likewise.
17067         * manual/users.texi: Likewise.
17069 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17071         [BZ #16632]
17072         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17073         _DEFAULT_SOURCE is defined.
17075 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17076             Carlos O'Donell  <carlos@redhat.com>
17078         [BZ #16613]
17079         * elf/dl-tls.c (_dl_count_modids): New function.
17080         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17081         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17082         audit library and increment generation counter.
17083         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17084         * elf/tst-audit9.c: New file.
17085         * elf/tst-auditmod9a.c: New file.
17086         * elf/tst-auditmod9b.c: New file.
17087         * elf/Makefile: Add rules to build and run tst-audit9.
17089 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17091         [BZ #15347]
17092         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17094 2014-02-25  Will Newton  <will.newton@linaro.org>
17096         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17097         (__longjmp): Restore sp and lr before restoring callee
17098         saved registers.  Add longjmp and longjmp_target
17099         SystemTap probe point.
17100         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17101         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17102         Define to zero to match jmpbuf layout.
17103         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17104         (__sigsetjmp): Save sp and lr before saving callee
17105         saved registers.  Add setjmp SystemTap probe point.
17107 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17109         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17111 2014-02-24  Andreas Schwab  <schwab@suse.de>
17113         [BZ #15804]
17114         * elf/pldd.c (wait_for_ptrace_stop): New function.
17115         (main): Call it after attaching.
17117 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17119         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17120         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17121         Versions files is now verboten.
17122         * hurd/Versions (libc: GLIBC_2.0):
17123         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17124         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17125         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17126         * mach/Versions: Likewise.
17128         * csu/Versions: Remove unused %include.
17129         * resolv/Versions: Likewise.
17131 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17133         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17134         ($(objpfx)check-local-headers.out): Likewise.
17135         ($(objpfx)begin-end-check.out): Likewise.
17136         * Makerules (check-abi-%.out): Likewise.
17137         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17138         ($(objpfx)test2.cat): Likewise.
17139         ($(objpfx)de/libc.cat): Likewise.
17140         ($(objpfx)test-gencat.out): Likewise.
17141         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17142         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17143         ($(objpfx)noload-mem): Likewise.
17144         ($(objpfx)tst-pathopt.out): Likewise.
17145         ($(objpfx)tst-rtld-load-self.out): Likewise.
17146         ($(objpfx)tst-array1-cmp.out): Likewise.
17147         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17148         ($(objpfx)tst-array2-cmp.out): Likewise.
17149         ($(objpfx)tst-array3-cmp.out): Likewise.
17150         ($(objpfx)tst-array4-cmp.out): Likewise.
17151         ($(objpfx)tst-array5-cmp.out): Likewise.
17152         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17153         ($(objpfx)check-textrel.out): Likewise.
17154         ($(objpfx)check-execstack.out): Likewise.
17155         ($(objpfx)check-localplt.out): Likewise.
17156         ($(objpfx)order2-cmp.out): Likewise.
17157         ($(objpfx)tst-leaks1-mem): Likewise.
17158         ($(objpfx)tst-leaks1-static-mem): Likewise.
17159         ($(objpfx)tst-initorder-cmp.out): Likewise.
17160         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17161         ($(objpfx)tst-unused-dep.out): Likewise.
17162         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17163         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17164         * iconv/Makefile (test-iconvconfig): Likewise.
17165         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17166         ($(objpfx)iconv-test.out): Likewise.
17167         ($(objpfx)tst-tables.out): Likewise.
17168         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17169         ($(objpfx)tst-gettext.out): Likewise.
17170         ($(objpfx)tst-translit.out): Likewise.
17171         ($(objpfx)tst-gettext2.out): Likewise.
17172         ($(objpfx)tst-gettext4.out): Likewise.
17173         ($(objpfx)tst-gettext6.out): Likewise.
17174         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17175         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17176         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17177         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17178         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17179         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17180         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17181         ($(objpfx)wordexp-tst.out): Likewise.
17182         ($(objpfx)annexc.out): Likewise.
17183         ($(objpfx)tst-fnmatch-mem): Likewise.
17184         ($(objpfx)bug-regex2-mem): Likewise.
17185         ($(objpfx)bug-regex14-mem): Likewise.
17186         ($(objpfx)bug-regex21-mem): Likewise.
17187         ($(objpfx)bug-regex31-mem): Likewise.
17188         ($(objpfx)tst-vfork3-mem): Likewise.
17189         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17190         ($(objpfx)tst-pcre-mem): Likewise.
17191         ($(objpfx)tst-boost-mem): Likewise.
17192         ($(objpfx)tst-getconf.out): Likewise.
17193         ($(objpfx)bug-ga2-mem): Likewise.
17194         ($(objpfx)bug-glob2-mem): Likewise.
17195         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17196         ($(objpfx)mtrace-tst-leaks2): Likewise.
17197         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17198         ($(objpfx)tst-printf.out): Likewise.
17199         ($(objpfx)tst-setvbuf1.out): Likewise.
17200         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17201         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17202         ($(objpfx)tst-fmtmsg.out): Likewise.
17203         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17204         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17206         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17207         * bits/sigaction.h [__USE_MISC]: Likewise.
17208         * bits/waitstatus.h: Update #endif comments.
17209         * ctype/ctype.h: Likewise.
17210         * dirent/dirent.h: Likewise.
17211         [__USE_MISC]: Remove redundant conditionals.
17212         * grp/grp.h: Update #endif comments.
17213         [__USE_GNU]: Remove redundant conditionals.
17214         [__USE_MISC]: Likewise.
17215         * inet/netinet/in.h [__USE_GNU]: Likewise.
17216         * io/sys/stat.h [__USE_MISC]: Likewise.
17217         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17218         * libio/bits/stdio.h: Update #endif comments.
17219         [__USE_MISC]: Remove redundant conditionals.
17220         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17221         * libio/stdio.h: Update #endif comments.
17222         [__USE_MISC]: Remove redundant conditionals.
17223         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17224         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17225         * math/math.h: Update #else and #endif comments.
17226         [__USE_MISC]: Remove redundant conditionals.
17227         * misc/sys/uio.h: Update #endif comments.
17228         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17229         * posix/glob.h [__USE_MISC]: Likewise.
17230         * posix/sys/types.h: Update #endif comments.
17231         [__USE_MISC]: Remove redundant conditionals.
17232         * posix/sys/wait.h: Update #endif comments.
17233         [__USE_MISC]: Remove redundant conditionals.
17234         * posix/unistd.h: Update #endif comments.
17235         [__USE_MISC]: Remove redundant conditionals.
17236         * pwd/pwd.h [__USE_GNU]: Likewise.
17237         [__USE_MISC]: Likewise.
17238         * resolv/netdb.h [__USE_GNU]: Likewise.
17239         * signal/signal.h: Update #endif comments.
17240         [__USE_MISC]: Remove redundant conditionals.
17241         * stdlib/stdlib.h: Update #else and #endif comments.
17242         [__USE_MISC]: Remove redundant conditionals.
17243         [__USE_GNU]: Likewise.
17244         * string/bits/string2.h [__USE_MISC]: Likewise.
17245         * string/string.h: Update #endif comments.
17246         [__USE_MISC]: Remove redundant conditionals.
17247         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17248         Likewise.
17249         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17250         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17251         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17252         Likewise.
17253         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17254         Likewise.
17255         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17256         comments.
17257         [__USE_MISC]: Remove redundant conditionals.
17258         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17259         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17260         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17261         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17262         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17263         Likewise.
17264         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17265         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17266         Likewise.
17267         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17268         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17269         Likewise.
17270         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17271         Likewise.
17272         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17273         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17274         Likewise.
17275         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17276         Likewise.
17277         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17278         * sysdeps/x86/bits/string.h: Update #endif comments.
17279         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17280         conditionals.
17281         * time/sys/time.h: Update #endif comments.
17282         * time/time.h: Likewise.
17283         [__USE_MISC]: Remove redundant conditionals.
17285 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17287         [BZ #16600]
17288         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17290 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17292         * Versions.def (librt): Add GLIBC_2.17.
17294 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17296         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17297         synonym for _SYS_AUXV_H to allow direct inclusion.
17298         * sysdeps/sparc/bits/hwcap.h: Likewise.
17299         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17300         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17301         * sysdeps/sparc/sysdep.h: Likewise.
17303 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17305         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17307 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17309         * benchtests/bench-strrchr.c: Print length instead of position.
17311 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17313         [BZ #16611]
17314         * sysdeps/unix/sysv/linux/kernel-features.h
17315         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17316         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17317         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17318         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17319         Likewise.
17320         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17321         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17322         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17323         (__ASSUME_SENDMMSG): Define instead of using previous
17324         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17325         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17326         (__ASSUME_SENDMMSG_SYSCALL): Define.
17327         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17328         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17329         Likewise.
17330         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17331         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17332         Likewise.
17333         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17334         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17335         Likewise.
17336         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17337         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17338         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17339         [__ASSUME_SENDMMSG]: Change conditionals to
17340         [__ASSUME_SENDMMSG_SOCKETCALL].
17341         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17342         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17343         Define.
17344         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17345         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17346         Likewise.
17347         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17348         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17349         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17350         [!__ASSUME_SENDMMSG]: Change conditional to
17351         [!__ASSUME_SENDMMSG_SOCKETCALL].
17352         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17353         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17354         Define.
17356         [BZ #16610]
17357         * sysdeps/unix/sysv/linux/kernel-features.h
17358         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17359         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17360         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17361         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17362         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17363         [__i386__ || __sparc__]
17364         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17365         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17366         (__ASSUME_RECVMMSG): Define instead of using previous
17367         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17368         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17369         (__ASSUME_RECVMMSG_SYSCALL): Define.
17370         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17371         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17372         Likewise.
17373         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17374         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17375         Likewise.
17376         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17377         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17378         Likewise.
17379         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17380         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17381         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17382         [__ASSUME_RECVMMSG]: Change condition to
17383         [__ASSUME_RECVMMSG_SOCKETCALL].
17384         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17385         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17386         Define.
17387         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17388         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17389         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17390         Likewise.
17391         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17392         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17393         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17394         [!__ASSUME_RECVMMSG]: Change condition to
17395         [!__ASSUME_RECVMMSG_SOCKETCALL].
17396         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17397         (__ASSUME_RECVMMSG_SYSCALL): Define.
17399         [BZ #16609]
17400         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17401         __powerpc__ || __s390__ || __sh__ || __sparc__]
17402         (__ASSUME_SOCKETCALL): Define.
17403         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17404         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17405         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17406         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17407         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17408         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17409         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17410         (__ASSUME_ACCEPT4): Define instead of using previous
17411         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17412         __powerpc__ || __sparc__ || __s390__)] condition.
17413         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17414         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17415         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17416         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17417         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17418         [!__ASSUME_ACCEPT4]: Change condition to
17419         [!__ASSUME_ACCEPT4_SOCKETCALL].
17420         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17421         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17422         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17423         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17424         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17425         __ASSUME_ACCEPT4_SYSCALL.
17426         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17427         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17428         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17429         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17430         __ASSUME_ACCEPT4_SYSCALL.
17431         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17432         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17433         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17434         [__ASSUME_ACCEPT4]: Change condition to
17435         [__ASSUME_ACCEPT4_SOCKETCALL].
17436         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17437         (__ASSUME_SOCKETCALL): Define.
17438         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17439         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17440         (__ASSUME_SOCKETCALL): Define.
17441         (__ASSUME_ACCEPT4): Remove.
17442         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17443         Define.
17444         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17445         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17446         Likewise.
17447         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17448         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17450         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17451         macro.
17452         (HWCAP_ARM_LPAE): Likewise.
17453         (HWCAP_ARM_EVTSTRM): Likewise.
17454         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17455         Add vpfd32, lpae and evtstrm.
17456         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17457         Increase to 22.
17459 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17461         * math/auto-libm-test-in: Add tests of clog10.
17462         * math/auto-libm-test-out: Regenerated.
17463         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17464         * sysdeps/i386/fpu/libm-test-ulps: Update.
17465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17467 2014-02-18  Andreas Schwab  <schwab@suse.de>
17469         [BZ #16574]
17470         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17471         Store non-zero if the second buffer was newly allocated.
17472         (send_dg): Likewise.
17473         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17474         to send_vc and send_dg.
17475         (res_nsend): Pass NULL for ansp2_malloced.
17476         * resolv/res_query.c (__libc_res_nquery): Add parameter
17477         answerp2_malloced and pass it down to __libc_res_nsend.
17478         (res_nquery): Pass additional NULL to __libc_res_nquery.
17479         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17480         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17481         second answer buffer if answerp2_malloced was set.
17482         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17483         (__libc_res_nquerydomain): Add parameter
17484         answerp2_malloced and pass it down to __libc_res_nquery.
17485         (res_nquerydomain): Pass additional NULL to
17486         __libc_res_nquerydomain.
17487         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17488         additional NULL to __libc_res_nsend and __libc_res_nquery.
17489         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17490         additional NULL to __libc_res_nsearch.
17491         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17492         parameter of __libc_res_nsearch to check for separately allocated
17493         second buffer.
17494         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17495         __libc_res_nquery.
17496         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17497         additional NULL to __libc_res_nquery.
17498         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17499         __libc_res_nsearch.
17500         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17501         * include/resolv.h: Update prototypes of __libc_res_nquery,
17502         __libc_res_nsearch, __libc_res_nsend.
17504 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17506         * math/auto-libm-test-in: Add tests of fma.
17507         * math/auto-libm-test-out: Regenerated.
17508         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17509         (fma_towardzero_test_data): Likewise.
17510         (fma_downward_test_data): Likewise.
17511         (fma_upward_test_data): Likewise.
17512         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17513         mpc_mode.
17514         (rounding_modes): Add values for new field.
17515         (func_calc_method): Add value mpfr_fff_f.
17516         (func_calc_desc): Add mpfr_fff_f union field.
17517         (test_function): Add field exact_args.
17518         (FUNC): Add macro argument EXACT_ARGS.
17519         (FUNC_mpfr_f_f): Update call to FUNC.
17520         (FUNC_mpfr_f_f): Likewise.
17521         (FUNC_mpfr_ff_f): Likewise.
17522         (FUNC_mpfr_if_f): Likewise.
17523         (FUNC_mpc_c_f): Likewise.
17524         (FUNC_mpc_c_c): Likewise.
17525         (test_functions): Add fma.  Update calls to FUNC.
17526         (handle_input_arg): Add argument exact_args.
17527         (add_test): Update call to handle_input_arg.
17528         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17529         (output_for_one_input_case): Update call to calc_generic_results.
17530         Recalculate exact zero results in each rounding mode.
17532         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17533         non-negative before setting low bit.
17534         * math/auto-libm-test-in: Mark one asin test possibly having
17535         spurious underflow.
17536         * math/auto-libm-test-out: Regenerated.
17537         * sysdeps/i386/fpu/libm-test-ulps: Update.
17538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17540 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17542         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17543         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17544         ports/sysdeps/unix/sysv/linux/microblaze.
17545         * README: Add missing listing for microblaze*-*-linux-gnu.
17547 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17549         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17550         duplicate code
17552 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17554         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17555         * sysdeps/unix/sysv/linux/ia64: Move directory from
17556         ports/sysdeps/unix/sysv/linux/ia64.
17557         * README: Update listing for ia64-*-linux-gnu.
17559 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17560             Joseph Myers  <joseph@codesourcery.com>
17562         * Makeconfig (test-name): New variable.
17563         (evaluate-test): Likewise.
17564         * Makerules (do-test-clean): Remove .test-result files.
17565         (common-mostlyclean): Likewise.
17566         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17567         * scripts/evaluate-test.sh: New file.
17569 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17571         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17572         separate $(objpfx)tst-fopenloc-cmp.out and
17573         $(objpfx)tst-fopenloc-mem.out targets.
17574         (tests): Update dependencies.
17575         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17576         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17577         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17578         (tst-rxspencer-no-utf8-ARGS): New variable.
17579         (tst-rxspencer-no-utf8-ENV): Likewise.
17580         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17581         instead of $(objpfx)tst-rxspencer-mem.
17582         ($(objpfx)tst-rxspencer-mem): Change target to
17583         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17584         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17585         * posix/tst-rxspencer-no-utf8.c: New file.
17587         * elf/Makefile ($(objpfx)order.out): Remove rule.
17588         [$(run-built-tests) = yes] (tests): Depend on
17589         $(objpfx)order-cmp.out.
17590         ($(objpfx)order-cmp.out): New rule.
17591         [$(run-built-tests) = yes] (tests): Depend on
17592         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17593         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17594         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17595         $(objpfx)tst-array5-static-cmp.out.
17596         ($(objpfx)tst-array1.out): Remove rule.
17597         ($(objpfx)tst-array1-cmp.out): New rule.
17598         ($(objpfx)tst-array1-static.out): Remove rule.
17599         ($(objpfx)tst-array1-static-cmp.out): New rule.
17600         ($(objpfx)tst-array2.out): Remove rule.
17601         ($(objpfx)tst-array2-cmp.out): New rule.
17602         ($(objpfx)tst-array3.out): Remove rule.
17603         ($(objpfx)tst-array3-cmp.out): New rule.
17604         ($(objpfx)tst-array4.out): Remove rule.
17605         ($(objpfx)tst-array4-cmp.out): New rule.
17606         ($(objpfx)tst-array5.out): Remove rule.
17607         ($(objpfx)tst-array5-cmp.out): New rule.
17608         ($(objpfx)tst-array5-static.out): Remove rule.
17609         ($(objpfx)tst-array5-static-cmp.out): New rule.
17610         [$(run-built-tests) = yes] (tests): Depend on
17611         $(objpfx)order2-cmp.out.
17612         ($(objpfx)order2.out): Remove rule.
17613         ($(objpfx)order2-cmp.out): New rule.
17614         ($(objpfx)tst-initorder.out): Remove rule.
17615         [$(run-built-tests) = yes] (tests): Depend on
17616         $(objpfx)tst-initorder-cmp.out.
17617         ($(objpfx)tst-initorder-cmp.out): New rule.
17618         ($(objpfx)tst-initorder2.out): Remove rule.
17619         [$(run-built-tests) = yes] (tests): Depend on
17620         $(objpfx)tst-initorder2-cmp.out.
17621         ($(objpfx)tst-initorder2-cmp.out): New rule.
17622         [$(run-built-tests) = yes] (tests): Depend on
17623         $(objpfx)tst-unused-dep-cmp.out.
17624         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17625         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17626         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17627         on $(objpfx)tst-setvbuf1-cmp.out.
17628         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17629         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17630         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17631         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17632         ($(objpfx)tst-svc.out): Remove rule.
17633         ($(objpfx)tst-svc-cmp.out): New rule.
17635 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17637         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17638         * ctype/ctype.h [__USE_MISC]: Likewise.
17639         * dirent/dirent.h [__USE_MISC]: Likewise.
17640         * grp/grp.h [__USE_MISC]: Likewise.
17641         * io/fcntl.h [__USE_MISC]: Likewise.
17642         * io/sys/stat.h [__USE_MISC]: Likewise.
17643         * libio/stdio.h [__USE_MISC]: Likewise.
17644         * posix/unistd.h [__USE_MISC]: Likewise.
17645         * pwd/pwd.h [__USE_MISC]: Likewise.
17646         * stdlib.h [__USE_MISC]: Likewise.
17647         * string/bits/string2.h [__USE_MISC]: Likewise.
17648         * string/string.h [__USE_MISC]: Likewise.
17649         * time/time.h [__USE_MISC]: Likewise.
17651 2014-02-13  Andreas Schwab  <schwab@suse.de>
17653         [BZ #16574]
17654         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17655         second answer buffer if it was separately allocated.
17657 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17659         * sysdeps/mips/math-tests.h: Include <features.h>.
17660         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17661         (ROUNDING_TESTS_long_double): Do not define.
17662         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17663         (EXCEPTION_TESTS_long_double): Likewise.
17664         * sysdeps/mips/mips64/libm-test-ulps: Update.
17666         * include/features.h (__USE_BSD): Remove macro definitions.
17667         (__USE_SVID): Likewise.
17668         (_BSD_SOURCE): Likewise.
17669         (_SVID_SOURCE): Likewise.
17670         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17671         from definition of _DEFAULT_SOURCE.
17672         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17673         [_DEFAULT_SOURCE].
17674         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17675         * bits/mman.h [__USE_BSD]: Likewise.
17676         * bits/termios.h [__USE_BSD]: Likewise.
17677         * bits/waitstatus.h [__USE_BSD]: Likewise.
17678         * ctype/ctype.h [__USE_SVID]: Likewise.
17679         * dirent/dirent.h [__USE_BSD]: Likewise.
17680         * grp/grp.h [__USE_SVID]: Likewise.
17681         [__USE_BSD]: Likewise.
17682         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17683         * io/fcntl.h [__USE_BSD]: Likewise.
17684         * io/ftw.h [__USE_BSD]: Likewise.
17685         * io/sys/stat.h [__USE_BSD]: Likewise.
17686         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17687         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17688         * libio/stdio.h [__USE_SVID]: Likewise.
17689         [__USE_BSD]: Likewise.
17690         * math/math.h [__USE_SVID]: Likewise.
17691         [__USE_BSD]: Likewise.
17692         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17693         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17694         * misc/search.h [__USE_SVID]: Likewise.
17695         * misc/sys/mman.h [__USE_BSD]: Likewise.
17696         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17697         * misc/sys/uio.h [__USE_BSD]: Likewise.
17698         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17699         * posix/glob.h [__USE_BSD]: Likewise.
17700         * posix/regex.h [__USE_BSD]: Likewise.
17701         * posix/sys/types.h [__USE_BSD]: Likewise.
17702         [__USE_SVID]: Likewise.
17703         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17704         * posix/sys/wait.h [__USE_BSD]: Likewise.
17705         [__USE_SVID]: Likewise.
17706         * posix/unistd.h [__USE_BSD]: Likewise.
17707         [__USE_SVID]: Likewise.
17708         * pwd/pwd.h [__USE_SVID]: Likewise.
17709         * resolv/netdb.h [__USE_BSD]: Likewise.
17710         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17711         * signal/signal.h [__USE_BSD]: Likewise.
17712         [__USE_SVID]: Likewise.
17713         * socket/sys/socket.h [__USE_BSD]: Likewise.
17714         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17715         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17716         [__USE_SVID]: Likewise.
17717         * string/bits/string2.h [__USE_BSD]: Likewise.
17718         [__USE_SVID]: Likewise.
17719         * string/bits/string3.h [__USE_BSD]: Likewise.
17720         * string/endian.h [__USE_BSD]: Likewise.
17721         * string/string.h [__USE_SVID]: Likewise.
17722         [__USE_BSD]: Likewise.
17723         * string/strings.h [__USE_BSD]: Likewise.
17724         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17725         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17726         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17727         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17728         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17729         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17730         Likewise.
17731         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17732         Likewise.
17733         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17734         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17735         Likewise.
17736         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17737         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17738         Likewise.
17739         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17740         Likewise.
17741         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17742         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17743         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17744         Likewise.
17745         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17746         Likewise.
17747         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17748         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17749         * termios/termios.h [__USE_BSD]: Likewise.
17750         * time/sys/time.h [__USE_BSD]: Likewise.
17751         * time/time.h [__USE_BSD]: Likewise.
17752         [__USE_SVID]: Likewise.
17754         * Makefile (subdir_targets): Remove subdir_lint.out.
17756         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17757         (do-tst-printf): Likewise.
17758         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17759         $(objpfx)tst-printf.out.
17761         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17763         * Makerules (check-abi-%): Change target to
17764         $(objpfx)check-abi-%.out.
17765         (check-abi target): Update dependencies.
17766         (check-abi-pattern variable): Redirect output of diff to $@.
17767         (check-abi variable): Likewise.
17768         * elf/Makefile (check-abi): Update dependencies.
17770         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17771         unused.
17772         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17773         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17774         subnormal range.
17775         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17776         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17777         value has largest subnormal exponent.
17778         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17779         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17780         * sysdeps/aarch64/soft-fp/sfp-machine.h
17781         (_FP_TININESS_AFTER_ROUNDING): New macro.
17782         * sysdeps/alpha/soft-fp/sfp-machine.h
17783         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17784         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17785         Likewise.
17786         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17787         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17788         * sysdeps/mips/soft-fp/sfp-machine.h
17789         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17790         * sysdeps/powerpc/soft-fp/sfp-machine.h
17791         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17792         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17793         Likewise.
17794         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17795         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17796         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17797         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17798         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17799         Likewise.
17801 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17803         [BZ #16545]
17804         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17805         model 1.
17807 2014-02-12  Richard Henderson  <rth@redhat.com>
17809         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17810         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17811         * sysdeps/unix/sysv/linux/alpha: Move directory from
17812         ports/sysdeps/unix/sysv/linux/alpha.
17813         * README: Update listing for alpha-*-linux-gnu.
17815 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17817         * include/features.h: Update comment documenting feature test
17818         macros.
17819         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17820         _DEFAULT_SOURCE.
17821         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17822         (_SVID_SOURCE): Likewise.
17823         (_DEFAULT_SOURCE): Update description of default features.
17824         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17825         with _GNU_SOURCE.
17826         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17827         (S_ISVTX): Likewise.
17828         * manual/math.texi (Mathematical Constants): Likewise.
17829         * manual/signal.texi (Interrupted Primitives): Likewise.
17830         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17831         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17832         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17833         Don't refer to _SVID_SOURCE in warning text.
17835         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17837         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17838         already defined.
17839         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17840         * sysdeps/mips/dl-lookup.c: Remove.
17841         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17843 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17845         [BZ #16447]
17846         * math/auto-libm-test-in: Add testcase for expl.
17847         * math/auto-libm-test-out: Regenerate.
17848         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17849         calculation of unsafe.
17850         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17852 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17854         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17855         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17856         ports/sysdeps/unix/sysv/linux/aarch64.
17857         * README: Update listing for aarch64*-*-linux-gnu.
17859 2014-02-11  Will Newton  <will.newton@linaro.org>
17861         * manual/probes.texi (Mathematical Function Probes): Use
17862         "triggered" instead of "hit".
17864         * manual/probes.texi (Internal Probes): Add documentation
17865         of setjmp, longjmp and longjmp_target probes.
17867         * include/stap-probe.h: Add comment about probe argument
17868         format.
17870         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17871         definition.  (tr_where, tr_freehook, tr_mallochook,
17872         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17874 2014-02-11  David S. Miller  <davem@davemloft.net>
17876         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17877         processing int_tests.
17879 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17881         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17882         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17883         * sysdeps/unix/sysv/linux/mips: Move directory from
17884         ports/sysdeps/unix/sysv/linux/mips.
17885         * README: Update listing for mips-*-linux-gnu and
17886         mips64-*-linux-gnu.
17888 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17890         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17891         * sysdeps/unix/sysv/linux/m68k: Move directory from
17892         ports/sysdeps/unix/sysv/linux/m68k.
17893         * README: Update listing for m68k-*-linux-gnu.
17895 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17897         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17898         * sysdeps/unix/sysv/linux/generic: Move directory from
17899         ports/sysdeps/unix/sysv/linux/generic.
17900         * sysdeps/unix/sysv/linux/tile: Move directory from
17901         ports/sysdeps/unix/sysv/linux/tile.
17902         * README: Update listing for tile*-*-linux-gnu.
17904 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17906         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17907         __builtin_expect.
17908         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17909         * catgets/open_catalog.c (__open_catalog): Likewise.
17910         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17911         * debug/confstr_chk.c: Likewise.
17912         * debug/fread_chk.c (__fread_chk): Likewise.
17913         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17914         * debug/getgroups_chk.c: Likewise.
17915         * debug/mbsnrtowcs_chk.c: Likewise.
17916         * debug/mbsrtowcs_chk.c: Likewise.
17917         * debug/mbstowcs_chk.c: Likewise.
17918         * debug/memcpy_chk.c: Likewise.
17919         * debug/memmove_chk.c: Likewise.
17920         * debug/mempcpy_chk.c: Likewise.
17921         * debug/memset_chk.c: Likewise.
17922         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17923         * debug/strcat_chk.c (__strcat_chk): Likewise.
17924         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17925         * debug/strncat_chk.c (__strncat_chk): Likewise.
17926         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17927         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17928         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17929         * debug/wcpncpy_chk.c: Likewise.
17930         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17931         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17932         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17933         * debug/wcsncpy_chk.c: Likewise.
17934         * debug/wcsnrtombs_chk.c: Likewise.
17935         * debug/wcsrtombs_chk.c: Likewise.
17936         * debug/wcstombs_chk.c: Likewise.
17937         * debug/wmemcpy_chk.c: Likewise.
17938         * debug/wmemmove_chk.c: Likewise.
17939         * debug/wmempcpy_chk.c: Likewise.
17940         * debug/wmemset_chk.c: Likewise.
17941         * dirent/scandirat.c (SCANDIRAT): Likewise.
17942         * dlfcn/dladdr1.c (dladdr1): Likewise.
17943         * dlfcn/dladdr.c (dladdr): Likewise.
17944         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17945         * dlfcn/dlerror.c (__dlerror): Likewise.
17946         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17947         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17948         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17949         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17950         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17951         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17952         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17953         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17954         Likewise.
17955         * elf/dl-conflict.c: Likewise.
17956         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17957         * elf/dl-dst.h: Likewise.
17958         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17959         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17960         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17961         * elf/dl-init.c (call_init, _dl_init): Likewise.
17962         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17963         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17964         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17965         Likewise.
17966         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17967         Likewise.
17968         * elf/dl-minimal.c (__libc_memalign): Likewise.
17969         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17970         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17971         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17972         * elf/dl-sym.c (do_sym): Likewise.
17973         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17974         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17975         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17976         * elf/dl-writev.h (_dl_writev): Likewise.
17977         * elf/ldconfig.c (search_dir): Likewise.
17978         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17979         (dl_main): Likewise.
17980         * elf/setup-vdso.h (setup_vdso): Likewise.
17981         * grp/compat-initgroups.c (compat_call): Likewise.
17982         * grp/fgetgrent.c (fgetgrent): Likewise.
17983         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17984         * grp/putgrent.c (putgrent): Likewise.
17985         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17986         Likewise.
17987         * hurd/hurdinit.c: Likewise.
17988         * iconvdata/8bit-gap.c (struct): Likewise.
17989         * iconvdata/ansi_x3.110.c : Likewise.
17990         * iconvdata/big5.c : Likewise.
17991         * iconvdata/big5hkscs.c : Likewise.
17992         * iconvdata/cp1255.c: Likewise.
17993         * iconvdata/cp1258.c : Likewise.
17994         * iconvdata/cp932.c : Likewise.
17995         * iconvdata/euc-cn.c: Likewise.
17996         * iconvdata/euc-jisx0213.c : Likewise.
17997         * iconvdata/euc-jp.c: Likewise.
17998         * iconvdata/euc-jp-ms.c : Likewise.
17999         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18000         * iconvdata/gb18030.c : Likewise.
18001         * iconvdata/gbbig5.c (const): Likewise.
18002         * iconvdata/gbgbk.c: Likewise.
18003         * iconvdata/gbk.c : Likewise.
18004         * iconvdata/ibm1364.c : Likewise.
18005         * iconvdata/ibm930.c : Likewise.
18006         * iconvdata/ibm932.c: Likewise.
18007         * iconvdata/ibm933.c : Likewise.
18008         * iconvdata/ibm935.c : Likewise.
18009         * iconvdata/ibm937.c : Likewise.
18010         * iconvdata/ibm939.c : Likewise.
18011         * iconvdata/ibm943.c: Likewise.
18012         * iconvdata/iso_11548-1.c: Likewise.
18013         * iconvdata/iso-2022-cn.c : Likewise.
18014         * iconvdata/iso-2022-cn-ext.c : Likewise.
18015         * iconvdata/iso-2022-jp-3.c: Likewise.
18016         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18017         * iconvdata/iso-2022-kr.c : Likewise.
18018         * iconvdata/iso646.c (gconv_end): Likewise.
18019         * iconvdata/iso_6937-2.c : Likewise.
18020         * iconvdata/iso_6937.c : Likewise.
18021         * iconvdata/iso8859-1.c: Likewise.
18022         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18023         * iconvdata/shift_jisx0213.c : Likewise.
18024         * iconvdata/sjis.c : Likewise.
18025         * iconvdata/t.61.c : Likewise.
18026         * iconvdata/tcvn5712-1.c : Likewise.
18027         * iconvdata/tscii.c: Likewise.
18028         * iconvdata/uhc.c : Likewise.
18029         * iconvdata/unicode.c (gconv_end): Likewise.
18030         * iconvdata/utf-16.c (gconv_end): Likewise.
18031         * iconvdata/utf-32.c (gconv_end): Likewise.
18032         * iconvdata/utf-7.c (base64): Likewise.
18033         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18034         * iconv/gconv_close.c (__gconv_close): Likewise.
18035         * iconv/gconv_open.c (__gconv_open): Likewise.
18036         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18037         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18038         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18039         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18040         (ucs4le_internal_loop_single): Likewise.
18041         * iconv/iconv.c (iconv): Likewise.
18042         * iconv/iconv_close.c: Likewise.
18043         * iconv/loop.c (SINGLE): Likewise.
18044         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18045         * include/atomic.h: Likewise.
18046         * inet/inet6_option.c (option_alloc): Likewise.
18047         * intl/bindtextdom.c (set_binding_values): Likewise.
18048         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18049         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18050         * intl/localealias.c (read_alias_file): Likewise.
18051         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18052         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18053         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18054         * libio/fmemopen.c (fmemopen): Likewise.
18055         * libio/iofgets.c (_IO_fgets): Likewise.
18056         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18057         * libio/iofgetws.c (fgetws): Likewise.
18058         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18059         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18060         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18061         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18062         * locale/findlocale.c (_nl_find_locale): Likewise.
18063         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18064         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18065         Likewise.
18066         * locale/setlocale.c (setlocale): Likewise.
18067         * login/programs/pt_chown.c (main): Likewise.
18068         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18069         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18070         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18071         (mmap, mmap64, mremap, munmap): Likewise.
18072         * math/e_exp2l.c: Likewise.
18073         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18074         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18075         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18076         * math/s_catan.c (__catan): Likewise.
18077         * math/s_catanf.c (__catanf): Likewise.
18078         * math/s_catanh.c (__catanh): Likewise.
18079         * math/s_catanhf.c (__catanhf): Likewise.
18080         * math/s_catanhl.c (__catanhl): Likewise.
18081         * math/s_catanl.c (__catanl): Likewise.
18082         * math/s_ccosh.c (__ccosh): Likewise.
18083         * math/s_ccoshf.c (__ccoshf): Likewise.
18084         * math/s_ccoshl.c (__ccoshl): Likewise.
18085         * math/s_cexp.c (__cexp): Likewise.
18086         * math/s_cexpf.c (__cexpf): Likewise.
18087         * math/s_cexpl.c (__cexpl): Likewise.
18088         * math/s_clog10.c (__clog10): Likewise.
18089         * math/s_clog10f.c (__clog10f): Likewise.
18090         * math/s_clog10l.c (__clog10l): Likewise.
18091         * math/s_clog.c (__clog): Likewise.
18092         * math/s_clogf.c (__clogf): Likewise.
18093         * math/s_clogl.c (__clogl): Likewise.
18094         * math/s_csin.c (__csin): Likewise.
18095         * math/s_csinf.c (__csinf): Likewise.
18096         * math/s_csinh.c (__csinh): Likewise.
18097         * math/s_csinhf.c (__csinhf): Likewise.
18098         * math/s_csinhl.c (__csinhl): Likewise.
18099         * math/s_csinl.c (__csinl): Likewise.
18100         * math/s_csqrt.c (__csqrt): Likewise.
18101         * math/s_csqrtf.c (__csqrtf): Likewise.
18102         * math/s_csqrtl.c (__csqrtl): Likewise.
18103         * math/s_ctan.c (__ctan): Likewise.
18104         * math/s_ctanf.c (__ctanf): Likewise.
18105         * math/s_ctanh.c (__ctanh): Likewise.
18106         * math/s_ctanhf.c (__ctanhf): Likewise.
18107         * math/s_ctanhl.c (__ctanhl): Likewise.
18108         * math/s_ctanl.c (__ctanl): Likewise.
18109         * math/w_pow.c: Likewise.
18110         * math/w_powf.c: Likewise.
18111         * math/w_powl.c: Likewise.
18112         * math/w_scalb.c (sysv_scalb): Likewise.
18113         * math/w_scalbf.c (sysv_scalbf): Likewise.
18114         * math/w_scalbl.c (sysv_scalbl): Likewise.
18115         * misc/error.c (error_tail): Likewise.
18116         * misc/pselect.c (__pselect): Likewise.
18117         * nis/nis_callback.c (__nis_create_callback): Likewise.
18118         * nis/nis_call.c (__nisfind_server): Likewise.
18119         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18120         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18121         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18122         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18123         * nis/nis_lookup.c (nis_lookup): Likewise.
18124         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18125         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18126         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18127         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18128         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18129         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18130         * nis/nss_compat/compat-initgroups.c (add_group)
18131         (internal_getgrent_r): Likewise.
18132         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18133         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18134         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18135         (internal_getspnam_r): Likewise.
18136         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18137         (_nss_nis_getaliasbyname_r): Likewise.
18138         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18139         (_nss_nis_getntohost_r): Likewise.
18140         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18141         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18142         (_nss_nis_getgrgid_r): Likewise.
18143         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18144         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18145         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18146         (_nss_nis_gethostbyname4_r): Likewise.
18147         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18148         (initgroups_netid): Likewise.
18149         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18150         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18151         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18152         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18153         (_nss_nis_getprotobynumber_r): Likewise.
18154         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18155         (_nss_nis_getsecretkey): Likewise.
18156         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18157         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18158         (_nss_nis_getpwuid_r): Likewise.
18159         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18160         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18161         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18162         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18163         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18164         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18165         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18166         Likewise.
18167         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18168         (_nss_nisplus_getntohost_r): Likewise.
18169         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18170         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18171         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18172         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18173         Likewise.
18174         * nis/nss_nisplus/nisplus-initgroups.c
18175         (_nss_nisplus_initgroups_dyn): Likewise.
18176         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18177         (_nss_nisplus_getnetbyaddr_r): Likewise.
18178         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18179         (_nss_nisplus_getprotobynumber_r): Likewise.
18180         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18181         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18182         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18183         Likewise.
18184         * nis/nss_nisplus/nisplus-service.c
18185         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18186         (_nss_nisplus_getservbyport_r): Likewise.
18187         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18188         (_nss_nisplus_getspnam_r): Likewise.
18189         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18190         Likewise.
18191         * nscd/aicache.c (addhstaiX): Likewise.
18192         * nscd/cache.c (cache_search, prune_cache): Likewise.
18193         * nscd/connections.c (register_traced_file, send_ro_fd)
18194         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18195         (main_loop_epoll): Likewise.
18196         * nscd/grpcache.c (addgrbyX): Likewise.
18197         * nscd/hstcache.c (addhstbyX): Likewise.
18198         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18199         * nscd/mem.c (gc, mempool_alloc): Likewise.
18200         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18201         (addinnetgrX): Likewise.
18202         * nscd/nscd-client.h (__nscd_acquire_maplock)
18203         (__nscd_drop_map_ref): Likewise.
18204         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18205         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18206         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18207         Likewise.
18208         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18209         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18210         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18211         (__nscd_get_map_ref): Likewise.
18212         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18213         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18214         Likewise.
18215         * nscd/pwdcache.c (addpwbyX): Likewise.
18216         * nscd/selinux.c (preserve_capabilities): Likewise.
18217         * nscd/servicescache.c (addservbyX): Likewise.
18218         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18219         * posix/fnmatch.c (fnmatch): Likewise.
18220         * posix/getopt.c (_getopt_internal_r): Likewise.
18221         * posix/glob.c (glob, glob_in_dir): Likewise.
18222         * posix/wordexp.c (exec_comm_child): Likewise.
18223         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18224         (getanswer_r, gaih_getanswer_slice): Likewise.
18225         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18226         * resolv/res_init.c: Likewise.
18227         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18228         * resolv/res_query.c (__libc_res_nquery): Likewise.
18229         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18230         Likewise.
18231         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18232         * stdio-common/perror.c (perror): Likewise.
18233         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18234         * stdio-common/tmpnam.c (tmpnam): Likewise.
18235         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18236         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18237         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18238         Likewise.
18239         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18240         * stdlib/putenv.c (putenv): Likewise.
18241         * stdlib/setenv.c (__add_to_environ): Likewise.
18242         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18243         * stdlib/strtol_l.c (INTERNAL): Likewise.
18244         * string/memmem.c (memmem): Likewise.
18245         * string/strerror.c (strerror): Likewise.
18246         * string/strnlen.c (__strnlen): Likewise.
18247         * string/test-memmem.c (simple_memmem): Likewise.
18248         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18249         * sunrpc/pm_getport.c (__get_socket): Likewise.
18250         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18251         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18252         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18253         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18254         Likewise.
18255         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18256         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18257         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18258         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18259         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18260         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18261         Likewise.
18262         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18263         Likewise.
18264         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18265         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18266         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18267         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18268         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18269         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18270         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18271         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18272         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18273         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18274         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18275         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18276         Likewise.
18277         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18278         Likewise.
18279         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18280         Likewise.
18281         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18282         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18283         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18284         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18285         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18286         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18287         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18288         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18289         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18290         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18291         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18292         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18293         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18294         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18295         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18296         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18297         Likewise.
18298         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18299         Likewise.
18300         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18301         Likewise.
18302         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18303         Likewise.
18304         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18305         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18306         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18307         Likewise.
18308         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18309         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18310         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18311         * sysdeps/posix/sleep.c: Likewise.
18312         * sysdeps/posix/tempname.c: Likewise.
18313         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18314         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18315         Likewise.
18316         * sysdeps/powerpc/powerpc32/dl-machine.h
18317         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18318         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18319         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18320         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18321         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18322         Likewise.
18323         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18324         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18325         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18326         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18327         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18328         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18329         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18330         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18331         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18332         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18333         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18334         (elf_machine_lazy_rel): Likewise.
18335         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18336         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18337         (elf_machine_lazy_rel): Likewise.
18338         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18339         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18340         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18341         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18342         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18343         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18344         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18345         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18346         Likewise.
18347         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18348         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18349         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18350         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18351         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18352         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18353         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18354         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18355         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18356         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18357         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18358         Likewise.
18359         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18360         (__posix_fallocate64_l64): Likewise.
18361         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18362         (posix_fallocate): Likewise.
18363         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18364         Likewise.
18365         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18366         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18367         (getifaddrs_internal): Likewise.
18368         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18369         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18370         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18371         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18372         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18373         (__posix_fallocate64_l64): Likewise.
18374         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18375         Likewise.
18376         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18377         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18378         (__get_clockfreq): Likewise.
18379         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18380         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18381         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18382         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18383         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18384         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18385         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18386         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18387         Likewise.
18388         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18389         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18390         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18391         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18392         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18393         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18394         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18395         Likewise.
18396         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18397         (posix_fallocate): Likewise.
18398         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18399         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18400         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18401         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18402         (elf_machine_rela, elf_machine_rela_relative)
18403         (elf_machine_lazy_rel): Likewise.
18404         * time/asctime.c (asctime_internal): Likewise.
18405         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18406         * time/tzset.c (__tzset_parse_tz): Likewise.
18407         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18408         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18409         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18410         * wcsmbs/wcsmbsload.h: Likewise.
18412         [BZ #15894]
18413         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18415         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18416         (arena_get2): Remove THREAD_STATS conditionals.
18417         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18418         (__malloc_stats, int): Likewise.
18420 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18422         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18423         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18425         * manual/setjmp.texi: Fix typos/grammar errors.
18427         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18428         Only return early when n is <= 0.  Delete unused return statement.
18430         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18431         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18432         * debug/tst-longjmp_chk3.c: New file.
18434         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18435         (test_main): Replace code with set_fortify_handler call.
18436         * debug/test-strcpy_chk.c: Likewise.
18437         * debug/tst-chk1.c: Likewise.
18438         * debug/tst-longjmp_chk.c: Likewise.
18439         * test-skeleton.c: Include fcntl.h & paths.h
18440         (set_fortify_handler): Define.
18442         * debug/tst-longjmp_chk.c: Add header comment and include
18443         ../test-skeleton.c.
18444         (do_test): Mark static.
18445         (TEST_FUNCTION): Define.
18447         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18448         (IP_PMTUDISC_INTERFACE): Likewise.
18449         (IP_MULTICAST_IF): Likewise.
18450         (IP_MULTICAST_TTL): Likewise.
18451         (IP_MULTICAST_LOOP): Likewise.
18452         (IP_ADD_MEMBERSHIP): Likewise.
18453         (IP_DROP_MEMBERSHIP): Likewise.
18454         (IP_UNBLOCK_SOURCE): Likewise.
18455         (IP_BLOCK_SOURCE): Likewise.
18456         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18457         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18458         (IP_MSFILTER): Likewise.
18459         (MCAST_JOIN_GROUP): Likewise.
18460         (MCAST_BLOCK_SOURCE): Likewise.
18461         (MCAST_UNBLOCK_SOURCE): Likewise.
18462         (MCAST_LEAVE_GROUP): Likewise.
18463         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18464         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18465         (MCAST_MSFILTER): Likewise.
18466         (IP_MULTICAST_ALL): Likewise.
18467         (IP_UNICAST_IF): Likewise.
18469         * timezone/Makefile: Delete $(have-ksh) check.
18470         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18471         * timezone/tzselect.ksh: Add +x mode bits.
18473         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18474         (ANON_INODE_FS_MAGIC): Likewise.
18475         (BDEVFS_MAGIC): Likewise.
18476         (BINFMTFS_MAGIC): Likewise.
18477         (BTRFS_TEST_MAGIC): Likewise.
18478         (CRAMFS_MAGIC_WEND): Likewise.
18479         (DEBUGFS_MAGIC): Likewise.
18480         (ECRYPTFS_SUPER_MAGIC): Likewise.
18481         (EXT3_SUPER_MAGIC): Likewise.
18482         (EXT4_SUPER_MAGIC): Likewise.
18483         (FUTEXFS_SUPER_MAGIC): Likewise.
18484         (HOSTFS_SUPER_MAGIC): Likewise.
18485         (HUGETLBFS_MAGIC): Likewise.
18486         (MINIX3_SUPER_MAGIC): Likewise.
18487         (MTD_INODE_FS_MAGIC): Likewise.
18488         (NILFS_SUPER_MAGIC): Likewise.
18489         (OPENPROM_SUPER_MAGIC): Likewise.
18490         (PIPEFS_MAGIC): Likewise.
18491         (PSTOREFS_MAGIC): Likewise.
18492         (QNX6_SUPER_MAGIC): Likewise.
18493         (RAMFS_MAGIC): Likewise.
18494         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18495         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18496         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18497         (SECURITYFS_MAGIC): Likewise.
18498         (SELINUX_MAGIC): Likewise.
18499         (SMACK_MAGIC): Likewise.
18500         (SOCKFS_MAGIC): Likewise.
18501         (SQUASHFS_MAGIC): Likewise.
18502         (STACK_END_MAGIC): Likewise.
18503         (TMPFS_MAGIC): Likewise.
18504         (USBDEVICE_SUPER_MAGIC): Likewise.
18505         (V9FS_MAGIC): Likewise.
18506         (XENFS_SUPER_MAGIC): Likewise.
18507         (CRAMFS_MAGIC): Fix typo in comment.
18508         (EXT2_SUPER_MAGIC): Update comment.
18509         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18511 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18513         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18514         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18515         * sysdeps/unix/sysv/linux/arm: Move directory from
18516         ports/sysdeps/unix/sysv/linux/arm.
18517         * README: Update listing for arm-*-linux-gnueabi.
18519         * README: Remove mention of am33.
18521 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18523         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18524         than the comma operator, to avoid "rhs of comma has no effect"
18525         compiler warnings.
18526         (__sigfillset, __sigandset, __sigorset): Likewise.
18527         * include/signal.h (__sigemptyset): Likewise.
18528         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18530 2014-02-07  Allan McRae  <allan@archlinux.org>
18532         * version.h (RELEASE): Set to "development".
18533         (VERSION): Set to "2.19.90"
18534         * NEWS: Add 2.20 section.
18536 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18538         [BZ #16529]
18539         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18541 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18543         * manual/contrib.texi: Update entry for Carlos O'Donell,
18544         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18546 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18548         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18550         * sysdeps/unix/sysv/linux/kernel-features.h
18551         [__LINUX_KERNEL_VERSION >= 0x020621]
18552         (__ASSUME_PROC_PID_TASK_COMM): Define.
18554 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18556         [BZ #16398]
18557         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18558         conversion when destination buffer does not have enough space.
18559         * libio/tst-ftell-partial-wide.c: New test case.
18560         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18562         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18563         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18564         Leonard and Allan McRae.
18566 2014-02-04  David S. Miller  <davem@davemloft.net>
18568         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18569         32-bit.
18571 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18574         New file
18575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18576         New file
18577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18578         New file.
18579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18580         New file.
18581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18582         New file.
18583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18584         New file.
18585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18586         New file.
18587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18588         New file.
18589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18590         New file.
18591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18592         New file.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18594         New file.
18595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18596         New file.
18597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18598         New file.
18600 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18602         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18603         * shlib-versions: Likewise.
18605 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18606             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18608         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18609         (abilist-pattern): New variable, set to %-le.abilist.
18611         * Makerules (abilist-pattern): New variable.
18612         (vpath): Use $(abilist-pattern) in place of %.abilist.
18613         (check-abi-% pattern rule): Likewise.
18614         (check-abi, update-abi): Likewise.
18616 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18618         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18620 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18622         * manual/startup.texi: Add next, previous, and top entries for
18623         the `Program Arguments' and `Environment Variables' nodes.
18625 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18627         * manual/macros.texi: Add comments before MTASC-safety macros.
18629         * manual/users.texi: Document MTASC-safety properties.
18631         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18632         (pthread_getspecific, pthread_setspecific): Format with
18633         @deftypefun, and add @safety note.
18634         * manual/signal.texi: Move comments that analyze the above
18635         functions to their home place.
18637 2014-02-03  Allan McRae  <allan@archlinux.org>
18639         * po/sl.po: Update Slovenian translation from translation project.
18641 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18643         * manual/time.texi (timegm): Add missing blank after @c.
18644         Reported by Joseph Myers <joseph@codesourcery.com>.
18646 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18648         * manual/check-safety.sh: New.
18649         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18651         * manual/terminal.texi: Document MTASC-safety properties.
18653         * manual/filesys.texi: Document MTASC-safety properties.
18655         * manual/errno.texi: Document MTASC-safety properties.
18657         * manual/intro.texi: Document safety identifiers and
18658         conditionals.
18660         * manual/string.texi (wcstok): Fix prototype.
18661         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18663         * manual/time.texi: Document MTASC-safety properties.
18665         * manual/string.texi: Document MTASC-safety properties.
18667         * manual/threads.texi: Document MTASC-safety properties.
18669         * manual/stdio.texi: Document MTASC-safety properties.
18671         * manual/syslog.texi: Document MTASC-safety properties.
18673         * manual/sysinfo.texi: Document MTASC-safety properties.
18675         * manual/startup.texi: Document MTASC-safety properties.
18677         * manual/socket.texi: Document MTASC-safety properties.
18679         * manual/signal.texi: Document MTASC-safety properties.
18681 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18683         * manual/setjmp.texi: Document MTASC-safety properties.
18685         * manual/search.texi: Document MTASC-safety properties.
18687         * manual/resource.texi: Document MTASC-safety properties.
18689         * manual/process.texi: Document MTASC-safety properties.
18691         * manual/platform.texi: Document MTASC-safety properties.
18693         * manual/pipe.texi: Document MTASC-safety properties.
18695         * manual/pattern.texi: Document MTASC-safety properties.
18697         * manual/message.texi: Document MTASC-safety properties.
18699         [BZ #12751]
18700         * manual/memory.texi: Document MTASC-safety properties.
18702         * manual/math.texi: Document MTASC-safety properties.
18704         * manual/locale.texi: Document MTASC-safety properties.
18706         * manual/llio.texi: Document MTASC-safety properties.
18708         * manual/libdl.texi: New.
18710         * manual/lang.texi: Document MTASC-safety properties.
18712         * manual/job.texi: Document MTASC-safety properties.
18714         * manual/getopt.texi: Document MTASC-safety properties.
18716         * manual/ctype.texi: Document MTASC-safety properties.
18718 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18720         [BZ #16046]
18721         * csu/libc-tls.c (static_map): Remove variable.
18722         (__libc_setup_tls): Use main executable's link map for TLS data.
18723         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18724         casing for LM_ID_BASE and GL(dl_nns).
18725         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18726         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18727         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18728         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18729         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18730         member.
18731         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18732         l_phnum members.
18734 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18736         * manual/debug.texi: Document MTASC-safety properties.
18738 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18740         [BZ #16510]
18741         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18742         of __x86_64__ when disabling x87 inline functions.
18744 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18746         * manual/charset.texi: Document MTASC-safety properties.
18748         * manual/crypt.texi: Document MTASC-safety properties.
18750         * manual/conf.texi: Document MTASC-safety properties.
18752         * manual/arith.texi: Document MTASC-safety properties.
18754         * manual/argp.texi: Document MTASC-safety properties.
18756         * manual/macros.texi: Introduce macros to document multi
18757         thread, asynchronous signal and asynchronous cancellation
18758         safety properties.
18759         * manual/intro.texi: Introduce the properties themselves.
18761 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18763         * sysdeps/sh/sh4/Makefile: New file.
18765 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18767         * math/gen-libm-test.pl ($srcdir): New variable.
18768         ($auto_input): Use it.
18770 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18772         [BZ #16506]
18773         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18774         access beyond array bounds when parsing netgroups file.
18776         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18777         the old buffer before realloc.
18779 2014-01-27  Allan McRae  <allan@archlinux.org>
18781         * po/fr.po: Update French translation from translation project.
18783 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18785         * sysdeps/sh/libm-test-ulps: Regenerate.
18787 2014-01-24  David S. Miller  <davem@davemloft.net>
18789         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18791 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18793         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18794         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18796 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18798         [BZ #16474]
18799         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18800         string pointers after reallocation.
18802 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18804         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18805         __SH4A__ instead of __SH_FPU_ANY__.
18807 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18809         * sysdeps/sh/fpu_control.h: New file.
18810         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18811         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18812         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18813         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18814         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18815         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18816         * sysdeps/sh/sys/ucontext.h: Remove.
18817         * sysdeps/sh/sys: Remove directory.
18819 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18821         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18822         s390/sys/ucontext.h.
18823         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18824         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18826 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18828         [BZ #15605]
18829         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18831 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18833         [BZ#16431]
18834         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18835         Adjust the vDSO correctly for internal calls.
18836         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18838 2014-01-20  Allan McRae  <allan@archlinux.org>
18840         * po/ca.po: Update Catalan translation from translation project.
18842 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18844         * sysdeps/s390/sotruss-lib.c: New file.
18846 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18848         [BZ#16430]
18849         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18850         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18851         local calls issues by not having a PLT stub required for IFUNC calls.
18852         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18854 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18856         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18857         * math/test-fpucw-static.c: Likewise.
18859 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18861         [BZ #16453]
18862         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18864 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18866         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18867         implementation for powerpc.
18869 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18871         [BZ #14782]
18872         * sysdeps/posix/system.c (__libc_system): Do not enable
18873         asynchronous cancellation.
18875 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18877         [BZ #16427]
18878         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18879         handling only for numbers special also in the IEEE case.
18881 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18883         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18885 2014-01-11  Allan McRae  <allan@archlinux.org>
18887         * po/bg.po: Update Bulgarian translation from translation project.
18889         * po/de.po: Update German translation from translation project.
18891 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18893         * sysdeps/generic/gcc-compat.h: New file.
18895 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18897         * benchtests/asin-inputs: Correct slow inputs.
18898         * benchtests/acos-inputs: Likewise.
18900 2014-01-10  Allan McRae  <allan@archlinux.org>
18902         * po:sv.po: Update Swedish translation from translation project.
18904         * po/vi.po: Update Vietnamese translation from translation project.
18906         * po/eo.po: Update Esperanto translation from translation project.
18908         * po/cs.po: Update Czech translation from translation project.
18910         * po/nl.po: Update Dutch translation from translation project.
18912         * po/pl.po: Update Polish translation from translation project.
18914         * po/ru.po: Update Russian translation from translation project.
18916         * po/uk.po: Update Ukrainian translation from translation project.
18918 2014-01-08  Brooks Moses  <bmoses@google.com>
18920         * elf/dl-load.c: Fix comment typo.
18922 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18924         * po/header.pot: Rename to...
18925         * po/pot.header: ... this.
18926         * po/Makefile: Use pot.header.
18928 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18929             Maxim Kuvyrkov  <maxim@kugelworks.com>
18931         [BZ #16394]
18932         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18933         SRC and DEST against LEN.
18935 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18937         [BZ #16414]
18938         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18939         implementation.
18940         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18942 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18946 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18948         [BZ #16408]
18949         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18950         for large positive arguments.
18952 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18954         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18956         * math/auto-libm-test-in: Mark various tests with
18957         xfail-rounding:ldbl-128ibm.
18958         * math/auto-libm-test-out: Regenerated.
18960         [BZ #16407]
18961         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18962         Increase overflow threshold.
18964 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18966         [BZ #14286]
18967         * stdio-common/vfprintf.c: Check for integer overflow.
18969 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18971         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18972         the first argument and return value of __tls_get_addr_internal.
18974 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18976         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18977         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18979 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18981         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18982         * sysdeps/s390/rtld-global-offsets.sym: New file.
18983         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18984         GLIBC_2.19 symbol.
18985         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18986         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18987         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18988         ... this.
18989         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18990         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18991         ... this.
18992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18993         Regenerate.
18994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18995         Regenerate.
18996         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18997         halfs of GPRs for high_gprs contexts.
18998         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18999         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19000         field.
19001         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19002         uc_flags field.
19003         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19004         64 bit versions:
19005         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19006         for high GPRs (uc_high_gprs) and for future extensions
19007         (__reserved).
19008         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19009         for future extensions (__reserved).
19010         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19011         64 bit versions:
19012         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19013         SC_HIGHGPRS offset definition.
19014         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19015         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19017         * Versions.def: Add GLIBC_2.19 for libpthread.
19018         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19019         siglongjmp for libpthread with GLIBC_2.19 symver.
19020         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19021         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19022         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19023         * sysdeps/s390/__longjmp.c: New file.
19024         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19025         * sysdeps/s390/longjmp.c: New file.
19026         * sysdeps/s390/setjmp.S: New file.
19027         * sysdeps/s390/sigjmp.S: New file.
19028         * sysdeps/s390/v1-longjmp.c: New file.
19029         * sysdeps/s390/v1-setjmp.h: New file.
19030         * sysdeps/s390/v1-sigjmp.c: New file.
19031         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19032         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19033         GLIBC_2.19 version.
19034         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19035         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19036         versioned symbols for ____longjmp_chk.
19037         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19038         Likewise.
19039         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19040         Regenerate.
19041         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19042         Regenerate.
19043         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19044         Regenerate.
19045         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19046         Regenerate.
19047         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19048         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19049         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19050         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19051         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19052         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19053         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19054         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19055         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19056         * sysdeps/s390/rtld-__longjmp.c: New file.
19057         * sysdeps/s390/rtld-setjmp.S: New file.
19059 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19061         [BZ #16400]
19062         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19063         Return -__logl (x) for small positive arguments without evaluating
19064         a polynomial.
19066 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19068         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19069         Rename to ...
19070         (__ptrace_peeksiginfo_args): ... this.
19071         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19072         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19073         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19075 2014-01-06  Allan McRae  <allan@archlinux.org>
19077         * inet/netinet/in.h: Fix typo in comment.
19079 2014-01-05  Andreas Jaeger  <aj@suse.de>
19081         * sysdeps/i386/fpu/libm-test-ulps: Update.
19083 2014-01-05  Allan McRae  <allan@archlinux.org>
19085         * po/libc.pot: Regenerated.
19087         * malloc/memusagestat.c: Fix gettext call formatting.
19089 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19091         * nscd/nscd.c: Improve usage() output.
19093 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19095         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19096         * sysdeps/unix/sysv/linux/configure: Regenerated.
19097         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19098         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19100 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19102         [BZ #16390]
19103         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19104         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19106 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19108         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19109         extra tokens at end of #undef directive.
19110         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19111         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19112         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19114 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19116         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19118         * math/auto-libm-test-in: Mark various tests with
19119         xfail-rounding:ldbl-128ibm.
19120         * math/auto-libm-test-out: Regenerated.
19122 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19124         [BZ #16386]
19125         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19126         numbers with subnormal high part when calculating exponent.
19128         [BZ #16385]
19129         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19130         fabs.
19132         [BZ #16384]
19133         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19134         M_LN2l.
19135         (__ieee754_acoshl): Use __log1pl not __log1p.
19137 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19139         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19140         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19141         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19142         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19143         (reused_arena, arena_get2): Convert to GNU style.
19144         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19145         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19146         (memalign_check, __malloc_set_state): Likewise.
19147         * malloc/mallocbug.c (main): Likewise.
19148         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19149         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19150         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19151         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19152         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19153         (__posix_memalign, malloc_info): Likewise.
19154         * malloc/malloc.h: Likewise.
19155         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19156         (mallochook, memalignhook, reallochook, mabort): Likewise.
19157         * malloc/mcheck.h: Likewise.
19158         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19159         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19160         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19161         * malloc/morecore.c (__default_morecore): Likewise.
19162         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19163         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19164         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19165         (print_and_abort): Likewise.
19166         * malloc/obstack.h: Likewise.
19167         * malloc/set-freeres.c (__libc_freeres): Likewise.
19168         * malloc/tst-mallocstate.c (main): Likewise.
19169         * malloc/tst-mtrace.c (main): Likewise.
19170         * malloc/tst-realloc.c (do_test): Likewise.
19172 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19174         [BZ #16366]
19175         * nscd/netgroupcache.c (do_notfound): New function.
19176         (addgetnetgrentX): Use it.
19178         [BZ # 16365]
19179         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19180         NSS_STATUS_NOTFOUND.
19182 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19184         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19187 2014-01-01  Allan McRae  <allan@archlinux.org>
19189         * scripts/update-copyrights: Update configure input file suffix.
19191         * NEWS: Update copyright year.
19192         * catgets/gencat.c: Likewise.
19193         * csu/version.c: Likewise.
19194         * debug/catchsegv.sh: Likewise.
19195         * debug/pcprofiledump.c: Likewise.
19196         * debug/xtrace.sh: Likewise.
19197         * elf/ldconfig.c: Likewise.
19198         * elf/ldd.bash.in: Likewise.
19199         * elf/pldd.c: Likewise.
19200         * elf/sotruss.ksh: Likewise.
19201         * elf/sprof.c: Likewise.
19202         * iconv/iconv_prog.c: Likewise.
19203         * iconv/iconvconfig.c: Likewise.
19204         * locale/programs/locale.c: Likewise.
19205         * locale/programs/localedef.c: Likewise.
19206         * login/programs/pt_chown.c: Likewise.
19207         * malloc/memusage.sh: Likewise.
19208         * malloc/memusagestat.c: Likewise.
19209         * malloc/mtrace.pl: Likewise.
19210         * manual/libc.texinfo: Likewise.
19211         * nscd/nscd.c: Likewise.
19212         * nss/getent.c: Likewise.
19213         * nss/makedb.c: Likewise.
19214         * posix/getconf.c: Likewise.
19215         * scripts/test-installation.pl: Likewise.
19217         * All files with FSF copyright notices: Update copyright dates
19218         using scripts/update-copyrights.
19219         * intl/plural.c: Regenerated.
19220         * locale/programs/charmap-kw.h: Likewise.
19221         * locale/programs/locfile-kw.h: Likewise.
19223 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19225         * sysdeps/unix/sysv/linux/configure: Regenerated.
19226         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19227         the linux/fanotify.h header.
19228         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19229         HAVE_LINUX_FANOTIFY_H is defined.
19231 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19233         * benchtests/cos-inputs: New inputs.
19234         * benchtests/sin-inputs: Likewise.
19236         * benchtests/atan-inputs: New inputs. Fix name of multiple
19237         precision fallback inputs.
19239         * benchtests/atanh-inputs: New inputs.
19240         * benchtests/tanh-inputs: Likewise.
19242         * benchtests/acosh-inputs: New inputs.
19243         * benchtests/asinh-inputs: Likewise.
19245         * benchtests/cosh-inputs: New inputs.
19246         * benchtests/sinh-inputs: Likewise.
19248         * benchtests/acos-inputs: Add more inputs.
19249         * benchtests/asin-inputs: Likewise.
19251 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19253         [BZ #16375]
19254         * manual/arith.texi: Fix spelling.
19255         * manual/charset.texi: Likewise.
19256         * manual/errno.texi: Likewise.
19257         * manual/filesys.texi: Likewise.
19258         * manual/lang.texi: Likewise.
19259         * manual/llio.texi: Likewise.
19260         * manual/locale.texi: Likewise.
19261         * manual/message.texi: Likewise.
19262         * manual/resource.texi: Likewise.
19263         * manual/search.texi: Likewise.
19264         * manual/setjmp.texi: Likewise.
19265         * manual/stdio.texi: Likewise.
19266         * manual/string.texi: Likewise.
19267         * manual/sysinfo.texi: Likewise.
19268         * manual/time.texi: Likewise.
19270 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19272         * po/sl.po: New file.
19274 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19276         * .gitignore: Add core/.gdbinit/.gdb_history.
19278 2013-12-27  Allan McRae  <allan@archlinux.org>
19280         [BZ #16369]
19281         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19282         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19284 2013-12-24  Brooks Moses  <bmoses@google.com>
19286         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19287         all compilers that claim C++98 compliance, not just GCC.
19288         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19289         Likewise.
19291 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19293         * NEWS: Restore accidentally deleted bug-fix entries.
19295 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19296             Ondřej Bílka  <neleai@seznam.cz>
19298         [BZ #15073]
19299         * malloc/malloc.c (_int_free): Perform sanity check only if we
19300         have_lock.
19302 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19304         [BZ #12986]
19305         * manual/stdio.texi (String Input Conversions): Clarify that character
19306         classes are not supported.
19308 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19310         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19312 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19314         [BZ #16337]
19315         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19316         Calculate results for small negative arguments directly rather
19317         than using reflection formula with special underflow handling.
19319         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19320         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19321         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19322         (fchflags): Likewise.
19323         (revoke): Likewise.
19324         (setlogin): Likewise.
19325         (sigaltstack): Likewise.
19326         (wait4): Likewise.
19327         (sigblock): Remove.
19328         (sigsetmask): Likewise.
19329         (wait3): Likewise.
19330         (waitpid): Likewise.
19331         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19332         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19333         file.
19334         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19335         * sysdeps/unix/bsd/Makefile: ... here.
19336         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19337         * sysdeps/unix/bsd/Versions: ... here.
19338         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19339         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19340         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19341         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19342         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19343         * sysdeps/unix/bsd/sigblock.c: ... here.
19344         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19345         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19346         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19347         * sysdeps/unix/bsd/sigvec.c: ... here.
19348         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19349         * sysdeps/unix/bsd/tcdrain.c: ... here.
19350         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19351         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19352         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19353         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19354         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19355         * sysdeps/unix/bsd/wait.c: ... here.
19356         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19357         * sysdeps/unix/bsd/wait3.c: ... here.
19358         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19359         * sysdeps/unix/bsd/waitpid.c: ... here.
19361 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19363         [BZ #16356]
19364         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19365         round-to-nearest for [!USE_AS_EXPM1L].
19366         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19367         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19368         more tests of exp and exp10.  Expect some exp10 tests to miss
19369         exceptions or fail in directed rounding modes.
19370         * math/auto-libm-test-out: Regenerated.
19371         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19372         (exp10_test_tonearest): New function.
19373         (exp10_towardzero_test_data): New array.
19374         (exp10_test_towardzero): New function.
19375         (exp10_downward_test_data): New array.
19376         (exp10_test_downward): New function.
19377         (exp10_upward_test_data): New array.
19378         (exp10_test_upward): New function.
19379         (main): Call the new functions.
19380         * sysdeps/i386/fpu/libm-test-ulps: Update.
19381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19383 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19385         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19386         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19387         * math/auto-libm-test-out: Regenerated.
19388         * math/libm-test.inc (acosh_test_data): Add more tests.
19389         (atanh_test_data): Likewise.
19390         (ceil_test_data): Likewise.
19391         (copysign_test_data): Likewise.
19392         * sysdeps/i386/fpu/libm-test-ulps: Update.
19393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19395         * timezone/checktab.awk: Update from tzcode 2013i.
19396         * timezone/private.h: Likewise.
19397         * timezone/scheck.c: Likewise.
19398         * timezone/tzfile.h: Likewise.
19399         * timezone/tzselect.ksh: Likewise.
19400         * timezone/zdump.c: Likewise.
19401         * timezone/zic.c: Likewise.
19403         * math/auto-libm-test-in: Add tests of cpow.
19404         * math/auto-libm-test-out: Regenerated.
19405         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19406         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19407         mpc_cc_c.
19408         (func_calc_desc): Add mpc_cc_c union field.
19409         (test_functions): Add cpow.
19410         (special_fill_2pi): New function.
19411         (special_real_inputs): Add 2pi.
19412         (calc_generic_results): Handle mpc_cc_c.
19413         * sysdeps/i386/fpu/libm-test-ulps: Update.
19414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19416         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19417         csqrt, ctan and ctanh.
19418         * math/auto-libm-test-out: Regenerated.
19419         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19420         (TEST_COND_x86): Likewise.
19421         (ccos_test_data): Use AUTO_TESTS_c_c.
19422         (ccosh_test_data): Likewise.
19423         (cexp_test_data): Likewise.
19424         (clog_test_data): Likewise.
19425         (csqrt_test_data): Likewise.
19426         (ctan_test_data): Likewise.
19427         (ctan_tonearest_test_data): Likewise.
19428         (ctan_towardzero_test_data): Likewise.
19429         (ctan_downward_test_data): Likewise.
19430         (ctan_upward_test_data): Likewise.
19431         (ctanh_test_data): Likewise.
19432         (ctanh_tonearest_test_data): Likewise.
19433         (ctanh_towardzero_test_data): Likewise.
19434         (ctanh_downward_test_data): Likewise.
19435         (ctanh_upward_test_data): Likewise.
19436         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19437         mpc_c_c.
19438         (func_calc_desc): Add mpc_c_c union field.
19439         (FUNC_mpc_c_c): New macro.
19440         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19441         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19442         ctanh.
19443         (special_fill_min_subnorm_p120): New function.
19444         (special_real_inputs): Add min_subnorm_p120.
19445         (calc_generic_results): Handle mpc_c_c.
19446         * sysdeps/i386/fpu/libm-test-ulps: Update.
19447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19449 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19451         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19452         (do_sin_slow): New functions.
19453         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19454         (cslow2, csloww1, csloww2): Use the new functions.
19456         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19457         Use M to change sign of result instead of X.  Assume X is
19458         positive.
19459         (csloww1): Likewise.
19460         (__sin): Adjust.
19461         (__cos): Adjust.
19463         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19464         arguments A and DA.
19465         (__sin): Adjust.
19466         (__cos): Likewise.
19468         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19469         (__cos): Likewise.
19470         (sloww1): Don't adjust sign of DX.
19471         (csloww1): Likewise.
19472         (sloww2): Use X directly and don't adjust sign of DX.
19473         (csloww2): Likewise.
19475 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19477         * math/auto-libm-test-in: Add tests of cabs and carg.
19478         * math/auto-libm-test-out: Regenerated.
19479         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19480         (carg_test_data): Likewise.
19481         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19482         mpc_c_f.
19483         (func_calc_desc): Add mpc_c_f union field.
19484         (test_functions): Add cabs and carg.
19485         (calc_generic_results): Handle mpc_c_f.
19487         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19488         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19489         as a macro and a compat symbol.
19490         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19491         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19492         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19493         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19494         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19495         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19496         not use .hidden.
19497         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19498         Likewise.
19499         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19500         Likewise.
19501         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19502         Likewise.
19503         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19504         Likewise.
19505         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19506         Likewise.
19507         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19508         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19509         from GLIBC_2.3.2.
19511 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19515 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19517         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19518         trailing whitespace removed.
19519         * scripts/config.guess: Update to version 2013-11-29.
19520         * scripts/config.sub: Update to version 2013-10-01.
19522         * math/auto-libm-test-in: Add tests of sincos.
19523         * math/auto-libm-test-out: Regenerated.
19524         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19525         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19526         mpfr_f_11.
19527         (func_calc_desc): Add mpfr_f_11 union field.
19528         (test_functions): Add sincos.
19529         (calc_generic_results): Handle mpfr_f_11.
19530         * sysdeps/i386/fpu/libm-test-ulps: Update.
19531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19533 2013-12-19  Andreas Schwab  <schwab@suse.de>
19535         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19536         CALL_MCOUNT.
19537         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19538         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19539         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19541 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19543         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19544         * sysdeps/i386/fpu/libm-test-ulps: Update.
19545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19547         [BZ #16293]
19548         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19549         round-to-nearest mode when using frndint.
19550         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19551         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19552         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19553         Likewise.
19554         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19555         sinh test to fail.
19556         * math/auto-libm-test-out: Regenerated.
19557         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19558         (TEST_COND_x86): Likewise.
19559         (expm1_tonearest_test_data): New array.
19560         (expm1_test_tonearest): New function.
19561         (expm1_towardzero_test_data): New array.
19562         (expm1_test_towardzero): New function.
19563         (expm1_downward_test_data): New array.
19564         (expm1_test_downward): New function.
19565         (expm1_upward_test_data): New array.
19566         (expm1_test_upward): New function.
19567         (main): Run the new test functions.
19568         * sysdeps/i386/fpu/libm-test-ulps: Update.
19569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19571         * include/features.h: Update comment documenting feature test
19572         macros.  Mention _DEFAULT_SOURCE in comment.
19573         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19574         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19575         _BSD_SOURCE and _SVID_SOURCE.
19576         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19577         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19578         !_SVID_SOURCE]: Likewise.
19579         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19580         (__USE_POSIX_IMPLICITLY): Define.
19581         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19582         (_POSIX_SOURCE): Undefine and redefine.
19583         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19584         (_POSIX_C_SOURCE): Likewise.
19585         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19586         (Feature Test Macros): Update documentation of default features.
19588 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19590         * benchtests/Makefile: Add bench-strtok.
19591         * benchtests/bench-strtok.c: New file: strtok benchtest.
19593 2013-12-19  Allan McRae  <allan@archlinux.org>
19595         * manual/install.texi: Suppress menu for plain text output.
19596         * INSTALL: Regenerated.
19598 2013-12-18  Brooks Moses  <bmoses@google.com>
19600         [BZ #15846]
19601         * misc/getauxval.c: Include errno.h.
19602         (__getauxval): Set errno to ENOENT if the requested type is not
19603         found.
19604         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19605         don't declare with __attribute_const__.
19606         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19607         * manual/startup.texi: Document that getauxval sets errno.
19609 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19611         * math/auto-libm-test-in: Add tests of jn and yn.
19612         * math/auto-libm-test-out: Regenerated.
19613         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19614         (yn_test_data): Likewise.
19615         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19616         mpfr_if_f.
19617         (func_calc_desc): Add mpfr_if_f union field.
19618         (FUNC_mpfr_if_f): New macro.
19619         (test_functions): Add jn and yn.
19620         (calc_generic_results): Assert type of second input for
19621         mpfr_ff_f.  Handle mpfr_if_f.
19622         (output_for_one_input_case): Disable all checking for arguments
19623         fitting floating-point types in case of an integer argument.
19624         * sysdeps/i386/fpu/libm-test-ulps: Update.
19625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19628         Don't expect fegetround reference in libm.so.
19630 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19632         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19633         $(config-cflags-nofma).
19635 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19637         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19638         * math/auto-libm-test-out: Regenerated.
19640         [BZ #16338]
19641         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19642         to determine exponent and adjust argument to have exponent of -1.
19643         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19644         log2.
19645         * math/auto-libm-test-out: Regenerated.
19646         * sysdeps/i386/fpu/libm-test-ulps: Update.
19647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19649 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19651         * manual/probes.texi: Remove cases when per-thread arenas are
19652         disabled.
19654 2013-12-18  Andreas Schwab  <schwab@suse.de>
19656         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19657         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19658         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19659         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19660         * sysdeps/i386/i686/multiarch/Makefile: Update.
19661         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19663 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19665         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19666         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19668 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19670         [BZ #15968]
19671         Support TZ transition times < 00:00:00.
19672         This is needed for version-3 tz-format files; it supports time
19673         stamps past 2037 for America/Godthab (the only entry in the tz
19674         database for which this change is relevant).
19675         * manual/time.texi (TZ Variable): Document transition times
19676         from -167:59:59 through -00:00:01.
19677         * time/tzset.c (tz_rule): Time of day is now signed.
19678         (__tzset_parse_tz): Parse negative time of day.
19680         Document TZ transition times >= 25:00:00.
19681         * manual/time.texi (TZ Variable): Document transition times from
19682         25:00:00 through 167:59:59.  These are already supported, and this
19683         support will help with version-3 tz-format files.
19685         * manual/time.texi (TZ Variable): Modernize North America example
19686         to reflect current (i.e., 2007-and-later) daylight saving rules.
19688         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19690 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19692         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19693         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19694         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19695         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19696         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19697         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19698         * sysdeps/unix/bsd/clock.c: Likewise.
19699         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19700         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19701         * sysdeps/unix/bsd/init-posix.c: Likewise.
19702         * sysdeps/unix/bsd/poll.c: Likewise.
19703         * sysdeps/unix/bsd/ptsname.c: Likewise.
19704         * sysdeps/unix/bsd/seekdir.c: Likewise.
19705         * sysdeps/unix/bsd/setegid.c: Likewise.
19706         * sysdeps/unix/bsd/seteuid.c: Likewise.
19707         * sysdeps/unix/bsd/setgid.c: Likewise.
19708         * sysdeps/unix/bsd/setrgid.c: Likewise.
19709         * sysdeps/unix/bsd/setruid.c: Likewise.
19710         * sysdeps/unix/bsd/setsid.c: Likewise.
19711         * sysdeps/unix/bsd/setuid.c: Likewise.
19712         * sysdeps/unix/bsd/sigaction.c: Likewise.
19713         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19714         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19715         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19716         * sysdeps/unix/bsd/telldir.c: Likewise.
19717         * sysdeps/unix/bsd/times.c: Likewise.
19718         * sysdeps/unix/bsd/usleep.c: Likewise.
19720         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19721         ($(objpfx)libbsd-compat.a): Remove rule.
19723         * include/features.h (__FAVOR_BSD): Do not define.
19724         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19725         features conflicting with POSIX.
19726         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19727         (_BSD_SOURCE): Remove description of not being a subset of other
19728         feature test macros.
19729         * manual/job.texi (getpgrp): Do not document BSD version.
19730         (getpgid): Do not document by reference to BSD getpgrp.
19731         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19732         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19733         * signal/signal.h [__FAVOR_BSD]: Likewise.
19734         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19735         instead of making contents conditional on [__FAVOR_BSD].
19736         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19738 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19742 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19744         [BZ #16314]
19745         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19746         values below 2**-450, not 2**-500.
19747         * math/auto-libm-test-in: Don't allow spurious underflow from
19748         hypot.
19749         * math/auto-libm-test-out: Regenerated.
19751         [BZ #16316]
19752         [BZ #16330]
19753         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19754         values of ha and hb and sort them after adjusting subnormal
19755         arguments.
19756         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19757         Likewise.
19758         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19759         values of ea and eb and sort them after adjusting subnormal
19760         arguments.
19761         * math/auto-libm-test-in: Do not expect some hypot tests of
19762         subnormals to fail.  Add more hypot tests.
19763         * math/auto-libm-test-out: Regenerated.
19765 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19767         [BZ #13304]
19768         * sysdeps/sh/s_fma.c: New file.
19769         * sysdeps/sh/s_fmaf.c: New file.
19770         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19771         version.
19772         * sysdeps/sh/Implies: Add sh/soft-fp.
19774 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19776         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19777         level of indirection to members `objname', `errstring', `malloced'.
19778         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19779         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19780         it as the __longjmp argument (just pass 1 instead).
19781         (_dl_catch_error): Initialize C with argument pointers and address of
19782         volatile local ERRCODE rather than copying values out of C at return.
19784 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19786         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19787         * math/auto-libm-test-out: Regenerated.
19788         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19789         (hypot_test_data): Likewise.
19790         (pow_test_data): Likewise.
19791         (pow_tonearest_test_data): Likewise.
19792         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19793         mpfr_ff_f.
19794         (func_calc_desc): Add mpfr_ff_f union field.
19795         (FUNC_mpfr_ff_f): New macro.
19796         (test_functions): Add atan2, hypot and pow.
19797         (special_fill_min): New function.
19798         (special_fill_minus_min): Likewise.
19799         (special_fill_min_subnorm): Likewise.
19800         (special_fill_minus_min_subnorm): Likewise.
19801         (special_real_inputs): Add min, -min, min_subnorm and
19802         -min_subnorm.
19803         (calc_generic_results): Handle mpfr_ff_f.
19804         * sysdeps/i386/fpu/libm-test-ulps: Update.
19805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19807 2013-12-16  Will Newton  <will.newton@linaro.org>
19809         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19810         (Aligned Memory Blocks): Add documentation for aligned_alloc
19811         and suggest it as an alternative to posix_memalign.
19812         (Hooks for Malloc): Document __memalign_hook is also called
19813         for aligned_alloc.  (Summary of Malloc): Add summary for
19814         aligned alloc.  Document __memalign_hook is also called
19815         for aligned_alloc.
19817 2013-12-16  Will Newton  <will.newton@linaro.org>
19819         * manual/memory.texi (Malloc Examples): Clarify default
19820         alignment documentation.  Suggest posix_memalign rather
19821         than memalign or valloc.
19822         (Aligned Memory Blocks): Remove suggestion to use memalign
19823         or valloc.  Remove obsolete comment about BSD.
19824         Document memalign errno values and mark the function obsolete.
19825         Document posix_memalign returned error codes.  Mark valloc
19826         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19827         called for posix_memalign and valloc.
19828         (Summary of Malloc): Add posix_memalign to function summary.
19829         __memalign_hook is also called for posix_memalign and valloc.
19831 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19833         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19834         TAYLOR_SIN.
19835         (__sin): Adjust.
19836         (__cos): Likewise.
19837         (sloww): Use mynumber union.  Expand ternary operator into
19838         if-else statements.
19839         (cslow): use mynumber union.
19841 2013-12-16  Allan McRae  <allan@archlinux.org>
19843         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19844         * configure: Regenerated.
19846         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19848         [BZ #14120]
19849         * configure.ac: Added --enable-maintainer-mode. Check for
19850         autoconf when enabled.
19851         * configure: Regenerated.
19853         * nscd/nscd.service: New file.
19854         * nscd/nscd.tmpfiles: New file.
19856 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19858         [BZ #12100]
19859         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19860         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19861         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19862         (strstr): Add __strstr_sse2_unaligned ifunc.
19863         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19864         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19865         (strcasestr): Remove __strcasestr_sse42 ifunc.
19866         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19867         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19868         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19870 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19872         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19873         * sysdeps/sh/bits/fenv.h: ... here.
19874         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19876 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19878         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19880         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19881         hypotf multiarch implementations.
19882         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19883         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19884         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19885         multiarch hypot for PPC64.
19886         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19887         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19888         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19889         multiarch hypotf for PPC64.
19891         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19892         modff multiarch implementations.
19893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19896         multiarch modf for PPC64.
19897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19900         multiarch modff for PPC64.
19902         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19903         and logl multiarch implementations.
19904         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19907         multiarch logb for PPC64.
19908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19911         multiarch logb for PPC64.
19912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19915         multiarch logb for PPC64.
19917         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19918         isinff multiarch implementation.
19919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19920         file.
19921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19923         multiarch isinf for PPC64.
19924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19925         file.
19926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19927         multiarch isinff for PPC64.
19929         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19930         finitef multiarch implementation.
19931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19932         file.
19933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19935         multiarch finite for PPC64.
19936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19937         file.
19938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19939         multiarch finitef for PPC64.
19941         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19942         lrint multiarch implementation.
19943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19944         file.
19945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19947         multiarch llrint for PPC64.
19948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19949         multiarch lrint for PPC64.
19951         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19952         copysignf multiarch implementation.
19953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19954         file.
19955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19956         file.
19957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19958         multiarch copysign for PPC64.
19959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19960         multiarch copysignf for PPC64.
19962         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19963         multiarch implementation.
19964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19965         file.
19966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19967         file.
19968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19969         file.
19970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19971         file.
19972         multiarch llround for PPC64.
19973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19974         multiarch trunc for PPC64.
19975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19976         multiarch truncf for PPC64.
19978         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19979         multiarch implementation.
19980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19981         file.
19982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19983         file.
19984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19985         file.
19986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19987         file.
19988         multiarch llround for PPC64.
19989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19990         multiarch round for PPC64.
19991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19992         multiarch roundf for PPC64.
19994         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19995         multiarch implementation.
19996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19997         file.
19998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19999         file.
20000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20001         file.
20002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20003         file.
20004         multiarch llround for PPC64.
20005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20006         multiarch floor for PPC64.
20007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20008         multiarch floorf for PPC64.
20010         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20011         multiarch implementation.
20012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20013         file.
20014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20015         file.
20016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20017         file.
20018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20019         file.
20020         multiarch llround for PPC64.
20021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20022         multiarch ceil for PPC64.
20023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20024         multiarch ceilf for PPC64.
20026         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20027         multiarch implementation.
20028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20029         file.
20030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20031         file.
20032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20033         file.
20034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20035         multiarch llround for PPC64.
20036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20037         multiarch lround for PPC64.
20039         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20040         multiarch implementation.
20041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20044         file.
20045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20048         multiarch isnan for PPC64.
20049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20050         multiarch isnanf for PPC64.
20052         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20053         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20054         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20055         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20056         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20059         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20060         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20061         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20062         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20064         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20065         multiarch implementations.
20066         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20067         (__libc_ifunc_impl_list): Likewise.
20068         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20069         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20070         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20071         multiarch stpcpy for PPC64.
20073         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20074         multiarch implementations.
20075         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20076         (__libc_ifunc_impl_list): Likewise.
20077         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20078         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20079         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20080         multiarch strcpy for PPC64.
20082         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20083         redefine function name.
20084         (_wordcopy_fwd_dest_aligned): Likewise.
20085         (_wordcopy_bwd_aligned): Likewise.
20086         (_wordcopy_bwd_dest_aligned): Likewise.
20087         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20088         multiarch implementations.
20089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20090         (__libc_ifunc_impl_list): Likewise.
20091         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20092         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20093         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20094         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20095         multiarch wcscpy for PPC64.
20097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20098         multiarch implementations.
20099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20100         (__libc_ifunc_impl_list): Likewise.
20101         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20102         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20103         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20104         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20105         multiarch wcscpy for PPC64.
20107         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20108         multiarch implementations.
20109         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20110         (__libc_ifunc_impl_list): Likewise.
20111         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20112         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20113         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20114         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20115         multiarch wcsrchr for PPC64.
20117         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20118         multiarch implementations.
20119         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20120         (__libc_ifunc_impl_list): Likewise.
20121         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20122         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20123         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20124         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20125         multiarch wcschr for PPC64.
20127         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20128         multiarch implementations.
20129         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20130         (__libc_ifunc_impl_list): Likewise.
20131         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20132         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20133         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20134         multiarch strchrnul for PPC64.
20136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20137         implementations.
20138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20139         (__libc_ifunc_impl_list): Likewise.
20140         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20141         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20142         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20143         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20144         strchr for PPC64.
20146         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20147         implementations.
20148         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20149         (__libc_ifunc_impl_list): Likewise.
20150         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20151         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20152         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20153         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20154         strncmp for PPC64.
20156         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20157         multiarch implementations.
20158         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20159         (__libc_ifunc_impl_list): Likewise.
20160         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20161         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20162         strncasecmp for PPC64.
20163         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20164         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20165         multiarch strncasecmp_l for PPC64.
20167         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20168         multiarch implementations.
20169         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20170         (__libc_ifunc_impl_list): Likewise.
20171         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20172         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20173         multiarch strcasecmp for PPC64.
20174         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20175         file.
20176         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20177         multiarch strcasecmp_l for PPC64.
20179         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20180         implementations.
20181         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20182         (__libc_ifunc_impl_list): Likewise.
20183         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20184         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20185         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20186         strnlen for PPC64.
20188         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20189         implementations.
20190         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20191         (__libc_ifunc_impl_list): Likewise.
20192         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20193         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20194         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20195         strlen for PPC64.
20197         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20198         implementations.
20199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20200         (__libc_ifunc_impl_list): Likewise.
20201         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20202         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20203         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20204         rawmemrchr for PPC64.
20206         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20207         implementation.
20208         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20209         (__libc_ifunc_impl_list): Likewise.
20210         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20211         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20212         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20213         memrchr for PPC64.
20215         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20216         implementation.
20217         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20218         (__libc_ifunc_impl_list): Likewise.
20219         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20220         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20221         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20222         memchr for PPC64.
20224         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20225         implementation.
20226         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20227         (__libc_ifunc_impl_list): Likewise.
20228         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20229         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20230         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20231         mempcpy for PPC64.
20233         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20234         avoid cretion of __bzero symbol.
20235         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20236         Likewise.
20237         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20238         Likewise.
20239         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20240         Likewise.
20241         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20242         multiarch implementations.
20243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20244         (__libc_ifunc_impl_list): Likewise.
20245         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20246         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20247         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20248         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20249         bzero for PPC32.
20250         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20251         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20252         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20253         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20254         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20255         memset for PPC64.
20256         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20258         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20259         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20260         implementations.
20261         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20262         (__libc_ifunc_impl_list): Likewise.
20263         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20264         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20265         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20266         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20267         memcmp for PPC64.
20269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20270         multiarch for POWER/PPC64.
20271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20272         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20273         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20274         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20275         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20276         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20277         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20278         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20279         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20280         memcpy for PPC64.
20282         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20283         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20284         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20285         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20286         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20287         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20288         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20289         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20290         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20291         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20292         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20293         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20294         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20295         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20296         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20305 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20307         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20309 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20311         * benchtests/Makefile (bench): Add exp2 and log2.
20312         (LDLIBS-bench-exp2): Add -lm.
20313         (LDLIBS-bench-log2): Likewise.
20314         * benchtests/exp2-inputs: New inputs file.
20315         * benchtests/log2-inputs: New inputs file.
20316         * benchtests/log-inputs: Add new inputs.
20317         * benchtests/tan-inputs: Likewise.
20319 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20321         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20322         definition...
20323         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20324         (csloww2): ... from here.
20326         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20327         instead of structures.
20328         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20329         (POLYNOMIAL): Likewise.
20330         (TAYLOR_SLOW): Likewise.
20331         (__sin): Likewise.
20332         (__cos): Likewise.
20333         (slow1): Likewise.
20334         (slow2): Likewise.
20335         (sloww): Likewise.
20336         (sloww1); Likewise.
20337         (sloww2): Likewise.
20338         (bsloww1): Likewise.
20339         (bsloww2): Likewise.
20340         (cslow2): Likewise.
20341         (csloww): Likewise.
20342         (csloww1): Likewise.
20343         (csloww2): Likewise.
20345 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20347         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20348         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20349         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20350         * malloc/hooks.c (realloc_check): Likewise.
20352         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20353         * malloc/arena.c: Remove PER_THREAD conditional.
20354         [!PER_THREAD]: Remove code.
20355         (ptmalloc_unlock_all2): Likewise.
20356         (ptmalloc_init): Likewise.
20357         (_int_new_arena): Likewise.
20358         (arena_get2): Likewise.
20359         * malloc/hooks.c (__malloc_get_state): Likewise.
20360         (__malloc_set_state): Likewise.
20361         * malloc/malloc.c: Likewise.
20362         (struct malloc_state): Likewise.
20363         (struct malloc_par): Likewise.
20364         (__libc_realloc): Likewise.
20365         (__libc_mallopt): Likewise.
20367 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20369         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20371 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20373         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20374         macro to a function.  Check for zero perturb_byte.
20375         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20377         * malloc/malloc.c: (force_reg): Remove.
20378         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20379         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20380         force_reg by atomic_forced_read.
20381         * malloc/arena.c (ptmalloc_init): Likewise.
20382         * malloc/hooks.c (top_check): Likewise.
20384 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20388 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20390         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20392 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20394         * math/auto-libm-test-in: Add tests of lgamma.
20395         * math/auto-libm-test-out: Regenerated.
20396         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20397         (M_LOG_2_SQRT_PIl): Likewise.
20398         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20399         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20400         mpfr_f_f1.
20401         (func_calc_desc): Add mpfr_f_f1 union field.
20402         (ARGS1): New macro.
20403         (ARGS2): Likewise.
20404         (ARGS3): Likewise.
20405         (ARGS4): Likewise.
20406         (RET1): Likewise.
20407         (RET2): Likewise.
20408         (CALC): Likewise.
20409         (FUNC): Likewise.
20410         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20411         (test_functions): Add lgamma.
20412         (calc_generic_results): Handle mpfr_f_f1.
20413         * sysdeps/i386/fpu/libm-test-ulps: Update.
20414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20416 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20418         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20419         __mpn_add_n for PowerPC64/POWER7.
20420         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20421         __mpn_sub_n for PowerPC64/POWER7.
20423         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20424         __mpn_addmul_1 for PowerPC64.
20425         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20426         __mpn_submul_1 for PowerPC64.
20427         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20428         for PowerPC64.
20429         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20430         for PowerPC64.
20432 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20434         [BZ #15089]
20435         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20437 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20439         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20441         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20442         add multiarch folders.
20443         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20444         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20445         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20446         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20447         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20448         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20449         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20450         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20451         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20452         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20453         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20462         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20464         New file.
20465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20466         New file.
20467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20468         multiarch __ieee754_hypot for PowerPC32.
20469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20470         New file.
20471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20472         New file.
20473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20474         multiarch __ieee754_hypotf for PowerPC32.
20476         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20477         long_double_symbol only if __logbl is defined.
20478         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20479         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20480         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20481         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20482         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20483         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20484         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20485         path for implementation.
20486         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20487         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20489         logb, and logbl multiarch implementations for PowerPC32.
20490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20491         file.
20492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20493         file.
20494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20495         multiarch logb for PowerPC32.
20496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20497         file.
20498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20499         file.
20500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20501         multiarch logbf for PowerPC32.
20502         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20504         file.
20505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20506         multiarch logbl implementation for PowerPC32.
20508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20509         and modff multiarch implementations.
20510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20511         New file.
20512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20513         New file.
20514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20515         multiarch modf for PowerPC32.
20516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20517         New file.
20518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20519         New file.
20520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20521         multiarch modff for PowerPC32.
20523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20524         and lrintf multiarch implementations.
20525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20526         New file.
20527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20528         New file.
20529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20530         multiarch lrint for PowerPC32.
20531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20532         file: multiarch lrintf for PowerPC32.
20534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20535         and lroundf multiarch implementations.
20536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20537         New file.
20538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20539         New file.
20540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20541         New file.
20542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20543         multiarch lround for PowerPC32.
20544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20545         file: multiarch lroundf for PowerPC32.
20547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20548         copysign and copysignf multiarch implementations.
20549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20550         New file.
20551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20552         New file.
20553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20554         file: multiarch copysign for PowerPC32.
20555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20556         file: multiarch copysignf for PowerPC32.
20558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20559         and truncf multiarch implementations.
20560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20561         New file.
20562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20563         file.
20564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20565         multiarch trunc for PowerPC32.
20566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20567         New file.
20568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20569         New file.
20570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20571         multiarch truncf for PowerPC32.
20573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20574         and roundf multiarch implementations.
20575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20576         New file.
20577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20578         file.
20579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20580         multiarch round for PowerPC32.
20581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20582         New file.
20583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20584         New file.
20585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20586         multiarch roundf for PowerPC32.
20588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20589         and floorf multiarch implementations.
20590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20591         New file.
20592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20593         file.
20594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20595         multiarch floor for PowerPC32.
20596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20597         New file.
20598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20599         New file.
20600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20601         multiarch floorf for PowerPC32.
20603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20604         and ceilf multiarch implementations.
20605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20606         New file.
20607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20608         file.
20609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20610         multiarch ceil for PowerPC32.
20611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20612         New file.
20613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20614         file.
20615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20616         multiarch ceilf for PowerPC32.
20618         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20619         is defined.
20620         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20621         FINITEF is defined.
20622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20623         and finitef multiarch implementations.
20624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20625         New file.
20626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20627         file.
20628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20629         multiarch finite for PowerPC32.
20630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20631         New file.
20632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20633         file: multiarch finitef for PowerPC32.
20635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20636         and isinff multiarch implementations.
20637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20638         file.
20639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20640         file.
20641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20642         multiarch isinf for PowerPC32.
20643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20644         New file.
20645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20646         multiarch isinff for PowerPC32.
20648         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20649         alias when __isnan is defined.
20650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20651         and isnanf multiarch implementations.
20652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20653         file.
20654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20655         file.
20656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20657         file.
20658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20659         file.
20660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20661         multiarch isnan for PowerPC32.
20662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20663         New file.
20664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20665         New file.
20666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20667         multiarch isnanf for PowerPC32.
20669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20670         and sqrtf multiarch implementations.
20671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20672         file.
20673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20674         file.
20675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20676         multiarch sqrt for PowerPC32.
20677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20678         file.
20679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20680         file.
20681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20682         multiarch sqrtf for PowerPC32.
20684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20685         and llroundf multiarch implementations.
20686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20687         New file.
20688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20689         New file.
20690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20691         New file.
20692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20693         file: multiarch llround for PowerPC32.
20694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20695         file: multiarch llroundf for PowerPC32.
20697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20698         multiarch PowerPC32 fpu implementations.
20699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20700         New file.
20701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20702         New file.
20703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20704         multiarch llrint for PowerPC32.
20705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20706         New file.
20707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20708         New file.
20709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20710         file.
20712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20714         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20715         file.
20716         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20717         file.
20718         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20719         file.
20720         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20721         multiarch wordcopy for PPC32.
20722         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20723         wordcopy objects.
20724         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20725         (__libc_ifunc_impl_list): Likewise.
20726         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20727         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20728         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20729         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20730         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20731         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20733         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20734         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20735         file.
20736         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20737         file.
20738         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20739         file.
20740         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20741         multiarch wcscpy for PPC32.
20742         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20743         multiarch objects.
20744         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20745         (__libc_ifunc_impl_list): Likewise.
20746         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20747         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20748         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20749         sysdeps/powerpc/power6/wcscpy.c.
20751         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20752         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20753         file.
20754         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20755         file.
20756         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20757         file.
20758         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20759         multiarch wcsrchr for PPC32.
20760         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20761         multiarch objects.
20762         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20763         (__libc_ifunc_impl_list): Likewise.
20764         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20765         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20766         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20767         sysdeps/powerpc/power6/wcsrchr.c.
20769         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20770         file.
20771         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20772         file.
20773         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20774         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20775         multiarch wcschr for PPc32.
20776         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20777         multiarch objects.
20778         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20779         (__libc_ifunc_impl_list): Likewise.
20780         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20781         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20782         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20783         sysdeps/powerpc/power6/wcschr.c.
20785         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20786         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20787         file.
20788         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20789         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20790         file: multiarch strchr for PPC32.
20791         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20792         multiarch objects.
20793         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20794         (__libc_ifunc_impl_list): Likewise.
20796         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20797         name.
20798         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20799         file.
20800         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20801         file.
20802         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20803         multiarch strchrnul for PPC32.
20804         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20805         multiarch objects.
20806         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20807         (__libc_ifunc_impl_list): Likewise.
20809         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20810         file.
20811         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20812         multiarch strncasecmp for PPC32.
20813         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20814         file.
20815         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20816         multiarch strncasecmp_l for PPC32.
20817         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20818         strncasecmp multiarch objects.
20819         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20820         (__libc_ifunc_impl_list): Likewise.
20822         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20823         file.
20824         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20825         multiarch strncasecmp for PPC32.
20826         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20827         New file.
20828         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20829         multiarch strcasecmp_l for PPC32.
20830         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20831         multiarch objects.
20832         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20833         (__libc_ifunc_impl_list): Likewise.
20835         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20836         file.
20837         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20838         file.
20839         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20840         multiarch strncmp for PPC32.
20841         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20842         multiarch objects.
20843         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20844         (__libc_ifunc_impl_list): Likewise.
20846         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20847         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20848         file.
20849         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20850         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20851         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20852         multiarch objects.
20853         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20854         (__libc_ifunc_impl_list): Likewise.
20856         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20857         file.
20858         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20859         file.
20860         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20861         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20862         multiarch objects.
20863         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20864         (__libc_ifunc_impl_list): Likewise.
20866         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20867         file.
20868         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20869         file.
20870         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20871         multiarch rawmemchr for PPC32.
20872         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20873         multiarch objects.
20874         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20875         (__libc_ifunc_impl_list): Likewise.
20877         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20878         file.
20879         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20880         file.
20881         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20882         file: memrchr multiarch for PPC32.
20883         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20884         multiarch objects.
20885         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20886         (__libc_ifunc_impl_list): Likewise.
20888         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20889         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20890         file.
20891         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20892         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20893         multiarch memchr for PPC32.
20894         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20895         multiarch objects.
20896         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20897         (__libc_ifunc_impl_list): Likewise.
20899         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20900         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20901         file.
20902         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20903         file.
20904         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20905         file: multiarch mempcpy for PPC32.
20906         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20907         multiarch objects.
20908         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20909         (__libc_ifunc_impl_list): Likewise.
20911         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20912         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20913         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20914         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20915         multiarch bzero for PPC32.
20916         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20917         file.
20918         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20919         file.
20920         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20921         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20922         file: multiarch memset for PPC32.
20923         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20924         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20925         memset multiarch objects.
20926         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20927         (__libc_ifunc_impl_list): Likewise.
20929         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20930         file.
20931         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20932         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20933         memcmp for PPC32.
20934         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20936         multiarch objects.
20937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20938         (__libc_ifunc_impl_list): Likewise.
20940         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20941         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20942         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20943         file.
20944         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20945         file.
20946         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20947         file.
20948         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20949         multiarch memcpy for PPC32.
20950         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20951         multiarch objects.
20952         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20953         (__libc_ifunc_impl_list): Likewise.
20955         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20956         support multiarch for POWER/PPC32.
20957         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20958         Likewise.
20959         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20961         Implies file to make multiarch folder appers before the fpu and
20962         default folder for power4 configuration.
20964 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20966         * scripts/bench.pl: Append volatile keyword to type.
20968 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20970         * sysdeps/sh/sotruss-lib.c: New file.
20971         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20973 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20975         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20977 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20979         [BZ #6810]
20980         * math/w_tgamma.c: Include <errno.h>.
20981         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20982         * math/w_tgammaf.c: Include <errno.h>.
20983         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20984         * math/w_tgammal.c: Include <errno.h>.
20985         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20986         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20987         underflow.  Add more tgamma tests.
20988         * math/auto-libm-test-out: Regenerated.
20989         * sysdeps/i386/fpu/libm-test-ulps: Update.
20990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20992         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20993         sin, sinh, tan, tanh, tgamma, y0 and y1.
20994         * math/auto-libm-test-out: Regenerated.
20995         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20996         (TEST_COND_x86): Likewise.
20997         (M_E2l): Remove macro.
20998         (M_E3l): Likewise.
20999         (M_2_SQRT_PIl): Likewise.
21000         (M_SQRT_PIl): Likewise.
21001         (M_1_DIV_El): Likewise.
21002         (log_test_data): Use AUTO_TESTS_f_f.
21003         (log10_test_data): Likewise.
21004         (log1p_test_data): Likewise.
21005         (log2_test_data): Likewise.
21006         (sin_test_data): Likewise.
21007         (sin_tonearest_test_data): Likewise.
21008         (sin_towardzero_test_data): Likewise.
21009         (sin_downward_test_data): Likewise.
21010         (sin_upward_test_data): Likewise.
21011         (sinh_test_data): Likewise.
21012         (sinh_tonearest_test_data): Likewise.
21013         (sinh_towardzero_test_data): Likewise.
21014         (sinh_downward_test_data): Likewise.
21015         (sinh_upward_test_data): Likewise.
21016         (tan_test_data): Likewise.
21017         (tan_tonearest_test_data): Likewise.
21018         (tan_towardzero_test_data): Likewise.
21019         (tan_downward_test_data): Likewise.
21020         (tan_upward_test_data): Likewise.
21021         (tanh_test_data): Likewise.
21022         (tgamma_test_data): Likewise.
21023         (y0_test_data): Likewise.
21024         (y1_test_data): Likewise.
21025         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21026         (special_real_inputs): Add pi/4.
21027         * sysdeps/i386/fpu/libm-test-ulps: Update.
21028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21030 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21032         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21033         "longjmp_target" static probes.
21034         (__longjmp): Rename to __longjmp_symbol.
21035         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21036         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21037         on which longjmp to generate.
21038         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21039         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21040         probe.
21041         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21042         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21043         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21044         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21045         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21046         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21048         __longjmp_symbol based on which __longjmp to generate.
21049         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21050         probe.
21051         (setjmp): Rename to setjmp_symbol.
21052         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21053         (_setjmp): Rename to _setjmp_symbol.
21054         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21055         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21056         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21057         which setjmp to generate.
21058         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21059         "longjmp_target" static probes.
21061 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21063         * benchtests/README: Add note about output arguments.
21064         * benchtests/bench-sincos.c: Remove file.
21065         * benchtests/sincos-inputs: New file.
21066         * scripts/bench.pl: Identify output arguments and define
21067         static variables for them.
21069         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21071         [BZ #15941]
21072         * Makefile (INSTALL): Add install-plain.texi as the primary
21073         dependency.
21074         * manual/install-plain.texi: New file.
21075         * manual/install.texi: Include node directive only for
21076         non-plaintext output.
21078 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21080         * stdlib/longlong.h: Update from GCC.
21082         [BZ #6807]
21083         [BZ #15901]
21084         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21085         * math/w_j0f.c (y0f): Likewise.
21086         * math/w_j0l.c (__y0l): Likewise.
21087         * math/w_j1.c (y1): Likewise.
21088         * math/w_j1f.c (y1f): Likewise.
21089         * math/w_j1l.c (__y1l): Likewise
21090         * math/w_jn.c (yn): Likewise.
21091         * math/w_jnf.c (ynf): Likewise.
21092         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21093         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21094         value for Bessel function domain errors outside _SVID_ mode.
21095         Adjust sign of return value for yn (negative integer, 0).
21096         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21097         by zero in return for negative x and set sign appropriately for
21098         negative n.
21099         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21100         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21101         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21102         expectations in error cases.
21103         (y1_test_data): Likewise.
21104         (yn_test_data): Likewise.
21105         * sysdeps/i386/fpu/libm-test-ulps: Update.
21106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21108 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21110         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21111         "64" to "64-v1".  Add "64-v2".
21112         (abi-64-options): Rename to ...
21113         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21114         (abi-64-condition): Rename to ...
21115         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21116         (abi-64-ld-soname): Rename to ...
21117         (abi-64-v1-ld-soname): ... this.
21118         (abi-64-v2-options): Define.
21119         (abi-64-v2-condition): Likewise.
21120         (abi-64-v2-ld-soname): Likewise.
21121         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21122         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21127 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21128             Alan Modra  <amodra@gmail.com>
21130         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21131         New versions for use with the ELFv2 ABI.
21132         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21133         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21134         declaration.
21135         (struct La_ppc64v2_retval): Likewise.
21136         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21137         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21138         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21139         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21140         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21141         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21142         Do not save or restore CR.
21143         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21144         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21145         return values for ELFv2 ABI.  Fix location of FPR return registers.
21146         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21147         updated values for _CALL_ELF == 2.
21148         (La_regs, La_retval, int_retval): Likewise.
21150 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21152         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21153         (FRAME_MIN_SIZE_PARM): Likewise.
21154         (FRAME_BACKCHAIN): Likewise.
21155         (FRAME_CR_SAVE): Likewise.
21156         (FRAME_LR_SAVE): Likewise.
21157         (FRAME_TOC_SAVE): Likewise.
21158         (FRAME_PARM_SAVE): Likewise.
21159         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21160         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21161         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21162         (call_mcount_parm_offset): New macro.
21163         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21164         (PROF): Use symbolic stack frame offsets.
21165         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21166         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21167         Redefine in terms of FRAME_MIN_SIZE.
21168         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21169         (_dl_profile_resolve): Likewise.  Update comment.
21170         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21171         symbols stack frame offsets.
21172         (__sigsetjmp): Likewise.
21173         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21174         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21175         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21176         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21179         (FRAME_BACKCHAIN): Remove.
21180         (FRAME_CR_SAVE): Likewise.
21181         (FRAME_LR_SAVE): Likewise.
21182         (FRAME_COMPILER_DW): Likewise.
21183         (FRAME_LINKER_DW): Likewise.
21184         (FRAME_TOC_SAVE): Likewise.
21185         (FRAME_PARM_SAVE): Likewise.
21186         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21187         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21188         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21190         (CHECK_SP): Use symbolic stack frame offsets.
21191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21192         zone" instead of caller's parameter save area for temp storage.
21193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21194         Likewise.  Also, use symbolic stack frame offsets.
21195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21196         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21197         our own stack frame instead of the caller's.
21198         (__socket): Use symbolic stack frame offsets.
21200 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21201             Alan Modra  <amodra@gmail.com>
21203         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21204         Define.
21205         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21206         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21207         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21208         New function.
21209         (elf_machine_fixup_plt): Call it.
21210         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21211         reloc arguments.
21212         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21213         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21214         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21215         r2 before calling target.
21217 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21218             Alan Modra  <amodra@gmail.com>
21220         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21221         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21222         versions of macros to support ELFv2 ABI.
21223         (LOCALENTRY): New macro.
21224         (ENTRY, EALIGN): Use it.
21225         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21226         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21227         fall through into ENTRY entry point.
21228         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21229         Only define if _CALL_ELF != 2.
21231         (elf_machine_matches_host): Verify ABI version matches.
21232         (RTLD_START): Use LOCALENTRY.
21233         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21234         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21235         (PLT_ENTRY_WORDS): New macro.
21236         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21237         (elf_machine_runtime_setup): Support ELFv2 ABI.
21238         (elf_machine_fixup_plt): Likewise.
21239         (elf_machine_plt_conflict): Likewise.
21240         (resolve_ifunc): Likewise.
21241         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21242         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21243         Likewise.
21244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21245         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21247         (makecontext): Support ELFv2 ABI.
21248         * elf/elf.h (EF_PPC64_ABI): Define.
21250 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21252         * sysdeps/powerpc/powerpc64/sysdep.h
21253         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21254         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21255         (ENTRY) [ASSEMBLER]: ... but instead here ...
21256         (EALIGN) [ASSEMBLER]: ... and here.
21257         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21258         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21259         (ENTRY_2) [!ASSEMBLER]: Use it.
21260         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21261         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21262         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21263         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21264         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21266         Use PPC64_LOAD_FUNCPTR.
21268         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21270 2013-12-04  Alan Modra  <amodra@gmail.com>
21272         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21273         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21274         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21275         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21277         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21278         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21279         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21280         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21281         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21282         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21284 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21287         (__makecontext): Fix incorrect CFI when backtracing out of
21288         context created via makecontext.
21289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21290         (__setcontext): Fix incorrect CFI during switch to new context.
21291         (__novec_setcontext): Likewise.
21293 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21295         [BZ #4772]
21296         * time/strptime_l.c (__strptime_internal): Allow modifiers
21297         in strptime.
21298         * time/tst-strptime.c (day_tests): Add testcase.
21300 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21302         * scripts/bench.pl: Skip over blank lines.
21304 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21306         [BZ #926]
21307         * manual/time.texi (Calendar Time): Clarify what timezone functions
21308         use.
21310 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21314 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21316         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21317         implementation.
21318         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21319         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21320         * debug/memset_chk.c (__memset_chk): Likewise.
21321         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21322         * debug/strncpy_chk.c: Likewise.
21324 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21326         [BZ #15268]
21327         [BZ #15425]
21328         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21329         (__ieee754_exp): For possibly underflowing results, check size of
21330         result and force underflow exception if required.
21331         * math/auto-libm-test-in: Add more tests of exp.
21332         * math/auto-libm-test-out: Regenerated.
21333         * sysdeps/i386/fpu/libm-test-ulps: Update.
21334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21336         [BZ #16283]
21337         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21338         * math/w_exp2f.c (__exp2f): Likewise.
21339         * math/w_exp2l.c (__exp2l): Likewise.
21340         * math/auto-libm-test-in: Do not allow missing errno on exp2
21341         underflow.
21342         * math/auto-libm-test-out: Regenerated.
21344 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21346         [BZ #16274]
21347         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21348         handle filename validation.
21349         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21350         (do_open): Delete.
21352 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21354         [BZ #6786]
21355         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21356         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21357         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21358         <float.h>.
21359         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21360         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21361         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21362         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21363         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21364         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21365         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21366         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21367         Add more erfc tests.
21368         * math/auto-libm-test-out: Regenerated.
21369         * sysdeps/i386/fpu/libm-test-ulps: Update.
21370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21372         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21373         exp2, expm1, j0 and j1.
21374         * math/auto-libm-test-out: Regenerated.
21375         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21376         (erfc_test_data): Likewise.
21377         (exp_test_data): Likewise.
21378         (exp_tonearest_test_data): Likewise.
21379         (exp_towardzero_test_data): Likewise.
21380         (exp_downward_test_data): Likewise.
21381         (exp_upward_test_data): Likewise.
21382         (exp10_test_data): Likewise.
21383         (exp2_test_data): Likewise.
21384         (expm1_test_data): Likewise.
21385         (j0_test_data): Likewise.
21386         (j1_test_data): Likewise.
21387         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21388         (input_flag_type): Add flag_xfail_rounding.
21389         (input_flags): Add xfail-rounding.
21390         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21391         (output_for_one_input_case): Handle flag_xfail_rounding.
21392         * sysdeps/i386/fpu/libm-test-ulps: Update.
21393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21395 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21397         [BZ #16289]
21398         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21399         division by 0.
21401 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21403         [BZ #16195]
21404         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21405         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21406         (STAP_PROBE0): New macro.
21407         (STAP_PROBE1): Likewise.
21408         (STAP_PROBE2): Likewise.
21409         (STAP_PROBE3): Likewise.
21410         (STAP_PROBE4): Likewise.
21412 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21414         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21416 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21418         * benchtests/Makefile (bench): Add sqrt.
21419         (LDLIBS-bench-sqrt): New.
21420         * benchtests/sqrt-input: New.
21422 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21424         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21425         (GAIH_EAI): Likewise.
21426         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21427         (gaih_inet): Likewise.
21428         (getaddrinfo): Don't use GAIH_EAI.
21430         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21431         (struct gaih): Remove definition.
21433 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21435         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21436         Use HERRNOP directly.
21438 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21440         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21442 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21444         * math/gen-auto-libm-tests.c (test_functions): Add more
21445         single-argument functions.
21446         (special_fill_pi_2): New function.
21447         (special_fill_minus_pi_2): Likewise.
21448         (special_fill_pi_6): Likewise.
21449         (special_fill_minus_pi_6): Likewise.
21450         (special_fill_pi_3): Likewise.
21451         (special_fill_2pi_3): Likewise.
21452         (special_fill_e): Likewise.
21453         (special_fill_1_e): Likewise.
21454         (special_fill_e_minus_1): Likewise.
21455         (special_real_inputs): Add more special inputs.
21456         (output_for_one_input_case): Do not require ERANGE on underflow to
21457         zero if round-to-nearest result does not underflow to zero, unless
21458         exact results required.
21459         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21460         atan, atanh, cbrt, cos and cosh.
21461         * math/auto-libm-test-out: Regenerated.
21462         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21463         (acos_tonearest_test_data): Likewise.
21464         (acos_towardzero_test_data): Likewise.
21465         (acos_downward_test_data): Likewise.
21466         (acos_upward_test_data): Likewise.
21467         (acosh_test_data): Likewise.
21468         (asin_test_data): Likewise.
21469         (asin_tonearest_test_data): Likewise.
21470         (asin_towardzero_test_data): Likewise.
21471         (asin_upward_test_data): Likewise.
21472         (asinh_test_data): Likewise.
21473         (atan_test_data): Likewise.
21474         (atanh_test_data): Likewise.
21475         (cbrt_test_data): Likewise.
21476         (cos_test_data): Likewise.
21477         (cos_tonearest_test_data): Likewise.
21478         (cos_towardzero_test_data): Likewise.
21479         (cos_downward_test_data): Likewise.
21480         (cos_upward_test_data): Likewise.
21481         (cosh_test_data): Likewise.
21482         (cosh_tonearest_test_data): Likewise.
21483         (cosh_towardzero_test_data): Likewise.
21484         (cosh_downward_test_data): Likewise.
21485         (cosh_upward_test_data): Likewise.
21486         * sysdeps/i386/fpu/libm-test-ulps: Update.
21487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21489 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21491         [BZ #6787]
21492         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21493         * math/w_exp10f.c (__exp10f): Likewise.
21494         * math/w_exp10l.c (__exp10l): Likewise.
21495         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21496         errno settings in existing tests.
21498         [BZ #14032]
21499         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21500         precision control set to double precision.
21501         * sysdeps/i386/fpu/w_sqrt.c: New file.
21502         * math/auto-libm-test-in: Add more tests.
21503         * math/auto-libm-test-out: Update.
21505         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21506         (sqrt_test_tonearest): New function.
21507         (sqrt_towardzero_test_data): New variable.
21508         (sqrt_test_towardzero): New function.
21509         (sqrt_downward_test_data): New variable.
21510         (sqrt_test_downward): New function.
21511         (sqrt_upward_test_data): New variable.
21512         (sqrt_test_upward): New function.
21513         (main): Call the new functions.
21515         * math/gen-auto-libm-tests.c: New file.
21516         * math/auto-libm-test-in: Likewise.
21517         * math/auto-libm-test-out: New generated file.
21518         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21519         variables.
21520         (%beautify): Add generated representations of zero.
21521         (top level): Set $auto_input and call parse_auto_input.
21522         (beautify): Remove trailing "f" from hex float constants.
21523         (parse_args): Handle XFAIL_TEST.
21524         (convert_condition): New function.
21525         (or_value): Likewise.
21526         (or_cond_value): Likewise.
21527         (generate_testfile): Handle AUTO_TESTS_* lines.
21528         (parse_auto_input): New function.
21529         * math/libm-test.inc (XFAIL_TEST): New macro.
21530         (ERRNO_UNCHANGED): Update value.
21531         (ERRNO_EDOM): Likewise.
21532         (ERRNO_ERANGE): Likewise.
21533         (IGNORE_RESULT): Likewise.
21534         (TEST_COND_flt_32): New macro.
21535         (TEST_COND_dbl_64): Likewise.
21536         (TEST_COND_ldbl_96_intel): Likewise.
21537         (TEST_COND_ldbl_96_m68k): Likewise.
21538         (TEST_COND_ldbl_128): Likewise.
21539         (TEST_COND_ldbl_128ibm): Likewise.
21540         (TEST_COND_long32): Likewise.
21541         (TEST_COND_long64): Likewise.
21542         (TEST_COND_before_rounding): Likewise.
21543         (TEST_COND_after_rounding): Likewise.
21544         (enable_test): Handle XFAIL_TEST flag.
21545         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21546         with finite results.
21547         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21548         auto-libm-test-out.
21550 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21551             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21553         [BZ #16214]
21554         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21555         __tls_get_addr_internal instead of __tls_get_offset in order to
21556         avoid GOT pointer dependency.  Make rtld export
21557         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21558         __tls_get_addr since we are a __tls_get_offset platform.
21559         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21560         GOT pointer being set up before.
21561         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21563 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21565         * manual/math.texi (Errors in Math Functions): Document accuracy
21566         goals.
21568         [BZ #15004]
21569         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21570         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21571         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21572         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21573         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21574         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21575         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21576         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21577         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21578         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21579         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21580         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21581         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21582         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21583         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21584         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21586         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21587         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21588         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21589         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21590         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21591         Likewise.
21592         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21593         Likewise.
21594         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21595         Likewise.
21596         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21597         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21598         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21599         atomic-feupdateenv and flt-rounds.
21600         * sysdeps/powerpc/nofpu/Versions (libc): Add
21601         __atomic_feholdexcept, __atomic_feclearexcept,
21602         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21603         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21604         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21605         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21606         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21607         here.
21608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21609         Update.
21611         * manual/arith.texi (FP Exceptions): Document that exceptions may
21612         not be raised when matherr is used.
21613         (Math Error Reporting): Document overflow in directed rounding
21614         modes.  Document that errno may not be set when finite values are
21615         returned on overflow.  Document intent to set errno on underflow
21616         only for underflow to zero.
21618         [BZ #16271]
21619         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21620         round-to-nearest then adjust result for other rounding modes.
21621         * include/fenv.h (fegetround): Use libm_hidden_proto.
21622         * math/fegetround.c (fegetround): Use libm_hidden_def.
21623         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21624         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21625         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21626         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21627         Likewise.
21628         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21629         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21630         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21631         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21633 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21635         [BZ #16077]
21636         * nss/Versions (libnss_files): Add
21637         _nss_files_gethostbyname3_r.
21638         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21639         New function.
21640         (HOST_DB_LOOKUP): Remove macro.
21641         (_nss_files_gethostbyname_r): Implement function without the
21642         HOST_DB_LOOKUP macro.
21643         (_nss_files_gethostbyname2_r): Likewise.
21645 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21647         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21649 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21651         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21652         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21653         warning.
21655 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21657         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21658         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21659         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21660         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21661         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21662         __fe_nomask_env_priv and attribute_hidden.
21663         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21664         (libc_feupdateenv_test_ppc): Likewise.
21665         (libc_feresetround_ppc): Likewise.
21666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21667         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21668         compat_symbol macro.
21669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21670         (__fe_nomask_env): Likewise.
21671         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21673 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21675         * string/Makefile: Remove ifunc tests.
21676         * string/test-string.h: Define TEST_IFUNC.
21677         * string/test-bcopy-ifunc.c: Remove.
21678         * string/test-bzero-ifunc.c: Likewise.
21679         * string/test-memccpy-ifunc.c: Likewise.
21680         * string/test-memchr-ifunc.c: Likewise.
21681         * string/test-memcmp-ifunc.c: Likewise.
21682         * string/test-memcpy-ifunc.c: Likewise.
21683         * string/test-memmem-ifunc.c: Likewise.
21684         * string/test-memmove-ifunc.c: Likewise.
21685         * string/test-mempcpy-ifunc.c: Likewise.
21686         * string/test-memrchr-ifunc.c: Likewise.
21687         * string/test-memset-ifunc.c: Likewise.
21688         * string/test-rawmemchr-ifunc.c: Likewise.
21689         * string/test-stpcpy-ifunc.c: Likewise.
21690         * string/test-stpncpy-ifunc.c: Likewise.
21691         * string/test-strcasecmp-ifunc.c: Likewise.
21692         * string/test-strcasestr-ifunc.c: Likewise.
21693         * string/test-strcat-ifunc.c: Likewise.
21694         * string/test-strchr-ifunc.c: Likewise.
21695         * string/test-strchrnul-ifunc.c: Likewise.
21696         * string/test-strcmp-ifunc.c: Likewise.
21697         * string/test-strcpy-ifunc.c: Likewise.
21698         * string/test-strcspn-ifunc.c: Likewise.
21699         * string/test-strlen-ifunc.c: Likewise.
21700         * string/test-strncasecmp-ifunc.c: Likewise.
21701         * string/test-strncat-ifunc.c: Likewise.
21702         * string/test-strncmp-ifunc.c: Likewise.
21703         * string/test-strncpy-ifunc.c: Likewise.
21704         * string/test-strnlen-ifunc.c: Likewise.
21705         * string/test-strpbrk-ifunc.c: Likewise.
21706         * string/test-strrchr-ifunc.c: Likewise.
21707         * string/test-strspn-ifunc.c: Likewise.
21708         * string/test-strstr-ifunc.c: Likewise.
21710 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21712         * benchtests/Makefile: Remove ifunc tests.
21713         * benchtests/bench-string.h: Define TEST_IFUNC.
21714         * benchtests/bench-bcopy-ifunc.c: Remove.
21715         * benchtests/bench-bzero-ifunc.c: Likewise.
21716         * benchtests/bench-memccpy-ifunc.c: Likewise.
21717         * benchtests/bench-memchr-ifunc.c: Likewise.
21718         * benchtests/bench-memcmp-ifunc.c: Likewise.
21719         * benchtests/bench-memcpy-ifunc.c: Likewise.
21720         * benchtests/bench-memmem-ifunc.c: Likewise.
21721         * benchtests/bench-memmove-ifunc.c: Likewise.
21722         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21723         * benchtests/bench-memrchr-ifunc.c: Likewise.
21724         * benchtests/bench-memset-ifunc.c: Likewise.
21725         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21726         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21727         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21728         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21729         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21730         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21731         * benchtests/bench-strcat-ifunc.c: Likewise.
21732         * benchtests/bench-strchr-ifunc.c: Likewise.
21733         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21734         * benchtests/bench-strcmp-ifunc.c: Likewise.
21735         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21736         * benchtests/bench-strcpy-ifunc.c: Likewise.
21737         * benchtests/bench-strcspn-ifunc.c: Likewise.
21738         * benchtests/bench-strlen-ifunc.c: Likewise.
21739         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21740         * benchtests/bench-strncat-ifunc.c: Likewise.
21741         * benchtests/bench-strncmp-ifunc.c: Likewise.
21742         * benchtests/bench-strncpy-ifunc.c: Likewise.
21743         * benchtests/bench-strnlen-ifunc.c: Likewise.
21744         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21745         * benchtests/bench-strrchr-ifunc.c: Likewise.
21746         * benchtests/bench-strsep-ifunc.c: Likewise.
21747         * benchtests/bench-strspn-ifunc.c: Likewise.
21748         * benchtests/bench-strstr-ifunc.c: Likewise.
21750 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21752         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21754 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21756         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21757         * rt/aio.h: Likewise.
21758         * sysdeps/gnu/bits/utmp.h: Likewise.
21759         * sysdeps/gnu/bits/utmpx.h: Likewise.
21760         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21761         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21762         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21763         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21764         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21765         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21766         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21767         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21768         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21769         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21770         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21771         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21772         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21774         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21775         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21776         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21777         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21778         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21779         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21780         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21781         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21782         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21783         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21784         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21785         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21786         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21787         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21788         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21789         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21790         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21791         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21792         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21793         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21794         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21795         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21796         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21797         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21798         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21799         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21800         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21801         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21803 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21805         [BZ #16245]
21806         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21807         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21809 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21811         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21812         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21813         Likewise.
21815 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21817         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21818         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21819         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21820         (__fesetround): Remove define.
21821         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21822         rounding and exceptions handling.
21823         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21824         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21825         (__fe_nomask_env): Likewise.
21826         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21827         __fegetround instead of fegetround.
21828         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21829         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21831 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21833         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21834         it's there.
21836         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21838 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21840         [BZ #11157]
21841         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21842         (encrypt_r): Likewise.
21843         * malloc/obstack.h (obstack_free): Likewise.
21844         * posix/unistd.h (encrypt): Likewise.
21846 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21848         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21849         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21850         DL_CALL_DT_FINI() that call the functions directly.
21851         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21852         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21853         * elf/dl-fini.c: Likewise.
21855 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21857         * malloc/hooks.c (memalign_check): Add alignment rounding.
21858         * malloc/malloc.c (_mid_memalign): New function.
21859         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21860         Implement by calling _mid_memalign.
21861         * manual/probes.texi (Memory Allocation Probes): Remove
21862         memory_valloc_retry and memory_pvalloc_retry.
21864 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21866         * locale/programs/locarchive.c (open_archive): Add const
21867         qualifier to ARCHIVEFNAME and copy default fname to
21868         DEFAULT_FNAME.
21870         [BZ #15601]
21871         * libio/tst-widetext.input: Rename Oriya to Odia.
21872         * locale/iso-639.def: Likewise.
21874         * manual/probes.texi (Mathematical Function Probes): Add
21875         documentation for sin, cos, asin and acos probes.
21876         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21877         (__sin32): Add slowasin probe.
21878         (__cos32): Add slowacos probe.
21879         (__mpsin): Add slowsin probe.
21880         (__mpcos): Add slowcos probe.
21882 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21884         [BZ #15483]
21885         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21886         thread-local __sim_exceptions_thread and global
21887         __sim_exceptions_global.
21888         (__sim_disabled_exceptions): Change to thread-local
21889         __sim_disabled_exceptions_thread and global
21890         __sim_disabled_exceptions_global.
21891         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21892         and global __sim_round_mode_global.
21893         (__simulate_exceptions): Use thread-local floating-point state and
21894         set global state from it as needed.
21895         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21896         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21897         __sim_round_mode_thread.
21898         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21899         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21900         and global __sim_exceptions_global.
21901         (__sim_disabled_exceptions): Change to thread-local
21902         __sim_disabled_exceptions_thread and global
21903         __sim_disabled_exceptions_global.
21904         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21905         and global __sim_round_mode_global.
21906         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21907         (SIM_SET_GLOBAL): Likewise.
21908         * sysdeps/powerpc/soft-fp/sfp-machine.h
21909         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21910         __sim_round_mode_thread.
21911         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21912         __sim_disabled_exceptions_thread.
21913         (__sim_exceptions): Change to __sim_exceptions_thread.
21914         (__sim_disabled_exceptions): Change to
21915         __sim_disabled_exceptions_thread.
21916         (__sim_round_mode): Change to __sim_round_mode_thread.
21917         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21918         thread-local floating-point state and set global state from it as
21919         needed.
21920         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21921         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21922         (__sim_disabled_exceptions): Remove extern declaration.
21923         (feenableexcept): Use thread-local floating-point state and set
21924         global state from it as needed.
21925         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21926         extern declaration.
21927         (__sim_disabled_exceptions): Likewise.
21928         (__sim_round_mode): Likewise.
21929         (__fegetenv): Use thread-local floating-point state.
21930         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21931         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21932         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21933         floating-point state and set global state from it as needed.
21934         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21935         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21936         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21937         Likewise.
21938         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21939         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21940         Likewise.
21941         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21942         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21943         Use __sim_round_mode_thread.
21944         * math/test-fenv-tls.c: New file.
21945         * math/Makefile (tests): Add test-fenv-tls.
21946         ($(objpfx)test-fenv-tls): Depend on
21947         $(common-objpfx)nptl/libpthread.so.
21949 2013-11-19  Andreas Schwab  <schwab@suse.de>
21951         * locale/programs/locale.c (show_info): Decode wordarray elements.
21952         * locale/categories.def (LC_MONETARY): Add element for
21953         _NL_MONETARY_CRNCYSTR.
21954         * locale/C-monetary.c (conversion_rate): New variable.
21955         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21956         element.
21958 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21960         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21961         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21963 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21965         * elf/Makefile (tst-auxv): New test.
21966         * elf/tst-auxv.c: New
21967         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21969 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21971         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21972         (hidden_proto): Caller changed.
21973         (hidden_tls_proto): New macro.
21974         (libc_hidden_tls_proto): Likewise.
21975         (rtld_hidden_tls_proto): Likewise.
21976         (libm_hidden_tls_proto): Likewise.
21977         (libresolv_hidden_tls_proto): Likewise.
21978         (librt_hidden_tls_proto): Likewise.
21979         (libdl_hidden_tls_proto): Likewise.
21980         (libnss_files_hidden_tls_proto): Likewise.
21981         (libnsl_hidden_tls_proto): Likewise.
21982         (libnss_nisplus_hidden_tls_proto): Likewise.
21983         (libutil_hidden_tls_proto): Likewise.
21985 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21987         [BZ #10253]
21988         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21989         (decompose_rpath): Defer expansion to fillin_rpath.
21990         (_dl_init_paths): Pass linkmap to fillin_rpath.
21992 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21994         * benchtests/Makefile: Add strsep.
21995         * benchtests/bench-strsep.c: New file: strsep benchtest.
21996         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21998 2013-11-18  Andreas Schwab  <schwab@suse.de>
22000         * locale/programs/locale.c (show_info) [case byte]: Check for
22001         '\377' instead of '\177'.
22002         * locale/C-monetary.c (not_available): Always use "\377".
22003         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22004         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22005         detect unavailable sign_posn locale elements.
22006         * locale/localeconv.c (__localeconv): For grouping and
22007         mon_grouping handle "\177" and "\377" like no grouping.
22008         (INT_ELEM): New macro.  Use it to set all numeric members.
22009         * locale/programs/ld-monetary.c (monetary_read)
22010         <tok_mon_grouping>: Normalize single -1 to the empty string.
22011         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22012         Likewise.
22014 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22016         [BZ #16055]
22017         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22018         when we match (nil).
22019         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22021 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22023         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22024         (NO_TEST_INLINE): Update value.
22025         (ERRNO_UNCHANGED): Likewise.
22026         (ERRNO_EDOM): Likewise.
22027         (ERRNO_ERANGE): Likewise.
22028         (IGNORE_RESULT): Likewise.
22029         (check_float_internal): Check signs of NaN results if
22030         TEST_NAN_SIGN used.
22031         (check_complex): Pass TEST_NAN_SIGN flag through to second
22032         check_float_internal call.
22033         (copysign_test_data): Add tests with quiet NaNs as second
22034         argument.  Use TEST_NAN_SIGN.
22035         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22036         TEST_NAN_SIGN.
22037         (signbit_test_data): Add tests of quiet NaN argument.
22038         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22040         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22041         $ignore_result.
22042         (parse_args): Handle function results specified as IGNORE.
22043         * math/libm-test.inc (IGNORE_RESULT): New macro.
22044         (check_float_internal): Do not check numerical result if flag
22045         IGNORE_RESULT set.
22046         (check_complex): Pass through IGNORE_RESULT to second
22047         check_float_internal call.
22048         (check_int): Do not check numerical result if flag IGNORE_RESULT
22049         set.
22050         (check_long): Likewise.
22051         (check_bool): Likewise.
22052         (check_longlong): Likewise.
22053         (lrint_test_data): Add tests of infinite and NaN arguments.
22054         (lrint_tonearest_test_data): Likewise.
22055         (lrint_towardzero_test_data): Likewise.
22056         (lrint_downward_test_data): Likewise.
22057         (lrint_upward_test_data): Likewise.
22058         (llrint_test_data): Likewise.
22059         (llrint_tonearest_test_data): Likewise.
22060         (llrint_towardzero_test_data): Likewise.
22061         (llrint_downward_test_data): Likewise.
22062         (llrint_upward_test_data): Likewise.
22063         (lround_test_data): Likewise.
22064         (llround_test_data): Likewise.
22066         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22067         (ERRNO_UNCHANGED): Update value.
22068         (ERRNO_EDOM): Likewise.
22069         (ERRNO_ERANGE): Likewise.
22070         (NO_TEST_INLINE_FLOAT): New macro.
22071         (NO_TEST_INLINE_DOUBLE): Likewise.
22072         (enable_test): New function.
22073         (RUN_TEST_f_f): Check enable_test before running test.
22074         (RUN_TEST_2_f): Likewise.
22075         (RUN_TEST_fff_f): Likewise.
22076         (RUN_TEST_c_f): Likewise.
22077         (RUN_TEST_f_f1): Likewise.
22078         (RUN_TEST_fF_f1): Likewise.
22079         (RUN_TEST_fI_f1): Likewise.
22080         (RUN_TEST_ffI_f1): Likewise.
22081         (RUN_TEST_c_c): Likewise.
22082         (RUN_TEST_cc_c): Likewise.
22083         (RUN_TEST_f_i): Likewise.
22084         (RUN_TEST_f_i_tg): Likewise.
22085         (RUN_TEST_ff_i_tg): Likewise.
22086         (RUN_TEST_f_b): Likewise.
22087         (RUN_TEST_f_b_tg): Likewise.
22088         (RUN_TEST_f_l): Likewise.
22089         (RUN_TEST_f_L): Likewise.
22090         (RUN_TEST_fFF_11): Likewise.
22091         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22092         conditionals.
22093         (cosh_test_data): Likewise.
22094         (exp_test_data): Likewise.
22095         (expm1_test_data): Likewise.
22096         (hypot_test_data): Likewise.
22097         (pow_test_data): Likewise.
22098         (sinh_test_data): Likewise.
22099         (tanh_test_data): Likewise.
22100         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22101         flags argument.
22103         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22104         tests with quiet NaN input and output.
22105         (acosh_test_data): Likewise.
22106         (asin_test_data): Likewise.
22107         (asinh_test_data): Likewise.
22108         (atan_test_data): Likewise.
22109         (atanh_test_data): Likewise.
22110         (atan2_test_data): Likewise.
22111         (cbrt_test_data): Likewise.
22112         (cos_test_data): Likewise.
22113         (cosh_test_data): Likewise.
22114         (erf_test_data): Likewise.
22115         (erfc_test_data): Likewise.
22116         (exp_test_data): Likewise.
22117         (exp10_test_data): Likewise.
22118         (exp2_test_data): Likewise.
22119         (expm1_test_data): Likewise.
22120         (hypot_test_data): Likewise.
22121         (j0_test_data): Likewise.
22122         (j1_test_data): Likewise.
22123         (jn_test_data): Likewise.
22124         (lgamma_test_data): Likewise.
22125         (log_test_data): Likewise.
22126         (log10_test_data): Likewise.
22127         (log1p_test_data): Likewise.
22128         (log2_test_data): Likewise.
22129         (pow_test_data): Likewise.
22130         (scalb_test_data): Likewise.
22131         (sin_test_data): Likewise.
22132         (sincos_test_data): Likewise.
22133         (sinh_test_data): Likewise.
22134         (tan_test_data): Likewise.
22135         (tanh_test_data): Likewise.
22136         (tgamma_test_data): Likewise.
22137         (y0_test_data): Likewise.
22138         (y1_test_data): Likewise.
22139         (yn_test_data): Likewise.
22141         [BZ #16167]
22142         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22143         argument being NaN and avoid computations with second argument in
22144         that case.
22145         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22146         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22147         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22149 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22151         * locale/iso-639.def: Add Chitwani Tharu (the).
22153 2013-11-14  Andreas Schwab  <schwab@suse.de>
22155         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22156         word instead of empty string.
22158 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22161         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22163         (__fe_nomask_env): Likewise.
22165 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22167         * benchtests/bench-timing.h: Include time.h.
22169 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22171         [BZ #15997]
22172         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22173         to 3.4.0 for x32.
22174         * sysdeps/unix/sysv/linux/configure: Regenerated.
22176 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22178         [BZ #16151]
22179         * stdlib/strtod_l.c (round_and_return): Do not consider
22180         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22181         exponent one less than half the least subnormal exponent.
22182         * stdlib/test-strtod-round-data: Add more tests.
22183         * stdlib/tst-strtod-round.c (tests): Regenerated.
22185 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22187         [BZ #14143]
22188         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22189         (__fe_mask_env): Likewise.
22190         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22191         libm_hidden_proto and add function prototype.
22192         (__fe_mask_env): Add function prototype.
22193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22194         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22196         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22198         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22200 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22202         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22203         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22205 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22207         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22208         of htab_find_slot().
22210 2013-11-11  David S. Miller  <davem@davemloft.net>
22212         [BZ #16150]
22213         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22214         symbol in the non-vis3 case in static builds.
22215         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22216         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22217         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22218         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22220 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22222         [BZ #387]
22223         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22224         it is empty.
22226 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22228         * benchtests/Makefile: Add bench-strtod.
22229         * benchtests/bench-strtod.c: New file: strtod benchtest
22231 2013-11-11  Andreas Schwab  <schwab@suse.de>
22233         [BZ #16153]
22234         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22235         terminating NUL in key length.
22237 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22239         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22240         Add artificial ODP entry for vDSO symbol for PPC64.
22241         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22242         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22244 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22246         [BZ #15374]
22247         * nss/getent.c (services_keys): Recognize services starting with digit.
22249 2013-11-06  David S. Miller  <davem@davemloft.net>
22251         [BZ #15985]
22252         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22253         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22255 2013-11-06  Will Newton  <will.newton@linaro.org>
22257         * manual/memory.texi (Malloc Examples): Remove register
22258         keyword from examples.
22260 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22262         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22264 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22266         [BZ #6981]
22267         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22268         depending on [__GCC_IEC_559 > 0].
22269         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22270         depending on [__GCC_IEC_559_COMPLEX > 0].
22272 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22274         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22275         to iso-639.def.
22277 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22279         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22281 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22283         [BZ #16112]
22284         * malloc/malloc (malloc_info): Do not handle first bin as
22285         special case.
22287 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22289         * locale/iso-639.def: Add Central Nahuatl (nhn).
22291 2013-11-01  Bruno Haible  <bruno@clisp.org>
22293         [BZ #7003]
22294         * manual/math.texi (BSD Random): Specify range upper bound as
22295         in POSIX.
22297 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22299         * locale/iso-639.def: Add Meadow Mari (mhr).
22301 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22303         [BZ #14752], [BZ #15763]
22304         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22305         Validate name.
22306         * rt/tst_shm.c: Add test for escaping directory.
22308 2013-10-31  Andreas Schwab  <schwab@suse.de>
22310         [BZ #15917]
22311         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22312         followed by 'x' as part of digit sequence.
22313         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22315 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22317         [BZ #16037]
22318         * configure.ac: allow GNU Make 4.0 and greater.
22319         * configure: Regenerated.
22321 2013-10-30  Will Newton  <will.newton@linaro.org>
22323         [BZ #16038]
22324         * malloc/hooks.c (memalign_check): Limit alignment to the
22325         maximum representable power of two.
22326         * malloc/malloc.c (__libc_memalign): Likewise.
22327         * malloc/tst-memalign.c (do_test): Add test for very
22328         large alignment values.
22329         * malloc/tst-posix_memalign.c (do_test): Likewise.
22331 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22333         [BZ #11087]
22334         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22335         (munmap_chunk): Likewise.
22336         (mremap_chunk): Likewise.
22338 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22340         [BZ #15799]
22341         * stdlib/div.c (div): Remove obsolete code.
22342         * stdlib/ldiv.c (ldiv): Likewise.
22343         * stdlib/lldiv.c (lldiv): Likewise.
22345 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22347         [BZ #16071]
22348         * nss/nss_files/files-XXX.c (get_contents_ret): New
22349         enumerator.
22350         (get_contents): New function.
22351         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22353 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22355         * configure.in: Moved to ...
22356         * configure.ac: ... here. Change reference to configure.in
22357         to configure.ac.
22358         * sysdeps/arm/preconfigure.ac: ... here.
22359         configure.in to configure.ac.
22360         * sysdeps/gnu/configure.in: Moved to ...
22361         * sysdeps/gnu/configure.ac: ... here.
22362         * sysdeps/i386/configure.in: Moved to ...
22363         * sysdeps/i386/configure.ac: ... here.
22364         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22365         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22366         * sysdeps/mach/configure.in: Moved to ...
22367         * sysdeps/mach/configure.ac: ... here.
22368         * sysdeps/mach/hurd/configure.in: Moved to ...
22369         * sysdeps/mach/hurd/configure.ac: ... here.
22370         * sysdeps/powerpc/configure.in: Moved to ...
22371         * sysdeps/powerpc/configure.ac: ... here.
22372         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22373         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22374         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22375         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22376         * sysdeps/s390/s390-32/configure.in: Moved to ...
22377         * sysdeps/s390/s390-32/configure.ac: ... here.
22378         * sysdeps/s390/s390-64/configure.in: Moved to ...
22379         * sysdeps/s390/s390-64/configure.ac: ... here.
22380         * sysdeps/sh/configure.in: Moved to ...
22381         * sysdeps/sh/configure.ac: ... here.
22382         * sysdeps/sparc/configure.in: Moved to ...
22383         * sysdeps/sparc/configure.ac: ... here.
22384         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22385         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22386         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22387         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22388         * sysdeps/x86_64/configure.in: Moved to ...
22389         * sysdeps/x86_64/configure.ac: ... here.
22390         * sysdeps/x86_64/preconfigure.in: Moved to ...
22391         * sysdeps/x86_64/preconfigure.ac: ... here.
22392         * aclocal.m4: Change reference to configure.in to configure.ac.
22393         * config.h.in: Likewise.
22394         * manual/install.texi: Likewise.
22395         * manual/maint.texi: Likewise.
22396         * Makefile: Likewise.
22397         * malloc/Makefile: Likewise.
22398         * nscd/Makefile: Likewise.
22399         * Makeconfig: Change reference to configure.in and
22400         preconfigure.in to configure.ac and preconfigure.ac
22401         respectively.
22402         * INSTALL: Regenerated.
22403         * configure: Likewise.
22404         * sysdeps/gnu/configure: Likewise.
22405         * sysdeps/i386/configure: Likewise.
22406         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22407         * sysdeps/mach/configure: Likewise.
22408         * sysdeps/mach/hurd/configure: Likewise.
22409         * sysdeps/powerpc/configure: Likewise.
22410         * sysdeps/powerpc/powerpc32/configure: Likewise.
22411         * sysdeps/powerpc/powerpc64/configure: Likewise.
22412         * sysdeps/s390/s390-32/configure: Likewise.
22413         * sysdeps/s390/s390-64/configure: Likewise.
22414         * sysdeps/sh/configure: Likewise.
22415         * sysdeps/sparc/configure: Likewise.
22416         * sysdeps/unix/sysv/linux/configure: Likewise.
22417         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22418         * sysdeps/x86_64/configure: Likewise.
22419         * sysdeps/x86_64/preconfigure: Likewise.
22421 2013-10-29  Andreas Schwab  <schwab@suse.de>
22423         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22425 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22427         * benchtests/pow-inputs: Add new inputs.
22429         * benchtests/exp-inputs: Add new inputs.
22431         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22432         conditional check for return value.
22433         (__cos32): Likewise.
22435 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22437         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22438         to provide a boost for large inputs with word alignment.
22439         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22440         implementation based on optimized PPC64 strcpy.
22441         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22442         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22443         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22444         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22446 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22448         [BZ #2801]
22449         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22451 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22453         [BZ #14876]
22454         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22455         * time/tst-strptime.c (day_tests): Add testcase.
22457 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22459         [BZ #14029]
22460         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22462 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22464         [BZ #16074]
22465         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22466         MAP_FAILED on error.
22468 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22470         [BZ #16072]
22471         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22472         heap for large requests.
22474 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22476         [BZ #9954]
22477         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22478         result if the result has no associated interface.
22479         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22480         interface for all 127.X.Y.Z addresses.
22482 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22484         * locale/iso-639.def: Add Ligurian (lij)
22486 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22488         [BZ #15825]
22489         * sunrpc/rpc_main.c: Document rpcgen -5.
22491 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22493         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22495 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22497         [BZ #10278]
22498         * posix/glob.c: Match only directories when trailing slash is present.
22499         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22500         (main): Add testcase.
22502 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22504         [BZ #15670]
22505         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22507 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22509         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22510         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22511         AUTH_DES and cindex for FIPS 140-2.
22512         (DES Encryption): Add cindex FIPS 46-3.
22514         * locale/locarchive.h (struct locarhandle): Add fname.
22515         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22516         if an optional argument was specified to --list-archive,
22517         otherwise NULL.
22518         * locale/programs/locarchive.c (show_archive_content): Take new
22519         argument fname and pass it via ah.fname to open_archive.
22520         * locale/programs/localedef.h: Update decl.
22521         (open_archive): If AH->fname is non-null, open that file
22522         rather than the default file name, and don't ignore ENOENT.
22523         (create_archive): Set AH.fname to NULL.
22524         (delete_locales_from_archive): Likewise.
22525         (add_locales_to_archive): Likewise.
22526         * locale/programs/locfile.c (write_all_categories): Likewise.
22528 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22529             Aldy Hernandez  <aldyh@redhat.com>
22531         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22532         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22533         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22534         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22535         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22536         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22537         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22538         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22539         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22540         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22541         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22542         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22543         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22544         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22545         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22546         Likewise.
22547         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22548         Likewise.
22549         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22550         Likewise.
22551         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22552         Likewise.
22553         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22554         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22555         Likewise.
22556         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22557         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22558         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22559         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22560         Likewise.
22561         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22562         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22563         * sysdeps/powerpc/preconfigure: Likewise.
22564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22565         Likewise.
22566         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22567         Replace contents of file by #include of <fenv_libc.h>.
22568         * sysdeps/powerpc/soft-fp/sfp-machine.h
22569         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22570         and <sys/prctl.h>.
22571         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22572         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22573         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22574         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22575         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22576         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22577         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22578         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22579         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22580         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22581         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22582         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22584         Allow copysignl PLT reference to be missing.
22586 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22587             Joseph Myers  <joseph@codesourcery.com
22589         [BZ #15948]
22590         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22591         single character.
22592         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22594 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22596         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22597         * elf/tst-tls1.c: Likewise.
22598         * elf/tst-tls10.h: Likewise.
22599         * elf/tst-tls14.c: Likewise.
22600         * elf/tst-tls2.c: Likewise.
22601         * elf/tst-tls3.c: Likewise.
22602         * elf/tst-tls4.c: Likewise.
22603         * elf/tst-tls5.c: Likewise.
22604         * elf/tst-tls6.c: Likewise.
22605         * elf/tst-tls7.c: Likewise.
22606         * elf/tst-tls8.c: Likewise.
22607         * elf/tst-tls9.c: Likewise.
22608         * elf/tst-tlsmod1.c: Likewise.
22609         * elf/tst-tlsmod13.c: Likewise.
22610         * elf/tst-tlsmod13a.c: Likewise.
22611         * elf/tst-tlsmod14a.c: Likewise.
22612         * elf/tst-tlsmod16a.c: Likewise.
22613         * elf/tst-tlsmod16b.c: Likewise.
22614         * elf/tst-tlsmod2.c: Likewise.
22615         * elf/tst-tlsmod3.c: Likewise.
22616         * elf/tst-tlsmod4.c: Likewise.
22617         * elf/tst-tlsmod5.c: Likewise.
22618         * elf/tst-tlsmod6.c: Likewise.
22620 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22622         [BZ #12486]
22623         * malloc/malloc.c: remove checks for statistics.
22625 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22627         [BZ #15277]
22628         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22629         * inet/tst-network.c: Add testcase.
22631 2013-10-17  Andreas Schwab  <schwab@suse.de>
22633         [BZ #15218]
22634         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22635         to determine canonical name.
22637 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22639         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22640         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22641         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22642         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22643         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22644         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22645         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22646         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22647         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22648         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22649         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22650         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22651         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22652         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22653         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22654         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22655         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22656         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22657         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22658         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22659         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22660         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22661         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22662         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22663         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22664         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22665         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22666         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22667         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22668         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22669         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22670         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22671         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22672         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22673         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22674         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22675         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22676         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22677         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22678         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22679         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22680         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22681         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22682         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22683         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22684         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22685         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22686         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22687         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22688         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22689         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22690         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22691         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22692         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22693         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22694         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22695         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22696         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22698 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22700         [BZ #16041]
22701         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22702         make result into a quiet NaN.
22704 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22706         * soft-fp/adddf3.c: Fix horizontal whitespace.
22707         * soft-fp/addsf3.c: Likewise.
22708         * soft-fp/addtf3.c: Likewise.
22709         * soft-fp/divdf3.c: Likewise.
22710         * soft-fp/divsf3.c: Likewise.
22711         * soft-fp/divtf3.c: Likewise.
22712         * soft-fp/double.h: Likewise.
22713         * soft-fp/eqdf2.c: Likewise.
22714         * soft-fp/eqsf2.c: Likewise.
22715         * soft-fp/eqtf2.c: Likewise.
22716         * soft-fp/extenddftf2.c: Likewise.
22717         * soft-fp/extended.h: Likewise.
22718         * soft-fp/extendsfdf2.c: Likewise.
22719         * soft-fp/extendsftf2.c: Likewise.
22720         * soft-fp/extendxftf2.c: Likewise.
22721         * soft-fp/fixdfdi.c: Likewise.
22722         * soft-fp/fixdfsi.c: Likewise.
22723         * soft-fp/fixdfti.c: Likewise.
22724         * soft-fp/fixsfdi.c: Likewise.
22725         * soft-fp/fixsfsi.c: Likewise.
22726         * soft-fp/fixsfti.c: Likewise.
22727         * soft-fp/fixtfdi.c: Likewise.
22728         * soft-fp/fixtfsi.c: Likewise.
22729         * soft-fp/fixtfti.c: Likewise.
22730         * soft-fp/fixunsdfdi.c: Likewise.
22731         * soft-fp/fixunsdfsi.c: Likewise.
22732         * soft-fp/fixunsdfti.c: Likewise.
22733         * soft-fp/fixunssfdi.c: Likewise.
22734         * soft-fp/fixunssfsi.c: Likewise.
22735         * soft-fp/fixunssfti.c: Likewise.
22736         * soft-fp/fixunstfdi.c: Likewise.
22737         * soft-fp/fixunstfsi.c: Likewise.
22738         * soft-fp/fixunstfti.c: Likewise.
22739         * soft-fp/floatdidf.c: Likewise.
22740         * soft-fp/floatdisf.c: Likewise.
22741         * soft-fp/floatditf.c: Likewise.
22742         * soft-fp/floatsidf.c: Likewise.
22743         * soft-fp/floatsisf.c: Likewise.
22744         * soft-fp/floatsitf.c: Likewise.
22745         * soft-fp/floattidf.c: Likewise.
22746         * soft-fp/floattisf.c: Likewise.
22747         * soft-fp/floattitf.c: Likewise.
22748         * soft-fp/floatundidf.c: Likewise.
22749         * soft-fp/floatundisf.c: Likewise.
22750         * soft-fp/floatunditf.c: Likewise.
22751         * soft-fp/floatunsidf.c: Likewise.
22752         * soft-fp/floatunsisf.c: Likewise.
22753         * soft-fp/floatunsitf.c: Likewise.
22754         * soft-fp/floatuntidf.c: Likewise.
22755         * soft-fp/floatuntisf.c: Likewise.
22756         * soft-fp/floatuntitf.c: Likewise.
22757         * soft-fp/fmadf4.c: Likewise.
22758         * soft-fp/fmasf4.c: Likewise.
22759         * soft-fp/fmatf4.c: Likewise.
22760         * soft-fp/gedf2.c: Likewise.
22761         * soft-fp/gesf2.c: Likewise.
22762         * soft-fp/getf2.c: Likewise.
22763         * soft-fp/ledf2.c: Likewise.
22764         * soft-fp/lesf2.c: Likewise.
22765         * soft-fp/letf2.c: Likewise.
22766         * soft-fp/muldf3.c: Likewise.
22767         * soft-fp/mulsf3.c: Likewise.
22768         * soft-fp/multf3.c: Likewise.
22769         * soft-fp/negdf2.c: Likewise.
22770         * soft-fp/negsf2.c: Likewise.
22771         * soft-fp/negtf2.c: Likewise.
22772         * soft-fp/op-1.h: Likewise.
22773         * soft-fp/op-2.h: Likewise.
22774         * soft-fp/op-4.h: Likewise.
22775         * soft-fp/op-8.h: Likewise.
22776         * soft-fp/op-common.h: Likewise.
22777         * soft-fp/quad.h: Likewise.
22778         * soft-fp/single.h: Likewise.
22779         * soft-fp/soft-fp.h: Likewise.
22780         * soft-fp/sqrtdf2.c: Likewise.
22781         * soft-fp/sqrtsf2.c: Likewise.
22782         * soft-fp/sqrttf2.c: Likewise.
22783         * soft-fp/subdf3.c: Likewise.
22784         * soft-fp/subsf3.c: Likewise.
22785         * soft-fp/subtf3.c: Likewise.
22786         * soft-fp/truncdfsf2.c: Likewise.
22787         * soft-fp/trunctfdf2.c: Likewise.
22788         * soft-fp/trunctfsf2.c: Likewise.
22789         * soft-fp/trunctfxf2.c: Likewise.
22790         * soft-fp/unorddf2.c: Likewise.
22791         * soft-fp/unordsf2.c: Likewise.
22792         * soft-fp/unordtf2.c: Likewise.
22794 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22796         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22797         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22799 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22801         * elf/dl-libc.c: Clear initfini list after freeing.
22803 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22805         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22806         * soft-fp/addsf3.c: Likewise.
22807         * soft-fp/addtf3.c: Likewise.
22808         * soft-fp/divdf3.c: Likewise.
22809         * soft-fp/divsf3.c: Likewise.
22810         * soft-fp/divtf3.c: Likewise.
22811         * soft-fp/double.h: Likewise.
22812         * soft-fp/eqdf2.c: Likewise.
22813         * soft-fp/eqsf2.c: Likewise.
22814         * soft-fp/eqtf2.c: Likewise.
22815         * soft-fp/extenddftf2.c: Likewise.
22816         * soft-fp/extended.h: Likewise.
22817         * soft-fp/extendsfdf2.c: Likewise.
22818         * soft-fp/extendsftf2.c: Likewise.
22819         * soft-fp/extendxftf2.c: Likewise.
22820         * soft-fp/fixdfdi.c: Likewise.
22821         * soft-fp/fixdfsi.c: Likewise.
22822         * soft-fp/fixdfti.c: Likewise.
22823         * soft-fp/fixsfdi.c: Likewise.
22824         * soft-fp/fixsfsi.c: Likewise.
22825         * soft-fp/fixsfti.c: Likewise.
22826         * soft-fp/fixtfdi.c: Likewise.
22827         * soft-fp/fixtfsi.c: Likewise.
22828         * soft-fp/fixtfti.c: Likewise.
22829         * soft-fp/fixunsdfdi.c: Likewise.
22830         * soft-fp/fixunsdfsi.c: Likewise.
22831         * soft-fp/fixunsdfti.c: Likewise.
22832         * soft-fp/fixunssfdi.c: Likewise.
22833         * soft-fp/fixunssfsi.c: Likewise.
22834         * soft-fp/fixunssfti.c: Likewise.
22835         * soft-fp/fixunstfdi.c: Likewise.
22836         * soft-fp/fixunstfsi.c: Likewise.
22837         * soft-fp/fixunstfti.c: Likewise.
22838         * soft-fp/floatdidf.c: Likewise.
22839         * soft-fp/floatdisf.c: Likewise.
22840         * soft-fp/floatditf.c: Likewise.
22841         * soft-fp/floatsidf.c: Likewise.
22842         * soft-fp/floatsisf.c: Likewise.
22843         * soft-fp/floatsitf.c: Likewise.
22844         * soft-fp/floattidf.c: Likewise.
22845         * soft-fp/floattisf.c: Likewise.
22846         * soft-fp/floattitf.c: Likewise.
22847         * soft-fp/floatundidf.c: Likewise.
22848         * soft-fp/floatundisf.c: Likewise.
22849         * soft-fp/floatunsidf.c: Likewise.
22850         * soft-fp/floatunsisf.c: Likewise.
22851         * soft-fp/floatuntidf.c: Likewise.
22852         * soft-fp/floatuntisf.c: Likewise.
22853         * soft-fp/floatuntitf.c: Likewise.
22854         * soft-fp/fmadf4.c: Likewise.
22855         * soft-fp/fmasf4.c: Likewise.
22856         * soft-fp/fmatf4.c: Likewise.
22857         * soft-fp/gedf2.c: Likewise.
22858         * soft-fp/gesf2.c: Likewise.
22859         * soft-fp/getf2.c: Likewise.
22860         * soft-fp/ledf2.c: Likewise.
22861         * soft-fp/lesf2.c: Likewise.
22862         * soft-fp/letf2.c: Likewise.
22863         * soft-fp/muldf3.c: Likewise.
22864         * soft-fp/mulsf3.c: Likewise.
22865         * soft-fp/multf3.c: Likewise.
22866         * soft-fp/negdf2.c: Likewise.
22867         * soft-fp/negsf2.c: Likewise.
22868         * soft-fp/negtf2.c: Likewise.
22869         * soft-fp/op-1.h: Likewise.
22870         * soft-fp/op-2.h: Likewise.
22871         * soft-fp/op-4.h: Likewise.
22872         * soft-fp/op-8.h: Likewise.
22873         * soft-fp/op-common.h: Likewise.
22874         * soft-fp/quad.h: Likewise.
22875         * soft-fp/single.h: Likewise.
22876         * soft-fp/soft-fp.h: Likewise.
22877         * soft-fp/sqrtdf2.c: Likewise.
22878         * soft-fp/sqrtsf2.c: Likewise.
22879         * soft-fp/sqrttf2.c: Likewise.
22880         * soft-fp/subdf3.c: Likewise.
22881         * soft-fp/subsf3.c: Likewise.
22882         * soft-fp/subtf3.c: Likewise.
22883         * soft-fp/truncdfsf2.c: Likewise.
22884         * soft-fp/trunctfdf2.c: Likewise.
22885         * soft-fp/trunctfsf2.c: Likewise.
22886         * soft-fp/trunctfxf2.c: Likewise.
22887         * soft-fp/unorddf2.c: Likewise.
22888         * soft-fp/unordsf2.c: Likewise.
22889         * soft-fp/unordtf2.c: Likewise.
22891 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22893         [BZ #15672]
22894         * misc/error.c (error_tail): Fix possible buffer overflow.
22896 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22898         [BZ #13028]
22899         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22900         address.
22902 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22904         [BZ #832]
22905         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22906         testing pipefail option.
22908 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22910         * soft-fp/double.h: Indent preprocessor directives inside #if.
22911         * soft-fp/extended.h: Likewise.
22912         * soft-fp/op-2.h: Likewise.
22913         * soft-fp/op-4.h: Likewise.
22914         * soft-fp/op-common.h: Likewise.
22915         * soft-fp/quad.h: Likewise.
22916         * soft-fp/single.h: Likewise.
22917         * soft-fp/soft-fp.h: Likewise.
22919 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22921         * iconv/iconv_prog.c: Fix typos.
22922         * stdio-common/psiginfo-data.h: Likewise.
22924 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22926         [BZ #15764]
22927         * locale/setlocale.c: Fix typo.
22929 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22931         [BZ #16036]
22932         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22933         signaling NaN arguments.
22934         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22935         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22937         [BZ #14910]
22938         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22939         unordered operands.
22940         * soft-fp/gesf2.c (__gesf2): Likewise.
22941         * soft-fp/getf2.c (__getf2): Likewise.
22942         * soft-fp/ledf2.c (__ledf2): Likewise.
22943         * soft-fp/lesf2.c (__lesf2): Likewise.
22944         * soft-fp/letf2.c (__letf2): Likewise.
22946         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22947         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22948         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22949         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22950         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22951         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22952         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22953         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22954         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22955         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22956         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22957         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22958         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22959         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22960         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22961         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22962         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22963         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22964         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22965         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22966         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22967         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22968         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22969         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22970         * soft-fp/floattidf.c (__floattidf): Likewise.
22971         * soft-fp/floattisf.c (__floattisf): Likewise.
22972         * soft-fp/floattitf.c (__floattitf): Likewise.
22973         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22974         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22975         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22976         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22977         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22978         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22979         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22980         * soft-fp/gesf2.c (__gesf2): Likewise.
22981         * soft-fp/getf2.c (__getf2): Likewise.
22982         * soft-fp/ledf2.c (__ledf2): Likewise.
22983         * soft-fp/lesf2.c (__lesf2): Likewise.
22984         * soft-fp/letf2.c (__letf2): Likewise.
22986         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22987         Undefine and redefine.
22988         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22989         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22990         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22991         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22992         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22993         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22994         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22995         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22996         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22997         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22998         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22999         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23000         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23001         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23002         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23004         [BZ #16032]
23005         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23006         without decrementing exponent if mantissa >= that for the
23007         denominator, not >.
23008         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23009         denominator, not >.  Decrement exponent in < case instead of
23010         incrementing in >= case.
23011         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23012         without decrementing exponent if mantissa >= that for the
23013         denominator, not >.
23015         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23016         computing saturated result for unsigned overflow.
23018 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23019             Jeff Law  <law@redhat.com>
23021         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23022         (atan2Mp): Add systemtap probe marker.
23023         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23024         (__ieee754_log): Add systemtap probe marker.
23025         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23026         (atanMp): Add systemtap probe marker.
23027         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23028         (tanMp): Add systemtap probe marker.
23029         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23030         (__slowexp): Add systemtap probe marker.
23031         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23032         (__slowpow): Add systemtap probe marker.
23033         * manual/probes.texi: Document probes.
23035 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23037         [BZ #15362]
23038         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23039         written.
23040         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23041         written.
23042         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23043         written to buffer but not flushed.
23044         * libio/iofwrite_u.c:  Likewise.
23045         * libio/iopadn.c:  Return bytes returned even if EOF was
23046         encountered.
23047         * libio/iowpadn.c:  Likewise.
23048         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23049         if _IO_padn does not write the whole buffer.
23050         [!COMPILE_WPRINTF] (PAD): Likewise.
23052 2013-10-10  David S. Miller  <davem@davemloft.net>
23054         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23055         directory block.
23057 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23059         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23060         instead of FSF address.
23061         * soft-fp/fixdfti.c: Likewise.
23062         * soft-fp/fixsfti.c: Likewise.
23063         * soft-fp/fixtfti.c: Likewise.
23064         * soft-fp/fixunsdfti.c: Likewise.
23065         * soft-fp/fixunssfti.c: Likewise.
23066         * soft-fp/fixunstfti.c: Likewise.
23067         * soft-fp/floattidf.c: Likewise.
23068         * soft-fp/floattisf.c: Likewise.
23069         * soft-fp/floattitf.c: Likewise.
23070         * soft-fp/floatuntidf.c: Likewise.
23071         * soft-fp/floatuntisf.c: Likewise.
23072         * soft-fp/floatuntitf.c: Likewise.
23073         * soft-fp/trunctfxf2.c: Likewise.
23075         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23076         * soft-fp/fixdfti.c: Likewise.
23077         * soft-fp/fixsfti.c: Likewise.
23078         * soft-fp/fixtfti.c: Likewise.
23079         * soft-fp/fixunsdfti.c: Likewise.
23080         * soft-fp/fixunssfti.c: Likewise.
23081         * soft-fp/fixunstfti.c: Likewise.
23082         * soft-fp/floattidf.c: Likewise.
23083         * soft-fp/floattisf.c: Likewise.
23084         * soft-fp/floattitf.c: Likewise.
23085         * soft-fp/floatuntidf.c: Likewise.
23086         * soft-fp/floatuntisf.c: Likewise.
23087         * soft-fp/floatuntitf.c: Likewise.
23088         * soft-fp/trunctfxf2.c: Likewise.
23090 2013-10-10  David S. Miller  <davem@davemloft.net>
23092         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23094 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23096         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23097         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23098         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23099         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23100         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23101         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23102         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23104         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23105         for NaNs before doing comparisons on argument.
23106         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23107         Likewise.
23109 2013-10-10  Will Newton  <will.newton@linaro.org>
23111         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23112         passed to _int_memalign does not overflow.
23114 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23116         * scripts/bench.pl: Add include-sources directive.
23117         * benchtests/README: Update documentation.
23119 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23121         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23122         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23123         instead of FP_INIT_ROUNDMODE.
23124         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23125         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23127         [BZ #16034]
23128         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23129         copy class of input value.
23130         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23131         not handle exceptions.
23132         * soft-fp/negsf2.c (__negsf2): Likewise.
23133         * soft-fp/negtf2.c (__negtf2): Likewise.
23134         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23136 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23138         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23139         semicolon.  From Linux kernel.
23141 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23143         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23145 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23147         [BZ #156]
23148         * manual/socket.texi: Added statement about buffer
23149         for gethostbyname2_r.
23151 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23153         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23154         Use .p2align directive instead, throughout.
23155         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23156         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23157         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23158         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23159         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23160         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23161         * sysdeps/x86_64/strchr.S: Likewise.
23162         * sysdeps/x86_64/strrchr.S: Likewise.
23164 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23166         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23168         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23170         * sysdeps/generic/math_private.h (__mpsin1): Remove
23171         declaration.
23172         (__mpcos1): Likewise.
23173         (__mpsin): New argument __range_reduce.
23174         (__mpcos): Likewise.
23175         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23176         (slow): Use __mpsin and __mpcos.
23177         (slow1): Likewise.
23178         (slow2): Likewise.
23179         (sloww): Likewise.
23180         (sloww1): Likewise.
23181         (sloww2): Likewise.
23182         (bsloww): Likewise.
23183         (bsloww1): Likewise.
23184         (bsloww2): Likewise.
23185         (cslow2): Likewise.
23186         (csloww): Likewise.
23187         (csloww1): Likewise.
23188         (csloww2): Likewise.
23189         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23190         range_reduce.  Merge in __mpsin1.
23191         (__mpcos): Likewise.
23192         (__mpsin1): Remove.
23193         (__mpcos1): Likewise.
23195 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23197         * locale/loadlocale.c (_nl_intern_locale_data): Use
23198         LOCFILE_ALIGNED_P.
23199         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23200         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23201         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23202         obstack data is appropriately aligned.
23203         (obstack_int32_grow_fast): Likewise.
23204         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23205         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23206         (add_locale_uint32_array): Likewise.
23208 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23210         * benchtests/Makefile: Remove ARGLIST and RET variables.
23211         ($(objpfx)bench-%.c): Pass only function name to the script.
23212         * benchtests/README: Update documentation.
23213         * benchtests/acos-inputs: Add new directives.
23214         * benchtests/acosh-inputs: Likewise.
23215         * benchtests/asin-inputs: Likewise.
23216         * benchtests/asinh-inputs: Likewise.
23217         * benchtests/atan-inputs: Likewise.
23218         * benchtests/atanh-inputs: Likewise.
23219         * benchtests/cos-inputs: Likewise.
23220         * benchtests/cosh-inputs: Likewise.
23221         * benchtests/exp-inputs: Likewise.
23222         * benchtests/log-inputs: Likewise.
23223         * benchtests/pow-inputs: Likewise.
23224         * benchtests/rint-inputs: Likewise.
23225         * benchtests/sin-inputs: Likewise.
23226         * benchtests/sinh-inputs: Likewise.
23227         * benchtests/tan-inputs: Likewise.
23228         * benchtests/tanh-inputs: Likewise.
23229         * scripts/bench.pl: Add support for new directives.
23231 2013-10-07  Alan Modra  <amodra@gmail.com>
23233         * README: Fix careless merge.
23235 2013-10-05  Alan Modra  <amodra@gmail.com>
23237         * NEWS: Mention powerpc64le support and bugs fixed.
23238         * README: Both big-endian and little-endian powerpc64 supported.
23240 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23242         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23243         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23244         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23245         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23247 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23249         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23250         match prototype.
23252 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23254         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23255         Move -mhard-float appending from
23256         ports/sysdeps/powerpc/powerpc32/Makefile.
23257         [$(with-fp) = yes] (ASFLAGS): Likewise.
23258         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23259         * sysdeps/powerpc/nofpu: Move directory from
23260         ports/sysdeps/powerpc/nofpu.
23261         * sysdeps/powerpc/soft-fp: Move directory from
23262         ports/sysdeps/powerpc/soft-fp.
23263         * sysdeps/powerpc/powerpc32/405: Move directory from
23264         ports/sysdeps/powerpc/powerpc32/405.
23265         * sysdeps/powerpc/powerpc32/440: Move directory from
23266         ports/sysdeps/powerpc/powerpc32/440.
23267         * sysdeps/powerpc/powerpc32/464: Move directory from
23268         ports/sysdeps/powerpc/powerpc32/464.
23269         * sysdeps/powerpc/powerpc32/476: Move directory from
23270         ports/sysdeps/powerpc/powerpc32/476.
23271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23272         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23274         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23276         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23278         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23280         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23281         * README: Update for powerpc-*-linux-gnu software floating point
23282         support in libc.
23284         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23285         case to powerpc/powerpc32*.
23286         * sysdeps/unix/sysv/linux/configure: Regenerated.
23288         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23289         (_FPU_MASK_OM): Define as 0x04.
23290         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23291         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23292         0x00c10080.
23293         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23294         0x0000003c.
23295         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23298         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23299         getcontext_e500.
23300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23301         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23302         setcontext_e500.
23303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23304         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23305         and setcontext_e500.
23307 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23309         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23311 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23313         * manual/threads.texi (Default Thread Attributes): Fix typo.
23315 2013-10-04  Will Newton  <will.newton@linaro.org>
23317         * malloc/Makefile: Add tst-memalign.
23318         * malloc/tst-memalign.c: New file.
23320         * malloc/tst-posix_memalign.c: Add comments.
23321         (do_test): Add comments and call free on all potentially
23322         allocated pointers. Add space after cast.
23324         * malloc/tst-pvalloc.c: Add comments.
23325         (do_test): Add comments and call free on all potentially
23326         allocated pointers. Remove duplicate check for NULL pointer.
23327         Add space after cast.
23329         * malloc/tst-valloc.c: Add comments.
23330         (do_test): Add comments and call free on all potentially
23331         allocated pointers. Remove duplicate check for NULL pointer.
23332         Add space after cast.
23334 2013-10-04  Alan Modra  <amodra@gmail.com>
23336         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23337         Use stdint types in rather than __attribute__((mode())).
23338         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23340 2013-10-04  Alan Modra  <amodra@gmail.com>
23342         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23343         Correct handling of unaligned relocs for little-endian.
23344         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23346 2013-10-04  Alan Modra  <amodra@gmail.com>
23348         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23349         * configure: Regenerate.
23350         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23351         * shlib-versions: Likewise.
23353 2013-10-04  Alan Modra  <amodra@gmail.com>
23355         * string/tester.c (test_memrchr): Increment reported test cycle.
23357 2013-10-04  Alan Modra  <amodra@gmail.com>
23359         * string/test-memcpy.c (do_one_test): When reporting errors, print
23360         string address and don't overrun end of string.
23362 2013-10-04  Alan Modra  <amodra@gmail.com>
23364         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23365         insrdi.  Make better use of reg selection to speed exit slightly.
23366         Schedule entry path a little better.  Remove useless "are we done"
23367         checks on entry to main loop.  Handle wrapping around zero address.
23368         Correct main loop count.  Handle single left-over word from main
23369         loop inline rather than by using loop_small.  Remove extra word
23370         case in loop_small caused by wrong loop count.  Add little-endian
23371         support.
23372         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23373         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23374         cache hint.
23375         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23376         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23377         support.  Avoid rlwimi.
23378         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23380 2013-10-04  Alan Modra  <amodra@gmail.com>
23382         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23383         insrdi.  Formatting.
23384         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23385         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23386         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23387         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23388         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23389         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23391 2013-10-04  Alan Modra  <amodra@gmail.com>
23393         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23394         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23395         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23396         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23397         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23398         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23399         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23400         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23401         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23402         use of regs.  Use power7 mtocrf.  Tidy function tails.
23404 2013-10-04  Alan Modra  <amodra@gmail.com>
23406         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23407         Formatting.  Consistently use rXXX register defines or rN defines.
23408         Use early exit labels that avoid restoring unused non-volatile regs.
23409         Make cr field use more consistent with rWORDn compares.  Rename
23410         regs used as shift registers for unaligned loop, using rN defines
23411         for short lifetime/multiple use regs.
23412         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23413         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23414         addi 1,1,64 to pop stack frame.  Simplify return value code.
23415         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23417 2013-10-04  Alan Modra  <amodra@gmail.com>
23419         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23420         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23421         rather than rlwimi.
23422         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23423         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23424         little-endian support.  Correct typos.
23425         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23426         rather than rlwimi.
23427         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23428         in loop and entry code to keep "and." results.
23429         (strchr): Add little-endian support.  Comment.  Move cntlzd
23430         earlier in tail.
23431         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23433 2013-10-04  Alan Modra  <amodra@gmail.com>
23435         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23436         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23437         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23438         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23440 2013-10-04  Alan Modra  <amodra@gmail.com>
23442         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23443         (rTMP): Define as r11.
23444         (strcmp): Add little-endian support.  Optimise tail.
23445         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23446         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23447         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23448         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23449         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23450         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23451         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23453 2013-10-04  Alan Modra  <amodra@gmail.com>
23455         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23456         little-endian support.  Remove unnecessary "are we done" tests.
23457         Handle "s" wrapping around zero and extremely large "size".
23458         Correct main loop count.  Handle single left-over word from main
23459         loop inline rather than by using small_loop.  Correct comments.
23460         Delete "zero" tail, use "end_max" instead.
23461         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23463 2013-10-04  Alan Modra  <amodra@gmail.com>
23465         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23466         support.  Don't branch over align.
23467         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23468         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23469         support.  Rearrange tmp reg use to suit.  Comment.
23470         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23472 2013-10-04  Alan Modra  <amodra@gmail.com>
23474         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23476 2013-10-04  Alan Modra  <amodra@gmail.com>
23478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23479         conditional form of branch and link when obtaining pc.
23480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23482 2013-10-04  Alan Modra  <amodra@gmail.com>
23484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23485         HIWORD/LOWORD.
23486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23489 2013-10-04  Alan Modra  <amodra@gmail.com>
23491         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23492         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23493         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23494         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23495         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23496         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23497         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23498         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23499         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23500         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23502 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23503             Alistair Popple <alistair@ozlabs.au.ibm.com>
23504             Alan Modra <amodra@gmail.com>
23506         [BZ #15723]
23507         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23508         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23509         _dl_hwcap access for little-endian.
23510         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23511         destroy vmx regs when saving unaligned.
23512         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23513         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23514         destroy vmx regs when saving unaligned.
23516 2013-10-04  Alan Modra  <amodra@gmail.com>
23518         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23519         Don't use a union to pack hi/low value.
23521 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23523         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23524         for little-endian.
23525         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23526         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23527         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23528         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23529         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23531 2013-10-04  Alan Modra  <amodra@gmail.com>
23533         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23534         constants to usual value for .cst8 section, and remove redundant
23535         high address load.
23536         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23537         constant for 0x1p52.  Load little-endian words of double from
23538         correct stack offsets.
23540 2013-10-04  Alan Modra  <amodra@gmail.com>
23542         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23543         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23544         words of double from correct stack offsets.
23545         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23546         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23547         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23548         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23549         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23550         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23551         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23552         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23553         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23554         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23555         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23556         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23557         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23558         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23559         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23560         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23561         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23563 2013-10-04  Alan Modra  <amodra@gmail.com>
23565         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23566         64-bit int/double union.
23567         (_FPU_SETCW): Likewise.
23568         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23569         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23571 2013-10-04  Alan Modra  <amodra@gmail.com>
23573         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23574         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23576 2013-10-04  Alan Modra  <amodra@gmail.com>
23578         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23579         use vector int constants.
23580         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23582 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23584         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23585         array with long long.
23586         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23587         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23588         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23589         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23590         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23591         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23592         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23593         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23594         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23595         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23596         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23597         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23598         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23600 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23602         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23603         (__signbit): Likewise.  Correct for little-endian.
23604         (__signbitl): Call __signbit.
23605         (lrint): Correct for little-endian.
23606         (lrintf): Call lrint.
23608 2013-10-04  Alan Modra  <amodra@gmail.com>
23610         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23611         union 32-bit int array member with 64-bit int array.
23612         (t515, tm256): Double rather than long double.
23613         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23615 2013-10-04  Alan Modra  <amodra@gmail.com>
23617         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23618         Delete.
23619         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23620         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23621         version of math_ldbl.h.
23623 2013-10-04  Alan Modra  <amodra@gmail.com>
23625         [BZ #15734], [BZ #15735]
23626         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23627         all uses of ieee875 long double macros and unions.  Simplify test
23628         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23629         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23630         normalize after ldbl_extract_mantissa, and don't add hidden bit
23631         already handled.  Don't treat low word of ieee854 mantissa like
23632         low word of IBM long double and mask off bit when testing for
23633         zero.
23634         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23635         all uses of ieee875 long double macros and unions.  Simplify tests
23636         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23637         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23638         two1022, instead use their values.  Recognise that tests for large
23639         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23640         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23641         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23642         test for 0.0L and nan.  Correct negation.
23643         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23644         ieee875 long double macros and unions.  Correct output for large
23645         magnitude x.  Correct absolute value calculation.
23646         (__erfcl): Likewise.
23647         * math/libm-test.inc: Add tests for errors discovered in IBM long
23648         double versions of fmodl, remainderl, erfl and erfcl.
23650 2013-10-04  Alan Modra  <amodra@gmail.com>
23652         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23653         all uses of ieee854 long double macros and unions.  Simplify tests
23654         for long doubles that are fully specified by the high double.
23655         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23656         Likewise.
23657         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23658         Remove dead code too.
23659         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23660         (__ieee754_ynl): Likewise.
23661         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23662         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23663         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23664         Remove dead code too.
23665         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23666         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23667         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23668         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23669         Simplify.
23670         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23671         Simplify.
23672         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23673         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23674         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23675         Comment on variable precision.
23676         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23677         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23678         Likewise.
23679         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23680         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23681         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23682         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23683         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23685 2013-10-04  Alan Modra  <amodra@gmail.com>
23687         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23688         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23689         all uses of ieee854 long double macros and unions.
23690         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23691         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23692         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23693         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23694         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23695         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23696         Likewise.
23697         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23698         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23699         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23700         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23701         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23702         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23703         Simplify sign and nan test too.
23704         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23705         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23706         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23707         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23708         Likewise.
23709         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23710         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23711         Likewise.
23712         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23713         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23714         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23715         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23716         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23717         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23719 2013-10-04  Alan Modra  <amodra@gmail.com>
23721         * stdio-common/printf_size.c (__printf_size): Don't use
23722         union ieee854_long_double in fpnum union.
23723         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23724         signbit macro to retrieve sign from long double.
23725         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23726         retrieve sign from long double.
23727         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23728         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23729         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23730         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23731         * math/test-misc.c (main): Don't use union ieee854_long_double.
23733 2013-10-04  Alan Modra  <amodra@gmail.com>
23735         [BZ #15680]
23736         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23737         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23738         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23739         calculation.  Remove unnecessary test for denormal exponent.
23740         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23741         Correct handling of denormals.  Avoid undefined shift behaviour.
23742         Correct normalisation of low mantissa when low double is denormal.
23743         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23744         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23745         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23746         Correct normalisation of low mantissa.  Test for overflow of high
23747         mantissa and normalise.
23748         (ldbl_nearbyint): Use more readable constant for two52.
23749         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23750         (__mpn_construct_long_double): Fix test for overflow of high
23751         mantissa and correct normalisation.  Avoid undefined shift.
23753 2013-10-04  Alan Modra  <amodra@gmail.com>
23755         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23756         (union ibm_extended_long_double): Define as an array of ieee754_double.
23757         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23758         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23759         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23760         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23761         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23762         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23763         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23764         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23765         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23766         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23767         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23769 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23771         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23772         page size instead of calling getpagesize.
23774         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23775         (LOCFILE_ALIGN_MASK): Likewise.
23776         (LOCFILE_ALIGN_UP): Likewise.
23777         (LOCFILE_ALIGNED_P): Likewise.
23778         * locale/programs/ld-collate.c (collate_output): Use the new
23779         macros instead of __alignof__ (int32_t).
23780         * locale/weight.h (findidx): Likewise.
23782 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23784         [BZ #431]
23785         * manual/string.texi: Fix strncat and wcsncat.
23787 2013-10-03  Brooks Moses  <bmoses@google.com>
23789         [BZ #15915]
23790         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23791         * Makerules: ...here, and adjust associated comments.
23793 2013-10-02  Will Newton  <will.newton@linaro.org>
23795         * malloc/Makefile: Add tst-pvalloc.
23796         * malloc/tst-pvalloc.c: New file.
23798 2013-10-02  Will Newton  <will.newton@linaro.org>
23800         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23801         improve test coverage.
23803 2013-10-02  Will Newton  <will.newton@linaro.org>
23805         * malloc/Makefile: Add tst-posix_memalign.
23806         * malloc/tst-posix_memalign.c: New file.
23808 2013-10-01  Eric Blake  <eblake@redhat.com>
23810         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23811         Use __THROWNL rather than __THROW on static functions.
23813 2013-09-30  Petr Machata  <pmachata@redhat.com>
23815         * elf/elf.h (R_AARCH64_ABS16): New macro.
23816         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23817         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23818         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23819         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23820         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23821         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23822         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23823         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23824         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23825         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23826         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23827         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23828         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23829         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23830         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23831         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23832         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23833         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23834         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23835         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23836         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23837         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23838         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23839         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23840         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23841         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23842         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23843         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23844         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23845         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23846         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23847         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23848         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23849         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23850         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23851         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23852         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23853         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23854         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23855         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23856         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23857         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23858         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23859         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23860         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23861         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23862         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23863         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23864         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23865         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23866         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23867         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23868         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23869         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23870         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23871         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23872         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23873         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23874         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23875         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23876         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23877         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23878         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23879         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23880         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23881         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23882         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23883         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23884         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23885         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23886         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23887         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23888         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23889         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23890         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23891         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23892         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23893         (R_AARCH64_TLSDESC_LDR): Likewise.
23894         (R_AARCH64_TLSDESC_ADD): Likewise.
23895         (R_AARCH64_TLSDESC_CALL): Likewise.
23897 2013-09-30  Andreas Schwab  <schwab@suse.de>
23899         [BZ #15048]
23900         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23901         the nss database lookup.
23902         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23903         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23905 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23907         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23909 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23911         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23912         ${Bash-specific parameter/pattern/string} parameter expansion.
23913         * sysdeps/unix/make-syscalls.sh: Likewise.
23915 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23917         * sysdeps/sh/stackguard-macros.h: New file.
23919 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23921         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23922         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23923         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23924         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23925         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23926         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23928 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23930         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23931         Fix thread ID register.
23933 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23935         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23936         [POSIX || UNIX98]: Require rather than permitting all symbols from
23937         <time.h>.
23938         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23939         element of struct sched_param.
23940         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23941         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23942         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23943         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23944         constant.
23946 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23948         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23949         argument calculation.
23951 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23953         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23954         Expect macro.
23955         [POSIX] (pthread_attr_t): Do not require type.
23956         [POSIX] (pthread_cond_t): Likewise.
23957         [POSIX] (pthread_condattr_t): Likewise.
23958         [POSIX] (pthread_key_t): Likewise.
23959         [POSIX] (pthread_mutex_t): Likewise.
23960         [POSIX] (pthread_mutexattr_t): Likewise.
23961         [POSIX] (pthread_once_t): Likewise.
23962         [POSIX] (pthread_t): Likewise.
23963         [POSIX-based standards] (pthread_atfork): Expect function.
23965 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23966             Richard Sandiford  <richard@codesourcery.com>
23968         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23969         (swap_endianness_p): New extern variable.
23970         (set_big_endian): New inline function.
23971         (maybe_swap_uint32): Likewise.
23972         (maybe_swap_uint32_array): Likewise.
23973         (maybe_swap_uint32_obstack): Likewise.
23974         * locale/programs/locfile.c: Include <stdbool.h>.
23975         (swap_endianness_p): New variable.
23976         (add_locale_uint32): Call maybe_swap_uint32.
23977         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23978         (write_locale_data): Call maybe_swap_uint32_array.
23979         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23980         maybe_swap_uint32.
23981         (obstack_int32_grow_fast): Likewise.
23982         (output_weightwc): Call maybe_swap_uint32_obstack.
23983         (collate_output): Likewise.
23984         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23985         (OPT_LITTLE_ENDIAN): Likewise.
23986         (options): Add --little-endian and --big-endian options.
23987         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23988         * locale/programs/locarchive.c: Include "locfile.h".
23989         (GET): New macro.
23990         (SET): Likewise.
23991         (INC): Likewise.
23992         (create_archive): Use the new macros to access fields of
23993         structures directly mapped from or written to locale archives.
23994         (oldlocrecentcmp): Likewise.
23995         (enlarge_archive): Likewise.
23996         (insert_name): Likewise.
23997         (add_alias): Likewise.
23998         (add_locale): Likewise.
23999         (delete_locales_from_archive): Likewise.
24000         (show_archive_content): Likewise.
24001         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24002         locale data.
24004 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24006         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24007         http://www.gnu.org/doc/freemanuals.texi.
24008         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24010 2013-09-24  Will Newton  <will.newton@linaro.org>
24012         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24013         macro.
24015 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24017         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24018         unsigned char.
24020 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24022         * manual/threads.texi (POSIX Threads): Fix a typo.
24024 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24026         [BZ #14547]
24027         * string/tst-strcoll-overflow.c: New test case.
24028         * string/Makefile (xtests): Add tst-strcoll-overflow.
24029         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24030         cache if string sizes may cause integer overflow.
24032         [BZ #14547]
24033         * string/strcoll_l.c (coll_seq): New members rule, idx,
24034         save_idx and back_us.
24035         (get_next_seq_nocache): New function.
24036         (do_compare_nocache): New function.
24037         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24038         when malloc fails.
24040 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24042         [BZ #15754]
24043         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24044         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24045         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24047         [BZ #15754]
24048         * elf/Makefile (tests): Add tst-ptrguard1.
24049         (tests-static): Add tst-ptrguard1-static.
24050         (tst-ptrguard1-ARGS): Define.
24051         (tst-ptrguard1-static-ARGS): Define.
24052         * elf/tst-ptrguard1.c: New file.
24053         * elf/tst-ptrguard1-static.c: New file.
24054         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24055         * sysdeps/i386/stackguard-macros.h: Likewise.
24056         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24057         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24058         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24059         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24060         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24061         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24063 2013-09-23  Hector Marco  <hecmargi@upv.es>
24064             Ismael Ripoll  <iripoll@disca.upv.es>
24065             Carlos O'Donell  <carlos@redhat.com>
24067         [BZ #15754]
24068         * sysdeps/generic/stackguard-macros.h: Define
24069         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24070         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24071         Define __pointer_chk_guard_local.
24072         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24073         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24075 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24077         [BZ #15859]
24078         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24080 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24082         * include/string.h (__ffs): Declare as hidden.
24083         * string/ffs.c (__ffs): Define as hidden.
24084         * sysdeps/i386/ffs.c (__ffs): Likewise.
24085         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24086         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24087         * sysdeps/s390/ffs.c (__ffs): Likewise.
24088         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24090 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24092         * NEWS: Mention malloc probes.
24094         * malloc/arena.c (new_heap): New memory_heap_new probe.
24095         (grow_heap): New memory_heap_more probe.
24096         (shrink_heap): New memory_heap_less probe.
24097         (heap_trim): New memory_heap_free probe.
24098         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24099         (systrim): New memory_sbrk_less probe.
24100         * manual/probes.texi: Document them.
24102         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24103         * manual/probes.texi: Document it.
24105         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24106         (__libc_realloc): Add memory_realloc_retry probe.
24107         (__libc_memalign): Add memory_memalign_retry probe.
24108         (__libc_valloc): Add memory_valloc_retry probe.
24109         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24110         (__libc_calloc): Add memory_calloc_retry probe.
24111         * manual/probes.texi: Document them.
24113         * malloc/arena.c (get_free_list): Add probe
24114         memory_arena_reuse_free_list.
24115         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24116         and memory_arena_reuse.
24117         (arena_get2) [!PER_THREAD]: Likewise.
24118         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24119         memory_arena_reuse_realloc.
24120         * manual/probes.texi: Document them.
24122         * malloc/malloc.c (__libc_free): Add
24123         memory_mallopt_free_dyn_thresholds probe.
24124         (__libc_mallopt): Add multiple memory_mallopt probes.
24125         * manual/probes.texi: Document them.
24127         * malloc/malloc.c: Include stap-probe.h.
24128         (__libc_mallopt): Add memory_mallopt probe.
24129         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24130         * manual/probes.texi: New.
24131         * manual/Makefile (chapters): Add probes.
24132         * manual/threads.texi: Set next node.
24134 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24136         [BZ #15963, #13985]
24137         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24138         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24139         Add `Chinese' to `nan' entry name.
24141 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24143         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24144         (POLYNOMIAL): Likewise.
24145         (TAYLOR_SINCOS): Likewise.
24146         (TAYLOR_SLOW): Likewise.
24147         (__sin): Use TAYLOR_SINCOS.
24148         (__cos): Likewise.
24149         (slow): Use TAYLOR_SLOW.
24150         (sloww): Likewise.
24151         (bsloww): Likewise.
24152         (csloww): Likewise.
24154 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24156         * stdlib/strtod_l.c: Fix buffer overrun.
24158 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24160         * benchtests/Makefile (bench): Add sincos.
24161         * benchtests/bench-sincos.c: New file.
24163         * math/libm-test.inc (cos_test_data): New test inputs.
24164         (sin_test_data): Likewise.
24166         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24167         macro.
24168         (__sin): Use it.
24169         (__cos): Likewise.
24170         (slow1): Likewise.
24171         (slow2): Likewise.
24172         (sloww1): Likewise.
24173         (sloww2): Likewise.
24174         (bsloww1): Likewise.
24175         (bsloww2): Likewise.
24176         (cslow2): Likewise.
24177         (csloww1): Likewise.
24178         (csloww2): Likewise.
24180         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24181         function.
24182         (__sin): Use it.
24183         (__cos): Likewise.
24185         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24186         gotos.
24187         (__cos): Likewise.
24189 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24191         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24192         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24193         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24194         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24195         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24196         * elf/cache.c (print_entry): Handle the new cache flags.
24198 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24199             Aldy Hernandez  <aldyh@redhat.com>
24201         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24202         Change condition to [_SOFT_FLOAT].
24203         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24204         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24205         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24206         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24207         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24208         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24209         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24210         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24211         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24212         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24213         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24214         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24215         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24216         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24217         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24218         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24219         declaration.
24221 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24223         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24224         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24225         (__longjmp): Use LOAD_GP to load saved GPRs.
24226         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24227         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24228         (__sigsetjmp): Use SAVE_GP to save GPRs.
24230         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24231         Do not append -msoft-float.
24232         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24234 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24236         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24238 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24240         [BZ #15966]
24241         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24242         (_FPU_GETCW): Use initial "__" on variable and field names but not
24243         on macro parameter name.
24244         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24245         parentheses around reference to macro parameter.
24247 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24249         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24250         prototype.
24251         (ctype_startup): Use uint32_t in cast and sizeof for
24252         ctype->charnames.
24254 2013-09-11  Jia Liu  <proljc@gmail.com>
24256         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24257         __daddr_t_defined.
24258         [__FreeBSD__]: Likewise.
24260 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24262         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24263         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24264         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24265         (strchr): Remove __strchr_sse42 ifunc selection.
24266         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24267         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24269 2013-09-11  Will Newton  <will.newton@linaro.org>
24271         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24272         parameter to RES. Remove hardcoded 1000 value.
24273         * benchtests/bench-skeleton.c (main): Pass RES parameter
24274         to TIMING_INIT and multiply result by 1000.
24276 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24280 2013-09-11  Andreas Schwab  <schwab@suse.de>
24282         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24283         if not defined.
24284         (O_TMPFILE) [__USE_GNU]: Define.
24285         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24286         Define.
24288 2013-09-11  Will Newton  <will.newton@linaro.org>
24290         [BZ #15857]
24291         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24292         does not overflow.
24294 2013-09-11  Will Newton  <will.newton@linaro.org>
24296         [BZ #15856]
24297         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24298         does not overflow.
24300 2013-09-11  Will Newton  <will.newton@linaro.org>
24302         [BZ #15855]
24303         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24304         does not overflow.
24306 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24308         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24309         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24310         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24311         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24312         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24314 2013-09-10  Allan McRae  <allan@archlinux.org>
24316         [BZ #15748]
24317         * manual/arith.texi (Parsing of Floats): Clarify
24318         cross-reference.
24320         [BZ #15849]
24321         * manual/install.texi (Running make install): Mention
24322         --enable-pt-chown.
24323         * INSTALL: Regenerated.
24325 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24327         * csu/init-first.c (_init): Remove the !SHARED condition around
24328         FPU control word initialization.
24329         * elf/dl-support.c (_dl_fpu_control): New variable.
24330         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24331         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24332         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24333         * math/test-fpucw-static.c: New file.
24334         * math/test-fpucw-ieee.c: New file.
24335         * math/test-fpucw-ieee-static.c: New file.
24336         * math/Makefile (tests): Add `test-fpucw-ieee' and
24337         `$(tests-static)'.
24338         (tests-static): New variable.
24339         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24340         dependency to...
24341         [($(build-shared),yes)]
24342         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24343         ... this.
24344         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24345         New dependency.
24347 2013-09-09  Allan McRae  <allan@archlinux.org>
24349         [BZ #15939]
24350         * manual/string.texi (Collation Functions): Fix typo in
24351         strcoll example.
24352         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24354         [BZ #15893]
24355         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24357         [BZ #15892]
24358         * libio/memstream.c (open_memstream): Fix memory leak.
24359         * libio/wmemstream.c (open_wmemstream): Likewise.
24361         [BZ #15895]
24362         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24364 2013-09-09  Will Newton  <will.newton@linaro.org>
24366         * malloc/Makefile: Add tst-realloc to tests.
24367         * malloc/tst-realloc.c: New file.
24369 2013-09-09  Allan McRae  <allan@archlinux.org>
24371         [BZ #15844]
24372         * COPYING: Update from GNU website to fix FSF address.
24373         * COPYING.LIB: Likewise.
24375 2013-09-06  David S. Miller  <davem@davemloft.net>
24377         * po/zh_TW.po: Update Chinese (traditional) translation from
24378         translation project.
24380 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24381             Joseph Myers  <joseph@codesourcery.com>
24383         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24384         "localeinfo.h".
24385         (obstack_chunk_alloc): New macro.
24386         (obstack_chunk_free): Likewise.
24387         (record_offset): New function.
24388         (init_locale_data): Likewise.
24389         (align_locale_data): Likewise.
24390         (add_locale_empty): Likewise.
24391         (add_locale_raw_data): Likewise.
24392         (add_locale_raw_obstack): Likewise.
24393         (add_locale_string): Likewise.
24394         (add_locale_wstring): Likewise.
24395         (add_locale_uint32): Likewise.
24396         (add_locale_uint32_array): Likewise.
24397         (add_locale_char): Likewise.
24398         (start_locale_structure): Likewise.
24399         (end_locale_structure): Likewise.
24400         (start_locale_prelude): Likewise.
24401         (end_locale_prelude): Likewise.
24402         (write_locale_data): Take locale_file structure rather than an
24403         iovec.
24404         * locale/programs/locfile.h: Include "obstack.h".
24405         (struct locale_file): Change to store locale file contents instead
24406         of header.
24407         (init_locale_data): New prototype.
24408         (align_locale_data): Likewise.
24409         (add_locale_empty): Likewise.
24410         (add_locale_raw_data): Likewise.
24411         (add_locale_raw_obstack): Likewise.
24412         (add_locale_string): Likewise.
24413         (add_locale_wstring): Likewise.
24414         (add_locale_uint32): Likewise.
24415         (add_locale_uint32_array): Likewise.
24416         (add_locale_char): Likewise.
24417         (start_locale_structure): Likewise.
24418         (end_locale_structure): Likewise.
24419         (start_locale_prelude): Likewise.
24420         (end_locale_prelude): Likewise.
24421         (write_locale_data): Update prototype.
24422         * locale/programs/3level.h (struct TABLE): Remove result field.
24423         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24424         Use new locale_file interface.
24425         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24426         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24427         * locale/programs/ld-address.c (address_output): Use new
24428         locale_file interface.
24429         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24430         NO_ADD_LOCALE.
24431         (collate_finish): Don't call collseq_table_finalize.
24432         (collate_output): Use new locale_file interface.
24433         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24434         in file.
24435         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24436         (TABLE): Move defines earlier in file.
24437         (ELEMENT): Likewise.
24438         (DEFAULT): Likewise.
24439         (wctrans_table_add): Move macro and inline function earlier in
24440         file.
24441         (struct wctype_table): Move type earlier in file.
24442         (add_locale_wctype_table): New static prototype.
24443         (struct locale_ctype_t): Use logical types instead of struct iovec
24444         pointers for members.
24445         (ctype_output): Use new locale_file interface.
24446         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24447         new locale_file interface.
24448         (allocate_arrays): Update for use of new locale_file interface.
24449         * locale/programs/ld-identification.c (identification_output): Use
24450         new locale_file interface.
24451         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24452         * locale/programs/ld-messages.c (messages_output): Likewise.
24453         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24454         * locale/programs/ld-name.c (name_output): Likewise.
24455         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24456         * locale/programs/ld-paper.c (paper_output): Likewise.
24457         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24458         * locale/programs/ld-time.c (time_output): Likewise.
24460 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24462         * benchtests/Makefile: Add memrchr benchmark.
24463         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24464         benchmark as memrchr.
24465         * benchtests/bench-memrchr-ifunc.c: New file.
24466         * benchtests/bench-memrchr.c: New file.
24468 2013-09-06   Will Newton  <will.newton@linaro.org>
24470         * benchtests/Makefile (string-bench): Add memcpy.
24472 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24473             Cong Wang  <amwang@redhat.com>
24475         [BZ #15850]
24476         * sysdeps/unix/sysv/linux/bits/in.h
24477         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24478         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24479         before __USE_KERNEL_IPV6_DEFS uses.
24480         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24481         IPPROTO_BEETPH.
24482         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24483         sockaddr_in6, or ipv6_mreq.
24485 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24487         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24488         memory access for final bytes in some large inputs.
24489         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24491 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24493         * string/test-memrchr.c: New file.
24494         * string/test-memrchr-ifunc.c: New file.
24495         * string/Makefile: Add new memrchr testcase.
24497 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24499         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24500         fanotify_init returns EPERM.
24502 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24504         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24505         errors.
24506         (top level): Treat second token from macro or constant entries for
24507         allowed headers as allowed.
24508         * include/complex.h: Condition internal declarations on
24509         [!_ISOMAC].
24510         * include/fenv.h: Condition include of <stdbool.h> and internal
24511         declarations on [!_ISOMAC].
24513 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24515         [BZ #15923]
24516         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24518 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24520         * configure.in (--enable-versioning): Remove configure option.
24521         (libc_cv_asm_symver_directive): Remove configure test.
24522         (libc_cv_ld_version_script_option): Likewise.
24523         (VERSIONING): Remove variable and AC_SUBST.
24524         (DO_VERSIONING): Remove AC_DEFINE.
24525         * configure: Regenerated.
24526         * config.h.in (DO_VERSIONING): Remove macro.
24527         * Makerules [$(versioning) = yes]: Change conditionals to
24528         [$(build-shared) = yes].
24529         * config.make.in (versioning): Remove variable.
24530         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24531         [$(build-shared) = yes].
24532         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24533         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24534         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24535         [$(build-shared) = yes].
24536         * extra-lib.mk [$(versioning) = yes]: Likewise.
24537         * hurd/Makefile [$(versioning) = yes]: Likewise.
24538         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24539         [SHARED].
24540         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24541         [SHARED].
24542         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24543         [SHARED && !NO_HIDDEN].
24544         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24545         [SHARED].
24546         [SHARED && DO_VERSIONING]: Likewise..
24547         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24548         [$(build-shared) = yes].
24549         * manual/install.texi (--disable-versioning): Remove
24550         documentation.
24551         * INSTALL: Regenerated.
24552         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24553         to [SHARED].
24554         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24555         [$(build-shared) = yes].
24556         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24557         * sysdeps/i386/i686/multiarch/strstr-c.c
24558         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24559         [SHARED && !NO_HIDDEN].
24560         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24561         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24562         * sysdeps/powerpc/powerpc32/dl-machine.c
24563         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24564         * sysdeps/powerpc/powerpc32/sysdep.h
24565         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24566         to [SHARED && PIC && !NO_HIDDEN].
24567         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24568         conditional to [SHARED].
24570 2013-09-04   Will Newton  <will.newton@linaro.org>
24572         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24573         * benchtests/bench-string.h: Include bench-timing.h instead
24574         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24575         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24576         call to HP_TIMING_DIFF_INIT.
24577         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24578         instead of hp-timing.h macros.
24579         * benchtests/bench-memchr.c: Likewise.
24580         * benchtests/bench-memcmp.c: Likewise.
24581         * benchtests/bench-memcpy.c: Likewise.
24582         * benchtests/bench-memmem.c: Likewise.
24583         * benchtests/bench-memmove.c: Likewise.
24584         * benchtests/bench-memset.c: Likewise.
24585         * benchtests/bench-rawmemchr.c: Likewise.
24586         * benchtests/bench-strcasecmp.c: Likewise.
24587         * benchtests/bench-strcasestr.c: Likewise.
24588         * benchtests/bench-strcat.c: Likewise.
24589         * benchtests/bench-strchr.c: Likewise.
24590         * benchtests/bench-strcmp.c: Likewise.
24591         * benchtests/bench-strcpy.c: Likewise.
24592         * benchtests/bench-strcpy_chk.c: Likewise.
24593         * benchtests/bench-strlen.c: Likewise.
24594         * benchtests/bench-strncasecmp.c: Likewise.
24595         * benchtests/bench-strncat.c: Likewise.
24596         * benchtests/bench-strncmp.c: Likewise.
24597         * benchtests/bench-strncpy.c: Likewise.
24598         * benchtests/bench-strnlen.c: Likewise.
24599         * benchtests/bench-strpbrk.c: Likewise.
24600         * benchtests/bench-strrchr.c: Likewise.
24601         * benchtests/bench-strspn.c: Likewise.
24602         * benchtests/bench-strstr.c: Likewise.
24604 2013-09-04  Will Newton  <will.newton@linaro.org>
24606         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24608 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24610         [BZ #15427]
24611         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24612         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24613         * math/libm-test.inc (lgamma_test_data): Add more tests.
24614         * sysdeps/i386/fpu/libm-test-ulps: Update.
24615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24617 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24619         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24620         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24621         Add ifunc.
24622         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24623         Add strcmp-sse2-unaligned
24624         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24626 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24628         * Versions.def (libc): Add GLIBC_2.19.
24630 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24632         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24633         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24635 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24637         [BZ #14155]
24638         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24639         intermediate calculations in recurrence.
24640         (__ieee754_ynf): Likewise.
24641         * math/libm-test.inc (jn_test_data): Do not allow spurious
24642         underflow exception.  Add more tests.
24643         (yn_test_data): Add more tests.
24644         * sysdeps/i386/fpu/libm-test-ulps: Update.
24645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24647 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24649         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24651 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24653         * csu/init-first.c: Fix then/than typos.
24654         * locale/programs/ld-collate.c: Likewise.
24655         * locale/programs/linereader.h: Likewise.
24656         * manual/charset.texi: Likewise.
24657         * manual/filesys.texi: Likewise.
24658         * manual/stdio.texi: Likewise.
24659         * manual/string.texi: Likewise.
24660         * stdlib/fmtmsg.c: Likewise.
24661         * sysdeps/i386/stpncpy.S: Likewise.
24662         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24663         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24664         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24665         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24667 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24669         * elf/dl-open.c: Fix typos.
24670         * iconvdata/gbbig5.c: Likewise.
24671         * iconvdata/iso-2022-jp.c: Likewise.
24672         * iconv/gconv_int.h: Likewise.
24673         * iconv/loop.c: Likewise.
24674         * nis/rpcsvc/nis.h: Likewise.
24675         * resolv/ns_name.c: Likewise.
24676         * stdio-common/vfscanf.c: Likewise.
24677         * streams/stropts.h: Likewise.
24678         * sunrpc/rpc_thread.c: Likewise.
24679         * sysdeps/i386/strpbrk.S: Likewise.
24680         * sysdeps/ieee754/k_standard.c: Likewise.
24681         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24682         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24683         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24684         * sysdeps/mach/hurd/profil.c: Likewise.
24685         * sysdeps/s390/dl-procinfo.h: Likewise.
24686         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24687         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24688         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24689         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24690         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24692 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24694         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24695         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24697 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24699         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24700         aix specific files.
24701         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24702         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24703         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24704         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24705         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24706         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24707         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24708         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24710 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24711             Roland McGrath  <roland@hack.frob.com>
24713         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24714         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24716 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24718         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24719         __executable_start symbol instead of _start.
24721 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24723         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24724         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24725         Move macros to...
24726         * sysdeps/gnu/ldsodefs.h: ... this new file.
24728         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24729         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24730         instead of ELFOSABI_LINUX.
24732         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24733         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24734         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24735         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24736         Likewise.
24737         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24738         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24739         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24740         Likewise.
24741         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24742         (ibm_extended_long_double): Add ieee_nan member.
24743         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24744         (do_test): New function.
24746         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24747         TEST_TRUNC.
24748         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24749         functions, renamed from truncdfsf_test, trunctfsf_test,
24750         trunctfdf_test.
24751         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24752         functions.
24753         (do_test): Run all these.
24755 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24757         * argp/argp-help.c: Fix typos.
24758         * argp/argp-parse.c: Likewise.
24759         * debug/backtracesyms.c: Likewise.
24760         * elf/elf.h: Likewise.
24761         * malloc/malloc.c: Likewise.
24762         * nis/nis_print.c: Likewise.
24763         * resolv/res_comp.c: Likewise.
24764         * stdlib/stdlib.h: Likewise.
24765         * sunrpc/clnt_tcp.c: Likewise.
24766         * sunrpc/clnt_udp.c: Likewise.
24767         * sunrpc/clnt_unix.c: Likewise.
24768         * sysdeps/unix/bsd/ptsname.c: Likewise.
24769         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24770         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24772         Likewise.
24773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24774         Likewise.
24775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24776         Likewise.
24777         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24779 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24781         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24782         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24784 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24786         [BZ #15897]
24787         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24788         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24789         ($(objpfx)bug-dl-leaf): New rule.
24790         ($(objpfx)bug-dl-leaf.so): Likewise.
24791         ($(objpfx)bug-dl-leaf.out): Likewise.
24792         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24793         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24794         * dlfcn/bug-dl-leaf.c: New test.
24795         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24796         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24797         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24798         (dlclose): Likewise.
24799         (dlmopen): Likewise.
24801 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24803         * include/netdb.h [!_ISOMAC]:
24804         Don't include <tls.h>.
24805         (h_errno, __libc_h_errno): Move declaration and macros out of
24806         [_LIBC_REENTRANT].
24808         * include/resolv.h [_RESOLV_H_]:
24809         Don't include <tls.h>.
24810         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24811         * resolv/res_libc.c: Don't include <tls.h>.
24812         (_res): Use __attribute__ ((nocommon)) in place of
24813         __attribute__ ((section (".bss"))).
24815         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24816         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24818         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24820         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24821         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24823         * resolv/res_mkquery.c: Include <sys/time.h>.
24825         * inet/ifreq.c: Moved to ...
24826         * sysdeps/unix/ifreq.c: ... here.
24827         * inet/ifreq.c: New file, true stub version.
24829         * socket/sa_len.c: New file.
24830         * socket/Makefile (aux): Add it.
24831         * sysdeps/unix/sysv/linux/Makefile
24832         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24833         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24834         and #include <socket/sa_len.c>.
24835         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24836         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24838         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24839         * bits/socket.h: ... here.
24841         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24842         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24843         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24845 2013-08-27  Andreas Schwab  <schwab@suse.de>
24847         [BZ #15736]
24848         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24849         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24850         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24851         * string/test-strcasecmp.c (test_main): Run tests in several
24852         locales.
24853         * string/test-strncasecmp.c (test_main): Likewise.
24855         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24856         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24857         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24858         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24859         (__strncasecmp_ssse3) [PIC]: Likewise.
24861 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24863         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24865         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24866         instead of explicitly declaring xdecrypt.
24867         * nis/nss_nis/nis-publickey.c: Likewise.
24869 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24871         [BZ #15890]
24872         * nscd/aicache.c: Include res_hconf.h.
24873         (addhstaiX): Initialize res_hconf.
24875 2013-08-26  Andreas Schwab  <schwab@suse.de>
24877         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24878         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24880 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24882         * nscd/aicache.c (addhstaiX): Fix indentation.
24884 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24886         * configure.ac: Quote $build_pt_chown test.
24887         * configure: Regenerated.
24889 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24891         [BZ #15532]
24892         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24893         * math/s_cexpf.c (__cexpf): Likewise.
24894         * math/s_cexpl.c (__cexpl): Likewise.
24895         * math/libm-test.inc (cexp_test_data): Correct expected return
24896         value for NaN + i0.  Add another test.
24898 2013-08-22  David S. Miller  <davem@davemloft.net>
24900         * po/ca.po: Update Catalan translation from translation project.
24901         * po/uk.po: Add Ukrainian translations from translation project.
24903 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24905         [BZ #15797]
24906         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24907         is infinite, not alongside NaN test.
24908         * math/s_fdimf.c (__fdimf): Likewise.
24909         * math/s_fdiml.c (__fdiml): Likewise.
24910         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24911         errno is unchanged.
24913 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24915         * argp/argp-help.c: Fix typos.
24916         * crypt/speeds.c: Likewise.
24917         * csu/check_fds.c: Likewise.
24918         * elf/dl-load.c: Likewise.
24919         * elf/dl-open.c: Likewise.
24920         * elf/reldep3.c: Likewise.
24921         * elf/reldep.c: Likewise.
24922         * elf/sprof.c: Likewise.
24923         * iconv/iconv_charmap.c: Likewise.
24924         * iconv/skeleton.c: Likewise.
24925         * iconv/strtab.c: Likewise.
24926         * io/lockf64.c: Likewise.
24927         * libio/libioP.h: Likewise.
24928         * resolv/gai_notify.c: Likewise.
24929         * resolv/ns_name.c: Likewise.
24930         * resolv/ns_samedomain.c: Likewise.
24931         * resolv/res_send.c: Likewise.
24932         * stdlib/random.c: Likewise.
24933         * sunrpc/rpc/xdr.h: Likewise.
24934         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24935         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24936         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24937         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24938         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24939         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24940         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24941         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24942         * sysdeps/mach/hurd/check_fds.c: Likewise.
24943         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24944         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24945         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24946         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24947         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24948         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24949         * sysdeps/pthread/aio_notify.c: Likewise.
24950         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24951         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24952         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24953         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24954         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24956 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24958         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24959         version if bit_Slow_SSE4_2 is set.
24960         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24961         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24963 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24965         [BZ #15867]
24966         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24967         trampoline stack frame information.
24968         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24969         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24970         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24971         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24972         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24973         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24974         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24975         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24976         sa_flags value.
24977         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24978         interrupting a syscall and set with option SA_SIGINFO.
24980 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24982         [BZ #15531]
24983         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24984         argument is infinite.
24985         * math/s_cprojf.c (__cprojf): Likewise.
24986         * math/s_cprojl.c (__cprojl): Likewise.
24987         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24988         * math/libm-test.inc (cproj_test_data): Add more tests.
24990         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24992         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24993         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24994         size.  Use __ffs to determine corresponding shift.
24996 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24997             Roland McGrath  <roland@hack.frob.com>
24999         * Makefile (INSTALL): Remove trailing blank lines from output of
25000         makeinfo.
25002 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25004         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25005         Align 32 bit compat elf_greg to 8 bytes.
25007 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25009         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25011 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25013         * string/strcoll_l.c (coll_seq): New structure.
25014         (get_next_seq_cached): New function.
25015         (get_next_seq): New function.
25016         (do_compare): New function.
25017         (STRCOLL): Use GNU style definition.  Simplify implementation
25018         by using get_next_seq, get_next_seq_cached and do_compare.
25020 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25022         [BZ #14699]
25023         CVE-2013-4237
25024         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25025         member.
25026         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25027         member.
25028         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25029         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25030         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25031         conditional.
25032         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25033         GETDENTS_64BIT_ALIGNED.
25034         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25035         * manual/filesys.texi (Reading/Closing Directory): Document
25036         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25037         strongly.
25038         * manual/conf.texi (Limits for Files): Add portability note to
25039         NAME_MAX, PATH_MAX.
25040         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25042 2013-08-13  Andreas Schwab  <schwab@suse.de>
25044         [BZ #15749]
25045         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25046         of fabs.
25047         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25048         LDBL_MAX_EXP >= 16384]: Add tests for it.
25050 2013-08-12  David S. Miller  <davem@davemloft.net>
25052         * version.h (RELEASE): Set to "development".
25053         (VERSION): Set to "2.18.90".
25054         * NEWS: Add 2.19 section.
25056 2013-08-03  David S. Miller  <davem@davemloft.net>
25058         * po/ko.po: Update Korean translation from translation project.
25060 2013-08-01  David S. Miller  <davem@davemloft.net>
25062         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25063         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25064         Bilka.
25066 2013-07-30  David S. Miller  <davem@davemloft.net>
25068         * po/fr.po: Update French translation from translation project.
25070 2013-07-28  David S. Miller  <davem@davemloft.net>
25072         * po/cs.po: Update Czech translation from translation project.
25074         * po/sv.po: Update Swedish translation from translation project.
25076 2013-07-27  David S. Miller  <davem@davemloft.net>
25078         * po/eo.po: Update Esperanto translation from translation project.
25080         * po/vi.po: Update Vietnamese translation from translation project.
25082         * po/de.po: Update German translation from translation project.
25084 2013-07-26  David S. Miller  <davem@davemloft.net>
25086         * po/bg.po: Update Bulgarian translation from translation project.
25088         * po/nl.po: Update Dutch translation from translation project.
25089         * po/pl.po: Update Polish translation from translation project.
25090         * po/ru.po: Update Russian translation from translation project.
25092 2013-07-24  David S. Miller  <davem@davemloft.net>
25094         * po/libc.pot: Update.
25096 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25098         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25099         variable page size.
25100         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25101         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25102         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25104 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25106         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25108 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25109             Andreas Schwab  <schwab@suse.de>
25110             Roland McGrath  <roland@hack.frob.com>
25111             Joseph Myers  <joseph@codesourcery.com>
25112             Carlos O'Donell  <carlos@redhat.com>
25114         [BZ #15755]
25115         * config.h.in: Define HAVE_PT_CHOWN.
25116         * config.make.in (build-pt-chown): New variable.
25117         * configure.in (--enable-pt_chown): New configure option.
25118         * configure: Regenerate.
25119         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25120         build-pt-chown is enabled.
25121         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25122         pt_chown to fix pty ownership.
25123         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25124         CLOSE_ALL_FDS.
25125         * manual/install.texi (Configuring and compiling): Mention
25126         --enable-pt_chown. Add @findex for grantpt.
25127         * INSTALL: Regenerate.
25129 2013-07-20  David S. Miller  <davem@davemloft.net>
25131         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25132         difference between 32-bit and 64-bit.
25134 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25136         [BZ #15711]
25137         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25138         Avoid system header dependency with -ffreestanding.
25139         ($(objpfx)bits/syscall%d): Likewise.
25141 2013-07-13  David S. Miller  <davem@davemloft.net>
25143         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25144         underflows from atanl/atan2l due to bug 15319.
25145         (casinh_test_data): Likewise.
25147 2013-07-07  David S. Miller  <davem@davemloft.net>
25149         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25151 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25153         * sysdeps/i386/fpu/libm-test-ulps: Update.
25154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25156 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25158         * configure.in (--enable-lock-elision): Fix message text.
25159         * INSTALL: Regenerate.
25160         * configure: Regenerate.
25162 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25166 2013-07-03  Andreas Jaeger  <aj@suse.de>
25168         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25169         define.
25170         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25171         (ptrace_peeksiginfo_args): Add.
25172         (__ptrace_peeksiginfo_flags): Add.
25173         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25174         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25175         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25177 2013-07-03  Allan McRae  <allan@archlinux.org>
25179         * sysdeps/i386/fpu/libm-test-ulps: Update.
25181 2013-07-02  David S. Miller  <davem@davemloft.net>
25183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25185 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25187         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25189 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25191         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25194 2013-07-02  Andi Kleen <ak@linux.intel.com>
25196         * config.h.in (ENABLE_LOCK_ELISION): Add.
25197         * configure.in (--enable-lock-elision): Add option.
25198         * manual/install.texi: Document --enable lock elision.
25199         * configure: Regenerate
25200         * INSTALL: Regenerate.
25202 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25204         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25205         SSE4.2 strcasecmp for libc.a.
25206         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25208 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25210         [BZ #13304]
25211         * soft-fp/op-common.h (_FP_FMA): New macro.
25212         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25213         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25214         (_FP_MUL_MEAT_1_imm): ... here.
25215         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25216         (_FP_MUL_MEAT_1_wide): ... here.
25217         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25218         (_FP_MUL_MEAT_1_hard): ... here.
25219         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25220         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25221         (_FP_MUL_MEAT_2_wide): ... here.
25222         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25223         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25224         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25225         (_FP_MUL_MEAT_2_gmp): ... here.
25226         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25227         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25228         (_FP_MUL_MEAT_4_wide): ... here.
25229         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25230         (_FP_MUL_MEAT_4_gmp): ... here.
25231         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25232         (_FP_WFRACBITS_DW_S): Likewise.
25233         (_FP_WFRACXBITS_DW_S): Likewise.
25234         (_FP_HIGHBIT_DW_S): Likewise.
25235         (FP_FMA_S): Likewise.
25236         (_FP_FRAC_HIGH_DW_S): Likewise.
25237         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25238         (_FP_WFRACBITS_DW_D): Likewise.
25239         (_FP_WFRACXBITS_DW_D): Likewise.
25240         (_FP_HIGHBIT_DW_D): Likewise.
25241         (FP_FMA_D): Likewise.
25242         (_FP_FRAC_HIGH_DW_D): Likewise.
25243         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25244         (_FP_WFRACBITS_DW_E): Likewise.
25245         (_FP_WFRACXBITS_DW_E): Likewise.
25246         (_FP_HIGHBIT_DW_E): Likewise.
25247         (FP_FMA_E): Likewise.
25248         (_FP_FRAC_HIGH_DW_E): Likewise.
25249         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25250         (_FP_WFRACBITS_DW_Q): Likewise.
25251         (_FP_WFRACXBITS_DW_Q): Likewise.
25252         (_FP_HIGHBIT_DW_Q): Likewise.
25253         (FP_FMA_Q): Likewise.
25254         (_FP_FRAC_HIGH_DW_Q): Likewise.
25255         * soft-fp/fmasf4.c: New file.
25256         * soft-fp/fmadf4.c: Likewise.
25257         * soft-fp/fmatf4.c: Likewise.
25259 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25261         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25262         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25263         Silvermont.
25264         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25265         macro.
25266         (index_Slow_SSE4_2): Likewise.
25267         (index_Prefer_PMINUB_for_stringop): Likewise.
25268         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25269         bit_Slow_SSE4_2 is set.
25270         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25271         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25273 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25275         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25276         rtld_global._dl_hwcap2.
25277         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25278         POWER8.
25279         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25280         POWER8 feature descriptions defined in _dl_hwcap2.
25281         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25282         string handling for POWER8 feature bits.
25283         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25284         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25285         _dl_powerpc_cap_flags.
25286         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25287         * sysdeps/powerpc/rtld-global-offsets.sym
25288         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25289         _dl_hwcap2 in the rtld_global_ro structure.
25291 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25293         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25294         hardware capabilities in support of AT_HWCAP2.
25295         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25296         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25297         GLRO(dl_hwcap2).
25298         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25299         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25300         explicitly the unknown a_type display mechanism is used.
25301         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25302         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25303         struct member.
25304         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25305         to macro prototype for AT_HWCAP2 support.
25306         * sysdeps/i386/dl-procinfo.h: Likewise.
25307         * sysdeps/s390/dl-procinfo.h: Likewise.
25308         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25309         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25310         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25311         return -1 for unknown a_type display fallback.
25312         * sysdeps/sparc/dl-procinfo.h: Likewise.
25313         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25314         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25316 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25318         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25319         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25321 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25323         [BZ #12492]
25324         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25325         mprotect making __stack_prot writable.
25327 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25328             Joseph Myers  <joseph@codesourcery.com>
25330         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25331         as being properly aligned.
25333 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25335         * dlfcn/modstatic5.c: New file.
25336         * dlfcn/tststatic5.c: New file.
25337         * dlfcn/Makefile (tests): Add tststatic5.
25338         (tests-static): Likewise.
25339         (modules-names): Add modstatic5.
25340         (tststatic5-ENV): New variable.
25341         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25343         [BZ #15022]
25344         * elf/dl-support.c (_dl_main_map): New variable.
25345         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25346         (_dl_nns, _dl_load_adds): Set to 1.
25347         (_dl_initial_searchlist): Refer to _dl_main_map.
25348         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25349         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25350         call to _dl_get_origin.
25351         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25352         around call_map.
25353         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25354         * dlfcn/modstatic3.c: New file.
25355         * dlfcn/tststatic3.c: New file.
25356         * dlfcn/tststatic4.c: New file.
25357         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25358         (tests-static): Likewise.
25359         (modules-names): Add modstatic3.
25360         (tststatic3-ENV, tststatic4-ENV): New variables.
25361         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25362         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25364 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25366         * configure.in (CC): Require GCC version 4.4 or later.
25367         * configure: Regenerated.
25368         * manual/install.texi (Tools for Compilation): Update GCC version
25369         requirement.
25370         * INSTALL: Regenerated.
25372 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25374         [BZ #15674]
25375         * string/test-memcmp.c (check2): New.
25376         (main): Call check2.
25378         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25380 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25382         [BZ #15022]
25383         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25384         over to...
25385         (dl_open_worker) [!SHARED]: ... here.
25387 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25389         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25391 2013-06-25  Richard Henderson  <rth@redhat.com>
25393         * locale/programs/locarchive.c: Include <libc-internal.h>
25395 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25397         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25398         trailing whitespace removed.
25400 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25402         [BZ #10283]
25403         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25404         * locale/programs/locarchive.c: Include libc-mmap.h.
25405         (prepare_address_space): Take two new outputs (the mmap base and len).
25406         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25407         values.
25408         (create_archive): Declare new mmap base and len values for
25409         prepare_address_space, and store the result in ah.
25410         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25411         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25412         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25413         Declare new mmap base and len values for
25414         prepare_address_space, and store the result in new_ah.
25415         (open_archive): Declare new mmap base and len values for
25416         prepare_address_space, and store the result in ah.
25417         (close_archive): If ah->mmap_base is not NULL, use that and
25418         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25419         * sysdeps/generic/libc-mmap.h: New file.
25421 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25423         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25424         (ALIGN_UP): Likewise.
25425         (PTR_ALIGN_DOWN): Likewise.
25426         (PTR_ALIGN_UP): Likewise.
25428 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25430         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25431         entry mapped to PPC_PLATFORM_POWER8.
25432         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25433         POWER8.
25434         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25435         (_dl_string_platform): Add case for exporting platform position for
25436         POWER8.
25437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25438         search path to sysdeps/powerpc/powerpc32/power8 directory.
25439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25440         search path to sysdeps/powerpc/powerpc64/power8 directory.
25441         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25442         power7 directories.
25443         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25444         power7 directories.
25446 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25448         * INSTALL: Regenerate.
25450         * nscd/connections.c (nscd_init): Fix comment.
25452 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25454         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25456         [BZ #15667]
25457         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25458         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25460 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25462         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25463         DL_DST_REQ_STATIC.
25464         (DL_DST_REQ_STATIC): Remove macro.
25466 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25468         [BZ #7006]
25469         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25470         with a shift of 0 bits.
25472 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25474         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25475         $(tststatic-ENV).
25477 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25479         [BZ #15655]
25480         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25482 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25484         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25485         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25486         accepts -fno-tree-loop-distribute-patterns.
25487         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25488         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25489         recursive call.
25490         * string/memset.c (memset): Likewise.
25491         * string/test-memmove.c (simple_memmove): Disable loop transformation
25492         to library calls.
25493         * string/test-memset.c (simple_memset): Likewise.
25494         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25495         * benchtests/bench-memset.c (simple_memset): Likewise.
25496         * configure: Regenerated.
25498 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25500         * math/test-misc.c (main): Ignore fesetround failure when failures
25501         of subsequent rounding tests would be ignored.
25503         [BZ #15654]
25504         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25505         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25506         * math/fegetenv.c (__fegetenv): Return 0.
25507         * math/fegetexcept.c (fegetexcept): Return 0.
25508         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25509         FE_TONEAREST.
25510         * math/feholdexcpt.c (feholdexcept): Return 0.
25511         * math/fesetenv.c (__fesetenv): Return 0.
25512         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25513         argument FE_TONEAREST.
25514         * math/feupdateenv.c (__feupdateenv): Return 0.
25515         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25517 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25519         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25520         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25521         ($(objpfx)rtld-%.os rules): Use them.
25523 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25525         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25526         fields.
25528 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25530         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25531         length of target pattern, then descending length of dependency pattern.
25532         * configure.in (AWK): Require gawk 3.1.2 or newer.
25533         * manual/install.texi (Tools for Compilation): Say that we do.
25534         * configure: Regenerated.
25536         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25537         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25538         * scripts/sysd-rules.awk: ... this new script.
25539         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25540         than a glob-style pattern.
25542 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25544         * math/test-misc.c (main): Do not treat incorrectly rounded
25545         conversions as failure unless ROUNDING_TESTS passes.
25547 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25549         [BZ #15631]
25550         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25551         restore exception state around main square root computation, then
25552         check for inexactness explicitly.
25554         * math/libm-test.inc (fma_test_data): Add another test.
25556 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25558         * manual/threads.texi (Non-POSIX Extensions): New document
25559         node.  Document pthread_getattr_default_np and
25560         pthread_setattr_default_np.
25562         * Versions.def (libpthread): Add GLIBC_2.18.
25563         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25565         Likewise.
25566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25567         Likewise.
25568         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25569         Likewise.
25570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25571         Likewise.
25572         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25573         Likewise.
25574         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25575         Likewise.
25576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25577         Likewise.
25578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25579         Likewise.
25580         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25581         Likewise.
25583 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25585         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25586         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25588 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25589             H.J. Lu  <hjl.tools@gmail.com>
25591         [BZ #15627]
25592         * sysdeps/x86_64/rtld-memset.c: Remove file.
25593         * sysdeps/x86_64/rtld-memset.S: New file.
25595 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25597         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25598         (test_in_one_mode): Take arguments for whether the rounding mode
25599         is supported for each floating-point type.
25600         (do_test): Pass new arguments to test_in_one_mode using
25601         ROUNDING_TESTS.
25603 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25605         * posix/tst-waitid.c (do_test): Distinguish different instances of
25606         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25607         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25608         before entering the kernel for waitpid.
25610 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25612         * NEWS: Fix note on clock function precision.  Text by Roland
25613         McGrath.
25615 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25617         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25618         it into place only when and if the sanity check passes.
25620 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25622         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25623         output for whether conversion result is exact.  Take argument
25624         indicating whether type is IBM long double.
25625         (round_for_all): Change need_exact field to ibm_ld.
25626         * stdlib/tst-strtod-round.c (struct exactness): New type.
25627         (struct test): Change bool ld_ok field to struct exactness exact.
25628         (TEST): Update all definitions for change to field.
25629         (tests): Regenerate array contents.
25630         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25631         field value.  Check for IBM long double here.
25632         (do_test): Update calls to test_in_one_mode.
25634 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25636         [BZ #12515]
25637         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25638         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25640 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25642         [BZ #15605]
25643         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25644         generated by the compiler on loop optimizations.
25645         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25646         general definitions.
25648 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25650         * math/bug-nextafter.c: Include <math-tests.h>.
25651         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25652         the relevant type.
25653         * math/bug-nexttoward.c: Include <math-tests.h>.
25654         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25655         the relevant type.
25656         * math/test-misc.c: Include <math-tests.h>.
25657         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25658         the relevant type.
25660 2013-06-12  Andreas Jaeger  <aj@suse.de>
25662         * po/ia.po: Update Interlingua translation from translation
25663         project.
25665 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25667         * include/fenv.h: Include stdbool.h.
25668         (struct rm_ctx): New structure.
25669         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25670         Define macro.
25671         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25672         (SET_RESTORE_ROUNDF): Likewise.
25673         (SET_RESTORE_ROUNDL): Likewise.
25674         (SET_RESTORE_ROUND_NOEX): Likewise.
25675         (SET_RESTORE_ROUND_NOEXF): Likewise.
25676         (SET_RESTORE_ROUND_NOEXL): Likewise.
25677         (SET_RESTORE_ROUND_53BIT): Likewise.
25678         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25679         (libc_feresetround_noexf_ctx): Likewise.
25680         (libc_feresetround_noexl_ctx): Likewise.
25681         (libc_feholdsetround_53bit_ctx): Likewise.
25682         (libc_feresetround_53bit_ctx): Likewise.
25683         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25684         (libc_feholdexcept_setround_sse_ctx): New function.
25685         (libc_fesetenv_sse_ctx): Likewise.
25686         (libc_feupdateenv_sse_ctx): Likewise.
25687         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25688         (libc_feholdexcept_setround_387_ctx): Likewise.
25689         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25690         (libc_feholdsetround_387_prec_ctx): Likewise.
25691         (libc_feholdsetround_387_ctx): Likewise.
25692         (libc_feholdsetround_387_53bit_ctx): Likewise.
25693         (libc_feholdsetround_sse_ctx): Likewise.
25694         (libc_feresetround_sse_ctx): Likewise.
25695         (libc_feresetround_387_ctx): Likewise.
25696         (libc_feupdateenv_387_ctx): Likewise.
25697         (libc_feholdexcept_setroundf_ctx): Define macro.
25698         (libc_fesetenvf_ctx): Likewise.
25699         (libc_feupdateenvf_ctx): Likewise.
25700         (libc_feholdsetroundf_ctx): Likewise.
25701         (libc_feresetroundf_ctx): Likewise.
25702         (libc_feholdexcept_setround_ctx): Likewise.
25703         (libc_fesetenv_ctx): Likewise.
25704         (libc_feupdateenv_ctx): Likewise.
25705         (libc_feholdsetround_ctx): Likewise.
25706         (libc_feresetround_ctx): Likewise.
25707         (libc_feholdexcept_setroundl_ctx): Likewise.
25708         (libc_feupdateenvl_ctx): Likewise.
25709         (libc_feholdsetroundl_ctx): Likewise.
25710         (libc_feresetroundl_ctx): Likewise.
25711         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25712         (libc_feresetround_53bit_ctx): Likewise.
25714 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25716         * locale/iso-639.def: Convert to UTF-8.
25718 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25720         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25721         (EXCEPTION_TESTS_double): Likewise.
25722         (EXCEPTION_TESTS_long_double): Likewise.
25723         (EXCEPTION_TESTS): Likewise.
25724         * math/libm-test.inc (test_exceptions): Only test exceptions if
25725         EXCEPTION_TESTS (FLOAT).
25727 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25729         * benchtests/Makefile (string-bench): Add strcpy_chk and
25730         stpcpy_chk.
25731         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25732         * benchtests/bench-stpcpy_chk.c: New file.
25733         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25734         * benchtests/bench-strcpy_chk.c: New file.
25735         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25736         code.
25737         (do_test): Likewise.
25739 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25741         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25742         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25743         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25744         with tabs where appropriate.
25745         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25746         dl-procinfo.h.
25747         [PPC_PLATFORM_PPC440]: Likewise.
25748         [PPC_PLATFORM_PPC464]: Likewise.
25749         [PPC_PLATFORM_PPC476]: Likewise.
25750         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25751         ppc464, and ppc476 platform strings merging from ports/
25752         dl-procinfo.h.
25754 2013-06-11  Andreas Schwab  <schwab@suse.de>
25756         [BZ #14991]
25757         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25758         (from_ucs4_idx): Regenerate.
25759         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25760         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25761         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25762         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25763         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25764         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25765         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25766         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25767         from FROM_LOOP and TO_LOOP specific macros.
25768         (BODY): Handle combining characters.
25769         * iconvdata/BIG5HKSCS.irreversible: Update.
25770         * iconvdata/BIG5HKSCS.precomposed: New file.
25771         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25772         characters.
25773         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25775 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25777         * include/sys/time.h: Fix indentation and add copyright header.
25779         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25780         (do_test): Likewise.
25781         * string/test-memchr.c (do_one_test): Likewise.
25782         (do_test): Likewise.
25783         * string/test-memcmp.c (do_one_test): Likewise.
25784         (do_test): Likewise.
25785         * string/test-memcpy.c (do_one_test): Likewise.
25786         (do_test): Likewise.
25787         * string/test-memmem.c (do_one_test): Likewise.
25788         (do_test): Likewise.
25789         (do_random_tests): Likewise.
25790         * string/test-memmove.c (do_one_test): Likewise.
25791         (do_test): Likewise.
25792         * string/test-memset.c (do_one_test): Likewise.
25793         (do_test): Likewise.
25794         * string/test-rawmemchr.c (do_one_test): Likewise.
25795         (do_test): Likewise.
25796         * string/test-strcasecmp.c (do_one_test): Likewise.
25797         (do_test): Likewise.
25798         * string/test-strcasestr.c (do_one_test): Likewise.
25799         (do_test): Likewise.
25800         * string/test-strcat.c (do_one_test): Likewise.
25801         (do_test): Likewise.
25802         * string/test-strchr.c (do_one_test): Likewise.
25803         (do_test): Likewise.
25804         * string/test-strcmp.c (do_one_test): Likewise.
25805         (do_test): Likewise.
25806         * string/test-strcpy.c (do_one_test): Likewise.
25807         (do_test): Likewise.
25808         * string/test-string.h: Likewise.
25809         (test_init): Likewise.
25810         * string/test-strlen.c (do_one_test): Likewise.
25811         (do_test): Likewise.
25812         * string/test-strncasecmp.c (do_one_test): Likewise.
25813         (do_test): Likewise.
25814         * string/test-strncat.c (do_one_test): Likewise.
25815         (do_test): Likewise.
25816         * string/test-strncmp.c (do_one_test): Likewise.
25817         (do_test_limit): Likewise.
25818         (do_test): Likewise.
25819         * string/test-strncpy.c (do_one_test): Likewise.
25820         (do_test): Likewise.
25821         * string/test-strnlen.c (do_one_test): Likewise.
25822         (do_test): Likewise.
25823         * string/test-strpbrk.c (do_one_test): Likewise.
25824         (do_test): Likewise.
25825         * string/test-strrchr.c (do_one_test): Likewise.
25826         (do_test): Likewise.
25827         * string/test-strspn.c (do_one_test): Likewise.
25828         (do_test): Likewise.
25829         * string/test-strstr.c (do_one_test): Likewise.
25830         (do_test): Likewise.
25832         * benchtests/Makefile (string-bench): Add string benchmarks.
25833         * benchtests/bench-bcopy-ifunc.c: New file.
25834         * benchtests/bench-bcopy.c: New file.
25835         * benchtests/bench-bzero-ifunc.c: New file.
25836         * benchtests/bench-bzero.c: New file.
25837         * benchtests/bench-memccpy-ifunc.c: New file.
25838         * benchtests/bench-memccpy.c: New file.
25839         * benchtests/bench-memchr-ifunc.c: New file.
25840         * benchtests/bench-memchr.c: New file.
25841         * benchtests/bench-memcmp-ifunc.c: New file.
25842         * benchtests/bench-memcmp.c: New file.
25843         * benchtests/bench-memmem-ifunc.c: New file.
25844         * benchtests/bench-memmem.c: New file.
25845         * benchtests/bench-memmove-ifunc.c: New file.
25846         * benchtests/bench-memmove.c: New file.
25847         * benchtests/bench-mempcpy-ifunc.c: New file.
25848         * benchtests/bench-mempcpy.c: New file.
25849         * benchtests/bench-memset-ifunc.c: New file.
25850         * benchtests/bench-memset.c: New file.
25851         * benchtests/bench-rawmemchr-ifunc.c: New file.
25852         * benchtests/bench-rawmemchr.c: New file.
25853         * benchtests/bench-stpcpy-ifunc.c: New file.
25854         * benchtests/bench-stpcpy.c: New file.
25855         * benchtests/bench-stpncpy-ifunc.c: New file.
25856         * benchtests/bench-stpncpy.c: New file.
25857         * benchtests/bench-strcasecmp-ifunc.c: New file.
25858         * benchtests/bench-strcasecmp.c: New file.
25859         * benchtests/bench-strcasestr-ifunc.c: New file.
25860         * benchtests/bench-strcasestr.c: New file.
25861         * benchtests/bench-strcat-ifunc.c: New file.
25862         * benchtests/bench-strcat.c: New file.
25863         * benchtests/bench-strchr-ifunc.c: New file.
25864         * benchtests/bench-strchr.c: New file.
25865         * benchtests/bench-strchrnul-ifunc.c: New file.
25866         * benchtests/bench-strchrnul.c: New file.
25867         * benchtests/bench-strcmp-ifunc.c: New file.
25868         * benchtests/bench-strcmp.c: New file.
25869         * benchtests/bench-strcpy-ifunc.c: New file.
25870         * benchtests/bench-strcpy.c: New file.
25871         * benchtests/bench-strcspn-ifunc.c: New file.
25872         * benchtests/bench-strcspn.c: New file.
25873         * benchtests/bench-strlen-ifunc.c: New file.
25874         * benchtests/bench-strlen.c: New file.
25875         * benchtests/bench-strncasecmp-ifunc.c: New file.
25876         * benchtests/bench-strncasecmp.c: New file.
25877         * benchtests/bench-strncat-ifunc.c: New file.
25878         * benchtests/bench-strncat.c: New file.
25879         * benchtests/bench-strncmp-ifunc.c: New file.
25880         * benchtests/bench-strncmp.c: New file.
25881         * benchtests/bench-strncpy-ifunc.c: New file.
25882         * benchtests/bench-strncpy.c: New file.
25883         * benchtests/bench-strnlen-ifunc.c: New file.
25884         * benchtests/bench-strnlen.c: New file.
25885         * benchtests/bench-strpbrk-ifunc.c: New file.
25886         * benchtests/bench-strpbrk.c: New file.
25887         * benchtests/bench-strrchr-ifunc.c: New file.
25888         * benchtests/bench-strrchr.c: New file.
25889         * benchtests/bench-strspn-ifunc.c: New file.
25890         * benchtests/bench-strspn.c: New file.
25891         * benchtests/bench-strstr-ifunc.c: New file.
25892         * benchtests/bench-strstr.c: New file.
25894         * benchtests/Makefile: Disable parallel execution of targets.
25895         (string-bench): Add memcpy.
25896         (benchset): New variable to store a list of benchmark sets.
25897         (bench-func): Renamed from bench.
25898         (bench-set): New target.
25899         (bench): Depend on bench-func and bench-set.
25900         * benchtests/README: Add section on benchmark sets.
25901         * benchtests/bench-memcpy-ifunc.c: New file.
25902         * benchtests/bench-memcpy.c: New file.
25903         * benchtests/bench-string.h: New file.
25905 2013-06-11  Andreas Schwab  <schwab@suse.de>
25907         [BZ #15577]
25908         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25909         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25910         values in the triple.
25911         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25912         terminator in the group key.
25914 2013-06-11  Andreas Jaeger  <aj@suse.de>
25916         * po/zh_TW.po: Update Chinese (traditional) translation from
25917         translation project.
25919 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25921         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25922         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25923         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25924         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25925         (clock_getcpuclockid): Likewise.
25926         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25927         Add weak_alias and libc_hidden_def.
25928         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25929         * rt/clock_gettime.c (clock_gettime): Rename to
25930         __clock_gettime.  Add weak_alias and libc_hidden_def.
25931         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25932         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25933         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25934         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25935         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25936         Likewise.
25937         * rt/clock_settime.c (clock_settime): Rename to
25938         __clock_settime.  Add weak_alias and libc_hidden_def.
25939         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25941 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25943         * mach/err_boot.sub: Remove trailing whitespace.
25944         * mach/err_ipc.sub: Likewise.
25945         * mach/err_mach.sub: Likewise.
25947         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25948         (ROUNDING_TESTS_double): Likewise.
25949         (ROUNDING_TESTS_long_double): Likewise.
25950         (ROUNDING_TESTS): Likewise.
25951         * math/libm-test.inc: Include <math-tests.h>.
25952         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25953         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25954         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25955         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25957 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25959         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25960         of assigning.
25962 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25964         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25965         otherwise empty TRANS lines.
25966         * sysdeps/gnu/errlist.c: Regenerated.
25968         * catgets/gencat.c (error_print): Use (void) in function
25969         definition.
25970         * crypt/crypt_util.c (__init_des): Likewise.
25971         * crypt/speeds.c (Stop): Likewise.
25972         (main): Likewise.
25973         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25974         * inet/ruserpass.c (token): Likewise.
25975         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25976         * intl/localealias.c (extend_alias_table): Likewise.
25977         * intl/plural-exp.c (init_germanic_plural): Likewise.
25978         * libio/fcloseall.c (__fcloseall): Likewise.
25979         * libio/genops.c (_IO_flush_all): Likewise.
25980         (_IO_flush_all_linebuffered): Likewise.
25981         (_IO_cleanup): Likewise.
25982         (_IO_iter_begin): Likewise.
25983         (_IO_iter_end): Likewise.
25984         (_IO_list_lock): Likewise.
25985         (_IO_list_unlock): Likewise.
25986         (_IO_list_resetlock): Likewise.
25987         * libio/getchar.c (getchar): Likewise.
25988         * libio/getchar_u.c (getchar_unlocked): Likewise.
25989         * libio/getwchar.c (getwchar): Likewise.
25990         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25991         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25992         * login/getpt.c (__getpt): Likewise.
25993         * login/tst-utmp.c (main): Likewise.
25994         * malloc/hooks.c (__malloc_check_init): Likewise.
25995         * malloc/malloc.c (__malloc_stats): Likewise.
25996         * malloc/mtrace.c (tr_break): Likewise.
25997         (mtrace): Likewise.
25998         (muntrace): Likewise.
25999         * misc/fstab.c (endfsent): Likewise.
26000         * misc/getclktck.c (__getclktck): Likewise.
26001         * misc/getdtsz.c (__getdtablesize): Likewise.
26002         * misc/gethostid.c (gethostid): Likewise.
26003         * misc/getpagesize.c (__getpagesize): Likewise.
26004         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26005         (__get_nprocs): Likewise.
26006         (__get_phys_pages): Likewise.
26007         (__get_avphys_pages): Likewise.
26008         * misc/getttyent.c (getttyent): Likewise.
26009         (setttyent): Likewise.
26010         (endttyent): Likewise.
26011         * misc/getusershell.c (getusershell): Likewise.
26012         (endusershell): Likewise.
26013         (setusershell): Likewise.
26014         (initshells): Likewise.
26015         * misc/hsearch.c (__hdestroy): Likewise.
26016         * misc/sync.c (sync): Likewise.
26017         * misc/syslog.c (closelog_internal): Likewise.
26018         (closelog): Likewise.
26019         * misc/ttyslot.c (ttyslot): Likewise.
26020         * misc/vhangup.c (vhangup): Likewise.
26021         * posix/fork.c (__fork): Likewise.
26022         * posix/getegid.c (__getegid): Likewise.
26023         * posix/geteuid.c (__geteuid): Likewise.
26024         * posix/getgid.c (__getgid): Likewise.
26025         * posix/getpid.c (__getpid): Likewise.
26026         * posix/getppid.c (__getppid): Likewise.
26027         * posix/getuid.c (__getuid): Likewise.
26028         * posix/pause.c (pause): Likewise.
26029         * posix/setpgrp.c (setpgrp): Likewise.
26030         * posix/setsid.c (__setsid): Likewise.
26031         * posix/test-vfork.c (noop): Likewise.
26032         * resolv/gethnamaddr.c (_endhtent): Likewise.
26033         (_gethtent): Likewise.
26034         (ht_endhostent): Likewise.
26035         (gethostent): Likewise.
26036         (dns_service): Likewise.
26037         * stdlib/drand48.c (drand48): Likewise.
26038         * stdlib/lrand48.c (lrand48): Likewise.
26039         * stdlib/mrand48.c (mrand48): Likewise.
26040         * stdlib/rand.c (rand): Likewise.
26041         * stdlib/random.c (__random): Likewise.
26042         * stdlib/setenv.c (clearenv): Likewise.
26043         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26044         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26045         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26046         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26047         (__get_nprocs): Likewise.
26048         (__get_phys_pages): Likewise.
26049         (__get_avphys_pages): Likewise.
26050         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26051         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26052         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26053         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26054         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26055         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26056         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26057         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26058         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26059         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26060         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26061         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26062         * sysdeps/posix/clock.c (clock): Likewise.
26063         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26064         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26065         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26066         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26067         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26068         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26069         (__get_nprocs_conf): Likewise.
26070         (__get_phys_pages): Likewise.
26071         (__get_avphys_pages): Likewise.
26072         * time/clock.c (clock): Likewise.
26073         * time/tzset.c (__tzname_max): Likewise.
26075 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26077         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26078         (__bswap_32): Do not use "register".
26079         * crypt/crypt.c (_ufc_doit_r): Likewise.
26080         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26081         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26082         * gmon/gmon.c (__monstartup): Likewise.
26083         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26084         * hurd/hurdmalloc.c (more_memory): Likewise.
26085         (malloc): Likewise.
26086         (free): Likewise.
26087         (realloc): Likewise.
26088         (malloc_fork_prepare): Likewise.
26089         (malloc_fork_parent): Likewise.
26090         (malloc_fork_child): Likewise.
26091         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26092         (_svcauth_des): Likewise.
26093         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26094         * inet/inet_net.c (inet_network): Likewise.
26095         * inet/inet_netof.c (inet_netof): Likewise.
26096         * inet/rcmd.c (__validuser2_sa): Likewise.
26097         * io/fts.c (fts_open): Likewise.
26098         (fts_load): Likewise.
26099         (fts_close): Likewise.
26100         (fts_read): Likewise.
26101         (fts_children): Likewise.
26102         (fts_build): Likewise.
26103         (fts_stat): Likewise.
26104         (fts_sort): Likewise.
26105         (fts_alloc): Likewise.
26106         (fts_lfree): Likewise.
26107         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26108         (_IO_file_xsgetn): Likewise.
26109         (_IO_file_xsgetn_mmap): Likewise.
26110         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26111         (_IO_cookie_write): Likewise.
26112         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26113         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26114         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26115         * malloc/obstack.c (_obstack_begin): Likewise.
26116         (_obstack_begin_1): Likewise.
26117         (_obstack_newchunk): Likewise.
26118         (_obstack_allocated_p): Likewise.
26119         (obstack_free): Likewise.
26120         (_obstack_memory_used): Likewise.
26121         * misc/getttyent.c (getttynam): Likewise.
26122         (getttyent): Likewise.
26123         (skip): Likewise.
26124         (value): Likewise.
26125         * misc/getusershell.c (initshells): Likewise.
26126         * misc/syslog.c (__vsyslog_chk): Likewise.
26127         * misc/ttyslot.c (ttyslot): Likewise.
26128         * nis/nis_hash.c (__nis_hash): Likewise.
26129         * posix/fnmatch_loop.c (FCT): Likewise.
26130         * posix/getconf.c (print_all): Likewise.
26131         (main): Likewise.
26132         * posix/getopt.c (exchange): Likewise.
26133         * posix/glob.c (globfree): Likewise.
26134         (prefix_array): Likewise.
26135         (__glob_pattern_type): Likewise.
26136         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26137         (NS_GET32): Likewise.
26138         (NS_PUT16): Likewise.
26139         (NS_PUT32): Likewise.
26140         * resolv/gethnamaddr.c (getanswer): Likewise.
26141         (gethostbyname2): Likewise.
26142         (gethostbyaddr): Likewise.
26143         (_gethtent): Likewise.
26144         (_gethtbyname2): Likewise.
26145         (_gethtbyaddr): Likewise.
26146         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26147         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26148         * resolv/res_init.c (__res_vinit): Likewise.
26149         (net_mask): Likewise.
26150         * resolv/res_mkquery.c (outchar): Likewise.
26151         (PRINT): Likewise.
26152         * stdio-common/printf_fp.c (outchar): Likewise.
26153         (PRINT): Likewise.
26154         * stdio-common/printf_fphex.c (outchar): Likewise.
26155         (PRINT): Likewise.
26156         * stdio-common/printf_size.c (outchar): Likewise.
26157         (PRINT): Likewise.
26158         * stdio-common/test_rdwr.c (main): Likewise.
26159         * stdio-common/tfformat.c (matches): Likewise.
26160         * stdio-common/vfprintf.c (outchar): Likewise.
26161         (printf_unknown): Likewise.
26162         (buffered_vfprintf): Likewise.
26163         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26164         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26165         (ReadFile): Likewise.
26166         * stdlib/qsort.c (SWAP): Likewise.
26167         (_quicksort): Likewise.
26168         * stdlib/setenv.c (__add_to_environ): Likewise.
26169         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26170         * stdlib/strtol_l.c (__strtol_l): Likewise.
26171         * stdlib/tst-strtod.c (main): Likewise.
26172         * stdlib/tst-strtol.c (main): Likewise.
26173         * stdlib/tst-strtoll.c (main): Likewise.
26174         * string/bits/string2.h (__strcmp_cc): Likewise.
26175         (__strcmp_cg): Likewise.
26176         (__strcspn_c1): Likewise.
26177         (__strcspn_c2): Likewise.
26178         (__strcspn_c3): Likewise.
26179         (__strspn_c1): Likewise.
26180         (__strspn_c2): Likewise.
26181         (__strspn_c3): Likewise.
26182         (__strsep_1c): Likewise.
26183         (__strsep_2c): Likewise.
26184         (__strsep_3c): Likewise.
26185         * string/memccpy.c (__memccpy): Likewise.
26186         * string/stpcpy.c (__stpcpy): Likewise.
26187         * string/strcmp.c (strcmp): Likewise.
26188         * string/strrchr.c (strrchr): Likewise.
26189         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26190         Likewise.
26191         * sysdeps/mach/hurd/getcwd.c
26192         (_hurd_canonicalize_directory_name_internal): Likewise.
26193         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26194         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26195         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26196         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26197         Likewise, in both definitions.
26198         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26199         definitions.
26200         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26201         64] (__bswap_64): Likewise.
26202         * time/test_time.c (main): Likewise.
26203         * time/tzfile.c (__tzfile_read): Likewise.
26204         (__tzfile_compute): Likewise.
26205         * time/tzset.c (__tzset_parse_tz): Likewise.
26206         (tzset_internal): Likewise.
26207         (compute_change): Likewise.
26208         * wcsmbs/wcscat.c (__wcscat): Likewise.
26209         * wcsmbs/wcschr.c (wcschr): Likewise.
26210         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26211         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26212         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26213         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26214         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26215         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26216         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26217         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26218         * wcsmbs/wmemset.c (wmemset): Likewise.
26220 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26222         * scripts/config.guess: Update to version 2013-05-16.
26223         * scripts/config.sub: Update to version 2013-04-24.
26224         * scripts/install-sh: Update to version 2011-11-20.07.
26225         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26226         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26228 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26230         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26231         * elf/sln.c: Likewise.
26232         * hurd/hurd/ioctl.h: Likewise.
26233         * hurd/hurdmalloc.c: Likewise.
26234         * hurd/xattr.c: Likewise.
26235         * include/shlib-compat.h: Likewise.
26236         * inet/ruserpass.c: Likewise.
26237         * libio/iofgets_u.c: Likewise.
26238         * libio/iofgetws_u.c: Likewise.
26239         * locale/programs/ld-identification.c: Likewise.
26240         * locale/programs/ld-time.c: Likewise.
26241         * mach/msg-destroy.c: Likewise.
26242         * nss/nss_files/files-netgrp.c: Likewise.
26243         * resolv/res_data.c: Likewise.
26244         * soft-fp/op-1.h: Likewise.
26245         * soft-fp/op-2.h: Likewise.
26246         * soft-fp/op-4.h: Likewise.
26247         * soft-fp/op-common.h: Likewise.
26248         * stdio-common/printf_fphex.c: Likewise.
26249         * stdlib/strtod_l.c: Likewise.
26250         * sunrpc/rpc/clnt.h: Likewise.
26251         * sysdeps/generic/framestate.c: Likewise.
26252         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26253         * sysdeps/i386/bsd-setjmp.S: Likewise.
26254         * sysdeps/i386/__longjmp.S: Likewise.
26255         * sysdeps/i386/setjmp.S: Likewise.
26256         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26257         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26258         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26259         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26260         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26261         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26262         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26263         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26264         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26265         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26266         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26267         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26268         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26269         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26270         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26271         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26272         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26273         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26274         * sysdeps/ieee754/support.c: Likewise.
26275         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26276         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26277         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26278         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26279         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26280         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26281         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26282         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26283         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26284         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26285         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26286         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26287         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26288         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26289         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26290         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26291         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26294 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26296         * posix/transbug.c: Remove executable mode.
26298 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26300         * crypt/speeds.c: Remove trailing whitespace.
26301         * dlfcn/default.c: Likewise.
26302         * elf/ifuncdep2.c: Likewise.
26303         * elf/ifuncmain1.c: Likewise.
26304         * elf/ifuncmain1vis.c: Likewise.
26305         * elf/testobj.h: Likewise.
26306         * elf/tst-stackguard1.c: Likewise.
26307         * gmon/sys/gmon.h: Likewise.
26308         * hurd/hurdmsg.c: Likewise.
26309         * hurd/new-fd.c: Likewise.
26310         * hurd/ports-get.c: Likewise.
26311         * iconvdata/ibm1008_420.c: Likewise.
26312         * inet/tst-getni1.c: Likewise.
26313         * inet/tst-getni2.c: Likewise.
26314         * libio/ioungetc.c: Likewise.
26315         * libio/wfiledoalloc.c: Likewise.
26316         * manual/libm-err-tab.pl: Likewise.
26317         * math/w_dremf.c: Likewise.
26318         * misc/ftruncate.c: Likewise.
26319         * posix/bug-glob2.c: Likewise.
26320         * posix/tst-pcre.c: Likewise.
26321         * posix/wait4.c: Likewise.
26322         * resolv/README: Likewise.
26323         * resolv/res_debug.h: Likewise.
26324         * resolv/tst-inet_ntop.c: Likewise.
26325         * setjmp/bug269-setjmp.c: Likewise.
26326         * soft-fp/extended.h: Likewise.
26327         * soft-fp/op-1.h: Likewise.
26328         * soft-fp/op-2.h: Likewise.
26329         * soft-fp/op-4.h: Likewise.
26330         * soft-fp/op-8.h: Likewise.
26331         * soft-fp/testit.c: Likewise.
26332         * stdio-common/bug16.c: Likewise.
26333         * stdlib/random.c: Likewise.
26334         * sunrpc/rpcsvc/rquota.x: Likewise.
26335         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26336         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26337         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26338         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26339         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26340         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26341         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26342         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26343         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26344         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26345         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26346         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26347         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26348         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26349         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26350         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26351         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26352         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26353         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26354         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26355         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26356         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26357         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26358         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26359         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26360         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26361         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26362         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26363         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26364         * sysdeps/ieee754/s_lib_version.c: Likewise.
26365         * sysdeps/mach/hurd/check_fds.c: Likewise.
26366         * sysdeps/mach/hurd/getsockname.c: Likewise.
26367         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26368         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26369         * sysdeps/powerpc/bits/link.h: Likewise.
26370         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26371         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26372         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26373         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26374         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26375         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26376         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26377         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26378         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26379         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26380         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26381         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26382         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26383         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26384         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26385         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26386         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26387         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26388         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26389         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26390         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26391         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26392         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26393         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26394         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26395         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26396         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26397         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26398         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26399         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26400         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26401         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26402         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26403         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26404         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26405         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26406         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26407         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26408         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26409         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26410         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26411         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26412         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26413         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26414         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26415         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26416         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26417         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26418         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26419         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26420         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26421         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26422         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26423         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26424         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26425         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26426         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26427         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26428         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26429         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26430         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26431         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26432         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26433         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26434         * sysdeps/powerpc/sysdep.h: Likewise.
26435         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26436         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26437         * sysdeps/sh/dl-trampoline.S: Likewise.
26438         * sysdeps/sh/memset.S: Likewise.
26439         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26440         * sysdeps/sh/strlen.S: Likewise.
26441         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26442         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26443         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26444         * sysdeps/sparc/sparc32/rem.S: Likewise.
26445         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26446         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26447         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26448         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26449         * sysdeps/sparc/sparc32/urem.S: Likewise.
26450         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26451         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26452         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26453         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26454         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26455         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26456         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26457         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26458         * sysdeps/unix/bsd/times.c: Likewise.
26459         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26460         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26464         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26465         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26466         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26467         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26468         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26469         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26470         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26471         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26472         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26473         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26474         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26475         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26476         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26477         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26478         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26479         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26480         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26481         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26482         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26483         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26484         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26485         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26486         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26487         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26488         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26489         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26490         * sysdeps/x86_64/strcspn.S: Likewise.
26492 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26494         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26495         generated file.  Regenerate properly from gen-translit.pl.
26496         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26497         locale/C-translit.h.
26499 2013-06-05  Andreas Schwab  <schwab@suse.de>
26501         [BZ #15100]
26502         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26503         week as 6 instead of -1.
26504         * time/tst-strptime.c (day_tests): Add test case.
26506 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26508         * sysdeps/generic/math_private.h
26509         (libc_feholdexcept_setround_53bit): Replace with
26510         libc_feholdsetround_53bit.
26511         (libc_feupdateenv_53bit): Replace with
26512         libc_feresetround_53bit.
26513         (SET_RESTORE_ROUND_53BIT): Adjust.
26515 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26517         * string/test-strchrnul.c: Add copyright header.
26519         * posix/tst-getaddrinfo4.c: Increase test timeout.
26521 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26523         [BZ #15536]
26524         * math/libm-test.inc (MAX_EXP): Remove
26525         (MIN_EXP): Define.
26526         (ulp): Use MIN_EXP - MANT_DIG.
26527         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26529 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26531         * po/be.po: Revert last change.
26532         * po/zh_CN.po: Likewise.
26533         * po/header.pot: Likewise.
26535 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26537         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26538         link-libc-deps to empty as target-specific variable.
26539         * Makerules (link-libc-args): New variable.
26540         (libc-for-link): Likewise.
26541         (link-libc-deps): Likewise.
26542         (lib%.so): Depend on $(link-libc-deps).  Link with
26543         $(link-libc-args).
26544         (build-module): Link with $(link-libc-args).
26545         (build-module-asneeded): Likewise.
26546         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26547         list of objects.
26548         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26549         target-specific variable.
26550         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26551         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26552         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26553         libc.
26554         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26555         libc and ld.so.
26556         ($(objpfx)libpcprofile.so): Likewise.
26557         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26558         libc_nonshared.a.
26559         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26560         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26561         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26562         $(link-libc-deps).
26563         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26564         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26565         * login/Makefile ($(objpfx)libutil.so): Likewise.
26566         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26567         * math/Makefile ($(objpfx)libm.so): Likewise.
26568         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26569         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26570         variable instead of depending directly on libc.
26571         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26572         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26573         $(link-libc-deps).
26574         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26575         libc.
26576         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26577         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26578         ($(objpfx)libanl.so): Likewise.
26579         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26580         ld.so.
26581         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26582         $(link-libc-deps).
26583         * sysdeps/i386/fpu/Makefile: Remove file.
26584         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26585         ($(objpfx)libm.so): Remove dependency on ld.so.
26587 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26589         [BZ # 15553]
26590         * nis/yp_xdr.c (XDRMAXNAME): Define.
26591         (XDRMAXRECORD): Define.
26592         (xdr_domainname): Use XDRMAXNAME.
26593         (xdr_mapname): Likewise.
26594         (xdr_peername): Likewise.
26595         (xdr_keydat): Use XDRMAXRECORD.
26596         (xdr_valdat): Likewise.
26598 2013-05-30  Jeff Law  <law@redhat.com>
26600         [BZ #14256]
26601         * manual/errno.texi (ESTALE): Update to account for more than
26602         just NFS file systems.
26603         * sysdeps/gnu/errlist.c: Regenerated.
26605 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26607         [BZ #15465]
26608         * elf/Makefile (tests): Add tst-null-argv.
26609         (modules-names):  Add tst-null-argv-lib.
26610         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26611         (tst-null-argv-ENV): Set environment for tst-null-argv.
26612         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26613         (RTLD_PROGNAME): New macro.
26614         * elf/tst-null-argv.c: New test case.
26615         * elf/tst-null-argv-lib.c: Library for test case.
26616         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26617         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26618         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26619         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26620         * elf/dl-init.c (call_init): Likewise.
26621         (_dl_init): Likewise.
26622         * elf/dl-load.c (print_search_path): Likewise.
26623         (_dl_map_object): Likewise.
26624         * elf/dl-lookup.c (do_lookup_x): Likewise.
26625         (add_dependency): Likewise.
26626         (_dl_lookup_symbol_x): Likewise.
26627         (_dl_debug_bindings): Likewise.
26628         * elf/dl-open.c (_dl_show_scope): Likewise.
26629         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26630         * elf/dl-version.c (match_symbol): Likewise.
26631         (_dl_check_map_versions): Likewise.
26632         * elf/rtld.c (dl_main): Likewise.
26633         (print_unresolved): Use RTLD_PROGNAME.
26634         (print_missing_version): Likewise.
26635         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26636         (elf_machine_rela): Likewise.
26637         * sysdeps/powerpc/powerpc32/dl-machine.c
26638         (__process_machine_rela): Likewise.
26639         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26640         Likewise.
26641         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26642         Likewise.
26643         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26644         Likewise.
26645         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26646         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26647         Likewise.
26648         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26649         Likewise.
26650         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26652 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26654         * po/be.po: Add descriptive title.
26655         * po/zh_CN.po: Likewise.
26656         * po/header.pot: Likewise.
26658 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26660         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26661         error message.
26662         (enlarge_archive): Likewise.
26664 2013-05-28  Ben North  <ben@redfrontdoor.org>
26666         * manual/arith.texi (frexp): It is the magnitude of the return
26667         value which lies in [0.5, 1), not the return value itself.
26669 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26671         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26673 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26675         * stdio-common/bug26.c (main): Correct fscanf template.
26677         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26678         declare _dl_skip_args.
26680         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26681         Don't declare.
26683         * manual/platform.texi: Add missing @end deftypefun.
26685 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26687         [BZ #15529]
26688         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26689         bit of mantissa of 2^16382.
26690         * math/libm-test.inc (hypot_test_data): Add more tests.
26692         * math/libm-test.inc: Add drem and pow10 to list of tested
26693         functions.
26694         (pow10_test): New function.
26695         (drem_test): Likewise.
26696         (drem_test_tonearest): Likewise.
26697         (drem_test_towardzero): Likewise.
26698         (drem_test_downward): Likewise.
26699         (drem_test_upward): Likewise.
26700         (main): Call the new functions.
26702         * math/libm-test.inc (finite_test_data): Remove.
26703         (finite_test): Run tests from isfinite_test_data.
26704         (gamma_test_data): Remove.
26705         (gamma_test): Run tests from lgamma_test_data.
26706         * sysdeps/i386/fpu/libm-test-ulps: Update.
26707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26709 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26711         * manual/platform.texi: Add PowerPC PPR function set documentation.
26712         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26713         implementation.
26715 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26717         * math/libm-test.inc (MAX_EXP): Define.
26718         (ULPDIFF): Define.
26719         (ulp): New function.
26720         (check_float_internal): Use ULPDIFF.
26721         (cpow_test): Disable failing test.
26722         (check_ulp): Test ulp() implemetnation.
26723         (main): Call check_ulp before starting tests.
26725 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26727         * math/gen-libm-test.pl (generate_testfile): Do not handle
26728         START_DATA and END_DATA.
26729         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26730         END_DATA.
26731         (acos_tonearest_test_data): Likewise.
26732         (acos_towardzero_test_data): Likewise.
26733         (acos_downward_test_data): Likewise.
26734         (acos_upward_test_data): Likewise.
26735         (acosh_test_data): Likewise.
26736         (asin_test_data): Likewise.
26737         (asin_tonearest_test_data): Likewise.
26738         (asin_towardzero_test_data): Likewise.
26739         (asin_downward_test_data): Likewise.
26740         (asin_upward_test_data): Likewise.
26741         (asinh_test_data): Likewise.
26742         (atan_test_data): Likewise.
26743         (atanh_test_data): Likewise.
26744         (atan2_test_data): Likewise.
26745         (cabs_test_data): Likewise.
26746         (cacos_test_data): Likewise.
26747         (cacosh_test_data): Likewise.
26748         (carg_test_data): Likewise.
26749         (casin_test_data): Likewise.
26750         (casinh_test_data): Likewise.
26751         (catan_test_data): Likewise.
26752         (catanh_test_data): Likewise.
26753         (cbrt_test_data): Likewise.
26754         (ccos_test_data): Likewise.
26755         (ccosh_test_data): Likewise.
26756         (ceil_test_data): Likewise.
26757         (cexp_test_data): Likewise.
26758         (cimag_test_data): Likewise.
26759         (clog_test_data): Likewise.
26760         (clog10_test_data): Likewise.
26761         (conj_test_data): Likewise.
26762         (copysign_test_data): Likewise.
26763         (cos_test_data): Likewise.
26764         (cos_tonearest_test_data): Likewise.
26765         (cos_towardzero_test_data): Likewise.
26766         (cos_downward_test_data): Likewise.
26767         (cos_upward_test_data): Likewise.
26768         (cosh_test_data): Likewise.
26769         (cosh_tonearest_test_data): Likewise.
26770         (cosh_towardzero_test_data): Likewise.
26771         (cosh_downward_test_data): Likewise.
26772         (cosh_upward_test_data): Likewise.
26773         (cpow_test_data): Likewise.
26774         (cproj_test_data): Likewise.
26775         (creal_test_data): Likewise.
26776         (csin_test_data): Likewise.
26777         (csinh_test_data): Likewise.
26778         (csqrt_test_data): Likewise.
26779         (ctan_test_data): Likewise.
26780         (ctan_tonearest_test_data): Likewise.
26781         (ctan_towardzero_test_data): Likewise.
26782         (ctan_downward_test_data): Likewise.
26783         (ctan_upward_test_data): Likewise.
26784         (ctanh_test_data): Likewise.
26785         (ctanh_tonearest_test_data): Likewise.
26786         (ctanh_towardzero_test_data): Likewise.
26787         (ctanh_downward_test_data): Likewise.
26788         (ctanh_upward_test_data): Likewise.
26789         (erf_test_data): Likewise.
26790         (erfc_test_data): Likewise.
26791         (exp_test_data): Likewise.
26792         (exp_tonearest_test_data): Likewise.
26793         (exp_towardzero_test_data): Likewise.
26794         (exp_downward_test_data): Likewise.
26795         (exp_upward_test_data): Likewise.
26796         (exp10_test_data): Likewise.
26797         (exp2_test_data): Likewise.
26798         (expm1_test_data): Likewise.
26799         (fabs_test_data): Likewise.
26800         (fdim_test_data): Likewise.
26801         (finite_test_data): Likewise.
26802         (floor_test_data): Likewise.
26803         (fma_test_data): Likewise.
26804         (fma_towardzero_test_data): Likewise.
26805         (fma_downward_test_data): Likewise.
26806         (fma_upward_test_data): Likewise.
26807         (fmax_test_data): Likewise.
26808         (fmin_test_data): Likewise.
26809         (fmod_test_data): Likewise.
26810         (fpclassify_test_data): Likewise.
26811         (frexp_test_data): Likewise.
26812         (gamma_test_data): Likewise.
26813         (hypot_test_data): Likewise.
26814         (ilogb_test_data): Likewise.
26815         (isfinite_test_data): Likewise.
26816         (isgreater_test_data): Likewise.
26817         (isgreaterequal_test_data): Likewise.
26818         (isinf_test_data): Likewise.
26819         (isless_test_data): Likewise.
26820         (islessequal_test_data): Likewise.
26821         (islessgreater_test_data): Likewise.
26822         (isnan_test_data): Likewise.
26823         (isnormal_test_data): Likewise.
26824         (issignaling_test_data): Likewise.
26825         (isunordered_test_data): Likewise.
26826         (j0_test_data): Likewise.
26827         (j1_test_data): Likewise.
26828         (jn_test_data): Likewise.
26829         (ldexp_test_data): Likewise.
26830         (lgamma_test_data): Likewise.
26831         (lrint_test_data): Likewise.
26832         (lrint_tonearest_test_data): Likewise.
26833         (lrint_towardzero_test_data): Likewise.
26834         (lrint_downward_test_data): Likewise.
26835         (lrint_upward_test_data): Likewise.
26836         (llrint_test_data): Likewise.
26837         (llrint_tonearest_test_data): Likewise.
26838         (llrint_towardzero_test_data): Likewise.
26839         (llrint_downward_test_data): Likewise.
26840         (llrint_upward_test_data): Likewise.
26841         (log_test_data): Likewise.
26842         (log10_test_data): Likewise.
26843         (log1p_test_data): Likewise.
26844         (log2_test_data): Likewise.
26845         (logb_test_data): Likewise.
26846         (logb_downward_test_data): Likewise.
26847         (lround_test_data): Likewise.
26848         (llround_test_data): Likewise.
26849         (modf_test_data): Likewise.
26850         (nearbyint_test_data): Likewise.
26851         (nextafter_test_data): Likewise.
26852         (nexttoward_test_data): Likewise.
26853         (pow_test_data): Likewise.
26854         (pow_tonearest_test_data): Likewise.
26855         (pow_towardzero_test_data): Likewise.
26856         (pow_downward_test_data): Likewise.
26857         (pow_upward_test_data): Likewise.
26858         (remainder_test_data): Likewise.
26859         (remainder_tonearest_test_data): Likewise.
26860         (remainder_towardzero_test_data): Likewise.
26861         (remainder_downward_test_data): Likewise.
26862         (remainder_upward_test_data): Likewise.
26863         (remquo_test_data): Likewise.
26864         (rint_test_data): Likewise.
26865         (rint_tonearest_test_data): Likewise.
26866         (rint_towardzero_test_data): Likewise.
26867         (rint_downward_test_data): Likewise.
26868         (rint_upward_test_data): Likewise.
26869         (round_test_data): Likewise.
26870         (scalb_test_data): Likewise.
26871         (scalbn_test_data): Likewise.
26872         (scalbln_test_data): Likewise.
26873         (signbit_test_data): Likewise.
26874         (sin_test_data): Likewise.
26875         (sin_tonearest_test_data): Likewise.
26876         (sin_towardzero_test_data): Likewise.
26877         (sin_downward_test_data): Likewise.
26878         (sin_upward_test_data): Likewise.
26879         (sincos_test_data): Likewise.
26880         (sinh_test_data): Likewise.
26881         (sinh_tonearest_test_data): Likewise.
26882         (sinh_towardzero_test_data): Likewise.
26883         (sinh_downward_test_data): Likewise.
26884         (sinh_upward_test_data): Likewise.
26885         (sqrt_test_data): Likewise.
26886         (tan_test_data): Likewise.
26887         (tan_tonearest_test_data): Likewise.
26888         (tan_towardzero_test_data): Likewise.
26889         (tan_downward_test_data): Likewise.
26890         (tan_upward_test_data): Likewise.
26891         (tanh_test_data): Likewise.
26892         (tgamma_test_data): Likewise.
26893         (trunc_test_data): Likewise.
26894         (y0_test_data): Likewise.
26895         (y1_test_data): Likewise.
26896         (yn_test_data): Likewise.
26897         (significand_test_data): Likewise.
26899         * math/gen-libm-test.pl (@functions): Remove variable.
26900         (generate_testfile): Don't handle START and END lines.
26901         * math/libm-test.inc (START): New macro.
26902         (END): Likewise.
26903         (END_COMPLEX): Likewise.
26904         (acos_test): Use END macro without arguments.
26905         (acos_test_tonearest): Likewise.
26906         (acos_test_towardzero): Likewise.
26907         (acos_test_downward): Likewise.
26908         (acos_test_upward): Likewise.
26909         (acosh_test): Likewise.
26910         (asin_test): Likewise.
26911         (asin_test_tonearest): Likewise.
26912         (asin_test_towardzero): Likewise.
26913         (asin_test_downward): Likewise.
26914         (asin_test_upward): Likewise.
26915         (asinh_test): Likewise.
26916         (atan_test): Likewise.
26917         (atanh_test): Likewise.
26918         (atan2_test): Likewise.
26919         (cabs_test): Likewise.
26920         (cacos_test): Use END_COMPLEX macro without arguments.
26921         (cacosh_test): Likewise.
26922         (carg_test): Use END macro without arguments.
26923         (casin_test): Use END_COMPLEX macro without arguments.
26924         (casinh_test): Likewise.
26925         (catan_test): Likewise.
26926         (catanh_test): Likewise.
26927         (cbrt_test): Use END macro without arguments.
26928         (ccos_test): Use END_COMPLEX macro without arguments.
26929         (ccosh_test): Likewise.
26930         (ceil_test): Use END macro without arguments.
26931         (cexp_test): Use END_COMPLEX macro without arguments.
26932         (cimag_test): Use END macro without arguments.
26933         (clog_test): Use END_COMPLEX macro without arguments.
26934         (clog10_test): Likewise.
26935         (conj_test): Likewise.
26936         (copysign_test): Use END macro without arguments.
26937         (cos_test): Likewise.
26938         (cos_test_tonearest): Likewise.
26939         (cos_test_towardzero): Likewise.
26940         (cos_test_downward): Likewise.
26941         (cos_test_upward): Likewise.
26942         (cosh_test): Likewise.
26943         (cosh_test_tonearest): Likewise.
26944         (cosh_test_towardzero): Likewise.
26945         (cosh_test_downward): Likewise.
26946         (cosh_test_upward): Likewise.
26947         (cpow_test): Use END_COMPLEX macro without arguments.
26948         (cproj_test): Likewise.
26949         (creal_test): Use END macro without arguments.
26950         (csin_test): Use END_COMPLEX macro without arguments.
26951         (csinh_test): Likewise.
26952         (csqrt_test): Likewise.
26953         (ctan_test): Likewise.
26954         (ctan_test_tonearest): Likewise.
26955         (ctan_test_towardzero): Likewise.
26956         (ctan_test_downward): Likewise.
26957         (ctan_test_upward): Likewise.
26958         (ctanh_test): Likewise.
26959         (ctanh_test_tonearest): Likewise.
26960         (ctanh_test_towardzero): Likewise.
26961         (ctanh_test_downward): Likewise.
26962         (ctanh_test_upward): Likewise.
26963         (erf_test): Use END macro without arguments.
26964         (erfc_test): Likewise.
26965         (exp_test): Likewise.
26966         (exp_test_tonearest): Likewise.
26967         (exp_test_towardzero): Likewise.
26968         (exp_test_downward): Likewise.
26969         (exp_test_upward): Likewise.
26970         (exp10_test): Likewise.
26971         (exp2_test): Likewise.
26972         (expm1_test): Likewise.
26973         (fabs_test): Likewise.
26974         (fdim_test): Likewise.
26975         (finite_test): Likewise.
26976         (floor_test): Likewise.
26977         (fma_test): Likewise.
26978         (fma_test_towardzero): Likewise.
26979         (fma_test_downward): Likewise.
26980         (fma_test_upward): Likewise.
26981         (fmax_test): Likewise.
26982         (fmin_test): Likewise.
26983         (fmod_test): Likewise.
26984         (fpclassify_test): Likewise.
26985         (frexp_test): Likewise.
26986         (gamma_test): Likewise.
26987         (hypot_test): Likewise.
26988         (ilogb_test): Likewise.
26989         (isfinite_test): Likewise.
26990         (isgreater_test): Likewise.
26991         (isgreaterequal_test): Likewise.
26992         (isinf_test): Likewise.
26993         (isless_test): Likewise.
26994         (islessequal_test): Likewise.
26995         (islessgreater_test): Likewise.
26996         (isnan_test): Likewise.
26997         (isnormal_test): Likewise.
26998         (issignaling_test): Likewise.
26999         (isunordered_test): Likewise.
27000         (j0_test): Likewise.
27001         (j1_test): Likewise.
27002         (jn_test): Likewise.
27003         (ldexp_test): Likewise.
27004         (lgamma_test): Likewise.
27005         (lrint_test): Likewise.
27006         (lrint_test_tonearest): Likewise.
27007         (lrint_test_towardzero): Likewise.
27008         (lrint_test_downward): Likewise.
27009         (lrint_test_upward): Likewise.
27010         (llrint_test): Likewise.
27011         (llrint_test_tonearest): Likewise.
27012         (llrint_test_towardzero): Likewise.
27013         (llrint_test_downward): Likewise.
27014         (llrint_test_upward): Likewise.
27015         (log_test): Likewise.
27016         (log10_test): Likewise.
27017         (log1p_test): Likewise.
27018         (log2_test): Likewise.
27019         (logb_test): Likewise.
27020         (logb_test_downward): Likewise.
27021         (lround_test): Likewise.
27022         (llround_test): Likewise.
27023         (modf_test): Likewise.
27024         (nearbyint_test): Likewise.
27025         (nextafter_test): Likewise.
27026         (nexttoward_test): Likewise.
27027         (pow_test): Likewise.
27028         (pow_test_tonearest): Likewise.
27029         (pow_test_towardzero): Likewise.
27030         (pow_test_downward): Likewise.
27031         (pow_test_upward): Likewise.
27032         (remainder_test): Likewise.
27033         (remainder_test_tonearest): Likewise.
27034         (remainder_test_towardzero): Likewise.
27035         (remainder_test_downward): Likewise.
27036         (remainder_test_upward): Likewise.
27037         (remquo_test): Likewise.
27038         (rint_test): Likewise.
27039         (rint_test_tonearest): Likewise.
27040         (rint_test_towardzero): Likewise.
27041         (rint_test_downward): Likewise.
27042         (rint_test_upward): Likewise.
27043         (round_test): Likewise.
27044         (scalb_test): Likewise.
27045         (scalbn_test): Likewise.
27046         (scalbln_test): Likewise.
27047         (signbit_test): Likewise.
27048         (sin_test): Likewise.
27049         (sin_test_tonearest): Likewise.
27050         (sin_test_towardzero): Likewise.
27051         (sin_test_downward): Likewise.
27052         (sin_test_upward): Likewise.
27053         (sincos_test): Likewise.
27054         (sinh_test): Likewise.
27055         (sinh_test_tonearest): Likewise.
27056         (sinh_test_towardzero): Likewise.
27057         (sinh_test_downward): Likewise.
27058         (sinh_test_upward): Likewise.
27059         (sqrt_test): Likewise.
27060         (tan_test): Likewise.
27061         (tan_test_tonearest): Likewise.
27062         (tan_test_towardzero): Likewise.
27063         (tan_test_downward): Likewise.
27064         (tan_test_upward): Likewise.
27065         (tanh_test): Likewise.
27066         (tgamma_test): Likewise.
27067         (trunc_test): Likewise.
27068         (y0_test): Likewise.
27069         (y1_test): Likewise.
27070         (yn_test): Likewise.
27071         (significand_test): Likewise.
27073 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27075         [BZ #15381]
27076         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27078 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27080         [BZ #14894]
27081         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27082         __ppc_mdoio and __ppc_mdoom.
27083         * manual/platform.texi: Document new functions __ppc_yield,
27084         __ppc_mdoio and __ppc_mdoom.
27086 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27088         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27089         (main): Mention "tls" pseudo-hwcap is legacy.
27090         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27092 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27094         * math/gen-libm-test.pl (parse_args): Output only string of
27095         arguments as text for test name, not full call or descriptions of
27096         tests for extra outputs.
27097         (generate_testfile): Do not pass function name to parse_args.
27098         Generate this_func variable from START.
27099         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27100         field to arg_str.
27101         (struct test_ff_f_data): Likewise.
27102         (test_ff_f_data_nexttoward): Likewise.
27103         (struct test_fi_f_data): Likewise.
27104         (struct test_fl_f_data): Likewise.
27105         (struct test_if_f_data): Likewise.
27106         (struct test_fff_f_data): Likewise.
27107         (struct test_c_f_data): Likewise.
27108         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27109         (struct test_fF_f1_data): Likewise.
27110         (struct test_ffI_f1_data): Likewise.
27111         (struct test_c_c_data): Rename test_name field to arg_str.
27112         (struct test_cc_c_data): Likewise.
27113         (struct test_f_i_data): Likewise.
27114         (struct test_ff_i_data): Likewise.
27115         (struct test_f_l_data): Likewise.
27116         (struct test_f_L_data): Likewise.
27117         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27118         and extra2_name.
27119         (COMMON_TEST_SETUP): New macro.
27120         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27121         (COMMON_TEST_CLEANUP): Likewise.
27122         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27123         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27124         macros.
27125         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27126         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27127         macros.
27128         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27129         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27130         cleanup macros.
27131         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27132         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27133         macros.
27134         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27135         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27136         macros.
27137         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27138         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27139         cleanup macros.
27140         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27141         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27142         cleanup macros.
27143         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27144         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27145         cleanup macros.
27146         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27147         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27148         macros.
27149         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27150         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27151         macros.
27152         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27153         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27154         macros.
27155         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27156         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27157         cleanup macros.
27158         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27159         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27160         cleanup macros.
27161         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27162         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27163         macros.
27164         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27165         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27166         cleanup macros.
27167         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27168         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27169         macros.
27170         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27171         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27172         macros.
27173         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27174         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27175         cleanup macros.
27176         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27178 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27180         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27181         to _sifields.sigfault.
27182         (si_addr_lsb): Define new macro.
27183         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27184         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27185         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27187 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27189         [BZ #15441]
27190         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27191         returns -1.
27192         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27193         null return -1.
27194         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27195         loading the domain.
27197 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27199         * math/gen-libm-test.pl (parse_args): Do not include expected
27200         result in test name.
27201         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27202         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27203         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27204         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27205         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27208 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27210         * benchtests/Makefile: Sort function entries.
27212         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27213         tanh, asinh, acosh, atanh.
27214         * benchtests/acos-inputs: New file.
27215         * benchtests/acosh-inputs: New file.
27216         * benchtests/asin-inputs: New file.
27217         * benchtests/asinh-inputs: New file.
27218         * benchtests/atanh-inputs: New file.
27219         * benchtests/cosh-inputs: New file.
27220         * benchtests/log-inputs: New file.
27221         * benchtests/sinh-inputs: New file.
27222         * benchtests/tanh-inputs: New file.
27224 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27226         [BZ #15339]
27227         * posix/tst-getaddrinfo4.c: New test.
27228         * posix/Makefile (tests): Add it.
27230 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27232         [BZ #15339]
27233         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27234         when no services were used.
27235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27236         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27238 2013-05-21  Andreas Schwab  <schwab@suse.de>
27240         [BZ #15014]
27241         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27242         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27243         successful.
27244         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27245         redundant variable declarations and reallocation of buffer when
27246         parsing as IPv6 address.  Always set NSS status when called from
27247         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27248         buffer too small.  Correct computation of needed size.
27249         * nss/Makefile (tests): Add test-digits-dots.
27250         * nss/test-digits-dots.c: New test.
27252 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27254         * benchtests/Makefile: Remove instructions for adding
27255         benchmark tests.
27256         * benchtests/README: New file to explain how to execute and
27257         enhance the benchmark tests.
27259 2013-05-21  Andreas Schwab  <schwab@suse.de>
27261         [BZ #15493]
27262         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27263         * setjmp/tst-sigsetjmp.c: New test.
27265 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27267         * sysdeps/x86_64/memset.S (memset): New implementation.
27268         (__bzero): Likewise.
27269         (__memset_tail): New function.
27271 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27273         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27274         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27275         __memcpy_sse2_unaligned ifunc selection.
27276         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27277         Add memcpy-sse2-unaligned.S.
27278         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27279         Add: __memcpy_sse2_unaligned.
27281 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27283         [BZ #15490]
27284         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27285         math_force_eval before restoring floating-point envrionment.
27286         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27287         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27288         Likewise.
27289         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27290         <math_private.h>.
27291         (__nearbyintl): Use math_force_eval before restoring
27292         floating-point environment.
27293         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27295         * math/gen-libm-test.pl (special_functions): Remove.
27296         (parse_args): Don't handle TEST_extra.  Handle functions with no
27297         return value.
27298         * math/libm-test.inc (struct test_sincos_data): Replace with
27299         struct test_fFF_11_data.
27300         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27301         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27302         (sincos_test_data): Change element type to struct
27303         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27304         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27305         RUN_TEST_LOOP_sincos.
27306         * math/README.libm-test: Don't mention special handling of
27307         individual functions.
27308         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27309         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27310         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27311         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27312         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27315         * math/gen-libm-test.pl (get_variable): Remove function.
27316         (parse_args): Don't show pointer parameters to call in test
27317         names.  Use "extra output N" in test names for extra outputs
27318         rather than naming variables.
27320 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27322         [BZ #15488]
27323         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27324         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27325         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27326         double tests.
27327         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27328         disable.
27329         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27330         check_long_double.
27332         * math/gen-libm-test.pl (@tests): Remove variable.
27333         ($count): Likewise.
27334         (new_test): Remove function.
27335         (show_exceptions): New function.
27336         (special_functions): Use show_exceptions instead of new_test.
27337         (parse_args): Likewise.
27338         (generate_testfile): Pass only function name in generated call to
27339         print_max_error or print_complex_max_error.
27340         (get_ulps): Do not handle complex tests specially.
27341         (output_test): Rename to ...
27342         (get_all_ulps_for_test): ... this.  Return a string rather than
27343         printing to a file.  Require ulps to be present.
27344         (output_ulps): Generate arrays rather than #defines.
27345         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27346         (struct ulp_data): New type.
27347         (BUILD_COMPLEX_ULP): Remove macro.
27348         (compare_ulp_data): New function.
27349         (find_ulps): Likewise.
27350         (find_test_ulps): Likewise.
27351         (find_function_ulps): Likewise.
27352         (find_complex_function_ulps): Likewise.
27353         (print_max_error): Determine allowed ulps using
27354         find_function_ulps.
27355         (print_complex_max_error): Determine allowed ulps using
27356         find_complex_function_ulps.
27357         (check_float_internal): Determine max ulps using find_test_ulps.
27358         (check_float): Do not take max_ulp parameter.  Update call to
27359         check_float_internal.
27360         (check_complex): Likewise.
27361         (check_int): Do not take max_ulp parameter.
27362         (check_long): Likewise.
27363         (check_bool): Likewise.
27364         (check_longlong): Likewise.
27365         (struct test_f_f_data): Remove max_ulp field.
27366         (struct test_ff_f_data): Likewise.
27367         (struct test_ff_f_data_nexttoward): Likewise.
27368         (struct test_fi_f_data): Likewise.
27369         (struct test_fl_f_data): Likewise.
27370         (struct test_if_f_data): Likewise.
27371         (struct test_fff_f_data): Likewise.
27372         (struct test_c_f_data): Likewise.
27373         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27374         (struct test_fF_f1_data): Likewise.
27375         (struct test_ffI_f1_data): Likewise.
27376         (struct test_c_c_data): Remove max_ulp field.
27377         (struct test_cc_c_data): Likewise.
27378         (struct test_f_i_data): Likewise.
27379         (struct test_ff_i_data): Likewise.
27380         (struct test_f_l_data): Likewise.
27381         (struct test_f_L_data): Likewise.
27382         (struct test_sincos_data): Likewise.
27383         (RUN_TEST_f_f): Do not handle ulps.
27384         (RUN_TEST_LOOP_f_f): Likewise.
27385         (RUN_TEST_2_f): Likewise.
27386         (RUN_TEST_LOOP_2_f): Likewise.
27387         (RUN_TEST_fff_f): Likewise.
27388         (RUN_TEST_LOOP_fff_f): Likewise.
27389         (RUN_TEST_c_f): Likewise.
27390         (RUN_TEST_LOOP_c_f): Likewise.
27391         (RUN_TEST_f_f1): Likewise.
27392         (RUN_TEST_LOOP_f_f1): Likewise.
27393         (RUN_TEST_fF_f1): Likewise.
27394         (RUN_TEST_LOOP_fF_f1): Likewise.
27395         (RUN_TEST_fI_f1): Likewise.
27396         (RUN_TEST_LOOP_fI_f1): Likewise.
27397         (RUN_TEST_ffI_f1): Likewise.
27398         (RUN_TEST_LOOP_ffI_f1): Likewise.
27399         (RUN_TEST_c_c): Likewise.
27400         (RUN_TEST_LOOP_c_c): Likewise.
27401         (RUN_TEST_cc_c): Likewise.
27402         (RUN_TEST_LOOP_cc_c): Likewise.
27403         (RUN_TEST_f_i): Likewise.
27404         (RUN_TEST_LOOP_f_i): Likewise.
27405         (RUN_TEST_f_i_tg): Likewise.
27406         (RUN_TEST_LOOP_f_i_tg): Likewise.
27407         (RUN_TEST_ff_i_tg): Likewise.
27408         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27409         (RUN_TEST_f_b): Likewise.
27410         (RUN_TEST_LOOP_f_b): Likewise.
27411         (RUN_TEST_f_b_tg): Likewise.
27412         (RUN_TEST_LOOP_f_b_tg): Likewise.
27413         (RUN_TEST_f_l): Likewise.
27414         (RUN_TEST_LOOP_f_l): Likewise.
27415         (RUN_TEST_f_L): Likewise.
27416         (RUN_TEST_LOOP_f_L): Likewise.
27417         (RUN_TEST_sincos): Likewise.
27418         (RUN_TEST_LOOP_sincos): Likewise.
27420 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27422         [BZ #15480]
27423         [BZ #15485]
27424         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27425         main case of finite arguments, set rounding mode to FE_TONEAREST
27426         and discard exceptions.
27427         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27428         exceptions.
27429         (remainder_tonearest_test_data): New variable.
27430         (remainder_test_tonearest): New function.
27431         (remainder_towardzero_test_data): New variable.
27432         (remainder_test_towardzero): New function.
27433         (remainder_downward_test_data): New variable.
27434         (remainder_test_downward): New function.
27435         (remainder_upward_test_data): New variable.
27436         (remainder_test_upward): New function.
27437         (main): Call the new test functions.
27439         * math/libm-test.inc (struct test_f_f1_data): Remove field
27440         extra_init.
27441         (struct test_fF_f1_data): Likewise.
27442         (struct test_ffI_f1_data): Likewise.
27443         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27444         based on value of EXTRA_EXPECTED.
27445         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27446         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27447         EXTRA_VAR based on value of EXTRA_EXPECTED.
27448         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27449         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27450         EXTRA_VAR based on value of EXTRA_EXPECTED.
27451         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27452         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27453         EXTRA_VAR based on value of EXTRA_EXPECTED.
27454         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27455         * math/gen-libm-test.pl (parse_args): Don't output initializers
27456         for extra output values.
27458         * math/libm-test.inc (check_int): Expect result to be exactly
27459         equal to expected value and do not handle ulps.
27460         (check_long): Likewise.
27461         (check_longlong): Likewise.
27463         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27464         exceptions.
27465         (cimag_test_data): Likewise.
27466         (conj_test_data): Likewise.
27467         (copysign_test_data): Likewise.
27468         (cproj_test_data): Likewise.
27469         (creal_test_data): Likewise.
27470         (fabs_test_data): Likewise.
27471         (fdim_test_data): Likewise.
27472         (finite_test_data): Likewise.
27473         (floor_test_data): Likewise.
27474         (fmax_test_data): Likewise.
27475         (fmin_test_data): Likewise.
27476         (fmod_test_data): Likewise.
27477         (fpclassify_test_data): Likewise.
27478         (frexp_test_data): Likewise.
27479         (ilogb_test_data): Likewise.
27480         (isfinite_test_data): Likewise.
27481         (isgreater_test_data): Likewise.
27482         (isgreaterequal_test_data): Likewise.
27483         (isinf_test_data): Likewise.
27484         (isless_test_data): Likewise.
27485         (islessequal_test_data): Likewise.
27486         (islessgreater_test_data): Likewise.
27487         (isnan_test_data): Likewise.
27488         (isnormal_test_data): Likewise.
27489         (issignaling_test_data): Likewise.
27490         (isunordered_test_data): Likewise.
27491         (ldexp_test_data): Likewise.
27492         (lrint_test_data): Likewise.
27493         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27494         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27495         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27496         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27497         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27498         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27499         test input.
27500         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27501         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27502         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27503         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27504         that test input.
27505         (lrint_downward_test_data): Test for "inexact" exceptions.
27506         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27507         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27508         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27509         test input.
27510         (lrint_upward_test_data): Test for "inexact" exceptions.
27511         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27512         test input.
27513         (llrint_test_data): Test for "inexact" exceptions.
27514         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27515         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27516         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27517         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27518         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27519         (llrint_downward_test_data): Test for "inexact" exceptions.
27520         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27521         (llrint_upward_test_data): Test for "inexact" exceptions.
27522         (logb_test_data): Likewise.
27523         (logb_downward_test_data): Likewise.
27524         (nextafter_test_data): Likewise.
27525         (nexttoward_test_data): Likewise.
27526         (remainder_test_data): Likewise.
27527         (remquo_test_data): Likewise.
27528         (scalbn_test_data): Likewise.
27529         (scalbln_test_data): Likewise.
27530         (signbit_test_data): Likewise.
27531         (sqrt_test_data): Likewise.
27532         (significand_test_data): Likewise.
27534 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27536         [BZ #15424]
27537         * benchtests/bench-modf.c (struct args): Mark arg0 as
27538         volatile.
27539         * scripts/bench.pl: Mark members of struct args as volatile.
27541 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27543         [BZ # 15497]
27544         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27545         negative infinity on POWER6 or lower.
27546         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27548 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27550         [BZ #15442]
27551         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27552         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27553         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27554         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27555         (_FP_SETQNAN): New macro.
27556         (_FP_SETQNAN_SEMIRAW): Likewise.
27557         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27558         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27559         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27560         (FP_EXTEND): Use _FP_FRAC_SNANP.
27561         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27562         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27563         into account.
27564         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27565         New macro.
27566         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27567         Likewise.
27569 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27571         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27572         with DIVIDE_BY_ZERO_EXCEPTION.
27573         (gamma_test_data): Likewise.
27574         (lgamma_test_data): Likewise.
27575         (log_test_data): Likewise.
27576         (log10_test_data): Likewise.
27577         (log2_test_data): Likewise.
27578         (tgamma_test_data): Likewise.
27580         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27581         (acos_test_tonearest): Likewise.
27582         (acos_test_towardzero): Likewise.
27583         (acos_test_downward): Likewise.
27584         (acos_test_upward): Likewise.
27585         (acosh_test): Likewise.
27586         (asin_test): Likewise.
27587         (asin_test_tonearest): Likewise.
27588         (asin_test_towardzero): Likewise.
27589         (asin_test_downward): Likewise.
27590         (asin_test_upward): Likewise.
27591         (asinh_test): Likewise.
27592         (atan_test): Likewise.
27593         (atanh_test): Likewise.
27594         (atan2_test): Likewise.
27595         (cabs_test): Likewise.
27596         (cacos_test): Likewise.
27597         (cacosh_test): Likewise.
27598         (casin_test): Likewise.
27599         (casinh_test): Likewise.
27600         (catan_test): Likewise.
27601         (catanh_test): Likewise.
27602         (cbrt_test): Likewise.
27603         (ccos_test): Likewise.
27604         (ccosh_test): Likewise.
27605         (cexp_test): Likewise.
27606         (clog_test): Likewise.
27607         (clog10_test): Likewise.
27608         (cos_test): Likewise.
27609         (cos_test_tonearest): Likewise.
27610         (cos_test_towardzero): Likewise.
27611         (cos_test_downward): Likewise.
27612         (cos_test_upward): Likewise.
27613         (cosh_test): Likewise.
27614         (cosh_test_tonearest): Likewise.
27615         (cosh_test_towardzero): Likewise.
27616         (cosh_test_downward): Likewise.
27617         (cosh_test_upward): Likewise.
27618         (cpow_test): Likewise.
27619         (csin_test): Likewise.
27620         (csinh_test): Likewise.
27621         (csqrt_test): Likewise.
27622         (ctan_test): Likewise.
27623         (ctan_test_tonearest): Likewise.
27624         (ctan_test_towardzero): Likewise.
27625         (ctan_test_downward): Likewise.
27626         (ctan_test_upward): Likewise.
27627         (ctanh_test): Likewise.
27628         (ctanh_test_tonearest): Likewise.
27629         (ctanh_test_towardzero): Likewise.
27630         (ctanh_test_downward): Likewise.
27631         (ctanh_test_upward): Likewise.
27632         (erf_test): Likewise.
27633         (erfc_test): Likewise.
27634         (exp_test): Likewise.
27635         (exp_test_tonearest): Likewise.
27636         (exp_test_towardzero): Likewise.
27637         (exp_test_downward): Likewise.
27638         (exp_test_upward): Likewise.
27639         (exp10_test): Likewise.
27640         (exp2_test): Likewise.
27641         (expm1_test): Likewise.
27642         (fmod_test): Likewise.
27643         (gamma_test): Likewise.
27644         (hypot_test): Likewise.
27645         (j0_test): Likewise.
27646         (j1_test): Likewise.
27647         (jn_test): Likewise.
27648         (lgamma_test): Likewise.
27649         (log_test): Likewise.
27650         (log10_test): Likewise.
27651         (log1p_test): Likewise.
27652         (log2_test): Likewise.
27653         (logb_test_downward): Likewise.
27654         (pow_test): Likewise.
27655         (pow_test_tonearest): Likewise.
27656         (pow_test_towardzero): Likewise.
27657         (pow_test_downward): Likewise.
27658         (pow_test_upward): Likewise.
27659         (remainder_test): Likewise.
27660         (remquo_test): Likewise.
27661         (sin_test): Likewise.
27662         (sin_test_tonearest): Likewise.
27663         (sin_test_towardzero): Likewise.
27664         (sin_test_downward): Likewise.
27665         (sin_test_upward): Likewise.
27666         (sincos_test): Likewise.
27667         (sinh_test): Likewise.
27668         (sinh_test_tonearest): Likewise.
27669         (sinh_test_towardzero): Likewise.
27670         (sinh_test_downward): Likewise.
27671         (sinh_test_upward): Likewise.
27672         (sqrt_test): Likewise.
27673         (tan_test): Likewise.
27674         (tan_test_tonearest): Likewise.
27675         (tan_test_towardzero): Likewise.
27676         (tan_test_downward): Likewise.
27677         (tan_test_upward): Likewise.
27678         (tanh_test): Likewise.
27679         (tgamma_test): Likewise.
27680         (y0_test): Likewise.
27681         (y1_test): Likewise.
27682         (yn_test): Likewise.
27684         * math/gen-libm-test.pl (adjust_arg): Remove function.
27685         (special_function): Remove argument $in_func.  Only handle
27686         generating output for tables of tests, not inside functions.
27687         (parse_args): Likewise.
27688         (generate_testfile): Remove variable $in_func.  Update call to
27689         parse_args.
27690         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27691         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27692         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27693         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27694         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27695         (MAX_VALUE_INIT): Rename macro to max_value.
27696         (MIN_VALUE_INIT): Rename macro to min_value.
27697         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27698         (plus_zero): Remove variable.
27699         (minus_zero): Likewise.
27700         (plus_infty): Likewise.
27701         (minus_infty): Likewise.
27702         (qnan_value): Likewise.
27703         (max_value): Likewise.
27704         (min_value): Likewise.
27705         (min_subnorm_value): Likewise.
27707 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27709         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27710         uint64_t or uint32_t usage.
27711         * crypt/sha256-block.c: Likewise.
27712         * crypt/sha256-crypt.c: Likewise.
27713         * crypt/sha256.c: Likewise.
27714         * crypt/sha512-block.c: Likewise.
27715         * crypt/sha512-crypt.c: Likewise.
27716         * crypt/sha512.c: Likewise.
27717         * debug/backtrace-tst.c: Likewise.
27718         * debug/pcprofiledump.c: Likewise.
27719         * elf/cache.c: Likewise.
27720         * elf/dl-cache.c: Likewise.
27721         * elf/dl-misc.c: Likewise.
27722         * elf/dl-profile.c: Likewise.
27723         * elf/dl-support.c: Likewise.
27724         * elf/ldconfig.c: Likewise.
27725         * elf/sprof.c: Likewise.
27726         * iconv/dummy-repertoire.c: Likewise.
27727         * iconv/iconv_charmap.c: Likewise.
27728         * iconv/skeleton.c: Likewise.
27729         * iconvdata/8bit-generic.c: Likewise.
27730         * iconvdata/cp737.h: Likewise.
27731         * iconvdata/cp775.h: Likewise.
27732         * iconvdata/ibm1008.h: Likewise.
27733         * iconvdata/ibm1025.h: Likewise.
27734         * iconvdata/ibm1046.h: Likewise.
27735         * iconvdata/ibm1097.h: Likewise.
27736         * iconvdata/ibm1112.h: Likewise.
27737         * iconvdata/ibm1122.h: Likewise.
27738         * iconvdata/ibm1123.h: Likewise.
27739         * iconvdata/ibm1124.h: Likewise.
27740         * iconvdata/ibm1129.h: Likewise.
27741         * iconvdata/ibm1130.h: Likewise.
27742         * iconvdata/ibm1132.h: Likewise.
27743         * iconvdata/ibm1133.h: Likewise.
27744         * iconvdata/ibm1137.h: Likewise.
27745         * iconvdata/ibm1140.h: Likewise.
27746         * iconvdata/ibm1141.h: Likewise.
27747         * iconvdata/ibm1142.h: Likewise.
27748         * iconvdata/ibm1143.h: Likewise.
27749         * iconvdata/ibm1144.h: Likewise.
27750         * iconvdata/ibm1145.h: Likewise.
27751         * iconvdata/ibm1146.h: Likewise.
27752         * iconvdata/ibm1147.h: Likewise.
27753         * iconvdata/ibm1148.h: Likewise.
27754         * iconvdata/ibm1149.h: Likewise.
27755         * iconvdata/ibm1153.h: Likewise.
27756         * iconvdata/ibm1154.h: Likewise.
27757         * iconvdata/ibm1155.h: Likewise.
27758         * iconvdata/ibm1156.h: Likewise.
27759         * iconvdata/ibm1157.h: Likewise.
27760         * iconvdata/ibm1158.h: Likewise.
27761         * iconvdata/ibm1160.h: Likewise.
27762         * iconvdata/ibm1161.h: Likewise.
27763         * iconvdata/ibm1162.h: Likewise.
27764         * iconvdata/ibm1163.h: Likewise.
27765         * iconvdata/ibm1164.h: Likewise.
27766         * iconvdata/ibm1166.h: Likewise.
27767         * iconvdata/ibm1167.h: Likewise.
27768         * iconvdata/ibm12712.h: Likewise.
27769         * iconvdata/ibm1390.h: Likewise.
27770         * iconvdata/ibm1399.h: Likewise.
27771         * iconvdata/ibm16804.h: Likewise.
27772         * iconvdata/ibm4517.h: Likewise.
27773         * iconvdata/ibm4899.h: Likewise.
27774         * iconvdata/ibm4909.h: Likewise.
27775         * iconvdata/ibm4971.h: Likewise.
27776         * iconvdata/ibm5347.h: Likewise.
27777         * iconvdata/ibm803.h: Likewise.
27778         * iconvdata/ibm856.h: Likewise.
27779         * iconvdata/ibm901.h: Likewise.
27780         * iconvdata/ibm902.h: Likewise.
27781         * iconvdata/ibm9030.h: Likewise.
27782         * iconvdata/ibm9066.h: Likewise.
27783         * iconvdata/ibm921.h: Likewise.
27784         * iconvdata/ibm922.h: Likewise.
27785         * iconvdata/ibm9448.h: Likewise.
27786         * iconvdata/isiri-3342.h: Likewise.
27787         * iconvdata/jis0201.h: Likewise.
27788         * include/link.h: Likewise.
27789         * include/netdb.h: Likewise.
27790         * inet/check_native.c: Likewise.
27791         * inet/check_pf.c: Likewise.
27792         * inet/getipv4sourcefilter.c: Likewise.
27793         * inet/getnameinfo.c: Likewise.
27794         * inet/getsourcefilter.c: Likewise.
27795         * inet/htonl.c: Likewise.
27796         * inet/setipv4sourcefilter.c: Likewise.
27797         * inet/setsourcefilter.c: Likewise.
27798         * inet/test-inet6_opt.c: Likewise.
27799         * inet/tst-network.c: Likewise.
27800         * locale/C-collate.c: Likewise.
27801         * locale/C-ctype.c: Likewise.
27802         * locale/C-time.c: Likewise.
27803         * locale/C-translit.h: Likewise.
27804         * locale/loadarchive.c: Likewise.
27805         * locale/programs/3level.h: Likewise.
27806         * locale/programs/charmap.c: Likewise.
27807         * locale/programs/charmap.h: Likewise.
27808         * locale/programs/ld-address.c: Likewise.
27809         * locale/programs/ld-collate.c: Likewise.
27810         * locale/programs/ld-ctype.c: Likewise.
27811         * locale/programs/ld-identification.c: Likewise.
27812         * locale/programs/ld-measurement.c: Likewise.
27813         * locale/programs/ld-messages.c: Likewise.
27814         * locale/programs/ld-monetary.c: Likewise.
27815         * locale/programs/ld-name.c: Likewise.
27816         * locale/programs/ld-numeric.c: Likewise.
27817         * locale/programs/ld-paper.c: Likewise.
27818         * locale/programs/ld-telephone.c: Likewise.
27819         * locale/programs/ld-time.c: Likewise.
27820         * locale/programs/linereader.c: Likewise.
27821         * locale/programs/locale.c: Likewise.
27822         * locale/programs/locarchive.c: Likewise.
27823         * locale/programs/locfile.h: Likewise.
27824         * locale/programs/repertoire.c: Likewise.
27825         * locale/programs/simple-hash.c: Likewise.
27826         * locale/programs/simple-hash.h: Likewise.
27827         * malloc/memusage.c: Likewise.
27828         * malloc/memusagestat.c: Likewise.
27829         * nis/nis_defaults.c: Likewise.
27830         * nis/nis_hash.c: Likewise.
27831         * nis/nis_print.c: Likewise.
27832         * nis/nis_xdr.c: Likewise.
27833         * nscd/connections.c: Likewise.
27834         * nscd/hstcache.c: Likewise.
27835         * nscd/nscd_gethst_r.c: Likewise.
27836         * nscd/nscd_getserv_r.c: Likewise.
27837         * nscd/nscd_helper.c: Likewise.
27838         * nscd/servicescache.c: Likewise.
27839         * nss/makedb.c: Likewise.
27840         * nss/nss_db/db-XXX.c: Likewise.
27841         * nss/nss_db/db-initgroups.c: Likewise.
27842         * nss/nss_db/db-netgrp.c: Likewise.
27843         * nss/nss_files/files-network.c: Likewise.
27844         * nss/nss_files/files-parse.c: Likewise.
27845         * posix/bug-regex5.c: Likewise.
27846         * posix/fnmatch_loop.c: Likewise.
27847         * posix/regcomp.c: Likewise.
27848         * posix/regexec.c: Likewise.
27849         * posix/tst-rfc3484-2.c: Likewise.
27850         * posix/tst-rfc3484-3.c: Likewise.
27851         * posix/tst-rfc3484.c: Likewise.
27852         * resolv/nss_dns/dns-canon.c: Likewise.
27853         * resolv/nss_dns/dns-network.c: Likewise.
27854         * resolv/res_init.c: Likewise.
27855         * resolv/res_mkquery.c: Likewise.
27856         * resolv/tst-aton.c: Likewise.
27857         * stdlib/cxa_atexit.c: Likewise.
27858         * stdlib/cxa_finalize.c: Likewise.
27859         * stdlib/gen-fpioconst.c: Likewise.
27860         * stdlib/strtol_l.c: Likewise.
27861         * string/tst-endian.c: Likewise.
27862         * sunrpc/auth_des.c: Likewise.
27863         * sunrpc/clnt_udp.c: Likewise.
27864         * sunrpc/rtime.c: Likewise.
27865         * sunrpc/svcauth_des.c: Likewise.
27866         * sunrpc/xdr.c: Likewise.
27867         * sunrpc/xdr_intXX_t.c: Likewise.
27868         * sunrpc/xdr_rec.c: Likewise.
27869         * sysdeps/generic/ldconfig.h: Likewise.
27870         * sysdeps/generic/ldsodefs.h: Likewise.
27871         * sysdeps/generic/memusage.h: Likewise.
27872         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27873         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27874         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27875         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27876         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27877         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27878         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27879         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27880         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27881         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27882         * sysdeps/posix/getaddrinfo.c: Likewise.
27883         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27884         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27885         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27886         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27887         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27888         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27889         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27890         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27891         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27892         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27893         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27894         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27895         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27896         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27897         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27898         * sysdeps/x86_64/dl-tls.h: Likewise.
27899         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27900         * time/alt_digit.c: Likewise.
27901         * time/era.c: Likewise.
27902         * wcsmbs/tst-c16c32-1.c: Likewise.
27904 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27906         * math/libm-test.inc (struct test_sincos_data): New type.
27907         (RUN_TEST_LOOP_sincos): New macro.
27908         (sincos_test_data): New variable.
27909         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27911 2013-05-16  Richard Henderson  <rth@redhat.com>
27913         * math/atest-exp2.c (LIMB64): New macro.
27914         (CONSTSZ): New macro.
27915         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27916         (hexdig): Move ...
27917         (print_mpn_fp): ... to function scope.
27918         (read_mpn_hex): Remove.
27919         (get_log2): Remove.
27920         (exp2_mpn): Use mp_log2.
27921         (main): Use mp_exp1.
27923 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27925         * math/libm-test.inc: Remove comment about not testing "inexact"
27926         exceptions.
27927         (INEXACT_EXCEPTION): New macro.
27928         (NO_INEXACT_EXCEPTION): Likewise.
27929         (INVALID_EXCEPTION_OK): Update value.
27930         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27931         (OVERFLOW_EXCEPTION_OK): Likewise.
27932         (UNDERFLOW_EXCEPTION_OK): Likewise.
27933         (IGNORE_ZERO_INF_SIGN): Likewise.
27934         (ERRNO_UNCHANGED): Likewise.
27935         (ERRNO_EDOM): Likewise.
27936         (ERRNO_ERANGE): Likewise.
27937         (test_exceptions): Handle testing "inexact" exceptions.
27938         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27939         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27940         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27941         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27942         INEXACT_EXCEPTION.
27943         (rint_towardzero_test_data): Likewise.
27944         (rint_downward_test_data): Likewise.
27945         (rint_upward_test_data): Likewise.
27947         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27948         with OVERFLOW_EXCEPTION.
27949         (exp10_test_data): Likewise.
27950         (exp2_test_data): Likewise.
27951         (expm1_test_data): Likewise.
27952         (lgamma_test_data): Likewise.
27953         (pow_test_data): Likewise.
27954         (tgamma_test_data): Likewise.
27955         (yn_test_data): Remove duplicate test of overflow.
27957         * math/libm-test.inc (struct test_cc_c_data): New type.
27958         (RUN_TEST_LOOP_cc_c): New macro.
27959         (cpow_test_data): New variable.
27960         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27962         * math/libm-test.inc (struct test_f_L_data): New type.
27963         (RUN_TEST_LOOP_f_L): New macro.
27964         (llrint_test_data): New variable.
27965         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27966         (llrint_tonearest_test_data): New variable.
27967         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27968         (llrint_towardzero_test_data): New variable.
27969         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27970         (llrint_downward_test_data): New variable.
27971         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27972         (llrint_upward_test_data): New variable.
27973         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27974         (llround_test_data): New variable.
27975         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27977 2013-05-13  Peter Collingbourne  <pcc@google.com>
27979         * math/atest-exp2.c (get_log2): Remove const attribute.
27981 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27983         * math/libm-test.inc (struct test_f_l_data): New type.
27984         (RUN_TEST_LOOP_f_l): New macro.
27985         (lrint_test_data): New variable.
27986         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27987         (lrint_tonearest_test_data): New variable.
27988         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27989         (lrint_towardzero_test_data): New variable.
27990         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27991         (lrint_downward_test_data): New variable.
27992         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27993         (lrint_upward_test_data): New variable.
27994         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27995         (lround_test_data): New variable.
27996         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27998 2013-05-15  Peter Collingbourne  <pcc@google.com>
28000         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28001         (EXTRACT_WORDS64) Use where appropriate.
28002         (INSERT_WORDS64) Likewise.
28004         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28005         constraints with x constraints.
28006         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28008         * malloc/obstack.c (_obstack_compat): Add initializer.
28010 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28012         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28013         si_trapno and add si_addr_lsb to _sifields.sigfault.
28014         (si_trapno): Remove macro.
28015         (si_addr_lsb): Define new macro.
28016         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28018 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28020         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28021         instead of TEST_f_l.
28022         (llrint_test_tonearest): Likewise.
28023         (llrint_test_towardzero): Likewise.
28024         (llrint_test_downward): Likewise.
28025         (llrint_test_upward): Likewise.
28026         (llround_test): Likewise.
28028         * math/libm-test.inc (struct test_f_i_data): Add comment.
28029         (RUN_TEST_LOOP_f_b): New macro.
28030         (RUN_TEST_LOOP_f_b_tg): Likewise.
28031         (finite_test_data): New variable.
28032         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28033         (isfinite_test_data): New variable.
28034         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28035         (isinf_test_data): New variable.
28036         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28037         (isnan_test_data): New variable.
28038         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28039         (isnormal_test_data): New variable.
28040         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28041         (issignaling_test_data): New variable.
28042         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28043         (signbit_test_data): New variable.
28044         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28046         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28047         with INVALID_EXCEPTION.
28048         (acosh_test_data): Likewise.
28049         (asin_test_data): Likewise.
28050         (atanh_test_data): Likewise.
28051         (fmod_test_data): Likewise.
28052         (log_test_data): Likewise.
28053         (log10_test_data): Likewise.
28054         (log2_test_data): Likewise.
28055         (pow_test_data): Likewise.
28056         (sqrt_test_data): Likewise.
28057         (y0_test_data): Likewise.
28058         (y1_test_data): Likewise.
28059         (yn_test_data): Likewise.
28061         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28062         function contents.
28064         * math/libm-test.inc (struct test_ff_i_data): New type.
28065         (RUN_TEST_LOOP_ff_i_tg): New macro.
28066         (isgreater_test_data): New variable.
28067         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28068         (isgreaterequal_test_data): New variable.
28069         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28070         (isless_test_data): New variable.
28071         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28072         (islessequal_test_data): New variable.
28073         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28074         (islessgreater_test_data): New variable.
28075         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28076         (isunordered_test_data): New variable.
28077         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28079 2013-05-14  David S. Miller  <davem@davemloft.net>
28081         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28083 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28085         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28087         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28088         extra_test to int.
28089         (struct test_f_i_data): Change type of max_ulp to int.
28091         * math/libm-test.inc (test_ffI_f1_data): New type.
28092         (RUN_TEST_LOOP_ffI_f1): New macro.
28093         (remquo_test_data): New variable.
28094         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28096         * setjmp/tst-setjmp-fp.c: New file.
28097         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28098         (link-libm): New variable.
28099         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28101         * math/libm-test.inc (struct test_f_i_data): New type.
28102         (RUN_TEST_LOOP_f_i): New macro.
28103         (RUN_TEST_LOOP_f_i_tg): Likewise.
28104         (fpclassify_test_data): New variable.
28105         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28106         (ilogb_test_data): New variable.
28107         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28109         * math/libm-test.inc (scalbln_test): Correct function name in END
28110         call.
28112         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28113         (RUN_TEST_LOOP_fI_f1): New macro.
28114         (frexp_test_data): New variable.
28115         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28117         * math/libm-test.inc (struct test_fF_f1_data): New type.
28118         (RUN_TEST_LOOP_fF_f1): New macro.
28119         (modf_test_data): New variable.
28120         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28122         * math/libm-test.inc (struct test_f_f1_data): New type.
28123         (RUN_TEST_LOOP_f_f1): New macro.
28124         (gamma_test_data): New variable.
28125         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28126         (lgamma_test_data): New variable.
28127         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28129 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28131         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28132         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28133         (main): Comment "tls" pseudo-hwcap.
28135 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28137         * math/libm-test.inc (struct test_fl_f_data): New type.
28138         (RUN_TEST_LOOP_fl_f): New variable.
28139         (scalbln_test_data): New variable.
28140         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28142         * math/libm-test.inc (struct test_fi_f_data): New type.
28143         (RUN_TEST_LOOP_fi_f): New macro.
28144         (ldexp_test_data): New variable.
28145         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28146         (scalbn_test_data): New variable.
28147         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28149         * math/libm-test.inc (struct test_c_f_data): New type.
28150         (RUN_TEST_LOOP_c_f): New macro.
28151         (cabs_test_data): New variable.
28152         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28153         (carg_test_data): New variable.
28154         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28155         (cimag_test_data): New variable.
28156         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28157         (creal_test_data): New variable.
28158         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28160         * math/libm-test.inc (struct test_if_f_data): New type.
28161         (RUN_TEST_LOOP_if_f): New macro.
28162         (jn_test_data): New variable.
28163         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28164         (yn_test_data): New variable.
28165         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28167         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28169 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28171         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28172         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28174 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28176         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28177         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28178         (bench-deps): Add bench-timing.h.
28179         * benchtests-bench-skeleton.c: Include bench-timing.h.
28180         (main): Use TIMING_* macros instead of clock_gettime.
28181         * benchtests/bench-timing.h: New file.
28183         [BZ #14582]
28184         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28185         Renamed from _LIB_VERSION.
28186         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28188 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28190         * math/libm-test.inc (struct test_fff_f_data): New type.
28191         (RUN_TEST_LOOP_fff_f): New macro.
28192         (fma_test_data): New variable.
28193         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28194         (fma_towardzero_test_data): New variable.
28195         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28196         (fma_downward_test_data): New variable.
28197         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28198         (fma_upward_test_data): New variable.
28199         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28201         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28202         (struct test_c_c_data): New type.
28203         (RUN_TEST_LOOP_c_c): New macro.
28204         (cacos_test_data): New variable.
28205         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28206         (cacosh_test_data): New variable.
28207         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28208         (casin_test_data): New variable.
28209         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28210         (casinh_test_data): New variable.
28211         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28212         (catan_test_data): New variable.
28213         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28214         (catanh_test_data): New variable.
28215         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28216         (ccos_test_data): New variable.
28217         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28218         (ccosh_test_data): New variable.
28219         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28220         (cexp_test_data): New variable.
28221         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28222         (clog_test_data): New variable.
28223         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28224         (clog10_test_data): New variable.
28225         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28226         (conj_test_data): New variable.
28227         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28228         (cproj_test_data): New variable.
28229         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28230         (csin_test_data): New variable.
28231         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28232         (csinh_test_data): New variable.
28233         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28234         (csqrt_test_data): New variable.
28235         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28236         (ctan_test_data): New variable.
28237         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28238         (ctan_tonearest_test_data): New variable.
28239         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28240         (ctan_towardzero_test_data): New variable.
28241         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28242         (ctan_downward_test_data): New variable.
28243         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28244         (ctan_upward_test_data): New variable.
28245         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28246         (ctanh_test_data): New variable.
28247         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28248         (ctanh_tonearest_test_data): New variable.
28249         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28250         (ctanh_towardzero_test_data): New variable.
28251         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28252         (ctanh_downward_test_data): New variable.
28253         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28254         (ctanh_upward_test_data): New variable.
28255         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28256         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28257         of BUILD_COMPLEX.
28259         * math/libm-test.inc (struct test_ff_f_data): New type.
28260         (struct test_ff_f_data_nexttoward): Likewise.
28261         (RUN_TEST_LOOP_2_f): New macro.
28262         (RUN_TEST_LOOP_ff_f): Likewise.
28263         (atan2_test_data): New variable.
28264         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28265         (copysign_test_data): New variable.
28266         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28267         (fdim_test_data): New variable.
28268         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28269         (fmax_test_data): New variable.
28270         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28271         (fmin_test_data): New variable.
28272         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28273         (fmod_test_data): New variable.
28274         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28275         (hypot_test_data): New variable.
28276         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28277         (nextafter_test_data): New variable.
28278         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28279         (nexttoward_test_data): New variable.
28280         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28281         (pow_test_data): New variable.
28282         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28283         (pow_tonearest_test_data): New variable.
28284         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28285         (pow_towardzero_test_data): New variable.
28286         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28287         (pow_downward_test_data): New variable.
28288         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28289         (pow_upward_test_data): New variable.
28290         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28291         (remainder_test_data): New variable.
28292         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28293         (scalb_test_data): New variable.
28294         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28295         * sysdeps/i386/fpu/libm-test-ulps: Update.
28297 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28299         * math/libm-test.inc (fma_test): Use max_value instead of local
28300         variable fltmax.
28301         (nextafter_test): Likewise.
28303         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28304         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28305         (acos_downward_test_data): New variable.
28306         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28307         (acos_upward_test_data): New variable.
28308         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28309         (acosh_test_data): New variable.
28310         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28311         (asin_test_data): New variable.
28312         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28313         (asin_tonearest_test_data): New variable.
28314         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28315         (asin_towardzero_test_data): New variable.
28316         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28317         (asin_downward_test_data): New variable.
28318         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28319         (asin_upward_test_data): New variable.
28320         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28321         (asinh_test_data): New variable.
28322         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28323         (atan_test_data): New variable.
28324         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28325         (atanh_test_data): New variable.
28326         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28327         (cbrt_test_data): New variable.
28328         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28329         (ceil_test_data): New variable.
28330         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28331         (cos_test_data): New variable.
28332         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28333         (cos_tonearest_test_data): New variable.
28334         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28335         (cos_towardzero_test_data): New variable.
28336         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28337         (cos_downward_test_data): New variable.
28338         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28339         (cos_upward_test_data): New variable.
28340         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28341         (cosh_test_data): New variable.
28342         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28343         (cosh_tonearest_test_data): New variable.
28344         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28345         (cosh_towardzero_test_data): New variable.
28346         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28347         (cosh_downward_test_data): New variable.
28348         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28349         (cosh_upward_test_data): New variable.
28350         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28351         (erf_test_data): New variable.
28352         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28353         (erfc_test_data): New variable.
28354         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28355         (exp_test_data): New variable.
28356         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28357         (exp_tonearest_test_data): New variable.
28358         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28359         (exp_towardzero_test_data): New variable.
28360         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28361         (exp_downward_test_data): New variable.
28362         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28363         (exp_upward_test_data): New variable.
28364         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28365         (exp10_test_data): New variable.
28366         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28367         (exp2_test_data): New variable.
28368         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28369         (expm1_test_data): New variable.
28370         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28371         (fabs_test_data): New variable.
28372         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28373         (floor_test_data): New variable.
28374         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28375         (j0_test_data): New variable.
28376         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28377         (j1_test_data): New variable.
28378         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28379         (log_test_data): New variable.
28380         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28381         (log10_test_data): New variable.
28382         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28383         (log1p_test_data): New variable.
28384         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28385         (log2_test_data): New variable.
28386         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28387         (logb_test_data): New variable.
28388         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28389         (logb_downward_test_data): New variable.
28390         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28391         (nearbyint_test_data): New variable.
28392         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28393         (rint_test_data): New variable.
28394         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28395         (rint_tonearest_test_data): New variable.
28396         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28397         (rint_towardzero_test_data): New variable.
28398         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28399         (rint_downward_test_data): New variable.
28400         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28401         (rint_upward_test_data): New variable.
28402         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28403         (round_test_data): New variable.
28404         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28405         (sin_test_data): New variable.
28406         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28407         (sin_tonearest_test_data): New variable.
28408         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28409         (sin_towardzero_test_data): New variable.
28410         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28411         (sin_downward_test_data): New variable.
28412         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28413         (sin_upward_test_data): New variable.
28414         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28415         (sinh_test_data): New variable.
28416         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28417         (sinh_tonearest_test_data): New variable.
28418         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28419         (sinh_towardzero_test_data): New variable.
28420         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28421         (sinh_downward_test_data): New variable.
28422         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28423         (sinh_upward_test_data): New variable.
28424         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28425         (sqrt_test_data): New variable.
28426         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28427         (tan_test_data): New variable.
28428         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28429         (tan_tonearest_test_data): New variable.
28430         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28431         (tan_towardzero_test_data): New variable.
28432         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28433         (tan_downward_test_data): New variable.
28434         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28435         (tan_upward_test_data): New variable.
28436         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28437         (tanh_test_data): New variable.
28438         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28439         (tgamma_test_data): New variable.
28440         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28441         (trunc_test_data): New variable.
28442         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28443         (y0_test_data): New variable.
28444         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28445         (y1_test_data): New variable.
28446         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28447         (significand_test_data): New variable.
28448         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28450 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28452         [BZ #12387]
28453         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28455 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28457         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28459 2013-05-10  Andreas Jaeger  <aj@suse.de>
28461         [BZ #15448]
28462         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28463         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28465 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28467         * math/gen-libm-test.pl (adjust_arg): New function.
28468         (special_functions): Handle generating output in both functions
28469         and arrays.
28470         (parse_args): Likewise.
28471         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28472         $in_func argument to parse_args.
28473         * math/libm-test.inc (struct test_f_f_data): New type.
28474         (IF_ROUND_INIT_): New macro.
28475         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28476         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28477         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28478         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28479         (ROUND_RESTORE_): Likewise.
28480         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28481         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28482         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28483         (ROUND_RESTORE_FE_UPWARD): Likewise.
28484         (RUN_TEST_LOOP_f_f): New macro.
28485         (acos_test_data): New variable.
28486         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28487         (acos_tonearest_test_data): New variable.
28488         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28490 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28492         * benchtests/bench-skeleton.c (startup): Fix coding style.
28494 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28496         [BZ #6809]
28497         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28498         negative infinity argument.
28499         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28500         negative infinity argument.
28501         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28502         negative infinity argument.
28503         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28504         domain errors.
28506 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28508         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28509         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28510         * iconv/iconv_prog.c (main): Likewise.
28511         * locale/programs/charmap-dir.c (charmap_readdir)
28512         (fopen_uncompressed): Likewise.
28513         * locale/programs/locfile.c (siblings_uncached)
28514         (write_locale_data): Use lstat64 instead of lstat.
28515         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28516         stat.
28518 2013-05-10  Andreas Jaeger  <aj@suse.de>
28520         [BZ #15395]
28521         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28522         localization.
28523         Include <locale.h>.
28525 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28527         * elf/dl-close.c (_dl_close_worker): Add comments.
28529 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28531         [BZ #15359]
28532         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28533         high part of pi/2.
28534         (__ieee754_rem_pio2l): Update comments.
28536         [BZ #15429]
28537         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28538         high part of pi/2.
28539         (__ieee754_rem_pio2l): Update comments.
28541         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28542         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28544         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28545         M_PI_4l.
28547         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28548         (M_PI_34_LOG10El): Likewise.
28549         (M_PI2_LOG10El): Likewise.
28550         (M_PI4_LOG10El): Likewise.
28551         (M_PI_LOG10El): Likewise.
28553 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28557 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28559         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28560         (MINUS_ZERO_INIT): Likewise.
28561         (PLUS_INFTY_INIT): Likewise.
28562         (MINUS_INFTY_INIT): Likewise.
28563         (QNAN_VALUE_INIT): Likewise.
28564         (MAX_VALUE_INIT): Likewise.
28565         (MIN_VALUE_INIT): Likewise.
28566         (MIN_SUBNORM_VALUE_INIT): Likewise.
28567         (plus_zero): Initialize with PLUS_ZERO_INIT.
28568         (minus_zero): Initialize with MINUS_ZERO_INIT.
28569         (plus_infty): Initialize with PLUS_INFTY_INIT.
28570         (minus_infty): Initialize with MINUS_INFTY_INIT.
28571         (qnan_value): Initialize with QNAN_VALUE_INIT.
28572         (max_value): Initialize with MAX_VALUE_INIT.
28573         (min_value): Initialize with MIN_VALUE_INIT.
28574         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28576         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28577         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28578         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28579         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28581         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28582         (RUN_TEST_2_f): Likewise.
28583         (RUN_TEST_ff_f): Likewise.
28584         (RUN_TEST_fi_f): Likewise.
28585         (RUN_TEST_fl_f): Likewise.
28586         (RUN_TEST_fff_f): Likewise.
28587         (RUN_TEST_c_f): Likewise.
28588         (RUN_TEST_f_f1): Likewise.
28589         (RUN_TEST_fF_f1): Likewise.
28590         (RUN_TEST_fI_f1): Likewise.
28591         (RUN_TEST_ffI_f1): Likewise.
28592         (RUN_TEST_c_c): Likewise.
28593         (RUN_TEST_cc_c): Likewise.
28594         (RUN_TEST_f_i): Likewise.
28595         (RUN_TEST_f_i_tg): Likewise.
28596         (RUN_TEST_ff_i_tg): Likewise.
28597         (RUN_TEST_f_b): Likewise.
28598         (RUN_TEST_f_b_tg): Likewise.
28599         (RUN_TEST_f_l): Likewise.
28600         (RUN_TEST_f_L): Likewise.
28601         (RUN_TEST_sincos): Likewise.
28602         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28603         whether to show exceptions.  Do not include ");\n" in return
28604         value.
28605         (special_functions): Output call to RUN_TEST_sincos instead of
28606         check_float calls.  Update calls to new_test.
28607         (parse_args): Output call to single RUN_TEST_* macro instead of
28608         check_* calls and other assignments.  Update calls to new_test.
28610         [BZ #2546]
28611         [BZ #2560]
28612         [BZ #5159]
28613         [BZ #15426]
28614         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28615         input to result for tgamma overflow.
28616         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28617         (gamma_coeff): New variable.
28618         (NCOEFF): New macro.
28619         (gamma_positive): New function.
28620         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28621         underflow here.  Use gamma_positive instead of exp (lgamma) for
28622         other arguments.
28623         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28624         (gamma_coeff): New variable.
28625         (NCOEFF): New macro.
28626         (gammaf_positive): New function.
28627         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28628         underflow here.  Use gamma_positive instead of exp (lgamma) for
28629         other arguments.
28630         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28631         (gamma_coeff): New variable.
28632         (NCOEFF): New macro.
28633         (gammal_positive): New function.
28634         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28635         underflow here.  Use gamma_positive instead of exp (lgamma) for
28636         other arguments.
28637         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28638         (gamma_coeff): New variable.
28639         (NCOEFF): New macro.
28640         (gammal_positive): New function.
28641         (__ieee754_gammal_r): Handle positive infinity, overflow and
28642         underflow here.  Handle NaN the same as positive infinity.  Remove
28643         check x < 0xffffffff for negative integers.  Use gamma_positive
28644         instead of exp (lgamma) for other arguments.
28645         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28646         (gamma_coeff): New variable.
28647         (NCOEFF): New macro.
28648         (gammal_positive): New function.
28649         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28650         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28651         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28652         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28653         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28654         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28655         * sysdeps/generic/math_private.h (__gamma_productf): New
28656         prototype.
28657         (__gamma_product): Likewise.
28658         (__gamma_productl): Likewise.
28659         * math/Makefile (libm-calls): Add gamma_product.
28660         * math/libm-test.inc (tgamma_test): Add more tests.
28661         * sysdeps/i386/fpu/libm-test-ulps: Update.
28662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28664 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28666         * benchtests/bench-skeleton.c (main): Preheat CPU.
28668 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28670         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28672 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28674         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28675         and _dl_skip_args_internal.
28677 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28679         * manual/message.texi (Message Translation): Talk about users.
28680         Message to key mapping impacts design.
28682 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28684         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28686         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28688         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28689         * sysdeps/wordsize-64/glob64.c: ... here.
28691         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28692         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28693         New macros.
28695         * debug/getlogin_r_chk.c: Moved to ...
28696         * login/getlogin_r_chk.c: ... here.
28697         * debug/Makefile (routines): Move getlogin_r_chk to ...
28698         * login/Makefile (routines): ... here.
28699         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28700         * login/Versions (libc: GLIBC_2.4): ... here.
28702         * io/poll.c (__poll): Renamed from poll.
28703         Add libc_hidden_def.
28704         (poll): Define as weak alias.
28706         * debug/ptsname_r_chk.c: Moved to ...
28707         * login/ptsname_r_chk.c: ... here.
28708         * debug/Makefile (routines): Move ptsname_r_chk to ...
28709         * login/Makefile (routines): ... here.
28710         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28711         * login/Versions (libc: GLIBC_2.4): ... here.
28713         * posix/getlogin.c: Moved to ...
28714         * login/getlogin.c: ... here.
28715         * posix/getlogin_r.c: Moved to ...
28716         * login/getlogin_r.c: ... here.
28717         * posix/getlogin_r.c: Moved to ...
28718         * login/getlogin_r.c: ... here.
28719         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28720         * login/Makefile (routines): ... here.
28721         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28722         * login/Versions (libc: GLIBC_2.0): ... here.
28724         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28725         (setrlimit): Define as weak alias.
28727         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28728         Call __ names for open, ftruncate, and close.
28729         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28730         (truncate): Define as weak alias.
28732 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28734         * math/gen-libm-test.pl (parse_args): Initialize x before each
28735         test of frexp, modf and remquo.
28737         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28738         test signgam value.
28740 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28742         [BZ #15418]
28743         [BZ #15419]
28744         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28745         internal tests.
28746         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28748 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28750         * elf/dl-writev.h: New file.
28751         * elf/dl-misc.c: Include it.
28752         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28753         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28755 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28757         * math/libm-test.inc (noXFails): Remove variable.
28758         (noXPasses): Likewise.
28759         (BUILD_COMPLEX_INT): Remove macro.
28760         (print_screen): Remove xfail argument.
28761         (print_screen_max_error): Likewise.
28762         (update_stats): Likewise.
28763         (print_max_error): Likewise.  Update calls to other affected
28764         functions.
28765         (print_complex_max_error): Likewise.
28766         (test_single_exception): Update calls to print_screen.
28767         (test_single_errno): Likewise.
28768         (check_float_internal): Remove xfail argument.  Update calls to
28769         other affected functions.
28770         (check_float): Likewise.
28771         (check_complex): Likewise.
28772         (check_int): Likewise.
28773         (check_long): Likewise.
28774         (check_bool): Likewise.
28775         (check_longlong): Likewise.
28776         (main): Don't print noXFails and noXPasses.
28777         * math/gen-libm-test.pl (top level): Don't mention expected
28778         failure handling in comment.
28779         (new_test): Don't handle expected failures.
28780         (parse_args): Don't mention expected failure handling in comment.
28781         (generate_testfile): Don't handle expected failures.
28782         (parse_ulps): Likewise.
28783         (print_ulps_file): Likewise.
28784         (get_failure): Remove function.
28785         (output_test): Don't handle expected failures.
28786         * make/README.libm-test: Don't mention expected failure handling.
28788         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28789         (minus_zero): Likewise.
28790         (plus_infty): Likewise.
28791         (minus_infty): Likewise.
28792         (qnan_value): Likewise.
28793         (max_value): Likewise.
28794         (min_value): Likewise.
28795         (min_subnorm_value): Likewise.
28796         (initialize): Do not initialize those variables dynamically.
28798 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28800         * io/open.c (__open_2): Moved to ...
28801         * io/open_2.c: ... this new file.
28802         * io/open64.c (__open64_2): Moved to ...
28803         * io/open64_2.c: ... this new file.
28804         * io/openat.c (__openat_2): Moved to ...
28805         * io/openat_2.c: ... this new file.
28806         * io/openat64.c (__openat64_2): Moved to ...
28807         * io/openat64_2.c: ... this new file.
28808         * io/Makefile (routines): Add them.
28809         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28810         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28811         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28812         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28813         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28814         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28815         (__openat64): Add hidden_ver.
28816         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28817         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28819         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28820         Separately conditionalize setting of GLRO(dl_sysinfo) so
28821         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28822         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28824 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28826         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28827         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28828         definition.
28829         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28830         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28831         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28832         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28833         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28835 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28837         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28838         test signgam value.
28840         * math/libm-test.inc (hypot_test): Do not use
28841         IGNORE_ZERO_INF_SIGN.
28843 2013-05-03  Andreas Jaeger  <aj@suse.de>
28845         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28846         Linux 3.9.
28847         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28848         (PF_MAX): Adjust for VSOCK change.
28850 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28854 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28856         [BZ #15264]
28857         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28858         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28859         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28861 2013-05-02  David S. Miller  <davem@davemloft.net>
28863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28865 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28867         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28869 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28871         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28873 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28875         [BZ #14952]
28876         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28877         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28878         Use __attribute__ ((__gnu_inline__)).
28879         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28880         Don't use __attribute__ ((__gnu_inline__)).
28882 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28884         [BZ #15423]
28885         * math/s_catan.c (__catan): Handle small real or imaginary part of
28886         input specially to avoid spurious underflow.
28887         * math/s_catanf.c (__catanf): Likewise.
28888         * math/s_catanh.c (__catanh): Likewise.
28889         * math/s_catanhf.c (__catanhf): Likewise.
28890         * math/s_catanhl.c (__catanhl): Likewise.
28891         * math/s_catanl.c (__catanl): Likewise.
28892         * math/libm-test.inc (catan_test): Add more tests.
28893         (catanh_test): Likewise.
28894         * sysdeps/i386/fpu/libm-test-ulps: Update.
28895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28897 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28899         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28901 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28903         [BZ #15416]
28904         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28905         accurately for denominator in atan2.
28906         * math/s_catanf.c (__catanf): Likewise.
28907         * math/s_catanh.c (__catanh): Likewise.
28908         * math/s_catanhf.c (__catanhf): Likewise.
28909         * math/s_catanhl.c (__catanhl): Likewise.
28910         * math/s_catanl.c (__catanl): Likewise.
28911         * math/libm-test.inc (catan_test): Add more tests.
28912         (catanh_test): Likewise.
28913         * sysdeps/i386/fpu/libm-test-ulps: Update.
28914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28916 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28918         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28920         * benchtests/Makefile (bench): Remove slow benchmarks.
28921         * benchtests/atan-inputs: Add slow benchmark inputs.
28922         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28923         (BENCH_FUNC): Accept variant offset.
28924         (VARIANT): Define.
28925         * benchtests/bench-skeleton.c (main): Run benchmark for each
28926         variant.
28927         * benchtests/cos-inputs: Add slow benchmark inputs.
28928         * benchtests/exp-inputs: Likewise.
28929         * benchtests/pow-inputs: Likewise.
28930         * benchtests/sin-inputs: Likewise.
28931         * benchtests/slowatan-inputs: Remove.
28932         * benchtests/slowatan.c: Remove.
28933         * benchtests/slowcos-inputs: Remove.
28934         * benchtests/slowcos.c: Remove.
28935         * benchtests/slowexp-inputs: Remove.
28936         * benchtests/slowexp.c: Remove.
28937         * benchtests/slowpow-inputs: Remove.
28938         * benchtests/slowpow.c: Remove.
28939         * benchtests/slowsin-inputs: Remove.
28940         * benchtests/slowsin.c: Remove.
28941         * benchtests/slowtan-inputs: Remove.
28942         * benchtests/slowtan.c: Remove.
28943         * benchtests/tan-inputs: Add slow benchmark inputs.
28944         * scripts/bench.pl: Parse comments and directives.
28946         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28947         in CPPFLAGS.
28948         ($(objpfx)bench-%.c): Remove *-ITER.
28949         * benchtests/bench-modf.c: Remove definition of ITER.
28950         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28951         (main): Loop for DURATION seconds instead of fixed number of
28952         iterations.
28953         * scripts/bench.pl: Don't expect iterations in parameters.
28955 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28957         * io/fchdir.c (__fchdir): Renamed from fchdir.
28958         (fchdir): Define as weak alias.
28960 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28962         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28963         (ERRNO_EDOM): Likewise.
28964         (ERRNO_ERANGE): Likewise.
28965         (noErrnoTests): New variable.
28966         (init_max_error): Set errno to 0.
28967         (test_single_errno): New function.
28968         (test_errno): Likewise.
28969         (check_float_internal): Call test_errno.  Set errno to 0.
28970         (check_complex): Refer to errno tests in comment.
28971         (check_int): Call test_errno.  Set errno to 0.
28972         (check_long): Likewise.
28973         (check_bool): Likewise.
28974         (check_longlong): Likewise.
28975         (cos_test): Use ERRNO_* flags for errno tests instead of
28976         check_int.
28977         (expm1_test): Likewise.
28978         (fmod_test): Likewise.
28979         (ilogb_test): Likewise.
28980         (lgamma_test): Likewise.
28981         (pow_test): Likewise.
28982         (remainder_test): Likewise.
28983         (sin_test): Likewise.
28984         (tan_test): Likewise.
28985         (yn_test): Likewise.
28986         (initialize): Set errno to 0.
28987         (main): Print number of errno tests.
28988         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28990 2013-04-29  Andreas Jaeger  <aj@suse.de>
28992         [BZ #15084]
28993         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28994         and RES_USEVC.
28996         [BZ #15085]
28997         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28998         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28999         unimplemented.
29001         [BZ #15380]
29002         * stdlib/random.c (__initstate): Return NULL if
29003         __initstate fails.
29005         [BZ #15086]
29006         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29007         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29008         RES_SNGLKUPREOP.
29010 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29012         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29014 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29016         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29017         of individual tests.
29018         (casin_test): Likewise.
29019         (casinh_test): Likewise.
29021 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29023         [BZ #15409]
29024         * math/s_catan.c (__catan): Handle arguments with large real or
29025         imaginary part separately without squaring.
29026         * math/s_catanf.c (__catanf): Likewise.
29027         * math/s_catanh.c (__catanh): Likewise.
29028         * math/s_catanhf.c (__catanhf): Likewise.
29029         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29030         and redefine.
29031         (__catanhl): Handle arguments with large real or imaginary part
29032         separately without squaring.
29033         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29034         and redefine.
29035         (__catanl): Handle arguments with large real or imaginary part
29036         separately without squaring.
29037         * math/libm-test.inc (catan_test): Add more tests.
29038         (catanh_test): Likewise.
29039         * sysdeps/i386/fpu/libm-test-ulps: Update.
29040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29042 2013-04-27  Andreas Jaeger  <aj@suse.de>
29044         [BZ #15007]
29045         * stdlib/stdlib.h: Update guards for qecvt.
29046         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29047         <stdlib.h>.
29049 2013-04-27  Allan McRae  <allan@archlinux.org>
29051         * sysdeps/i386/fpu/libm-test-ulps: Update.
29053 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29055         [BZ #15406]
29056         * math/s_catan.c: Include <float.h>.
29057         (__catan): Ensure underflow exception occurs for underflowed
29058         result.
29059         * math/s_catanf.c: Include <float.h>.
29060         (__catanf): Ensure underflow exception occurs for underflowed
29061         result.
29062         * math/s_catanh.c: Include <float.h>.
29063         (__catanh): Ensure underflow exception occurs for underflowed
29064         result.
29065         * math/s_catanhf.c: Include <float.h>.
29066         (__catanhf): Ensure underflow exception occurs for underflowed
29067         result.
29068         * math/s_catanhl.c: Include <float.h>.
29069         (__catanhl): Ensure underflow exception occurs for underflowed
29070         result.
29071         * math/s_catanl.c: Include <float.h>.
29072         (__catanl): Ensure underflow exception occurs for underflowed
29073         result.
29074         * math/libm-test.inc (catan_test): Add more tests.
29075         (catanh_test): Likewise.
29077         [BZ #15405]
29078         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29079         underflowed result.
29080         * math/s_ccoshf.c (__ccoshf): Likewise.
29081         * math/s_ccoshl.c (__ccoshl): Likewise.
29082         * math/s_csin.c (__csin): Likewise.
29083         * math/s_csinf.c (__csinf): Likewise.
29084         * math/s_csinh.c (__csinh): Likewise.
29085         * math/s_csinhf.c (__csinhf): Likewise.
29086         * math/s_csinhl.c (__csinhl): Likewise.
29087         * math/s_csinl.c (__csinl): Likewise.
29088         * math/libm-test.inc (ccos_test): Add more tests.
29089         (ccosh_test): Likewise.
29090         (csin_test): Likewise.
29091         (csinh_test): Likewise.
29093 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29095         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29096         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29097         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29098         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29099         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29100         powerpc/power5+/fpu folders.
29101         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29104 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29106         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29108 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29110         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29111         additions to variable.
29112         [$(config-machine) = x86_64] (modules-names): Likewise.
29113         ($(objpfx)tst-audit3): Remove dependency.
29114         ($(objpfx)tst-audit3.out): Likewise.
29115         ($(objpfx)tst-audit4): Likewise.
29116         ($(objpfx)tst-audit4.out): Likewise.
29117         ($(objpfx)tst-audit5): Likewise.
29118         ($(objpfx)tst-audit5.out): Likewise.
29119         ($(objpfx)tst-audit6): Likewise.
29120         ($(objpfx)tst-audit6.out): Likewise.
29121         ($(objpfx)tst-audit7): Likewise.
29122         ($(objpfx)tst-audit7.out): Likewise.
29123         (tst-audit3-ENV): Remove variable.
29124         (tst-audit4-ENV): Likewise.
29125         (tst-audit5-ENV): Likewise.
29126         (tst-audit6-ENV): Likewise.
29127         (tst-audit7-ENV): Likewise.
29128         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29129         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29130         addition to variable.
29131         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29132         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29133         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29134         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29135         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29136         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29137         tst-audit3, tst-audit4 and tst-audit5.
29138         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29139         tst-audit6 and tst-audit7.
29140         [$(subdir) = elf] (modules-names): Add audit modules for those
29141         tests.
29142         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29143         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29144         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29145         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29146         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29147         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29148         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29149         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29150         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29151         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29152         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29153         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29154         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29155         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29156         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29157         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29158         Likewise.
29159         [$(subdir) = elf && $(config-cflags-avx) = yes]
29160         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29161         [$(subdir) = elf && $(config-cflags-avx) = yes]
29162         (CFLAGS-tst-auditmod4a.c): Likewise.
29163         [$(subdir) = elf && $(config-cflags-avx) = yes]
29164         (CFLAGS-tst-auditmod4b.c): Likewise.
29165         [$(subdir) = elf && $(config-cflags-avx) = yes]
29166         (CFLAGS-tst-auditmod6b.c): Likewise.
29167         [$(subdir) = elf && $(config-cflags-avx) = yes]
29168         (CFLAGS-tst-auditmod6c.c): Likewise.
29169         [$(subdir) = elf && $(config-cflags-avx) = yes]
29170         (CFLAGS-tst-auditmod7b.c): Likewise.
29171         * elf/tst-audit3.c: Move to ...
29172         * sysdeps/x86_64/tst-audit3.c: ... here.
29173         * elf/tst-audit4.c: Move to ...
29174         * sysdeps/x86_64/tst-audit4.c: ... here.
29175         * elf/tst-audit5.c: Move to ...
29176         * sysdeps/x86_64/tst-audit5.c: ... here.
29177         * elf/tst-audit6.c: Move to ...
29178         * sysdeps/x86_64/tst-audit6.c: ... here.
29179         * elf/tst-audit7.c: Move to ...
29180         * sysdeps/x86_64/tst-audit7.c: ... here.
29181         * elf/tst-auditmod3a.c: Move to ...
29182         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29183         * elf/tst-auditmod3b.c: Move to ...
29184         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29185         * elf/tst-auditmod4a.c: Move to ...
29186         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29187         * elf/tst-auditmod4b.c: Move to ...
29188         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29189         * elf/tst-auditmod5a.c: Move to ...
29190         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29191         * elf/tst-auditmod5b.c: Move to ...
29192         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29193         * elf/tst-auditmod6a.c: Move to ...
29194         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29195         * elf/tst-auditmod6b.c: Move to ...
29196         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29197         * elf/tst-auditmod6c.c: Move to ...
29198         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29199         * elf/tst-auditmod7a.c: Move to ...
29200         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29201         * elf/tst-auditmod7b.c: Move to ...
29202         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29204 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29206         [BZ #15366]
29207         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29208         define unconditionally.
29209         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29210         define unconditionally.
29211         (INT8_C, INT16_C, etc.): Likewise.
29213 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29215         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29216         __ehdr_start with hidden visibility.
29218         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29220 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29222         * math/libm-test.inc (cos_test): Use accurate hex constants.
29223         (sincost_test): Likewise.
29225 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29227         * math/libm-test.inc (catan_test): Add more tests.
29228         (catanh_test): Likewise.
29230         * math/s_catanf.c (__catanf): Use suffixed floating-point
29231         constants.
29232         * math/s_catanhf.c (__catanhf): Likewise.
29233         * math/s_catanhl.c (__catanhl): Likewise.
29234         * math/s_catanl.c (__catanl): Likewise.
29236         [BZ #15394]
29237         * math/s_catan.c (__catan): Calculate imaginary part of result
29238         with log1p not log unless computing log of number close to 0.
29239         * math/s_catanf.c (__catanf): Likewise.
29240         * math/s_catanl.c (__catanl): Likewise.
29241         * math/s_catanh.c (__catanh): Calculate real part of result with
29242         log1p not log unless computing log of number close to 0.
29243         * math/s_catanhf.c (__catanhf): Likewise.
29244         * math/s_catanhl.c (__catanhl): Likewise.
29245         * math/libm-test.inc (catan_test): Add more tests.
29246         (catanh_test): Likewise.
29247         * sysdeps/i386/fpu/libm-test-ulps: Update.
29248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29250 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29252         * benchtests/Makefile: Mention files in which fast and slow
29253         paths of math functions are implemented.
29255 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29257         * sysdeps/posix/timespec_get.c: New file.
29259 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29261         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29262         POWER.
29263         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29264         for POWER.
29265         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29266         powerpc/power5/fpu folders.
29267         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29268         * benchtests/Makefile: Add modf testcase.
29269         * benchtests/bench-modf.c: New file: Benchmark test for mo
29271 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29273         [BZ #14888]
29274         * time/Makefile (tests): Add tst-strptime-whitespace.
29275         * time/strptime_l.c (get_number): Use ISSPACE.
29276         (__strptime_internal): Likewise.
29277         * time/tst-strptime-whitespace.c: New test case.
29279 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29281         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29282         member.
29283         (_nss_files_init): Set it here.
29285 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29287         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29288         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29289         unsigned.
29291 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29293         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29295 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29297         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29298         size just once.
29300 2013-04-21  David S. Miller  <davem@davemloft.net>
29302         * po/ru.po: Update Russion translation from translation project.
29304 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29306         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29307         and setfsgid.
29309 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29311         * configure.in: Remove i386 configure warning. Remove i386 case.
29312         * configure: Regenerate.
29313         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29314         Add example to error message.
29315         * sysdeps/i386/configure: Regenerate.
29317 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29319         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29320         slowtan.
29321         * benchtests/cos-inputs: New file.
29322         * benchtests/slowcos-inputs: New file.
29323         * benchtests/slowcos.c: New file.
29324         * benchtests/slowtan-inputs: New file.
29325         * benchtests/slowtan.c: New file.
29326         * benchtests/tan-inputs: New file.
29328 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29330         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29331         considered kosher.
29333 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29335         * benchtests/Makefile: Include cppflags-iterator.mk to add
29336         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29338         * Makefile.in (bench-clean): New target.
29339         * benchtests/Makefile (bench-clean): Likewise.
29341 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29343         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29345 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29347         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29349 2013-04-15  Andreas Schwab  <schwab@suse.de>
29351         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29352         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29353         * nscd/pwdcache.c (cache_addpw): Likewise.
29354         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29355         more than recsize.
29357 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29359         * benchtests/Makefile (bench): Write all output to
29360         bench-out.tmp together.
29362 2013-04-15  Andreas Schwab  <schwab@suse.de>
29364         * nscd/nscd.c (main): Don't fork again after closing files.
29366 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29368         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29370         * benchtests/Rules (bench-deps): Collect dependencies into a
29371         single variable.  Add Makefile to dependencies.
29372         ($(objpfx)bench-%.c): Depend on bench-deps.
29374 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29375             Xavier Roche  <roche+kml2@exalead.com>
29377         [BZ #15361]
29378         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29379         just that it's a file descriptor.
29380         * manual/llio.texi (Synchronizing AIO Operations): Update description
29381         for EBADF error from aio_fsync.
29383 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29385         * Rules (bench): Move target definition...
29386         * benchtests/Makefile: ... here.
29388 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29390         * math/libm-test.inc (cos_test): Fix PI/2 test.
29391         (sincos_test): Likewise.
29392         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29393         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29395 2013-04-11  Andreas Schwab  <schwab@suse.de>
29397         [BZ #13988]
29398         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29399         accept exponent character only when digits were seen.
29400         * stdio-common/Makefile (tests): Add bug26.
29401         * stdio-common/bug26.c: New file.
29403         [BZ #14293]
29404         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29405         non-freeable.
29407 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29409         * Makeconfig (rtld-prefix): Define built linker prefix.
29410         * Rules (run-bench): Use it.
29411         * math/Makefile (run-regen-ulps): Likewise.
29413         * Rules (bench): Remove eval.
29415 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29416             Roland McGrath  <roland@hack.frob.com>
29417             Ondrej Bilka  <neleai@seznam.cz>
29419         [BZ #15346]
29420         * time/getdate.c: Include ctype.h and alloca.h.
29421         (__getdate_r): Trim leading and trailing spaces of input.
29422         * time/tst-getdate.c (tests): Add tests with leading and
29423         trailing spaces.
29425 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29427         [BZ #14280]
29428         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29429         when computing value.
29431 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29433         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29434         Use testrun.sh to run libm tests.
29436         [BZ #15309]
29437         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29439 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29441         [BZ #15264]
29442         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29444 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29446         * Makefile.in (regen-ulps): New target.
29447         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29448         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29449         [ifneq (no,$(PERL)] (regen-ulps): New target.
29450         [ifeq (no,$(PERL)] (regen-ulps): New target.
29451         * math/libm-test.inc (ulps_file_name): Define.
29452         (output_dir): New variable.
29453         (options): Add "output-dir" option.
29454         (parse_opt): Handle 'o' case.
29455         (main): If output_dir is non-NULL use it as a prefix
29456         otherwise use "".
29457         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29459 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29461         [BZ #10060, #10062]
29462         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29463         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29464         fail configure if __sync_val_compare_and_swap is not inlined.
29465         * sysdeps/i386/configure: Regenerate.
29466         * configure.in: Build for i686 when configured for i386.
29467         * configure: Regenerate.
29468         * README: Remove i386 reference.
29470 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29472         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29473         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29475 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29477         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29478         (lmsnanval): New variables.
29479         (F): Add conversion tests.
29480         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29481         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29483         * stdio-common/tstdiomisc.c (F): Properly collect individual
29484         tests' results.
29486         [BZ #14686, #15336]
29487         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29488         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29489         Instead, use input NaN values or generate a qNaN by arithmetic
29490         operation.  Also fix bugs to comply with the standard.
29491         * math/libm-test.inc (remainder_test): Add more tests.
29493         [BZ #15335, #15342]
29494         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29495         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29496         input NaN values or generate a qNaN by arithmetic operation.
29498         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29499         unreachable code.
29501         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29502         definitions.
29504 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29506         [BZ #14478]
29507         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29508         underflowed result.
29509         * math/s_cexpf.c (__cexpf): Likewise.
29510         * math/s_cexpl.c (__cexpl): Likewise.
29511         * math/libm-test.inc (cexp_test): Add more tests.
29513 2013-04-03  Andreas Schwab  <schwab@suse.de>
29515         [BZ #15330]
29516         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29517         order arrays from heap if bigger than alloca cutoff.
29519 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29521         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29522         (SNAN_TESTS_double): Refer to GCC PR56831.
29523         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29524         GCC PR56828.
29526 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29528         * Rules (bench): Move bench.out after the run is complete.
29530         * Rules (bench): Echo currently running benchmark.
29532         * benchtests/Makefile (bench): Add atan and slowatan.
29533         * benchtests/atan-inputs: New file.
29534         * benchtests/slowatan-inputs: New file.
29535         * benchtests/slowatan.c: New file.
29537         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29538         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29539         its value.
29541         [BZ #15305]
29542         * sysdeps/unix/sysv/linux/kernel-features.h
29543         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29544         __ASSUME_XFS_RESTRICTED_CHOWN.
29545         * sysdeps/unix/sysv/linux/pathconf.c
29546         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29547         Save and restore errno.
29549 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29551         [BZ #15327]
29552         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29553         arguments using __kernel_casinh.
29554         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29555         arguments using __kernel_casinhf.
29556         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29557         arguments using __kernel_casinhl.
29558         * math/libm-test.inc (cacosh_test): Add more tests.
29559         * sysdeps/i386/fpu/libm-test-ulps: Update.
29560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29562 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29564         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29565         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29567         * bench/Makefile (bench): Add sin and slowsin.
29568         * benchtests/sin-inputs: New file.
29569         * benchtests/slowsin-inputs: New file.
29570         * benchtests/slowsin.c: New file.
29572         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29573         (bench): Add slowexp and slowpow.
29574         (exp-ITER): Increase iterations.
29575         (pow-ITER): Likewise.
29576         * benchtests/exp-inputs: Change input.
29577         * benchtests/pow-inputs: Likewise.
29578         * benchtests/slowexp-inputs: New file.
29579         * benchtests/slowexp.c: New file.
29580         * benchtests/slowpow-inputs: New file.
29581         * benchtests/slowpow.c: New file.
29583 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29585         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29586         instructions.
29587         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29588         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29589         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29590         * benchtests/Makefile: Add rint benchtest.
29591         * benchtests/rint-inputs: Input for rint benchtest.
29593 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29595         * Versions.def (libm): Add GLIBC_2.18.
29596         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29597         hidden libm prototypes.
29598         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29599         * math/Makefile (libm-calls): Add s_issignaling.
29600         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29601         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29602         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29603         declaration.
29604         * math/math.h [__USE_GNU] (issignaling): New macro.
29605         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29606         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29607         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29608         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29609         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29610         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29611         * manual/arith.texi (issignaling): New section.
29612         * manual/libm-err-tab.pl (@all_functions): Update comment.
29613         * math/gen-libm-test.pl (parse_args): Apply special handling for
29614         issignaling.
29615         * math/libm-test.inc (print_float, issignaling_test): New
29616         functions.
29617         (check_float_internal): Add issignaling checks.
29618         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29619         default definition.
29620         * sysdeps/powerpc/math-tests.h: New file.
29621         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29622         tests.
29623         * math/test-snan.c (TEST_FUNC): Likewise.
29625 2013-03-30  David S. Miller  <davem@davemloft.net>
29627         * po/de.po: Update from translation team.
29629 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29631         [BZ #10357]
29632         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29633         imaginary part less than 1.0 and real part less than 0.5
29634         specially.
29635         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29636         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29637         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29638         (cacos_test): Add more tests.
29639         (casin_test): Likewise.
29640         (casinh_test): Likewise.
29641         * sysdeps/i386/fpu/libm-test-ulps: Update.
29642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29644 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29646         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29647         ONE with its value.
29649         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29650         (__pow_mp): Replace ONE and MONE with their values.
29651         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29652         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29653         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29654         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29655         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29656         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29658         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29660         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29661         (__pow_mp): Replace ZERO and MZERO with their values.
29662         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29663         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29664         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29665         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29666         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29667         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29668         (__sqr): Likewise.
29670         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29672         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29674 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29676         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29677         Declare with __attribute__ ((weak)).
29678         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29679         Call __call_tls_dtors only if it's not NULL.
29681 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29683         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29684         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29685         magic __ehdr_start linker symbol if it's defined.
29686         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29687         them up here if it was already done.
29689         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29690         (_dl_aux_init): Use const in cast when setting it.
29691         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29692         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29693         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29695         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29696         Declare them here.
29697         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29698         * csu/libc-tls.c: Nor here.
29699         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29701         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29702         (__libc_message): Never call vsyslog.
29704 2013-03-28  Alan Modra  <amodra@gmail.com>
29706         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29707         Define as empty.
29708         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29709         Likewise.
29711 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29713         [BZ #15214]
29714         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29715         underflow.
29716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29718 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29720         [BZ #15304]
29721         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29722         Don't add gid passed as argument.
29724         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29726 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29728         [BZ #15307]
29729         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29730         imaginary part between 1.0 and 1.5 and real part less than 0.5
29731         specially.
29732         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29733         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29734         * math/libm-test.inc (cacos_test): Add more tests.
29735         (casin_test): Likewise.
29736         (casinh_test): Likewise.
29737         * sysdeps/i386/fpu/libm-test-ulps: Update.
29738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29740 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29742         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29743         constants.
29744         (norm): Likewise.
29745         (denorm): Likewise.
29746         (__dbl_mp): Likewise.
29747         (add_magnitudes): Likewise.
29748         (sub_magnitudes): Likewise.
29749         (__add): Likewise.
29750         (__sub): Likewise.
29751         (__mul): Likewise.
29752         (__sqr): Likewise.
29753         (__inv): Likewise.
29754         (__dvd): Likewise.
29756         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29757         commented code.
29758         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29759         (__dubcos): Likewise.
29760         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29761         (__ieee754_acos): Likewise.
29762         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29763         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29764         (__exp1): Likewise.
29765         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29766         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29767         (log1): Likewise.
29768         (my_log2): Likewise.
29769         (checkint): Likewise.
29770         * sysdeps/ieee754/dbl-64/e_remainder.c
29771         (__ieee754_remainder): Likewise.
29772         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29773         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29774         (bsloww): Likewise.
29775         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29777         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29778         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29779         MANTISSA_STORE_T to store computations on mantissa.  Use
29780         macros for rounding and division.
29781         (denorm): Likewise.
29782         (__dbl_mp): Likewise.
29783         (add_magnitudes): Likewise.
29784         (sub_magnitudes): Likewise.
29785         (__mul): Likewise.
29786         (__sqr): Likewise.
29787         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29788         powers of two in terms of TWOPOW macro.
29789         (mp_no): Make type of mantissa as MANTISSA_T.
29790         [!RADIXI]: Define RADIXI.
29791         [!TWO52]: Define TWO52.
29792         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29794 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29796         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29797         llroundl symbol when building for PPC32.
29799 2013-03-24  Mark H Weaver  <mhw@netris.org>
29801         * manual/arith.texi (Normalization Functions): Fix prototypes for
29802         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29804 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29806         [BZ #13889]
29807         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29808         high value to check if expl overflow.
29809         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29810         to check for underflow and overflow.
29811         * math/libm-test.inc: Add exp test.
29813 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29815         [BZ #11120]
29816         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29817         with NOT_IN_libc.
29819 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29821         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29822         symbol.
29824 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29826         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29827         wrap blocks consisting of several statements.
29829         * sysdeps/generic/math-tests.h: New file.
29830         * sysdeps/i386/fpu/math-tests.h: Likewise.
29831         * math/test-snan.c: Include it.
29832         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29834 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29836         [BZ #15285]
29837         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29838         (__ieee754_j0l): Do not improve calculations using cos of twice
29839         input for inputs above LDBL_MAX / 2.0L.
29840         (__ieee754_y0l): Likewise.
29841         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29842         (__ieee754_j1l): Do not improve calculations using cos of twice
29843         input for inputs above LDBL_MAX / 2.0L.
29844         (__ieee754_y1l): Likewise.
29845         * math/libm-test.inc (j0_test): Add another test.
29846         (j1_test): Likewise.
29847         (y0_test): Likewise.
29848         (y1_test): Likewise.
29849         * sysdeps/i386/fpu/libm-test-ulps: Update.
29851 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29853         * Rules ($(objpfx)bench-%.c): Include code from a C source
29854         file.
29856 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29858         [BZ #15287]
29859         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29860         imaginary part 1.0 and real part less than 0.5 specially.
29861         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29862         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29863         * math/libm-test.inc (cacos_test): Add more tests.
29864         (casin_test): Likewise.
29865         (casinh_test): Likewise.
29866         * sysdeps/i386/fpu/libm-test-ulps: Update.
29867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29869 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29871         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29872         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29874 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29876         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29877         * config.make.in (config-cflags-sse4): Remove variable.
29878         (config-cflags-avx): Likewise.
29879         (config-cflags-sse2avx): Likewise.
29880         (config-cflags-novzeroupper): Likewise.
29881         (config-asflags-i686): Likewise.
29882         (have-mfma4): Likewise.
29883         (have-as-vis3): Likewise.
29884         (MIG): Likewise.
29885         * configure.in (MIG): Do not AC_SUBST.
29886         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29887         (libc_cv_cc_sse4): Do not AC_SUBST.
29888         (libc_cv_cc_avx): Likewise.
29889         (libc_cv_cc_sse2avx): Likewise.
29890         (libc_cv_cc_novzeroupper): Likewise.
29891         (libc_cv_cc_fma4): Likewise.
29892         (libc_cv_as_i686): Likewise.
29893         (libc_cv_sparc_as_vis3): Likewise.
29894         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29895         LIBC_CONFIG_VAR.
29896         (config-asflags-i686): Likewise.
29897         (config-cflags-avx): Likewise.
29898         (config-cflags-sse2avx): Likewise.
29899         (have-mfma4): Likewise.
29900         (config-cflags-novzeroupper): Likewise.
29901         * sysdeps/mach/configure.in (MIG): Likewise.
29902         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29903         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29904         LIBC_CONFIG_VAR.
29905         (config-cflags-avx): Likewise.
29906         (config-cflags-sse2avx): Likewise.
29907         (have-mfma4): Likewise.
29908         (config-cflags-novzeroupper): Likewise.
29909         * configure: Regenerated.
29910         * sysdeps/i386/configure: Likewise.
29911         * sysdeps/mach/configure: Likewise.
29912         * sysdeps/sparc/configure: Likewise.
29913         * sysdeps/x86_64/configure: Likewise.
29915 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29917         [BZ #14812]
29918         * locale/programs/localedef.c (options): Put N_ translation marker
29919         on argument names, not just descriptions.
29921 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29923         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29925 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29927         [BZ #14176]
29928         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29930 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29932         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29933         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29934         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29935         [!BEFORE_ABORT] (before_abort): New function.
29936         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29937         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29938         (writev_for_fatal): New function.
29939         (WRITEV_FOR_FATAL): New macro; call that.
29940         (backtrace_and_maps): New function.
29941         (BEFORE_ABORT): New macro; call that.
29942         (struct str_list): Type removed.
29943         (__libc_message, __libc_fatal): Functions removed.
29944         Include <sysdeps/posix/libc_fatal.c> instead.
29946 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29948         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29949         constants.
29950         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29951         double constants.
29953 2013-03-19  Andreas Schwab  <schwab@suse.de>
29955         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29956         * sysdeps/gnu/configure: Regenerate.
29958         * configure.in: Substitute libc_cv_rtlddir.
29959         * configure: Regenerate.
29960         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29961         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29962         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29963         * elf/Makefile (install-others, CFLAGS-interp.c)
29964         (ldso_install, common-ldd-rewrite): Likewise.
29965         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29966         $(inst_slibdir)/$(rtld-installed-name).
29967         * scripts/rellns-sh: Add -p option.
29968         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29969         for source.
29971 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29973         * manual/nptl.texi: Renamed to ...
29974         * manual/threads.texi: ... this.
29975         * manual/Makefile (chapters): Update.
29977 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29979         [BZ #14812]
29980         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29981         on argument names, not just descriptions.
29982         * malloc/memusagestat.c (options): Likewise.
29983         * nss/getent.c (options): Likewise.
29985 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29987         [BZ #14812]
29988         * iconv/iconv_prog.c (options): Put N_ translation marker
29989         on argument names, not just descriptions.
29990         * iconv/iconvconfig.c (options): Likewise.
29992 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29994         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29995         implementation which is faster on all x86_64 architectures.
29996         Tested on AMD, Intel Nehalem, SNB, IVB.
29997         * sysdeps/x86_64/strnlen.S: Likewise.
29999         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30000         Remove all multiarch strlen and strnlen versions.
30001         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30002         Remove strlen and strnlen related parts.
30004         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30005         Inline strlen part.
30006         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30008         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30009         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30010         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30011         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30012         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30013         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30015 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30017         * manual/memory.texi (Malloc Tunable Parameters):
30018         Sort parameters alphabetically. Add comments for missing entries.
30020 2013-03-17  David S. Miller  <davem@davemloft.net>
30022         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30024 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30026         [BZ #15283]
30027         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30028         for arguments at most half maximum finite value.
30029         * math/libm-test.inc (j0_test): Add more tests.
30030         (j1_test): Likewise.
30031         (y0_test): Likewise.
30032         (y1_test): Likewise.
30033         * sysdeps/i386/fpu/libm-test-ulps: Update.
30034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30036         [BZ #14155]
30037         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30038         1 / x and functions P and Q for arguments above 0x1p256L.
30039         (__ieee754_y0l): Likewise.
30040         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30041         (__ieee754_y1l): Likewise.
30042         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30043         (j1_test): Likewise.
30044         (y0_test): Likewise.
30045         (y1_test): Likewise.
30047 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30049         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30050         variable.
30052 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30054         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30055         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30056         zero since it's initialized to EXEC_PAGESIZE.
30058         * sysdeps/unix/sysv/linux/ldsodefs.h
30059         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30060         * sysdeps/generic/ldsodefs.h: ... here.
30062 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30064         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30066         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30067         math/test-snan.c.
30068         * math/test-snan.c: Renamed from
30069         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30070         * math/Makefile (tests): Add test-snan.
30071         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30072         test-powerpc-snan.
30074         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30075         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30076         functions.
30077         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30078         __builtin_nan family of functions.
30079         * math/libm-test.inc (initialize): Initialize qnan_value with
30080         __builtin_nan family of functions.
30081         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30082         Remove variables.
30083         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30084         Remove functions.
30085         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30086         storage class.  Initialize qNaN_var and sNaN_var with
30087         __builtin_nan and __builtin_nans families of functions,
30088         respectively.
30090         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30091         (sqrt_test): Remove duplicate test with qNaN input.
30092         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30093         (round_test, signbit_test, significand_test): Note missing +/-Inf
30094         as well as qNaN tests.
30096         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30097         qNaN_var.  Fix a few strings, too.
30098         * math/libm-test.inc (nan_value): Rename to qnan_value.
30099         * math/gen-libm-test.pl (%beautify): Adjust to that.
30100         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30101         * math/test-misc.c (main): Likewise.
30102         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30103         to __qnan_bytes, and __qnan_union, respectively.
30104         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30105         Likewise.
30106         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30107         and lqnanval, respectively.
30108         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30109         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30110         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30111         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30113         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30114         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30115         doubles.
30117         * math/test-misc.c (main): Fix copy'n'pastos.
30118         * misc/tst-efgcvt.c (special): Likewise.
30120         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30121         Remove declarations.
30123 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30125         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30126         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30127         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30128         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30130 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30132         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30133         macro to return vdso values correctly in IFUNC implementations.
30134         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30135         Optimization by using IFUNC.
30137 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30138             Richard Henderson  <rth@redhat.com>
30139             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30141         * Makefile.in (bench): New target.
30142         * NEWS: Mention the benchmark framework.
30143         * Rules (bench): Likewise.
30144         (binaries-bench): Generate binaries for functions to
30145         benchmark.
30146         * benchtests/Makefile: New makefile for benchmark tests.
30147         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30148         programs.
30149         * benchtests/exp-inputs: New input file for EXP function.
30150         * benchtests/pow-inputs: New input file for POW function.
30151         * scripts/bench.pl: New script to generate source files for
30152         benchmark programs.
30154 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30156         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30157         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30158         computations on mantissa.  Use macros for rounding and
30159         division.
30160         (denorm): Likewise.
30161         (__dbl_mp): Likewise.
30162         (add_magnitudes): Likewise.
30163         (sub_magnitudes): Likewise.
30164         (__mul): Likewise.
30165         (__sqr): Likewise.
30166         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30167         powers of two in terms of TWOPOW macro.
30168         (mp_no): Make type of mantissa as MANTISSA_T.
30169         [!RADIXI]: Define RADIXI.
30170         [!TWO52]: Define TWO52.
30171         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30173         * manual/nptl.texi (cindex): Modify threads to pthreads.
30175 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30177         * sysdeps/x86_64/preconfigure: Regenerated.
30179 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30181         [BZ #14155]
30182         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30183         0x1p28 and above.
30184         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30185         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30186         0x1p28 and above.
30187         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30188         * math/libm-test.inc (j0_test): Do not allow one spurious
30189         underflow exception.
30190         (y1_test): Likewise.
30192 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30194         * manual/Makefile (chapters): Add nptl.
30195         * manual/debug.texi (Debugging Support): Add link to Threads
30196         chapter.
30197         * manual/nptl.texi: New file.
30199         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30201 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30203         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30204         for non-NULL pointer before the memory validity test. Pointed
30205         out by Holger Brunck <holger.brunck@keymile.com>.
30207 2013-03-13  Andreas Schwab  <schwab@suse.de>
30209         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30210         instead of .os.
30212 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30214         * timezone/zic.c: Update from tzcode 2013b.
30216 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30218         * manual/install.texi (Configuring and compiling):
30219         Mention i686 and i586.
30220         * INSTALL: Regenerate.
30222 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30224         * sysdeps/init_array/elf-init.c: New file.
30225         * csu/elf-init.c
30226         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30227         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30229         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30230         __gmon_start__ as global, but as static with a .preinit_array pointer.
30231         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30232         * sysdeps/init_array/crti.S: New file, empty except for comments.
30233         * sysdeps/init_array/crtn.S: Likewise.
30235 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30237         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30238         definining bcopy.
30239         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30240         Remove Prefer_SSE_for_memop.
30241         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30242         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30243         HAS_PREFER_SSE_FOR_MEMOP.
30244         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30245         memset-x86-64.
30246         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30247         Remove bzero, memset ifunc support.
30248         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30249         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30250         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30251         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30253 2013-03-11  Andreas Schwab  <schwab@suse.de>
30255         [BZ #15234]
30256         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30257         by SHLIB_COMPAT.
30258         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30259         (GLIBC_2.16): Remove pthread_atfork.
30261 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30263         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30264         (ptestcases.h): Likewise.
30266 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30268         * Makeconfig ($(common-objpfx)config.status): Depend on
30269         sysdeps/*/preconfigure{,.in} too.
30271 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30273         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30274         (__free_hook): Use void * instead of __malloc_ptr_t.
30275         (__malloc_hook): Likewise.
30276         (__realloc_hook): Likewise.
30277         (__memalign_hook): Likewise.
30278         (__after_morecore_hook): Likewise.
30279         * malloc/arena.c (save_malloc_hook): Likewise.
30280         (save_free_hook): Likewise.
30281         * malloc/hooks.c (malloc_hook_ini): Likewise.
30282         (realloc_hook_ini): Likewise.
30283         (memalign_hook_ini): Likewise.
30284         * malloc/malloc.c (malloc_hook_ini): Likewise.
30285         (realloc_hook_ini): Likewise.
30286         (memalign_hook_ini): Likewise.
30287         (__free_hook): Likewise.
30288         (__malloc_hook): Likewise.
30289         (__realloc_hook): Likewise.
30290         (__memalign_hook): Likewise.
30291         (__libc_malloc): Likewise.
30292         (__libc_free): Likewise.
30293         (__libc_realloc): Likewise.
30294         (__libc_memalign): Likewise.
30295         (__libc_valloc): Likewise.
30296         (__libc_pvalloc): Likewise.
30297         (__libc_calloc): Likewise.
30298         (__posix_memalign): Likewise.
30299         * malloc/morecore.c (__sbrk): Likewise.
30300         (__default_morecore): Likewise.
30302         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30304         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30305         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30306         __malloc_ptrdiff_t.
30308         * malloc/malloc.h (__malloc_size_t): Remove macro.
30309         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30310         __malloc_size_t.
30311         (old_memalign_hook): Likewise.
30312         (old_realloc_hook): Likewise.
30313         (struct hdr): Likewise.
30314         (flood): Likewise.
30315         (mallochook): Likewise.
30316         (memalignhook): Likewise.
30317         (reallochook): Likewise.
30318         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30319         (tr_old_realloc_hook): Likewise.
30320         (tr_old_memalign_hook): Likewise.
30321         (tr_mallochook): Likewise.
30322         (tr_reallochook): Likewise.
30323         (tr_memalignhook): Likewise.
30325 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30327         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30328         default_ldbl_pack and using as default implementation.
30329         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30330         implementation.
30331         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30332         redundant definition.
30333         (ldbl_insert_mantissa): Likewise.
30334         (ldbl_canonicalize): Likewise.
30335         (ldbl_nearbyint): Likewise.
30336         (ldbl_pack): Rename to ldbl_pack_ppc.
30337         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30338         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30339         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30341 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30343         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30344         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30345         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30346         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30348         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30349         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30350         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30352 2013-03-07  Andreas Jaeger  <aj@suse.de>
30354         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30355         bits/mman-linux.h.
30357 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30359         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30360         Include mpa.h and declare __MPEXP.
30361         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30362         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30363         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30364         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30365         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30366         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30367         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30369         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30370         (__slowpow): Use long double EXPL and LOGL functions to
30371         compute POW.
30372         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30373         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30374         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30375         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30376         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30377         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30379         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30380         intermediate variable to calculate exponent.
30381         (__sqr): Likewise.
30382         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30383         Likewise.
30384         (__sqr): Likewise.
30386         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30387         [!NO__SQR]: Define __sqr.
30388         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30389         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30390         sysdeps/ieee754/dbl-64/mpa.c.
30391         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30393         [BZ #12723]
30394         * posix/Makefile (tests): Add tst-pathconf.
30395         * posix/tst-pathconf.c: New test case.
30396         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30397         _PC_PIPE_BUF.
30398         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30400 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30402         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30404 2013-03-06  Andreas Jaeger  <aj@suse.de>
30406         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30407         definition via __MAP_ANONYMOUS.
30409         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30410         it's not part of Linux headers.
30412         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30413         (MAP_HUGE_MASK): Define.
30415         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30416         Define.
30417         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30418         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30419         Define.
30420         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30421         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30422         Define.
30423         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30424         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30425         Define.
30426         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30428         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30429         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30430         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30431         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30432         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30433         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30435         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30436         Handle f2fs.
30438         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30439         Handle f2fs and efivarfs.
30441         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30442         f2fs.
30444         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30445         (EFIVARFS_MAGIC): Add.
30446         (F2FS_LINK_MAX): Add.
30448 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30450         * stdio-common/vfprintf.c: Replace __builtin_expect with
30451         __glibc_unlikely.
30453 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30455         [BZ #13550]
30456         * sysdeps/generic/bp-sym.h: Remove file.
30457         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30458         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30459         <bp-sym.h> and <bp-asm.h>.
30460         (__longjmp): Don't use BP_SYM.
30461         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30462         and <bp-asm.h>.
30463         (memcpy): Don't use BP_SYM.
30464         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30465         <bp-sym.h> and <bp-asm.h>.
30466         (memcpy): Don't use BP_SYM.
30467         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30468         <bp-asm.h>.
30469         (memcpy): Don't use BP_SYM.
30470         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30471         <bp-asm.h>.
30472         (memset): Don't use BP_SYM.
30473         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30474         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30475         (__bzero): Don't use BP_SYM.
30476         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30477         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30478         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30479         <bp-sym.h> and <bp-asm.h>.
30480         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30481         pointers.
30482         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30483         <bp-sym.h> and <bp-asm.h>.
30484         (memcpy): Don't use BP_SYM.
30485         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30486         <bp-sym.h> and <bp-asm.h>.
30487         (memset): Don't use BP_SYM.
30488         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30489         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30490         (__bzero): Don't use BP_SYM.
30491         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30492         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30493         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30494         <bp-sym.h> and <bp-asm.h>.
30495         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30496         pointers.
30497         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30498         <bp-sym.h> and <bp-asm.h>.
30499         (memcpy): Don't use BP_SYM.
30500         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30501         <bp-sym.h> and <bp-asm.h>.
30502         (memset): Don't use BP_SYM.
30503         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30504         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30505         (__bzero): Don't use BP_SYM.
30506         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30507         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30508         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30509         <bp-sym.h> and <bp-asm.h>.
30510         (__memchr): Don't use BP_SYM.
30511         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30512         <bp-sym.h> and <bp-asm.h>.
30513         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30514         pointers.
30515         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30516         <bp-sym.h> and <bp-asm.h>.
30517         (memcpy): Don't use BP_SYM.
30518         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30519         <bp-sym.h> and <bp-asm.h>.
30520         (__mempcpy): Don't use BP_SYM.
30521         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30522         <bp-sym.h> and <bp-asm.h>.
30523         (__memrchr): Don't use BP_SYM.
30524         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30525         <bp-sym.h> and <bp-asm.h>.
30526         (memset): Don't use BP_SYM.
30527         (__bzero): Likewise.
30528         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30529         <bp-sym.h> and <bp-asm.h>.
30530         (__rawmemchr): Don't use BP_SYM.
30531         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30532         <bp-sym.h> and <bp-asm.h>.
30533         (__STRCMP): Don't use BP_SYM.
30534         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30535         <bp-sym.h> and <bp-asm.h>.
30536         (strchr): Don't use BP_SYM.
30537         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30538         <bp-sym.h> and <bp-asm.h>.
30539         (__strchrnul): Don't use BP_SYM.
30540         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30541         <bp-sym.h> and <bp-asm.h>.
30542         (strlen): Don't use BP_SYM.
30543         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30544         <bp-sym.h> and <bp-asm.h>.
30545         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30546         pointers.
30547         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30548         <bp-sym.h> and <bp-asm.h>.
30549         (__strnlen): Don't use BP_SYM.
30550         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30551         <bp-sym.h> and <bp-asm.h>.
30552         (__GI__setjmp): Don't use BP_SYM.
30553         (_setjmp): Likewise.
30554         (__sigsetjmp): Likewise.
30555         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30556         (L(start_addresses)): Don't use BP_SYM.
30557         (_start): Likewise.
30558         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30559         <bp-asm.h>.
30560         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30561         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30562         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30563         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30564         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30565         <bp-asm.h>.
30566         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30567         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30568         about bounded pointers.
30569         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30570         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30571         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30572         <bp-asm.h>.
30573         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30574         about bounded pointers.  Remove GKM FIXME comments.
30575         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30576         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30577         <bp-asm.h>.
30578         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30579         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30580         Remove GKM FIXME comments.
30581         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30582         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30583         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30584         <bp-asm.h>.
30585         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30586         about bounded pointers.  Remove GKM FIXME comment.
30587         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30588         and <bp-asm.h>.
30589         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30590         pointers.
30591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30592         <bp-sym.h> and <bp-asm.h>.
30593         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30595         <bp-sym.h> and <bp-asm.h>.
30596         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30597         comment.
30599 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30601         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30602         call free(NULL).
30604 2013-03-05  David S. Miller  <davem@davemloft.net>
30606         * po/es.po: Update from translation team.
30608 2013-03-05  Andreas Jaeger  <aj@suse.de>
30610         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30611         <bits/mman-linux.h>.
30612         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30613         is fine.
30614         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30615         <bits/mman-linux.h> to end of file.
30616         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30617         is fine.
30618         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30619         <bits/mman-linux.h> to end of file.
30620         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30621         is fine.
30622         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30623         <bits/mman-linux.h> to end of file.
30625         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30626         (MCL_CURRENT, MCL_FUTURE): Define here.
30628 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30630         [BZ #15232]
30631         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30632         attribute_hidden.
30633         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30635 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30637         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30638         fourth parameter needed for rt_sigprocmask syscall.
30639         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30640         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30641         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30642         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30643         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30644         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30646 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30648         [BZ #13550]
30649         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30650         comment about bounded pointers.
30651         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30652         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30654 2013-03-04  Andreas Jaeger  <aj@suse.de>
30656         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30657         common definitions.
30659         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30660         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30661         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30662         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30663         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30664         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30666 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30668         [BZ #15055]
30669         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30670         __ieee754_sqrl instead of __sqrl.
30672 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30674         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30675         * sysdeps/powerpc/fpu_control.h: ... here.
30676         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30677         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30678         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30679         * sysdeps/powerpc/bits/mathinline.h: ... here.
30681 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30683         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30684         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30685         to just [NEED_DL_SYSINFO_DSO].
30686         * elf/dl-support.c: Likewise.
30687         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30688         * elf/rtld.c (dl_main): Likewise.
30689         * elf/setup-vdso.h (setup_vdso): Likewise.
30690         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30691         * sysdeps/unix/sysv/linux/dl-sysdep.c
30692         (_dl_discover_osversion): Likewise.
30694 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30696         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30697         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30699 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30701         * NEWS: Mention libm performance improvements and non-x86 PI
30702         futex support.
30704         * csu/libc-start.c (__pthread_initialize_minimal): Change
30705         function arguments.
30706         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30708 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30710         [BZ #13550]
30711         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30712         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30713         <bp-sym.h> and <bp-asm.h>.
30714         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30715         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30716         and <bp-asm.h>.
30717         (memcpy): Don't use BP_SYM.
30718         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30719         <bp-asm.h>.
30720         (__mpn_add_n): Don't use BP_SYM.
30721         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30722         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30723         and <bp-asm.h>.
30724         (__mpn_addmul_1): Don't use BP_SYM.
30725         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30726         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30727         <bp-sym.h>.
30728         (_setjmp): Don't use BP_SYM.
30729         (__novmx_setjmp): Likewise.
30730         (__GI__setjmp): Likewise.
30731         (__vmx_setjmp): Likewise.
30732         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30733         <bp-sym.h>.
30734         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30735         (__bzero): Don't use BP_SYM.
30736         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30737         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30738         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30739         <bp-sym.h> and <bp-asm.h>.
30740         (memcpy): Don't use BP_SYM.
30741         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30742         <bp-sym.h> and <bp-asm.h>.
30743         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30744         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30745         <bp-sym.h> and <bp-asm.h>.
30746         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30747         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30748         <bp-asm.h>.
30749         (__mpn_lshift): Don't use BP_SYM.
30750         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30751         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30752         <bp-asm.h>.
30753         (memset): Don't use BP_SYM.
30754         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30755         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30756         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30757         <bp-asm.h>.
30758         (__mpn_mul_1): Don't use BP_SYM.
30759         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30760         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30761         <bp-sym.h> and <bp-asm.h>.
30762         (memcmp): Don't use BP_SYM.
30763         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30764         <bp-sym.h> and <bp-asm.h>.
30765         (memcpy): Don't use BP_SYM.
30766         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30767         <bp-sym.h> and <bp-asm.h>.
30768         (memset): Don't use BP_SYM.
30769         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30770         <bp-sym.h> and <bp-asm.h>.
30771         (strncmp): Don't use BP_SYM.
30772         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30773         <bp-sym.h> and <bp-asm.h>.
30774         (memcpy): Don't use BP_SYM.
30775         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30776         <bp-sym.h> and <bp-asm.h>.
30777         (memset): Don't use BP_SYM.
30778         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30779         <bp-sym.h> and <bp-asm.h>.
30780         (__memchr): Don't use BP_SYM.
30781         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30782         <bp-sym.h> and <bp-asm.h>.
30783         (memcmp): Don't use BP_SYM.
30784         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30785         <bp-sym.h> and <bp-asm.h>.
30786         (memcpy): Don't use BP_SYM.
30787         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30788         <bp-sym.h> and <bp-asm.h>.
30789         (__mempcpy): Don't use BP_SYM.
30790         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30791         <bp-sym.h> and <bp-asm.h>.
30792         (__memrchr): Don't use BP_SYM.
30793         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30794         <bp-sym.h> and <bp-asm.h>.
30795         (memset): Don't use BP_SYM.
30796         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30797         <bp-sym.h> and <bp-asm.h>.
30798         (__rawmemchr): Don't use BP_SYM.
30799         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30800         <bp-sym.h> and <bp-asm.h>.
30801         (__STRCMP): Don't use BP_SYM.
30802         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30803         <bp-sym.h> and <bp-asm.h>.
30804         (strchr): Don't use BP_SYM.
30805         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30806         <bp-sym.h> and <bp-asm.h>.
30807         (__strchrnul): Don't use BP_SYM.
30808         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30809         <bp-sym.h> and <bp-asm.h>.
30810         (strlen): Don't use BP_SYM.
30811         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30812         <bp-sym.h> and <bp-asm.h>.
30813         (strncmp): Don't use BP_SYM.
30814         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30815         <bp-sym.h> and <bp-asm.h>.
30816         (__strnlen): Don't use BP_SYM.
30817         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30818         <bp-asm.h>.
30819         (__mpn_rshift): Don't use BP_SYM.
30820         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30821         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30822         <bp-sym.h> and <bp-asm.h>.
30823         (__sigsetjmp): Don't use BP_SYM.
30824         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30825         (L(start_addresses)): Don't use BP_SYM.
30826         (_start): Likewise.
30827         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30828         <bp-asm.h>.
30829         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30830         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30831         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30832         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30833         <bp-asm.h>.
30834         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30835         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30836         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30837         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30838         <bp-asm.h>.
30839         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30840         comments.
30841         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30842         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30843         <bp-asm.h>.
30844         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30845         FIXME comments.
30846         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30847         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30848         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30849         <bp-asm.h>.
30850         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30851         comment.
30852         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30853         and <bp-asm.h>.
30854         (strncmp): Don't use BP_SYM,
30855         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30856         <bp-asm.h>.
30857         (__mpn_sub_n): Don't use BP_SYM.
30858         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30859         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30860         and <bp-asm.h>.
30861         (__mpn_submul_1): Don't use BP_SYM.
30862         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30864         <bp-sym.h> and <bp-asm.h>.
30865         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30867         <bp-sym.h> and <bp-asm.h>.
30868         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30869         comment.
30871 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30873         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30874         Use ZK to minimize writes to Z.
30875         (sub_magnitudes): Simplify code a bit.
30876         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30877         Use ZK to minimize writes to Z.
30878         (sub_magnitudes): Simplify code a bit.
30880 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30882         * csu/gmon-start.c: Add special exception to license text.
30884 2013-02-27  Richard Henderson  <rth@redhat.com>
30886         * scripts/config.guess: Update from config.git.
30887         * scripts/config.sub: Likewise.
30889 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30891         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30893         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30895         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30897         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30899         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30901 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30903         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30904         [$(build-shared = yes].
30906 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30908         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30909         (__mul): Reduce iterations for calculating mantissa.
30911         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30912         MPTWO.
30913         (__mpranred): Likewise.
30915         [BZ #15160]
30916         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30917         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30919 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30921         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30922         Define __attribute__.
30924 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30926         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30927         unused.
30928         * posix/regex_internal.h (__attribute): Remove.
30929         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30930         (re_string_context_at): Likewise.
30931         (bitset_not): Use __attribute__ and mark function as possibly
30932         unused.
30933         (bitset_merge): Likewise.
30934         (bitset_mask): Likewise.
30935         (re_string_char_size_at): Likewise.
30936         (re_string_wchar_at): Likewise.
30937         (re_string_elem_size_at): Likewise.
30939 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30941         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30942         code.
30943         (cc32): Likewise.
30945         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30946         (__acr): Likewise.
30947         (__cpy): Likewise.
30948         (norm): Likewise.
30949         (denorm): Likewise.
30950         (__dbl_mp): Likewise.
30951         (add_magnitudes): Likewise.
30952         (sub_magnitudes): Likewise.
30953         (__mul): Likewise.
30954         (__inv): Likewise.
30956         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30957         style.
30959         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30960         style.
30962         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30963         code.
30965         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30966         up changes with default code.
30967         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30968         Likewise.
30970 2013-02-24  Allan McRae  <allan@archlinux.org>
30972         * manual/socket.texi (The Internet Namespace): Order menu items
30973         to match that in the file.
30975         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30976         node listing of the info page menu.
30978 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30980         [BZ #13550]
30981         * sysdeps/i386/bp-asm.h: Remove file.
30982         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30983         (PARMS): Do not use macros from bp-asm.h.
30984         (S1): Likewise.
30985         (S2): Likewise.
30986         (SIZE): Likewise.
30987         (__mpn_add_n): Do not use BP_SYM
30988         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30989         "bp-asm.h".
30990         (PARMS): Do not use macros from bp-asm.h.
30991         (S1): Likewise.
30992         (SIZE): Likewise.
30993         (__mpn_addmul_1): Do not use BP_SYM
30994         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30995         "bp-asm.h".
30996         (PARMS): Do not use macros from bp-asm.h.
30997         (SIGMSK): Likewise.
30998         (_setjmp): Likewise.  Do not use BP_SYM.
30999         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31000         "bp-asm.h".
31001         (PARMS): Do not use macros from bp-asm.h.
31002         (SIGMSK): Likewise.
31003         (setjmp): Likewise.  Do not use BP_SYM.
31004         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31005         "bp-asm.h".
31006         (PARMS): Do not use macros from bp-asm.h.
31007         (__frexp): Do not use BP_SYM.
31008         (frexp): Likewise.
31009         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31010         "bp-asm.h".
31011         (PARMS): Do not use macros from bp-asm.h.
31012         (__frexpf): Do not use BP_SYM.
31013         (frexpf): Likewise.
31014         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31015         "bp-asm.h".
31016         (PARMS): Do not use macros from bp-asm.h.
31017         (__frexpl): Do not use BP_SYM.
31018         (frexpl): Likewise.
31019         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31020         "bp-asm.h".
31021         (PARMS): Do not use macros from bp-asm.h.
31022         (__remquo): Do not use BP_SYM.
31023         (remquo): Likewise.
31024         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31025         "bp-asm.h".
31026         (PARMS): Do not use macros from bp-asm.h.
31027         (__remquof): Do not use BP_SYM.
31028         (remquof): Likewise.
31029         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31030         "bp-asm.h".
31031         (PARMS): Do not use macros from bp-asm.h.
31032         (__remquol): Do not use BP_SYM.
31033         (remquol): Likewise.
31034         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31035         "bp-asm.h".
31036         (PARMS): Do not use macros from bp-asm.h.
31037         (DEST): Likewise.
31038         (SRC): Likewise.
31039         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31040         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31041         "bp-asm.h".
31042         (PARMS): Do not use macros from bp-asm.h.
31043         (strlen): Do not use BP_SYM.
31044         * sysdeps/i386/i586/add_n.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         (S2): Likewise.
31049         (SIZE): Likewise.
31050         (__mpn_add_n): Do not use BP_SYM.
31051         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31052         "bp-asm.h".
31053         (PARMS): Do not use macros from bp-asm.h.
31054         (S1): Likewise.
31055         (SIZE): Likewise.
31056         (__mpn_addmul_1): Do not use BP_SYM.
31057         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31058         weak_alias.
31059         (bzero): Likewise.
31060         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31061         "bp-asm.h".
31062         (PARMS): Do not use macros from bp-asm.h.
31063         (S): Likewise.
31064         (SIZE): Likewise.
31065         (__mpn_lshift): Do not use BP_SYM.
31066         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31067         "bp-asm.h".
31068         (PARMS): Do not use macros from bp-asm.h.
31069         (DEST): Likewise.
31070         (SRC): Likewise.
31071         (LEN): Likewise.
31072         (memcpy): Likewise.  Do not use BP_SYM.
31073         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31074         libc_hidden_def and weak_alias.
31075         (mempcpy): Do not use BP_SYM in weak_alias.
31076         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31077         "bp-asm.h".
31078         (PARMS): Do not use macros from bp-asm.h.
31079         (DEST): Likewise.
31080         (LEN): Likewise.
31081         [!BZERO_P] (CHR): Likewise.
31082         (memset): Likewise.  Do not use BP_SYM.
31083         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31084         "bp-asm.h".
31085         (PARMS): Do not use macros from bp-asm.h.
31086         (S1): Likewise.
31087         (SIZE): Likewise.
31088         (__mpn_mul_1): Do not use BP_SYM.
31089         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31090         "bp-asm.h".
31091         (PARMS): Do not use macros from bp-asm.h.
31092         (S): Likewise.
31093         (SIZE): Likewise.
31094         (__mpn_rshift): Do not use BP_SYM.
31095         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31096         "bp-asm.h".
31097         (PARMS): Do not use macros from bp-asm.h.
31098         (STR): Likewise.
31099         (CHR): Likewise.
31100         (strchr): Likewise.  Do not use BP_SYM.
31101         (index): Do not use BP_SYM in weak_alias.
31102         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31103         "bp-asm.h".
31104         (PARMS): Do not use macros from bp-asm.h.
31105         (DEST): Likewise.
31106         (SRC): Likewise.
31107         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31108         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31109         "bp-asm.h".
31110         (PARMS): Do not use macros from bp-asm.h.
31111         (strlen): Do not use BP_SYM.
31112         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31113         "bp-asm.h".
31114         (PARMS): Do not use macros from bp-asm.h.
31115         (S1): Likewise.
31116         (S2): Likewise.
31117         (SIZE): Likewise.
31118         (__mpn_sub_n): Do not use BP_SYM.
31119         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31120         "bp-asm.h".
31121         (PARMS): Do not use macros from bp-asm.h.
31122         (S1): Likewise.
31123         (SIZE): Likewise.
31124         (__mpn_submul_1): Do not use BP_SYM.
31125         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31126         "bp-asm.h".
31127         (PARMS): Do not use macros from bp-asm.h.
31128         (S1): Likewise.
31129         (S2): Likewise.
31130         (SIZE): Likewise.
31131         (__mpn_add_n): Do not use BP_SYM.
31132         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31133         weak_alias.
31134         (bzero): Likewise.
31135         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31136         "bp-asm.h".
31137         (PARMS): Do not use macros from bp-asm.h.
31138         (BLK2): Likewise.
31139         (LEN): Likewise.
31140         (memcmp): Do not use BP_SYM.
31141         (bcmp): Do not use BP_SYM in weak_alias.
31142         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31143         "bp-asm.h".
31144         (PARMS): Do not use macros from bp-asm.h.
31145         (DEST): Likewise.
31146         (SRC): Likewise.
31147         (LEN): Likewise.
31148         (memcpy): Likewise.  Do not use BP_SYM.
31149         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31150         "bp-asm.h".
31151         (PARMS): Do not use macros from bp-asm.h.
31152         (DEST): Likewise.
31153         (SRC): Likewise.
31154         (LEN): Likewise.
31155         (memmove): Likewise.  Do not use BP_SYM.
31156         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31157         "bp-asm.h".
31158         (PARMS): Do not use macros from bp-asm.h.
31159         (DEST): Likewise.
31160         (SRC): Likewise.
31161         (LEN): Likewise.
31162         (__mempcpy): Likewise.  Do not use BP_SYM.
31163         (mempcpy): Do not use BP_SYM in weak_alias.
31164         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31165         "bp-asm.h".
31166         (PARMS): Do not use macros from bp-asm.h.
31167         (DEST): Likewise.
31168         (LEN): Likewise.
31169         [!BZERO_P] (CHR): Likewise.
31170         (memset): Likewise.  Do not use BP_SYM.
31171         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31172         "bp-asm.h".
31173         (PARMS): Do not use macros from bp-asm.h.
31174         (STR2): Likewise.
31175         (strcmp): Do not use BP_SYM.
31176         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31177         "bp-asm.h".
31178         (PARMS): Do not use macros from bp-asm.h.
31179         (STR): Likewise.
31180         (DELIM): Likewise.
31181         [USE_AS_STRTOK_R] (SAVE): Likewise.
31182         (FUNCTION): Likewise.  Do not use BP_SYM.
31183         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31184         aliases.
31185         (strtok_r): Likewise.
31186         (__GI___strtok_r): Likewise.
31187         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31188         (PARMS): Do not use macros from bp-asm.h.
31189         (S): Likewise.
31190         (SIZE): Likewise.
31191         (__mpn_lshift): Do not use BP_SYM.
31192         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31193         (PARMS): Do not use macros from bp-asm.h.
31194         (STR): Likewise.
31195         (CHR): Likewise.
31196         (__memchr): Do not use BP_SYM.
31197         (memchr): Do not use BP_SYM in weak_alias.
31198         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31199         (PARMS): Do not use macros from bp-asm.h.
31200         (BLK2): Likewise.
31201         (LEN): Likewise.
31202         (memcmp): Do not use BP_SYM.
31203         (bcmp): Do not use BP_SYM in weak_alias.
31204         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31205         (PARMS): Do not use macros from bp-asm.h.
31206         (S1): Likewise.
31207         (SIZE): Likewise.
31208         (__mpn_mul_1): Do not use BP_SYM.
31209         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31210         "bp-asm.h".
31211         (PARMS): Do not use macros from bp-asm.h.
31212         (STR): Likewise.
31213         (CHR): Likewise.
31214         (__rawmemchr): Do not use BP_SYM.
31215         (rawmemchr): Do not use BP_SYM in weak_alias.
31216         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31217         (PARMS): Do not use macros from bp-asm.h.
31218         (S): Likewise.
31219         (SIZE): Likewise.
31220         (__mpn_rshift): Do not use BP_SYM.
31221         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31222         (PARMS): Do not use macros from bp-asm.h.
31223         (SIGMSK): Likewise.
31224         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31225         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31226         (_start): Do not use BP_SYM.
31227         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31228         (PARMS): Do not use macros from bp-asm.h.
31229         (DEST): Likewise.
31230         (SRC): Likewise.
31231         (__stpcpy): Likewise.  Do not use BP_SYM.
31232         (stpcpy): Do not use BP_SYM in weak_alias.
31233         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31234         "bp-asm.h".
31235         (PARMS): Do not use macros from bp-asm.h.
31236         (DEST): Likewise.
31237         (SRC): Likewise.
31238         (LEN): Likewise.
31239         (__stpncpy): Likewise.  Do not use BP_SYM.
31240         (stpncpy): Do not use BP_SYM in weak_alias.
31241         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31242         (PARMS): Do not use macros from bp-asm.h.
31243         (STR): Likewise.
31244         (CHR): Likewise.
31245         (strchr): Likewise.  Do not use BP_SYM.
31246         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31247         "bp-asm.h".
31248         (PARMS): Do not use macros from bp-asm.h.
31249         (STR): Likewise.
31250         (CHR): Likewise.
31251         (__strchrnul): Likewise.  Do not use BP_SYM.
31252         (strchrnul): Do not use BP_SYM in weak_alias.
31253         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31254         "bp-asm.h".
31255         (PARMS): Do not use macros from bp-asm.h.
31256         (STOP): Likewise.
31257         (strcspn): Do not use BP_SYM.
31258         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31259         "bp-asm.h".
31260         (PARMS): Do not use macros from bp-asm.h.
31261         (STR): Likewise.
31262         (STOP): Likewise.
31263         (strpbrk): Likewise.  Do not use BP_SYM.
31264         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31265         "bp-asm.h".
31266         (PARMS): Do not use macros from bp-asm.h.
31267         (STR): Likewise.
31268         (CHR): Likewise.
31269         (strrchr): Likewise.  Do not use BP_SYM.
31270         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31271         (PARMS): Do not use macros from bp-asm.h.
31272         (SKIP): Likewise.
31273         (strspn): Do not use BP_SYM.
31274         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31275         (PARMS): Do not use macros from bp-asm.h.
31276         (STR): Likewise.
31277         (DELIM): Likewise.
31278         (SAVE): Likewise.
31279         (FUNCTION): Likewise.  Do not use BP_SYM.
31280         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31281         aliases.
31282         (strtok_r): Likewise.
31283         (__GI___strtok_r): Likewise.
31284         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31285         (PARMS): Do not use macros from bp-asm.h.
31286         (S1): Likewise.
31287         (S2): Likewise.
31288         (SIZE): Likewise.
31289         (__mpn_sub_n): Do not use BP_SYM.
31290         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31291         "bp-asm.h".
31292         (PARMS): Do not use macros from bp-asm.h.
31293         (S1): Likewise.
31294         (SIZE): Likewise.
31295         (__mpn_submul_1): Do not use BP_SYM.
31296         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31297         <bp-sym.h>.
31298         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31299         and <bp-asm.h>.
31300         (PARMS): Do not use macros from bp-asm.h.
31301         (FLAGS): Likewise.
31302         (PTID): Likewise.
31303         (TLS): Likewise.
31304         (CTID): Likewise.
31305         (__clone): Do not use BP_SYM.
31306         (clone): Do not use BP_SYM in weak_alias.
31307         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31308         and <bp-asm.h>.
31309         (PARMS): Do not use macros from bp-asm.h.
31310         (LEN): Likewise.
31311         (__mmap64): Do not use BP_SYM.
31312         (mmap64): Do not use BP_SYM in weak_alias.
31313         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31314         <bp-sym.h> and <bp-asm.h>.
31315         (PARMS): Do not use macros from bp-asm.h.
31316         (__posix_fadvise64_l64): Do not use BP_SYM.
31317         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31318         (PARMS): Do not use macros from bp-asm.h.
31319         (NSOPS): Likewise.
31320         (semtimedop): Do not use BP_SYM.
31321         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31322         and <bp-asm.h>.
31324 2013-02-21  Allan McRae  <allan@archlinux.org>
31326         * manual/message.texi (Charset conversion in gettext):
31327         Move @end statement to beginning of line.
31329 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31331         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31332         static.
31333         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31334         Likewise.
31336         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31337         (denorm): Likewise.
31338         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31339         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31341 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31343         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31344         tail-call to the resolved function if pltexit isn't needed.
31346 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31348         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31349         or Y being zero as being unlikely.
31350         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31351         Likewise.
31353 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31355         * manual/nss.texi (System Databases and Name Service Switch):
31356         Remove frobnicate @pxref.
31358 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31360         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31361         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31363 2013-02-20  Petr Machata  <pmachata@redhat.com>
31365         * elf/elf.h (R_ARM_TARGET1): New macro.
31366         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31367         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31368         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31369         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31370         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31371         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31372         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31373         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31374         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31375         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31376         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31377         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31378         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31379         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31380         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31381         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31382         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31383         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31384         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31385         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31386         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31387         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31388         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31389         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31390         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31391         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31392         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31393         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31394         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31395         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31396         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31397         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31398         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31399         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31400         (R_ARM_THM_GOT_BREL12): Likewise.
31401         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31402         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31403         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31404         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31405         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31406         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31407         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31408         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31409         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31411 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31413         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31414         __attribute_used__ to __attribute__ ((unused)).
31416 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31418         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31419         powerpc mpa.c.
31420         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31421         comment formatting.
31422         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31424 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31426         [BZ #13550]
31427         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31428         Remove macro.
31429         (ENTER): Remove both macro definitions.
31430         (LEAVE): Likewise.
31431         (CHECK_BOUNDS_LOW): Likewise.
31432         (CHECK_BOUNDS_HIGH): Likewise.
31433         (CHECK_BOUNDS_BOTH): Likewise.
31434         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31435         (RETURN_BOUNDED_POINTER): Likewise.
31436         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31437         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31438         (POP_ERRNO_LOCATION_RETURN): Likewise.
31439         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31440         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31441         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31442         macros.
31443         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31444         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31445         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31446         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31447         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31448         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31449         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31450         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31451         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31452         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31453         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31454         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31455         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31456         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31457         removed macros.
31458         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31459         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31460         macros.
31461         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31462         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31463         * sysdeps/i386/i586/memset.S (memset): Likewise.
31464         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31465         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31466         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31467         macros.
31468         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31469         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31470         Change uses of L(2) to L(out).
31471         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31472         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31473         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31474         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31475         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31476         removed macros.
31477         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31478         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31479         macros.
31480         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31481         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31482         (RETURN): Do not use macro LEAVE.
31483         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31484         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31485         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31486         * sysdeps/i386/i686/memset.S (memset): Likewise.
31487         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31488         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31489         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31490         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31491         Likewise.
31492         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31493         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31494         L(1_2) and L(1_3) into L(1).
31495         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31496         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31497         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31498         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31499         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31500         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31501         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31502         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31503         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31504         macros.
31505         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31506         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31507         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31508         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31509         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31510         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31511         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31512         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31513         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31514         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31515         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31516         * sysdeps/i386/strspn.S (strspn): Likewise.
31517         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31518         conditional code.
31519         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31520         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31521         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31522         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31523         L(1_3) into L(1_1).
31524         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31525         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31526         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31527         macros.
31528         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31530 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31532         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31533         macro.
31535 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31537         * math/atest-exp.c (exp_mpn): Remove ROUND.
31538         * math/atest-exp2.c (exp_mpn): Likewise.
31539         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31541         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31542         * stdlib/tst-tls-atexit-lib.c: Likewise.
31543         * stdlib/tst-tls-atexit.c: Likewise.
31545 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31547         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31548         and __attribute_alloc_size__.
31550 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31552         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31553         __attribute_alloc_size__.
31554         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31555         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31557 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31559         * include/programs/xmalloc.h: New file.
31560         * catgets/gencat.c: Include it.
31561         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31562         * elf/pldd.c: Likewise.
31563         * iconv/iconv_charmap.c: Likewise.
31564         * iconv/iconvconfig.c: Likewise.
31565         * iconv/strtab.c: Likewise.
31566         * locale/programs/locale.c: Likewise.
31567         * locale/programs/localedef.h: Likewise.
31568         * locale/programs/simple-hash.c: Likewise.
31569         * nscd/nscd.h: Likewise.
31570         * nss/makedb.c: Likewise.
31571         * sysdeps/generic/ldconfig.h: Likewise.
31573 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31575         * Versions.def: Add GLIBC_2.18.
31576         * include/link.h (struct link_map): New member l_tls_dtor_count.
31577         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31578         (__call_tls_dtors): Likewise.
31579         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31580         __cxa_thread_atexit_impl.
31581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31582         Likewise.
31583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31584         Likewise.
31585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31586         Likewise.
31587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31588         Likewise.
31589         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31591         Likewise.
31592         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31593         Likewise.
31594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31595         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31596         Likewise.
31597         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31598         (tests): Add test case tst-tls-atexit.
31599         (modules-names): Add shared library for tst-tls-atexit.
31600         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31601         (GLIBC_PRIVATE): Add __call_tls_dtors.
31602         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31603         for libstdc++.
31604         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31605         * stdlib/tst-tls-atexit.c: New test case.
31606         * stdlib/tst-tls-atexit-lib.c: New test case.
31608         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31610         * elf/Versions (ld): Add _dl_find_dso_for_object.
31611         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31612         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31613         (dl_open_worker): Use _dl_find_dso_for_object.
31614         * elf/dl-sym.c (do_sym): Likewise.
31615         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31617 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31619         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31620         Syntactic changes only.
31621         (_dl_runtime_profile): Do a tail-call to the resolved function.
31623 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31625         [BZ #13550]
31626         * sysdeps/x86_64/bp-asm.h: Remove file.
31627         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31628         <bp-sym.h> and <bp-asm.h>.
31629         (__clone): Do not use BP_SYM.
31630         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31631         <bp-sym.h> and <bp-asm.h>.
31632         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31633         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31634         "bp-asm.h".
31635         (_setjmp): Do not use BP_SYM.
31636         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31637         "bp-asm.h".
31638         (setjmp): Do not use BP_SYM.
31639         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31640         libc_hidden_def.
31641         (mempcpy): Do not use BP_SYM in weak_alias.
31642         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31643         "bp-asm.h".
31644         (strchr): Do not use BP_SYM.
31645         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31646         "bp-asm.h".
31647         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31648         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31649         (_start): Do not use BP_SYM.
31650         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31651         "bp-asm.h".
31652         (strcat): Do not use BP_SYM.
31653         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31654         "bp-asm.h".
31655         (STRCMP): Do not use BP_SYM.
31656         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31657         "bp-asm.h".
31658         (STRCPY): Do not use BP_SYM.
31659         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31660         "bp-asm.h".
31661         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31662         "bp-asm.h".
31663         (FUNCTION): Do not use BP_SYM.
31664         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31665         weak_alias.
31666         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31668 2013-02-17  Andreas Jaeger  <aj@suse.de>
31670         * time/Versions: Sort entries.
31671         * string/Versions: Likewise.
31672         * resolv/Versions: Likewise.
31673         * posix/Versions: Likewise.
31674         * iconv/Versions: Likewise.
31675         * elf/Versions: Likewise.
31676         * wcsmbs/Versions: Likewise.
31678 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31680         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31681         loop termination condition.
31683         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31684         variable to calculate EZ.
31685         (__sqr): Likewise.
31687         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31688         the lower precision input.
31690 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31692         [BZ #13550]
31693         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31694         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31695         (run-via-rtld-prefix): Do not handle %-bp tests.
31696         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31697         (all-object-suffixes): Remove .ob.
31698         (bppfx): Remove variable.
31699         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31700         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31701         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31702         [$(build-bounded) = yes] (libtype.ob): Likewise.
31703         * Makerules (elide-routines.ob): Remove variable.
31704         (do-tests-clean): Do not handle *-bp.out.
31705         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31706         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31707         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31708         (tests): Do not include $(tests-bp.out).
31709         (xtests): Do not include $(xtests-bp.out).
31710         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31711         [$(build-bounded) = yes] ($(addprefix
31712         $(objpfx),$(binaries-bounded))): Remove rule.
31713         ($(objpfx)%-bp.out): Remove rule.
31714         * config.make.in (build-bounded): Remove variable.
31715         * crypt/Makefile [$(build-bounded) = yes]
31716         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31717         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31718         append to variable.
31719         [$(build-bounded) = yes] (install-lib): Likewise.
31720         [$(build-bounded) = yes] (generated): Likewise.
31721         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31722         Remove rule.
31723         * intl/Makefile [$(build-bounded) = yes]
31724         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31725         * math/Makefile [$(build-bounded) = yes]
31726         ($(tests:%=$(objpfx)%-bp): Likewise.
31727         * misc/Makefile [$(build-bounded) = yes]
31728         ($(objpfx)tst-tsearch-bp): Likewise.
31729         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31730         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31731         Remove dependency.
31732         * string/Makefile (o-objects.ob): Remove variable.
31733         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31734         (CFLAGS-.ob): Remove variable.
31735         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31736         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31737         both definitions of variable.
31738         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31739         (ASFLAGS-.ob): Remove variable.
31741 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31743         [BZ #13550]
31744         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31745         Remove __BOUNDED_POINTERS__ from condition.
31746         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31747         * string/bits/string2.h [!__NO_STRING_INLINES &&
31748         !__BOUNDED_POINTERS__]: Likewise.
31749         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31750         Likewise.
31751         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31752         Remove conditional code.
31753         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31754         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31755         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31756         condition.
31758         [BZ #13550]
31759         * csu/libc-start.c: Do not include <bp-sym.h>.
31760         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31761         * elf/dl-open.c: Do not include <bp-sym.h>.
31762         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31763         * math/fegetenv.c: Do not include <bp-sym.h>.
31764         (fegetenv): Do not use BP_SYM in versioned symbols.
31765         * nptl/sysdeps/pthread/bits/libc-lockP.h
31766         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31767         <bp-sym.h>.
31768         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31769         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31770         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31771         (__pthread_mutex_destroy): Likewise.
31772         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31773         (__pthread_mutex_lock): Likewise.
31774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31775         (__pthread_mutex_trylock): Likewise.
31776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31777         (__pthread_mutex_unlock): Likewise.
31778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31779         (__pthread_mutexattr_init): Likewise.
31780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31781         (__pthread_mutexattr_destroy): Likewise.
31782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31783         (__pthread_mutexattr_settype): Likewise.
31784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31785         (__pthread_rwlock_init): Likewise.
31786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31787         (__pthread_rwlock_destroy): Likewise.
31788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31789         (__pthread_rwlock_rdlock): Likewise.
31790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31791         (__pthread_rwlock_tryrdlock): Likewise.
31792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31793         (__pthread_rwlock_wrlock): Likewise.
31794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31795         (__pthread_rwlock_trywrlock): Likewise.
31796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31797         (__pthread_rwlock_unlock): Likewise.
31798         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31799         (__pthread_key_create): Likewise.
31800         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31801         (__pthread_setspecific): Likewise.
31802         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31803         (__pthread_getspecific): Likewise.
31804         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31805         Likewise.
31806         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31807         (_pthread_cleanup_push_defer): Likewise.
31808         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31809         (_pthread_cleanup_pop_restore): Likewise.
31810         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31811         (pthread_setcancelstate): Likewise.
31812         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31813         <bp-sym.h>.
31814         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31815         (memchr): Do not use BP_SYM in weak_alias.
31816         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31817         (fegetenv): Do not use BP_SYM in versioned symbols.
31818         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31819         (fesetenv): Do not use BP_SYM in versioned symbols.
31820         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31821         (feupdateenv): Do not use BP_SYM in versioned symbols.
31822         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31823         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31824         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31825         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31826         (open64): Do not use BP_SYM in weak_alias.
31827         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31828         (fegetenv): Do not use BP_SYM in versioned symbols.
31829         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31830         (fesetenv): Do not use BP_SYM in versioned symbols.
31831         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31832         (feupdateenv): Do not use BP_SYM in versioned symbols.
31833         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31834         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31835         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31836         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31837         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31838         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31839         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31840         <bp-sym.h>.
31841         (__libc_start_main): Do not use BP_SYM.
31843 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31845         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31846         redundant return line.
31847         (norm): Likewise.
31848         (denorm): Likewise.
31849         (dbl_mp): Likewise.
31850         (sub_magnitudes): Likewise.
31851         (__add): Likewise.
31852         (__sub): Likewise.
31853         (__mul): Likewise.
31854         (__inv): Likewise.
31855         (__dvd): Likewise.
31856         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31857         (norm): Likewise.
31858         (denorm): Likewise.
31859         (dbl_mp): Likewise.
31860         (sub_magnitudes): Likewise.
31861         (__add): Likewise.
31862         (__sub): Likewise.
31863         (__mul): Likewise.
31864         (__inv): Likewise.
31865         (__dvd): Likewise.
31867         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31868         instead of __mul.
31869         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31870         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31871         (cc32): Likewise.
31873         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31874         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31875         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31876         of __mul for squares.
31877         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31878         function
31879         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31880         Likewise.
31881         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31882         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31884 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31886         [BZ #13550]
31887         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31888         code.
31889         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31890         prototype or function definition.  Rename ubp_* variables and
31891         parameters.  Remove argv definitions conditional on
31892         [__BOUNDED_POINTERS__].
31893         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31894         * elf/dl-runtime.c (_dl_fixup): Likewise.
31895         * include/set-hooks.h (RUN_HOOK): Likewise.
31896         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31897         definition.
31898         * string/strcpy.c (strcpy): Do not use __unbounded.
31899         * sysdeps/generic/frame.h (struct layout): Likewise.
31900         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31901         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31902         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31903         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31904         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31905         (__backtrace): Likewise.
31906         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31907         use __ptrvalue.
31908         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31909         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31910         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31911         Likewise.
31912         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31913         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31914         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31915         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31916         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31917         Do not use __unbounded.
31918         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31919         Rename __unboundedrlimits parameter to rlimits in prototype.
31920         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31921         Do not use __unbounded.
31922         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31923         not use __ptrvalue.
31924         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31925         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31926         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31927         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31928         __ptrvalue or __unbounded.
31929         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31930         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31931         use __unbounded.
31932         (__new_msgctl): Do not use __ptrvalue.
31933         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31934         __unbounded.
31935         (__libc_msgrcv): Do not use __ptrvalue.
31936         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31937         startup_info): Do not use __unbounded.
31938         (__libc_start_main): Likewise.  Rename ubp_* variables and
31939         parameters.  Remove argv definitions conditional on
31940         [__BOUNDED_POINTERS__].
31941         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31942         __ptrvalue.
31943         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31944         use __unbounded.
31945         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31946         or __ptrvalue.
31947         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31948         use __unbounded.
31949         (__new_shmctl): Do not use __ptrvalue.
31950         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31951         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31952         Likewise.
31953         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31954         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31955         (__libc_sigaction): Likewise.
31956         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31957         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31958         Likewise.
31959         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31961 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31963         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31965         * string/mempcpy.c: Implement by calling memcpy.
31967 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31969         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31971         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31972         evaluation.
31974         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31975         values in the mantissa.
31977         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31978         minimize writes to Z.
31979         (sub_magnitudes): Simplify code a bit.
31981 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31983         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31984         from the message.  The linker prefixes all warnings with that already.
31986 2013-02-12  Andreas Schwab  <schwab@suse.de>
31988         [BZ #15078]
31989         * posix/regexec.c (extend_buffers): Add parameter min_len.
31990         (check_matching): Pass minimum needed length.
31991         (clean_state_log_if_needed): Likewise.
31992         (get_subexp): Likewise.
31993         * posix/Makefile (tests): Add bug-regex34.
31994         (bug-regex34-ENV): Define.
31995         * posix/bug-regex34.c: New file.
31997         [BZ #11561]
31998         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31999         elements compare against the byte sequence of it, not its name.
32000         * posix/Makefile (tests): Add bug-regex35.
32001         (bug-regex35-ENV): Define.
32002         * posix/bug-regex35.c: New file.
32004 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32006         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32007         comment.
32008         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32009         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32010         (CHECK_EOL): Add undef.
32012 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32014         * bits/stdlib-bsearch.h: New file.
32015         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32016         * stdlib/stdlib.h: Likewise.
32018 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32020         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32021         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32022         declaration.
32023         * manual/search.texi (Array Search Function): Add missing const in
32024         lfind prototype.
32025         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32026         declaration to use rlim_t.
32027         (Basic Scheduling Functions): Remove erroneous const from
32028         sched_getparam prototype.  Remove erroneous * from
32029         sched_get_priority_max and sched_get_priority_min prototypes.
32030         (Resource Usage): Fix summary @comment on vtimes to refer to
32031         sys/vtimes.h rather than vtimes.h.
32032         Add missing *s in vtimes prototype.
32033         (Limits on Resources): Fix ulimit prototype to return long int.
32034         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32035         prototypes to use long int rather than double.
32036         (BSD Random): Fix initstate and setstate to use char *, not void *.
32037         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32038         prototype to make second argument 'struct aiocb64 *const[]'.
32039         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32040         (Status of AIO Operations): Remove erroneous const in aio_return and
32041         aio_return64 prototypes.
32042         (Synchronizing I/O): Fix sync prototype to return void.
32043         * manual/startup.texi (Suboptions): Remove an erroneous const in
32044         getsubopt prototype.
32045         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32046         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32047         use size_t rather than int.
32048         (Scanning All Users): Likewise for getpwent_r.
32049         (Setting Groups): Add missing const to setgroups prototype.
32050         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32051         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32052         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32053         'const void *' rather than 'const char *'.
32054         (Host Address Functions): Likewise for inet_ntop.
32055         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32056         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32057         ssize_t for return value.
32058         (Sending Data): Likewise for send, sendto, sendmsg.
32059         (Socket Option Functions): Add a missing const in setsockopt prototype.
32060         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32061         use wchar_t for the argument.
32062         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32063         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32064         take no arguments.
32065         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32066         double/float/long double for second argument.
32067         Fix return types of significand, significandf, significandl.
32068         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32069         argument in fchmod prototype.
32070         (File Owner): Use uid_t and gid_t in fchown prototype.
32071         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32072         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32073         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32074         use 'const struct dirent **' as argument types to CMP function pointer
32075         argument.
32076         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32077         (File Times): Fix summary magic @comment for struct utimbuf and utime
32078         to refer to utime.h, not time.h.
32079         * manual/string.texi (Argz Functions): Add missing const in
32080         argz_extract and argz_next prototypes.
32081         (Finding Tokens in a String): Likewise for basename.
32082         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32083         (Copying and Concatenation): Fix typo in wmemmove prototype.
32084         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32085         (Signal Stack): Remove erroneous const in sigstack prototype.
32086         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32087         prototype.
32088         (Simple Calendar Time): Likewise for stime.
32089         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32090         prototype.
32091         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32092         say sys/sysctl.h instead.
32093         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32094         and vsyslog prototypes.
32096 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32098         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32099         Remove.
32101 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32103         * misc/sys/mman.h: Fix typo in mremap comment.
32105 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32107         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32108         the '\0' terminator.
32110 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32112         [BZ #13550]
32113         * debug/segfault.c: Don't include <bp-checks.h>.
32114         * sysdeps/generic/bp-checks.h: Remove file.
32115         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32116         (__GETDENTS): Don't use CHECK_N.
32117         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32118         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32119         (__getgroups): Don't use CHECK_N.
32120         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32121         (setgroups): Don't use CHECK_N.
32122         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32123         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32124         (__libc_msgrcv): Don't use CHECK_N.
32125         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32126         (__libc_msgsnd): Don't use CHECK_N.
32127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32128         <bp-checks.h>.
32129         (__libc_pread): Don't use CHECK_N.
32130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32131         include <bp-checks.h>.
32132         (__libc_pread64): Don't use CHECK_N.
32133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32134         include <bp-checks.h>.
32135         (__libc_pwrite): Don't use CHECK_N.
32136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32137         include <bp-checks.h>.
32138         (__libc_pwrite64): Don't use CHECK_N.
32139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32140         <bp-checks.h>.
32141         (__libc_pread): Don't use CHECK_N.
32142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32143         include <bp-checks.h>.
32144         (__libc_pread64): Don't use CHECK_N.
32145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32146         include <bp-checks.h>.
32147         (__libc_pwrite): Don't use CHECK_N.
32148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32149         include <bp-checks.h>.
32150         (__libc_pwrite64): Don't use CHECK_N.
32151         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32152         (do_pread): Don't use CHECK_N.
32153         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32154         (do_pread64): Don't use CHECK_N.
32155         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32156         (do_pwrite): Don't use CHECK_N.
32157         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32158         (do_pwrite64): Don't use CHECK_N.
32159         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32160         (__libc_readv): Don't use CHECK_N.
32161         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32162         (semop): Don't use CHECK_N.
32163         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32164         <bp-checks.h>.
32165         (semtimedop): Don't use CHECK_N.
32166         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32167         (__libc_pread): Don't use CHECK_N.
32168         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32169         <bp-checks.h>.
32170         (__libc_pread64): Don't use CHECK_N.
32171         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32172         <bp-checks.h>.
32173         (__libc_pwrite): Don't use CHECK_N.
32174         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32175         <bp-checks.h>.
32176         (__libc_pwrite64): Don't use CHECK_N.
32177         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32178         <bp-checks.h>.
32179         (__libc_msgrcv): Don't use CHECK_N.
32180         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32181         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32182         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32183         (__libc_writev): Don't use CHECK_N.
32185 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32187         * string/strcpy.c: Removed unused variable.
32189         * Makeconfig (+sysdep-includes): Define with := rather than =.
32190         Use an existing include/ subdir of each sysdeps dir before it.
32192 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32194         * nscd/connection.c (register_traced_file): Comment function.
32195         [HAVE_INOTIFY] (union __inev): Define.
32196         [HAVE_INOTIFY] (inotify_check_files): New function.
32197         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32198         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32199         clear_db_cache.
32200         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32202 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32204         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32205         loaded if not already and that a failure is permanent.
32207 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32209         [BZ #15006]
32210         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32211         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32213 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32215         [BZ #13550]
32216         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32217         (CHECK_1_NULL_OK): Likewise.
32218         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32219         (__fxstat): Do not use CHECK_1.
32220         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32221         <bp-checks.h>.
32222         (___fxstat64): Do not use CHECK_1.
32223         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32224         <bp-checks.h>.
32225         (__fxstatat): Do not use CHECK_1.
32226         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32227         <bp-checks.h>.
32228         (__fxstatat64): Do not use CHECK_1.
32229         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32230         <bp-checks.h>.
32231         (__fxstat): Do not use CHECK_1.
32232         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32233         <bp-checks.h>.
32234         (__fxstatat): Do not use CHECK_1.
32235         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32236         <bp-checks.h>.
32237         (__getresgid): Do not use CHECK_1.
32238         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32239         <bp-checks.h>.
32240         (__getresuid): Do not use CHECK_1.
32241         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32242         <bp-checks.h>.
32243         (__lxstat): Do not use CHECK_1.
32244         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32245         <bp-checks.h>.
32246         (__old_msgctl): Do not use CHECK_1.
32247         (__new_msgctl): Likewise.
32248         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32249         <bp-checks.h>.
32250         (__new_setrlimit): Do not use CHECK_1.
32251         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32252         <bp-checks.h>.
32253         (__old_shmctl): Do not use CHECK_1.
32254         (__new_shmctl): Likewise.
32255         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32256         <bp-checks.h>.
32257         (__xstat): Do not use CHECK_1.
32258         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32259         (__lxstat): Do not use CHECK_1.
32260         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32261         <bp-checks.h>.
32262         (___lxstat64): Do not use CHECK_1.
32263         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32264         (__old_msgctl): Do not use CHECK_1.
32265         (__new_msgctl): Likewise.
32266         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32267         <bp-checks.h>.
32268         (__gettimeofday): Do not use CHECK_1.
32269         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32270         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32271         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32272         <bp-checks.h>.
32273         (__gettimeofday): Do not use CHECK_1.
32274         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32275         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32276         (__new_shmctl): Do not use CHECK_1.
32277         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32278         <bp-checks.h>.
32279         (do_sigtimedwait): Do not use CHECK_1.
32280         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32281         <bp-checks.h>.
32282         (do_sigwaitinfo): Do not use CHECK_1.
32283         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32284         <bp-checks.h>.
32285         (msgctl): Do not use CHECK_1.
32286         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32287         <bp-checks.h>.
32288         (shmctl): Do not use CHECK_1.
32289         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32290         (ustat): Do not use CHECK_1.
32291         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32292         <bp-checks.h>.
32293         (__fxstat): Do not use CHECK_1.
32294         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32295         <bp-checks.h>.
32296         (__fxstatat): Do not use CHECK_1.
32297         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32298         <bp-checks.h>.
32299         (__lxstat): Do not use CHECK_1.
32300         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32301         <bp-checks.h>.
32302         (__xstat): Do not use CHECK_1.
32303         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32304         (__xstat): Do not use CHECK_1.
32305         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32306         (___xstat64): Do not use CHECK_1.
32308         [BZ #13550]
32309         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32310         definitions.
32311         (CHECK_BOUNDS_HIGH): Likewise.
32312         * string/strcpy.c: Do not include <bp-checks.h>.
32313         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32315 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32317         * nscd/nscd-client.h (__nscd_drop_map_ref):
32318         Add __attribute__ ((unused)).
32319         * nis/nss-nisplus.h (niserr2nss): Likewise.
32321         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32322         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32324         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32325         Remove inline keyword.
32326         * include/rounding-mode.h (round_away): Likewise.
32327         * libio/wfileops.c (adjust_wide_data): Likewise.
32328         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32329         (__m128i_strloadu_tolower): Likewise.
32330         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32331         (__m128i_strloadu_tolower): Likewise.
32332         * time/mktime.c (ydhms_diff): Likewise.
32333         * locale/elem-hash.h (elem_hash): Likewise.
32334         * locale/setlocale.c (setdata): Likewise.
32335         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32336         (re_string_wchar_at): Likewise.
32337         (bitset_not, bitset_merge, bitset_mask): Likewise.
32338         [!(__GNUC__ > 3)] (inline): Remove macro.
32339         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32340         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32341         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32342         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32343         * string/memcmp.c (memcmp_bytes): Likewise.
32344         * locale/programs/locarchive.c (compute_hashval): Likewise.
32345         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32346         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32347         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32348         * nss/getent.c (print_rpc, print_protocols): Likewise.
32349         (print_passwd, print_group, print_aliases): Likewise.
32350         * nis/nss-nisplus.h (niserr2nss): Likewise.
32351         * nscd/connections.c (restart_p): Likewise.
32352         Change return type to bool.
32354 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32356         * Makeconfig (all-Depend-files): Add existing
32357         $(sorted-subdirs:=/Depend) files.
32358         (all-subdirs): Remove nss.
32359         * sysdeps/unix/inet/Subdirs: Add it here instead.
32360         * hesiod/Depend: New file.
32362         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32363         instead of calling alloca.
32365         * io/lseek.c (__lseek): Rename to __libc_lseek.
32366         Define __lseek as an alias.
32368         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32370 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32372         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32373         else clause and remove check for non-standard endianness.
32375 2013-02-04  David S. Miller  <davem@davemloft.net>
32377         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32379 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32381         [BZ #13550]
32382         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32383         (__ubp_memchr): Remove prototype.
32384         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32385         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32386         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32387         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32388         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32389         Remove alias.
32390         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32391         (__ubp_memchr): Likewise.
32392         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32393         (__ubp_memchr): Likewise.
32394         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32395         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32396         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32397         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32398         CHECK_STRING.
32399         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32400         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32401         (__getcwd): Do not use CHECK_STRING.
32402         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32403         <bp-checks.h>.
32404         (__real_chown): Do not use CHECK_STRING.
32405         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32406         <bp-checks.h>.
32407         (fchownat): Do not use CHECK_STRING.
32408         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32409         CHECK_STRING.
32410         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32411         <bp-checks.h>.
32412         (__lchown): Do not use CHECK_STRING.
32413         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32414         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32415         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32416         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32418         include <bp-checks.h>.
32419         (truncate64): Do not use CHECK_STRING.
32420         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32421         <bp-checks.h>.
32422         (__real_chown): Do not use CHECK_STRING.
32423         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32424         <bp-checks.h>.
32425         (__lchown): Do not use CHECK_STRING.
32426         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32427         <bp-checks.h>.
32428         (__chown): Do not use CHECK_STRING.
32429         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32430         <bp-checks.h>.
32431         (truncate64): Do not use CHECK_STRING.
32432         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32433         Likewise.
32434         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32435         (__xmknod): Do not use CHECK_STRING.
32436         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32437         <bp-checks.h>.
32438         (__xmknodat): Do not use CHECK_STRING.
32439         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32440         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32442 2013-02-04  Andreas Schwab  <schwab@suse.de>
32444         [BZ #14142]
32445         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32446         * include/netdb.h: Likewise for h_errno.
32447         * elf/tst-stackguard1.c: Include <tls.h>.
32449 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32451         * elf/link.h (struct link_map): Extend the l_addr comment.
32452         * include/link.h (struct link_map): Likewise.
32454 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32456         [BZ #13550]
32457         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32458         (BOUNDED_1): Remove macro.
32459         * debug/backtrace.c: Don't include <bp-checks.h>.
32460         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32461         (__backtrace): Likewise.
32462         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32463         <bp-checks.h>.
32464         (__backtrace): Don't use BOUNDED_1.
32465         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32466         <bp-checks.h>.
32467         (__backtrace): Don't use BOUNDED_1.
32468         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32469         (__backtrace): Don't use BOUNDED_1.
32470         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32471         (shmat): Don't use BOUNDED_N.
32473 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32475         [BZ #13550]
32476         * sysdeps/generic/bp-start.h: Remove file.
32477         * csu/libc-start.c: Don't include <bp-start.h>.
32478         (LIBC_START_MAIN): Set up __environ directly instead of using
32479         INIT_ARGV_and_ENVIRON.
32480         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32481         <bp-start.h>.
32483         [BZ #13550]
32484         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32485         definitions.
32486         (CHECK_FCNTL): Likewise.
32487         (CHECK_N_PAGES): Likewise.
32489         [BZ #13550]
32490         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32491         definitions.
32492         (CHECK_SIGSET_NULL_OK): Likewise.
32493         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32494         <bp-checks.h>.
32495         (sigpending): Don't use CHECK_SIGSET.
32496         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32497         <bp-checks.h>.
32498         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32499         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32500         <bp-checks.h>.
32501         (do_sigsuspend): Don't use CHECK_SIGSET.
32502         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32503         use CHECK_SIGSET.
32504         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32505         (do_sigwait): Don't use CHECK_SIGSET.
32506         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32507         use CHECK_SIGSET.
32508         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32509         include <bp-checks.h>.
32510         (sigpending): Don't use CHECK_SIGSET.
32511         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32512         include <bp-checks.h>.
32513         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32514         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32515         <bp-checks.h>.
32516         (sigpending): Don't use CHECK_SIGSET.
32517         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32518         <bp-checks.h>.
32519         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32521         [BZ #13550]
32522         * sysdeps/generic/bp-semctl.h: Remove file.
32523         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32524         <bp-checks.h> and <bp-semctl.h>.
32525         (__old_semctl): Don't use CHECK_SEMCTL.
32526         (__new_semctl): Likewise.
32527         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32528         and <bp-semctl.h>.
32529         (__old_semctl): Don't use CHECK_SEMCTL.
32530         (__new_semctl): Likewise.
32531         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32532         <bp-checks.h> and <bp-semctl.h>.
32533         (__old_semctl): Don't use CHECK_SEMCTL.
32534         (__new_semctl): Likewise.
32535         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32536         <bp-checks.h> and <bp-semctl.h>.
32537         (semctl): Don't use CHECK_SEMCTL.
32539         [BZ #13550]
32540         * Makerules (elide-bp-thunks): Remove variable.
32541         (elide-routines.oS): Don't use $(elide-bp-thunks).
32542         (elide-routines.os): Likewise.
32543         (elide-routines.o): Likewise.
32544         (elide-routines.op): Likewise.
32545         (elide-routines.og): Likewise.
32546         (objects): Don't use $(bp-thunks).
32547         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32548         include.
32549         (common-generated): Do not add s-proto-bp.d.
32550         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32551         (int): Likewise.
32552         (typ): Likewise.
32553         Do not generate makefile rules for bounded-pointer thunks.
32554         * sysdeps/generic/bp-thunks.h: Remove file.
32555         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32556         * sysdeps/unix/s-proto-bp.S: Likewise.
32558         [BZ #15062]
32559         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32560         parts of result separately when argument is not close to line from
32561         -i to i and one part of argument is small.
32562         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32563         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32564         * math/libm-test.inc (cacos_test): Add more tests.
32565         (casin_test): Likewise.
32566         (casinh_test): Likewise.
32567         * sysdeps/i386/fpu/libm-test-ulps: Update.
32568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32570 2013-01-31  David S. Miller  <davem@davemloft.net>
32572         * po/de.po: Update from translation team.
32574 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32576         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32578 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32580         * configure.in (_AC_PROG_CC_C89): New definition.
32581         * configure: Regenerate.
32583         * configure.in (AC_PROG_CPP): New definition.
32584         * configure: Regenerate.
32586 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32588         * debug/tst-backtrace.h: New file.
32589         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32590         (ret): Remove variable.
32591         (x): Likewise.
32592         (FAIL): Remove macro.
32593         (NO_INLINE): Likewise.
32594         (fn1): Use match function instead of strstr.
32595         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32596         (ret): Remove variable.
32597         (x): Likewise.
32598         (FAIL): Remove macro.
32599         (NO_INLINE): Likewise.
32600         (fn): Use match function instead of strstr.
32601         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32602         (ret): Remove variable.
32603         (x): Likewise.
32604         (FAIL): Remove macro.
32605         (NO_INLINE): Likewise.
32606         (handle_signal): Use match function instead of strstr.
32607         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32608         (ret): Remove variable.
32609         (x): Likewise.
32610         (FAIL): Remove macro.
32611         (NO_INLINE): Likewise.
32612         (handle_signal): Use match function instead of strstr.
32614 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32616         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32618 2013-01-23  David S. Miller  <davem@davemloft.net>
32620         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32621         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32622         argument of CAS if possible.
32623         * sysdeps/sparc/sparc64/bits/atomic.h
32624         (__arch_compare_and_exchange_val_32_acq): Likewise.
32625         (__arch_compare_and_exchange_val_64_acq): Likewise.
32627 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32629         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32630         * sysdeps/posix/ulimit.c: ... this.
32631         Include <limits.h>.
32632         * sysdeps/unix/bsd/ulimit.c: Remove file.
32634 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32636         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32637         (LDFLAGS-tst-array5): Likewise.
32639 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32641         [BZ #15036]
32642         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32643         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32644         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32645         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32647 2013-01-21  David S. Miller  <davem@davemloft.net>
32649         * sysdeps/sparc/backtrace.c: New file.
32650         * sysdeps/sparc/sparc32/backtrace.h: New file.
32651         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32652         * sysdeps/sparc/sparc64/backtrace.h: New file.
32653         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32654         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32655         -funwind-tables.
32657 2013-01-21  Andreas Schwab  <schwab@suse.de>
32659         [BZ #15020]
32660         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32661         closed its stdout.
32663 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32665         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32666         "mpa2.h".
32667         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32669 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32670             Mark Mitchell  <mark@codesourcery.com>
32671             Tom de Vries  <tom@codesourcery.com>
32672             Paul Pluzhnikov  <ppluzhnikov@google.com>
32674         * debug/tst-backtrace2.c: New file.
32675         * debug/tst-backtrace3.c: Likewise.
32676         * debug/tst-backtrace4.c: Likewise.
32677         * debug/tst-backtrace5.c: Likewise.
32678         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32679         (CFLAGS-tst-backtrace3.c): Likewise.
32680         (CFLAGS-tst-backtrace4.c): Likewise.
32681         (CFLAGS-tst-backtrace5.c): Likewise.
32682         (LDFLAGS-tst-backtrace2): Likewise.
32683         (LDFLAGS-tst-backtrace3): Likewise.
32684         (LDFLAGS-tst-backtrace4): Likewise.
32685         (LDFLAGS-tst-backtrace5): Likewise.
32686         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32687         tst-backtrace4 and tst-backtrace5.
32689 2013-01-18  Anton Blanchard  <anton@samba.org>
32690             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32692         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32693         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32694         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32695         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32697         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32698         "+r" and remove output regs list as redundant.  Add explicit inline
32699         asm to specify register of return val to work around compiler codegen
32700         bug.  Remove (int) cast on return value.  Add return type parameter to
32701         use in macro so that this macro does not truncate return value for
32702         64-bit values.
32703         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32704         pass to INTERNAL_VSYSCALL_NCS.
32705         (INLINE_VSYSCALL): Add 'long int' as return type to
32706         INTERNAL_VSYSCALL_NCS macro invocation.
32707         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32708         INTERNAL_VSYSCALL_NCS macro invocation.
32709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32711 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32713         [BZ #14496]
32714         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32715         Fix application of SIMD FP exception mask.
32717         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32718         mp_no from a power of two.
32719         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32720         __mpexp_twomm1.  Use __pow_mp.
32722         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32723         multiplication.
32725 2013-01-17  David S. Miller  <davem@davemloft.net>
32727         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32729 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32731         [BZ #15023]
32732         * include/complex.h: Condition contents on [!_COMPLEX_H].
32733         (__kernel_casinhf): New prototype.
32734         (__kernel_casinh): Likewise.
32735         (__kernel_casinhl): Likewise.
32736         * math/Makefile (libm_calls): Add k_casinh.
32737         * math/k_casinh.c: New file.
32738         * math/k_casinhf.c: Likewise.
32739         * math/k_casinhl.c: Likewise.
32740         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32741         finite nonzero arguments.
32742         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32743         finite nonzero arguments.
32744         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32745         finite nonzero arguments.
32746         * math/s_casinh.c: Do not include <float.h>.
32747         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32748         * math/s_casinhf.c: Do not include <float.h>.
32749         (__casinhf): Move code for finite nonzero arguments to
32750         k_casinhf.c.
32751         * math/s_casinhl.c: Do not include <float.h>.
32752         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32753         redefine.
32754         (__casinhl): Move code for finite nonzero arguments to
32755         k_casinhl.c.
32756         * math/libm-test.inc (cacos_test): Add more tests.
32757         * sysdeps/i386/fpu/libm-test-ulps: Update.
32758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32760 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32762         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32763         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32764         [!HAVE_MREMAP]: Remove [defined linux] case.
32765         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32767 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32769         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32771 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32773         * elf/elf.h (R_386_SIZE32): New relocation.
32774         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32775         R_386_SIZE32.
32776         (elf_machine_rela): Likewise.
32777         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32778         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32780 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32782         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32783         (FP_FAST_FMA): Do not define.
32784         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32785         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32786         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32787         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32788         !_SOFT_FLOAT]: Likewise.
32789         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32790         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32791         value.
32792         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32793         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32794         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32795         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32796         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32797         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32798         file.
32800 2013-01-16  Andreas Schwab  <schwab@suse.de>
32802         [BZ #14327]
32803         * include/stdlib.h (__mktemp): Add declaration.
32804         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32805         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32807 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32809         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32810         definitions.
32811         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32812         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32813         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32814         definitions here.
32815         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32816         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32817         definitions.
32818         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32819         and ONE.
32820         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32821         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32822         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32823         definitions.
32824         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32825         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32826         definitions.
32827         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32829         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32831 2013-01-15  David S. Miller  <davem@davemloft.net>
32833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32834         trunc{,f} to libm-sysdep_routes.
32835         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32837         file.
32838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32840         file.
32841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32842         file.
32843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32844         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32845         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32846         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32847         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32848         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32849         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32850         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32853         nearbyint{,f} to libm-sysdep_routes.
32854         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32856         New file.
32857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32858         file.
32859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32860         New file.
32861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32862         file.
32863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32865         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32866         file.
32867         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32868         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32869         file.
32870         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32871         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32872         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32874         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32875         libc_feholdexcept and libc_fesetenv.
32877 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32879         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32881 2013-01-14  David S. Miller  <davem@davemloft.net>
32883         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32884         (SPARC_ASM_VIS2_IFUNC): Likewise.
32885         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32887         use of 'siam' instruction.
32888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32889         Likewise.
32890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32891         Likewise.
32892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32893         Likewise.
32894         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32895         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32896         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32897         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32899         file.
32900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32901         file.
32902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32903         file.
32904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32905         file.
32906         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32907         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32908         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32909         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32911         new VIS2 routines.
32912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32915         Likewise.
32916         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32917         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32918         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32919         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32921         routines to libm-sysdep_routines.
32922         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32925         fdim/fdimf to libm-sysdep_routines.
32926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32927         file.
32928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32930         file.
32931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32932         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32933         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32934         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32935         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32936         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32937         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32939 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32941         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32942         to optimize copies.
32944         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32945         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32946         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32948         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32949         local variable MPTWO.
32950         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32951         Likewise.
32953 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32955         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32956         GLOB_NOESCAPE.
32958 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32960         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32962 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32964         * manual/pattern.texi (glob_t): Document gl_flags.
32965         (glob64_t): Likewise.
32967 2013-01-11  David S. Miller  <davem@davemloft.net>
32969         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32970         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32971         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32972         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32973         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32974         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32975         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32976         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32977         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32978         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32979         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32980         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32981         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32983         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32984         sparc V9 rather than using V8 code.
32985         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32986         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32988         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32989         Move to...
32990         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32991         Here.
32993 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32995         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32996         not in the main loop.
32997         * configure: Regenerated.
32999 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33001         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33002         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33003         to just #else.
33004         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33005         [!__GLIBC_HAVE_LONG_LONG] case.
33006         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33007         condition to just #else.
33008         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33009         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33010         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33011         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33012         unconditional.
33013         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33014         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33015         #elif condition to just #else.
33016         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33017         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33018         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33019         #elif condition to just #else.
33021 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33023         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33024         (EF_MIPS_ARCH_64): Fix value.
33025         (EF_MIPS_ARCH_32R2): New.
33026         (EF_MIPS_ARCH_64R2): New.
33028 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33030         * Makeconfig (+link-pie-before-libc): New.
33031         (+link-pie-after-libc): Likewise.
33032         (+link-pie-tests): Likewise.
33033         (+link-pie): Rewritten.
33034         (link-before-libc): Remove $(config-LDFLAGS).
33035         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33036         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33037         (config-LDFLAGS): Renamed to ...
33038         (rtld-LDFLAGS): This.
33039         (rtld-tests-LDFLAGS): New macro.
33040         (link-libc-rpath-link): Likewise.
33041         (link-libc-tests-rpath-link): Likewise.
33042         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33043         (link-libc): Prepand $(link-libc-rpath-link).
33044         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33045         (test-program-prefix): New macro.
33046         (test-via-rtld-prefix): Likewise.
33047         (test-program-cmd): Likewise.
33048         (host-test-program-cmd): Likewise.
33049         * Makefile ($(common-objpfx)testrun.sh): Replace
33050         $(run-program-prefix) with $(test-program-prefix).
33051         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33052         $(rtld-LDFLAGS).
33053         ($(common-objpfx)shlib.lds): Likewise.
33054         (build-module-helper): Likewise.
33055         ($(common-objpfx)format.lds): Likewise.
33056         * Rules (binaries-pie-tests): New.
33057         (binaries-pie-notests): Likewise.
33058         (binaries-pie): Rewritten.
33059         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33060         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33061         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33062         (make-test-out): Replace $(host-built-program-cmd) with
33063         $(host-test-program-cmd).
33064         * config.make.in (build-hardcoded-path-in-tests): New variable.
33065         * configure.in (--enable-hardcoded-path-in-tests): New configure
33066         option.
33067         (hardcoded_path_in_tests): New AC_SUBST.
33068         * configure: Regenerated.
33069         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33070         $(built-program-cmd) with $(test-program-cmd).
33071         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33072         (test_program_cmd): This.
33073         * elf/Makefile ($(objpfx)order.out): Run test with
33074         $(test-program-prefix).
33075         ($(objpfx)order2.out): Likewise.
33076         ($(objpfx)tst-initorder.out): Likewise.
33077         ($(objpfx)tst-initorder2.out): Likewise.
33078         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33079         $(test-program-cmd).
33080         ($(objpfx)tst-array1-static.out): Likewise.
33081         ($(objpfx)tst-array2.out): Likewise.
33082         ($(objpfx)tst-array3.out): Likewise.
33083         ($(objpfx)tst-array4.out): Likewise.
33084         ($(objpfx)tst-array5.out): Likewise.
33085         ($(objpfx)tst-array5-static.out): Likewise.
33086         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33087         $(test-program-cmd).
33088         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33089         $(run-program-prefix) with $(test-program-prefix).
33090         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33091         (test_program_prefix): This.
33092         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33093         $(run-program-prefix) with $(test-program-prefix).
33094         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33095         (test_program_prefix): This.
33096         * iconvdata/tst-tables.sh: Likewise.
33097         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33098         $(run-program-prefix) with $(test-program-prefix).
33099         ($(objpfx)tst-translit.out): Likewise.
33100         ($(objpfx)tst-gettext2.out): Likewise.
33101         ($(objpfx)tst-gettext4.out): Likewise.
33102         ($(objpfx)tst-gettext6.out): Likewise.
33103         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33104         (test_program_prefix): This.
33105         * intl/tst-gettext2.sh: Likewise.
33106         * intl/tst-gettext4.sh  Likewise.
33107         * intl/tst-gettext6.sh: Likewise.
33108         * intl/tst-translit.sh: Likewise.
33109         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33110         with $(test-program-cmd).
33111         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33112         $(run-program-prefix) with $(test-program-prefix).
33113         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33114         (test_program_prefix): This.
33115         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33116         $(run-program-prefix) with $(test-program-prefix).
33117         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33118         (test_program_prefix): This.
33119         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33120         * posix/Makefile ($(objpfx)globtest.out): Replace
33121         $(run-via-rtld-prefix) and $(test-wrapper) with
33122         $(test-program-prefix) and $(test-via-rtld-prefix).
33123         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33124         $(test-program-prefix).
33125         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33126         $(host-test-program-cmd).
33127         (tst-spawn-ARGS): Likewise.
33128         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33129         $(test-program-prefix).
33130         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33131         (test_via_rtld_prefix): This.
33132         (test_wrapper): Renamed to ...
33133         (test_program_prefix): This.
33134         (run_program_prefix): Replaced by test_program_prefix.
33135         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33136         (test_program_prefix): This.
33137         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33138         with $(host-test-program-cmd).
33139         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33140         $(run-program-prefix) with $(test-program-prefix).
33141         ($(objpfx)tst-printf.out): Likewise.
33142         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33143         $(test-program-cmd).
33144         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33145         (test_program_prefix): This.
33146         * stdio-common/tst-unbputc.sh: Likewise.
33147         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33148         $(run-program-prefix) with $(test-program-prefix).
33149         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33150         (test_program_prefix): This.
33151         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33152         $(built-program-cmd) with $(test-program-cmd).
33154 2013-01-11  Andreas Jaeger  <aj@suse.de>
33156         [BZ #15003]
33157         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33158         value. Sync with Linux 3.7.
33160 2013-01-10  David S. Miller  <davem@davemloft.net>
33162         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33163         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33164         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33166 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33168         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33169         never set.
33170         * configure: Regenerated.
33172 2013-01-10  David S. Miller  <davem@davemloft.net>
33174         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33175         sparc V9 rather than using V8 code.
33176         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33177         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33179 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33181         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33182         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33183         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33184         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33185         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33186         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33187         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33188         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33189         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33190         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33191         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33192         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33193         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33194         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33195         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33196         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33197         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33198         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33199         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33200         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33201         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33202         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33203         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33204         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33205         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33206         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33207         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33209 2013-01-10  David S. Miller  <davem@davemloft.net>
33211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33213 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33215         * posix/Makefile (tests-static): New variable.
33216         (tests): Add $(tests-static).
33217         (tst-exec-static-ARGS): New variable.
33218         (tst-spawn-static-ARGS): Likewise.
33219         * posix/tst-exec-static.c: New file.
33220         * posix/tst-spawn-static.c: Likewise.
33221         * posix/tst-exec.c: Support run directly.
33222         * posix/tst-spawn.c: Likewise.
33224 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33226         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33227         long.
33228         * math/bits/mathcalls.h (llrint): Likewise.
33229         (llround): Likewise.
33230         * stdlib/stdlib.h (struct drand48_data): Likewise.
33231         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33232         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33233         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33234         Likewise.
33235         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33236         Likewise.
33237         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33238         (elf_greg_t): Likewise.
33239         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33240         (__jmp_buf): Likewise.
33241         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33242         definitions.
33243         (llrint): Likewise, for all definitions.
33244         (llrintl): Likewise.
33246         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33247         Remove [__GNUC__] condition.
33248         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33249         condition to just [__USE_ISOC99].
33250         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33252 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33254         [BZ #14200]
33255         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33256         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33257         defined.
33258         (_POSIX_V6_ILP32_OFF32): Likewise.
33259         (_XBS5_ILP32_OFF32): Likewise.
33260         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33261         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33263 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33265         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33267         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33268         doubles __mpexp_twomm1.  Adjust usage.
33269         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33270         Remove.
33272 2013-01-10  Andreas Schwab  <schwab@suse.de>
33274         [BZ #14964]
33275         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33276         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33278 2013-01-09  David S. Miller  <davem@davemloft.net>
33280         [BZ #15003]
33281         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33282         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33283         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33284         (TCP_FASTOPEN): Define.
33285         (tcp_repair_opt): New structure.
33286         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33287         enum values.
33288         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33289         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33290         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33291         (tcp_cookie_transactions): New structure.
33293 2013-01-09  Anton Blanchard  <anton@samba.org>
33295         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33296         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33297         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33298         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33300 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33302         * include/features.h (__USE_ANSI): Remove.
33304 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33306         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33308         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33310 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33312         * sysdeps/s390/fpu/libm-test-ulps: Update.
33314         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33316         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33317         (__acr): Likewise.
33318         (__cpy): Likewise.
33319         (norm): Likewise.
33320         (denorm): Likewise.
33321         (__mp_dbl): Likewise.
33322         (__dbl_mp): Likewise.
33323         (add_magnitudes): Likewise.
33324         (sub_magnitudes): Likewise.
33325         (__add): Likewise.
33326         (__sub): Likewise.
33327         (__mul): Likewise.
33328         (__inv): Likewise.
33329         (__dvd): Likewise.
33330         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33331         (__acr): Likewise.
33332         (__cpy): Likewise.
33333         (norm): Likewise.
33334         (denorm): Likewise.
33335         (__mp_dbl): Likewise.
33336         (__dbl_mp): Likewise.
33337         (add_magnitudes): Likewise.
33338         (sub_magnitudes): Likewise.
33339         (__add): Likewise.
33340         (__sub): Likewise.
33341         (__mul): Likewise.
33342         (__inv): Likewise.
33343         (__dvd): Likewise.
33344         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33345         (__acr): Likewise.
33346         (__cpy): Likewise.
33347         (norm): Likewise.
33348         (denorm): Likewise.
33349         (__mp_dbl): Likewise.
33350         (__dbl_mp): Likewise.
33351         (add_magnitudes): Likewise.
33352         (sub_magnitudes): Likewise.
33353         (__add): Likewise.
33354         (__sub): Likewise.
33355         (__mul): Likewise.
33356         (__inv): Likewise.
33357         (__dvd): Likewise.
33359 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33361         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33362         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33363         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33364         2 && __USE_EXTERN_INLINES]: Likewise.
33366 2013-01-08  Andreas Jaeger  <aj@suse.de>
33368         [BZ# 14985]
33369         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33370         Remove.
33371         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33372         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33374 2013-01-07  Anton Blanchard  <anton@samba.org>
33376         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33377         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33378         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33379         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33380         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33381         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33382         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33383         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33384         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33385         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33386         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33387         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33388         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33389         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33390         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33391         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33392         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33393         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33394         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33395         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33396         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33397         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33398         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33399         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33400         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33401         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33402         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33403         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33404         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33405         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33406         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33407         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33408         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33409         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33410         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33411         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33412         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33413         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33414         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33415         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33416         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33417         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33418         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33420 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33422         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33423         (__MALLOC_PMT): Likewise.
33424         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33425         [__GNUC__], only on [_LIBC].
33426         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33427         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33428         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33429         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33430         forward declaration.
33431         (realloc_hook_ini): Likewise.
33432         (memalign_hook_ini): Likewise.
33433         (__libc_memalign): Do not use __MALLOC_PMT in variable
33434         declaration.
33435         (__libc_valloc): Likewise.
33436         (__libc_pvalloc): Likewise.
33437         (__libc_calloc): Likewise.
33438         (__posix_memalign): Likewise.
33440         [BZ #14996]
33441         * math/s_casinh.c: Include <float.h>.
33442         (__casinh): Do not do computation with squaring and square root
33443         for large arguments.
33444         * math/s_casinhf.c: Include <float.h>.
33445         (__casinhf): Do not do computation with squaring and square root
33446         for large arguments.
33447         * math/s_casinhl.c: Include <float.h>.
33448         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33449         (__casinhl): Do not do computation with squaring and square root
33450         for large arguments.
33451         * math/libm-test.inc (casin_test): Add more tests.
33452         (casinh_test): Likewise.
33453         * sysdeps/i386/fpu/libm-test-ulps: Update.
33454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33456 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33458         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33459         (__x86_64_raw_data_cache_size): Likewise.
33460         (__x86_64_data_cache_size_half): Likewise.
33461         (__x86_64_raw_data_cache_size_half): Likewise.
33462         (__x86_64_shared_cache_size): Likewise.
33463         (__x86_64_raw_shared_cache_size): Likewise.
33464         (__x86_64_shared_cache_size_half): Likewise.
33465         (__x86_64_raw_shared_cache_size_half): Likewise.
33466         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33467         to ...
33468         (__x86_data_cache_size): This.
33469         (__x86_64_raw_data_cache_size): Renamed to ...
33470         (__x86_raw_data_cache_size): This.
33471         (__x86_64_data_cache_size_half): Renamed to ...
33472         (__x86_data_cache_size_half): This.
33473         (__x86_64_raw_data_cache_size_half): Renamed to ...
33474         (__x86_raw_data_cache_size_half): This.
33475         (__x86_64_shared_cache_size): Renamed to ...
33476         (__x86_shared_cache_size): This.
33477         (__x86_64_raw_shared_cache_size): Renamed to ...
33478         (__x86_raw_shared_cache_size): This.
33479         (__x86_64_shared_cache_size_half): Renamed to ...
33480         (__x86_shared_cache_size_half): This.
33481         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33482         (__x86_raw_shared_cache_size_half): This.
33483         * sysdeps/x86_64/memcpy.S: Updated.
33484         * sysdeps/x86_64/memset.S: Likewise.
33485         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33486         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33487         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33489 2013-01-04  David S. Miller  <davem@davemloft.net>
33491         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33493 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33495         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33496         1 to avoid redefinition warning.
33497         (__USE_GNU): Don't define.
33498         (init_signaling_nan): Protoize.
33500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33502 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33504         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33505         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33506         (__cpymn): Likewise.
33507         (norm): Remove commented code.
33508         (denorm): Likewise.
33509         (__mp_dbl): Likewise.
33510         (__inv): Likewise.
33511         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33512         (__cpymn): Likewise.
33513         (norm): Remove commented code.
33514         (denorm): Likewise.
33515         (__mp_dbl): Likewise.
33516         (__inv): Likewise.
33518         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33519         mp_no value for 1.0 and 2.0.
33520         (norm): Use RADIXI instead of radixi.d.
33521         (denorm): Likewise.
33522         (__mul): Use 0.0 instead of zero.d.
33523         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33524         mp_no value for 1.0 and 2.0.
33525         (norm): Use RADIXI instead of radixi.d.
33526         (denorm): Likewise.
33527         (__mul): Use 0.0 instead of zero.d.
33529 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33531         [BZ #14994]
33532         * math/s_casinh.c (__casinh): Reduce finite argument to first
33533         quadrant then set signs of results at the end.
33534         * math/s_casinhf.c (__casinhf): Likewise.
33535         * math/s_casinhl.c (__casinhl): Likewise.
33536         * math/libm-test.inc (casin_test): Add more tests.
33537         (casinh_test): Likewise.
33538         * sysdeps/i386/fpu/libm-test-ulps: Update.
33539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33541 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33543         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33545         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33547         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33548         declarations.
33549         (denorm): Likewise.
33550         (__mp_dbl): Likewise.
33551         (__inv): Likewise.
33553         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33554         and adjust the header comment.
33556         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33557         variable name from declaration.
33559 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33561         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33562         Initialize COMMON_CPUID_INDEX_7 element.
33563         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33564         (CPUID_RTM): Likewise.
33565         (HAS_RTM): Likewise.
33566         (COMMON_CPUID_INDEX_7): New enum.
33568 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33570         [BZ #14981]
33571         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33572         size is zero, record memory as freed.
33574 2013-01-03  Andreas Jaeger  <aj@suse.de>
33576         * po/ia.po: Add new Interlingua translation.
33578 2012-01-03  Allan McRae  <allan@archlinux.org>
33580         * locale/programs/localedef.c: Fix description of '--posix' flag.
33582 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33584         * NEWS: Update dates in second copyright notice.
33585         * README: Update copyright dates in example.
33586         * manual/libc.texinfo: Update copyright dates.
33587         * scripts/test-installation.pl: Update copyright date in --version
33588         output.
33590         * hurd/ctty-input.c: Fix copyright notice formatting.
33591         * hurd/ctty-output.c: Likewise.
33592         * hurd/dtable.c: Likewise.
33593         * hurd/hurd-raise.c: Likewise.
33594         * hurd/hurdprio.c: Likewise.
33595         * hurd/msgportdemux.c: Likewise.
33596         * misc/sys/file.h: Likewise.
33597         * misc/sys/ioctl.h: Likewise.
33598         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33599         * sysdeps/mach/hurd/chdir.c: Likewise.
33600         * sysdeps/mach/hurd/fchdir.c: Likewise.
33601         * sysdeps/mach/hurd/rename.c: Likewise.
33602         * sysdeps/mach/hurd/rmdir.c: Likewise.
33603         * sysdeps/mach/hurd/seekdir.c: Likewise.
33604         * sysdeps/mach/hurd/setsid.c: Likewise.
33605         * sysdeps/posix/wait3.c: Likewise.
33607         * All files with FSF copyright notices: Update copyright dates
33608         using scripts/update-copyrights.
33609         * intl/plural.c: Regenerated.
33610         * locale/programs/charmap-kw.h: Likewise.
33611         * locale/programs/locfile-kw.h: Likewise.
33613 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33615         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33616         four values.
33618         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33619         calculation loop and add branch prediction.
33621         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33622         check access beyond bounds of m1np.
33624         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33625         MPTWO.
33626         (__inv): Remove local variable MPTWO to use the global
33627         constant.
33628         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33629         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33630         variable MPTWO.
33631         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33632         MP3HALFS static const.
33634 2013-01-01  David S. Miller  <davem@davemloft.net>
33636         * po/ca.po: Update from translation team.
33638 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33640         * scripts/update-copyrights: New file.
33641         * Makeconfig: Reformat copyright notice.
33642         * ctype/ctype.h: Likewise.
33643         * debug/swprintf_chk.c: Likewise.
33644         * elf/dl-cache.c: Likewise.
33645         * elf/dl-debug.c: Likewise.
33646         * elf/dl-object.c: Likewise.
33647         * grp/initgroups.c: Likewise.
33648         * hurd/Makefile: Likewise.
33649         * hurd/hurd/signal.h: Likewise.
33650         * hurd/hurdfault.c: Likewise.
33651         * hurd/hurdioctl.c: Likewise.
33652         * hurd/hurdlookup.c: Likewise.
33653         * hurd/intr-msg.c: Likewise.
33654         * iconv/gconv_open.c: Likewise.
33655         * libio/swprintf.c: Likewise.
33656         * locale/lc-ctype.c: Likewise.
33657         * locale/nl_langinfo.c: Likewise.
33658         * mach/Machrules: Likewise.
33659         * mach/Makefile: Likewise.
33660         * malloc/obstack.h: Likewise.
33661         * manual/Makefile: Likewise.
33662         * manual/tsort.awk: Likewise.
33663         * misc/bits/stab.def: Likewise.
33664         * nis/nis_print_group_entry.c: Likewise.
33665         * nis/nis_table.c: Likewise.
33666         * nis/nss_compat/compat-pwd.c: Likewise.
33667         * nis/nss_compat/compat-spwd.c: Likewise.
33668         * po/Makefile: Likewise.
33669         * posix/fnmatch.c: Likewise.
33670         * posix/regex.h: Likewise.
33671         * resolv/Makefile: Likewise.
33672         * resolv/nss_dns/dns-network.c: Likewise.
33673         * resolv/res_hconf.c: Likewise.
33674         * scripts/gen-sorted.awk: Likewise.
33675         * soft-fp/soft-fp.h: Likewise.
33676         * stdio-common/printf.h: Likewise.
33677         * stdlib/monetary.h: Likewise.
33678         * stdlib/random.c: Likewise.
33679         * stdlib/random_r.c: Likewise.
33680         * sysdeps/generic/Makefile: Likewise.
33681         * sysdeps/gnu/Makefile: Likewise.
33682         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33683         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33684         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33685         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33686         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33687         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33688         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33689         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33690         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33691         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33692         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33693         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33694         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33695         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33696         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33697         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33698         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33699         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33700         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33701         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33702         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33703         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33704         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33705         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33706         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33707         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33708         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33709         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33710         * sysdeps/mach/hurd/errnos.awk: Likewise.
33711         * sysdeps/mach/hurd/fork.c: Likewise.
33712         * sysdeps/mach/hurd/getcwd.c: Likewise.
33713         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33714         * sysdeps/mach/hurd/mmap.c: Likewise.
33715         * sysdeps/mach/hurd/utimes.c: Likewise.
33716         * sysdeps/mach/hurd/xmknod.c: Likewise.
33717         * sysdeps/posix/profil.c: Likewise.
33718         * sysdeps/posix/readdir_r.c: Likewise.
33719         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33720         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33721         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33722         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33723         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33724         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33725         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33726         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33727         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33728         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33729         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33730         * sysdeps/pthread/lio_listio.c: Likewise.
33731         * sysdeps/sparc/dl-procinfo.h: Likewise.
33732         * sysdeps/unix/i386/sysdep.S: Likewise.
33733         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33734         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33735         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33736         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33738         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33739         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33740         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33741         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33742         * sysdeps/wordsize-32/divdi3.c: Likewise.
33743         * time/sys/time.h: Likewise.
33744         * wcsmbs/Makefile: Likewise.
33746 2013-01-01  David S. Miller  <davem@davemloft.net>
33748         * po/fr.po: Update from translation team.
33750         * catgets/gencat.c: Update copyright year.
33751         * csu/version.c: Likewise.
33752         * debug/catchsegv.sh: Likewise.
33753         * debug/pcprofiledump.c: Likewise.
33754         * debug/xtrace.sh: Likewise.
33755         * elf/ldconfig.c: Likewise.
33756         * elf/ldd.bash.in: Likewise.
33757         * elf/pldd.c: Likewise.
33758         * elf/sotruss.ksh: Likewise.
33759         * elf/sprof.c: Likewise.
33760         * iconv/iconv_prog.c: Likewise.
33761         * iconv/iconvconfig.c: Likewise.
33762         * locale/programs/locale.c: Likewise.
33763         * locale/programs/localedef.c: Likewise.
33764         * login/programs/pt_chown.c: Likewise.
33765         * malloc/memusage.sh: Likewise.
33766         * malloc/memusagestat.c: Likewise.
33767         * malloc/mtrace.pl: Likewise.
33768         * nscd/nscd.c: Likewise.
33769         * nss/getent.c: Likewise.
33770         * nss/makedb.c: Likewise.
33771         * posix/getconf.c: Likewise.
33773 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33775         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33776         numbers.
33778 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33780         * math/bits/mathcalls.h (modf): Use __nonnull.
33782 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33784         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33785         (split): Use macro CN instead of the bare value.
33786         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33787         could be used.
33788         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33789         instead of the bare value.
33790         (power1): Likewise.
33792 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33794         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33795         __ATAN_TWOM.
33796         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33798         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33799         their values.
33800         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33801         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33802         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33803         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33805 2012-12-28  Andreas Jaeger  <aj@suse.de>
33807         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33808         values are from Linux 3.7.
33810         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33811         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33813 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33815         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33816         TRUE case.
33818         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33819         (norm): Likewise.
33820         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33821         variables with preprocessor constants.
33822         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33823         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33824         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33826 2012-12-27  Bruno Haible  <bruno@clisp.org>
33828         [BZ #14317]
33829         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33830         only if needed.
33832 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33834         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33835         and use variable directly.
33836         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33838         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33839         MPONE.
33840         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33841         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33842         variable MPONE.
33843         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33844         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33845         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33846         include directive.  Remove local variable MPONE.
33847         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33848         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33849         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33851 2012-12-25  David S. Miller  <davem@davemloft.net>
33853         * version.h (RELEASE): Set to "development".
33854         (VERSION): Set to "2.17.90".
33855         * NEWS: Add 2.18 section.
33857 2012-12-21  David S. Miller  <davem@davemloft.net>
33859         * po/hr.po: Update from translation team.
33861 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33863         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33865 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33867         * NEWS:  Mention new memcpy for MIPS.
33869 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33871         * manual/contrib.texi (Contributors): Spelling correction.
33873 2012-12-15  David S. Miller  <davem@davemloft.net>
33875         * po/ru.po: Update from translation team.
33877 2012-12-13  David S. Miller  <davem@davemloft.net>
33879         * NEWS: Mention IFUNC testsuite enhancements.
33881         * po/pl.po: Update from translation team.
33882         * po/bg.po: Likewise.
33884         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33885         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33887 2012-12-11  David S. Miller  <davem@davemloft.net>
33889         * po/sv.po: Update from translation team.
33891         * po/vi.po: Update from translation team.
33893         * po/cs.po: Update from translation team.
33895         * po/de.po: Update from translation team.
33896         * po/eo.po: Likewise.
33897         * po/nl.po: Likewise.
33899 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33901         [BZ #14246]
33902         * manual/argp.texi (Argp Helper Functions): Move node to follow
33903         Argp Parsing State.
33905         [BZ #14872]
33906         * manual/conf.texi (Limits on File System Capacity): Mention if
33907         terminating null is included in the max size.
33909 2012-12-10  Andreas Jaeger  <aj@suse.de>
33911         * po/cs.po: Update from translation team.
33913 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33915         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33916         void pointer and cast to uintptr_t.
33917         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33918         path.
33919         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33920         * sysdeps/s390/s390-64/memset.S: Likewise.
33922 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33924         [BZ #14833]
33925         * menual/message.texi (Message Translation): Fix typos.
33926         (Helper programs for gettext): Likewise.
33928 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33930         [BZ #14898]
33931         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33932         Change to -1.
33934 2012-12-07  David S. Miller  <davem@davemloft.net>
33936         * po/libc.pot: Update.
33938 2012-12-07  Richard Henderson  <rth@redhat.com>
33940         [BZ #10114]
33941         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33942         normal/normal case to before the switch.
33943         (_FP_DIV): Likewise.
33945 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33946             Mike Frysinger  <vapier@gentoo.org>
33948         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33949         check for __NR_fadvise64_64.
33951 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33953         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33954         0, not just to plain "0" as a statement.
33955         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33956         with cw.
33958 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33960         * NEWS: Use sourceware.org in Bugzilla URL.
33962 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33965         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33967         * stdio-common/tst-put-error.c (do_test): Add newline to the
33968         padded test to ensure flush.
33970 2012-12-05  Jeff Law  <law@redhat.com>
33972         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33974 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33976         * README: Don't refer to ports add-on as distributed separately.
33977         Mention AArch64 in list of systems supported in the ports add-on.
33979         * LICENSES: Add more non-FSF copyright and license notices.
33981         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33982         ((unused)).
33984         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33986         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33987         10000 as width of padded output.
33989 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33991         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33993         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33994         variable LX with __attribute__ ((unused)).
33995         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33996         Likewise.
33997         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33998         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33999         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34000         with __attribute__ ((unused)).
34002 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34004         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34006 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34008         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34009         (CFLAGS-nldbl-acos.c): New variable.
34010         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34011         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34012         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34013         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34014         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34015         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34016         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34017         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34018         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34019         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34020         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34021         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34022         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34023         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34024         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34025         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34026         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34027         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34028         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34029         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34030         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34031         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34032         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34033         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34034         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34035         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34036         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34037         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34038         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34039         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34040         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34041         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34042         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34043         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34044         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34045         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34046         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34047         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34048         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34049         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34050         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34051         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34052         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34053         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34054         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34055         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34056         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34057         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34058         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34059         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34060         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34061         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34062         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34063         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34064         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34065         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34066         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34067         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34068         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34069         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34070         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34071         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34072         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34073         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34074         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34075         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34076         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34077         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34078         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34079         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34080         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34081         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34082         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34083         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34084         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34085         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34086         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34087         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34088         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34089         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34090         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34091         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34092         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34093         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34094         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34095         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34096         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34097         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34098         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34099         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34100         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34101         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34102         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34103         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34104         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34105         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34106         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34109         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34111         [BZ #14914]
34112         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34113         whole low double instead of just low 47 bits when splitting values
34114         into two parts.
34116 2012-12-03  Allan McRae  <allan@archlinux.org>
34118         * manual/stdio.texi (Predefined Printf Handlers): Remove
34119         @hsep and @vsep usage.
34121 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34123         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34124         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34126 2012-12-03  Jeff Law  <law@redhat.com>
34128         * time/sys/time.h (settimeofday): Do not mark TV argument
34129         as __nonnull.
34131 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34133         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34134         when currently writing and seek to current position when not.
34135         * libio/Makefile (tests): Remove bug-fclose1.
34136         * libio/bug-fclose1.c: Delete.
34138 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34140         * manual/arith.texi (feenableexcept): Fix typo.
34141         (fedisableexcept): Likewise.
34143 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34145         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34146         second, differently-typed declaration, rather than a cast.
34148 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34150         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34151         * include/rpc/svc.h: ... here.
34153 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34155         [BZ #13013]
34156         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34157         depending n and resplen2 to catch cases where answer
34158         equals answerp2.
34160 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34162         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34163         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34165 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34167         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34169 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34171         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34173 2012-11-28  Jeff Law  <law@redhat.com>
34175         [BZ #13761]
34176         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34177         dataset_temporary.  Track alloca usage into alloca_used.
34178         If dataset is large allocate and release it via malloc/free.
34180 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34182         [BZ #14197]
34183         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34185 2012-11-28  David S. Miller  <davem@davemloft.net>
34187         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34189 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34191         [BZ #14803]
34192         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34193         of pi/2 rounded to nearest to 64 bits.
34194         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34195         nearest to 64 bits.
34196         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34197         bits.
34199 2012-11-28  Jeff Law <law@redhat.com>
34200             Martin Osvald <mosvald@redhat.com>
34202         [BZ #14889]
34203         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34204         * sunrpc/svc.c: Include time.h.
34205         (__svc_accept_failed): New function.
34206         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34207         any reason other than EINTR, call __svc_accept_failed.
34208         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34209         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34211 2012-11-28  Andreas Schwab  <schwab@suse.de>
34213         * scripts/abilist.awk: Also handle indirect functions in .opd
34214         section.
34216 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34218         [BZ #13881]
34219         * sysdeps/x86/fpu/powl_helper.c: New file.
34220         * sysdeps/x86/fpu/Makefile: Likewise.
34221         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34222         (p3): New object.
34223         (__ieee754_powl): Use __powl_helper for finite arguments except
34224         integer exponents below 8.
34225         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34226         (p3): New object.
34227         (__ieee754_powl): Use __powl_helper for finite arguments except
34228         integer exponents below 8.
34229         * math/libm-test.inc (pow_test): Add more tests and enable some
34230         previously disabled tests.
34231         * sysdeps/i386/fpu/libm-test-ulps: Update.
34232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34234 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34235             Carlos O'Donell  <carlos_odonell@mentor.com>
34237         * nss/makedb.c (is_prime): Assert that input is odd and greater
34238         than 4.  Note that fact in a comment too.
34239         (next_prime): Add 4 to input.
34241 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34243         [BZ #11741]
34244         * libio/Makefile (tests): Add test case tst-fwrite-error.
34245         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34246         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34247         * libio/tst-fwrite-error.c: New test case.
34249 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34251         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34252         before casting to void *.
34253         * include/libc-internal.h (__pointer_type): New macro.
34254         (__integer_if_pointer_type_sub): Likewise.
34255         (__integer_if_pointer_type): Likewise.
34256         (cast_to_integer): Likewise.
34257         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34258         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34259         before casting to atomic64_t.
34260         (atomic_exchange_acq): Likewise.
34261         (__arch_exchange_and_add_body): Likewise.
34262         (__arch_add_body): Likewise.
34263         (atomic_add_negative): Likewise.
34264         (atomic_add_zero): Likewise.
34266 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34268         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34269         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34270         (add_fdes): Likewise.
34271         (linear_search_fdes): Likewise.
34272         (binary_search_unencoded_fdes): Likewise.
34274 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34276         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34278 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34280         * configure.in: Autodetect C++ header directories.
34281         * configure: Regenerated.
34283 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34285         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34287 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34289         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34291 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34293         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34294         LDBL_MANT_DIG == 106]: Disable some tests.
34295         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34296         Likewise.
34297         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34298         Likewise.
34300         [BZ #14871]
34301         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34302         input for small inputs.  Return +/- pi/2 for large inputs.
34303         * math/libm-test.inc (atan_test): Add more tests.
34305         * sysdeps/generic/unwind-dw2-fde-glibc.c
34306         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34307         __attribute__ ((unused)).
34309         [BZ #14645]
34310         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34311         x * y if x and y are nonzero and z is zero.
34313         [BZ #14811]
34314         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34315         nonzero exponents with absolute value below 0x1p-117 to +/-
34316         0x1p-117.
34318         [BZ #14869]
34319         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34320         up arguments below 2**-450, not just those below 2**-500.
34321         * math/libm-test.inc (hypot_test): Add another test.
34323         [BZ #14868]
34324         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34325         Return a+b for ratio over 2**120, not 2**60.
34326         * math/libm-test.inc (hypot_test): Add another test.
34328         * math/libm-test.inc (clog_test): Use
34329         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34330         (clog10_test): Likewise.
34332         [BZ #6778]
34333         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34335 2012-11-22  Andreas Schwab  <schwab@suse.de>
34337         * sysdeps/i386/fpu/libm-test-ulps: Update.
34339 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34341         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34342         printf output with newline.
34344 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34346         [BZ #14865]
34347         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34348         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34349         -z nodlopen, -z initfirst and -z execstack support.
34350         * configure: Regenerated.
34352         * elf/elf.h (DF_1_NODIRECT): New macro.
34353         (DF_1_IGNMULDEF): Likewise.
34354         (DF_1_NOKSYMS): Likewise.
34355         (DF_1_NOHDR): Likewise.
34356         (DF_1_EDITED): Likewise.
34357         (DF_1_NORELOC): Likewise.
34358         (DF_1_SYMINTPOSE): Likewise.
34359         (DF_1_GLOBAUDIT): Likewise.
34360         (DF_1_SINGLETON): Likewise.
34361         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34362         DT_1_SUPPORTED_MASK bits.
34363         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34365 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34367         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34369 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34371         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34372         macro.
34374         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34375         (sendmmsg): Move declarations...
34376         * socket/sys/socket.h: ... here.
34377         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34378         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34379         include it from...
34380         * socket/recvmmsg.c: ... this new file.
34381         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34382         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34383         definition of __sendmmsg hidden.
34384         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34385         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34386         Move ENOSYS stub into and include it from...
34387         * socket/sendmmsg.c: ... this new file.
34388         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34389         (sysdep_routines): Move recvmmsg and sendmmsg...
34390         * socket/Makefile (routines): ... here.
34391         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34392         (GLIBC_PRIVATE): Add __sendmmsg.
34393         * include/sys/socket.h (__sendmmsg): Add declarations.
34394         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34395         sendmmsg.
34397 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34399         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34400         variable I1 with __attribute__ ((unused)).
34401         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34403 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34405         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34406         DUMMY variables with __attribute__ ((unused)).
34408         * bits/byteswap.h: Include <bits/types.h>.
34409         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34411 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34413         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34414         string_t.  Do not manually set errno.
34415         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34416         length with __strnlen.  Make sure to both set errno and return it on
34417         failure.
34419 2012-11-19  David S. Miller  <davem@davemloft.net>
34421         With help from Joseph Myers.
34422         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34423         very large arguments properly.
34424         * math/libm-test.inc (atan_test): New tests.
34425         (atan2_test): New tests.
34426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34427         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34429 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34431         [BZ #14856]
34432         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34433         Define to 3.
34435         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34436         [POSIX] (EADDRNOTAVAIL): Likewise.
34437         [POSIX] (EAFNOSUPPORT): Likewise.
34438         [POSIX] (EALREADY): Likewise.
34439         [POSIX] (ECONNABORTED): Likewise.
34440         [POSIX] (ECONNREFUSED): Likewise.
34441         [POSIX] (ECONNRESET): Likewise.
34442         [POSIX] (EDESTADDRREQ): Likewise.
34443         [POSIX] (EDQUOT): Likewise.
34444         [POSIX] (EHOSTUNREACH): Likewise.
34445         [POSIX] (EIDRM): Likewise.
34446         [POSIX] (EISCONN): Likewise.
34447         [POSIX] (ELOOP): Likewise.
34448         [POSIX] (EMULTIHOP): Likewise.
34449         [POSIX] (ENETDOWN): Likewise.
34450         [POSIX] (ENETUNREACH): Likewise.
34451         [POSIX] (ENOBUFS): Likewise.
34452         [POSIX] (ENODATA): Likewise.
34453         [POSIX] (ENOLINK): Likewise.
34454         [POSIX] (ENOMSG): Likewise.
34455         [POSIX] (ENOPROTOOPT): Likewise.
34456         [POSIX] (ENOSR): Likewise.
34457         [POSIX] (ENOSTR): Likewise.
34458         [POSIX] (ENOTCONN): Likewise.
34459         [POSIX] (ENOTSOCK): Likewise.
34460         [POSIX] (EOPNOTSUPP): Likewise.
34461         [POSIX] (EOVERFLOW): Likewise.
34462         [POSIX] (EPROTO): Likewise.
34463         [POSIX] (EPROTONOSUPPORT): Likewise.
34464         [POSIX] (EPROTOTYPE): Likewise.
34465         [POSIX] (ESTALE): Likewise.
34466         [POSIX] (ETIME): Likewise.
34467         [POSIX] (ETXTBSY): Likewise.
34468         [POSIX] (EWOULDBLOCK): Likewise.
34469         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34470         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34471         [POSIX] (SEEK_CUR): Likewise.
34472         [POSIX] (SEEK_END): Likewise.
34473         [POSIX || UNIX98] (mode_t): Do not require.
34474         [POSIX] (off_t): Likewise.
34475         [POSIX] (pid_t): Likewise.
34476         [POSIX] (sys/stat.h): Do not allow header.
34477         [POSIX] (unistd.h): Likewise.
34478         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34479         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34480         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34481         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34482         require.
34483         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34484         sigevent): Specify elements.
34485         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34486         entry.
34487         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34488         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34490         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34491         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34492         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34493         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34494         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34495         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34496         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34497         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34498         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34499         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34500         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34501         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34502         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34503         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34504         Likewise.
34505         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34506         Likewise.
34507         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34508         Likewise.
34509         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34510         Likewise.
34511         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34512         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34513         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34514         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34515         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34516         Specify lower bound on value.
34517         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34518         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34519         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34520         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34521         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34522         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34523         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34524         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34525         value.
34526         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34527         as optional.
34528         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34529         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34530         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34531         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34532         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34533         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34534         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34535         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34536         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34537         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34538         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34539         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34540         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34541         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34542         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34543         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34544         entry.
34545         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34546         optional.
34547         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34548         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34549         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34550         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34551         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34552         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34553         Likewise.
34554         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34555         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34556         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34557         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34558         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34559         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34560         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34561         as optional.
34562         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34563         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34564         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34565         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34566         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34567         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34568         specify as optional.
34569         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34570         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34571         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34572         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34573         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34574         [XPG3] (NL_LANGMAX): Likewise.
34575         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34576         [POSIX || XPG3] (NL_NMAX): Likewise.
34577         [POSIX || XPG3] (NL_SETMAX): Likewise.
34578         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34579         [XPG3] (NZERO): Likewise.
34580         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34581         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34582         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34583         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34584         (REG_ERANGE): Expect.
34585         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34586         optional-constant.
34587         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34588         Use (void) in prototype.
34589         [POSIX] (*_t): Allow.
34590         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34591         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34592         (WRDE_BADVAL): Expect.
34594         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34595         expect.
34596         [XPG3 || XPG4] (O_RSYNC): Likewise.
34597         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34598         Likewise.
34599         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34600         [XPG3 || XPG4] (sigqueue): Likewise.
34601         [XPG3 || XPG4] (sigtimedwait): Likewise.
34602         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34603         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34604         [XPG3 || XPG4] (vsnprintf): Likewise.
34605         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34606         Likewise.
34607         [XPG3 || XPG4] (blksize_t): Likewise.
34608         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34609         Likewise.
34610         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34611         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34612         [XPG3 || XPG4] (struct itimerspec): Likewise.
34613         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34614         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34615         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34616         [XPG3 || XPG4] (clockid_t): Likewise.
34617         [XPG3 || XPG4] (timer_t): Likewise.
34618         [XPG3 || XPG4] (clock_getres): Likewise.
34619         [XPG3 || XPG4] (clock_gettime): Likewise.
34620         [XPG3 || XPG4] (clock_settime): Likewise.
34621         [XPG3 || XPG4] (nanosleep): Likewise.
34622         [XPG3 || XPG4] (timer_create): Likewise.
34623         [XPG3 || XPG4] (timer_delete): Likewise.
34624         [XPG3 || XPG4] (timer_gettime): Likewise.
34625         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34626         [XPG3 || XPG4] (timer_settime): Likewise.
34627         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34628         [XPG3 || XPG4] (getlogin_r): Likewise.
34629         [XPG3 || XPG4] (pread): Likewise.
34630         [XPG3 || XPG4] (pthread_atfork): Likewise.
34631         [XPG3 || XPG4] (pwrite): Likewise.
34633         [BZ #14835]
34634         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34635         <bits/siginfo.h>.
34637 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34639         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34640         finalizing MALLSTREAM.
34642         * sysdeps/mach/hurd/syncfs.c: New file.
34644 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34646         [BZ #14719]
34647         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34648         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34649         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34650         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34651         (_nss_dns_gethostbyname4_r): Likewise.
34652         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34653         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34655 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34657         [BZ #13763]
34658         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34660 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34662         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34663         * elf/cache.c (print_entry): Print ",AArch64" for
34664         FLAG_AARCH64_LIB64
34666         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34667         * elf/cache.c (print_entry): Print ",hard-float" for
34668         FLAG_ARM_LIBHF.
34670 2012-11-18  David S. Miller  <davem@davemloft.net>
34672         With help from Joseph Myers.
34673         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34674         cutoff to 2**-13.
34675         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34676         cutoff to 2**-25.
34677         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34678         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34679         small.
34680         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34681         * math/libm-test.inc (y0_test): New tests.
34682         (y1_test): New tests.
34683         * sysdeps/i386/fpu/libm-test-ulps: Update.
34684         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34685         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34687 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34689         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34690         64-bit targets.
34691         * configure: Regenerated.
34693 2012-11-17  David S. Miller  <davem@davemloft.net>
34695         [BZ #14811]
34696         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34697         nonzero exponents with absolute value below 0x1p-128 to +/-
34698         0x1p-128.
34700 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34702         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34704         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34706         * posix/getconf-speclist.c: New file.
34707         * posix/posix-envs.def: Likewise.
34708         * posix/confstr.c (START_ENV_GROUP): New macro.
34709         (END_ENV_GROUP): Likewise.
34710         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34711         (KNOWN_PRESENT_ENV_STRING): Likewise.
34712         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34713         (UNKNOWN_ENVIRONMENT): Likewise.
34714         (confstr): Include posix-envs.def instead of handling
34715         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34716         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34717         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34718         (END_ENV_GROUP): Likewise.
34719         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34720         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34721         (UNKNOWN_ENVIRONMENT): Likewise.
34722         (__sysconf): Include posix-envs.def instead of handling associated
34723         cases directly here.
34724         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34725         preprocessing getconf-speclist.c rather than running getconf or
34726         generating empty file.
34728 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34730         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34732 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34734         [BZ #14672]
34735         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34737 2012-11-16  David S. Miller  <davem@davemloft.net>
34739         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34740         smaller than LDBL_EPSILON/2.0L, just return xm1.
34742 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34744         * elf/tst-array1.c (init): Set constructor priority to 1000.
34745         (fini): Set destructor priority to 1000.
34746         * elf/tst-array2dep.c: Likewise.
34748 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34750         [BZ #11741]
34751         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34752         (_IO_new_file_xsputn): Also return EOF if none of the input
34753         data was written when overflow failed.
34754         * libio/iopadn.c (_IO_padn): Likewise.
34755         * libio/iowpadn.c (_IO_wpadn): Likewise.
34756         * stdio-common/tst-put-error.c: Add copyright notice.
34757         (do_test): Add case for printing padded string.
34758         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34759         _IO_padn returned error.
34760         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34761         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34762         return EOF.
34764 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34766         * libio/libioP.h: Add comment note that the references to C++
34767         bits are now obsolete.
34769 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34771         * math/libm-test.inc (check_complex): Use asprintf.
34773 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34775         * debug/pcprofiledump.c (print_version): Update copyright year.
34776         * malloc/memusagestat.c (print_version): Likewise.
34778 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34780         [BZ #14831]
34781         * elf/Makefile (tests): Add tst-audit8.
34782         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34783         ($(objpfx)tst-audit8.out): New target.
34784         (tst-audit8-ENV): New variable.
34785         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34786         audit if l_reloc_result is NULL.
34787         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34788         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34789         * elf/tst-audit8.c: New file.
34791 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34793         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34794         * misc/Makefile (CFLAGS-select.c): Define.
34795         * posix/Makefile (CFLAGS-pause.c): Define.
34797 2012-11-13  David S. Miller  <davem@davemloft.net>
34799         * crypt/Makefile: Move test targets after toplevel Rules
34800         inclusion.  Grab any necessary sysdep routines when linking.
34801         * crypt/md5.c (md5_process_block): Remove define, we will always
34802         name it __md5_process_block.
34803         (md5_finish_ctx): Update md5_process_block call.
34804         (md5_stream): Likewise.
34805         (md5_process_bytes): Likewise.
34806         (md5_process_block): Rename to __md5_process_block and move to ...
34807         * crypt/md5-block.c: ... here.
34808         * crypt/sha256.c (sha256_process_block): Move to ...
34809         * crypt/sha256-block.c: ... here.
34810         * crypt/sha512.c (sha512_process_block): Move to ...
34811         * crypt/sha512-block.c: ... here.
34812         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34813         path.
34814         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34815         * sysdeps/sparc/sparc64/multiarch/Makefile
34816         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34817         crypt subdir.
34818         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34819         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34820         multiarch changes.
34821         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34822         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34823         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34824         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34825         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34826         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34827         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34828         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34829         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34830         file.
34831         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34832         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34833         file.
34834         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34836 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34838         * timezone/tzselect.ksh: Update from tzcode git revision
34839         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34840         * timezone/zdump.c: Likewise.
34841         * timezone/zic.c: Likewise.
34842         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34843         in TZVERSION setting, not $(PKGVERSION).
34844         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34845         REPORT_BUGS_TO settings.
34847         [BZ #14838]
34848         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34849         macro.
34851 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34853         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34854         detection to immediately after _FP_ROUND().
34855         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34856         bits are 0.
34858 2012-11-11  David S. Miller  <davem@davemloft.net>
34860         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34861         inttypes.h
34862         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34863         __close rather than their public counterparts.
34865 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34867         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34868         file.
34869         [UNIX98] (sem_timedwait): Do not expect.
34870         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34871         [XPG4 || UNIX98] (sockatmark): Do not expect.
34872         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34873         (clock_getcpuclockid): Do not expect.
34874         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34875         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34876         Do not expect.
34877         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34878         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34879         [UNIX98] (vwscanf): Likewise.
34880         [UNIX98] (vswscanf): Likewise.
34882 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34884         * timezone/version.h: Remove file.
34885         * timezone/README: Do not refer to version.h.
34886         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34887         $(objpfx)version.h.
34888         ($(objpfx)zdump.o): Likewise.
34889         ($(objpfx)version.h): New target.
34891         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34892         2012i.
34893         * timezone/README: Don't mention modification to tzselect.ksh.
34894         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34895         work on unmodified tzselect.ksh.  Substitute version numbers in
34896         tzselect.ksh.
34898         * Makefile (format-me): Remove.
34899         (INSTALL): Adjust indentation.  Use commands directly instead of
34900         using $(format-me).
34902         * aclocal.m4 (ACX_PKGVERSION): New macro.
34903         (ACX_BUGURL): Likewise.
34904         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34905         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34906         (REPORT_BUGS_TO): Likewise.
34907         * configure: Regenerated.
34908         * config.h.in (PKGVERSION): New macro.
34909         (REPORT_BUGS_TO): Likewise.
34910         * config.make.in (PKGVERSION): New variable.
34911         (PKGVERSION_TEXI): Likewise.
34912         (REPORT_BUGS_TO): Likewise.
34913         (REPORT_BUGS_TEXI): Likewise.
34914         * Makefile (format-me): Use -I$(common-objpfx)manual.
34915         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34916         ($(common-objpfx)manual/%): New target.
34917         (manual/%): Remove target.
34918         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34919         (print_version): Use PKGVERSION.
34920         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34921         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34922         and REPORT_BUGS_TO.
34923         ($(objpfx)xtrace): Likewise.
34924         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34925         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34926         (print_version): Use PKGVERSION.
34927         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34928         (do_version): Use PKGVERSION.
34929         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34930         REPORT_BUGS_TO.
34931         (common-ldd-rewrite): Likewise.
34932         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34933         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34934         (print_version): Use PKGVERSION.
34935         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34936         * elf/pldd.c (argp_program_bug_address): Remove variable.
34937         (more_help): New function.
34938         (argp): Use more_help.
34939         (print_version): Use PKGVERSION.
34940         * elf/sln.c (main): Use PKGVERSION.
34941         (usage): Use REPORT_BUGS_TO.
34942         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34943         (top level): Use PKGVERSION.
34944         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34945         (print_version): Use PKGVERSION.
34946         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34947         (print_version): Use PKGVERSION.
34948         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34949         (print_version): Use PKGVERSION.
34950         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34951         (print_version): Use PKGVERSION.
34952         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34953         (print_version): Use PKGVERSION.
34954         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34955         (print_version): Use PKGVERSION.
34956         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34957         and BUGURL.
34958         ($(objpfx)memusage): Likewise.
34959         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34960         (do_version): Use PKGVERSION.
34961         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34962         (print_version): Use PKGVERSION.
34963         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34964         ($PKGVERSION): New variable.
34965         ($REPORT_BUGS_TO): Likewise.
34966         (usage): Use $REPORT_BUGS_TO.
34967         (top level): Use $PKGVERSION.
34968         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34969         ($(objpfx)pkgvers.texi): New rule.
34970         ($(objpfx)stamp-pkgvers): Likewise.
34971         * manual/install.texi: Include pkgvers.texi.
34972         (--with-pkgversion): Document new configure option.
34973         (--with-bugurl): Likewise.
34974         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34975         than necessarily for this particular distribution.  Use
34976         REPORT_BUGS_TO for where to report bugs.
34977         * INSTALL: Regenerated.
34978         * manual/libc.texinfo: Include pkgvers.texi.
34979         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34980         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34981         (print_version): Use PKGVERSION.
34982         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34983         (print_version): Use PKGVERSION.
34984         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34985         (print_version): Use PKGVERSION.
34986         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34987         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34988         macro.
34989         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34990         (print_version): Use PKGVERSION.
34991         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34992         (print_version): Use PKGVERSION.
34993         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34994         and PKGVERSION.
34996         * timezone/checktab.awk: Update from tzcode 2012i.
34997         * timezone/ialloc.c: Likewise.
34998         * timezone/private.h: Likewise.
34999         * timezone/scheck.c: Likewise.
35000         * timezone/tzfile.h: Likewise.
35001         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35002         (TZVERSION): Hardcode tzcode version number.
35003         * timezone/zdump.c: Update from tzcode 2012i.
35004         * timezone/zic.c: Likewise.
35005         * timezone/version.h: New file.
35006         * timezone/README: Describe version.h.  Update upstream location.
35008         [BZ #14824]
35009         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35010         (mktemp): Enable declaration.
35011         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35012         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35013         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35014         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35015         Likewise.
35016         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35017         Likewise.
35018         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35019         Likewise.
35020         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35021         Likewise.
35022         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35023         Likewise.
35024         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35025         Likewise.
35027         [BZ #14821]
35028         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35029         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35030         for copies of such integer values.
35031         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35032         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35034 2012-11-09  Andreas Jaeger  <aj@suse.de>
35036         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35037         definitions and declarations that are provided by
35038         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35040 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35042         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35043         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35044         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35045         definition.
35047 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35049         * elf/elf.h: Update comment before AArch64 relocations.
35051 2012-11-07  David S. Miller  <davem@davemloft.net>
35053         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35054         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35055         (__start_context): Declare.
35056         (__makecontext_ret): Delete.
35057         (__makecontext): Hook up __start_context instead of
35058         __makecontext_ret.
35059         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35060         (sysdep_routines): Add __start_context when in stdlib.
35062 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35064         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35065         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35066         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35067         hardcoded "nm".
35068         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35069         (READELF): New variable.  Use it instead of hardcoded "readelf".
35071 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35073         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35074         * sysdeps/x86/Makefile: Here.
35075         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35076         * sysdeps/x86/tst-xmmymm.sh: This.
35078 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35080         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35081         expectations.
35082         [UNIX98] (pthread_barrier_t): Do not expect.
35083         [UNIX98] (pthread_barrierattr_t): Likewise.
35084         [UNIX98] (pthread_spinlock_t): Likewise.
35085         [UNIX98] (pthread_barrier_destroy): Likewise.
35086         [UNIX98] (pthread_barrier_init): Likewise.
35087         [UNIX98] (pthread_barrier_wait): Likewise.
35088         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35089         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35090         [UNIX98] (pthread_barrierattr_init): Likewise.
35091         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35092         [UNIX98] (pthread_getcpuclockid): Likewise.
35093         [UNIX98] (pthread_mutex_timedlock): Likewise.
35094         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35095         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35096         [UNIX98] (pthread_sigmask): Likewise.
35097         [UNIX98] (pthread_spin_destroy): Likewise.
35098         [UNIX98] (pthread_spin_init): Likewise.
35099         [UNIX98] (pthread_spin_lock): Likewise.
35100         [UNIX98] (pthread_spin_trylock): Likewise.
35101         [UNIX98] (pthread_spin_unlock): Likewise.
35102         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35103         Do not expect.
35104         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35105         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35106         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35107         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35108         [XPG3 || XPG4] (pthread_key_t): Likewise.
35109         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35110         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35111         [XPG3 || XPG4] (pthread_once_t): Likewise.
35112         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35113         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35114         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35115         [XPG3 || XPG4] (pthread_t): Likewise.
35117         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35118         not expect.
35119         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35121         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35122         Change function return type to int.
35124         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35125         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35126         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35127         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35128         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35129         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35130         [!POSIX] (posix_madvise): Likewise.
35131         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35132         && !UNIX98].
35133         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35134         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35135         (mode_t): Likewise.
35136         (posix_mem_offset): Likewise.
35137         (posix_typed_mem_get_info): Likewise.
35138         (posix_typed_mem_open): Likewise.
35140         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35141         Change condition to [XOPEN2K8].
35143         * conform/conformtest.pl: Preprocess allow-header data with -x c
35144         instead of from stdin.
35145         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35146         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35147         [C99-based standards] (cerfc): Likewise.
35148         [C99-based standards] (cexp2): Likewise.
35149         [C99-based standards] (cexpm1): Likewise.
35150         [C99-based standards] (clog10): Likewise.
35151         [C99-based standards] (clog1p): Likewise.
35152         [C99-based standards] (clog2): Likewise.
35153         [C99-based standards] (clgamma): Likewise.
35154         [C99-based standards] (ctgamma): Likewise.
35155         [C99-based standards] (cerff): Likewise.
35156         [C99-based standards] (cerfcf): Likewise.
35157         [C99-based standards] (cexp2f): Likewise.
35158         [C99-based standards] (cexpm1f): Likewise.
35159         [C99-based standards] (clog10f): Likewise.
35160         [C99-based standards] (clog1pf): Likewise.
35161         [C99-based standards] (clog2f): Likewise.
35162         [C99-based standards] (clgammaf): Likewise.
35163         [C99-based standards] (ctgammaf): Likewise.
35164         [C99-based standards] (cerfl): Likewise.
35165         [C99-based standards] (cerfcl): Likewise.
35166         [C99-based standards] (cexp2l): Likewise.
35167         [C99-based standards] (cexpm1l): Likewise.
35168         [C99-based standards] (clog10l): Likewise.
35169         [C99-based standards] (clog1pl): Likewise.
35170         [C99-based standards] (clog2l): Likewise.
35171         [C99-based standards] (clgammal): Likewise.
35172         [C99-based standards] (ctgammal): Likewise.
35173         * conform/data/inttypes.h-data [C99-based standards]: Include
35174         stdint.h-data.  Remove all expectations for stdint.h contents.
35175         [C99-based standards] (PRI*): Do not allow.
35176         [C99-based standards] (SCN*): Likewise.
35177         [C99-based standards] (*_t): Likewise.
35178         [C99-based-standards] (PRId8): Expect macro.
35179         [C99-based-standards] (PRIi8): Likewise.
35180         [C99-based-standards] (PRIo8): Likewise.
35181         [C99-based-standards] (PRIu8): Likewise.
35182         [C99-based-standards] (PRIx8): Likewise.
35183         [C99-based-standards] (PRIX8): Likewise.
35184         [C99-based-standards] (SCNd8): Likewise.
35185         [C99-based-standards] (SCNi8): Likewise.
35186         [C99-based-standards] (SCNo8): Likewise.
35187         [C99-based-standards] (SCNu8): Likewise.
35188         [C99-based-standards] (SCNx8): Likewise.
35189         [C99-based-standards] (PRIdLEAST8): Likewise.
35190         [C99-based-standards] (PRIiLEAST8): Likewise.
35191         [C99-based-standards] (PRIoLEAST8): Likewise.
35192         [C99-based-standards] (PRIuLEAST8): Likewise.
35193         [C99-based-standards] (PRIxLEAST8): Likewise.
35194         [C99-based-standards] (PRIXLEAST8): Likewise.
35195         [C99-based-standards] (SCNdLEAST8): Likewise.
35196         [C99-based-standards] (SCNiLEAST8): Likewise.
35197         [C99-based-standards] (SCNoLEAST8): Likewise.
35198         [C99-based-standards] (SCNuLEAST8): Likewise.
35199         [C99-based-standards] (SCNxLEAST8): Likewise.
35200         [C99-based-standards] (PRIdFAST8): Likewise.
35201         [C99-based-standards] (PRIiFAST8): Likewise.
35202         [C99-based-standards] (PRIoFAST8): Likewise.
35203         [C99-based-standards] (PRIuFAST8): Likewise.
35204         [C99-based-standards] (PRIxFAST8): Likewise.
35205         [C99-based-standards] (PRIXFAST8): Likewise.
35206         [C99-based-standards] (SCNdFAST8): Likewise.
35207         [C99-based-standards] (SCNiFAST8): Likewise.
35208         [C99-based-standards] (SCNoFAST8): Likewise.
35209         [C99-based-standards] (SCNuFAST8): Likewise.
35210         [C99-based-standards] (SCNxFAST8): Likewise.
35211         [C99-based-standards] (PRId16): Likewise.
35212         [C99-based-standards] (PRIi16): Likewise.
35213         [C99-based-standards] (PRIo16): Likewise.
35214         [C99-based-standards] (PRIu16): Likewise.
35215         [C99-based-standards] (PRIx16): Likewise.
35216         [C99-based-standards] (PRIX16): Likewise.
35217         [C99-based-standards] (SCNd16): Likewise.
35218         [C99-based-standards] (SCNi16): Likewise.
35219         [C99-based-standards] (SCNo16): Likewise.
35220         [C99-based-standards] (SCNu16): Likewise.
35221         [C99-based-standards] (SCNx16): Likewise.
35222         [C99-based-standards] (PRIdLEAST16): Likewise.
35223         [C99-based-standards] (PRIiLEAST16): Likewise.
35224         [C99-based-standards] (PRIoLEAST16): Likewise.
35225         [C99-based-standards] (PRIuLEAST16): Likewise.
35226         [C99-based-standards] (PRIxLEAST16): Likewise.
35227         [C99-based-standards] (PRIXLEAST16): Likewise.
35228         [C99-based-standards] (SCNdLEAST16): Likewise.
35229         [C99-based-standards] (SCNiLEAST16): Likewise.
35230         [C99-based-standards] (SCNoLEAST16): Likewise.
35231         [C99-based-standards] (SCNuLEAST16): Likewise.
35232         [C99-based-standards] (SCNxLEAST16): Likewise.
35233         [C99-based-standards] (PRIdFAST16): Likewise.
35234         [C99-based-standards] (PRIiFAST16): Likewise.
35235         [C99-based-standards] (PRIoFAST16): Likewise.
35236         [C99-based-standards] (PRIuFAST16): Likewise.
35237         [C99-based-standards] (PRIxFAST16): Likewise.
35238         [C99-based-standards] (PRIXFAST16): Likewise.
35239         [C99-based-standards] (SCNdFAST16): Likewise.
35240         [C99-based-standards] (SCNiFAST16): Likewise.
35241         [C99-based-standards] (SCNoFAST16): Likewise.
35242         [C99-based-standards] (SCNuFAST16): Likewise.
35243         [C99-based-standards] (SCNxFAST16): Likewise.
35244         [C99-based-standards] (PRId32): Likewise.
35245         [C99-based-standards] (PRIi32): Likewise.
35246         [C99-based-standards] (PRIo32): Likewise.
35247         [C99-based-standards] (PRIu32): Likewise.
35248         [C99-based-standards] (PRIx32): Likewise.
35249         [C99-based-standards] (PRIX32): Likewise.
35250         [C99-based-standards] (SCNd32): Likewise.
35251         [C99-based-standards] (SCNi32): Likewise.
35252         [C99-based-standards] (SCNo32): Likewise.
35253         [C99-based-standards] (SCNu32): Likewise.
35254         [C99-based-standards] (SCNx32): Likewise.
35255         [C99-based-standards] (PRIdLEAST32): Likewise.
35256         [C99-based-standards] (PRIiLEAST32): Likewise.
35257         [C99-based-standards] (PRIoLEAST32): Likewise.
35258         [C99-based-standards] (PRIuLEAST32): Likewise.
35259         [C99-based-standards] (PRIxLEAST32): Likewise.
35260         [C99-based-standards] (PRIXLEAST32): Likewise.
35261         [C99-based-standards] (SCNdLEAST32): Likewise.
35262         [C99-based-standards] (SCNiLEAST32): Likewise.
35263         [C99-based-standards] (SCNoLEAST32): Likewise.
35264         [C99-based-standards] (SCNuLEAST32): Likewise.
35265         [C99-based-standards] (SCNxLEAST32): Likewise.
35266         [C99-based-standards] (PRIdFAST32): Likewise.
35267         [C99-based-standards] (PRIiFAST32): Likewise.
35268         [C99-based-standards] (PRIoFAST32): Likewise.
35269         [C99-based-standards] (PRIuFAST32): Likewise.
35270         [C99-based-standards] (PRIxFAST32): Likewise.
35271         [C99-based-standards] (PRIXFAST32): Likewise.
35272         [C99-based-standards] (SCNdFAST32): Likewise.
35273         [C99-based-standards] (SCNiFAST32): Likewise.
35274         [C99-based-standards] (SCNoFAST32): Likewise.
35275         [C99-based-standards] (SCNuFAST32): Likewise.
35276         [C99-based-standards] (SCNxFAST32): Likewise.
35277         [C99-based-standards] (PRId64): Likewise.
35278         [C99-based-standards] (PRIi64): Likewise.
35279         [C99-based-standards] (PRIo64): Likewise.
35280         [C99-based-standards] (PRIu64): Likewise.
35281         [C99-based-standards] (PRIx64): Likewise.
35282         [C99-based-standards] (PRIX64): Likewise.
35283         [C99-based-standards] (SCNd64): Likewise.
35284         [C99-based-standards] (SCNi64): Likewise.
35285         [C99-based-standards] (SCNo64): Likewise.
35286         [C99-based-standards] (SCNu64): Likewise.
35287         [C99-based-standards] (SCNx64): Likewise.
35288         [C99-based-standards] (PRIdLEAST64): Likewise.
35289         [C99-based-standards] (PRIiLEAST64): Likewise.
35290         [C99-based-standards] (PRIoLEAST64): Likewise.
35291         [C99-based-standards] (PRIuLEAST64): Likewise.
35292         [C99-based-standards] (PRIxLEAST64): Likewise.
35293         [C99-based-standards] (PRIXLEAST64): Likewise.
35294         [C99-based-standards] (SCNdLEAST64): Likewise.
35295         [C99-based-standards] (SCNiLEAST64): Likewise.
35296         [C99-based-standards] (SCNoLEAST64): Likewise.
35297         [C99-based-standards] (SCNuLEAST64): Likewise.
35298         [C99-based-standards] (SCNxLEAST64): Likewise.
35299         [C99-based-standards] (PRIdFAST64): Likewise.
35300         [C99-based-standards] (PRIiFAST64): Likewise.
35301         [C99-based-standards] (PRIoFAST64): Likewise.
35302         [C99-based-standards] (PRIuFAST64): Likewise.
35303         [C99-based-standards] (PRIxFAST64): Likewise.
35304         [C99-based-standards] (PRIXFAST64): Likewise.
35305         [C99-based-standards] (SCNdFAST64): Likewise.
35306         [C99-based-standards] (SCNiFAST64): Likewise.
35307         [C99-based-standards] (SCNoFAST64): Likewise.
35308         [C99-based-standards] (SCNuFAST64): Likewise.
35309         [C99-based-standards] (SCNxFAST64): Likewise.
35310         [C99-based-standards] (PRIdMAX): Likewise.
35311         [C99-based-standards] (PRIiMAX): Likewise.
35312         [C99-based-standards] (PRIoMAX): Likewise.
35313         [C99-based-standards] (PRIuMAX): Likewise.
35314         [C99-based-standards] (PRIxMAX): Likewise.
35315         [C99-based-standards] (PRIXMAX): Likewise.
35316         [C99-based-standards] (SCNdMAX): Likewise.
35317         [C99-based-standards] (SCNiMAX): Likewise.
35318         [C99-based-standards] (SCNoMAX): Likewise.
35319         [C99-based-standards] (SCNuMAX): Likewise.
35320         [C99-based-standards] (SCNxMAX): Likewise.
35321         [C99-based-standards] (PRIdPTR): Likewise.
35322         [C99-based-standards] (PRIiPTR): Likewise.
35323         [C99-based-standards] (PRIoPTR): Likewise.
35324         [C99-based-standards] (PRIuPTR): Likewise.
35325         [C99-based-standards] (PRIxPTR): Likewise.
35326         [C99-based-standards] (PRIXPTR): Likewise.
35327         [C99-based-standards] (SCNdPTR): Likewise.
35328         [C99-based-standards] (SCNiPTR): Likewise.
35329         [C99-based-standards] (SCNoPTR): Likewise.
35330         [C99-based-standards] (SCNuPTR): Likewise.
35331         [C99-based-standards] (SCNxPTR): Likewise.
35332         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35333         allow.
35334         * conform/data/stdint.h-data: Update comments to clarify
35335         requirements.
35336         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35337         type.
35338         [C99-based standards] (INT8_MAX): Likewise.
35339         [C99-based standards] (INT16_MIN): Likewise.
35340         [C99-based standards] (INT16_MAX): Likewise.
35341         [C99-based standards] (INT32_MIN): Likewise.
35342         [C99-based standards] (INT32_MAX): Likewise.
35343         [C99-based standards] (INT64_MIN): Likewise.
35344         [C99-based standards] (INT64_MAX): Likewise.
35345         [C99-based standards] (UINT8_MAX): Likewise.
35346         [C99-based standards] (UINT16_MAX): Likewise.
35347         [C99-based standards] (UINT32_MAX): Likewise.
35348         [C99-based standards] (UINT64_MAX): Likewise.
35349         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35350         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35351         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35352         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35353         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35354         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35355         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35356         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35357         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35358         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35359         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35360         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35361         [C99-based standards] (INT_FAST8_MIN): Likewise.
35362         [C99-based standards] (INT_FAST8_MAX): Likewise.
35363         [C99-based standards] (INT_FAST16_MIN): Likewise.
35364         [C99-based standards] (INT_FAST16_MAX): Likewise.
35365         [C99-based standards] (INT_FAST32_MIN): Likewise.
35366         [C99-based standards] (INT_FAST32_MAX): Likewise.
35367         [C99-based standards] (INT_FAST64_MIN): Likewise.
35368         [C99-based standards] (INT_FAST64_MAX): Likewise.
35369         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35370         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35371         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35372         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35373         [C99-based standards] (INTPTR_MIN): Likewise.
35374         [C99-based standards] (INTPTR_MAX): Likewise.
35375         [C99-based standards] (UINTPTR_MAX): Likewise.
35376         [C99-based standards] (INTMAX_MIN): Likewise.
35377         [C99-based standards] (INTMAX_MAX): Likewise.
35378         [C99-based standards] (UINTMAX_MAX): Likewise.
35379         [C99-based standards] (PTRDIFF_MIN): Likewise.
35380         [C99-based standards] (PTRDIFF_MAX): Likewise.
35381         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35382         [C99-based standards] (SIZE_MAX): Likewise.
35383         [C99-based standards] (WCHAR_MAX): Likewise.
35384         [C99-based standards] (WINT_MAX): Likewise.
35385         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35386         constraint on value.
35387         [C99-based standards] (WCHAR_MIN): Likewise.
35388         [C99-based standards] (WINT_MIN): Likewise.
35389         [C99-based standards] (*_t): Allow.
35390         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35391         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35392         Include math.h-data and complex.h-data.  Remove all expectations
35393         of math.h and complex.h contents.
35394         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35395         at end of line.
35396         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35397         (struct tm): Expect tag.
35398         [C99-based-standards] (wcstof): Expect function.
35399         [C99-based-standards] (wcstold): Likewise.
35400         [C99-based-standards] (wcstoll): Likewise.
35401         [C99-based-standards] (wcstoull): Likewise.
35402         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35403         macro-int-constant.  Specify type.
35404         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35405         constraint on value.
35406         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35407         Specify type.
35408         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35409         Specify value.
35410         [ISO C standards]: Do not allow headers.
35411         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35412         wcs[abcdefghijklmnopqrstuvwxyz]*.
35413         [ISO C standards] (*_t): Do not allow.
35414         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35415         Expect function.
35416         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35417         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35418         Specify type.
35419         [ISO C standards]: Do not allow headers.
35420         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35421         is[abcdefghijklmnopqrstuvwxyz]*.
35422         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35423         to[abcdefghijklmnopqrstuvwxyz]*.
35424         [ISO C standards] (*_t): Do not allow.
35425         * conform/data/stdalign.h-data: New file.
35426         * conform/data/stdbool.h-data: Likewise.
35427         * conform/data/stdnoreturn.h-data: Likewise.
35429 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35431         [BZ #14815]
35432         * manual/filesys.texi (Directory Entries): Typo fix.
35433         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35435 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35437         * elf/elf.h (EM_AARCH64): New macro.
35438         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35439         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35440         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35441         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35442         (R_AARCH64_TLSDESC): Likewise.
35443         (NT_ARM_TLS): Likewise.
35444         (NT_ARM_HW_BREAK): Likewise.
35445         (NT_ARM_HW_WATCH): Likewise.
35447 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35449         [BZ #14811]
35450         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35451         (__ieee754_powl): Saturate nonzero exponents with absolute value
35452         below 0x1p-79 to +/- 0x1p-79.
35453         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35454         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35455         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35456         nonzero exponents with absolute value below 0x1p-32 to +/-
35457         0x1p-32.
35458         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35459         (__ieee754_powl): Saturate nonzero exponents with absolute value
35460         below 0x1p-79 to +/- 0x1p-79.
35461         * math/libm-test.inc (pow_test): Add more tests.
35463 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35465         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35466         _dl_s390_cap_flags with kernel. Increase string length.
35467         (_dl_s390_platforms): Add z196 and zEC12.
35469 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35471         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35472         Change XOPEN21K to XOPEN2K.
35474 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35476         * string/memmove.c: Use memcpy when possible.
35478 2012-11-06  Andreas Jaeger  <aj@suse.de>
35480         * po/eo.po: Update from translation team.
35482 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35484         [BZ #14793]
35485         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35486         exponent and small x and y exponents, scale x or y up.  Increase
35487         by 2 the exponent used in scaling up.
35488         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35489         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35490         * math/libm-test.inc (fma_test): Add more tests.
35491         (fma_test_towardzero): Likewise.
35492         (fma_test_downward): Likewise.
35493         (fma_test_upward): Likewise.
35495 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35497         [BZ #14805]
35498         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35499         fenv_t *.
35501         [BZ #14801]
35502         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35503         namespace for names of struct fields.
35504         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35505         fenv_t fields.
35506         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35507         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35509 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35511         [BZ #3665]
35512         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35514 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35516         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35517         PTR_DEMANGLE.
35519         [BZ #5246]
35520         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35521         PTR_DEMANGLE.
35523 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35525         [BZ #14797]
35526         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35527         definitely overflow as x * y not x * y + z.
35528         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35529         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35530         * math/libm-test.inc (fma_test): Add more tests.
35531         (fma_test_towardzero): Likewise.
35532         (fma_test_downward): Likewise.
35533         (fma_test_upward): Likewise.
35535 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35537         [BZ #157]
35539         * include/stub-tag.h: Remove file.
35540         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35541         '#include' of it.
35542         * manual/maint.texi (Porting): Don't reference it.
35543         * Makerules ($(objpfx)stubs): Likewise.
35544         * dirent/closedir.c: Don't include <stub-tag.h>.
35545         * dirent/dirfd.c: Likewise.
35546         * dirent/fdopendir.c: Likewise.
35547         * dirent/getdents.c: Likewise.
35548         * dirent/getdents64.c: Likewise.
35549         * dirent/opendir.c: Likewise.
35550         * dirent/readdir.c: Likewise.
35551         * dirent/readdir64.c: Likewise.
35552         * dirent/readdir64_r.c: Likewise.
35553         * dirent/readdir_r.c: Likewise.
35554         * dirent/rewinddir.c: Likewise.
35555         * dirent/seekdir.c: Likewise.
35556         * dirent/telldir.c: Likewise.
35557         * gmon/profil.c: Likewise.
35558         * grp/setgroups.c: Likewise.
35559         * inet/if_index.c: Likewise.
35560         * io/access.c: Likewise.
35561         * io/chdir.c: Likewise.
35562         * io/chmod.c: Likewise.
35563         * io/chown.c: Likewise.
35564         * io/close.c: Likewise.
35565         * io/dup.c: Likewise.
35566         * io/dup2.c: Likewise.
35567         * io/dup3.c: Likewise.
35568         * io/euidaccess.c: Likewise.
35569         * io/faccessat.c: Likewise.
35570         * io/fchdir.c: Likewise.
35571         * io/fchmod.c: Likewise.
35572         * io/fchmodat.c: Likewise.
35573         * io/fchown.c: Likewise.
35574         * io/fchownat.c: Likewise.
35575         * io/fcntl.c: Likewise.
35576         * io/flock.c: Likewise.
35577         * io/fstatfs.c: Likewise.
35578         * io/fstatfs64.c: Likewise.
35579         * io/fstatvfs.c: Likewise.
35580         * io/fstatvfs64.c: Likewise.
35581         * io/futimens.c: Likewise.
35582         * io/fxstat.c: Likewise.
35583         * io/fxstat64.c: Likewise.
35584         * io/fxstatat.c: Likewise.
35585         * io/fxstatat64.c: Likewise.
35586         * io/getcwd.c: Likewise.
35587         * io/isatty.c: Likewise.
35588         * io/lchmod.c: Likewise.
35589         * io/lchown.c: Likewise.
35590         * io/link.c: Likewise.
35591         * io/linkat.c: Likewise.
35592         * io/lseek.c: Likewise.
35593         * io/lseek64.c: Likewise.
35594         * io/lxstat64.c: Likewise.
35595         * io/mkdir.c: Likewise.
35596         * io/mkdirat.c: Likewise.
35597         * io/mkfifo.c: Likewise.
35598         * io/mkfifoat.c: Likewise.
35599         * io/open.c: Likewise.
35600         * io/open64.c: Likewise.
35601         * io/openat.c: Likewise.
35602         * io/openat64.c: Likewise.
35603         * io/pipe.c: Likewise.
35604         * io/pipe2.c: Likewise.
35605         * io/poll.c: Likewise.
35606         * io/posix_fadvise.c: Likewise.
35607         * io/posix_fadvise64.c: Likewise.
35608         * io/posix_fallocate.c: Likewise.
35609         * io/posix_fallocate64.c: Likewise.
35610         * io/read.c: Likewise.
35611         * io/readlink.c: Likewise.
35612         * io/readlinkat.c: Likewise.
35613         * io/rmdir.c: Likewise.
35614         * io/sendfile.c: Likewise.
35615         * io/sendfile64.c: Likewise.
35616         * io/statfs.c: Likewise.
35617         * io/statfs64.c: Likewise.
35618         * io/statvfs.c: Likewise.
35619         * io/statvfs64.c: Likewise.
35620         * io/symlink.c: Likewise.
35621         * io/symlinkat.c: Likewise.
35622         * io/ttyname.c: Likewise.
35623         * io/ttyname_r.c: Likewise.
35624         * io/umask.c: Likewise.
35625         * io/unlink.c: Likewise.
35626         * io/unlinkat.c: Likewise.
35627         * io/utime.c: Likewise.
35628         * io/utimensat.c: Likewise.
35629         * io/write.c: Likewise.
35630         * io/xmknod.c: Likewise.
35631         * io/xmknodat.c: Likewise.
35632         * io/xstat.c: Likewise.
35633         * io/xstat64.c: Likewise.
35634         * login/getpt.c: Likewise.
35635         * login/grantpt.c: Likewise.
35636         * login/unlockpt.c: Likewise.
35637         * math/e_acoshl.c: Likewise.
35638         * math/e_acosl.c: Likewise.
35639         * math/e_asinl.c: Likewise.
35640         * math/e_atan2l.c: Likewise.
35641         * math/e_atanhl.c: Likewise.
35642         * math/e_coshl.c: Likewise.
35643         * math/e_expl.c: Likewise.
35644         * math/e_fmodl.c: Likewise.
35645         * math/e_gammal_r.c: Likewise.
35646         * math/e_hypotl.c: Likewise.
35647         * math/e_j0l.c: Likewise.
35648         * math/e_j1l.c: Likewise.
35649         * math/e_jnl.c: Likewise.
35650         * math/e_lgammal_r.c: Likewise.
35651         * math/e_log10l.c: Likewise.
35652         * math/e_log2l.c: Likewise.
35653         * math/e_logl.c: Likewise.
35654         * math/e_powl.c: Likewise.
35655         * math/e_rem_pio2l.c: Likewise.
35656         * math/e_sinhl.c: Likewise.
35657         * math/e_sqrtl.c: Likewise.
35658         * math/fclrexcpt.c: Likewise.
35659         * math/fedisblxcpt.c: Likewise.
35660         * math/feenablxcpt.c: Likewise.
35661         * math/fegetenv.c: Likewise.
35662         * math/fegetexcept.c: Likewise.
35663         * math/fegetround.c: Likewise.
35664         * math/feholdexcpt.c: Likewise.
35665         * math/fesetenv.c: Likewise.
35666         * math/fesetround.c: Likewise.
35667         * math/feupdateenv.c: Likewise.
35668         * math/fgetexcptflg.c: Likewise.
35669         * math/fraiseexcpt.c: Likewise.
35670         * math/fsetexcptflg.c: Likewise.
35671         * math/ftestexcept.c: Likewise.
35672         * math/k_cosl.c: Likewise.
35673         * math/k_rem_pio2l.c: Likewise.
35674         * math/k_sinl.c: Likewise.
35675         * math/k_tanl.c: Likewise.
35676         * math/s_asinhl.c: Likewise.
35677         * math/s_atanl.c: Likewise.
35678         * math/s_cbrtl.c: Likewise.
35679         * math/s_erfl.c: Likewise.
35680         * math/s_expm1l.c: Likewise.
35681         * math/s_log1pl.c: Likewise.
35682         * math/s_tanhl.c: Likewise.
35683         * misc/acct.c: Likewise.
35684         * misc/brk.c: Likewise.
35685         * misc/chflags.c: Likewise.
35686         * misc/chroot.c: Likewise.
35687         * misc/fchflags.c: Likewise.
35688         * misc/fgetxattr.c: Likewise.
35689         * misc/flistxattr.c: Likewise.
35690         * misc/fremovexattr.c: Likewise.
35691         * misc/fsetxattr.c: Likewise.
35692         * misc/fsync.c: Likewise.
35693         * misc/ftruncate.c: Likewise.
35694         * misc/futimes.c: Likewise.
35695         * misc/futimesat.c: Likewise.
35696         * misc/getdomain.c: Likewise.
35697         * misc/getdtsz.c: Likewise.
35698         * misc/gethostid.c: Likewise.
35699         * misc/gethostname.c: Likewise.
35700         * misc/getloadavg.c: Likewise.
35701         * misc/getpagesize.c: Likewise.
35702         * misc/getsysstats.c: Likewise.
35703         * misc/getxattr.c: Likewise.
35704         * misc/gtty.c: Likewise.
35705         * misc/ioctl.c: Likewise.
35706         * misc/lgetxattr.c: Likewise.
35707         * misc/listxattr.c: Likewise.
35708         * misc/llistxattr.c: Likewise.
35709         * misc/lremovexattr.c: Likewise.
35710         * misc/lsetxattr.c: Likewise.
35711         * misc/lutimes.c: Likewise.
35712         * misc/madvise.c: Likewise.
35713         * misc/mincore.c: Likewise.
35714         * misc/mlock.c: Likewise.
35715         * misc/mlockall.c: Likewise.
35716         * misc/mmap.c: Likewise.
35717         * misc/mprotect.c: Likewise.
35718         * misc/msync.c: Likewise.
35719         * misc/munlock.c: Likewise.
35720         * misc/munlockall.c: Likewise.
35721         * misc/munmap.c: Likewise.
35722         * misc/preadv.c: Likewise.
35723         * misc/preadv64.c: Likewise.
35724         * misc/ptrace.c: Likewise.
35725         * misc/pwritev.c: Likewise.
35726         * misc/pwritev64.c: Likewise.
35727         * misc/readv.c: Likewise.
35728         * misc/reboot.c: Likewise.
35729         * misc/remap_file_pages.c: Likewise.
35730         * misc/removexattr.c: Likewise.
35731         * misc/revoke.c: Likewise.
35732         * misc/select.c: Likewise.
35733         * misc/setdomain.c: Likewise.
35734         * misc/setegid.c: Likewise.
35735         * misc/seteuid.c: Likewise.
35736         * misc/sethostid.c: Likewise.
35737         * misc/sethostname.c: Likewise.
35738         * misc/setregid.c: Likewise.
35739         * misc/setreuid.c: Likewise.
35740         * misc/setxattr.c: Likewise.
35741         * misc/sstk.c: Likewise.
35742         * misc/stty.c: Likewise.
35743         * misc/swapoff.c: Likewise.
35744         * misc/swapon.c: Likewise.
35745         * misc/sync.c: Likewise.
35746         * misc/syncfs.c: Likewise.
35747         * misc/syscall.c: Likewise.
35748         * misc/truncate.c: Likewise.
35749         * misc/ualarm.c: Likewise.
35750         * misc/usleep.c: Likewise.
35751         * misc/ustat.c: Likewise.
35752         * misc/utimes.c: Likewise.
35753         * misc/vhangup.c: Likewise.
35754         * misc/writev.c: Likewise.
35755         * posix/_exit.c: Likewise.
35756         * posix/alarm.c: Likewise.
35757         * posix/execve.c: Likewise.
35758         * posix/fexecve.c: Likewise.
35759         * posix/fork.c: Likewise.
35760         * posix/fpathconf.c: Likewise.
35761         * posix/getaddrinfo.c: Likewise.
35762         * posix/getegid.c: Likewise.
35763         * posix/geteuid.c: Likewise.
35764         * posix/getgid.c: Likewise.
35765         * posix/getgroups.c: Likewise.
35766         * posix/getlogin.c: Likewise.
35767         * posix/getlogin_r.c: Likewise.
35768         * posix/getpgid.c: Likewise.
35769         * posix/getpid.c: Likewise.
35770         * posix/getppid.c: Likewise.
35771         * posix/getresgid.c: Likewise.
35772         * posix/getresuid.c: Likewise.
35773         * posix/getsid.c: Likewise.
35774         * posix/getuid.c: Likewise.
35775         * posix/glob64.c: Likewise.
35776         * posix/nanosleep.c: Likewise.
35777         * posix/pathconf.c: Likewise.
35778         * posix/pause.c: Likewise.
35779         * posix/posix_madvise.c: Likewise.
35780         * posix/pread.c: Likewise.
35781         * posix/pread64.c: Likewise.
35782         * posix/pwrite.c: Likewise.
35783         * posix/pwrite64.c: Likewise.
35784         * posix/sched_getaffinity.c: Likewise.
35785         * posix/sched_getp.c: Likewise.
35786         * posix/sched_gets.c: Likewise.
35787         * posix/sched_primax.c: Likewise.
35788         * posix/sched_primin.c: Likewise.
35789         * posix/sched_rr_gi.c: Likewise.
35790         * posix/sched_setaffinity.c: Likewise.
35791         * posix/sched_setp.c: Likewise.
35792         * posix/sched_sets.c: Likewise.
35793         * posix/sched_yield.c: Likewise.
35794         * posix/setgid.c: Likewise.
35795         * posix/setlogin.c: Likewise.
35796         * posix/setpgid.c: Likewise.
35797         * posix/setresgid.c: Likewise.
35798         * posix/setresuid.c: Likewise.
35799         * posix/setsid.c: Likewise.
35800         * posix/setuid.c: Likewise.
35801         * posix/sleep.c: Likewise.
35802         * posix/spawni.c: Likewise.
35803         * posix/sysconf.c: Likewise.
35804         * posix/times.c: Likewise.
35805         * posix/wait.c: Likewise.
35806         * posix/wait3.c: Likewise.
35807         * posix/wait4.c: Likewise.
35808         * posix/waitpid.c: Likewise.
35809         * resolv/gai_sigqueue.c: Likewise.
35810         * resource/getpriority.c: Likewise.
35811         * resource/getrlimit.c: Likewise.
35812         * resource/getrusage.c: Likewise.
35813         * resource/nice.c: Likewise.
35814         * resource/setpriority.c: Likewise.
35815         * resource/setrlimit.c: Likewise.
35816         * resource/ulimit.c: Likewise.
35817         * rt/aio_cancel.c: Likewise.
35818         * rt/aio_fsync.c: Likewise.
35819         * rt/aio_read.c: Likewise.
35820         * rt/aio_sigqueue.c: Likewise.
35821         * rt/aio_suspend.c: Likewise.
35822         * rt/aio_write.c: Likewise.
35823         * rt/clock_getres.c: Likewise.
35824         * rt/clock_gettime.c: Likewise.
35825         * rt/clock_nanosleep.c: Likewise.
35826         * rt/clock_settime.c: Likewise.
35827         * rt/lio_listio.c: Likewise.
35828         * rt/mq_close.c: Likewise.
35829         * rt/mq_getattr.c: Likewise.
35830         * rt/mq_notify.c: Likewise.
35831         * rt/mq_open.c: Likewise.
35832         * rt/mq_receive.c: Likewise.
35833         * rt/mq_send.c: Likewise.
35834         * rt/mq_setattr.c: Likewise.
35835         * rt/mq_timedreceive.c: Likewise.
35836         * rt/mq_timedsend.c: Likewise.
35837         * rt/mq_unlink.c: Likewise.
35838         * rt/shm_open.c: Likewise.
35839         * rt/shm_unlink.c: Likewise.
35840         * rt/timer_create.c: Likewise.
35841         * rt/timer_delete.c: Likewise.
35842         * rt/timer_getoverr.c: Likewise.
35843         * rt/timer_gettime.c: Likewise.
35844         * rt/timer_settime.c: Likewise.
35845         * setjmp/__longjmp.c: Likewise.
35846         * setjmp/setjmp.c: Likewise.
35847         * signal/kill.c: Likewise.
35848         * signal/killpg.c: Likewise.
35849         * signal/raise.c: Likewise.
35850         * signal/sigaction.c: Likewise.
35851         * signal/sigaltstack.c: Likewise.
35852         * signal/sigblock.c: Likewise.
35853         * signal/sigignore.c: Likewise.
35854         * signal/sigintr.c: Likewise.
35855         * signal/signal.c: Likewise.
35856         * signal/sigpause.c: Likewise.
35857         * signal/sigpending.c: Likewise.
35858         * signal/sigqueue.c: Likewise.
35859         * signal/sigreturn.c: Likewise.
35860         * signal/sigset.c: Likewise.
35861         * signal/sigsetmask.c: Likewise.
35862         * signal/sigstack.c: Likewise.
35863         * signal/sigsuspend.c: Likewise.
35864         * signal/sigtimedwait.c: Likewise.
35865         * signal/sigvec.c: Likewise.
35866         * signal/sigwait.c: Likewise.
35867         * signal/sigwaitinfo.c: Likewise.
35868         * signal/sysv_signal.c: Likewise.
35869         * socket/accept.c: Likewise.
35870         * socket/accept4.c: Likewise.
35871         * socket/bind.c: Likewise.
35872         * socket/connect.c: Likewise.
35873         * socket/getpeername.c: Likewise.
35874         * socket/getsockname.c: Likewise.
35875         * socket/getsockopt.c: Likewise.
35876         * socket/isfdtype.c: Likewise.
35877         * socket/listen.c: Likewise.
35878         * socket/recv.c: Likewise.
35879         * socket/recvfrom.c: Likewise.
35880         * socket/recvmsg.c: Likewise.
35881         * socket/send.c: Likewise.
35882         * socket/sendmsg.c: Likewise.
35883         * socket/sendto.c: Likewise.
35884         * socket/setsockopt.c: Likewise.
35885         * socket/shutdown.c: Likewise.
35886         * socket/sockatmark.c: Likewise.
35887         * socket/socket.c: Likewise.
35888         * socket/socketpair.c: Likewise.
35889         * stdio-common/ctermid.c: Likewise.
35890         * stdio-common/cuserid.c: Likewise.
35891         * stdio-common/remove.c: Likewise.
35892         * stdio-common/rename.c: Likewise.
35893         * stdio-common/renameat.c: Likewise.
35894         * stdio-common/tempname.c: Likewise.
35895         * stdlib/getcontext.c: Likewise.
35896         * stdlib/makecontext.c: Likewise.
35897         * stdlib/setcontext.c: Likewise.
35898         * stdlib/swapcontext.c: Likewise.
35899         * stdlib/system.c: Likewise.
35900         * streams/fattach.c: Likewise.
35901         * streams/fdetach.c: Likewise.
35902         * streams/getmsg.c: Likewise.
35903         * streams/getpmsg.c: Likewise.
35904         * streams/putmsg.c: Likewise.
35905         * streams/putpmsg.c: Likewise.
35906         * sysdeps/unix/bsd/getpt.c: Likewise.
35907         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35908         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35909         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35911         Likewise.
35912         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35913         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35914         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35915         * sysvipc/msgctl.c: Likewise.
35916         * sysvipc/msgget.c: Likewise.
35917         * sysvipc/msgrcv.c: Likewise.
35918         * sysvipc/msgsnd.c: Likewise.
35919         * sysvipc/semctl.c: Likewise.
35920         * sysvipc/semget.c: Likewise.
35921         * sysvipc/semop.c: Likewise.
35922         * sysvipc/semtimedop.c: Likewise.
35923         * sysvipc/shmat.c: Likewise.
35924         * sysvipc/shmctl.c: Likewise.
35925         * sysvipc/shmdt.c: Likewise.
35926         * sysvipc/shmget.c: Likewise.
35927         * termios/tcdrain.c: Likewise.
35928         * termios/tcflow.c: Likewise.
35929         * termios/tcflush.c: Likewise.
35930         * termios/tcgetattr.c: Likewise.
35931         * termios/tcgetpgrp.c: Likewise.
35932         * termios/tcsendbrk.c: Likewise.
35933         * termios/tcsetattr.c: Likewise.
35934         * termios/tcsetpgrp.c: Likewise.
35935         * time/adjtime.c: Likewise.
35936         * time/clock.c: Likewise.
35937         * time/getitimer.c: Likewise.
35938         * time/gettimeofday.c: Likewise.
35939         * time/setitimer.c: Likewise.
35940         * time/settimeofday.c: Likewise.
35941         * time/stime.c: Likewise.
35942         * time/time.c: Likewise.
35944 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35946         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35947         /usr/old/bin.
35949         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35950         instead of spaces.
35951         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35953 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35955         [BZ #14796]
35956         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35957         FE_TONEAREST before applying Dekker multiplication and Knuth
35958         addition.  Clear inexact exceptions and check for exact zero
35959         results afterwards.
35960         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35961         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35962         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35963         * math/libm-test.inc (fma_test): Add more tests.
35964         (fma_test_towardzero): Likewise.
35965         (fma_test_downward): Likewise.
35966         (fma_test_upward): Likewise.
35967         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35968         function.
35969         (libc_fesetround): New macro.
35970         (libc_fesetroundf): Likewise.
35971         (libc_fesetroundl): Likewise.
35972         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35973         function.
35974         (libc_fesetround_387): Likewise.
35975         (libc_fesetroundf): New macro.
35976         (libc_fesetround): Likewise.
35977         (libc_fesetroundl): Likewise.
35978         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35979         function.
35980         (libc_fesetroundf): New macro.
35981         (libc_fesetround): Likewise.
35982         (libc_fesetroundl): Likewise.
35983         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35984         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35985         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35986         libm_hidden_ver.
35987         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35988         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35989         libm_hidden_def.
35990         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35991         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35992         libm_hidden_ver.
35993         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35994         libm_hidden_def.
35996         [BZ #3439]
35997         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35998         integer constant usable in #if and use that to give value to enum
35999         constant.
36000         (FE_DIVBYZERO): Likewise.
36001         (FE_UNDERFLOW): Likewise.
36002         (FE_OVERFLOW): Likewise.
36003         (FE_INVALID): Likewise.
36004         (FE_INVALID_SNAN): Likewise.
36005         (FE_INVALID_ISI): Likewise.
36006         (FE_INVALID_IDI): Likewise.
36007         (FE_INVALID_ZDZ): Likewise.
36008         (FE_INVALID_IMZ): Likewise.
36009         (FE_INVALID_COMPARE): Likewise.
36010         (FE_INVALID_SOFTWARE): Likewise.
36011         (FE_INVALID_SQRT): Likewise.
36012         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36013         (FE_TONEAREST): Likewise.
36014         (FE_TOWARDZERO): Likewise.
36015         (FE_UPWARD): Likewise.
36016         (FE_DOWNWARD): Likewise.
36017         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36018         (FE_DIVBYZERO): Likewise.
36019         (FE_OVERFLOW): Likewise.
36020         (FE_UNDERFLOW): Likewise.
36021         (FE_INEXACT): Likewise.
36022         (FE_TONEAREST): Likewise.
36023         (FE_DOWNWARD): Likewise.
36024         (FE_UPWARD): Likewise.
36025         (FE_TOWARDZERO): Likewise.
36026         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36027         (FE_UNDERFLOW): Likewise.
36028         (FE_OVERFLOW): Likewise.
36029         (FE_DIVBYZERO): Likewise.
36030         (FE_INVALID): Likewise.
36031         (FE_TONEAREST): Likewise.
36032         (FE_TOWARDZERO): Likewise.
36033         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36034         (FE_OVERFLOW): Likewise.
36035         (FE_UNDERFLOW): Likewise.
36036         (FE_DIVBYZERO): Likewise.
36037         (FE_INEXACT): Likewise.
36038         (FE_TONEAREST): Likewise.
36039         (FE_TOWARDZERO): Likewise.
36040         (FE_UPWARD): Likewise.
36041         (FE_DOWNWARD): Likewise.
36042         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36043         (FE_DIVBYZERO): Likewise.
36044         (FE_OVERFLOW): Likewise.
36045         (FE_UNDERFLOW): Likewise.
36046         (FE_INEXACT): Likewise.
36047         (FE_TONEAREST): Likewise.
36048         (FE_DOWNWARD): Likewise.
36049         (FE_UPWARD): Likewise.
36050         (FE_TOWARDZERO): Likewise.
36052 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36054         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36056 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36058         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36059         commands.  Quote $PWD.
36060         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36061         -x" by "export".
36062         (remove_newlines): Remove.
36064 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36066         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36067         * stdlib/stdlib.h (atof): Moved to ...
36068         * include/bits/stdlib-float.h: Here.  New file.
36069         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36070         * stdlib/bits/stdlib-float.h: New file.
36071         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36072         -mno-sse -mno-mmx.
36073         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36074         <xmmintrin.h>.
36076 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36078         * conform/conformtest.pl (@headers): Add fenv.h.
36079         * conform/data/fenv.h-data: New file.
36080         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36081         include of <math/fenv.h>.
36083         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36084         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36085         && !UNIX98].  Enables tests for XOPEN2K8.
36086         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36087         POSIX2008]: Likewise.
36089         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36090         (struct rusage): Do not expect type or its members.
36092         [BZ #3439]
36093         * math/math.h (FP_NAN): Define macro to integer constant usable in
36094         #if and use that to give value to enum constant.
36095         (FP_INFINITE): Likewise.
36096         (FP_ZERO): Likewise.
36097         (FP_SUBNORMAL): Likewise.
36098         (FP_NORMAL): Likewise.
36100 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36102         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36103         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36104         arguments.
36106 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36108         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36109         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36110         autoconf-time if not.
36111         * configure.in: Remove AC_PREREQ.
36113 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36115         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36116         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36117         of the internal implementation.
36119 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36121         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36122         except include of <misc/sys/syslog.h>.
36124 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36127         function returns with a NULL context exit with zero.
36129 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36131         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36133 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36135         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36136         (run_program_cmd): This.
36137         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36138         (tst_langinfo): New variable.  Use it.
36140 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36142         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36143         floating point opcodes.
36145 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36147         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36148         variable.
36150         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36152         * sysdeps/mach/hurd/powerpc: Remove directory.
36153         * sysdeps/mach/powerpc: Likewise.
36155 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36157         * scripts/check-local-headers.sh: Ignore c++ headers.
36159 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36161         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36162         __libc_cleanup_region_start argument.
36164 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36166         [BZ #14784]
36167         [BZ #14785]
36168         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36169         x * y using scaling, not as x * y + z.
36170         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36171         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36172         * math/libm-test.inc (fma_test): Add more tests.
36173         (fma_test_towardzero): Likewise.
36174         (fma_test_downward): Likewise.
36175         (fma_test_upward): Likewise.
36177 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36179         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36181 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36183         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36184         New variable.
36186 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36188         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36190 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36193         Fix sort order.
36194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36195         Likewise.
36197 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36200         Fix the order of the list for glibc 2.17.
36201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36202         Likewise.
36204 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36208 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36210         [BZ #14610]
36211         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36212         for low part of x being zero before using __atanl (y).
36213         * math/libm-test.inc (atan2_test): Add another test.
36215         * manual/install.texi (Configuring and compiling): Document
36216         general use of test-wrapper and test-wrapper-env.
36217         * INSTALL: Regenerated.
36219         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36220         (__fma): Do not extract and scale down low bits on after-rounding
36221         systems when result rounded to normal precision would have normal
36222         exponent.
36223         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36224         (__fmal): Do not extract and scale down low bits on after-rounding
36225         systems when result rounded to normal precision would have normal
36226         exponent.
36227         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36228         (__fmal): Do not extract and scale down low bits on after-rounding
36229         systems when result rounded to normal precision would have normal
36230         exponent.
36231         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36232         macro.
36233         (fma_test): Add more tests.
36234         (fma_test_towardzero): Likewise.
36235         (fma_test_downward): Likewise.
36236         (fma_test_upward): Likewise.
36238 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36240         * sysdeps/i386/tininess.h: Renamed to ...
36241         * sysdeps/x86/tininess.h: This.
36242         * sysdeps/x86_64/tininess.h: Removed.
36244 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36246         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36247         input.  Use $(build-program-cmd).
36248         ($(objpfx)tst-array1-static.out): Likewise.
36249         ($(objpfx)tst-array2.out): Likewise.
36250         ($(objpfx)tst-array3.out): Likewise.
36251         ($(objpfx)tst-array4.out): Likewise.
36252         ($(objpfx)tst-array5.out): Likewise.
36253         ($(objpfx)tst-array5-static.out): Likewise.
36255 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36257         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36258         if defined.
36260         * nss/nsswitch.h (nss_interface_function): Provide new
36261         macro for use with NSS functions.
36262         * grp/initgroups.c: Use new macro.
36263         * nss/getXXbyYY.c: Likewise.
36264         * nss/getXXbyYY_r.c: Likewise.
36265         * nss/getXXent.c: Likewise.
36266         * nss/getXXent_r.c: Likewise.
36267         * sysdeps/posix/getaddrinfo.c: Likewise.
36269 2012-10-30  Andreas Jaeger  <aj@suse.de>
36271         * po/ru.po: Update Russion translation from translation project.
36273 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36275         [BZ #14152]
36276         [BZ #14783]
36277         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36278         result and shift together with sticky bit instead of replicating
36279         round-to-nearest rounding.
36280         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36281         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36282         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36283         missing underflow exceptions.
36284         (fma_test_towardzero): Add more tests.
36285         (fma_test_downward): Likewise.
36286         (fma_test_upward): Likewise.
36288         [BZ #14047]
36289         * sysdeps/generic/tininess.h: New file.
36290         * sysdeps/i386/tininess.h: Likewise.
36291         * sysdeps/sh/tininess.h: Likewise.
36292         * sysdeps/x86_64/tininess.h: Likewise.
36293         * stdlib/tst-strtod-underflow.c: Likewise.
36294         * stdlib/tst-tininess.c: Likewise.
36295         * stdlib/strtod_l.c: Include <tininess.h>.
36296         (round_and_return): Do not set errno for exact underflow cases.
36297         Force an underflow exception when setting errno for underflow.
36298         Determine underflow based on rounding to normal precision if
36299         TININESS_AFTER_ROUNDING.
36300         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36301         ERANGE for exact underflow cases.
36302         * stdlib/Makefile (tests): Add tst-tininess and
36303         tst-strtod-underflow.
36304         ($(objpfx)tst-tininess): Use $(link-libm).
36305         ($(objpfx)tst-strtod-underflow): Likewise.
36307 2012-10-30  Andreas Jaeger  <aj@suse.de>
36309         [BZ#14767]
36310         * elf/Makefile (tests): Remove conditional for have-initfini-array
36311         since this is now always required and the variable does not exist
36312         anymore.
36313         (tests-static): Likewise.
36314         (modules-names): Likewise.
36316         * po/eo.po: Add Esperanto translation from translation project.
36318         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36319         merged with constructor/destructor.
36320         (init_array): Likewise.
36321         * elf/tst-array2dep.c (fini_array): Likewise.
36322         (init_array): Likewise.
36324 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36326         * manual/message.texi: Delete @cartouche tags.
36328 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36330         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36331         EOPNOTSUPP.
36332         * sysdeps/mach/hurd/fsync.c: Likewise.
36334         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36335         [_POSIX_REALTIME_SIGNALS]: Change condition to
36336         [_POSIX_REALTIME_SIGNALS > 0].
36338 2012-10-27  Andreas Jaeger  <aj@suse.de>
36340         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36341         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36342         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36343         [__WORDSIZE != 64]: Likewise.
36345 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36347         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36348         *  iconvdata/tst-tables.sh: Likewise.
36350 2012-10-25  David S. Miller  <davem@davemloft.net>
36352         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36353         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36354         of strtoull.
36356         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36357         ifunc-impl-list.c
36358         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36359         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36360         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36361         file.
36363 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36365         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36366         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36367         __getdirentries.
36369 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36370             Jim Blandy  <jimb@codesourcery.com>
36372         * scripts/cross-test-ssh.sh: New file.
36373         * manual/install.texi (Configuring and compiling): Document use of
36374         cross-test-ssh.sh.
36375         * INSTALL: Regenerated.
36377 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36379         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36380         EOPNOTSUPP.
36382 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36384         * Makeconfig (run-program-prefix): Fix comment.
36386 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36387             Jim Blandy  <jimb@codesourcery.com>
36389         * Makeconfig (test-wrapper): New variable,
36390         (test-wrapper-env): Likewise.
36391         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36392         (run-built-tests): Define to yes.
36393         (run-program-prefix): Use $(test-wrapper).
36394         (built-program-cmd): Likewise.
36395         * Rules (make-test-out): Use $(test-wrapper-env) and
36396         $(host-built-program-cmd).
36397         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36398         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36399         tst-pathopt.sh.
36400         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36401         $(test-wrapper-env) to tst-rtld-load-self.sh.
36402         ($(objpfx)order2.out): Use $(test-wrapper).
36403         ($(objpfx)tst-initorder.out): Likewise.
36404         ($(objpfx)tst-initorder2.out): Likewise.
36405         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36406         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36407         (test_wrapper_env): New variable.  Use it to run ld.so.
36408         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36409         Use it to run ld.so.
36410         (test_wrapper_env): Likewise.
36411         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36412         $(test-wrapper) to run-iconv-test.sh.
36413         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36414         (ICONV): Use $test_wrapper.
36415         * posix/Makefile ($(objpfx)globtest.out): Pass
36416         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36417         globtest.sh, not $(run-program-prefix).
36418         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36419         (test_wrapper): Likewise.
36420         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36421         set together with run_via_rtld_prefix.
36422         (run_program_prefix): Define in terms of test_wrapper and
36423         run_via_rtld_prefix.
36425 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36427         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36428         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36429         Targets removed.
36431         [BZ #14743]
36432         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36433         Declare __clock_getres, __clock_gettime, __clock_settime,
36434         __clock_nanosleep, and __clock_getcpuclockid.
36435         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36436         Remove librt_hidden_def (clock_gettime).
36437         * sysdeps/unix/clock_gettime.c: Likewise.
36438         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36439         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36440         * rt/clock_getres.c: Define __clock_getres as an alias.
36441         * sysdeps/posix/clock_getres.c: Likewise.
36442         * rt/clock_settime.c: Define __clock_settime as an alias.
36443         * sysdeps/unix/clock_settime.c: Likewise.
36444         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36445         * sysdeps/unix/clock_nanosleep.c: Likewise.
36446         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36447         * rt/clock-compat.c: New file.
36448         * rt/Makefile (librt-routines): Add clock-compat and move
36449         $(clock-routines) to ...
36450         (routines): ... here, new variable.
36451         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36452         Don't add get_clockfreq here.
36453         * rt/Versions (libc: GLIBC_2.17): New version set.
36454         Add clock_* symbols here.
36455         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36456         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36457         (GLIBC_2.17): Add clock_* symbols.
36458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36459         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36460         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36462         Likewise.
36463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36464         Likewise.
36465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36466         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36469         * NEWS: Mention the move.
36471         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36472         Use __open, __read, __close rather than their public counterparts.
36473         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36474         (__get_clockfreq_via_cpuinfo): Likewise.
36475         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36476         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36478         * config.h.in (HAVE_IFUNC): New #undef.
36479         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36480         was successful.
36481         * configure: Regenerated.
36483 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36485         * configure.in: Move READELF check to start of file.
36486         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36487         libc_cv_asm_gnu_indirect_function in the process.
36488         * configure: Regenerated.
36490 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36492         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36493         send the output to /dev/null.
36494         (libc_cv_cc_with_libunwind): Likewise.
36495         (libc_cv_as_noexecstack): Likewise.
36496         * configure: Regenerate.
36498 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36500         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36502         * posix/globtest.sh (TMPDIR): Do not set.
36503         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36504         (testout): Likewise.
36506 2012-10-24  Andreas Jaeger  <aj@suse.de>
36508         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36509         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36510         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36511         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36512         posix_fadvise64, posix_fallocate64.
36514         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36515         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36516         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36517         Likewise.
36518         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36519         Likewise.
36520         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36522         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36523         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36524         <bits/fcntl-linux.h>.
36525         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36527         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36528         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36529         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36530         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36531         [__WORDSIZE != 64]: Likewise.
36533 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36535         * Makeconfig (run-built-tests): New variable.
36536         * Rules [$(cross-compiling) = yes]: Change condition to
36537         [$(run-built-tests) = no].
36538         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36539         to [$(run-built-tests) = yes].
36540         * elf/Makefile [$(cross-compiling) = no]: Likewise
36541         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36542         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36543         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36544         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36545         * io/Makefile [$(cross-compiling) = no]: Likewise.
36546         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36547         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36548         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36549         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36550         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36551         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36552         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36553         * string/Makefile [$(cross-compiling) = no]: Likewise.
36555         * posix/Makefile ($(objpfx)globtest.out): Pass
36556         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36557         $(rtld-installed-name).
36558         * posix/globtest.sh (elf_objpfx): Remove variable.
36559         (rtld_installed_name): Likewise.
36560         (library_path): Likewise.
36561         (run_program_prefix): New variable.  Use for running globtest
36562         binary.
36564 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36565             Joseph Myers  <joseph@codesourcery.com>
36567         * Makeconfig (host-built-program-cmd): New variable.
36568         * elf/Makefile (tst-stackguard1-ARGS): Use
36569         $(host-built-program-cmd).
36570         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36571         (tst-spawn-ARGS): Likewise.
36572         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36574 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36575             Jim Blandy  <jimb@codesourcery.com>
36577         * Makeconfig (run-via-rtld-prefix): New variable.
36578         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36579         (built-program-cmd): Likewise.
36581 2012-10-22  Andreas Jaeger  <aj@suse.de>
36583         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36584         __O_RSYNC if it exists, otherwise to O_SYNC.
36586 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36587             Joseph Myers  <joseph@codesourcery.com>
36589         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36590         /dev/null.
36591         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36592         from /dev/null
36593         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36594         /dev/null.
36596 2012-10-22  Andreas Jaeger  <aj@suse.de>
36598         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36599         Define always.
36600         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36602         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36603         bits/fcntl-linux.h.
36605         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36606         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36608         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36609         to __O_LARGEFILE.
36610         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36611         to __O_LARGEFILE.
36613 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36614             Joseph Myers  <joseph@codesourcery.com>
36616         * config.make.in (NM): New variable.
36618 2012-10-21  Andreas Jaeger  <aj@suse.de>
36620         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36621         definitions and declarations that are provided by
36622         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36624 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36626         [BZ #14683]
36627         * elf/Makefile (tests-static): Add tst-leaks1-static.
36628         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36629         ($(objpfx)tst-leaks1-static): New rule.
36630         ($(objpfx)tst-leaks1-static-mem): Likewise.
36631         (tst-leaks1-static-ENV): New macro.
36632         * elf/dl-open.c (dl_open_worker): Check the main application
36633         only if SHARED is defined.
36634         * elf/tst-leaks1-static.c: New file.
36636 2012-10-20  Andreas Jaeger  <aj@suse.de>
36638         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36639         generic values for Linux.
36640         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36641         and declarations that are provided by <bits/fcntl-linux.h> and
36642         include <bits/fcntl-linux.h>.
36643         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36644         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36646 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36648         * io/fcntl.h: Move include of <bits/types.h> to the top and
36649         include it unconditionally.
36651 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36653         * wcsmbs/Makefile (tests-ifunc): New variable.
36654         (tests): Add $(tests-ifunc).
36655         * wcsmbs/test-wcschr-ifunc.c: New file.
36656         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36657         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36658         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36659         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36660         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36662         * string/Makefile (tests-ifunc): New variable.
36663         (tests): Add $(tests-ifunc).
36664         * string/test-memccpy.c (TEST_NAME): New macro.
36665         * string/test-memchr.c (TEST_NAME): Likewise.
36666         * string/test-memcmp.c (TEST_NAME): Likewise.
36667         * string/test-memcpy.c (TEST_NAME): Likewise.
36668         * string/test-memmem.c (TEST_NAME): Likewise.
36669         * string/test-memmove.c (TEST_NAME): Likewise.
36670         * string/test-memset.c (TEST_NAME): Likewise.
36671         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36672         * string/test-stpcpy.c (TEST_NAME): Likewise.
36673         * string/test-stpncpy.c (TEST_NAME): Likewise.
36674         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36675         * string/test-strcasestr.c (TEST_NAME): Likewise.
36676         * string/test-strcat.c (TEST_NAME): Likewise.
36677         * string/test-strchr.c (TEST_NAME): Likewise.
36678         * string/test-strcmp.c(TEST_NAME): Likewise.
36679         * string/test-strcpy.c (TEST_NAME): Likewise.
36680         * string/test-strcspn.c (TEST_NAME): Likewise.
36681         * string/test-strlen.c (TEST_NAME): Likewise.
36682         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36683         * string/test-strncmp.c (TEST_NAME): Likewise.
36684         * string/test-strncpy.c (TEST_NAME): Likewise.
36685         * string/test-strnlen.c (TEST_NAME): Likewise.
36686         * string/test-strpbrk.c (TEST_NAME): Likewise.
36687         * string/test-strrchr.c (TEST_NAME): Likewise.
36688         * string/test-strspn.c (TEST_NAME): Likewise.
36689         * string/test-strstr.c (TEST_NAME): Likewise.
36690         * string/test-bcopy-ifunc.c: New file.
36691         * string/test-bzero-ifunc.c: Likewise.
36692         * string/test-memccpy-ifunc.c: Likewise.
36693         * string/test-memchr-ifunc.c: Likewise.
36694         * string/test-memcmp-ifunc.c: Likewise.
36695         * string/test-memcpy-ifunc.c: Likewise.
36696         * string/test-memmem-ifunc.c: Likewise.
36697         * string/test-memmove-ifunc.c: Likewise.
36698         * string/test-mempcpy-ifunc.c: Likewise.
36699         * string/test-memset-ifunc.c: Likewise.
36700         * string/test-rawmemchr-ifunc.c: Likewise.
36701         * string/test-stpcpy-ifunc.c: Likewise.
36702         * string/test-stpncpy-ifunc.c: Likewise.
36703         * string/test-strcasecmp-ifunc.c: Likewise.
36704         * string/test-strcasestr-ifunc.c: Likewise.
36705         * string/test-strcat-ifunc.c: Likewise.
36706         * string/test-strchr-ifunc.c: Likewise.
36707         * string/test-strchrnul-ifunc.c: Likewise.
36708         * string/test-strcmp-ifunc.c: Likewise.
36709         * string/test-strcpy-ifunc.c: Likewise.
36710         * string/test-strcspn-ifunc.c: Likewise.
36711         * string/test-strlen-ifunc.c: Likewise.
36712         * string/test-strncasecmp-ifunc.c: Likewise.
36713         * string/test-strncat-ifunc.c: Likewise.
36714         * string/test-strncmp-ifunc.c: Likewise.
36715         * string/test-strncpy-ifunc.c: Likewise.
36716         * string/test-strnlen-ifunc.c: Likewise.
36717         * string/test-strpbrk-ifunc.c: Likewise.
36718         * string/test-strrchr-ifunc.c: Likewise.
36719         * string/test-strspn-ifunc.c: Likewise.
36720         * string/test-strstr-ifunc.c: Likewise.
36722         * debug/Makefile (tests-ifunc): New variable.
36723         (tests): Add $(tests-ifunc).
36724         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36725         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36726         * debug/test-stpcpy_chk-ifunc.c: New file.
36727         * debug/test-strcpy_chk-ifunc.c: Likewise.
36729 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36731         [BZ #13601]
36732         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36733         header is not read in.
36735 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36737         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36738         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36739         directly.  Pass built executable to script as
36740         $(built-program-cmd).
36741         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36742         $testprogram without using LD_LIBRARY_PATH and $ldso.
36744         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36745         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36746         $(rtld-installed-name).
36747         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36748         (rtld_installed_name): Likewise.
36749         (library_path): Likewise.
36750         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36751         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36752         $(run-program-prefix) to tst-tables.sh.
36753         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36754         it to run tst-table-from and tst-table-to.
36755         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36756         Pass it to tst-table.sh.
36757         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36758         $(run-program-prefix) to tst-gettext.sh.
36759         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36760         tst-translit.sh.
36761         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36762         tst-gettext2.sh.
36763         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36764         to run tst-gettext.
36765         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36766         to run tst-gettext2.
36767         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36768         to run tst-translit.
36769         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36770         $(run-program-prefix) to tst-mtrace.sh.
36771         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36772         to run tst-mtrace.
36773         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36774         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36775         $(rtld-installed-name).
36776         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36777         (rtld_installed_name): Likewise.
36778         (run_program_prefix): New variable.  Use it to run wordexp-test.
36780         * Makeconfig (ARCH): Remove all definitions.
36781         (machine): Likewise.
36782         [ARCH]: Remove conditional code.
36783         [!objdir]: Give error.
36784         [!objdir] (objpfx): Remove.
36785         [!objdir] (common-objpfx): Likewise.
36786         [!objdir] (common-objdir): Likewise.
36787         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36788         AC_CONFIG_FILES call.
36789         * configure: Regenerated.
36791         [BZ #13888]
36792         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36793         or TMPDIR.
36794         (testout): Likewise.
36796         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36797         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36798         $(rtld-installed-name).
36799         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36800         (rtld_installed_name): Likwise.
36801         (runit): Remove function.
36802         (run_getconf): New variable,  Use it for running getconf binary.
36804 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36806         [BZ #14716]
36807         * string/test-memmem.c (check_result): New function.
36808         (do_one_test): Use it.
36809         (check1): New function.
36810         (test_main): Use it.
36812 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36814         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36816 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36818         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36819         (_G_LSEEK64): Likewise.
36820         (_G_MMAP64): Likewise.
36821         (_G_FSTAT64): Likewise.
36822         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36823         (_G_LSEEK64): Likewise.
36824         (_G_MMAP64): Likewise.
36825         (_G_FSTAT64): Likewise.
36826         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36827         unconditional.  Call __mmap64 directly.
36828         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36829         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36830         __lseek64 directly.
36831         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36832         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36833         __mmap64 directly.
36834         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36835         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36836         __lseek64 directly.
36837         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36838         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36839         __lseek64 directly.
36840         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36841         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36842         __lseek64 directly.
36843         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36844         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36845         __fxstat64 directly.
36846         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36847         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36848         unconditional.
36849         (freopen64) [!_G_OPEN64]: Remove conditional code.
36850         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36851         unconditional.
36852         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36853         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36854         unconditional.
36855         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36856         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36857         unconditional.
36858         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36859         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36860         unconditional.
36861         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36862         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36863         unconditional.
36864         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36865         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36866         unconditional.
36867         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36868         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36869         unconditional.
36870         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36872 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36874         [BZ #12140]
36875         * manual/memory.texi (Malloc Tunable Parameters): Add note
36876         about free list pointers overwriting some perturb bytes.
36877         Wording suggested by Roland McGrath.
36879 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36881         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36882         (lgamma_test): Likewise.
36883         (tgamma_test): Likewise.
36885 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36887         [BZ #14700]
36888         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36889         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36891 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36893         * NEWS: Mention BZ #14716.
36894         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36895         when removing AVAILABLE1_USES_J macro.
36897 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36899         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36900         (__bswap_64): __uint64_t for unsigned 64-bit int.
36902 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36904         * include/string.h (memmem): Declare libc hidden alias.
36905         * string/memmem.c (memmem): Define libc hidden alias.
36906         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36907         __read, __close instead of open, read, close.
36909 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36911         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36912         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36913         global and hidden.
36914         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36915         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36916         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36917         Likewise.
36918         (__rawmemchr_sse2): Likewise.
36919         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36920         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36921         (__strchr_sse2): Likewise.
36922         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36923         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36924         (__strcasecmp_sse2): Likewise.
36925         (__strncasecmp_sse2): Likewise.
36926         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36927         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36928         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36929         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36930         (__strrchr_sse2): Likewise.
36931         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36932         ifunc-impl-list.c.
36933         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36934         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36935         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36936         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36937         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36938         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36939         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36940         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36941         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36942         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36943         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36944         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36945         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36946         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36947         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36948         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36949         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36950         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36951         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36952         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36953         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36954         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36955         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36956         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36957         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36958         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36959         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36960         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36961         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36962         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36964         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36965         global and hidden.
36966         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36967         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36968         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36969         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36970         Likewise.
36971         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36972         Likewise.
36973         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36974         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36975         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36976         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36977         ifunc-impl-list.c.
36978         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36979         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36980         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36981         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36982         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36983         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36984         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36985         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36986         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36987         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36988         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36989         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36990         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36991         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36992         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36993         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36994         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36995         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36996         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36997         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36998         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36999         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37000         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37001         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37002         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37003         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37004         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37005         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37006         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37007         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37008         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37009         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37010         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37011         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37012         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37013         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37014         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37015         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37016         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37017         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37018         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37020         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37021         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37022         * include/ifunc-impl-list.h: New file.
37023         * misc/ifunc-impl-list.c: Likewise.
37024         * misc/Makefile (routines): Add ifunc-impl-list.
37025         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37026         * string/test-string.h: Include <ifunc-impl-list.h>.
37027         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37028         TEST_NAME]: New variables.
37029         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37030         are defined.
37031         (test_init): Call __libc_ifunc_impl_list to initialize
37032         func_list if TEST_IFUNC and TEST_NAME are defined.
37034         * string/Makefile (strop-tests): Add bcopy and bzero.
37035         * string/test-bcopy.c: New file.
37036         * string/test-bzero.c: Likewise.
37037         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37038         defined.
37039         * string/test-memset.c: Support bzero test if TEST_BZERO is
37040         defined.
37041         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37042         __libc_memmove.
37043         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37044         __libc_memset.
37045         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37046         of memset.
37048 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37050         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37051         * configure: Regenerated.
37053         * Makeconfig (+link-static-before-libc): Don't include
37054         $(link-static-libc).
37056         * libio/libio.h (_IO_pos_t): Remove.
37058 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37060         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37061         McGrath.
37063 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37065         * crypt/crypt-entry.c: Include fips-private.h.
37066         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37067         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37068         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37069         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37071 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37073         * crypt/crypt-private.h: Include stdbool.h.
37074         (_ufc_setup_salt_r): Return bool.
37075         * crypt/crypt-entry.c: Include errno.h.
37076         (__crypt_r): Return NULL with EINVAL for bad salt.
37077         * crypt/crypt_util.c (bad_for_salt): New.
37078         (_ufc_setup_salt_r): Check that salt is long enough and within
37079         the specified alphabet.
37080         * crypt/badsalttest.c: New file.
37081         * crypt/Makefile (tests): Add it.
37082         ($(objpfx)badsalttest): New.
37084 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37086         * NEWS: Add entry for BZ #14602.
37088 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37090         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37091         type-generic.
37092         * math/libm-test.inc: Update comment listing what functions and
37093         macros are tested.
37094         (isgreater_test): New function.
37095         (isgreaterequal_test): Likewise.
37096         (isless_test): Likewise.
37097         (islessequal_test): Likewise.
37098         (islessgreater_test): Likewise.
37099         (isunordered_test): Likewise.
37100         (main): Call the new functions.
37102 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37104         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37105         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37106         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37107         * sysdeps/i386/configure: Regenerated.
37108         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37109         * sysdeps/mach/configure: Regenerated.
37110         * sysdeps/mach/hurd/configure: Regenerated.
37111         * sysdeps/powerpc/configure: Regenerated.
37112         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37113         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37114         * sysdeps/s390/s390-32/configure: Regenerated.
37115         * sysdeps/s390/s390-64/configure: Regenerated.
37116         * sysdeps/sh/configure: Regenerated.
37117         * sysdeps/sparc/configure: Regenerated.
37118         * sysdeps/unix/sysv/linux/configure: Regenerated.
37119         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37120         * sysdeps/x86_64/configure: Regenerated.
37122         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37123         defined.  Don't check if MAP is NULL.
37125 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37127         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37128         (_G_stat64): Likewise.
37129         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37130         (_G_stat64): Likewise.
37131         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37132         instead of struct _G_stat64.
37133         * libio/fileops.c (mmap_remap_check): Likewise.
37134         (decide_maybe_mmap): Likewise.
37135         (_IO_new_file_seekoff): Likewise.
37136         (_IO_file_stat): Likewise.
37137         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37138         _G_off64_t.
37139         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37140         instead of struct _G_stat64.
37141         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37143 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37145         [BZ #14602]
37146         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37147         Replace with ...
37148         (CHECK_EOL): New macro.
37149         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37150         CHECK_EOL.
37151         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37152         Replace with CHECK_EOL.
37153         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37154         Replace with CHECK_EOL.
37156 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37158         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37159         type-generic.
37160         * math/libm-test.inc: Update comment listing what functions and
37161         macros are tested.
37162         (finite_test): New function.
37163         (isinf_test): Likewise.
37164         (isnan_test): Likewise.
37165         (fpclassify_test): Test subnormal input.
37166         (isfinite_test): Likewise.
37167         (isnormal_test): Likewise.
37168         (main): Call the new functions.
37170 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37172         [BZ #14660]
37173         * Makerules (%.dynsym): Force C locale when running
37174         $(OBJDUMP) --dynamic-syms.
37176 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37178         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37179         <stdint.h>.
37181 2012-10-06  David S. Miller  <davem@davemloft.net>
37183         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37184         upper 32-bits of the length value in %o2 since we use branch-on-register
37185         tests which consider the entire 64-bit register.
37187 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37189         * string/test-strstr.c (check2): Add a test for page boundary.
37191 2012-10-05  David S. Miller  <davem@davemloft.net>
37193         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37194         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37195         file.
37196         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37197         sysdep_routines.
37198         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37199         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37200         and bzero when HWCAP_SPARC_CRYPTO is present.
37202 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37204         [BZ #14602]
37205         * string/test-strstr.c (check2): New function.
37206         (test_main): Call check2.
37208         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37209         and bug-strchr1.
37210         * string/bug-strcasestr1.c (do_test): Moved to ...
37211         * string/test-strcasestr.c (check1): Here.  New function.
37212         (do_one_test): Break out result checking code into ...
37213         (check_result): This.  New function.
37214         (do_one_test): Call check_result.
37215         (test_main): Call check1.
37216         * string/bug-strchr1.c (do_test): Moved to ...
37217         * string/test-strchr.c (check1): Here.  New function.
37218         (do_one_test): Break out result checking code into ...
37219         (check_result): This.  New function.
37220         (do_one_test): Call check_result.
37221         (test_main): Call check1.
37222         * string/bug-strstr1.c (main): Moved to ...
37223         * string/test-strstr.c (check1): Here.  New function.
37224         (do_one_test): Break out result checking code into ...
37225         (check_result): This.  New function.
37226         (do_one_test): Call check_result.
37227         (test_main): Call check1.
37228         * string/bug-strcasestr1.c: Removed.
37229         * string/bug-strchr1.c: Likewise.
37230         * string/bug-strstr1.c: Likewise.
37232         * elf/Makefile (dl-routines): Add hwcaps.
37233         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37234         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37235         (_dl_important_hwcaps): Moved to ...
37236         * elf/dl-hwcaps.c: Here.  New file.
37237         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37239         [BZ #14557]
37240         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37241         if IS_IN_rtld isn't defined.
37243         * elf/dl-support.c (_dl_sysinfo_map): New.
37244         Include "get-dynamic-info.h" and "setup-vdso.h".
37245         (_dl_non_dynamic_init): Call setup_vdso.
37246         * elf/dynamic-link.h: Don't include <assert.h>.
37247         (elf_get_dynamic_info): Moved to ...
37248         * elf/get-dynamic-info.h: Here.  New file.
37249         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37250         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37251         * elf/setup-vdso.h: Here.  New file.
37252         * elf/rtld.c: Include "setup-vdso.h".
37253         (dl_main): Call setup_vdso.
37255 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37257         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37258         creal in comment listing functions tested.  List finite, isinf,
37259         isnan, isless, islessequal, isgreater, isgreaterequal,
37260         islessgreater, isunordered, lgamma_r and pow10 as functions and
37261         macros not tested.  Mention which functions not tested are aliases
37262         for other functions.  Fix typo.  Note that signs of NaNs are not
37263         tested.
37265         * scripts/config.guess: Update from config.git.
37266         * scripts/config.sub: Likewise.
37268 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37270         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37271         * misc/madvise.c (madvise): Renamed to __madvise.
37272         Make madvise a weak alias.
37273         * include/sys/mman.h: Declare __madvise.
37274         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37275         * sysdeps/unix/syscalls.list
37276         (madvise): Make __madvise the strong name, and madvise a weak alias.
37277         * sysdeps/unix/sysv/linux/syscalls.list
37278         (madvise, mmap): Remove redundant entries.
37279         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37280         * malloc/malloc.c (mtrim): Likewise.
37281         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37283 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37285         * sysdeps/mach/hurd/dl-cache.c: File removed.
37286         * config.h.in (USE_LDCONFIG): New #undef.
37287         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37288         * configure: Regenerated.
37289         * elf/Makefile (dl-routines): Add dl-cache only under
37290         [$(use-ldconfig) = yes].
37291         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37292         cache on [USE_LDCONFIG].
37293         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37294         [USE_LDCONFIG].
37295         * elf/rtld.c (dl_main): Likewise.
37297 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37299         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37300         _SC_LEVEL4_CACHE_LINESIZE.
37302 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37304         * sysdeps/unix/bsd/confstr.h: File removed.
37306 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37308         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37309         sys/sdt-config.h.
37311 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37313         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37314         Make 'mapoff' field ElfW(Off) rather than off_t.
37316 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37318         * nscd/Makefile: Remove nscd-cflags and all its users.
37319         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37320         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37322         [BZ #10631]
37323         * malloc.c (malloc_printerr): Clarify error message.
37325 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37327         [BZ #14648]
37328         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37329         Set bit_FMA_Usable if FMA is supported.
37330         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37331         macro.
37332         (bit_FMA4_Usable): Updated.
37333         (index_FMA_Usable): New macro.
37334         (CPUID_FMA): Likewise
37335         (HAS_FMA): Defined with bit_FMA_Usable.
37337 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37339         * bits/types.h (__swblk_t): Type removed.
37340         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37341         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37342         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37343         (__SWBLK_T_TYPE): Likewise.
37344         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37345         (__SWBLK_T_TYPE): Likewise.
37346         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37347         (__SWBLK_T_TYPE): Likewise.
37348         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37349         (__SWBLK_T_TYPE): Likewise.
37351 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37352             Honza Horak <hhorak@redhat.com>
37354         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37355         (xdr_mapname): Use YPMAXMAP as maxsize.
37356         (xdr_peername): Use YPMAXPEER as maxsize.
37357         (xdr_keydat): Use YPAXRECORD as maxsize.
37358         (xdr_valdat): Use YPMAXRECORD as maxsize.
37360 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37362         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37364         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37365         * csu/init-first.c: ... here.
37366         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37367         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37368         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37369         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37370         * sysdeps/i386/init-first.c: File removed.
37371         * sysdeps/sh/init-first.c: File removed.
37373 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37375         [BZ #14645]
37376         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37377         if x * y might underflow to zero and z is zero.
37378         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37379         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37380         * math/libm-test.inc (min_subnorm_value): New variable.
37381         (fma_test): Add more tests.
37382         (fma_test_towardzero): Likewise.
37383         (fma_test_downward): Likewise
37384         (fma_test_upward): Likewise.
37385         (initialize): Set min_subnorm_value.
37387 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37389         [BZ #14638]
37390         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37391         0 + 0.
37392         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37393         mode for addition resulting in exact zero.
37394         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37395         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37396         exact 0 + 0.
37397         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37398         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37399         * math/libm-test.inc (fma_test): Add more tests.
37400         (fma_test_towardzero): New function.
37401         (fma_test_downward): Likewise.
37402         (fma_test_upward): Likewise.
37403         (main): Call the new functions.
37405 2012-09-28  David S. Miller  <davem@davemloft.net>
37407         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37409 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37411         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37412         instead of SIGALRM.
37414         * sysdeps/gnu/_G_config.h: Moved to ...
37415         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37416         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37417         * sysdeps/generic/_G_config.h: ... here.
37419         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37421         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37423         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37424         Conditionalize target on [libnss_test1.so-version].
37426         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37428         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37429         (elfobjdir): Move out of conditionals.
37431         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37432         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37433         (__nss_lookup_function): Conditionalize label remove_from_tree on
37434         [!DO_STATIC_NSS || SHARED], matching its only use.
37436 2012-09-28  David S. Miller  <davem@davemloft.net>
37438         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37439         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37440         file.
37441         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37442         sysdep_routines.
37443         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37444         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37445         when HWCAP_SPARC_CRYPTO is present.
37447 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37449         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37451 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37453         [BZ #6530]
37454         * stdio-common/vfprintf.c (process_string_arg): Revert
37455         2000-07-22 change.
37457 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37459         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37460         for testcase.
37461         * stdio-common/tst-sprintf.c: Include <locale.h>
37462         (main): Test sprintf's handling of incomplete multibyte
37463         characters.
37465 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37467         * elf/dl-runtime.c (VERSYMIDX): Removed.
37468         * elf/dl-version.c (VERSYMIDX): Likewise.
37469         * elf/do-rel.h (VERSYMIDX): Likewise.
37470         (VALIDX): Likewise.
37471         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37472         * elf/rtld.c (VALIDX): Likewise.
37473         (ADDRIDX): Likewise.
37474         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37475         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37476         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37477         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37478         (VALIDX): Likewise.
37479         (ADDRIDX): Likewise.
37481 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37483         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37485 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37487         [BZ #11438]
37488         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37489         to global scope.
37490         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37491         addresses are in the same scope as 192.0.2/24.
37492         * posix/gai.conf: Document new scope table defaults.
37494 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37496         [BZ #5298]
37497         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37498         for ftell.  Compute offsets from write pointers instead.
37499         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37501 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37503         [BZ #14543]
37504         * libio/Makefile (tests): New test case tst-fseek.
37505         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37506         combination works in wide mode.
37507         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37508         state when the external buffer state changes.
37510 2012-09-27  David S. Miller  <davem@davemloft.net>
37512         [BZ #14376]
37513         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37514         pass reloc->r_addend in as the 'high' argument to
37515         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37517         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37519 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37521         * rt/tst-aio2.c: Include <pthread.h>.
37522         * rt/tst-aio3.c: Likewise.
37524 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37526         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37528 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37530         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37531         contents on [SHARED].
37533 2012-09-26  Marek Polacek  <polacek@redhat.com>
37535         [BZ #14530]
37536         [BZ #13741]
37537         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37538         for C++ and GCC <4.3 as well as for non GCC compilers.
37540 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37542         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37544 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37546         * Makefile.in (all, install): Declare with .PHONY.
37547         Reported by Michael Hope <michael.hope@linaro.org>.
37549 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37551         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37552         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37553         system header.
37554         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37555         Likewise.
37556         (sydep_routines): Add the new and the internal functions.
37557         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37558         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37560         (GLIBC_2.17): Add the new function.
37561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37562         (GLIBC_2.17): Likewise.
37563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37564         (GLIBC_2.17): Likewise.
37565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37566         (GLIBC_2.17): Likewise.
37567         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37569 2012-09-25  Alan Modra  <amodra@gmail.com>
37571         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37572         Add release barrier before setting once_control to say
37573         initialisation is done.  Add hints on lwarx.  Use macro in
37574         place of isync.
37575         (clear_once_control): Add release barrier.
37577 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37579         [BZ #13629]
37580         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37581         specially.
37582         * math/s_clog10.c (__clog10): Likewise.
37583         * math/s_clog10f.c (__clog10f): Likewise.
37584         * math/s_clog10l.c (__clog10l): Likewise.
37585         * math/s_clogf.c (__clogf): Likewise.
37586         * math/s_clogl.c (__clogl): Likewise.
37587         * math/Makefile (libm-calls): Add x2y2m1.
37588         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37589         (__x2y2m1): Likewise.
37590         (__x2y2m1l): Likewise.
37591         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37592         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37593         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37594         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37595         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37596         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37597         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37598         * sysdeps/i386/fpu/libm-test-ulps: Update.
37599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37601         [BZ #14621]
37602         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37603         int as type of variable DEPTH.
37604         (glob): Use size_t instead of int as type of variables NEWCOUNT
37605         and OLD_PATHC.
37607 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37609         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37610         Add s_sincosf-sse2.
37611         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37612         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37613         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37614         macros for using routine as __sincosf_ia32.
37615         Use macro for function declaration and weak_alias.
37616         * sysdeps/i386/fpu/libm-test-ulps: Update.
37618         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37619         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37621         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37622         subnormal argument.
37623         * math/s_cexpf.c (__cexpf): Likewise.
37624         * math/s_csinf.c (__csinf): Likewise.
37625         * math/s_csinhf.c (__csinhf): Likewise.
37626         * math/s_ctanf.c (__ctanf): Likewise.
37627         * math/s_ctanhf.c (__ctanhf): Likewise.
37628         * math/s_ccosh.c (__ccoshf): Likewise.
37629         * math/s_cexp.c (__cexpl): Likewise.
37630         * math/s_csin.c (__csin): Likewise.
37631         * math/s_csinh.c (__csinh): Likewise.
37632         * math/s_ctan.c (__ctan): Likewise.
37633         * math/s_ctanh.c (ctanh): Likewise.
37634         * math/s_ccoshl.c (__ccoshl): Likewise.
37635         * math/s_cexpl.c (__cexpl): Likewise.
37636         * math/s_csinl.c (__csinl): Likewise.
37637         * math/s_csinhl.c (__csinhl): Likewise.
37638         * math/s_ctanl.c (__ctanl): Likewise.
37639         * math/s_ctanhl.c (__ctanhl): Likewise.
37641 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37643         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37644         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37645         (_IO_off_t): Define to __off_t, not _G_off_t.
37646         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37647         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37648         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37649         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37650         type of __dummy and __dummy2 fields.
37651         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37652         (_G_ssize_t): Likewise.
37653         (_G_off_t): Likewise.
37654         (_G_pid_t): Likewise.
37655         (_G_uid_t): Likewise.
37656         (_G_wchar_t): Likewise.
37657         (_G_wint_t): Likewise.
37658         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37659         (_G_ssize_t): Likewise.
37660         (_G_off_t): Likewise.
37661         (_G_pid_t): Likewise.
37662         (_G_uid_t): Likewise.
37663         (_G_wchar_t): Likewise.
37664         (_G_wint_t): Likewise.
37665         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37666         (_G_ssize_t): Likewise.
37667         (_G_off_t): Likewise.
37668         (_G_pid_t): Likewise.
37669         (_G_uid_t): Likewise.
37670         (_G_wchar_t): Likewise.
37671         (_G_wint_t): Likewise.
37673 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37675         * malloc/arena.c: Include malloc-sysdep.h.
37676         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37677         is sufficient to shrink the heap or an unmap is needed.
37678         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37679         new function check_may_shrink_heap.
37680         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37681         new function check_may_shrink_heap.
37683 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37685         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37686         comments.
37688 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37690         * catgets/test-gencat.sh: Add "set -e".
37691         * elf/tst-pathopt.sh: Likewise.
37692         * grp/tst_fgetgrent.sh: Likewise.
37693         * iconvdata/run-iconv-test.sh: Likewise.
37694         * intl/tst-gettext.sh: Likewise.
37695         * intl/tst-gettext2.sh: Likewise.
37696         * intl/tst-gettext4.sh: Likewise.
37697         * intl/tst-gettext6.sh: Likewise.
37698         * intl/tst-translit.sh: Likewise.
37699         * io/ftwtest-sh: Likewise.
37700         * libio/test-freopen.sh: Likewise.
37701         * malloc/tst-mtrace.sh: Likewise.
37702         * posix/globtest.sh: Likewise.
37703         * posix/tst-getconf.sh: Likewise.
37704         * posix/wordexp-tst.sh: Likewise.
37705         * stdio-common/tst-printf.sh: Likewise.
37706         * stdio-common/tst-unbputc.sh: Likewise.
37707         * stdlib/tst-fmtmsg.sh: Likewise.
37708         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37709         * catgets/Makefile: Do not specify -e option when running
37710         testsuite shell scripts.
37711         * elf/Makefile: Likewise.
37712         * grp/Makefile: Likewise.
37713         * iconvdata/Makefile: Likewise.
37714         * intl/Makefile: Likewise.
37715         * io/Makefile: Likewise.
37716         * libio/Makefile: Likewise.
37717         * malloc/Makefile: Likewise.
37718         * posix/Makefile: Likewise.
37719         * stdio-common/Makefile: Likewise.
37720         * stdlib/Makefile: Likewise.
37721         * sysdeps/x86_64/Makefile: Likewise.
37723         * io/ftwtest-sh: Add copyright header.
37724         * posix/globtest.sh: Likewise.
37725         * posix/tst-getconf.sh: Likewise.
37726         * posix/wordexp-tst.sh: Likewise.
37727         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37729 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37731         [BZ #13679]
37732         * Makeconfig (+link): Defined as $(+link-static) if
37733         $(build-shared) isn't yes.
37734         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37735         isn't yes.
37736         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37738         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37740         [BZ #14562]
37741         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37742         new chunk size with MALLOC_ALIGN_MASK.
37744 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37746         [BZ #5044]
37747         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37748         <rounding-mode.h>.
37749         (__printf_fphex): Determine rounding using get_rounding_mode and
37750         round_away.
37751         * stdio-common/tst-printf-round.c (struct hex_test): New
37752         structure.
37753         (hex_tests): New variable.
37754         (test_hex_in_one_mode): New function.
37755         (do_test): Also run tests for hex float output.
37757 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37759         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37760         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37761         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37762         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37763         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37764         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37765         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37766         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37768 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37770         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37771         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37772         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37773         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37775 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37777         [BZ #14579]
37778         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37779         mode only.
37780         * elf/tst-rtld-load-self.sh: New test.
37781         * elf/Makefile: Run it.
37783 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37785         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37786         (tst-writev-ENV): Remove.
37787         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37789 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37791         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37793 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37795         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37796         unconditional.
37797         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37798         Likewise.
37799         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37800         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37801         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37802         Likewise.
37804 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37806         [BZ #14587]
37807         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37808         * config.make.in (have-cpp-asm-debuginfo): Removed.
37809         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37810         * configure: Regenerated.
37812 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37814         [BZ #5044]
37815         * stdio-common/printf_fp.c: Include <stdbool.h> and
37816         <rounding-mode.h>.
37817         (___printf_fp): Determine rounding using get_rounding_mode and
37818         round_away.
37819         * stdio-common/tst-printf-round.c: New file.
37820         * stdio-common/Makefile (tests): Add tst-printf-round.
37821         (link-libm): New variable.
37822         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37824 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37826         [BZ #14576]
37827         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37828         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37829         Likewise.
37830         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37831         Likewise.
37833 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37835         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37836         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37837         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37838         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37840 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37842         [BZ #14518]
37843         * include/rounding-mode.h: New file.
37844         * sysdeps/generic/get-rounding-mode.h: Likewise.
37845         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37846         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37847         (MAX_VALUE): New macro.
37848         (MIN_VALUE): Likewise.
37849         (overflow_value): New function.
37850         (underflow_value): Likewise.
37851         (round_and_return): Use overflow_value and underflow_value to
37852         determine return values in overflow and underflow cases.  Use
37853         round_away to determine rounding depending on rounding mode.
37854         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37855         determine return values in overflow and underflow cases.
37856         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37857         (struct test_results): New structure.
37858         (struct test): Use struct test_results to store expected results
37859         for all rounding modes.
37860         (TEST): Include expected results for all rounding modes.
37861         (test_in_one_mode): New function.
37862         (do_test): Use test_in_one_mode to compute and check results.
37863         Check results for all rounding modes.
37864         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37865         $(link-libm).
37867 2012-12-09  Allan McRae  <allan@archlinux.org>
37869         * sysdeps/i386/fpu/libm-test-ulps: Update
37871 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37873         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37874         (_G_int32_t): Likewise.
37875         (_G_uint16_t): Likewise.
37876         (_G_uint32_t): Likewise.
37877         (_G_HAVE_BOOL): Likewise.
37878         (_G_HAVE_ATEXIT): Likewise.
37879         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37880         (_G_HAVE_IO_FILE_OPEN): Likewise.
37881         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37882         (_G_int32_t): Likewise.
37883         (_G_uint16_t): Likewise.
37884         (_G_uint32_t): Likewise.
37885         (_G_HAVE_BOOL): Likewise.
37886         (_G_HAVE_ATEXIT): Likewise.
37887         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37888         (_G_HAVE_IO_FILE_OPEN): Likewise.
37889         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37890         (_G_int32_t): Likewise.
37891         (_G_uint16_t): Likewise.
37892         (_G_uint32_t): Likewise.
37893         (_G_HAVE_BOOL): Likewise.
37894         (_G_HAVE_ATEXIT): Likewise.
37895         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37896         (_G_HAVE_IO_FILE_OPEN): Likewise.
37898 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37900         * csu/libc-tls.c: Update copyright years.
37902 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37904         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37905         [!_G_USING_THUNKS]: Remove conditional code.
37906         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37907         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37909         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37910         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37911         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37912         (_G_VTABLE_LABEL_PREFIX): Likewise.
37913         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37914         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37915         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37916         (_G_VTABLE_LABEL_PREFIX): Likewise.
37917         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37918         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37919         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37920         (_G_VTABLE_LABEL_PREFIX): Likewise.
37921         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37923 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37925         * libio/Makefile: Include ../Makeconfig before tests.
37926         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37927         only if $(build-shared) is yes.
37929         * iconv/gconv_db.c: Update copyright years.
37931 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37933         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37934         unwind info if defined PIC. Fix special cases description.
37935         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37937         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37938         DP_HI_MASK entry.
37939         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37941 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37943         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37945         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37946         is NULL.
37948         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37949         (LDLIBS-tst-chk4): This.
37950         (LDFLAGS-tst-chk5): Renamed to ...
37951         (LDLIBS-tst-chk5): This.
37952         (LDFLAGS-tst-chk6): Renamed to ...
37953         (LDLIBS-tst-chk6): This.
37954         (LDFLAGS-tst-lfschk4): Renamed to ...
37955         (LDLIBS-tst-lfschk4): This.
37956         (LDFLAGS-tst-lfschk5): Renamed to ...
37957         (LDLIBS-tst-lfschk5): This.
37958         (LDFLAGS-tst-lfschk6): Renamed to ...
37959         (LDLIBS-tst-lfschk6): This.
37961         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37962         on $(common-objpfx)soversions.mk.
37964 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37966         [BZ #10014]
37967         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37968         example host name.
37970 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37972         * malloc/arena.c (arena_get_retry): New function that gets
37973         another arena for the caller to try its request on.
37974         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37975         current arena cannot fulfill the request.
37976         (__libc_memalign): Likewise.
37977         (__libc_memalign): Likewise.
37978         (__libc_pvalloc): Likewise.
37979         (__libc_calloc): Likewise.
37981 2012-09-05  John Tobey  <john.tobey@gmail.com>
37983         [BZ #13542]
37984         * manual/arith.texi (Operations on Complex): Fix description
37985         of carg branch cut.
37987 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37989         [BZ #10014]
37990         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37991         host name.
37993         [BZ #10038]
37994         * manual/memory.texi (Memory): Make order of menu items match
37995         order of sections.
37997 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37999         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38000         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38001         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38003 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38005         * csu/libc-tls.c (static_dtv): Renamed to ...
38006         (_dl_static_dtv): This.  Make it global.
38007         (_dl_initial_dtv): Removed.
38008         (__libc_setup_tls): Updated.
38009         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38010         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38011         DL_INITIAL_DTV.
38013 2012-09-06  Petr Machata  <pmachata@redhat.com>
38015         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38016         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38017         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38018         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38020 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38022         [BZ #14545]
38023         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38024         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38025         freeing dtv[-1].
38027 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38029         [BZ #14544]
38030         * Makeconfig (link-static-before-libc): Replace $(+prector)
38031         with $(+prectorT).
38032         (link-static-after-libc): Replace $(+postctor) with
38033         $(+postctorT).
38034         (link-bounded): Replace $(+prector)/$(+postctor) with
38035         $(+prectorT)/$(+postctorT).
38036         (+prectorT): New macro.
38037         (+postctorT): Likewise.
38039 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38041         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38042         (round_str): Handle values above the maximum for IBM long double
38043         as inexact.
38044         * stdlib/tst-strtod-round.c (tests): Regenerated.
38046 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38048         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38049         assembler flag.
38050         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38051         zarch_nohighgprs around the zarch optimized routines.
38052         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38053         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38054         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38055         for zarch.
38057 2012-09-05  David S. Miller  <davem@davemloft.net>
38059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38061         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38062         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38063         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38064         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38065         entries.
38067 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38069         * malloc/arena.c: Fold copyright years.
38070         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38072 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38074         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38076 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38078         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38080 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38082         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38083         change internal state upon failure.
38085 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38087         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38088         * malloc/memusage.c (mmap): Likewise.
38089         (mmap64, mremap): Likewise.  Adjust name in comment.
38091 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38093         * libio/fileops.c: Fix typos in comments.
38094         * libio/oldfileops.c: Likewise.
38095         * libio/wfileops.c: Likewise.
38097 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38099         [BZ #1349]
38100         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38101         (tst-malloc-usable-ENV): Set environment for test case.
38102         * malloc/hooks.c (malloc_check_get_size): New function to get
38103         requested size.
38104         * malloc/malloc.c (musable): Use malloc_check_get_size.
38105         * malloc/tst-malloc-usable.c: New test case.
38107 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38109         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38111 2012-09-05  Allan McRae  <allan@archlinux.org>
38113         [BZ #13966]
38114         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38115         determine header location.
38116         * configure: Regenerated.
38118 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38120         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38121         float format.
38122         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38123         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38124         format.
38125         (test): Regenerate.
38127 2012-09-04  David S. Miller  <davem@davemloft.net>
38129         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38130         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38131         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38133 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38135         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38136         failures.
38138         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38140 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38142         [BZ #9914]
38143         * libio/iogetdelim.c: Include <limits.h>.
38144         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38145         + len + 1 would overflow.
38147 2012-09-03  Andreas Jaeger  <aj@suse.de>
38149         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38150         * sysdeps/i386/fpu/libm-test-ulps: Update.
38152 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38154         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38155         Add s_sinf-sse2, s_conf-sse2.
38157         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38158         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38159         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38160         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38162         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38163         for using routine as __sinf_ia32.
38164         Use macro for function declaration and weak_alias.
38165         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38166         for using routine as __cosf_ia32.
38167         Use macro for function declaration and weak_alias.
38169         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38170         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38172         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38173         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38174         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38176         * math/libm-test.inc (cos_test): Add more test cases.
38177         (sin_test): Likewise.
38178         (sincos_test): Likewise.
38180 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38182         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38183         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38184         hidden.
38185         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38187 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38189         [BZ #14538]
38190         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38191         first element of the GOT.
38192         (elf_machine_load_address): Return the difference between
38193         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38195 2012-09-01  Allan McRae  <allan@archlinux.org>
38197         [BZ #13412]
38198         * configure.in (AWK): Require gawk version 3.0 or later.
38199         * configure: Regenerated.
38201 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38203         * sysdeps/unix/sysv/linux/kernel-features.h
38204         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38205         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38206         [__NR_clock_getres]: Make code unconditional.
38207         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38208         (clock_getcpuclockid): Remove code left unreachable by removal of
38209         conditionals.
38210         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38211         code unconditional.
38212         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38213         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38214         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38215         Make code unconditional.
38216         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38217         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38218         * sysdeps/unix/sysv/linux/clock_settime.c
38219         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38220         conditional code.
38221         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38222         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38224 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38226         [BZ #14476]
38227         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38228         scripts/test-installation.pl.
38230         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38231         and $ld_so_version if it is set.
38233 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38235         [BZ #14516]
38236         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38237         failure if reading from procfs failed.
38238         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38240 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38242         * sysdeps/unix/sysv/linux/kernel-features.h
38243         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38244         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38245         Remove conditional code.
38246         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38247         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38248         Remove conditional code.
38249         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38250         * sysdeps/unix/sysv/linux/i386/fxstat.c
38251         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38252         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38253         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38254         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38255         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38256         * sysdeps/unix/sysv/linux/i386/lxstat.c
38257         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38258         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38259         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38260         Remove conditional code.
38261         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38262         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38263         Remove conditional code.
38264         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38265         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38266         <kernel-features.h>.
38267         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38268         Remove.
38269         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38270         Remove conditional code.
38271         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38272         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38273         Remove conditional.
38275 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38277         [BZ #5400]
38278         * NEWS: Add fixed bug number.
38280 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38282         [BZ #14519]
38283         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38284         underflowing exponent in case of negative sign.
38285         * stdlib/tst-strtod-round-data: Add more tests.
38286         * stdlib/tst-strtod-round.c (tests): Regenerated.
38288         [BZ #3479]
38289         * stdlib/strtod_l.c (NDIG): Remove.
38290         (HEXNDIG): Likewise.
38291         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38292         smallest representable value.
38293         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38294         lie within an exact representation of 1/2 ulp of the result.
38295         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38296         unconditionally.
38297         (TENS_P9_IDX): Define unconditionally.
38298         (TENS_P9_SIZE): Likewise.
38299         (TENS_P10_IDX): Likewise.
38300         (TENS_P10_SIZE): Likewise.
38301         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38302         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38303         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38304         entries for 10^2^13 and 10^2^14.
38305         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38306         (TENS_P13_IDX): Define.
38307         (TENS_P13_SIZE): Likewise.
38308         (TENS_P14_IDX): Likewise.
38309         (TENS_P14_SIZE): Likewise.
38310         (_fpioconst_pow10): Change array size to
38311         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38312         unconditional.
38313         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38314         1024]: Add entries for 10^2^13 and 10^2^14.
38315         [LAST_POW10 > _LAST_POW10]: Remove #error.
38316         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38317         (_fpioconst_pow10): Change array size to
38318         FPIOCONST_POW10_ARRAY_SIZE.
38319         * stdlib/gen-fpioconst.c: New file.
38320         * stdlib/gen-tst-strtod-round.c: Likewise.
38321         * stdlib/tst-strtod-round-data: Likewise.
38322         * stdlib/tst-strtod-round.c: Likewise.
38323         * stdlib/Makefile (tests): Add tst-strtod-round.
38325         [BZ #14459]
38326         * stdlib/strtod_l.c: Include <stdint.h>.
38327         (NDEBUG): Do not define.
38328         (round_and_return): Change EXPONENT parameter to type intmax_t.
38329         Rearrange calculations to avoid internal overflow possibilities.
38330         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38331         Rearrange calculations to avoid internal overflow possibilities.
38332         Assert that number fits inside MPNSIZE limbs.
38333         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38334         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38335         calculations and add assertions to avoid internal overflow
38336         possibilities.  Add casts to avoid signed/unsigned operations.
38337         * stdlib/tst-strtod-overflow.c: New file.
38338         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38340 2012-08-25  Marek Polacek  <polacek@redhat.com>
38342         * time/time.h: Fix some typos in comments.
38344 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38346         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38347         * posix/tst-rfc3484-2.c: Likewise.
38348         * posix/tst-rfc3484-3.c: Likewise.
38350 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38352         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38353         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38355 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38357         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38358         #include of fxstatat64.c.
38360 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38362         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38363         * shadow/getspent_r.c: Likewise.
38364         * shadow/getspnam.c: Likewise.
38365         * shadow/getspnam_r.c: Likewise.
38366         * gshadow/getsgent.c: Likewise.
38367         * gshadow/getsgent_r.c: Likewise.
38368         * gshadow/getsgnam.c: Likewise.
38369         * gshadow/getsgnam_r.c: Likewise.
38370         * inet/getnetbyad.c: Likewise.
38371         * inet/getnetbyad_r.c: Likewise.
38372         * inet/getnetbynm.c: Likewise.
38373         * inet/getnetbynm_r.c: Likewise.
38374         * inet/getnetent.c: Likewise.
38375         * inet/getnetent_r.c: Likewise.
38376         * inet/getproto.c: Likewise.
38377         * inet/getproto_r.c: Likewise.
38378         * inet/getprtent.c: Likewise.
38379         * inet/getprtent_r.c: Likewise.
38380         * inet/getprtname.c: Likewise.
38381         * inet/getprtname_r.c: Likewise.
38382         * inet/getrpcbyname.c: Likewise.
38383         * inet/getrpcbyname_r.c: Likewise.
38384         * inet/getrpcbynumber.c: Likewise.
38385         * inet/getrpcbynumber_r.c: Likewise.
38386         * inet/getrpcent.c: Likewise.
38387         * inet/getrpcent_r.c: Likewise.
38388         * inet/getaliasent.c: Likewise.
38389         * inet/getaliasent_r.c: Likewise.
38390         * inet/getaliasname.c: Likewise.
38391         * inet/getaliasname_r.c: Likewise.
38392         * nscd/getgrgid_r.c: Likewise.
38393         * nscd/getgrnam_r.c: Likewise.
38394         * nscd/gethstbyad_r.c: Likewise.
38395         * nscd/gethstbynm3_r.c: Likewise.
38396         * nscd/getpwnam_r.c: Likewise.
38397         * nscd/getpwuid_r.c: Likewise.
38398         * nscd/getsrvbynm_r.c: Likewise.
38399         * nscd/getsrvbypt_r.c: Likewise.
38400         * nscd/gai.c: Likewise.
38402         * configure.in (build_nscd): New substituted variable, set
38403         by --disable-build-nscd and defaults to $use_nscd.
38404         * configure: Regenerated.
38405         * config.make.in (build-nscd): New substituted variable.
38406         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38407         Change conditional to require [$(build-nscd) = yes] as well.
38408         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38410         [BZ# 13696]
38411         * configure.in (use_nscd): New substituted variable, set by
38412         --disable-nscd.  If enabled, define USE_NSCD.
38413         * configure: Regenerated.
38414         * config.h.in: Add USE_NSCD.
38415         * config.make.in (use-nscd): New substituted variable.
38416         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38417         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38418         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38419         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38420         (CFLAGS-getgrnam_r.c): Likewise.
38421         (CFLAGS-initgroups.c): Likewise.
38422         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38423         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38424         Variables removed.
38425         * inet/getnetgrent_r.c
38426         (nscd_setnetgrent): New function, broken out of ...
38427         (setnetgrent): ... here.  Call it.
38428         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38429         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38430         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38431         * nscd/Makefile (routines, aux): Move definitions after include of
38432         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38433         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38434         Conditionalize on [USE_NSCD].
38435         (is_nscd, nscd_init_cb): Likewise.
38436         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38437         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38438         * nss/nss_db/db-init.c: Likewise.
38439         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38440         [USE_NSCD].
38441         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38442         (make_request): Use it.
38443         (cache_valid_p): New function.
38444         (__check_pf): Use it.
38445         * NEWS: Add item for --disable-nscd.
38447 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38449         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38450         to support sed >= 4.2.1-20-ga9bf076.
38451         * configure: Regenerated.
38453 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38455         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38456         Conditionalize whole body on [IREL].
38458 2012-08-22  Jeff Law <law@redhat.com>
38460         [BZ #14505]
38461         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38462         if the family is PF_UNSPEC.
38464 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38466         * Makerules (lib-version): Rename from V.
38467         (install-lib-nosubdir): Change V to lib-version.
38469 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38471         [BZ #14252]
38472         * powerpc32/power6/wcschr.c: New file.
38473         * powerpc32/power6/wcscpy.c: New file.
38474         * powerpc32/power6/wcsrchr.c: New file.
38475         * powerpc64/power6/wcschr.c: New file.
38476         * powerpc64/power6/wcscpy.c: New file.
38477         * powerpc64/power6/wcsrchr.c: New file.
38479 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38481         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38482         (two_way_short_needle): Use it.
38483         * string/strstr.c (AVAILABLE1_USES_J): Define.
38484         * string/strcasestr.c: Likewise.
38486         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38487         array references.
38488         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38490         [BZ #11607]
38491         * NEWS: Add an entry.
38492         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38493         define their defaults.
38494         (two_way_short_needle): Detect end-of-string on-the-fly.
38495         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38496         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38497         * string/bug-strcasestr1.c: New test.
38498         * string/Makefile: Run it.
38500 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38502         [BZ #11607]
38503         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38504         the first character.
38506 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38508         * csu/elf-init.c (__libc_csu_irel): Function removed.
38509         * csu/libc-start.c (apply_irel): New function.
38510         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38512 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38514         * sysdeps/unix/sysv/linux/kernel-features.h
38515         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38516         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38517         <kernel-features.h>.
38518         [__NR_fadvise64_64]: Make code unconditional.
38519         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38520         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38521         !__NR_fadvise64_64)]: Likewise.
38522         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38523         !__NR_fadvise64_64))]: Likewise.
38524         [__NR_fadvise64]: Make code unconditional.
38525         [!__NR_fadvise64]: Remove conditional code.
38526         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38527         <kernel-features.h>.
38528         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38529         unconditional.
38530         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38531         conditional code.
38532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38533         not include <kernel-features.h>.
38534         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38535         unconditional.
38536         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38537         conditional code.
38538         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38539         include <kernel-features.h>.
38540         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38541         unconditional.
38542         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38543         conditional code.
38545 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38547         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38548         slight instruction rearrangements per scrollpipe analysis.
38549         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38551 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38553         * manual/syslog.texi (syslog; vsyslog, closelog):
38554         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38555         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38557         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38558         DSOCAPS to match condition on defining it.
38560 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38562         * sysdeps/unix/sysv/linux/kernel-features.h
38563         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38565         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38566         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38568         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38569         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38571         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38572         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38574         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38575         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38577         * sysdeps/unix/sysv/linux/kernel-features.h
38578         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38579         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38580         unconditional.
38581         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38582         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38583         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38584         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38585         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38586         Make code unconditional.
38587         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38588         (__mmap64) [!__NR_mmap2]: Likewise.
38589         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38590         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38591         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38592         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38593         [__NR_mmap2]: Make code unconditional.
38594         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38595         (__mmap64) [!__NR_mmap2]: Likewise.
38597 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38599         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38601 2012-08-18  Andreas Jaeger  <aj@suse.de>
38603         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38605 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38607         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38608         * include/unistd.h (__have_sock_cloexec): Likewise.
38609         (__have_pipe2): Likewise.
38610         (__have_dup3): Likewise.
38612 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38614         [BZ #9685]
38615         * include/unistd.h (__have_pipe2): Change define into an extern int.
38616         (__have_dup3): Likewise.
38617         * socket/have_sock_cloexec.c: Include fcntl.h.
38618         (__have_pipe2): New variable.
38619         (__have_dup3): Likewise.
38621 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38623         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38625 2012-08-17  Marek Polacek  <polacek@redhat.com>
38627         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38628         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38630 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38632         * configure.in: Add AC_SUBST for sysheaders.
38633         * configure: Regenerated.
38634         * config.make.in (sysheaders): New substituted variable.
38636         * sysdeps/unix/mkfifo.c: Moved ...
38637         * sysdeps/posix/mkfifo.c: ... here.
38638         * sysdeps/unix/mkfifoat.c: Moved ...
38639         * sysdeps/posix/mkfifoat.c: ... here.
38641         * sysdeps/unix/utime.c: Moved ...
38642         * sysdeps/posix/utime.c: ... here.
38644         * sysdeps/unix/time.c: Moved ...
38645         * sysdeps/posix/time.c: ... here.
38646         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38647         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38649         * sysdeps/unix/nice.c: Moved ...
38650         * sysdeps/posix/nice.c: ... here.
38652         * sysdeps/unix/alarm.c: Moved ...
38653         * sysdeps/posix/alarm.c: ... here.
38655         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38657 2012-08-17  Jeff Law <law@redhat.com>
38659         * intl/Makefile (codeset_mo): New variable.
38660         ($(codeset_mo)): New target.
38661         (tst-codeset.out): Depend on that.  Remove explicit rule.
38662         (tst-gettext3.out, tst-gettext5.out): Likewise.
38663         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38664         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38665         * intl/tst-codeset.sh: Remove.
38666         * intl/tst-gettext3.sh: Likewise.
38667         * intl/tst-gettext5.sh: Likewise.
38669 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38671         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38672         * sysdeps/unix/syscalls.list: ... here.
38674         * sysdeps/posix/getaddrinfo.c
38675         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38676         (gaiconf_init, gaiconf_reload): Use them.
38677         [!_STATBUF_ST_NSEC]
38678         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38679         Define using time_t rather than struct timespec.
38681         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38682         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38683         Macros removed.
38684         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38685         [!NO_THREADS].
38686         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38687         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38688         Likewise.
38690         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38691         __libc_cleanup_push argument.
38693         * bits/param.h: New file.
38694         * misc/sys/param.h: New file.
38695         * include/sys/param.h: New file.
38696         * misc/Makefile (headers): Add bits/param.h.
38697         * sysdeps/generic/sys/param.h: File removed.
38698         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38699         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38700         * sysdeps/mach/hurd/bits/param.h: New file.
38701         * sysdeps/mach/hurd/sys/param.h: File removed.
38703         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38704         last change.
38706         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38707         [_IO_MTSAFE_IO].
38708         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38709         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38710         New macros.
38712         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38713         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38714         rather than -D_IO_MTSAFE_IO conditionally.
38715         * stdio-common/Makefile (CPPFLAGS): Likewise.
38716         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38717         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38718         Use $(libio-mtsafe).
38719         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38720         of -D_IO_MTSAFE_IO.
38721         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38722         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38723         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38724         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38725         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38726         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38727         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38728         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38729         (CFLAGS-fread_u_chk.c): Likewise.
38730         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38731         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38732         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38733         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38734         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38735         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38736         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38737         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38738         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38740         * libio/Makefile: Test [$(libc-reentrant) = yes]
38741         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38743         * Makeconfig
38744         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38745         * sysdeps/pthread/configure: File removed.
38746         * sysdeps/pthread/Makeconfig: New file.
38747         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38748         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38750 2012-08-16  Gary Benson  <gbenson@redhat.com>
38752         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38753         unmapping the first object in a namespace.
38755 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38757         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38758         (__internal_setnetgrent): ... this.  Add internal_function to
38759         definition.  Add libc_hidden_def.
38760         (setnetgrent): Update caller.
38761         (internal_endnetgrent): Renamed to ...
38762         (__internal_endnetgrent): ... this.  Add internal_function to
38763         definition.  Add libc_hidden_def.
38764         (endnetgrent): Update caller.
38765         (internal_getnetgrent_r): Renamed to ...
38766         (__internal_getnetgrent_r): ... this.  Add internal_function to
38767         definition.  Add libc_hidden_def.
38768         (__getnetgrent_r): Update caller.
38769         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38771 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38773         * stdlib/longlong.h: Update from GCC.
38775 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38777         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38778         on _QL, which is set by umul_ppmm but never used.
38779         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38780         variables, which are set by GMP macros but never used.
38781         * stdio-common/_itowa.c (_itowa): Likewise.
38782         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38783         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38785 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38787         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38788         struct La_sh_regs is not constant.
38789         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38790         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38791         and struct La_sparc64_regs are not constant.
38793 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38795         * sysdeps/unix/sysv/linux/kernel-features.h
38796         (__ASSUME_POSIX_TIMERS): Remove.
38797         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38798         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38799         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38800         Make code unconditional.
38801         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38802         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38803         Make code unconditional.
38804         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38805         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38806         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38807         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38808         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38809         Make code unconditional.
38810         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38811         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38812         (__libc_missing_posix_timers): Remove.
38814 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38816         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38817         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38819         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38821         * elf/dl-sym.c: Include <stdlib.h>.
38823         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38824         constants, which avoids warnings in 32-bit builds.
38826         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38827         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38829         * misc/lseek.c: File moved to ...
38830         * io/lseek.c: ... here.
38832         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38834         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38835         shifting LEN more than 31 bits at once.
38837 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38839         [BZ #14195]
38840         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38841         segmentation fault for a case of two empty input strings.
38842         * string/test-strncasecmp.c (check1): Renamed to...
38843         (bz12205): ...this.
38844         (bz14195): Add new testcase for two empty input strings and N > 0.
38845         (test_main): Call new testcase, adapt for renamed function.
38847 2012-08-15  Andreas Jaeger  <aj@suse.de>
38849         [BZ #14090]
38850         * crypt/md5test2.c: New test, based on test supplied by Serge
38851         Belyshev <belyshev@depni.sinp.msu.ru>.
38852         * crypt/Makefile (xtests): Add md5test-giant..
38853         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38855 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38857         [BZ #14090]
38858         * crypt/md5.c (md5_process_block): Don't assume the buffer
38859         length is less than 2**32.
38860         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38861         length is less than 2**64.
38863 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38865         * string/str-two-way.h: Include <sys/param.h>.
38866         (MAX): Macro removed.
38868         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38869         Move #define and #undef of memmove to just before and after
38870         including <string.h>.
38872         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38873         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38874         and after including <string.h>.  Move declarations of
38875         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38876         to before #include "string/memmove.c".
38878         * include/dirent.h: Declare __getdirentries.
38880         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38881         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38883 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38885         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38886         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38887         * sysdeps/i386/configure: Regenerated.
38888         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38889         STABS_CURRENT_FILE, and STABS_FUN.
38890         (END): Remove call to STABS_FUN_END.
38891         (STABS_CURRENT_FILE1): Delete.
38892         (STABS_CURRENT_FILE): Likewise.
38893         (STABS_FUN): Likewise.
38894         (STABS_FUN_END): Likewise.
38895         (STABS_FUN2): Likewise.
38896         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38897         * sysdeps/x86_64/configure: Regenerated.
38899 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38901         * elf/dl-open.c: Include <atomic.h>.
38902         * elf/dl-lookup.c: Likewise.
38904 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38906         * sysdeps/unix/sysv/linux/kernel-features.h
38907         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38908         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38909         unconditionally.
38910         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38911         unconditionally.
38912         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38913         condition on __ASSUME_CLONE_THREAD_FLAGS.
38915 2012-08-14  Andreas Jaeger  <aj@suse.de>
38917         * sysdeps/i386/fpu/libm-test-ulps: Update.
38919 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38921         * include/atomic.h (atomic_exchange_and_add): Split into ...
38922         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38923         New atomic macros.
38925 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38927         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38929 2012-08-13  Jeff Law <law@redhat.com>
38931         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38932         null byte in the output string.
38934 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38936         * sysdeps/unix/sysv/linux/kernel-features.h
38937         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38938         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38939         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38940         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38941         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38942         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38943         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38945 2012-08-09  Jeff Law <law@redhat.com>
38947         [BZ #13939]
38948         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38949         When avoid_arena is set, don't retry in the that arena.  Pick the
38950         next one, whatever it might be.
38951         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38952         (arena_lock): Pass in new parameter to arena_get2.
38953         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38954         arena_get2.
38955         (__libc_malloc): Unify retrying after main arena failure with
38956         __libc_memalign version.
38957         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38959 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38961         [BZ #14166]
38962         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38963         to __redirect_strstr.
38964         (__strstr_sse42): Use typeof __redirect_strstr.
38965         (__strstr_ia32): Likewise.
38966         (__libc_strstr): New prototype.
38967         (strstr): Renamed to ...
38968         (__libc_strstr): This.
38969         (strstr): New strong alias of __libc_strstr.
38970         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38971         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38972         __redirect_time.
38973         Include <time.h>.
38974         (__libc_time): New prototype.
38975         (time_ifunc): Replace time with __libc_time.
38976         (time): New strong alias and hidden definition of __libc_time.
38977         (__GI_time): Remove strong alias.
38978         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38979         Include <stddef.h>.
38980         (memmove): Redefined to __redirect_memmove.
38981         (__memmove_sse2): Use typeof __redirect_memmove.
38982         (__memmove_ssse3): Likewise.
38983         (__memmove_ssse3_back): Likewise.
38984         (__libc_memmove): New prototype.
38985         (memmove): Renamed to ...
38986         (__libc_memmove): This.
38987         (memmove): New strong alias of __libc_memmove.
38989 2012-08-08  Mark Salter  <msalter@redhat.com>
38991         * elf/elf.h
38992         (R_MN10300_TLS_GD): Define.
38993         (R_MN10300_TLS_LD): Likewise.
38994         (R_MN10300_TLS_LDO): Likewise.
38995         (R_MN10300_TLS_GOTIE): Likewise.
38996         (R_MN10300_TLS_IE): Likewise.
38997         (R_MN10300_TLS_LE): Likewise.
38998         (R_MN10300_TLS_DTPMOD): Likewise.
38999         (R_MN10300_TLS_DTPOFF): Likewise.
39000         (R_MN10300_TLS_TPOFF): Likewise.
39001         (R_MN10300_SYM_DIFF): Likewise.
39002         (R_MN10300_ALIGN): Likewise.
39003         (R_MN10300_NUM): Update.
39005 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39007         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39008         Remove.
39010 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39012         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39014         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39015         sysdeps/unix -> sysdeps/posix move.
39016         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39018 2012-08-07      Allan McRae     <allan@archlinux.org>
39020         [BZ #14303]
39021         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39022         (SUNOS_CPP): Likewise.
39023         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39024         not found.
39025         (open_input): Call CPP using execvp.
39027 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39029         * sysdeps/unix/sysv/linux/kernel-features.h
39030         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39031         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39032         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39033         (__ASSUME_WAITID_SYSCALL): Likewise.
39034         * sysdeps/unix/sysv/linux/dl-execstack.c
39035         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39036         code unconditional.
39037         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39038         conditional code.
39039         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39040         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39041         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39042         code.
39043         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39044         unconditional.
39045         [__ASSUME_WAITID_SYSCALL]: Likewise.
39046         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39048 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39050         * sysdeps/unix/closedir.c: Renamed to ...
39051         * sysdeps/posix/closedir.c: ... here.
39052         * sysdeps/unix/dirfd.c: Renamed to ...
39053         * sysdeps/posix/dirfd.c: ... here.
39054         * sysdeps/unix/dirstream.h: Renamed to ...
39055         * sysdeps/posix/dirstream.h: ... here.
39056         * sysdeps/unix/fdopendir.c: Renamed to ...
39057         * sysdeps/posix/fdopendir.c: ... here.
39058         * sysdeps/unix/opendir.c: Renamed to ...
39059         * sysdeps/posix/opendir.c: ... here.
39060         * sysdeps/unix/readdir.c: Renamed to ...
39061         * sysdeps/posix/readdir.c: ... here.
39062         * sysdeps/unix/readdir_r.c: Renamed to ...
39063         * sysdeps/posix/readdir_r.c: ... here.
39064         * sysdeps/unix/rewinddir.c: Renamed to ...
39065         * sysdeps/posix/rewinddir.c: ... here.
39066         * sysdeps/unix/seekdir.c: Renamed to ...
39067         * sysdeps/posix/seekdir.c: ... here.
39068         * sysdeps/unix/telldir.c: Renamed to ...
39069         * sysdeps/posix/telldir.c: ... here.
39070         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39071         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39072         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39073         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39075         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39076         * bits/fcntl.h: ... here.
39078         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39079         not 0.
39080         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39081         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39082         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39083         (struct flock): Move l_start, l_len to the beginning.
39084         Use __pid_t for l_pid.
39085         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39086         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39087         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39088         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39089         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39090         [__USE_LARGEFILE64] (struct flock64): New type.
39091         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39093         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39094         * bits/dirent.h: ... here.
39096         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39097         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39099 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39101         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39102         Change from 2.6.0 to 2.6.16.
39103         * sysdeps/unix/sysv/linux/configure: Regenerated.
39104         * sysdeps/unix/sysv/linux/kernel-features.h
39105         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39106         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39107         version.
39108         (__ASSUME_UTIMES): Likewise.
39109         (__ASSUME_CLONE_STOPPED): Remove.
39110         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39111         architectures, not kernel version.
39112         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39113         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39114         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39115         (__ASSUME_WAITID_SYSCALL): Likewise.
39116         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39117         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39118         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39119         refer to older versions.
39121 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39123         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39124         Define alphasort64 as an alias.
39125         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39126         Define versionsort64 as an alias.
39127         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39128         Define scandir64 as an alias.
39129         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39130         Define scandirat64 as an alias.
39131         * dirent/alphasort64.c (alphasort64):
39132         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39133         * dirent/versionsort64.c: Likewise.
39134         * dirent/scandir64.c: Likewise.
39135         * dirent/scandirat64.c: Likewise.
39136         * sysdeps/wordsize-64/alphasort.c: File removed.
39137         * sysdeps/wordsize-64/alphasort64.c: File removed.
39138         * sysdeps/wordsize-64/scandir.c: File removed.
39139         * sysdeps/wordsize-64/scandir64.c: File removed.
39140         * sysdeps/wordsize-64/scandirat.c: File removed.
39141         * sysdeps/wordsize-64/scandirat64.c: File removed.
39142         * sysdeps/wordsize-64/versionsort.c: File removed.
39143         * sysdeps/wordsize-64/versionsort64.c: File removed.
39144         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39145         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39146         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39147         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39148         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39149         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39150         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39151         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39153         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39154         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39155         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39156         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39157         [defined __arch64__ || defined __sparcv9]
39158         (__INO_T_MATCHES_INO64_T): New macro.
39159         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39160         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39161         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39162         * sysdeps/unix/sysv/linux/bits/dirent.h
39163         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39164         (_DIRENT_MATCHES_DIRENT64): New macro.
39166         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39167         Define lockf64 as an alias.
39168         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39169         Define fseeko64 as an alias.
39170         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39171         Define ftello64 as an alias.
39172         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39173         Define _IO_fgetpos64 and fgetpos64 as aliases.
39174         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39175         Define _IO_fsetpos64 and fsetpos64 as aliases.
39176         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39177         Conditionalize body on this.
39178         * libio/fseeko64.c: Likewise.
39179         * libio/ftello64.c: Likewise.
39180         * libio/iofgetpos64.c: Likewise.
39181         * libio/iofsetpos64.c: Likewise.
39182         * sysdeps/wordsize-64/lockf.c: File removed.
39183         * sysdeps/wordsize-64/lockf64.c: File removed.
39184         * sysdeps/wordsize-64/fseeko.c: File removed.
39185         * sysdeps/wordsize-64/fseeko64.c: File removed.
39186         * sysdeps/wordsize-64/ftello.c: File removed.
39187         * sysdeps/wordsize-64/ftello64.c: File removed.
39188         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39189         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39190         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39191         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39192         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39193         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39194         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39195         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39196         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39197         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39198         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39199         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39200         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39201         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39203         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39204         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39205         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39206         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39207         [defined __arch64__ || defined __sparcv9]
39208         (__OFF_T_MATCHES_OFF64_T): New macro.
39209         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39210         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39211         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39212         (__OFF_T_MATCHES_OFF64_T): New macro.
39214 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39216         * stdlib/secure-getenv.c (__secure_getenv): Replace
39217         GLIBC_2_16 with GLIBC_2_17.
39219 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39221         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39222         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39224 2012-08-03  David S. Miller  <davem@davemloft.net>
39226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39228 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39230         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39231         Remove.
39232         (__ASSUME_CORRECT_SI_PID): Likewise.
39233         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39234         (__ASSUME_TMPFS_NAME): Likewise.
39235         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39236         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39237         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39238         (HAVE_AUX_SECURE): Make definition unconditional.
39239         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39240         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39242 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39244         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39245         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39246         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39247         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39248         __eloop_threshold instead of SYMLOOP_MAX.
39250         * sysdeps/generic/eloop-threshold.h: New file.
39251         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39252         of MAXSYMLINKS.
39253         * elf/chroot_canon.c (chroot_canon): Likewise.
39255 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39257         [BZ #13717]
39258         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39259         Change to 2.6.0 everywhere.
39260         * sysdeps/unix/sysv/linux/configure: Regenerated.
39261         * sysdeps/unix/sysv/linux/kernel-features.h
39262         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39263         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39264         kernel versions.
39265         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39266         (__ASSUME_FUTEX_REQUEUE): Remove.
39267         (__ASSUME_STATFS64): Define unconditionally.
39268         (__ASSUME_AT_SECURE): Likewise.
39269         (__ASSUME_CORRECT_SI_PID): Likewise.
39270         (__ASSUME_TGKILL): Define without depending on kernel version for
39271         i386.
39272         (__ASSUME_UTIMES): Likewise.
39273         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39274         kernel version.
39275         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39276         (__ASSUME_TMPFS_NAME): Likewise.
39277         * README: Update reference to Linux kernel versions.
39279 2012-08-02  Marek Polacek  <polacek@redhat.com>
39281         [BZ# 14150]
39282         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39283         libc_cv_asm_type_prefix with %.
39284         * configure: Regenerated.
39285         * include/libc-symbols.h: Remove comment about
39286         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39287         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39288         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39289         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39290         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39291         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39292         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39293         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39294         * elf/tst-unique2mod1.c: Likewise.
39295         * elf/tst-unique1mod2.c: Likewise.
39296         * elf/tst-unique1mod1.c: Likewise.
39297         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39298         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39299         Replace ASM_TYPE_DIRECTIVE with .type.
39300         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39301         * sysdeps/i386/sysdep.h: Likewise.
39302         * sysdeps/x86_64/sysdep.h: Likewise.
39303         * sysdeps/sh/sysdep.h: Likewise.
39304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39305         Do not define ASM_TYPE_DIRECTIVE.
39306         * sysdeps/powerpc/sysdep.h: Likewise.
39307         * sysdeps/powerpc/powerpc32/sysdep.h:
39308         Replace ASM_TYPE_DIRECTIVE with .type.
39309         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39310         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39311         * sysdeps/i386/fpu/e_powf.S: Likewise.
39312         * sysdeps/i386/fpu/e_expl.S: Likewise.
39313         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39314         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39315         * sysdeps/i386/fpu/e_pow.S: Likewise.
39316         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39317         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39318         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39319         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39320         * sysdeps/i386/fpu/e_log2.S: Likewise.
39321         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39322         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39323         * sysdeps/i386/fpu/e_powl.S: Likewise.
39324         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39325         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39326         * sysdeps/i386/fpu/e_logl.S: Likewise.
39327         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39328         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39329         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39330         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39331         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39332         * sysdeps/i386/fpu/e_log.S: Likewise.
39333         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39334         * sysdeps/i386/fpu/e_logf.S: Likewise.
39335         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39336         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39337         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39338         * sysdeps/i386/fpu/e_log10.S: Likewise.
39339         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39340         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39341         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39342         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39343         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39344         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39345         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39346         * sysdeps/i386/i686/strtok.S: Likewise.
39347         * sysdeps/i386/i386-mcount.S: Likewise.
39348         * sysdeps/i386/strtok.S: Likewise.
39349         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39350         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39351         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39352         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39353         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39354         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39355         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39356         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39357         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39358         * sysdeps/x86_64/_mcount.S: Likewise.
39359         * sysdeps/x86_64/strtok.S: Likewise.
39360         * sysdeps/sh/_mcount.S: Likewise.
39362 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39364         * libio/iofopen.c: Include <fcntl.h>.
39365         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39366         (_IO_fopen64, fopen64): Define as aliases.
39367         * libio/iofopen64.c: Include <fcntl.h>.
39368         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39369         Conditionalize body on this.
39370         * sysdeps/wordsize-64/iofopen.c: File removed.
39371         * sysdeps/wordsize-64/iofopen64.c: File removed.
39373 2012-08-01  Marek Polacek  <polacek@redhat.com>
39375         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39376         Use dlfcn directly instead of a variable.
39377         (binfmt-subdir): Do not define.
39378         (dlfcn): Likewise.
39380 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39382         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39383         Remove all definitions.
39384         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39385         <kernel-features.h>.
39386         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39387         (miss_F_GETOWN_EX): Remove all definitions.
39388         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39389         macro definition.
39390         [!__ASSUME_FCNTL64]: Remove conditional code.
39391         [__ASSUME_FCNTL64]: Make code unconditional.
39392         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39393         <kernel-features.h>.
39394         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39395         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39396         (lockf64) [__NR_fcntl64]: Make code unconditional.
39397         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39399         * sysdeps/unix/sysv/linux/kernel-features.h
39400         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39401         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39402         Make code unconditional.
39403         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39404         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39406         [__NR_vfork]: Make code unconditional.
39407         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39408         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39410         [__NR_vfork]: Make code unconditional.
39411         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39412         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39414 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39416         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39417         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39419         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39420         Define mkstemp64 as an alias.
39421         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39422         Define mkstemps64 as an alias.
39423         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39424         Define mkostemp64 as an alias.
39425         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39426         Define mkostemps64 as an alias.
39427         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39428         Conditionalize body on this.
39429         * misc/mkostemp64.c: Likewise.
39430         * misc/mkostemps64.c: Likewise.
39431         * misc/mkstemps64.c: Likewise.
39432         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39433         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39434         * sysdeps/wordsize-64/mkostemp.c: File removed.
39435         * sysdeps/wordsize-64/mkstemp.c: File removed.
39436         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39437         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39438         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39439         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39441         [BZ #14138]
39442         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39443         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39444         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39445         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39447         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39448         compat_symbol macros from <shlib-compat.h> rather than the underlying
39449         default_symbol_version and symbol_version macros, so that DEFAULT
39450         lines in shlib-versions are respected.
39451         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39453 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39455         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39456         Declare with warn_unused_result.
39457         (setgid, setregid, setegid, setresgid): Likewise.
39458         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39459         Likewise.
39460         * WUR-REPORT: Remove set*id functions.
39462 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39464         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39466 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39468         [BZ #10191]
39469         * include/sys/socket.h (__libc_accept, __libc_accept4):
39470         Add attribute_hidden.
39471         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39473         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39474         use of PTR_MANGLE.
39475         * inet/getnetgrent_r.c (setup): Likewise.
39477         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39479 2012-07-31  David S. Miller  <davem@davemloft.net>
39481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39483 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39485         [BZ #13629]
39486         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39487         value between 1.0 and 2.0 and smaller part has absolute value less
39488         than 1.0.
39489         * math/s_clog10.c (__clog10): Likewise.
39490         * math/s_clog10f.c (__clog10f): Likewise.
39491         * math/s_clog10l.c (__clog10l): Likewise.
39492         * math/s_clogf.c (__clogf): Likewise.
39493         * math/s_clogl.c (__clogl): Likewise.
39494         * math/libm-test.inc (clog_test): Add more tests.
39495         (clog10_test): Likewise.
39496         * sysdeps/i386/fpu/libm-test-ulps: Update.
39497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39499 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39501         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39502         Exit with zero in case no suitable GID is found, and write a
39503         message to standard error.
39505 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39507         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39508         rather than to 1.
39509         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39510         (MAXPATHLEN): Removed.
39511         (NOGROUP, NODEV): New macros.
39512         (setbit, clrbit, isset, isclr): New macros.
39513         (howmany, roundup, powerof2): New macros.
39514         (DEV_BSIZE): New macro.
39516         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39517         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39519         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39520         definition on [!__NO_LONG_DOUBLE_MATH].
39522         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39523         PTR_MANGLE and PTR_DEMANGLE.
39525         * socket/accept4.c (accept4): Rename to __libc_accept4.
39526         Define accept4 as a weak alias.
39528         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39529         on [_DIRENT_HAVE_D_TYPE].
39530         * io/ftw.c (ftw_dir): Likewise.
39532         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39534         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39536         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39537         Use the BSD numbers rather than the arbitrary ones we had.
39538         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39539         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39540         (SIGXCPU, SIGXFSZ): New macros.
39541         (_NSIG): Now 32.
39543         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39544         initializer on [_LIBC_REENTRANT].
39546         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39547         definitions inside [_POSIX_MAPPED_FILES].
39549         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39551         * dirent/opendir.c: Include <fcntl.h>.
39553         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39554         (__libc_getspecific): Likewise.
39555         (__libc_key_create): Likewise.
39557         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39558         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39559         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39560         (tmpfile64): Define as alias.
39561         * sysdeps/wordsize-64/tmpfile.c: File removed.
39562         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39563         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39564         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39566         * stdio-common/vfscanf.c: Include <stdbool.h>.
39567         * nss/makedb.c: Likewise.
39568         * stdio-common/_i18n_number.h: Likewise.
39569         * argp/argp-help.c: Likewise.
39570         * posix/wordexp.c: Likewise.
39571         * sysdeps/posix/spawni.c: Likewise.
39572         * nss/nss_files/files-initgroups.c: Likewise.
39573         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39574         * nss/nss_files/files-initgroups.c: Likewise.
39575         * nss/nss_db/db-netgrp.c: Likewise.
39576         * nss/nss_db/db-initgroups.c: Likewise.
39577         * io/fchmodat.c: Include <sys/stat.h>.
39579         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39580         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39582         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39583         [HAVE_MMAP].
39585         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39586         Add multiple inclusion protection.
39588 2012-07-27  David S. Miller  <davem@davemloft.net>
39590         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39592 2012-07-27  Gary Benson  <gbenson@redhat.com>
39594         [BZ #14298]
39595         * elf/rtld.c: Include <stap-probe.h>.
39596         (dl_main): Added static probes "init_start" and "init_complete".
39597         * elf/dl-load.c: Include <stap-probe.h>.
39598         (lose): Take new parameter "nsid".
39599         Added static probe "map_failed".
39600         (_dl_map_object_from_fd): Pass namespace id to lose.
39601         Added static probe "map_start".
39602         (open_verify): Pass namespace id to lose.
39603         * elf/dl-open.c: Include <stap-probe.h>.
39604         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39605         and "reloc_complete".
39606         * elf/dl-close.c: Include <stap-probe.h>.
39607         (_dl_close_worker): Added static probes "unmap_start" and
39608         "unmap_complete".
39609         * elf/rtld-debugger-interface.txt: New file documenting the above.
39611 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39613         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39614         rather than a string variable.
39615         * sunrpc/rpc_main.c (h_output): Likewise.
39616         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39618 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39620         * inet/check_native.c: New file.
39622 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39624         [BZ #13629]
39625         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39626         if larger part has absolute value 1.0.
39627         * math/s_clog10.c (__clog10): Likewise.
39628         * math/s_clog10f.c (__clog10f): Likewise.
39629         * math/s_clog10l.c (__clog10l): Likewise.
39630         * math/s_clogf.c (__clogf): Likewise.
39631         * math/s_clogl.c (__clogl): Likewise.
39632         * math/libm-test.inc (clog_test): Add more tests.
39633         (clog10_test): Likewise.
39634         * sysdeps/i386/fpu/libm-test-ulps: Update.
39635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39637         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39638         (pltexit): Likewise.
39639         (La_regs): Likewise.
39640         (La_retval): Likewise.
39641         (int_retval): Likewise.
39642         Update #error for removed macros to refer only to definitions in
39643         tst-audit.h.
39644         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39645         macro.
39646         (pltexit): Likewise.
39647         (La_regs): Likewise.
39648         (La_retval): Likewise.
39649         (int_retval): Likewise.
39650         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39651         macro.
39652         (pltexit): Likewise.
39653         (La_regs): Likewise.
39654         (La_retval): Likewise.
39655         (int_retval): Likewise.
39656         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39657         macro.
39658         (pltexit): Likewise.
39659         (La_regs): Likewise.
39660         (La_retval): Likewise.
39661         (int_retval): Likewise.
39662         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39663         macro.
39664         (pltexit): Likewise.
39665         (La_regs): Likewise.
39666         (La_retval): Likewise.
39667         (int_retval): Likewise.
39668         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39669         macro.
39670         (pltexit): Likewise.
39671         (La_regs): Likewise.
39672         (La_retval): Likewise.
39673         (int_retval): Likewise.
39674         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39675         macro.
39676         (pltexit): Likewise.
39677         (La_regs): Likewise.
39678         (La_retval): Likewise.
39679         (int_retval): Likewise.
39680         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39681         macro definitions in tst-audit.h.
39682         * sysdeps/i386/tst-audit.h: New file.
39683         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39684         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39685         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39686         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39687         * sysdeps/sh/tst-audit.h: Likewise.
39688         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39689         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39690         * sysdeps/x86_64/tst-audit.h: Likewise.
39692 2012-07-26  Andreas Jaeger  <aj@suse.de>
39694         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39695         ptrace.
39697         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39698         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39699         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39700         PTRACE_O_MASK.
39701         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39702         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39703         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39705         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39706         value.
39708         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39709         _sigsys.
39710         (si_call_addr, si_syscall, si_arch): Define new macro.
39711         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39712         _sigsys.
39713         (si_call_addr, si_syscall, si_arch): Define new marcro.
39714         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39715         _sigsys.
39716         (si_call_addr, si_syscall, si_arch): Define new macro.
39717         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39718         _sigsys.
39719         (si_call_addr, si_syscall, si_arch): Define new macro.
39721 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39723         [BZ #13717]
39724         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39725         Change to 2.4.21 where previously 2.4.1.
39726         * sysdeps/unix/sysv/linux/configure: Regenerated.
39727         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39728         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39729         Linux kernel version.
39730         (__ASSUME_STD_AUXV): Remove.
39731         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39732         kernel version.
39733         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39734         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39735         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39736         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39737         (__ASSUME_NETLINK_SUPPORT): Likewise.
39738         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39739         (__no_netlink_support): Remove conditional definition.
39740         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39741         Remove.
39742         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39743         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39744         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39745         (if_nameindex_ioctl): Remove.
39746         (if_nameindex_netlink): Do not handle __no_netlink_support.
39747         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39748         code.
39749         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39750         Remove conditional code.
39751         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39752         code.
39753         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39754         unconditional.
39755         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39756         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39757         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39758         Remove.
39759         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39760         [!__ASSUME_STD_AUXV]: Remove conditional code.
39761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39762         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39763         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39765         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39766         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39767         code.
39768         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39770         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39771         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39772         conditional code.
39773         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39775         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39776         code.
39777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39778         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39779         conditional code.
39780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39781         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39782         code unconditional.
39783         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39784         conditional code.
39785         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39786         unconditional.
39787         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39788         conditional code.
39789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39790         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39791         unconditional.
39792         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39793         conditional code.
39794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39795         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39796         code unconditional.
39797         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39798         conditional code.
39799         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39800         unconditional.
39801         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39802         conditional code.
39803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39804         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39805         code unconditional.
39806         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39807         conditional code.
39808         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39809         unconditional.
39810         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39811         conditional code.
39813 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39815         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39816         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39817         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39818         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39819         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39820         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39821         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39822         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39823         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39824         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39825         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39826         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39827         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39828         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39829         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39830         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39831         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39832         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39833         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39834         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39835         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39836         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39837         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39839 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39841         * Versions.def: Add GLIBC_2.17.
39842         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39843         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39844         Introduce __libc_secure_getenv.
39845         * stdlib/Versions (2.17): Add secure_getenv
39846         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39847         * stdlib/secure-getenv.c: Rename __secure_getenv to
39848         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39849         symbol __secure_getenv for GLIBC_2.0.
39850         * stdlib/tst-secure-getenv.c: New.
39851         * stdlib/Makefile (tests): Add testcase.
39852         * manual/startup.texi (Environment Access): Document
39853         secure_getenv.
39854         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39855         __libc_secure_getenv.
39856         * inet/ruserpass.c (ruserpass): Likewise.
39857         * malloc/mtrace.c (mtrace): Likewise.
39858         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39859         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39860         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39861         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39862         HAVE_SECURE_GETENV.
39863         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39864         __secure_getenv to __libc_secure_getenv.
39865         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39867         Likewise.
39868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39869         Likewise.
39870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39872         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39874         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39878 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39880         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39881         (struct La_i86_retval): Likewise.
39882         (struct La_x86_64_regs): Likewise.
39883         (struct La_x86_64_retval): Likewise.
39884         (struct La_x32_regs): Likewise.
39885         (struct La_x32_retval): Likewise.
39886         (struct La_ppc32_regs): Likewise.
39887         (struct La_ppc32_retval): Likewise.
39888         (struct La_ppc64_regs): Likewise.
39889         (struct La_ppc64_retval): Likewise.
39890         (struct La_sh_regs): Likewise.
39891         (struct La_sh_retval): Likewise.
39892         (struct La_s390_32_regs): Likewise.
39893         (struct La_s390_32_retval): Likewise.
39894         (struct La_s390_64_regs): Likewise.
39895         (struct La_s390_64_retval): Likewise.
39896         (struct La_sparc32_regs): Likewise.
39897         (struct La_sparc32_retval): Likewise.
39898         (struct La_sparc64_regs): Likewise.
39899         (struct La_sparc64_retval): Likewise.
39900         (struct audit_ifaces): Remove architecture-specific pltenter and
39901         pltexit members.
39902         * sysdeps/i386/ldsodefs.h: New file.
39903         * sysdeps/powerpc/ldsodefs.h: Likewise.
39904         * sysdeps/s390/ldsodefs.h: Likewise.
39905         * sysdeps/sh/ldsodefs.h: Likewise.
39906         * sysdeps/sparc/ldsodefs.h: Likewise.
39907         * sysdeps/x86_64/ldsodefs.h: Likewise.
39909 2012-07-25  Marek Polacek  <polacek@redhat.com>
39911         [BZ #6808]
39912         * math/libm-test.inc (yn_test): Add another test.
39913         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39914         to ERANGE when the result is +-Inf.
39915         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39916         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39917         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39918         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39920 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39922         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39923         equal to 0.
39924         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39925         clock_t.
39926         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39928 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39930         * configure.in <sysdeps resolving>: Correct printing
39931         Implies_before.
39932         * configure: Regenerate.
39934 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39936         * math/w_ilogb.c: Include <limits.h>.
39937         * math/w_ilogbl.c: Likewise.
39939 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39941         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39942         va_copy.  Document allowing for unavailable va_copy only as
39943         pre-C99 compatibility.
39944         * manual/string.texi (Copying and Concatenation): Use va_copy
39945         instead of __va_copy in concat example.
39947 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39949         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39950         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39951         it if not null.
39953         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39954         with O_NOLINK passed to __file_name_lookup.
39956         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39957         with O_NOLINK passed to __file_name_lookup.
39959         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39960         negative N or less than NGIDS.
39962         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39963         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39964         enough.  Use memcpy instead of strncpy.
39966 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39968         * elf/Makefile (check-data): Remove.
39969         (localplt.data): New vpath directive.
39970         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39971         instead of $(check-data).
39972         * scripts/data/localplt-generic.data: Move to ...
39973         * sysdeps/generic/localplt.data: ... here.
39974         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39975         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39976         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39978         ... here.
39979         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39981         ... here.
39982         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39983         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39984         ... here.
39985         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39987         ... here.
39988         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39989         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39990         ... here.
39991         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39993         ... here.
39995 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39997         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39998         PPC32 and PPC64 files.
39999         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40000         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40002 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40004         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40005         __makecontext_ret to ...
40006         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40007         ... here and call exit if uc_link is NULL.  New file.
40008         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40009         __makecontext_ret.S.
40010         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40011         __makecontext_ret to ...
40012         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40013         ... here and call exit if uc_link is NULL.  New file.
40014         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40015         __makecontext_ret.S.
40017 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40019         * elf/elf.h (R_390_IRELATIVE): New definition.
40020         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40021         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40022         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40023         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40024         (elf_machine_lazy_rel): Likewise.
40025         * sysdeps/s390/dl-irel.h: New file.
40026         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40027         * sysdeps/s390/s390-64/memset.S: New asm code.
40028         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40029         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40030         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40031         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40032         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40033         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40034         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40035         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40036         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40037         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40038         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40039         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40040         * sysdeps/s390/s390-32/memset.S: New asm code.
40041         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40043 2012-07-17  Marek Polacek  <polacek@redhat.com>
40045         [BZ #14349]
40046         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40047         * sysdeps/s390/s390-64/configure.in: Likewise.
40048         * sysdeps/sparc/configure.in: Likewise.
40049         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40050         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40051         * sysdeps/i386/configure.in: Likewise.
40052         * sysdeps/x86_64/configure.in: Likewise.
40053         * sysdeps/sh/configure.in: Likewise.
40054         * sysdeps/s390/s390-32/configure: Regenerated.
40055         * sysdeps/s390/s390-64/configure: Likewise.
40056         * sysdeps/x86_64/configure: Likewise.
40057         * sysdeps/sh/configure: Likewise.
40058         * sysdeps/powerpc/powerpc64/configure: Likewise.
40059         * sysdeps/powerpc/powerpc32/configure: Likewise.
40060         * sysdeps/sparc/configure: Likwise.
40061         * sysdeps/i386/configure: Likewise.
40063         * elf/dl-open.c: Comment fixes.
40065 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40067         * Makefile [CXX] (check-data): Remove.
40068         [CXX] (c++-types.data): New vpath directive.
40069         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40070         vpath.  Do not allow for C++ type data being missing.
40071         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40072         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40073         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40074         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40075         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40076         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40077         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40079         ... here.
40080         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40082         ... here.
40083         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40084         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40085         ... here.
40086         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40088         ... here.
40089         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40091         ... here.
40092         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40094         ... here.
40095         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40096         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40097         ... here.
40098         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40101         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40102         definitions to architecture-specific files.
40103         (TLS_IE): Likewise.
40104         (TLS_LD): Likewise.
40105         (TLS_GD): Likewise.
40106         * sysdeps/i386/tls-macros.h: New file.
40107         * sysdeps/powerpc/tls-macros.h: Likewise.
40108         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40109         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40110         * sysdeps/sh/tls-macros.h: Likewise.
40111         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40112         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40113         * sysdeps/x86_64/tls-macros.h: Likewise.
40115 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40117         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40118         zero value for regular exit case.
40120         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40121         (__start_context): Preserve zero value for regular exit case.
40123 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40124             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40126         * manual/setjmp.texi (setcontext): Clarify normal process
40127         termination when uc_link is the null pointer.
40128         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40129         exit call.
40131 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40133         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40134         preprocessor.  Test for each exception mask separately.
40136 2012-07-16  Andreas Jaeger  <aj@suse.de>
40138         * po/ru.po: Update from translation team.
40140 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40142         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40143         equal to 0.
40144         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40145         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40146         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40147         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40148         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40150 2012-07-13  Andreas Jaeger  <aj@suse.de>
40152         * po/fr.po: Update from translation team.
40154 2012-07-12  Marek Polacek  <polacek@redhat.com>
40156         [BZ #14173]
40157         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40158         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40159         loop condition.
40161 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40163         [BZ #13717]
40164         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40165         Change to 2.4.1 where previously 2.4.0.
40166         * sysdeps/unix/sysv/linux/configure: Regenerated.
40167         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40168         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40169         version.
40170         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40171         (__ASSUME_AT_CLKTCK): Remove.
40172         (__ASSUME_AT_PAGESIZE): Likewise.
40173         (__ASSUME_AT_XID): Likewise.
40174         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40175         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40176         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40177         unconditionally.
40178         (HAVE_AUX_PAGESIZE): Likewise.
40179         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40180         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40181         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40183 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40185         [BZ #14307]
40186         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40187         the temporary buffer used to invoke __gethostbyname2_r,
40188         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40189         host_data / struct gaih_addrtuple.
40190         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40191         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40192         header file nss/nsswitch.h.
40193         * nss/nsswitch.h (global scope): Add definition of implementation
40194         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40195         resolv/nss_dns/dns-host.c).
40197 2012-07-11  Andreas Jaeger  <aj@suse.de>
40199         * po/fr.po: Update from translation team.
40201         * po/sv.po: Update from translation team
40202         * po/fr.po: Another update from translation team.
40204 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40206         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40207         for subnormals or multiply small sinh result by itself.
40208         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40209         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40211 2012-07-11  David S. Miller  <davem@davemloft.net>
40213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40215 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40217         [BZ #14347]
40218         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40219         (INTERNAL_MARK): Shift it here.
40221 2012-07-10  Marek Polacek  <polacek@redhat.com>
40223         [BZ #14151]
40224         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40225         libc_cv_asm_global_directive with .globl.
40226         * configure: Regenerated.
40227         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40228         with .globl.
40229         * sysdeps/i386/configure: Regenerated.
40230         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40231         with .globl.
40232         * sysdeps/x86_64/configure: Regenerated.
40233         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40234         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40235         * elf/tst-unique2mod2.c: Likewise.
40236         * elf/tst-unique2mod1.c: Likewise.
40237         * elf/tst-unique1mod2.c: Likewise.
40238         * elf/tst-unique1mod1.c: Likewise.
40239         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40240         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40241         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40242         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40243         * sysdeps/mach/sysdep.h: Likewise.
40244         * sysdeps/i386/sysdep.h: Likewise.
40245         * sysdeps/i386/i386-mcount.S: Likewise.
40246         * sysdeps/x86_64/_mcount.S: Likewise.
40247         * sysdeps/x86_64/sysdep.h: Likewise.
40248         * sysdeps/sh/_mcount.S: Likewise.
40249         * sysdeps/sh/sysdep.h: Likewise.
40250         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40251         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40252         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40253         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40254         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40255         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40256         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40257         * locale/localeinfo.h: Likewise.
40258         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40259         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40261 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40263         [BZ #14336]
40264         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40265         system".
40266         * manual/message.texi (The Uniforum approach): Likewise.
40267         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40268         (glibc iconv Implementation): Likewise.
40270 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40272         [BZ #14337]
40273         * math/s_clog.c (__clog): Avoid scaling a value down where that
40274         could result in underflow.
40275         * math/s_clog10.c (__clog10): Likewise.
40276         * math/s_clog10f.c (__clog10f): Likewise.
40277         * math/s_clog10l.c (__clog10l): Likewise.
40278         * math/s_clogf.c (__clogf): Likewise.
40279         * math/s_clogl.c (__clogl): Likewise.
40280         * math/libm-test.inc (clog_test): Add more tests.
40281         (clog10_test): Likewise.
40282         * sysdeps/i386/fpu/libm-test-ulps: Update.
40283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40285 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40287         [BZ #14283]
40288         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40289         by 7 not 8 to examine high bit of fractional part.
40291         [BZ #14042]
40292         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40293         for call to __mcount_internal.
40294         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40295         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40296         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40298 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40300         [BZ #14154]
40301         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40302         approximation for values within 0x1p-13f of an odd multiple of
40303         pi/4.
40304         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40305         exception.  Add more tests.
40306         * sysdeps/i386/fpu/libm-test-ulps: Update.
40308         [BZ #6778]
40309         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40310         inputs and return -1 for them.  Do not check for +Inf in case not
40311         reachable for +Inf.
40312         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40313         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40314         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40315         and return -1 for them.  Do not check for +Inf in case not
40316         reachable for +Inf.
40317         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40318         define.
40319         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40320         and return -1 for them.  Do not check for +Inf in case not
40321         reachable for +Inf.
40322         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40323         spurious underflow.
40324         * sysdeps/i386/fpu/libm-test-ulps: Update.
40325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40327 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40329         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40331 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40333         [BZ #14157]
40334         [BZ #14331]
40335         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40336         could result in spurious underflow.  Scale down values above
40337         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40338         * math/s_csqrtf.c (__csqrtf): Likewise.
40339         * math/s_csqrtl.c (__csqrtl): Likewise.
40340         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40341         spurious underflow.
40342         * sysdeps/i386/fpu/libm-test-ulps: Update.
40343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40345 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40347         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40348         xopen-msg.sed.
40349         * catgets/xopen-msg.awk: New file.
40350         * catgets/xopen-msg.sed: Removed.
40352         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40353         po2text.sed.
40354         * intl/po2test.awk: New file.
40355         * intl/po2test.sed: Removed.
40357 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40359         [BZ #14328]
40360         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40361         or multiply small sinh result by itself.
40362         * math/s_ctanf.c (__ctanf): Likewise.
40363         * math/s_ctanh.c (__ctanh): Likewise.
40364         * math/s_ctanhf.c (__ctanhf): Likewise.
40365         * math/s_ctanhl.c (__ctanhl): Likewise.
40366         * math/s_ctanl.c (__ctanl): Likewise.
40367         * math/libm-test.inc (ctan_test_tonearest): New function.
40368         (ctan_test_towardzero): Likewise.
40369         (ctan_test_downward): Likewise.
40370         (ctan_test_upward): Likewise.
40371         (ctanh_test_tonearest): Likewise.
40372         (ctanh_test_towardzero): Likewise.
40373         (ctanh_test_downward): Likewise.
40374         (ctanh_test_upward): Likewise.
40375         (main): Call these new functions.
40376         * sysdeps/i386/fpu/libm-test-ulps: Update.
40377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40379 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40381         * .gitignore: Delete /ports entry.
40383 2012-07-03  Andreas Jaeger  <aj@suse.de>
40385         * po/bg.po: Update from translation team.
40386         * po/cs.po: Likewise.
40387         * po/de.po: Likewise.
40388         * po/hr.po: Likewise.
40389         * po/nl.pl: Likewise.
40390         * po/pl.po: Likewise.
40391         * po/vi.po: Likewise.
40393 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40395         * Makeconfig [!+link] (+link-before-libc): New variable.
40396         [!+link] (+link-after-libc): Likewise.
40397         [!+link] (+link-tests): Likewise.
40398         [!+link] (+link): Define in terms of $(+link-before-libc) and
40399         $(+link-after-libc).
40400         [!+link-static] (+link-static-before-libc): New variable.
40401         [!+link-static] (+link-static-after-libc): Likewise.
40402         [!+link-static] (+link-static-tests): Likewise.
40403         [!+link-static] (+link-static): Define in terms of
40404         $(+link-static-before-libc) and $(+link-static-after-libc).
40405         [build-shared] (link-libc-before-gnulib): New variable.
40406         [build-shared] (link-libc-tests): Likewise.
40407         [build-shared] (link-libc): Define in terms of
40408         $(link-libc-before-gnulib).
40409         [!build-shared] (link-libc-tests): New variable.
40410         (link-libc-static-tests): New variable.
40411         [!gnulib] (gnulib-arch): New variable.
40412         [!gnulib] (gnulib-tests): Likewise.
40413         [!gnulib] (static-gnulib-arch): Likewise.
40414         [!gnulib] (static-gnulib-tests): Likewise.
40415         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40416         Define with "=" instead of ":=".
40417         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40418         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40419         * Rules (binaries-all-notests): New variable.
40420         (binaries-all-tests): Likewise.
40421         (binaries-static-notests): Likewise.
40422         (binaries-static-tests): Likewise.
40423         (binaries-all): Define using $(binaries-all-notests) and
40424         $(binaries-all-tests).
40425         (binaries-static): Define using $(binaries-static-notests) and
40426         $(binaries-static-tests).
40427         (binaries-shared-tests): New variable.
40428         (binaries-shared-notests): Likewise.
40429         (binaries-shared): Remove variable.
40430         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40431         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40432         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40433         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40434         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40435         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40436         * elf/Makefile (sln-modules): New variable.
40437         (extra-objs): Add $(sln-modules:=.o).
40438         (ldconfig-modules): Add static-stubs.
40439         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40440         * elf/static-stubs.c: New file.
40442         [BZ #14283]
40443         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40444         by 7 not 8 to examine high bit of fractional part.  Use volatile
40445         variables when splitting into final array of floats if
40446         __FLT_EVAL_METHOD__ != 0.
40447         * math/libm-test.inc (cos_test): Add another test.
40448         (sin_test): Likewise.
40449         * sysdeps/i386/fpu/libm-test-ulps: Update.
40451         [BZ #14273]
40452         * math/libm-test.inc (cosh_test): Add more tests.
40454         * version.h (RELEASE): Set to "development".
40455         (VERSION): Set to "2.16.90".
40457 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40459         * NEWS: Update copyright. Remove last-updated date.
40460         Mention math library bug fixes and timezone data changes.
40461         * README: Mention GNU/Hurd, x32, and HPPA support status.
40463 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40465         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40467 2012-06-27  Andreas Jaeger  <aj@suse.de>
40469         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40471 2012-06-25  Andreas Jaeger  <aj@suse.de>
40473         * sysdeps/s390/fpu/libm-test-ulps: Update.
40475 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40476             Thomas Schwinge  <thomas@codesourcery.com>
40478         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40479         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40480         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40481         fanotify_mark.
40483 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40485         * sysdeps/mach/start.c: Remove file.
40486         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40487         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40488         * sysdeps/sh/init-first.c: Likewise.
40490         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40491         registers for frame unwinding purposes, add CFI directives.
40492         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40493         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40494         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40495         Likewise.
40497         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40498         __fortify_fail returning.
40499         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40501         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40502         sysdeps/sh/____longjmp_chk.S.
40503         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40504         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40505         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40506         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40508         * sysdeps/sh/abort-instr.h: New file.
40509         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40510         process in case exit returns.
40512         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40513         initialize the GOT register before use.
40515         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40516         calculation of ARGC > 4.
40518         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40519         meaningful names to some local labels.
40521 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40522             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40524         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40525         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40526         (__arch_compare_and_exchange_val_16_acq): Likewise.
40527         (__arch_compare_and_exchange_val_32_acq): Likewise.
40528         (atomic_exchange_and_add): Fix gUSA sequence.
40529         (atomic_add): Likewise.
40530         (atomic_add_negative): Likewise.
40531         (atomic_add_zero): Likewise.
40532         (atomic_bit_test_set): Likewise.
40534 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40536         [BZ #13579]
40537         * include/link.h (struct link_map): Add l_free_initfini.
40538         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40539         l_initfini.
40540         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40541         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40542         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40543         set.
40545 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40547         * configure.in: Use AC_LANG_SOURCE.
40548         * configure: Regenerate.
40550 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40552         * configure.in (libc_cv_localstatedir): New substituted variable.
40553         * configure: Regenerated.
40554         * config.make.in (localstatedir): New variable, substituted from
40555         libc_cv_localstatedir.
40556         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40557         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40558         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40559         * sysdeps/gnu/configure: Regenerated.
40561 2012-06-21  Jeff Law  <law@redhat.com>
40563         [BZ #14277]
40564         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40565         free.  Simplify list management for _LIBC case.
40567 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40569         [BZ #14273]
40570         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40571         Clear sign bit of 64-bit integer value before comparing against
40572         overflow value.
40574         * sysdeps/mach/configure: Regenerated.
40576 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40578         [BZ #14278]
40579         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40581 2012-06-21  Jeff Law  <law@redhat.com>
40583         [BZ #13882]
40584         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40585         uint16_t for elements in the "seen" array to avoid char overflows.
40586         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40587         * elf/dl-open.c (dl_open_worker): Likewise.
40589 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40591         * scripts/list-sources.sh: Scan PORTS for translations.
40592         * po/libc.pot: Regenerated.
40594 2012-06-21  Andreas Jaeger  <aj@suse.de>
40596         [BZ #12194]
40597         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40598         warning.
40599         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40600         * bits/byteswap-16.h (__bswap_16): Likewise.
40601         * bits/byteswap.h (__bswap_constant_16): Likewise.
40603 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40605         [BZ #14117]
40606         * sysdeps/i386/fpu_control.h: Removed.
40607         * sysdeps/x86_64/fpu_control.h: Moved to ...
40608         * sysdeps/x86/fpu_control.h: Here.
40610         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40611         (_FPU_SETCW): Likewise.
40613 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40615         [BZ #14117]
40616         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40617         * sysdeps/x86/fpu/bits/mathinline.h: This.
40618         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40620         [BZ #14050]
40621         [BZ #14117]
40622         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40623         functions if __x86_64__ is defined.
40625 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40627         * string/endian.h: Add !__ASSEMBLER__ condition for including
40628         conversion interfaces.
40630 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40632         [BZ #14241]
40633         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40634         of ABS(x) in calculating zero to negative powers other than odd
40635         integers.
40636         * math/libm-test.inc (pow_test): Add more tests.
40638 2012-06-15  Andreas Jaeger  <aj@suse.de>
40640         * manual/contrib.texi (Contributors): Update entry of Liubov
40641         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40642         Machado Filho.
40644 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40646         * string/string.h: Add __wur to GNU version of strerror_r.
40648 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40650         [BZ #14229]
40651         * string/Makefile (tests): Add tst-strtok_r.
40652         * string/tst-strtok_r.c: New file.
40653         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40654         RAX_LP/RDX_LP on SAVE_PTR.
40656 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40658         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40660 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40662         * libm_test.inc (csqrt_test): Allow more spurious underflow
40663         exceptions.
40664         (j0_test): Likewise.
40665         (j1_test): Likewise.
40666         (y0_test): Likewise.
40667         (y1_test): Likewise.
40669 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40671         * po/Makefile (libc.pot): Use UTF-8 charset.
40673 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40675         [BZ #14210]
40676         Suppress sign-conversion warning from FD_SET.
40677         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40678         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40679         not unsigned long int.
40680         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40682 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40684         [BZ #14050]
40685         [BZ #14117]
40686         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40687         __extern_always_inline instead of __extern_inline.
40688         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40689         (__signbit): Likewise.
40690         (__signbitl): Support C++ namespace.
40691         (lrintf): New inline function.
40692         (lrint): Likewise.
40693         (llrintf): Likewise.
40694         (llrint): Likewise.
40695         (fmaxf): Likewise.
40696         (fmax): Likewise.
40697         (fminf): Likewise.
40698         (fmin): Likewise.
40699         (rint): Likewise.
40700         (rintf): Likewise.
40701         (ceil): Likewise.
40702         (ceilf): Likewise.
40703         (floor): Likewise.
40704         (floorf): Likewise.
40705         (nearbyint): Likewise.
40706         (nearbyintf): Likewise.
40708 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40710         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40711         non-default versions.
40713 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40715         [BZ #14218]
40716         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40718 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40720         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40721         (FE_UPWARD, FE_DOWNWARD): Don't define.
40722         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40723         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40725         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40726         reading it.
40727         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40728         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40730 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40732         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40733         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40734         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40735         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40737 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40739         [BZ #14117]
40740         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40741         * sysdeps/i386/fpu/Implies: New file.
40742         * sysdeps/x86_64/fpu/Implies: Likewise.
40743         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40744         * sysdeps/x86/fpu/bits/fenv.h: This.
40746         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40747         __SSE_MATH__.
40749 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40751         [BZ #14134]
40752         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40753         character 0xffff that matches the last element of the
40754         conversion table.
40756 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40758         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40759         fmodl commit.
40761 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40763         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40764         values higher than 25.6283.
40766 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40768         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40769         subnormal exponent extraction and add some __builtin_expect.
40770         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40771         Fix for subnormal mantissa calculation.
40773 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40775         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40776         cpu2 is -1 and errno is not ENOSYS.
40778 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40780         [BZ #14117]
40781         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40782         * sysdeps/x86/bits/string.h: This.
40783         * sysdeps/x86_64/bits/string.h: Removed.
40785         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40786         if not compiling for x86-64, but compiling for >= i486.
40788         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40789         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40791         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40792         New macro from Linux kernel 3.4.0.
40793         (FP_XSTATE_MAGIC2): Likewise.
40794         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40795         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40796         (struct _fpx_sw_bytes): New struct.
40797         (struct _xsave_hdr): Likewise.
40798         (struct _ymmh_state): Likewise.
40799         (struct _xstate): Likewise.
40801         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40802         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40803         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40804         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40805         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40806         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40808         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40809         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40810         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40811         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40812         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40813         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40815 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40817         [BZ #13743]
40818         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40819         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40820         (sysdep_headers): Include sys/platform/ppc.h.
40821         * sysdeps/powerpc/test-gettimebase.c: Test for
40822         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40823         * manual/Makefile (appendices): Include platform.texi.
40824         * manual/contrib.texi (Contributors): Update @node pointers.
40825         * manual/maint.texi (Maintenance): Likewise.
40826         (Platform): New node.
40827         * manual/platform.texi: New file.  Document the new features.
40829 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40830             Jakub Jelinek  <jakub@redhat.com>
40832         [BZ #14188]
40833         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40834         where __builtin_expect is unavailable.
40836 2012-06-03  David S. Miller  <davem@davemloft.net>
40838         * stdlib/longlong.h: Updated from GCC.
40840 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40842         [BZ #14042]
40843         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40844         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40845         __mcount_internal.
40846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40847         (GLIBC_2.16): Likewise.
40849 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40851         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40853 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40856         (default-abi): New variable.
40857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40858         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40859         variable.
40860         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40861         Likewise.
40862         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40863         Likewise.
40864         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40865         Likewise.
40867         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40868         definition.  Document in comment.
40870 2012-06-01  David S. Miller  <davem@davemloft.net>
40872         * stdlib/longlong.h: Updated from GCC.
40874 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40876         [BZ #14117]
40877         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40878         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40879         sys/debugreg.h sys/io.h here.
40880         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40881         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40882         sys/io.h.
40883         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40884         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40885         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40886         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40887         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40888         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40890         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40891         Define only if __x86_64__ is defined.
40893 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40895         [BZ #14048]
40896         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40897         Use int64_t for variable i.
40898         * math/libm-test.inc (fmod_test): Add more tests.
40900         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40901         z computation is not scheduled after fetestexcept.
40902         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40903         Use math_force_eval instead of asm to ensure calculation scheduled
40904         before exception test.
40905         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40906         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40908 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40910         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40911         computation is not scheduled after fetestexcept.
40913 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40915         [BZ #14117]
40916         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40917         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40919 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40921         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40922         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40924 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40926         [BZ #14117]
40927         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40928         <bits/wordsize.h>.
40929         (__WCHAR_MIN): Support __WORDSIZE == 64.
40930         (__WCHAR_MAX): Likewise.
40932         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40933         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40935         [BZ #14183]
40936         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40937         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40939         [BZ #14117]
40940         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40941         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40943         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40944         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40946         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40947         Defined to 1 if __x86_64__ isn't defined.
40948         (_STAT_VER_LINUX_OLD): New.
40949         (st_atime): Remove duplicate.
40950         (st_mtime): Likewise.
40951         (st_ctime): Likewise.
40953 2012-05-31  David S. Miller  <davem@davemloft.net>
40955         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40956         entries.
40958 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40960         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40961         gen-libm-test.pl.
40963         [BZ #14132]
40964         * elf/dl-reloc.c: Include <_itoa.h>.
40965         (_dl_reloc_bad_type): Remove use of INTUSE.
40966         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40967         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40968         * stdio-common/psiginfo.c (psiginfo): Likewise.
40969         * stdio-common/psignal.c (psignal): Likewise.
40970         * string/strsignal.c (strsignal): Likewise.
40971         * include/signal.h (_sys_siglist): Declare hidden proto.
40972         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40973         INTVARDEF with libc_hidden_data_def.
40974         * stdio-common/itoa-udigits.c: Likewise.
40975         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40976         (_itoa_lower_digits_internal): Remove declaration.
40977         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40978         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40979         (_sys_sigabbrev_internal): Remove aliases.
40980         (_sys_siglist): Define hidden alias.
40982 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40984         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40985         bits/sysctl.h.
40987 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40989         [BZ #14117]
40990         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40991         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40993         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40994         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40995         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40996         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40997         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40998         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41000         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41001         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41002         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41004         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41005         with __addr.
41006         (insw): Likewise.
41007         (insl): Likewise.
41008         (outsb): Likewise.
41009         (outsw): Likewise.
41010         (outsl): Likewise.
41012         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41013         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41014         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41016         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41017         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41018         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41019         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41020         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41021         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41023         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41024         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41026         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41027         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41029         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41030         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41031         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41033         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41034         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41035         to ...
41036         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41038         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41039         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41040         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41042         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41043         for x86-64.
41044         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41046 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41048         * math/math.h (M_El): Use two more decimal places.
41049         (M_LOG2El): Likewise.
41050         (M_LOG10El): Likewise.
41051         (M_LN2l): Likewise.
41052         (M_LN10l): Likewise.
41053         (M_PIl): Likewise.
41054         (M_PI_2l): Likewise.
41055         (M_PI_4l): Likewise.
41056         (M_1_PIl): Likewise.
41057         (M_2_PIl): Likewise.
41058         (M_2_SQRTPIl): Likewise.
41059         (M_SQRT2l): Likewise.
41060         (M_SQRT1_2l): Likewise.
41062 2012-05-31  David S. Miller  <davem@davemloft.net>
41064         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41065         values between float registers.
41066         * sysdeps/sparc/sparc64/memset.S: Likewise.
41067         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41069 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41071         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41072         -D_FORTIFY_SOURCE=1.
41073         (CPPFLAGS-tst-longjmp_chk.c): Define.
41074         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41075         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41076         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41077         CFLAGS-tst-wchar-h.c.
41079 2012-05-31  Marek Polacek  <polacek@redhat.com>
41081         [BZ #14132]
41082         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41083         __endmntent_internal): Remove declaration.
41084         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41085         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41086         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41088 2012-05-30  David S. Miller  <davem@davemloft.net>
41090         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41091         (___Q_simulate_exceptions): Use real FP ops rather than writing
41092         into the %fsr.
41093         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41094         Likewise.
41096 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41098         [BZ #14117]
41099         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41100         * sysdeps/x86/bits/xtitypes.h: This.
41102         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41103         * sysdeps/x86/bits/wordsize.h: This.
41105         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41106         * sysdeps/x86/bits/huge_vall.h: This.
41108         * sysdeps/i386/bits/select.h: Removed.
41109         * sysdeps/x86_64/bits/select.h: Renamed to ...
41110         * sysdeps/x86/bits/select.h: This.
41112         * sysdeps/i386/bits/setjmp.h: Removed.
41113         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41114         * sysdeps/x86/bits/setjmp.h: This.
41116         * sysdeps/i386/bits/mathdef.h: Removed.
41117         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41118         * sysdeps/x86/bits/mathdef.h: This.
41120 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41122         [BZ #14132]
41123         * include/sys/socket.h (__connect_internal)
41124         (__libc_sa_len_internal): Remove declaration.
41125         (__connect, __libc_sa_len): Declare hidden_proto.
41126         (SA_LEN): Remove use of INTUSE.
41127         * socket/connect.c: Add libc_hidden_def.
41128         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41129         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41130         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41131         alias.
41132         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41133         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41134         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41135         of adding _internal alias.
41137 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41139         [BZ #14117]
41140         * sysdeps/i386/bits/link.h: Removed.
41141         * sysdeps/i386/bits/linkmap.h: Likewise.
41142         * sysdeps/x86_64/bits/link.h: Renamed to ...
41143         * sysdeps/x86/bits/link.h: This.
41144         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41145         * sysdeps/x86/bits/linkmap.h: This.
41147         * sysdeps/i386/bits/endian.h: Removed.
41148         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41149         * sysdeps/x86/bits/endian.h: This.
41151         * sysdeps/i386/bits/byteswap.h: Removed.
41152         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41153         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41154         * sysdeps/x86/bits/byteswap.h: This.
41155         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41156         * sysdeps/x86/bits/byteswap-16.h: This.
41157         * sysdeps/i386/Implies: Add x86.
41158         * sysdeps/x86_64/Implies: Likewise.
41160 2012-05-30  David S. Miller  <davem@davemloft.net>
41162         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41163         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41164         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41165         (FP_TRAPPING_EXCEPTIONS): Define.
41166         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41167         (FP_TRAPPING_EXCEPTIONS): Define.
41168         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41169         subnormals only when inexact has been signalled or underflow
41170         exceptions are enabled.
41171         (_FP_PACK_CANONICAL): Likewise.
41173 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41175         [BZ #14183]
41176         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41177         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41179 2012-05-30  Richard Henderson  <rth@twiddle.net>
41181         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41182         with #ifndef NOT_IN_libc.
41184         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41185         marked to avoid plt entry.
41187 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41189         [BZ #14112]
41190         * Makeconfig (default-abi): New macro.
41191         (abi-includes): Likewise.
41192         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41193         $(abi-$(default-abi)-lib-soname) for soname if defined.
41194         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41195         abi-variants.
41196         * Makefile (installed-stubs): Likewise.
41197         * include/stubs-biarch.h: Removed.
41198         * scripts/lib-names.awk: Only handle one library at a time.
41199         * scripts/soversions.awk: Remove WORDSIZE support.
41200         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41201         entries.
41202         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41203         Removed.
41204         (syscall-list-default-condition): Likewise.
41205         (syscall-list-default-condition): Likewise.
41206         (syscall-list-includes): Likewise.
41207         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41208         syscall-list-* with abi-*.  Handle undefined abi-variants.
41209         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41210         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41211         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41212         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41213         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41214         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41215         Removed.
41216         (syscall-list-32-options): Likewise.
41217         (syscall-list-32-condition): Likewise.
41218         (syscall-list-64-options): Likewise.
41219         (syscall-list-64-condition): Likewise.
41220         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41221         macro.
41222         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41223         Renamed to ...
41224         (abi-*): This.
41225         (abi-64-ld-soname): New macro.
41226         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41227         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41228         Renamed to ...
41229         (abi-*): This.
41230         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41231         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41233 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41235         * sysdeps/unix/sysv/linux/kernel-features.h
41236         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41237         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41238         include <kernel-features.h>.
41239         [!__NR_ftruncate64]: Remove conditional code.
41240         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41241         [__NR_ftruncate64]: Make code unconditional.
41242         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41243         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41244         include <kernel-features.h>.
41245         [!__NR_ftruncate64]: Remove conditional code.
41246         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41247         [__NR_ftruncate64]: Make code unconditional.
41248         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41250         include <kernel-features.h>.
41251         [!__NR_ftruncate64]: Remove conditional code.
41252         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41253         [__NR_ftruncate64]: Make code unconditional.
41254         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41256         include <kernel-features.h>.
41257         [!__NR_ftruncate64]: Remove conditional code.
41258         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41259         [__NR_ftruncate64]: Make code unconditional.
41260         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41262         * configure.in (libc_cv_fpie): Weaken to a compile test using
41263         LIBC_TRY_CC_OPTION.
41264         * configure: Regenerated.
41266 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41269         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41270         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41271         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41272         Refreshed.
41273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41274         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41279         Refreshed.
41281 2012-05-27  David S. Miller  <davem@davemloft.net>
41283         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41284         (___Q_zero): New.
41285         (__Q_simulate_exceptions): Return void.  Change to simulate
41286         exceptions by writing into the %fsr.
41287         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41288         (__Qp_handle_exceptions): Likewise.
41289         (numbers): Delete.
41290         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41291         __Qp_handle_exceptions.
41292         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41293         __Qp_handle_exceptions.
41294         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41295         as unused and give dummy FP_RND_NEAREST initializer.
41296         (FP_INHIBIT_RESULTS): Define.
41297         (___Q_simulate_exceptions): Update declaration.
41298         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41299         formatting.
41300         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41301         as unused and give dummy FP_RND_NEAREST initializer.
41302         (__Qp_handle_exceptions): Update declaration.
41303         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41304         formatting.
41306 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41308         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41309         the temporary FPU control word.
41310         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41311         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41312         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41313         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41314         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41315         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41316         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41317         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41318         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41319         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41320         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41322 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41324         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41325         fields.
41327 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41329         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41330         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41331         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41332         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41333         Likewise.
41334         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41335         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41336         Likewise.
41338 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41340         * po/h.po: Update from translation team.
41342 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41344         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41346         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41347         handling of denormals.
41348         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41349         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41350         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41351         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41352         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41353         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41354         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41355         Likewise.
41357 2012-05-26  Marek Polacek  <polacek@redhat.com>
41359         [BZ #14152]
41360         * math/libm-test.inc (fma_test): Don't always expect underflow
41361         exception.
41363 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41365         [BZ #12416]
41366         * elf/tst-execstack.c: Include stackinfo.h.
41367         (do_test): Adjust test case to ensure that pthread_getattr_np
41368         behaviour remains the same after marking stack executable.
41370 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41372         * sysdeps/unix/sysv/linux/kernel-features.h
41373         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41374         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41375         kernel-features.h.
41376         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41377         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41378         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41379         kernel-features.h.
41380         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41381         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41383 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41385         * configure.in: Define the default includes to being none.
41386         * configure: Regenerated.
41388 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41390         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41391         * sysdeps/x86_64/setjmp.S: Likewise.
41392         * sysdeps/i386/bsd-setjmp.S: Likewise.
41393         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41394         * sysdeps/i386/setjmp.S: Likewise.
41395         * sysdeps/i386/__longjmp.S: Likewise.
41396         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41397         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41399         * include/stap-probe.h: New file.
41400         * configure.in: Handle --enable-systemtap.
41401         * configure: Regenerated.
41402         * config.h.in (USE_STAP_PROBE): New #undef.
41403         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41404         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41405         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41407 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41409         [BZ #13717]
41410         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41411         to 2.4.0 where earlier.
41412         * sysdeps/unix/sysv/linux/configure: Regenerated.
41413         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41414         <kernel-features.h>.
41415         [__ASSUME_32BITUIDS]: Make code unconditional.
41416         [!__ASSUME_32BITUIDS]: Remove conditional code.
41417         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41418         <kernel-features.h>.
41419         [__ASSUME_32BITUIDS]: Make code unconditional.
41420         [!__ASSUME_32BITUIDS]: Remove conditional code.
41421         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41422         [__ASSUME_32BITUIDS]: Make code unconditional.
41423         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41424         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41425         <kernel-features.h>.
41426         [__ASSUME_32BITUIDS]: Make code unconditional.
41427         [!__ASSUME_32BITUIDS]: Remove conditional code.
41428         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41429         <kernel-features.h>.
41430         [__ASSUME_32BITUIDS]: Make code unconditional.
41431         [!__ASSUME_32BITUIDS]: Remove conditional code.
41432         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41433         <kernel-features.h>.
41434         [__ASSUME_32BITUIDS]: Make code unconditional.
41435         [!__ASSUME_32BITUIDS]: Remove conditional code.
41436         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41437         <kernel-features.h>.
41438         [__ASSUME_32BITUIDS]: Make code unconditional.
41439         [!__ASSUME_32BITUIDS]: Remove conditional code.
41440         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41441         <kernel-features.h>.
41442         [__ASSUME_32BITUIDS]: Make code unconditional.
41443         [!__ASSUME_32BITUIDS]: Remove conditional code.
41444         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41445         <kernel-features.h>.
41446         [__ASSUME_32BITUIDS]: Make code unconditional.
41447         [!__ASSUME_32BITUIDS]: Remove conditional code.
41448         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41449         <kernel-features.h>.
41450         [__ASSUME_32BITUIDS]: Make code unconditional.
41451         [!__ASSUME_32BITUIDS]: Remove conditional code.
41452         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41453         <kernel-features.h>.
41454         [__ASSUME_32BITUIDS]: Make code unconditional.
41455         [!__ASSUME_32BITUIDS]: Remove conditional code.
41456         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41457         <kernel-features.h>.
41458         [__ASSUME_32BITUIDS]: Make code unconditional.
41459         [!__ASSUME_32BITUIDS]: Remove conditional code.
41460         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41461         <kernel-features.h>.
41462         [__ASSUME_32BITUIDS]: Make code unconditional.
41463         [!__ASSUME_32BITUIDS]: Remove conditional code.
41464         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41465         <kernel-features.h>.
41466         [__NR_setresgid] (__setresgid): Do not declare.
41467         [__ASSUME_32BITUIDS]: Make code unconditional.
41468         [!__ASSUME_32BITUIDS]: Remove conditional code.
41469         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41470         <kernel-features.h>.
41471         [__NR_setresuid] (__setresuid): Do not declare.
41472         [__ASSUME_32BITUIDS]: Make code unconditional.
41473         [!__ASSUME_32BITUIDS]: Remove conditional code.
41474         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41475         <kernel-features.h>.
41476         [__ASSUME_32BITUIDS]: Make code unconditional.
41477         [!__ASSUME_32BITUIDS]: Remove conditional code.
41478         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41479         <kernel-features.h>.
41480         [__ASSUME_32BITUIDS]: Make code unconditional.
41481         [!__ASSUME_32BITUIDS]: Remove conditional code.
41482         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41483         <kernel-features.h>.
41484         [__ASSUME_32BITUIDS]: Make code unconditional.
41485         [!__ASSUME_32BITUIDS]: Remove conditional code.
41486         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41487         <kernel-features.h>.
41488         [__ASSUME_32BITUIDS]: Make code unconditional.
41489         [!__ASSUME_32BITUIDS]: Remove conditional code.
41490         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41491         <kernel-features.h>.
41492         [__ASSUME_32BITUIDS]: Make code unconditional.
41493         [!__ASSUME_32BITUIDS]: Remove conditional code.
41494         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41495         <kernel-features.h>.
41496         [__ASSUME_32BITUIDS]: Make code unconditional.
41497         [!__ASSUME_32BITUIDS]: Remove conditional code.
41498         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41499         <kernel-features.h>.
41500         [__ASSUME_32BITUIDS]: Make code unconditional.
41501         [!__ASSUME_32BITUIDS]: Remove conditional code.
41502         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41503         <kernel-features.h>.
41504         [__ASSUME_32BITUIDS]: Make code unconditional.
41505         [!__ASSUME_32BITUIDS]: Remove conditional code.
41506         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41507         <kernel-features.h>.
41508         [__ASSUME_32BITUIDS]: Make code unconditional.
41509         [!__ASSUME_32BITUIDS]: Remove conditional code.
41510         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41511         <kernel-features.h>.
41512         [__ASSUME_32BITUIDS]: Make code unconditional.
41513         [!__ASSUME_32BITUIDS]: Remove conditional code.
41514         * sysdeps/unix/sysv/linux/kernel-features.h
41515         (__ASSUME_SETRESUID_SYSCALL): Remove.
41516         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41517         (__ASSUME_32BITUIDS): Likewise.
41518         (__ASSUME_LDT_WORKS): Likewise.
41519         (__ASSUME_O_DIRECTORY): Likewise.
41520         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41521         architecture but not kernel version.
41522         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41523         (__ASSUME_MMAP2_SYSCALL): Likewise.
41524         (__ASSUME_STAT64_SYSCALL): Likewise.
41525         (__ASSUME_IPC64): Likewise.
41526         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41527         <kernel-features.h>.
41528         [__ASSUME_32BITUIDS]: Make code unconditional.
41529         [!__ASSUME_32BITUIDS]: Remove conditional code.
41530         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41531         <kernel-features.h>.
41532         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41533         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41534         132096]: Remove conditional code.
41535         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41536         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41537         <kernel-features.h>.
41538         [__ASSUME_32BITUIDS]: Make code unconditional.
41539         [!__ASSUME_32BITUIDS]: Remove conditional code.
41540         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41541         <kernel-features.h>.
41542         [__ASSUME_32BITUIDS]: Make code unconditional.
41543         [!__ASSUME_32BITUIDS]: Remove conditional code.
41544         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41545         <kernel-features.h>.
41546         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41547         unconditional.
41548         (__setresgid): Do not declare.
41549         [__ASSUME_32BITUIDS]: Make code unconditional.
41550         [!__ASSUME_32BITUIDS]: Remove conditional code.
41551         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41552         <kernel-features.h>.
41553         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41554         unconditional.
41555         (__setresuid): Do not declare.
41556         [__ASSUME_32BITUIDS]: Make code unconditional.
41557         [!__ASSUME_32BITUIDS]: Remove conditional code.
41558         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41559         <kernel-features.h>.
41560         [__ASSUME_32BITUIDS]: Make code unconditional.
41561         [!__ASSUME_32BITUIDS]: Remove conditional code.
41562         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41563         <kernel-features.h>.
41564         [__ASSUME_32BITUIDS]: Make code unconditional.
41565         [!__ASSUME_32BITUIDS]: Remove conditional code.
41567 2012-05-25  Richard Henderson  <rth@twiddle.net>
41569         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41570         dl_hwcap to ifunc resolver.
41571         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41572         elf_ifunc_invoke.
41573         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41574         dl_hwcap to ifunc resolver.
41575         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41577 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41579         [BZ #14153]
41580         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41581         for |x| <= 2**-26, not 2**-57.
41582         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41583         exception.
41585 2012-05-24  Jeff Law  <law@redhat.com>
41587         * stdio-common/Makefile (tests): Add bug25.
41588         * stdio-common/bug25.c: New test.
41590 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41592         [BZ #13576]
41593         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41594         multiple of MALLOC_ALIGNMENT in size.
41595         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41597 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41599         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41600         Require >= 256.
41601         (FILENAME_MAX): Use macro-int-constant.
41602         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41603         (_IOFBF): Use macro-int-constant.
41604         (_IOLBF): Likewise.
41605         (_IONBF): Likewise.
41606         (SEEK_CUR): Likewise.
41607         (SEEK_END): Likewise.
41608         (SEEK_SET): Likewise.
41609         (TMP_MAX): Likewise.
41610         (EOF): Use macro-int-constant.  Require < 0.
41611         (NULL): Use macro-constant.  Require == 0.
41612         (stdin): Require type to be FILE *.
41613         (stdout): Likewise.
41614         (stderr): Likewise.
41615         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41616         macro-int-constant.
41617         (EXIT_SUCCESS): Likewise.
41618         (NULL): Use macro-constant.  Require == 0.
41619         (RAND_MAX): Use macro-int-constant.
41620         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41621         [C99-based standards] (strtof): Require function.
41622         [C99-based standards] (strtold): Likewise.
41623         [C99-based standards] (strtoll): Likewise.
41624         [C99-based standards] (strtoull): Likewise.
41625         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41626         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41627         [ISO || ISO99 || ISO11] (math.h): Likewise.
41628         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41629         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41630         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41632 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41634         [BZ #14132]
41635         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41636         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41637         * intl/dgettext.c (DCGETTEXT): Likewise.
41638         * intl/gettext.c (DCGETTEXT): Likewise.
41639         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41640         * posix/regex_internal.h (gettext): Likewise.
41641         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41642         Remove declaration.
41643         * include/argz.h (__argz_count_internal)
41644         (__argz_stringify_internal): Remove declaration.
41645         (__argz_count, __argz_stringify): Declare hidden proto.
41646         * intl/dcgettext.c: Remove use of INTDEF.
41647         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41648         * string/argz-stringify.c: Likewise.
41649         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41650         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41651         Declare hidden proto.
41652         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41653         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41654         Declare hidden proto.
41655         * include/stdio.h (__asprintf_internal): Don't declare.
41656         (__asprintf): Don't define as macro.  Declare hidden proto.
41657         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41658         (__fsetlocking): Declare hidden proto.
41659         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41660         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41661         hidden proto.
41662         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41663         (_IO_setlinebuf): Remove use of INTUSE.
41664         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41665         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41666         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41667         Remove declaration.
41668         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41669         (_IO_do_flush): Remove use of INTUSE.
41670         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41671         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41672         (_IO_adjust_column, _IO_least_wmarker)
41673         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41674         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41675         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41676         (_IO_default_doallocate, _IO_wdefault_doallocate)
41677         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41678         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41679         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41680         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41681         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41682         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41683         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41684         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41685         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41686         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41687         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41688         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41689         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41690         proto.
41691         (_IO_flush_all_internal, _IO_adjust_column_internal)
41692         (_IO_default_uflow_internal, _IO_default_finish_internal)
41693         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41694         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41695         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41696         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41697         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41698         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41699         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41700         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41701         (_IO_file_close_internal, _IO_file_close_it_internal)
41702         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41703         (_IO_file_init_internal, _IO_file_attach_internal)
41704         (_IO_file_fopen_internal, _IO_file_read_internal)
41705         (_IO_file_sync_internal, _IO_file_seek_internal)
41706         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41707         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41708         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41709         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41710         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41711         (_IO_list_all_internal, _IO_link_in_internal)
41712         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41713         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41714         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41715         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41716         (_IO_do_write_internal, _IO_padn_internal)
41717         (_IO_getline_info_internal, _IO_getline_internal)
41718         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41719         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41720         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41721         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41722         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41723         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41724         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41725         with libc_hidden_ver, remove use of INTUSE.
41726         * libio/genops.c: Likewise.
41727         * libio/freopen.c: Likewise.
41728         * libio/freopen64.c: Likewise.
41729         * libio/iofclose.c: Likewise.
41730         * libio/iofdopen.c: Likewise.
41731         * libio/iofflush.c: Likewise.
41732         * libio/iofflush_u.c: Likewise.
41733         * libio/iofgets.c: Likewise.
41734         * libio/iofgets_u.c: Likewise.
41735         * libio/iofopen.c: Likewise.
41736         * libio/iofopncook.c: Likewise.
41737         * libio/iofread.c: Likewise.
41738         * libio/iofread_u.c: Likewise.
41739         * libio/ioftell.c: Likewise.
41740         * libio/iofwrite.c: Likewise.
41741         * libio/iogetline.c: Likewise.
41742         * libio/iogets.c: Likewise.
41743         * libio/iogetwline.c: Likewise.
41744         * libio/iopadn.c: Likewise.
41745         * libio/iopopen.c: Likewise.
41746         * libio/ioseekoff.c: Likewise.
41747         * libio/ioseekpos.c: Likewise.
41748         * libio/iosetbuffer.c: Likewise.
41749         * libio/iosetvbuf.c: Likewise.
41750         * libio/ioungetc.c: Likewise.
41751         * libio/ioungetwc.c: Likewise.
41752         * libio/iovdprintf.c: Likewise.
41753         * libio/iovsprintf.c: Likewise.
41754         * libio/iovsscanf.c: Likewise.
41755         * libio/memstream.c: Likewise.
41756         * libio/obprintf.c: Likewise.
41757         * libio/oldfileops.c: Likewise.
41758         * libio/oldiofclose.c: Likewise.
41759         * libio/oldiofdopen.c: Likewise.
41760         * libio/oldiofopen.c: Likewise.
41761         * libio/oldiopopen.c: Likewise.
41762         * libio/oldstdfiles.c: Likewise.
41763         * libio/putc.c: Likewise.
41764         * libio/setbuf.c: Likewise.
41765         * libio/setlinebuf.c: Likewise.
41766         * libio/stdfiles.c: Likewise.
41767         * libio/strops.c: Likewise.
41768         * libio/vasprintf.c: Likewise.
41769         * libio/vscanf.c: Likewise.
41770         * libio/vsnprintf.c: Likewise.
41771         * libio/vswprintf.c: Likewise.
41772         * libio/wfiledoalloc.c: Likewise.
41773         * libio/wfileops.c: Likewise.
41774         * libio/wgenops.c: Likewise.
41775         * libio/wmemstream.c: Likewise.
41776         * libio/wstrops.c: Likewise.
41777         * libio/__fpurge.c: Likewise.
41778         * libio/__fsetlocking.c: Likewise.
41779         * assert/assert.c: Likewise.
41780         * debug/fgets_chk.c: Likewise.
41781         * debug/fgets_u_chk.c: Likewise.
41782         * debug/fread_chk.c: Likewise.
41783         * debug/fread_u_chk.c: Likewise.
41784         * debug/gets_chk.c: Likewise.
41785         * debug/obprintf_chk.c: Likewise.
41786         * debug/vasprintf_chk.c: Likewise.
41787         * debug/vdprintf_chk.c: Likewise.
41788         * debug/vsnprintf_chk.c: Likewise.
41789         * debug/vsprintf_chk.c: Likewise.
41790         * malloc/mtrace.c: Likewise.
41791         * misc/error.c: Likewise.
41792         * misc/syslog.c: Likewise.
41793         * stdio-common/asprintf.c: Likewise.
41794         * stdio-common/fxprintf.c: Likewise.
41795         * stdio-common/getw.c: Likewise.
41796         * stdio-common/isoc99_fscanf.c: Likewise.
41797         * stdio-common/isoc99_scanf.c: Likewise.
41798         * stdio-common/isoc99_vfscanf.c: Likewise.
41799         * stdio-common/isoc99_vscanf.c: Likewise.
41800         * stdio-common/isoc99_vsscanf.c: Likewise.
41801         * stdio-common/printf-prs.c: Likewise.
41802         * stdio-common/printf_fp.c: Likewise.
41803         * stdio-common/printf_fphex.c: Likewise.
41804         * stdio-common/printf_size.c: Likewise.
41805         * stdio-common/putw.c: Likewise.
41806         * stdio-common/scanf.c: Likewise.
41807         * stdio-common/sprintf.c: Likewise.
41808         * stdio-common/tmpfile.c: Likewise.
41809         * stdio-common/vfprintf.c: Likewise.
41810         * stdio-common/vfscanf.c: Likewise.
41811         * stdlib/strfmon_l.c: Likewise.
41812         * sunrpc/openchild.c: Likewise.
41813         * sunrpc/xdr_stdio.c: Likewise.
41814         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41815         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41817 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41819         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41821         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41822         in the third column, to generate for the shared library an IFUNC
41823         that uses _dl_vdso_vsym.
41824         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41825         * Makeconfig (object-suffixes-noshared): New variable.
41827         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41828         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41829         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41830         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41832         [BZ #14132]
41833         * include/sys/time.h (__gettimeofday): Remove macro.
41834         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41835         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41836         Remove INTDEF.
41837         (__gettimeofday): Add libc_hidden_def.
41838         (gettimeofday): Add libc_hidden_weak.
41839         * sysdeps/mach/gettimeofday.c: Likewise.
41840         * sysdeps/posix/gettimeofday.c: Likewise.
41841         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41842         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41843         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41844         (__gettimeofday_internal): Remove strong_alias.
41845         (__gettimeofday): Add libc_hidden_def.
41846         (gettimeofday): Add libc_hidden_weak.
41847         * sysdeps/unix/syscalls.list (gettimeofday):
41848         Remove __gettimeofday_internal alias.
41850 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41851             H.J. Lu  <hongjiu.lu@intel.com>
41853         [BZ #12495]
41854         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41855         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41856         (largebin_index_32_big): New.
41857         (largebin_index): Use it for 16-byte alignment.
41858         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41859         correction with front_misalign.
41861 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41865         Likewise.
41866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41867         Likewise.
41868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41869         Likewise.
41870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41871         Likewise.
41872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41873         Likewise.
41874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41875         Likewise.
41876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41877         Likewise.
41878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41879         Likewise.
41880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41881         Likewise.
41882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41883         Likewise.
41884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41885         Likewise.
41886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41887         Likewise.
41889         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41890         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41892 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41894         [BZ #10846]
41895         [BZ #14036]
41896         * math/libm-test.inc (exp_test): Add test from bug 14036.
41897         (pow_test): Add test from bug 10846.
41899         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41900         and other flags.
41901         (special_function): Do not include flags in test name.
41902         (parse_args): Likewise.
41903         * sysdeps/i386/fpu/libm-test-ulps: Update.
41904         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41905         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41906         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41909         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41910         exceptions.
41911         * math/libm-test.inc ("Philosophy"): Update comment about
41912         exception testing.
41913         (UNDERFLOW_EXCEPTION): New macro.
41914         (UNDERFLOW_EXCEPTION_OK): Likewise.
41915         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41916         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41917         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41918         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41919         (INVALID_EXCEPTION_OK): Update value.
41920         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41921         (OVERFLOW_EXCEPTION_OK): Likewise.
41922         (IGNORE_ZERO_INF_SIGN): Likewise.
41923         (test_exceptions): Handle underflow exceptions.
41924         (acos_test): Update for underflow exception expectations.
41925         (cexp_test): Likewise.
41926         (clog_test): Likewise.
41927         (clog10_test): Likewise.
41928         (csqrt_test): Likewise.
41929         (ctan_test): Likewise.
41930         (ctanh_test): Likewise.
41931         (exp_test): Likewise.
41932         (exp10_test): Likewise.
41933         (exp2_test): Likewise.
41934         (expm1_test): Likewise.
41935         (fma_test): Likewise.
41936         (j0_test): Likewise.
41937         (jn_test): Likewise.
41938         (nexttoward_test): Likewise.
41939         (pow_test): Likewise.
41940         (scalbn_test): Likewise.
41941         (scalbln_test): Likewise.
41942         (tan_test): Likewise.
41943         (y1_test): Likewise.
41944         * sysdeps/i386/fpu/libm-test-ulps: Update.
41945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41947 2012-05-23  David S. Miller  <davem@davemloft.net>
41949         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41950         (__libc_sigaction): Remove unused local variables.
41952 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41954         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41956 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41958         mktime: avoid signed integer overflow
41959         * time/mktime.c (__mktime_internal): Do not mishandle the case
41960         where diff == INT_MIN.
41962         mktime: simplify computation of average
41963         * time/mktime.c (ranged_convert): Use new time_t_avg function
41964         instead of rolling our own (probably-slower) code.
41966         mktime: do not assume signed right shift propagates sign bit
41967         * time/mktime.c (isdst_differ): New static function.
41968         (__mktime_internal): No need to normalize tm_isdst now.
41969         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41970         tm_isdst values.
41972         mktime: merge another wrapv change from gnulib
41973         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41974         from some compilers.
41976         mktime: remove incorrect attempt at unusual arithmetics
41977         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41978         The code didn't really work on such machines anyway.
41979         (TYPE_MINIMUM): Assume two's complement.
41980         (twos_complement_arithmetic): Verify that long_int and time_t
41981         are two's complement (or unsigned, in the latter case).
41983         mktime: check signed shifts on long_int and time_t, too
41984         * time/mktime.c (SHR): Check that shifts work as desired
41985         on the types long_int and time_t too, as SHR is used on
41986         such types.
41988         mktime: do not assume 'long' is wide enough
41989         * time/mktime.c (verify): Move decl up.
41990         (long_int): New type.
41991         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41992         to remove assumption in the code that 'long' is wide enough to
41993         store year values.  This assumption is not true on x32 and on
41994         some non-glibc platforms.
41996         mktime: merge wrapv change from gnulib
41997         * time/mktime.c (WRAPV): New macro.
41998         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41999         (guess_time_tm, __mktime_internal): Do not assume that signed
42000         integer overflow wraps around; modern compilers generate code
42001         where this assumption is no longer valid.
42003 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42005         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42006         Replace "jmp L(pseudo_end)" with "ret".
42007         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42008         Likewise.
42010 2012-05-23  Andreas Jaeger  <aj@suse.de>
42012         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42013         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42015 2012-05-23  Andreas Jaeger  <aj@suse.de>
42016             Maximilian Attems  <max@stro.at>
42018         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42019         New macros.
42021 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42023         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42024         code so that pseudo_end is just ret and the stack pointer is
42025         correct also for static library in error case.
42027 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42029         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42030         move to syscalls.list.
42031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42036         * manual/install.texi (Running make install): Do not mention Linux
42037         kernel version for which pt_chown is not needed.
42038         (Linux): Do not mention problems with nscd with 2.0 kernels.
42039         * INSTALL: Regenerated.
42041 2012-05-23  Andreas Jaeger  <aj@suse.de>
42043         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42044         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42045         macro.
42046         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42047         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42048         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42049         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42050         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42051         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42052         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42053         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42054         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42055         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42056         * sysdeps/unix/sysv/linux/bits/in.h
42057         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42059 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42061         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42062         (PREPARE_VERSION): Just use assert instead, it will be elided
42063         under [NDEBUG] anyway.
42065 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42067         * sysdeps/unix/sysv/linux/Makefile: Include
42068         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42069         (sysdep_routines): Remove sysctl.
42070         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42071         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42072         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42073         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42074         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42076 2012-05-22  Andreas Jaeger  <aj@suse.de>
42078         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42079         that pseudo_end is just ret and the stack pointer is correct also
42080         for static library in error case.
42082 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42084         [BZ #14122]
42085         * nss/nsswitch.c (defconfig_entries): New variable.
42086         (__nss_database_lookup): Don't leak defconfig entries.
42087         (nss_parse_service_list): Don't leak on error paths.
42088         (free_database_entries): New function.
42089         (free_defconfig): New function.
42090         (free_mem): Move common code to free_database_entries.
42092 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42094         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42095         Add arch_prctl.
42096         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42098         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42099         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42100         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42101         New macro.
42102         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42103         (INTERNAL_SYSCALL_TYPES): Likewise.
42104         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42105         (LOAD_REGS_TYPES_[1-6]): Likewise.
42106         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42107         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42109 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42111         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42112         copysignl for GLIBC_2_0.
42113         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42114         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42115         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42116         logbl for GLIBC_2_0.
42117         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42118         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42120 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42122         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42123         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42125         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42126         Use "neg %eax".
42128         * time/mktime.c: Update copyright years.
42130 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42132         mktime: merge comment-quoting-style change from gnulib
42133         * time/mktime.c: Quote 'like this' in comments.
42134         The GNU coding standards suggest that we no longer quote `like this',
42135         as "`" and "'" are typically rendered asymmetrically nowadays.
42136         The typical gnulib style is to quote 'like this' when quoting
42137         code, and "like this" when quoting English.
42139         * time/mktime.c (compile-command): Add "-I.".
42141         mktime: merge mktime-internal.h change from gnulib
42142         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42144         mktime: merge time_r change from gnulib
42145         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42147         mktime: merge DEBUG change from gnulib
42148         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42149         case system <time.h> has a #define.
42151         mktime: merge <sys/types.h> change from gnulib
42152         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42153         since <time.t> is now guaranteed to define time_t.
42155         mktime: merge HAVE_CONFIG_H change from gnulib
42156         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42158 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42160         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42161         Use "neg %eax".
42163         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42164         __rlim_t cast.
42165         (struct rusage): Use anonymous union to pad each field to
42166         __syscall_slong_t.
42168 2012-05-21  David S. Miller  <davem@davemloft.net>
42170         * Makefules (o-iterator): Remove .s cases.
42171         (compile-command.s): Delete.
42172         (COMPILE.s): Delete.
42173         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42175 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42177         * configure.in (libc_cv_predef_stack_protector): Only consider
42178         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42179         * configure: Regenerated.
42181 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42183         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42184         New macro.  Use R*LP on int and pointer.
42185         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42186         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42187         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42188         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42190         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42191         [__WORDSIZE_TIME64_COMPAT32] instead of
42192         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42193         (struct utmp): Likewise.
42194         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42195         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42196         Renamed to ...
42197         (__WORDSIZE_TIME64_COMPAT32): This.
42198         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42199         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42200         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42201         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42202         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42203         (__WORDSIZE_TIME64_COMPAT32): New macro.
42205 2012-05-21  Andreas Jaeger  <aj@suse.de>
42207         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42208         only if [SHARED]. Add prototype for __wcschr_ia32.
42210 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42212         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42213         of %rbp unmolested in the jmp_buf while mangling the low bits.
42214         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42215         unmolested high bits of %rbp while demangling the low bits.
42216         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42218 2012-05-21  Andreas Jaeger  <aj@suse.de>
42220         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42221         * sunrpc/svc_simple.c: Use it for registerrpc.
42222         * sunrpc/xcrypt.c: Use it for passwd2des.
42224         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42226 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42228         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42229         Don't define if [__SYSCALL_WORDSIZE != 32].
42230         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42231         New macro.
42233 2012-05-21  Bruno Haible  <bruno@clisp.org>
42234             Andreas Jaeger  <aj@suse.de>
42236         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42237         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42238         inptr and inend for must_buffer_ch.
42239         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42240         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42241         * stdio-common/Makefile (tests): Remove bug15.
42242         (bug15-ENV): Remove macro.
42243         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42244         anymore.
42246 2012-05-19  Andreas Jaeger  <aj@suse.de>
42247             Roland McGrath  <roland@hack.frob.com>
42249         * manual/contrib.texi: Completely rewritten. It contains now an
42250         alphabetical list of contributors and their contributions.
42252 2012-05-21  Richard Henderson  <rth@twiddle.net>
42254         * misc/getauxval.c (__getauxval): Use unsigned long int.
42255         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42256         (getauxval): Use unsigned long int.
42258 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42260         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42262 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42264         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42265         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42266         __alignof__ (long double).
42268 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42272 2012-05-20  Richard Henderson  <rth@twiddle.net>
42274         * misc/getauxval.c: New file.
42275         * misc/sys/auxv.h: New file.
42276         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42277         (routines): Add getauxval.
42278         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42279         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42280         * elf/dl-sysdep.c (_dl_auxv): Remove.
42281         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42282         * elf/dl-support.c (_dl_auxv): New variable.
42283         (_dl_aux_init): Initialize it.
42284         * manual/startup.texi (Auxiliary Vector): New node.
42285         * sysdeps/generic/bits/hwcap.h: New file.
42286         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42287         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42288         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42289         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42290         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42291         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42293         Update.
42294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42295         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42296         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42297         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42298         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42299         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42300         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42303 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42307 2012-05-19  David S. Miller  <davem@davemloft.net>
42309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42311 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42313         [BZ #14123]
42314         * math/s_ccosh.c: Include <float.h>
42315         (__ccosh): Avoid internal overflow calculating sinh and cosh
42316         values before multiplying by sin and cos values.
42317         * math/s_ccoshf.c: Likewise.
42318         * math/s_ccoshl.c: Likewise.
42319         * math/s_csin.c: Likewise.
42320         * math/s_csinf.c: Likewise.
42321         * math/s_csinl.c: Likewise.
42322         * math/s_csinh.c: Likewise.
42323         * math/s_csinhf.c: Likewise.
42324         * math/s_csinhl.c: Likewise.
42325         * math/libm-test.inc (ccos_test): Add more tests.
42326         (ccosh_test): Likewise.
42327         (csin_test): Likewise.
42328         (csinh_test): Likewise.
42329         * sysdeps/i386/fpu/libm-test-ulps: Update.
42330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42332 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42334         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42335         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42337         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42339 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42341         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42342         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42343         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42344         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42345         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42346         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42347         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42348         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42349         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42350         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42351         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42352         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42353         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42354         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42355         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42356         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42357         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42358         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42359         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42360         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42361         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42362         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42363         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42364         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42365         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42366         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42367         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42368         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42369         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42370         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42371         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42373 2012-05-18  Andreas Jaeger  <aj@suse.de>
42375         * csu/.gitignore: Delete.
42377 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42379         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42380         (timex): Use __syscall_slong_t.
42382 2012-05-18  Andreas Jaeger  <aj@suse.de>
42383             Carlos O'Donell  <carlos_odonell@mentor.com>
42385         * manual/install.texi (Configuring and compiling): Update
42386         description about files modified in the source directory.
42387         * INSTALL: Regenerated.
42389 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42391         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42392         value.  Use "or" to set return value to -1.
42393         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42394         negate return value.
42396 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42398         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42399         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42400         failure if the compiler has Graphite support disabled.
42401         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42402         Likewise.
42403         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42404         (CFLAGS-memmove.c): Likewise.
42405         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42406         Likewise.
42408 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42410         * sysdeps/x86_64/x32/_itoa.h: New file.
42412         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42413         getdents system call only if kernel and user dirents have the
42414         same d_ino and d_off.
42416         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42417         LLONG_MAX != LONG_MAX.
42418         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42419         (_fitoa_word): Likewise.
42421         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42422         years.
42423         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42424         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42425         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42427         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42428         include <bits/wordsize.h>.  Check __x86_64__ instead of
42429         __WORDSIZE.
42430         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42431         if __x86_64__ is defined.  Use anonymous union on fpstate.
42433         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42434         anonymous union.
42436 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42438         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42439         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42440         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42441         Refer to _rtld_local_ro instead of _rtld_global_ro.
42442         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42443         Likewise.
42444         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42445         Likewise.
42446         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42447         Likewise.
42448         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42449         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42450         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42452         * sysdeps/powerpc/powerpc32/dl-machine.c
42453         (__elf_machine_runtime_setup) [PROF]: Don't reference
42454         _dl_prof_resolve.
42456 2012-05-18  Andreas Jaeger  <aj@suse.de>
42458         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42459         function only available for GCCs before 3.4 since GCC 3.4
42460         introduced a builtin.
42461         (lrint): Likewise.
42462         (llrintf): Likewise.
42463         (llrint): Likewise.
42464         (fmaxf): Likewise.
42465         (fmax): Likewise.
42466         (fminf): Likewise.
42467         (fmin): Likewise.
42468         (rint): Likewise.
42469         (rintf): Likewise.
42470         (nearbyint): Likewise.
42471         (nearbyintf): Likewise.
42472         (ceil): Likewise.
42473         (ceilf): Likewise.
42474         (floor): Likewise.
42475         (floorf): Likewise.
42477 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42479         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42480         on both fields and cast pointer to __syscall_ulong_t.
42482         * bits/types.h (__fsword_t): New type.
42483         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42484         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42485         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42486         (__FSWORD_T_TYPE): Likewise.
42487         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42488         (__FSWORD_T_TYPE): Likewise.
42489         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42490         (__FSWORD_T_TYPE): Likewise.
42491         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42492         (__FSWORD_T_TYPE): Likewise.
42493         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42494         __SWORD_TYPE with __fsword_t.
42495         (statfs64): Likewise.
42497 2012-05-17  David S. Miller  <davem@davemloft.net>
42499         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42501 2012-05-17  Andreas Jaeger  <aj@suse.de>
42503         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42504         warning.
42506 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42508         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42510 2012-05-17  Andreas Jaeger  <aj@suse.de>
42512         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42513         when it is used.
42515 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42517         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42519 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42521         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42522         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42524 2012-05-17  Andreas Jaeger  <aj@suse.de>
42525             Carlos O'Donell  <carlos_odonell@mentor.com>
42527         [BZ #14059]
42528         * sysdeps/x86_64/multiarch/init-arch.h
42529         (bit_YMM_Usable): Rename to...
42530         (bit_AVX_Usable): ... this.
42531         (bit_FMA4_Usable): New macro.
42532         (bit_XMM_state): New macro.
42533         (bit_YMM_state): New macro.
42534         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42535         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42536         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42537         (CPUID_OSXSAVE): New macro.
42538         (CPUID_AVX): New macro.
42539         (CPUID_FMA4): New macro.
42540         (index_YMM_Usable): Rename to...
42541         (index_AVX_Usable): ... this.
42542         (HAS_AVX): Use HAS_ARCH_FEATURE.
42543         (HAS_FMA4): Likewise.
42544         (HAS_YMM_USABLE): Remove.
42545         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42546         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42547         are present.
42548         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42549         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42550         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42551         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42552         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42554 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42556         * math/libm-test.c: Support platforms without multiple rounding modes.
42557         * math/bug-nextafter.c: Support platforms without FP exceptions.
42558         * math/bug-nexttoward.c: Likewise.
42559         * math/test-fenv.c: Likewise.
42560         * math/test-misc.c: Likewise.
42561         * stdlib/bug-getcontext.c: Likewise.
42563 2012-05-17  Andreas Jaeger  <aj@suse.de>
42565         * manual/examples/search.c (critter_cmp): Change signature to
42566         avoid warnings.
42567         * manual/string.texi (Collation Functions): Likewise.
42569 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42571         * bits/types.h: Fold copyright years.
42572         * bits/typesizes.h: Likewise.
42573         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42574         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42575         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42576         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42577         * time/time.h: Likewise.
42579 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42581         [BZ #208]
42582         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42583         in instead of returning them.  Return void.
42584         (__libc_mallinfo): Accumulate over all arenas.
42585         (__malloc_stats): Adjust for change in int_mallinfo interface.
42587 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42589         [BZ #10375]
42590         * configure.in (NM): Add AC_CHECK_TOOL for it.
42591         (libc_extra_cflags): New substituted variable.
42592         Check for -fstack-protector being used implicitly.
42593         * configure: Regenerated.
42594         * config.make.in (config-extra-cflags): New variable,
42595         gets @libc_extra_cflags@.
42596         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42598         [BZ #10375]
42599         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42600         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42601         * configure: Regenerated.
42602         * config.make.in (CPPUNDEFS): New substituted variable.
42603         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42604         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42605         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42607 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42609         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42610         (mq_attr): Use __syscall_slong_t.
42612 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42614         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42615         Check __x86_64__ instead of __WORDSIZE.
42616         (_STAT_VER_LINUX): Likewise.
42617         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42618         __syscall_ulong_t and __syscall_slong_t.
42619         (stat64): Likewise.
42621 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42623         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42625 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42627         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42629 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42631         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42632         __syscall_ulong_t.
42634         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42635         include <bits/wordsize.h>.  Check __x86_64__ instead of
42636         __WORDSIZE.
42637         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42638         defined.
42639         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42641         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42642         include <bits/wordsize.h>.  Check __x86_64__ instead of
42643         __WORDSIZE.
42644         (user_regs_struct): Use "__extension__ unsigned long long"
42645         instead of "unsigned long" if __x86_64__ is defined.
42646         (user): Likewise.  Pad after pointer field if __ILP32__ is
42647         defined.
42649 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42651         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42652         versions 5 to 9.
42653         * configure: Regenerated.
42654         * manual/install.texi (texinfo): Increase version requirement to
42655         4.5 or later.
42656         * INSTALL: Regenerated.
42658         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42660 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42662         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42664         * sysdeps/x86_64/x32/ffs.c: New file.
42666         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42667         __syscall_ulong_t.
42668         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42669         defined.  Use __syscall_ulong_t.
42670         (shminfo): Use __syscall_ulong_t.
42671         (shm_info): Likewise.
42673         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42674         __syscall_ulong_t.
42676         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42677         <bits/wordsize.h>.
42678         (msgqnum_t): Use __syscall_ulong_t.
42679         (msglen_t): Likewise.
42680         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42681         __syscall_ulong_t.
42683         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42684         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42686         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42688         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42689         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42691         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42692         __syscall_slong_t.
42694         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42695         include <bits/wordsize.h>.  Check __x86_64__ instead of
42696         __WORDSIZE.
42698         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42699         "unsigned long long int" if __x86_64__ is defined.
42700         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42702         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42703         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42704         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42706         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42707         <stdint.h>.
42708         (GET_PC): Cast to uintptr_t first.
42709         (GET_FRAME): Likewise.
42710         (GET_STACK): Likewise.
42712         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42713         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42714         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42715         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42716         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42717         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42718         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42719         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42720         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42721         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42722         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42723         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42724         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42725         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42726         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42727         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42728         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42729         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42730         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42731         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42732         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42733         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42734         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42735         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42736         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42737         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42738         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42739         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42740         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42742 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42744         * Makerules (+depfiles): Also collect depfiles from .oS in
42745         $(extra-objs).
42746         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42747         .oS, $(libnldbl-routines)).
42749         * Makerules (native-compile-mkdep-flags): Define.
42750         * sunrpc/Makefile (extra-objs): Add $(addprefix
42751         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42752         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42753         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42754         calling $(make-target-directory).
42756 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42758         * bits/types.h (__snseconds_t): Removed.
42759         * time/time.h (struct timespec): Replace __snseconds_t with
42760         __syscall_slong_t.
42761         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42762         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42763         Likewise.
42764         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42765         (__SNSECONDS_T_TYPE): Likewise.
42766         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42767         (__SNSECONDS_T_TYPE): Likewise.
42768         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42769         (__SNSECONDS_T_TYPE): Likewise.
42771 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42773         * sysdeps/mach/hurd/bits/typesizes.h
42774         (__SYSCALL_SLONG_TYPE): New macro.
42775         (__SYSCALL_ULONG_TYPE): Likewise.
42777 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42779         * bits/types.h (__syscall_slong_t): New type.
42780         (__syscall_ulong_t): Likewise.
42782         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42783         (__SYSCALL_ULONG_TYPE): Likewise.
42784         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42785         (__SYSCALL_SLONG_TYPE): Likewise.
42786         (__SYSCALL_ULONG_TYPE): Likewise.
42787         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42788         (__SYSCALL_SLONG_TYPE): Likewise.
42789         (__SYSCALL_ULONG_TYPE): Likewise.
42790         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42791         (__SYSCALL_SLONG_TYPE): Likewise.
42792         (__SYSCALL_ULONG_TYPE): Likewise.
42794 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42796         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42797         Add sigaltstack-offsets.sym.
42798         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42799         <sigaltstack-offsets.h>.
42800         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42801         longjmp_msg pointer.
42802         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42803         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42804         signal stack.
42805         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42807 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42809         * elf/stackguard-macros.h: Remove file.
42810         * sysdeps/generic/stackguard-macros.h: New file.
42811         * sysdeps/i386/stackguard-macros.h: Likewise.
42812         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42813         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42814         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42815         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42816         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42817         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42818         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42819         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42820         <elf/stackguard-macros.h>.
42822         [BZ #14109]
42823         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42824         __aligned__ in attribute.
42825         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42826         (gregset_t): Likewise.
42828 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42830         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42831         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42832         * sysdeps/x86_64/x32/Implies-after: New file.
42834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42836         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42837         and access return value for _dl_profile_fixup.  Use R10_LP to
42838         load frame size.
42840 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42842         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42844 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42846         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42847         * sysdeps/x86_64/x32/sysdep.h: New file.
42849 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42851         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42852         * sysdeps/x86_64/setjmp.S: Likewise.
42854 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42856         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42857         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42858         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42859         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42860         remove unused global constant.
42862 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42864         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42865         include of <not-cancel.h>.
42867 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42869         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42871 2012-05-15  Jeff Law  <law@redhat.com>
42872             Andreas Jaeger  <aj@suse.de>
42874         [BZ #13594]
42875         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42876         out from...
42877         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42878         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42879         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42880         code changing __hst_map_handle.map.
42882 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42884         * configure.in (sysnames): Look for Implies-before and Implies-after
42885         files.
42886         * configure: Regenerated.
42888 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42890         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42891         8-byte data alignment with LP_SIZE alignment.
42893 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42895         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42896         into R10_LP.
42898 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42900         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42902 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42904         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42905         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42906         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42907         Likewise.
42908         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42910 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42912         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42913         (stackinfo_sub_sp): Likewise.
42915 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42917         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42918         RAX_LP.
42920 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42922         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42923         into R*_LP.
42925 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42927         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42928         sizes into R*_LP.
42930 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42932         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42936         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42937         into R11_LP and load __x86_64_shared_cache_size_half into
42938         R8_LP.
42940 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42942         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42943         R8_LP.
42945 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42947         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42948         logb for POWER7.
42949         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42950         logbf for POWER7.
42951         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42952         logbl for POWER7.
42953         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42954         powerpc32/power7/fpu/s_logb.c via #include.
42955         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42956         powerpc32/power7/fpu/s_logbf.c via #include.
42957         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42958         powerpc32/power7/fpu/s_logbl.c via #include.
42960 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42962         * README.libm: Remove file.
42964 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42966         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42967         count for x32.  Use R*_LP and omit operand-size suffix.
42969 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42971         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42972         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42973         * sysdeps/x86_64/x32/shlib-versions: New file.
42975 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42977         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42978         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42979         Use _dl_fatal_printf instead.
42981 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42983         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42984         set if not set by the user.  Do not allow for being unset.
42985         * sysdeps/unix/sysv/linux/configure: Regenerated.
42987 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42989         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42990         the `q' suffix from lea and replace .quad with ASM_ADDR.
42992 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42994         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42995         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42996         instead of $17.
42997         (PTR_DEMANGLE): Likewise.
42999 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43001         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43002         (LP_OP): Likewise.
43003         (ASM_ADDR): Likewise.
43004         (RAX_LP): Likewise.
43005         (RBP_LP): Likewise.
43006         (RBX_LP): Likewise.
43007         (RCX_LP): Likewise.
43008         (RDI_LP): Likewise.
43009         (RSI_LP): Likewise.
43010         (RSP_LP): Likewise.
43011         (R8_LP): Likewise.
43012         (R9_LP): Likewise.
43013         (R10_LP): Likewise.
43014         (R10_LP): Likewise.
43015         (R11_LP): Likewise.
43016         (R12_LP): Likewise.
43017         (R13_LP): Likewise.
43018         (R14_LP): Likewise.
43019         (R15_LP): Likewise.
43021 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43023         * sysdeps/x86_64/x32/dl-machine.h: New file.
43025 2012-05-14  Andreas Jaeger  <aj@suse.de>
43027         * manual/Makefile (subdir): Remove export of subdir.
43028         (all): Remove target.
43029         (.PHONY): Remove all from list.
43030         (mkinstalldirs): Remove.
43031         (.PHONY): Remove installdirs from list.
43032         ($(inst_infodir)/libc.info): Use make-target-directory.
43033         (installdirs): Remove.
43034         (subdir_%): Remove.
43035         (glibc-targets): Remove.
43036         (lib): Remove.
43037         (stubs): Remove.
43038         ($(objpfx)stubs ../po/manual.pot): Remove.
43039         ($(objpfx)stamp%): Remove.
43040         (make-target-directory): Remove.
43041         (subdir_install): Remove.
43042         (routines): Remove.
43043         (aux): Remove.
43044         (sources): Remove.
43045         (objects): Remove.
43046         (headers): Remove.
43048         [BZ #13750]
43049         * manual/.gitignore: Remove, it's not needed anymore.
43050         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43051         all files in it.
43052         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43053         directory.
43054         (texis): Renamed to $(objpfx)texis.
43055         (texis-path): New, contains path to generated files.
43056         (chapters.%): Use texis-path for complete path, add extra argument
43057         libc-texinfo.sh.
43058         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43059         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43060         (summary,texi, stamp-summary): Use complete path of
43061         files. Generate files in build dir.
43062         (dir-add.texi): Build in build dir.
43063         (libm-err.texi,stamp-libm-err): Likewise.
43064         (version.texi, stamp-version): Likewise.
43065         (.%c.texi): Likewise.
43066         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43067         (mostlyclean): Remove target.
43068         (realclean): Remove target.
43069         (generated): Add new variable with contents from mostlyclean and
43070         realclean, remove entries duplicated in common-mostlyclean, add
43071         stamp-libm-err and stamp-version.
43072         (generated-dirs): Add libc directory.
43073         ($(inst_infodir)/libc.info): Install files from build dir.
43075         * manual/install.texi (Configuring and compiling): Adjust since
43076         the info files are not part of the tar ball anymore.
43078 2012-05-14  Andreas Jaeger  <aj@suse.de>
43080         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43081         variable.
43083 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43085         [BZ #13717]
43086         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43087         to 2.2.0 where earlier.
43088         * sysdeps/unix/sysv/linux/configure: Regenerated.
43089         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43090         Remove conditional code.
43091         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43092         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43093         Remove conditional code.
43094         [!__NR_lchown]: Likewise.
43095         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43096         [__NR_lchown]: Likewise.
43097         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43098         comment referencing __ASSUME_LCHOWN_SYSCALL.
43099         * sysdeps/unix/sysv/linux/i386/sigaction.c
43100         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43101         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43102         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43103         Remove conditional code.
43104         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43105         (__protocol_available): Remove #if 0 code.
43106         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43107         conditional code.
43108         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43109         * sysdeps/unix/sysv/linux/kernel-features.h
43110         (__ASSUME_GETCWD_SYSCALL): Don't define.
43111         (__ASSUME_REALTIME_SIGNALS): Likewise.
43112         (__ASSUME_PREAD_SYSCALL): Likewise.
43113         (__ASSUME_PWRITE_SYSCALL): Likewise.
43114         (__ASSUME_POLL_SYSCALL): Likewise.
43115         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43116         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43117         non-SPARC.
43118         (__ASSUME_SIOCGIFNAME): Don't define.
43119         (__ASSUME_MSG_NOSIGNAL): Likewise.
43120         (__ASSUME_SENDFILE): Define unconditionally.
43121         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43122         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43123         conditional code.
43124         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43125         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43126         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43127         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43128         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43129         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43130         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43132         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43133         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43135         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43136         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43138         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43139         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43141         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43142         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43144         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43145         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43147         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43148         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43150         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43151         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43153         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43154         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43155         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43156         Remove conditional code.
43157         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43158         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43159         Remove conditional code.
43160         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43161         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43162         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43163         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43164         Remove conditional code.
43165         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43166         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43167         Remove conditional code.
43168         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43169         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43170         Remove conditional code.
43171         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43172         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43173         Remove conditional code.
43174         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43175         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43176         Remove conditional code.
43177         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43178         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43179         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43180         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43181         * sysdeps/unix/sysv/linux/sigaction.c
43182         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43183         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43184         * sysdeps/unix/sysv/linux/sigpending.c
43185         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43186         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43187         * sysdeps/unix/sysv/linux/sigprocmask.c
43188         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43189         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43190         * sysdeps/unix/sysv/linux/sigsuspend.c
43191         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43192         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43193         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43194         (__libc_missing_rt_sigs): Remove.
43195         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43196         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43197         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43198         Remove conditional code.
43199         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43200         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43201         return 1.
43202         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43203         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43204         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43205         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43207 2012-05-14  Andreas Jaeger  <aj@suse.de>
43209         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43210         it's not used in glibc.
43211         (__coshm1): Likewise.
43212         (__acosh1p): Likewise.
43213         (__sgn): Likewise.
43215         * manual/string.texi (Copying and Concatenation): Add missing
43216         variable in concat example.
43217         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43219 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43221         [BZ #14103]
43222         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43223         __builtin_clzl with __builtin_clzll.
43225 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43227         [BZ #14104]
43228         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43229         libc_freeres_ptr.
43231 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43233         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43234         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43235         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43236         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43238 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43240         * NEWS: Update ia64 info.
43242 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43244         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43245         used as bcopy.
43247 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43249         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43250         * sysdeps/unix/syscalls.list (dup3): Likewise.
43251         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43252         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43254 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43256         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43257         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43259 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43261         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43262         thread pointer.
43263         (TLS_IE): Use mov/add instead of movq/addq to load thread
43264         pointer.
43265         (TLS_GD_PREFIX): New.
43266         (TLS_GD): Use it.
43268 2012-05-11  David S. Miller  <davem@davemloft.net>
43270         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43271         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43272         (_FPU_SETCW): Likewise.
43274 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43276         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43277         is 32-byte aligned.
43279 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43281         [BZ #11837]
43282         * iconvdata/gb18030.c: Update tables.
43283         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43284         characters specially.
43285         (BODY for TO_LOOP): Add encoding of missing ranges.
43287 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43289         [BZ #13673]
43290         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43291         * sysdeps/mach/hurd/dup3.c: Likewise.
43292         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43293         * sysdeps/powerpc/memmove.c:: Likewise.
43295 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43297         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43298         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43300 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43302         * elf/elf.h (R_X86_64_RELATIVE64): New.
43303         (R_X86_64_NUM): Updated.
43304         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43305         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43306         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43307         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43308         tst-quad1pie tst-quad2pie
43309         (modules-names): Add tst-quadmod1 tst-quadmod2.
43310         ($(objpfx)tst-quad1): New dependency.
43311         ($(objpfx)tst-quad2): Likewise.
43312         ($(objpfx)tst-quad1pie): Likewise.
43313         ($(objpfx)tst-quad2pie): Likewise.
43314         * sysdeps/x86_64/tst-quad1.c: New file.
43315         * sysdeps/x86_64/tst-quad1pie.c: New file.
43316         * sysdeps/x86_64/tst-quad2.c: Likewise.
43317         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43318         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43319         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43320         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43321         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43323 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43325         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43326         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43327         * streams/stropts.h (t_scalar_t): Define type.
43329         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43330         (_PATH_PRESERVE): Set to "/var/lib".
43331         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43333         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43334         instead of int.
43336         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43337         if __dir_mkfile succeeded.
43339         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43340         checking for _hurd_dtablesize.  Unlock it right after having
43341         finished _hurd_dtable allocation.
43343 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43345         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43346         * sysdeps/mach/hurd/configure: Regenerated.
43347         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43348         special-casing to...
43349         * sysdeps/gnu/configure.in: ... this new file.
43350         * sysdeps/unix/sysv/linux/configure: Regenerated.
43351         * sysdeps/gnu/configure: New generated file.
43353         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43354         for Linux: use nsec instead of usec, as well as:
43355         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43356         members of type struct timespec.
43357         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43358         New macros.
43359         (struct stat64): Likewise.
43360         (_STATBUF_ST_NSEC): New macro.
43361         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43363         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43364         __strtoul_internal rather than strtoul.
43366 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43368         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43369         and reject them.
43371 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43373         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43374         which preserves existing values.
43375         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43377 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43379         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43380         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43381         greater than FD_SETSIZE.
43383 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43385         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43386         allocated, call __vm_protect to finish enabling the existing space, and
43387         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43388         allocate the remainder.
43390 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43392         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43393         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43395 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43397         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43398         sysdeps/mach/hurd/readlink.c.
43400         * posix/tst-sysconf.c (posix_options): Only use
43401         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43402         _POSIX_SYNCHRONIZED_IO when they are defined
43403         * sysdeps/mach/hurd/bits/posix_opt.h:
43404         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43405         (_XOPEN_REALTIME): Undefine macro.
43406         (_XOPEN_REALTIME_THREADS): Undefine macro.
43407         (_XOPEN_SHM): Undefine macro.
43408         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43409         macro to -1.
43410         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43411         macro to -1.
43412         (_POSIX_ASYNC_IO): Undefine macro.
43413         (_POSIX_PRIORITIZED_IO): Undefine macro.
43414         (_POSIX_SPIN_LOCKS): Define macro to -1.
43416         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43417         SA_NODEFER, SA_RESETHAND.
43418         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43419         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43420         F_DUPFD_CLOEXEC.
43422 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43424         * elf/Makefile (pldd-modules): Define unconditionally.
43426 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43428         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43430 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43432         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43433         Return ENOENT when name is empty.
43434         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43436 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43438         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43440         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43442 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43444         Fix mlock in all cases except non-readable pages.
43445         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43446         instead of VM_PROT_ALL as parameter to __vm_wire function.
43448         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43449         (__mkdir): When path is `/', just fail with EEXIST.
43450         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43452 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43454         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43455         <sys/uio.h> (for writev).
43456         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43457         and <sys/param.h> (for MIN).
43459 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43461         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43462         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43463         if interrupted.
43465 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43467         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43468         Depend on against $(link-rpcuserlibs).
43470 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43472         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43473         (__libc_stack_end): Do not use attribute_relro.
43474         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43475         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43476         to libthread-provided value.
43477         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43478         attribute_relro.
43480 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43482         [BZ #3748]
43483         * bits/libc-lock.h (__libc_once_get): New macro.
43484         * sysdeps/mach/bits/libc-lock.h: Likewise.
43485         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43486         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43487         instead of using implementation details.
43489         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43490         * libio/freopen.c: Likewise.
43491         * libio/freopen64.c: Likewise.
43492         * misc/syslog.c: Likewise.
43493         * nscd/connections.c: Likewise.
43494         * nscd/netgroupcache.c: Likewise.
43495         * sysdeps/posix/getcwd.c: Likewise.
43497 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43499         * math/w_ilogbf.c: Add #include <limits.h>.
43501 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43503         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43504         path instead of returning without unlocking.
43506         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43507         immediate-write ioctls.
43508         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43510 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43512         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43513         __builtin_frame_address instead of making assumptions about the
43514         location of the return address relative to DATA.  Force early load of
43515         the return address.
43516         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43517         __builtin_frame_address.
43519         dup3 for GNU Hurd.
43520         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43521         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43522         implement dup3 and do some further code clean-ups.
43523         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43524         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43526 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43528         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43530         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43531         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43532         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43533         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43534         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43535         d->port.lock.
43537         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43538         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43539         when handler == SIG_ERR, not when handler != SIG_ERR.
43541 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43543         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43544         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43545         definitions.
43547         accept4 for GNU Hurd.
43548         * include/sys/socket.h (__libc_accept4): New prototype.
43549         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43550         to implement __libc_accept4.
43551         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43552         __libc_accept4.
43553         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43555         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43556         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43557         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43558         signal-defines.sym.
43560 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43562         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43564 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43566         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43567         assertion on O_CLOEXEC flag.
43568         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43569         * hurd/intern-fd.c: Likewise.
43570         * hurd/port2fd.c: Likewise.
43572 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43574         [BZ #3906]
43575         * bits/in.h (IPV6_PKTINFO): Define new macro.
43576         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43578 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43580         [BZ #13954]
43581         [BZ #13955]
43582         [BZ #13956]
43583         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43584         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43585         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43586         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43587         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43588         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43589         * math/libm-test.inc (logb_test) : Additional logb tests.
43591 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43592             Andreas Jaeger  <aj@suse.de>
43594         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43595         * configure: Regenerated.
43596         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43597         * config.make.in (link-obsolete-rpc): New substituted variable.
43598         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43599         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43600         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43601         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43602         so that libc.a contains the symbols.
43603         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43604         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43605         * sunrpc/auth_none.c: Likewise.
43606         * sunrpc/auth_unix.c: Likewise.
43607         * sunrpc/authdes_prot.c: Likewise.
43608         * sunrpc/authuxprot.c: Likewise.
43609         * sunrpc/clnt_gen.c: Likewise.
43610         * sunrpc/clnt_perr.c: Likewise.
43611         * sunrpc/clnt_raw.c: Likewise.
43612         * sunrpc/clnt_simp.c: Likewise.
43613         * sunrpc/clnt_tcp.c: Likewise.
43614         * sunrpc/clnt_udp.c: Likewise.
43615         * sunrpc/clnt_unix.c: Likewise.
43616         * sunrpc/des_crypt.c: Likewise.
43617         * sunrpc/des_soft.c: Likewise.
43618         * sunrpc/get_myaddr.c: Likewise.
43619         * sunrpc/key_call.c: Likewise.
43620         * sunrpc/key_prot.c: Likewise.
43621         * sunrpc/netname.c: Likewise.
43622         * sunrpc/pm_getmaps.c: Likewise.
43623         * sunrpc/pm_getport.c: Likewise.
43624         * sunrpc/pmap_clnt.c: Likewise.
43625         * sunrpc/pmap_prot.c: Likewise.
43626         * sunrpc/pmap_prot2.c: Likewise.
43627         * sunrpc/pmap_rmt.c: Likewise.
43628         * sunrpc/publickey.c: Likewise.
43629         * sunrpc/rpc_cmsg.c: Likewise.
43630         * sunrpc/rpc_common.c: Likewise.
43631         * sunrpc/rpc_dtable.c: Likewise.
43632         * sunrpc/rpc_prot.c: Likewise.
43633         * sunrpc/rpc_thread.c: Likewise.
43634         * sunrpc/rtime.c: Likewise.
43635         * sunrpc/svc.c: Likewise.
43636         * sunrpc/svc_auth.c: Likewise.
43637         * sunrpc/svc_raw.c: Likewise.
43638         * sunrpc/svc_run.c: Likewise.
43639         * sunrpc/svc_tcp.c: Likewise.
43640         * sunrpc/svc_udp.c: Likewise.
43641         * sunrpc/svc_unix.c: Likewise.
43642         * sunrpc/svcauth_des.c: Likewise.
43643         * sunrpc/xcrypt.c: Likewise.
43644         * sunrpc/xdr.c: Likewise.
43645         * sunrpc/xdr_array.c: Likewise.
43646         * sunrpc/xdr_float.c: Likewise.
43647         * sunrpc/xdr_intXX_t.c: Likewise.
43648         * sunrpc/xdr_mem.c: Likewise.
43649         * sunrpc/xdr_rec.c: Likewise.
43650         * sunrpc/xdr_ref.c: Likewise.
43651         * sunrpc/xdr_sizeof.c: Likewise.
43652         * sunrpc/xdr_stdio.c: Likewise.
43654 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43656         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43657         change.  Update copyright years.
43659 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43661         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43663 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43664             Joseph Myers  <joseph@codesourcery.com>
43665             Paul Pluzhnikov  <ppluzhnikov@google.com>
43667         [BZ #14012]
43668         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43669         requiring rpcgen.
43670         [cross-compiling] (extra-libs): Likewise.
43671         [cross-compiling] (extra-libs-others): Likewise.
43672         [cross-compiling] (librpcsvc-routines): Likewise.
43673         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43674         [cross-compiling] (omit-deps): Likewise.
43675         (sunrpc-CPPFLAGS): New variable.
43676         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43677         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43678         (cross-rpcgen-objs): New variable.
43679         (extra-objs): Append $(cross-rpcgen-objs).
43680         ($(cross-rpcgen-objs)): New rule.
43681         ($(objpfx)cross-rpcgen): Likewise.
43682         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43683         comment.
43684         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43685         ($(objpfx)x%.stmp): Likewise.
43686         * sunrpc/proto.h [IS_IN_build] (_): Define.
43687         [IS_IN_build] (_libc_intl_domainname): Likewise.
43689 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43691         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43692         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43693         and R_X86_64_TPOFF64.
43695 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43697         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43698         sysdeps/unix/sysv/syscalls.list.
43699         (stime): Likewise.
43700         (utime): Likewise.
43701         * sysdeps/unix/sysv/syscalls.list: Remove file.
43703 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43705         [BZ #3440]
43706         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43707         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43708         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43709         (__LC_IDENTIFICATION): Make these macros useful in #if
43710         expressions, as required by C99.
43712 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43714         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43715         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43716         after this.
43718 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43720         * stdlib/longlong.h: Updated from GCC.
43722 2012-05-09  Andreas Jaeger  <aj@suse.de>
43724         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43725         default is first entry.
43726         (run_mode): Set type.
43727         (main): Remove informal message about syslog.
43728         (options): Fix typo.
43730         [BZ #14053]
43731         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43732         to asm.
43733         (lrint): Likewise.
43734         (llrintf): Likewise.
43735         (llrint): Likewise.
43736         (rint): Likewise.
43737         (rintf): Likewise.
43738         (nearbyint): Likewise.
43739         (nearbyintf): Likewise.
43741 2012-05-09  Andreas Jaeger  <aj@suse.de>
43742             Pedro Alves  <palves@redhat.com>
43744         * nscd/nscd.c (run_mode): Use enum.
43745         (main): Cleanup coding style issue.
43747 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43748             Andreas Jaeger  <aj@suse.de>
43750         * nscd/nscd.c (go_background): Replaced with...
43751         (run_mode): ... this.
43752         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43753         (options): Add -F --foreground.
43754         (main): Implement it.
43755         (parse_opt): Parse it.
43757 2012-05-09  Andreas Jaeger  <aj@suse.de>
43759         [BZ #14083]
43760         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43761         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43762         -Wconversion warning.
43763         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43764         Likewise.
43766 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43768         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43769         == 0.
43770         (LC_ALL): Use macro-int-constant.
43771         (LC_COLLATE): Likewise.
43772         (LC_CTYPE): Likewise.
43773         (LC_MESSAGES): Likewise.
43774         (LC_MONETARY): Likewise.
43775         (LC_NUMERIC): Likewise.
43776         (LC_TIME): Likewise.
43777         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43778         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43779         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43780         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43781         Specify type.
43782         [C99-based standards] (float_t): Expect type.
43783         [C99-based standards] (double_t): Expect type.
43784         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43785         type.
43786         [C99-based standards] (HUGE_VALL): Likewise.
43787         [C99-based standards] (INFINITY): Likewise.
43788         [C99-based standards] (NAN): Likewise.
43789         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43790         [C99-based standards] (FP_NAN): Likewise.
43791         [C99-based standards] (FP_NORMAL): Likewise.
43792         [C99-based standards] (FP_SUBNORMAL): Likewise.
43793         [C99-based standards] (FP_ZERO): Likewise.
43794         [C99-based standards] (FP_FAST_FMA): Use
43795         optional-macro-int-constant.  Specify type.  Require == 1.
43796         [C99-based standards] (FP_FAST_FMAF): Likewise.
43797         [C99-based standards] (FP_FAST_FMAL): Likewise.
43798         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43799         [C99-based standards] (FP_ILOGBNAN): Likewise.
43800         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43801         Specify type.
43802         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43803         [C99-based standards] (math_errhandling): Specify type.
43804         [ISO99 || ISO11] (signgam): Do not allow.
43805         [non-C99-based standards] (copysignf): Do not allow.
43806         [non-C99-based standards] (exp2f): Likewise.
43807         [non-C99-based standards] (log2f): Likewise.
43808         [non-C99-based standards] (modff): Allow.
43809         [non-C99-based standards] (erff): Do not allow.
43810         [non-C99-based standards] (erfcf): Likewise.
43811         [non-C99-based standards] (gammaf): Likewise.
43812         [non-C99-based standards] (hypotf): Likewise.
43813         [non-C99-based standards] (j0f): Likewise.
43814         [non-C99-based standards] (j1f): Likewise.
43815         [non-C99-based standards] (jnf): Likewise.
43816         [non-C99-based standards] (lgammaf): Likewise.
43817         [non-C99-based standards] (tgammaf): Likewise.
43818         [non-C99-based standards] (y0f): Likewise.
43819         [non-C99-based standards] (y1f): Likewise.
43820         [non-C99-based standards] (ynf): Likewise.
43821         [non-C99-based standards] (isnanf): Likewise.
43822         [non-C99-based standards] (acoshf): Likewise.
43823         [non-C99-based standards] (asinhf): Likewise.
43824         [non-C99-based standards] (atanhf): Likewise.
43825         [non-C99-based standards] (cbrtf): Likewise.
43826         [non-C99-based standards] (expm1f): Likewise.
43827         [non-C99-based standards] (ilogbf): Likewise.
43828         [non-C99-based standards] (log1pf): Likewise.
43829         [non-C99-based standards] (logbf): Likewise.
43830         [non-C99-based standards] (nextafterf): Likewise.
43831         [non-C99-based standards] (remainderf): Likewise.
43832         [non-C99-based standards] (rintf): Likewise.
43833         [non-C99-based standards] (scalbf): Likewise.
43834         [non-C99-based standards] (copysignl): Likewise.
43835         [non-C99-based standards] (exp2l): Likewise.
43836         [non-C99-based standards] (log2l): Likewise.
43837         [non-C99-based standards] (modfl): Allow.
43838         [non-C99-based standards] (erfl): Do not allow.
43839         [non-C99-based standards] (erfcl): Likewise.
43840         [non-C99-based standards] (gammal): Likewise.
43841         [non-C99-based standards] (hypotl): Likewise.
43842         [non-C99-based standards] (j0l): Likewise.
43843         [non-C99-based standards] (j1l): Likewise.
43844         [non-C99-based standards] (jnl): Likewise.
43845         [non-C99-based standards] (lgammal): Likewise.
43846         [non-C99-based standards] (tgammal): Likewise.
43847         [non-C99-based standards] (y0l): Likewise.
43848         [non-C99-based standards] (y1l): Likewise.
43849         [non-C99-based standards] (ynl): Likewise.
43850         [non-C99-based standards] (isnanl): Likewise.
43851         [non-C99-based standards] (acoshl): Likewise.
43852         [non-C99-based standards] (asinhl): Likewise.
43853         [non-C99-based standards] (atanhl): Likewise.
43854         [non-C99-based standards] (cbrtl): Likewise.
43855         [non-C99-based standards] (expm1l): Likewise.
43856         [non-C99-based standards] (ilogbl): Likewise.
43857         [non-C99-based standards] (log1pl): Likewise.
43858         [non-C99-based standards] (logbl): Likewise.
43859         [non-C99-based standards] (nextafterl): Likewise.
43860         [non-C99-based standards] (remainderl): Likewise.
43861         [non-C99-based standards] (rintl): Likewise.
43862         [non-C99-based standards] (scalbl): Likewise.
43863         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43864         [non-C99-based standards] (FP_*): Do not allow.
43865         [C99-based standards] (FP_*): Change to
43866         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43867         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43868         allow.
43869         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43870         (SIG_ERR): Likewise.
43871         [X/Open-based standards] (SIG_HOLD): Likewise.
43872         (SIG_IGN): Likewise.
43873         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43874         positive value.
43875         (SIGFPE): Likewise.
43876         (SIGILL): Likewise.
43877         (SIGINT): Likewise.
43878         (SIGSEGV): Likewise.
43879         (SIGTER): Likewise.
43880         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43881         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43882         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43883         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43884         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43885         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43886         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43887         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43888         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43889         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43890         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43891         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43892         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43893         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43894         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43895         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43896         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43897         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43898         [X/Open-based standards] (SIGTRAP): Likewise.
43899         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43900         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43901         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43902         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43903         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43904         allow.
43906 2012-05-08  Ian Wienand  <ianw@vmware.com>
43908         [BZ #14080]
43909         * time/tzset.c (__tzset_parse_tz): Update default rules for
43910         daylight time changes in the Energy Policy Act of 2005.
43912 2012-05-09  Andreas Jaeger  <aj@suse.de>
43914         [BZ #13983]
43915         * elf/ldconfig.c (parse_conf): Change string to make clear that
43916         ldconfig only issued a warning if ld.so.conf does not exist.
43918 2012-05-08  David S. Miller  <davem@davemloft.net>
43920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43921         movxtod instead of popping the value on the stack.
43923         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43925 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43927         * config.h.in: Add HAVE_ARM_PCS_VFP.
43929 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43931         [BZ #13979]
43932         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43933         checking but the checks are disabled for any reason.
43935 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43937         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43938         and ELF64_R_TYPE with ELFW(R_TYPE).
43940 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43942         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43943         (ulimit): Likewise.
43945         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43946         (settimeofday): Likewise.
43948 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43950         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43951         a struct th_u2 inside the union, and move tu_block/tu_code into
43952         a new th_u3 union of tu_block/tu_code inside of that.  Move
43953         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43954         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43955         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43956         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43957         (th_stuff): Change to th_u1.tu_stuff.
43958         (th_data): Define.
43959         (th_msg): Change to th_u1.th_u2.tu_data.
43961 2012-05-07  David S. Miller  <davem@davemloft.net>
43963         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43965         [BZ #14074]
43966         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43967         (SETUP_PIC_REG): Use it.
43968         (SETUP_PIC_REG_LEAF): Use it.
43970 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43972         [BZ #13885]
43973         [BZ #13923]
43974         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43975         USE_AS_EXPM1L.
43976         (EXPL_FINITE): Likewise.
43977         (FLDLOG): Likewise.
43978         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43979         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43980         e_expl.S.
43981         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43982         USE_AS_EXPM1L.
43983         (EXPL_FINITE): Likewise.
43984         (FLDLOG): Likewise.
43985         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43986         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43987         e_expl.S.
43988         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43989         test of -max_value argument for long double.
43990         * sysdeps/i386/fpu/libm-test-ulps: Update.
43991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43993 2012-05-06  David S. Miller  <davem@davemloft.net>
43995         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43996         quad soft-float symbols whose references which are compiler
43997         generated.
43998         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44000 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44002         [BZ #13884]
44003         [BZ #13914]
44004         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44005         USE_AS_EXP10L.
44006         (EXPL_FINITE): Likewise.
44007         (FLDLOG): Likewise.
44008         (c0): Likewise.
44009         (c1): Likewise.
44010         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44011         Adjust comments for base varying.
44012         (__expl_finite): Change alias to EXPL_FINITE.
44013         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44014         e_expl.S.
44015         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44016         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44017         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44018         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44019         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44020         USE_AS_EXP10L.
44021         (EXPL_FINITE): Likewise.
44022         (FLDLOG): Likewise.
44023         (c0): Likewise.
44024         (c1): Likewise.
44025         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44026         Adjust comments for base varying.
44027         (__expl_finite): Change alias to EXPL_FINITE.
44028         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44029         tests for bugs.
44030         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44032         [BZ #14064]
44033         * math/libm-test.inc (check_float_internal): Correct ulp
44034         calculation for subnormal expected results.
44036 2012-05-06  Andreas Jaeger  <aj@suse.de>
44038         * Makeconfig (+math-flags): New, set to -frounding-math.
44039         (+cflags): Add +math-flags so that all of glibc gets compiled with
44040         it.
44042         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44044 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44046         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44047         Disable one test.
44049         [BZ #13787]
44050         [BZ #13922]
44051         [BZ #14036]
44052         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44053         (__ieee754_expl): Allow for and saturate large arguments.
44054         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44055         (u_threshold): Likewise.
44056         (__exp): Call __ieee754_exp before checking for overflow and
44057         underflow.
44058         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44059         (u_threshold): Likewise.
44060         (__expf): Call __ieee754_expf before checking for overflow and
44061         underflow.
44062         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44063         (u_threshold): Likewise.
44064         (__expl): Call __ieee754_expl before checking for overflow and
44065         underflow.
44066         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44067         (__ieee754_expl): Allow for and saturate large arguments.
44068         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44069         missing overflow exception on overflow.
44070         (expm1_test): Do not allow missing overflow exception on overflow.
44072         * sysdeps/i386/fpu/e_expl.c: Move to ...
44073         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44074         rather than using inline asm.
44075         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44076         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44077         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44079         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44080         (nice): Likewise.
44081         (poll): Likewise.
44082         (signal): Likewise.
44083         (time): Likewise.
44084         (times): Likewise.
44086 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44088         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44089         sysdeps/unix/common/syscalls.list.
44090         (fchmod): Likewise.
44091         (fchown): Likewise.
44092         (ftruncate): Likewise.
44093         (getrusage): Likewise.
44094         (gettimeofday): Likewise.
44095         (setpgid): Likewise.
44096         (setregid): Likewise.
44097         (setreuid): Likewise.
44098         (sigaction): Likewise.
44099         (truncate): Likewise.
44100         (vhangup): Likewise.
44101         * sysdeps/unix/common/syscalls.list: Remove file.
44102         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44103         * sysdeps/unix/sysv/linux/Implies: Likewise.
44105 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44107         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44109         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44110         Moved to ...
44111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44112         Here.
44113         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44114         to ...
44115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44116         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44117         to ...
44118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44119         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44120         to ...
44121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44122         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44123         to ...
44124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44125         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44126         to ...
44127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44128         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44129         to ...
44130         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44131         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44132         to ...
44133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44134         Here.
44135         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44136         to ...
44137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44138         Here.
44139         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44140         to ...
44141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44142         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44143         Moved to ...
44144         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44145         Here.
44146         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44147         to ...
44148         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44150 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44152         * sysdeps/unix/common/bits/dirent.h: Remove file.
44153         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44155         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44156         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44157         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44158         * sysdeps/unix/bsd/isatty.c: Likewise.
44159         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44160         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44161         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44163 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44165         [BZ #13563]
44166         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44167         long double comparison inaccuracies.
44168         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44169         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44171 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44173         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44174         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44176 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44178         [BZ #14049]
44179         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44180         nonzero digits before rounding a hex value.
44181         * stdlib/tst-strtod.c (tests): Add another test.
44183 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44185         * sysdeps/s390/fpu/libm-test-ulps: Update.
44187 2012-05-03  Andreas Jaeger  <aj@suse.de>
44189         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44190         does not get optimized out.
44191         (malloc_opt_barrier): New.
44193 2012-05-03  Andreas Jaeger  <aj@suse.de>
44194             Roland McGrath  <roland@hack.frob.com>
44196         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44197         intermediate file deletion.
44198         (generated): Add .symlist files.
44200 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44202         [BZ #13775]
44203         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44204         Redirect under this condition.
44205         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44206         [__USE_GNU] (__dprintf_chk): Not under this condition.
44207         [__USE_GNU] (__vdprintf_chk): Likewise.
44208         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44209         under this condition.
44210         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44211         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44212         [__USE_XOPEN2K8] (vdprintf): Likewise.
44213         [__USE_GNU] (__dprintf_chk): Not under this condition.
44214         [__USE_GNU] (__vdprintf_chk): Likewise.
44215         [__USE_GNU] (dprintf): Likewise.
44216         [__USE_GNU] (vdprintf): Likewise.
44218 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44220         * elf/Makefile (common-generated): Set this instead of generated for
44221         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44222         $(all-built-dso)-derived lists.
44224 2012-05-03  Andreas Jaeger  <aj@suse.de>
44226         * sysdeps/i386/fpu/libm-test-ulps: Update.
44228         * FAQ: Removed.
44229         * FAQ.in: Likewise.
44230         * scripts/gen-FAQ.pl: Likewise.
44231         * manual/install.texi (Installation): Point to online location of
44232         FAQ.
44233         * Makefile (files-for-dist): Remove FAQ.
44234         (FAQ): Remove.
44236 2012-05-02  Allan McRae  <allan@archlinux.org>
44238         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44239         (LDFLAGS-reldepmod5.so): Likewise.
44240         (LDFLAGS-reldep6mod1.so): Likewise.
44241         (LDFLAGS-reldep6mod4.so): Likewise.
44242         (LDFLAGS-reldep8mod3.so): Likewise.
44243         (LDFLAGS-unload4mod1.so): Likewise.
44244         (LDFLAGS-unload4mod2.so): Likewise.
44245         (LDFLAGS-tst-initorder): Likewise.
44246         (LDFLAGS-tst-initordera2.so): Likewise.
44247         (LDFLAGS-tst-initordera3.so): Likewise.
44248         (LDFLAGS-tst-initordera4.so): Likewise.
44249         (LDFLAGS-tst-initorderb2.so): Likewise.
44250         (LDFLAGS-noload): Likewise.
44251         (LDFLAGS-next): Likewise.
44252         (LDFLAGS-order2mod1.so): Likewise.
44253         (LDFLAGS-order2mod2.so): Likewise.
44254         (LDFLAGS-tst-initorder2): Likewise.
44255         (LDFLAGS-tst-initorder2a.so): Likewise.
44256         (LDFLAGS-tst-initorder2b.so): Likewise.
44257         (LDFLAGS-tst-initorder2c.so): Likewise.
44258         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44260 2012-05-02  David S. Miller  <davem@davemloft.net>
44262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44264 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44266         [BZ #14055]
44267         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44269 2012-05-02  Andreas Jaeger  <aj@suse.de>
44271         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44272         since we manipulate rounding mode.
44273         (CPPFLAGS-test-idouble.c): Likewise.
44274         (CPPFLAGS-test-ifloat.c): Likewise.
44275         (CFLAGS-test-ldouble.c): Likewise.
44276         (CFLAGS-test-double.c): Likewise.
44277         (CFLAGS-test-float.c): Likewise.
44278         (CFLAGS-test-misc.c): Likewise.
44279         (CFLAGS-test-test-fenv.c): Likewise.
44281 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44283         [BZ #2550]
44284         [BZ #2570]
44285         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44286         comparisons to determine direction to adjust input.
44288 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44290         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44291         output to the target.
44293         * scripts/localplt.awk: New file.
44294         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44295         (check-localplt-CFLAGS): Variable removed.
44296         ($(all-built-dso:=.jmprel)): New static pattern rule.
44297         (generated): Add those targets.
44298         (localplt-built-dso): New variable.
44299         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44301         * elf/check-localplt.c: File removed.
44303         * scripts/check-execstack.awk: New file.
44304         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44305         (check-execstack-CFLAGS): Variable removed.
44306         ($(objpfx)check-execstack.h): Target removed.
44307         ($(objpfx)execstack-default): New target.
44308         (generated): Add that instead of check-execstack.h.
44309         ($(all-built-dso:=.phdr)): New static pattern rule.
44310         (generated): Add those targets.
44311         * elf/check-execstack.c: File removed.
44313         * scripts/check-textrel.awk: New file.
44314         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44315         (check-textrel-CFLAGS): Variable removed.
44316         (all-built-dso): Use := to define.o
44317         ($(all-built-dso:=.dyn)): New static pattern rule.
44318         (generated): Add those targets.
44319         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44320         * config.make.in (READELF): New substituted variable.
44321         * elf/check-textrel.c: File removed.
44323 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44325         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44326         allow.
44327         * conform/data/ctype.h-data [C99-based standards] (isblank):
44328         Expect function.
44329         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44330         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44331         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44332         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44333         Specify type.  Require positive value.
44334         (EILSEQ): Likewise.
44335         (ERANGE): Likewise.
44336         [ISO || POSIX] (EILSEQ): Do not expect.
44337         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44338         Specify type.  Require positive value.
44339         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44340         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44341         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44342         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44343         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44344         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44345         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44346         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44347         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44348         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44349         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44350         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44351         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44352         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44353         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44354         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44355         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44356         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44357         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44358         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44359         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44360         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44361         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44362         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44363         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44364         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44365         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44366         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44367         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44368         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44369         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44370         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44371         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44372         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44373         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44374         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44375         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44376         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44377         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44378         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44379         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44380         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44381         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44382         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44383         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44384         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44385         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44386         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44387         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44388         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44389         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44390         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44391         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44392         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44393         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44394         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44395         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44396         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44397         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44398         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44399         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44400         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44401         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44402         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44403         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44404         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44405         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44406         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44407         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44408         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44409         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44410         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44411         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44412         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44413         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44414         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44415         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44416         Require >= 2.
44417         (FLT_ROUNDS): Expect as macro, not constant.
44418         (FLT_MANT_DIG): Use macro-int-constant.
44419         (DBL_MANT_DIG): Likewise.
44420         (LDBL_MANT_DIG): Likewise.
44421         (FLT_DIG): Likewise.
44422         (DBL_DIG): Likewise.
44423         (LDBL_DIG): Likewise.
44424         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44425         (DBL_MIN_EXP): Likewise.
44426         (LDBL_MIN_EXP): Likewise.
44427         (FLT_MAX_EXP): Use macro-int-constant.
44428         (DBL_MAX_EXP): Likewise.
44429         (LDBL_MAX_EXP): Likewise.
44430         (FLT_MAX_10_EXP): Likewise.
44431         (DBL_MAX_10_EXP): Likewise.
44432         (LDBL_MAX_10_EXP): Likewise.
44433         (FLT_MAX): Use macro-constant.
44434         (DBL_MAX): Likewise.
44435         (LDBL_MAX): Likewise.
44436         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44437         (DBL_EPSILON): Likewise.
44438         (LDBL_EPSILON): Likewise.
44439         (FLT_MIN): Likewise.
44440         (DBL_MIN): Likewise.
44441         (LDBL_MIN): Likewise.
44442         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44443         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44444         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44445         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44446         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44447         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44448         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44449         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44450         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44451         [ISO11] (FLT_TRUE_MIN): Likewise.
44452         [ISO11] (LDBL_TRUE_MIN): Likewise.
44453         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44454         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44455         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44456         (SCHAR_MAX): Likewise.
44457         (UCHAR_MAX): Likewise.
44458         (CHAR_MIN): Likewise.
44459         (CHAR_MAX): Likewise.
44460         (MB_LEN_MAX): Use macro-int-constant.
44461         (SHRT_MIN): Use macro-int-constant.  Specify type.
44462         (SHRT_MAX): Likewise.
44463         (USHRT_MAX): Likewise.
44464         (INT_MAX): Likewise.
44465         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44466         bound negative.
44467         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44468         bound with "U".
44469         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44470         bound with "L".
44471         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44472         bound negative.  Suffix upper bound with "L".
44473         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44474         bound with "UL".
44475         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44476         Specify type.
44477         [C99-based standards] (LLONG_MAX): Likewise.
44478         [C99-based standards] (ULLONG_MAX): Likewise.
44479         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44480         == 0.
44481         [ISO11] (max_align_t): Require type.
44482         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44484         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44485         from $CFLAGS, without defining away __attribute__ calls.
44486         (checknamespace): Use $CFLAGS_namespace.
44488         * conform/conformtest.pl (@keywords): Only include C99 keywords
44489         for standards based on C99 or C11.
44491         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44492         Disable tests.
44493         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44494         UNIX98]: Likewise.
44496         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44497         usability of symbols in #if.
44499         * conform/conformtest.pl: If macro or constant types start
44500         "promoted:", expect the symbol to be of the following type
44501         promoted by the integer promotions.
44503         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44504         in one place.  Also handle "macro-constant".
44506         * conform/conformtest.pl: Only accept expected macro values with
44507         "==".  Parse all "macro" lines in one place.
44508         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44510         * conform/conformtest.pl: Handle braced types on "constant" lines
44511         instead of handling "typed-constant".
44512         * conform/data/signal.h-data: Use "constant" instead of
44513         "typed-constant".
44515         * conform/conformtest.pl: Handle "optional-" at start of lines in
44516         one place rather than duplicating several cases.  Handle each
44517         format of "macro" line with initial "optional-".
44519         * conform/conformtest.pl: Only accept expected constant or
44520         optional-constant values with "==".  Parse all "constant" lines in
44521         one place.  Parse all "optional-constant" lines in one place.
44522         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44523         * conform/data/fmtmsg.h-data: Likewise.
44524         * conform/data/netinet/in.h-data: Likewise.
44525         * conform/data/tar.h-data: Likewise.
44526         * conform/data/limits.h-data: Use "==" form on "constant" and
44527         "optional-constant" lines.
44529         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44530         Use -std=c99 for XOPEN2K.
44531         (@knownproblems): Remove.
44532         (newtoken): Don't check %isknown.
44534         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44535         Do not expect macro.
44536         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44537         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44538         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44539         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44540         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44541         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44542         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44543         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44544         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44545         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44546         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44547         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44548         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44549         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44550         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44551         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44552         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44553         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44554         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44555         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44556         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44557         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44558         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44559         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44560         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44561         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44562         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44563         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44564         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44565         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44566         [XPG3] (acosh): Likewise.
44567         [XPG3] (asinh): Likewise.
44568         [XPG3] (atanh): Likewise.
44569         [XPG3] (cbrt): Likewise.
44570         [XPG3] (expm1): Likewise.
44571         [XPG3] (ilogb): Likewise.
44572         [XPG3] (log1p): Likewise.
44573         [XPG3] (logb): Likewise.
44574         [XPG3] (nextafter): Likewise.
44575         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44576         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44577         [XPG3] (remainder): Likewise.
44578         [XPG3] (rint): Likewise.
44579         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44580         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44581         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44582         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44583         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44584         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44585         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44586         [UNIX98 || XOPEN2K] (scalb): Expect.
44587         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44588         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44589         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44590         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44591         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44592         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44593         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44594         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44595         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44596         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44597         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44598         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44599         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44600         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44601         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44602         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44603         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44604         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44605         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44606         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44607         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44608         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44609         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44610         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44611         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44612         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44613         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44614         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44615         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44616         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44617         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44618         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44619         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44620         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44621         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44622         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44623         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44624         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44625         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44626         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44627         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44628         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44629         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44630         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44631         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44632         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44633         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44634         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44635         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44636         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44637         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44638         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44639         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44640         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44641         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44642         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44643         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44644         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44645         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44646         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44647         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44648         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44649         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44650         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44651         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44652         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44653         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44654         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44655         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44656         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44657         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44658         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44659         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44660         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44661         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44662         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44663         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44664         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44665         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44666         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44667         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44668         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44669         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44670         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44671         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44672         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44673         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44674         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44675         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44676         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44677         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44678         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44679         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44680         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44681         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44682         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44683         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44684         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44685         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44686         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44687         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44688         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44689         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44690         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44691         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44692         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44693         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44694         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44695         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44696         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44697         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44698         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44699         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44700         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44701         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44702         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44703         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44704         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44705         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44706         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44707         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44708         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44709         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44710         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44711         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44712         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44713         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44714         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44715         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44716         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44717         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44718         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44719         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44720         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44721         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44722         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44723         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44725         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44726         _XOPEN_SOURCE_EXTENDED for XPG4.
44728         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44730         * Makeconfig (localtime): Remove variable.
44731         (inst_localtime-file): Likewise.
44733 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44736         Update.
44737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44738         Update.
44739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44740         Update.
44741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44742         Update.
44743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44744         Update.
44745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44746         Update.
44747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44748         Update.
44749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44750         Update.
44751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44752         Update.
44754 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44756         [BZ #2550]
44757         [BZ #2570]
44758         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44759         comparisons to determine direction to adjust input.
44760         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44761         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44762         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44763         Likewise.
44764         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44765         Likewise.
44766         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44767         Likewise.
44768         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44769         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44770         Likewise.
44771         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44772         Likewise.
44773         * math/libm-test.inc (nexttoward_test): Add more tests.
44775 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44777         [BZ #14040]
44778         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44779         in version GLIBC_2.1, not GLIBC_2.0.
44780         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44781         Likewise.
44783 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44785         [BZ #13942]
44786         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44787         (1 - x) * (1 + x).
44788         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44789         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44790         * math/libm-test.inc (acos_test): Add more tests.
44791         (asin_test): Likewise.
44792         * sysdeps/i386/fpu/libm-test-ulps: Update.
44793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44795         [BZ #14034]
44796         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44797         of square root.
44798         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44799         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44800         * math/libm-test.inc (acos_test_tonearest): New function.
44801         (acos_test_towardzero): Likewise.
44802         (acos_test_downward): Likewise.
44803         (acos_test_upward): Likewise.
44804         (asin_test_tonearest): Likewise.
44805         (asin_test_towardzero): Likewise.
44806         (asin_test_downward): Likewise.
44807         (asin_test_upward): Likewise.
44808         (main): Call the new functions.
44809         * sysdeps/i386/fpu/libm-test-ulps: Update.
44810         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44812         [BZ #13884]
44813         [BZ #13924]
44814         * math/e_exp10.c: Include <float.h>.
44815         (__ieee754_exp10): Handle underflow here rather than multiplying
44816         large negative argument by M_LN10.
44817         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44818         of __ieee754_expf.
44819         * math/e_exp10l.c: Include <float.h>.
44820         (__ieee754_exp10l): Handle underflow here rather than multiplying
44821         large negative argument by M_LN10l.
44822         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44823         spurious overflow exception on underflow.
44825 2012-04-29  Marek Polacek  <polacek@redhat.com>
44827         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44828         (__fortify_function): New macro.
44829         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44830         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44831         __extern_always_inline.
44832         * libio/bits/stdio2.h: Likewise.
44833         * libio/bits/stdio.h: Likewise.
44834         * string/string.h: Likewise.
44835         * string/bits/string3.h: Likewise.
44836         * include/stdio.h: Likewise.
44837         * stdlib/bits/stdlib.h: Likewise.
44838         * stdlib/stdlib.h: Likewise.
44839         * rt/bits/mqueue2.h: Likewise.
44840         * rt/mqueue.h: Likewise.
44841         * posix/bits/unistd.h: Likewise.
44842         * posix/unistd.h: Likewise.
44843         * io/bits/poll2.h: Likewise.
44844         * io/bits/fcntl2.h: Likewise.
44845         * io/fcntl.h: Likewise.
44846         * io/sys/poll.h: Likewise.
44847         * misc/bits/syslog.h: Likewise.
44848         * misc/bits/syslog-ldbl.h: Likewise.
44849         * misc/sys/syslog.h: Likewise.
44850         * socket/bits/socket2.h: Likewise.
44851         * socket/sys/socket.h: Likewise.
44852         * debug/tst-chk1.c: Likewise.
44853         * wcsmbs/bits/wchar2.h: Likewise.
44854         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44855         * wcsmbs/wchar.h: Likewise.
44857 2012-04-29  Andreas Jaeger  <aj@suse.de>
44859         * Makerules (tests): Remove enable-check-abi protection.
44860         (check-abi-warn): Remove.
44861         (check-abi-%): Remove check-abi-warn usage.
44863         * configure.in: Remove check-abi configure option.
44864         * configure: Regenerated.
44865         * config.make.in (enable-check-abi): Remove.
44867 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44869         [BZ #14033]
44870         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44871         double functions to double *_finite functions.
44873         [BZ #13941]
44874         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44875         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44876         LDBL_MIN_EXP.
44877         * stdio-common/Makefile (tests): Add tst-sprintf3.
44878         * stdio-common/tst-sprintf3.c: New file.
44880         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44881         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44883 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44885         * conform/conformtest.pl: Remove duplicate typed-constant
44886         handling.
44888 2012-04-28  David S. Miller  <davem@davemloft.net>
44890         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44891         (check-abi-%): Remove AWK script prerequisite and explicit
44892         abilist directory.
44893         (check-abi): Rewrite to just diff the symlist with the abilist.
44894         (config-tls, config-abi-config): Delete, no longer used.
44895         (update-abi-%): Remove AWK script and explicit abilist directory.
44896         (update-abi): Rewrite to simply compare and conditionally copy the
44897         symlist and the sysdep abilist file.  Remove update-abi-config
44898         checks.
44899         * abilist/ld.abilist: Remove.
44900         * abilist/libBrokenLocale.abilist: Remove.
44901         * abilist/libanl.abilist: Remove.
44902         * abilist/libcrypt.abilist: Remove.
44903         * abilist/libdl.abilist: Remove.
44904         * abilist/librt.abilist: Remove.
44905         * abilist/libthread_db.abilist: Remove.
44906         * abilist/libutil.abilist: Remove.
44907         * scripts/extract-abilist.awk: Remove.
44908         * scripts/merge-abilist.awk: Remove.
44909         * sysdeps/generic/libcidn.abilist: New file.
44910         * sysdeps/generic/libnss_compat.abilist: New file.
44911         * sysdeps/generic/libnss_db.abilist: New file.
44912         * sysdeps/generic/libnss_dns.abilist: New file.
44913         * sysdeps/generic/libnss_files.abilist: New file.
44914         * sysdeps/generic/libnss_hesiod.abilist: New file.
44915         * sysdeps/generic/libnss_nis.abilist: New file.
44916         * sysdeps/generic/libnss_nisplus.abilist: New file.
44917         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44918         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44919         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44920         file.
44921         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44922         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44923         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44924         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44925         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44926         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44927         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44928         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44929         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44930         file.
44931         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44932         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44933         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44934         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44935         file.
44936         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44937         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44938         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44939         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44940         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44941         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44942         file.
44943         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44944         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44945         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44946         file.
44947         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44948         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44949         New file.
44950         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44951         New file.
44952         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44953         New file.
44954         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44955         New file.
44956         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44957         New file.
44958         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44959         New file.
44960         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44961         New file.
44962         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44963         New file.
44964         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44965         New file.
44966         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44967         New file.
44968         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44969         New file.
44970         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44971         New file.
44972         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44973         New file.
44974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44975         file.
44976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44977         New file.
44978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44979         New file.
44980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44981         file.
44982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44983         New file.
44984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44985         New file.
44986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44987         file.
44988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44989         New file.
44990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44991         New file.
44992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44993         New file.
44994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44995         New file.
44996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44997         New file.
44998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44999         New file.
45000         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45002         file.
45003         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45004         New file.
45005         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45006         file.
45007         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45008         file.
45009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45010         file.
45011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45012         file.
45013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45014         file.
45015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45016         New file.
45017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45018         file.
45019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45020         file.
45021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45022         New file.
45023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45024         file.
45025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45026         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45027         file.
45028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45029         New file.
45030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45031         file.
45032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45033         file.
45034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45035         file.
45036         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45037         file.
45038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45039         file.
45040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45041         New file.
45042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45043         file.
45044         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45045         file.
45046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45047         New file.
45048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45049         file.
45050         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45051         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45052         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45053         file.
45054         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45055         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45056         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45057         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45058         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45059         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45060         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45061         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45062         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45063         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45066         file.
45067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45068         New file.
45069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45070         file.
45071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45072         file.
45073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45074         file.
45075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45076         file.
45077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45078         file.
45079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45080         New file.
45081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45082         New file.
45083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45084         file.
45085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45086         New file.
45087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45088         file.
45089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45091         file.
45092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45093         New file.
45094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45095         file.
45096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45097         file.
45098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45099         file.
45100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45101         file.
45102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45103         file.
45104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45105         New file.
45106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45107         New file.
45108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45109         file.
45110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45111         New file.
45112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45113         file.
45115 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45117         * conform/conformtest.pl: Fix typo in handling typed-constant from
45118         allow-header.
45120 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45122         * README: Cut down references to pre-2.6 Linux kernels and
45123         Linuxthreads.  Update lists of configurations in libc and ports
45124         and sort alphabetically.  Say "or newer" with Linux kernel version
45125         requirements.
45127         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45129 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45131         [BZ #887]
45132         * math/libm-test.inc (logb_test_downward): New test to expose
45133         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45134         rounding mode.
45136 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45138         [BZ #14027]
45139         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45140         to be done.
45141         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45142         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45144 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45146         * sysdeps/unix/i386/brk.S: Remove file.
45147         * sysdeps/unix/i386/dl-brk.S: Likewise.
45148         * sysdeps/unix/i386/pipe.S: Likewise.
45149         * sysdeps/unix/i386/sigreturn.S: Likewise.
45150         * sysdeps/unix/i386/syscall.S: Likewise.
45151         * sysdeps/unix/i386/vfork.S: Likewise.
45152         * sysdeps/unix/i386/wait.S: Likewise.
45154         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45155         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45157         * configure.in (arm*-none*): Do not allow without
45158         --enable-hacker-mode.
45159         (netbsd*): Remove case setting base_os.
45160         (386bsd*): Likewise.
45161         (freebsd*): Likewise.
45162         (bsdi*): Likewise.
45163         (osf*): Likewise.
45164         (sunos*): Likewise.
45165         (ultrix*): Likewise.
45166         (newsos*): Likewise.
45167         (dynix*): Likewise.
45168         (*bsd*): Likewise.
45169         (sysv*): Likewise.
45170         (isc*): Likewise.
45171         (esix*): Likewise.
45172         (sco*): Likewise.
45173         (minix*): Likewise.
45174         (irix4*): Likewise.
45175         (irix6*): Likewise.
45176         (solaris[2-9]*): Likewise.
45177         (none): Likewise.
45178         * configure: Regenerated.
45180 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45182         [BZ #11521]
45183         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45184         overflow or cancellation in calculating denominator.
45185         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45186         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45187         down expression to avoid unexpected rounding in newer GCCs.
45188         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45190 2012-04-26  David S. Miller  <davem@davemloft.net>
45192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45193         long-double compat symbols.
45194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45201         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45202         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45203         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45204         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45208 2012-04-25  David S. Miller  <davem@davemloft.net>
45210         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45211         HWCAP_* values only after the memory barriers have been defined.
45212         (atomic_full_barrier): Define.
45213         (atomic_read_barrier): Define.
45214         (atomic_write_barrier): Define.
45216 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45218         * shlib-versions: Add libgcc_s version information.
45219         * sysdeps/generic/libgcc_s.h: Remove.
45220         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45221         libgcc_s.h.
45222         * sysdeps/gnu/unwind-resume.c: Likewise.
45223         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45225 2012-04-25  David S. Miller  <davem@davemloft.net>
45227         * sysdeps/unix/sparc/brk.S: Delete.
45228         * sysdeps/unix/sparc/dl-brk.S: Delete.
45229         * sysdeps/unix/sparc/pipe.S: Delete.
45230         * sysdeps/unix/sparc/sysdep.S: Delete.
45231         * sysdeps/unix/sparc/sysdep.h: Delete.
45232         * sysdeps/unix/sparc/vfork.S: Delete.
45233         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45234         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45235         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45236         (ret_ERRVAL, r0, r1, MOVE): Define.
45237         (JUMPTARGET): Remove.
45238         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45239         sysdeps/unix/sparc/sysdep.h
45240         (ENTRY, END): Remove.
45241         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45243 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45245         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45246         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45247         -DIS_IN_build.
45249         * timezone/README: Update upstream location and email address for
45250         tzcode and tzdata.
45251         * timezone/zdump.c: Update from tzcode 2012b.
45252         * timezone/zic.c: Likewise.
45254         * configure.in (libc_cv_as_needed): Remove test.
45255         * configure: Regenerated.
45256         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45257         conditional definition.
45258         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45259         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45260         * config.make.in (have-as-needed): Remove variable.
45262 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45263             Paul Pluzhnikov  <ppluzhnikov@google.com>
45265         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45266         strings correctly.
45268 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45270         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45271         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45272         * sysdeps/sh/strlen.S: Likewise.
45274 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45276         * sysdeps/unix/fork.S: Remove file.
45277         * sysdeps/unix/i386/fork.S: Likewise.
45278         * sysdeps/unix/sparc/fork.S: Likewise.
45280         * sysdeps/unix/system.c: Remove file.
45281         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45283         * sysdeps/unix/getegid.S: Remove file.
45284         * sysdeps/unix/geteuid.S: Likewise.
45286 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45288         * scripts/check-localplt.awk: New file.
45289         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45290         of diff.
45291         * scripts/data/localplt-generic.data: Add a comment.
45293         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45294         NODE when __dir_mkfile failed.
45295         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45296         Reported by Ludovic Courtès <ludo@gnu.org>.
45298 2012-04-24  Andreas Jaeger  <aj@suse.de>
45300         * Makerules (common-clean): Also remove gen-as-const-headers
45301         files.
45303 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45305         * Makerules (native-compile): Do not change working directory for
45306         build.  Use $(OUTPUT_OPTION) in command.
45307         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45309 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45311         [BZ #13886]
45312         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45313         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45314         * math/libm-test.inc (floor_test): Add more tests.
45315         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45317 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45319         * sysdeps/unix/getdents.c: Remove file.
45320         * sysdeps/unix/sysv/getdents.c: Likewise.
45321         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45323         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45324         sysdeps/unix/mman/syscalls.list.
45325         (mmap): Likewise.
45326         (mprotect): Likewise.
45327         (msync): Likewise.
45328         (munmap): Likewise.
45329         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45330         * sysdeps/unix/mman/syscalls.list: Remove.
45331         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45333         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45334         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45335         * configure: Regenerated.
45336         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45337         $(libgcc_s_suffix).
45338         * config.make.in (libgcc_s_suffix): Remove variable.
45340 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45342         * sysdeps/unix/sysv/gethostname.c: Move to ...
45343         * sysdeps/posix/gethostname.c: ... here.
45345         * sysdeps/unix/execve.S: Remove file.
45347         * sysdeps/unix/_exit.S: Remove file.
45349 2012-04-23  Andreas Jaeger  <aj@suse.de>
45351         [BZ #13739]
45352         * manual/Makefile: Remove make dist support, there's no
45353         need for a stand-alone documentation tar ball.
45354         (TEXI2DVI): Define always, it's not in Makeconfig.
45355         (dist): Removed.
45356         (tar-it): Removed.
45357         (edition): Removed.
45358         (glibc-doc-$(edition).tar): Removed
45359         (%.Z): Removed.
45360         (%.gz): Removed.
45361         (%.uu): Removed.
45362         (ETAGS): Remove, it's in Makeconfig.
45363         (move-if-change): Remove, it's in Makeconfig.
45365 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45367         [BZ #13970]
45368         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45369         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45370         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45371         (strtod_l, strtof_l, strtold_l): Remove __wur.
45372         It is not necessarily an error to ignore strtol's return value.
45373         One can reliably look at the stored endptr to decide whether
45374         the number had valid syntax.
45376 2012-04-21  Andreas Jaeger  <aj@suse.de>
45378         [BZ #13739]
45379         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45381 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45383         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45384         * sysdeps/unix/sysv/Versions: Remove file.
45386 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45388         [BZ #13927]
45389         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45391 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45393         [BZ #7064]
45394         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45395         version from __vm86.
45397 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45399         * sysdeps/unix/common/lxstat.c: Remove file.
45400         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45402         * sysdeps/unix/sysv/Makefile: Remove file.
45404         * sysdeps/unix/sysv/direct.h: Remove file.
45406         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45407         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45408         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45409         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45410         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45411         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45412         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45414         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45416         * sysdeps/unix/xmknod.c: Remove file.
45417         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45419         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45421         * sysdeps/unix/sysv/i386/time.S: Remove file.
45423         * sysdeps/unix/fxstat.c: Remove file.
45424         * sysdeps/unix/xstat.c: Likewise.
45425         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45427         * sysdeps/unix/sysv/sigaction.c: Remove file.
45429         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45430         (sysdep_headers): Remove variable.
45431         [termio.h not in sysdep_headers] (generated): Likewise.
45432         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45433         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45434         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45435         * sysdeps/unix/sysv/tcflow.c: Likewise.
45436         * sysdeps/unix/sysv/tcflush.c: Likewise.
45437         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45438         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45439         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45440         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45441         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45443         * sysdeps/unix/siglist.c: Remove file.
45445         * sysdeps/unix/getppid.S: Remove file.
45447         * sysdeps/unix/mkdir.c: Remove file.
45448         * sysdeps/unix/rmdir.c: Likewise.
45450 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45452         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45453         ERR_MAX value.
45454         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45455         errlist-compat value.
45457 2012-04-18  David S. Miller  <davem@davemloft.net>
45459         * sysdeps/generic/memcopy.h (reg_char): Delete.
45460         * debug/strcat_chk.c: Use char, not reg_char.
45461         * debug/strcpy_chk.c: Likewise.
45462         * debug/strncat_chk.c: Likewise.
45463         * debug/strncpy_chk.c: Likewise.
45464         * string/memchr.c: Likewise.
45465         * string/memrchr.c: Likewise.
45466         * string/rawmemchr.c: Likewise.
45467         * string/strcat.c: Likewise.
45468         * string/strchr.c: Likewise.
45469         * string/strchrnul.c: Likewise.
45470         * string/strcmp.c: Likewise.
45471         * string/strcpy.c: Likewise.
45472         * string/strncat.c: Likewise.
45473         * string/strncmp.c: Likewise.
45474         * string/strncpy.c: Likewise.
45476 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45478         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45479         __builtin_memcopy is called when src and dest ranges are known to not
45480         overlap.
45482 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45484         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45485         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45486         fwd_align_merge macro call.
45487         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45488         bwd_align_merge macro call.
45489         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45491 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45493         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45494         bwd_align_merge macros.
45495         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45496         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45497         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45499 2012-04-18  David S. Miller  <davem@davemloft.net>
45501         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45503 2012-04-18  Andreas Jaeger  <aj@suse.de>
45505         [BZ# 6794]
45506         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45507         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45508         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45510         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45511         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45512         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45514         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45515         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45516         Adjust for changed ldbl-128 files.
45518         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45519         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45520         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45522 2012-04-17  David S. Miller  <davem@davemloft.net>
45524         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45526 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45528         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45529         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45530         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45531         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45532         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45533         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45535 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45537         [BZ #6794]
45538         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45539         * math/libm-test.inc: Add ilogb errno and exception tests.
45540         * math/w_ilogb.c: New file: ilogb wrapper.
45541         * math/w_ilogbf.c: New file: ilogbf wrapper.
45542         * math/w_ilogbl.c: New file: ilogbl wrapper.
45543         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45544         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45545         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45546         exception being thrown with 0.0 as argument.
45547         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45548         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45549         exception being thrown with 0.0 as argument.
45550         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45551         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45552         exception being thrown with 0.0 as argument.
45553         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45554         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45555         exception being thrown with 0.0 as argument.
45556         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45557         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45558         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45559         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45560         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45561         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45562         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45563         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45564         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45566 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45568         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45569         with altivec.
45571 2012-04-16  Marek Polacek  <polacek@redhat.com>
45573         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45575 2012-04-16  Marek Polacek  <polacek@redhat.com>
45577         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45578         operands of fdivp instruction.
45580 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45582         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45583         * elf/tst-auditmod3b.c: Likewise.
45584         * elf/tst-auditmod4b.c: Likewise.
45585         * elf/tst-auditmod5b.c: Likewise.
45586         * elf/tst-auditmod6b.c: Likewise.
45587         * elf/tst-auditmod6c.c: Likewise.
45588         * elf/tst-auditmod7b.c: Likewise.
45589         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45590         * sysdeps/x86_64/preconfigure.in: Likewise.
45591         * sysdeps/x86_64/preconfigure: Regenerated.
45593 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45595         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45596         __ILP32__.
45598 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45600         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45601         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45603 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45605         [BZ #13973]
45606         * locale/iso-639.def: Fix gl language name. Spotted by
45607         Yaron Shahrabani.
45609 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45611         [BZ #2074]
45612         * libio/libio.h (__io_write_fn): Update comment.
45614 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45616         [BZ #2074]
45617         * stdio.texi (Hook Functions): The user provided writer function
45618         is not allowed to return -1.
45620 2012-04-11  David S. Miller  <davem@davemloft.net>
45622         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45624 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45626         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45627         Add a leading slash to rtkaio.
45629 2012-04-11  Jim Meyering  <meyering@redhat.com>
45631         [BZ #11959]
45632         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45633         It is not necessarily an error to ignore fwrite's return
45634         value.  One can reliably use ferror to test for errors after
45635         the fact.
45637 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45639         * bits/types.h (__snseconds_t): New type.
45640         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45642         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45643         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45644         (__SNSECONDS_T_TYPE): Likewise.
45645         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45646         (__SNSECONDS_T_TYPE): Likewise.
45647         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45648         (__SNSECONDS_T_TYPE): Likewise.
45650 2012-04-10  Andreas Jaeger  <aj@suse.de>
45652         [BZ #2636]
45653         * manual/time.texi (Processor Time): Return type of times is
45654         elapsed real time since an arbitrary point in the past.
45655         (CPU Time): Move CLK_TCK from here...
45656         (Processor Time): ...to here.  Correct description.
45657         * manual/conf.texi (Constants for Sysconf): Correct description of
45658         _SC_CLK_TCK.
45660 2012-04-10  David S. Miller  <davem@davemloft.net>
45662         [BZ #13967]
45663         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45664         where the is a gap between DT_REL(A) and DT_JMPREL.
45666 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45668         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45669         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45670         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45672 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45674         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45675         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45676         (dl_main): Handle --inhibit-cache.
45677         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45678         _dl_inhibit_cache.
45679         * elf/dl-load.c (_dl_map_object): Use it.
45680         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45682 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45684         [BZ #13872]
45685         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45686         (__ieee754_powl): Saturate large exponents rather than testing for
45687         overflow of y*log2(x).
45688         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45689         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45690         exceptions.
45692         [BZ #11521]
45693         * math/s_ctan.c: Include <float.h>.
45694         (__ctan): Avoid internal overflow or cancellation in calculating
45695         denominator.
45696         * math/s_ctanf.c: Likewise.
45697         * math/s_ctanl.c: Likewise.
45698         * math/s_ctanh.c: Likewise.
45699         * math/s_ctanhf.c: Likewise.
45700         * math/s_ctanhl.c: Likewise.
45701         * math/libm-test.inc (ctan_test): Add more tests.
45702         (ctanh_test): Likewise.
45703         * sysdeps/i386/fpu/libm-test-ulps: Update.
45704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45706 2012-04-09  Andreas Jaeger  <aj@suse.de>
45708         [BZ #6894]
45709         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45710         is an optional BSD extension.
45712         [BZ #10254]
45713         * manual/stdio.texi (Opening Streams): Document additional fopen
45714         parameters.
45716 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45718         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45719         %eax without telling the compiler.
45721 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45723         [BZ # 13963]
45724         * manual/install.texi: Use sourceware.org.
45726 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45728         [BZ #13873]
45729         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45730         (__ieee754_pow): Generate overflow and underflow using huge*huge
45731         and tiny*tiny rather than just returning constant infinity or zero
45732         for large exponents.
45733         * math/libm-test.inc (pow_test): Require overflow exceptions for
45734         applicable cases of large exponents.
45736         [BZ #706]
45737         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45738         (__ieee754_pow): Use iterative multiplication algorithm only for
45739         integer exponents with absolute value below 1024.  Check for odd
45740         integer exponents when using algorithm for real exponents.
45741         * math/libm-test.inc (pow_test): Add more tests.
45742         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45744 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45746         [BZ #13705]
45747         * math/libm-test.inc (exp_test): Do not allow overflow exception
45748         on underflow test.
45750 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45752         [BZ #13705]
45753         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45754         instead of __kernel_standard_f.
45756 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45758         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45759         * sysdeps/x86_64/memset_chk.S: Likewise.
45761 2012-04-08  Andreas Jaeger  <aj@suse.de>
45763         [BZ #10153]
45764         * manual/startup.texi (Environment Access): Describe return value
45765         for putenv and setenv.
45767         [BZ #6895]
45768         * manual/filesys.texi (Directory Entries): Add description for
45769         DT_LNK.
45771         [BZ #6890]
45772         * manual/filesys.texi (Directory Entries): Clarify that it's file
45773         system not operating system in the description of DT_UNKNOWN.
45775         [BZ #6578]
45776         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45778 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45780         [BZ #6649]
45781         * manual/llio.texi (Opening and Closing Files): Add cross
45782         reference to explain mode argument.
45784 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45786         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45787         * sysdeps/x86_64/memset_chk.S: Likewise.
45789 2012-04-07  David S. Miller  <davem@davemloft.net>
45791         * elf/elf.h (R_SPARC_WDISP10): Define.
45792         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45793         R_SPARC_SIZE32.
45794         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45795         R_SPARC_SIZE64 and R_SPARC_H34.
45797 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45799         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45800         conditions and remove no longer applicable assertion.
45802 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45804         * bits/byteswap.h: Include <features.h>.
45805         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45806         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45808 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45810         * bits/byteswap.h (__bswap_16): Removed.
45811         Include <bits/byteswap-16.h> to get __bswap_16.
45812         * sysdeps/i386/bits/byteswap.h: Likewise.
45813         * sysdeps/s390/bits/byteswap.h: Likewise.
45814         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45815         * bits/byteswap-16.h: New file.
45816         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45817         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45818         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45819         * string/Makefile (headers): Add bits/byteswap-16.h.
45821 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45823         [BZ #13895]
45824         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45825         extra indirection.
45826         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45827         * nss/tst-nss-static.c: New.
45829 2012-04-06  Robert Millan  <rmh@gnu.org>
45831         [BZ #6486]
45832         * manual/llio.texi (File Position Primitive): lseek
45833         refers to WHENCE when it really means OFFSET.
45835 2012-04-06  Andreas Jaeger  <aj@suse.de>
45837         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45838         strncmp declarations.
45840         * abilist/libc.abilist: Add __poll and __ppoll.
45842 2012-04-05  David S. Miller  <davem@davemloft.net>
45844         * scripts/check-local-headers.sh: Accept a host triplet in the
45845         path matched by the exclude regexp.
45847         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45848         definition.
45849         * sysdeps/powerpc/powerpc32/dl-machine.h
45850         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45851         * sysdeps/s390/s390-32/dl-machine.h
45852         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45853         * sysdeps/sparc/sparc32/dl-machine.h
45854         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45855         * sysdeps/sparc/sparc64/dl-machine.h
45856         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45858         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45859         lazy binding.
45860         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45861         undefined symbol errors.
45863         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45864         DT_NEEDED entries.
45866 2012-04-05  Michael Matz  <matz@suse.de>
45868         [BZ #13592]
45869         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45871 2012-04-05  Andreas Jaeger  <aj@suse.de>
45873         [BZ #13908]
45874         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45875         comment.
45877 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45879         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45880         which ROUND is no valid rounding mode.
45882 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45884         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45885         read again.
45886         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45888 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45890         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45891         an exception using FPU order intentionally.
45893 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45895         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45896         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45897         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45898         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45900 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45902         [BZ #12340]
45903         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45904         EINVAL when BUFLEN is too smal.
45906 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45908         [BZ #13553]
45909         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45910         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45912 2012-04-03  Andreas Jaeger  <aj@suse.de>
45914         [BZ #13938]
45915         * manual/setjmp.texi (System V contexts): Fix sentence.
45917         [BZ #13926]
45918         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45919         New macro for this case.
45920         [!__GNUC__] (__bswap_64): New inline function for this case.
45921         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45922         * bits/byteswap.h: Likewise.
45923         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45924         ull, guard with __GLIBC_HAVE_LONG_LONG.
45926         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45927         __GLIBC_HAVE_LONG_LONG.
45929         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45930         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45932 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45934         [BZ #13691]
45935         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45936         inptr and inend, rather than using last_ch.
45938 2012-04-02  David S. Miller  <davem@davemloft.net>
45940         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45941         * stdio-common/printf-parse.h (read_int): Change return type to
45942         'int', return -1 on INT_MAX overflow.
45943         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45944         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45945         overflows INT_MAX.  Check for overflow of in-format-string precision
45946         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45947         SIZE_MAX not INT_MAX for integer overflow test.
45948         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45949         skip the construct in the format string but do not record anything.
45950         * stdio-common/bug22.c: Adjust to test both width/prevision
45951         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45952         explicitly for proper errno values.
45954 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45956         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45957         CHAR_MAX.
45958         * string/test-strcmp.c [! WIDE]: Likewise.
45959         * time/tst-mktime2.c: Likewise for INT_MAX.
45960         * string/test-string.h: #include <sys/param.h> for MIN.
45962         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45963         * sysdeps/i386/init-first.c (init): Likewise.
45964         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45965         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45966         * sysdeps/sh/init-first.c (init): Likewise.
45968 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45970         * po/ru.po: Update from translation team.
45971         * po/vi.po: Likewise.
45973 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45975         * resolv/nss_dns/dns-host.c: Merge copyright years.
45977 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45979         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45980         Optimize memcpy with prefetch if
45981         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45982         src, dst pointers have unequal 16 byte alignments.
45984 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45986         [BZ #13928]
45987         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45988         from a CNAME entry and return the minimum ttl for the query.
45989         (gaih_getanswer_slice): Likewise.
45991 2012-03-30  Jeff Law  <law@redhat.com>
45993         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45994         due to long keys.
45995         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45996         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45998         * resolv/nss_dns/dns-host.c: Update copyright year.
46000 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46002         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46003         requests to save a system call.  Fix check that all bytes are sent.
46005         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46006         comments for sendmmsg.
46008 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46010         [BZ #13691]
46011         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46012         with only 1 character between 0x0041 and 0x01b0.
46013         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46014         * wcsmbs/tst-mbsnrtowcs.c: New file.
46016 2012-03-29  David S. Miller  <davem@davemloft.net>
46018         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46019         small copies by hand.
46021 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46023         [BZ #13761]
46024         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46025         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46026         group memberships.
46028 2012-03-28  David S. Miller  <davem@davemloft.net>
46030         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46031         that branches into memcpy.
46032         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46033         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46034         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46035         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46036         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46037         bits.
46038         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46039         implementation too.
46040         * sysdeps/sparc/mempcpy.S: New file.
46042         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46043         the IFUNC routine in the libc case.
46044         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46046         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46047         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46048         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46049         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46050         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46051         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46052         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46053         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46055         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46056         loop to 256 bytes instead of 64 bytes and fix test signedness.
46058         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46059         * sysdeps/sparc/sparc32/Makefile: rather than here...
46060         * sysdeps/sparc/sparc64/Makefile: and here.
46062 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46064         * malloc/mallocbug.c: Avoid warnings about unused variables.
46066 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46068         [BZ #13760]
46069         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46070         in the right place. Discard and retry query if response is
46071         larger than input buffer size.
46073 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46075         [BZ #369]
46076         [BZ #2678]
46077         [BZ #3866]
46078         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46079         x for large integer exponent.
46080         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46081         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46082         sign of result as needed afterwards.
46083         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46084         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46085         result for underflowing pow the same as for overflow.
46086         (__kernel_standard_l): Handle powl overflow and underflow here
46087         rather than calling __kernel_standard.
46088         * math/libm-test.inc (pow_test): Add more tests.
46090         [BZ #3868]
46091         [BZ #13879]
46092         [BZ #13910]
46093         [BZ #13911]
46094         [BZ #13912]
46095         [BZ #13913]
46096         [BZ #13915]
46097         [BZ #13916]
46098         [BZ #13917]
46099         [BZ #13918]
46100         [BZ #13919]
46101         [BZ #13920]
46102         [BZ #13921]
46103         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46104         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46105         (__kernel_standard_l): New function.
46106         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46107         __kernel_standard.
46108         * math/w_acosl.c (__acosl): Likewise.
46109         * math/w_asinl.c (__asinl): Likewise.
46110         * math/w_atan2l.c (__atan2l): Likewise.
46111         * math/w_atanhl.c (__atanhl): Likewise.
46112         * math/w_coshl.c (__coshl): Likewise.
46113         * math/w_exp10l.c (__exp10l): Likewise.
46114         * math/w_exp2l.c (__exp2l): Likewise.
46115         * math/w_fmodl.c (__fmodl): Likewise.
46116         * math/w_hypotl.c (__hypotl): Likewise.
46117         * math/w_j0l.c (__j0l, __y0l): Likewise.
46118         * math/w_j1l.c (__j1l, __y1l): Likewise.
46119         * math/w_jnl.c (__jnl, __ynl): Likewise.
46120         * math/w_lgammal.c (__lgammal): Likewise.
46121         * math/w_log10l.c (__log10l): Likewise.
46122         * math/w_log2l.c (__log2l): Likewise.
46123         * math/w_logl.c (__logl): Likewise.
46124         * math/w_powl.c (__powl): Likewise.
46125         * math/w_remainderl.c (__remainderl): Likewise.
46126         * math/w_scalbl.c (sysv_scalbl): Likewise.
46127         * math/w_sinhl.c (__sinhl): Likewise.
46128         * math/w_sqrtl.c (__sqrtl): Likewise.
46129         * math/w_tgammal.c (__tgammal): Likewise.
46130         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46131         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46132         * math/libm-test.inc (acos_test): Add more tests.
46133         (acosh_test): Likewise.
46134         (asin_test): Likewise.
46135         (atanh_test): Likewise.
46136         (exp_test): Likewise.
46137         (exp10_test): Likewise.
46138         (exp2_test): Likewise.
46139         (expm1_test): Likewise.
46140         (lgamma_test): Likewise.
46141         (log_test): Likewise.
46142         (log10_test): Likewise.
46143         (log1p_test): Likewise.
46144         (log2_test): Likewise.
46145         (pow_test): Do not allow some spurious overflow exceptions.
46146         (sqrt_test): Add more tests.
46147         (tgamma_test): Likewise.
46148         (y0_test): Likewise.
46149         (y1_test): Likewise.
46150         (yn_test): Likewise.
46152 2012-03-27  Anton Blanchard  <anton@samba.org>
46154         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46155         MAP_HUGETLB.
46156         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46157         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46158         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46160 2012-03-27  David S. Miller  <davem@davemloft.net>
46162         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46164         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46165         have-as-vis3 check.
46167 2012-03-27  Andreas Jaeger  <aj@suse.de>
46169         * sysdeps/x86_64/elf/configure.in: Moved to ...
46170         * sysdeps/x86_64/configure.in: ... here.
46171         * sysdeps/x86_64/elf/start.S: Moved to ...
46172         * sysdeps/x86_64/start.S: ... here.
46173         * sysdeps/x86_64/elf/configure: Delete.
46175         * sysdeps/x86_64/configure.in: Merge contents from
46176         sysdeps/i386/configure.in (without i686 check).
46178         * sysdeps/i386/elf/Versions: Merge into ...
46179         * sysdeps/i386/Versions: ... this.
46180         * sysdeps/i386/elf/Versions: Delete file.
46181         * sysdeps/i386/elf/start.S: Moved to ...
46182         * sysdeps/i386/start.S: ...here.
46183         * sysdeps/i386/elf/configure.in: Merge into...
46184         * sysdeps/i386/configure.in: ...here.
46185         * sysdeps/i386/elf/configure.in: Delete file.
46186         * sysdeps/i386/elf/configure: Delete file.
46188         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46189         * debug/backtracesyms.c: ... here.
46190         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46191         * debug/backtracesymsfd.c: ... here.
46192         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46193         * sysdeps/generic/ifunc-sel.h: ... here.
46195         * sysdeps/unix/i386/start.c: Delete file.
46196         * sysdeps/unix/sparc/start.c: Delete file.
46197         * sysdeps/unix/start.c: Delete file.
46199         * sysdeps/sh/elf/configure.in: Moved to ...
46200         * sysdeps/sh/configure.in: ... here.
46201         * sysdeps/sh/elf/start.S: Moved to ...
46202         * sysdeps/sh/start.S: ... here.
46203         * sysdeps/sh/elf/configure: Delete file.
46205         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46206         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46207         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46208         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46209         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46210         * sysdeps/powerpc/powerpc64/start.S: here.
46211         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46212         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46213         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46214         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46215         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46217         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46218         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46219         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46220         * sysdeps/powerpc/powerpc32/start.S: ... here.
46221         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46222         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46223         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46225         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46226         * sysdeps/powerpc/ifunc-sel.h: ... here.
46227         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46228         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46230         * sysdeps/sparc/elf/configure.in: Moved to ...
46231         * sysdeps/sparc/configure.in: ... here.
46232         * sysdeps/sparc/elf/configure: Delete file.
46233         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46234         * sysdeps/sparc/sparc32/start.S: ... here.
46235         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46236         * sysdeps/sparc/sparc64/start.S: ... here.
46237         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46238         * sysdeps/sparc/sparc32/Makefile: ... this.
46239         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46240         * sysdeps/sparc/sparc64/Makefile: ... this.
46242         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46243         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46244         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46245         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46246         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46247         * sysdeps/s390/s390-32/setjmp.S: ... here.
46248         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46249         * sysdeps/s390/s390-32/configure.in: ... here.
46250         * sysdeps/s390/s390-32/elf/configure: Delete file.
46251         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46252         * sysdeps/s390/s390-32/start.S: ... here.
46254         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46255         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46256         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46257         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46258         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46259         * sysdeps/s390/s390-64/setjmp.S: ... here.
46260         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46261         * sysdeps/s390/s390-64/configure.in: ... here
46262         * sysdeps/s390/s390-64/elf/configure: Delete file.
46263         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46264         * sysdeps/s390/s390-64/start.S: ... here.
46265         * sysdeps/s390/s390-64/elf/configure: Delete.
46267         * configure.in: Remove support for elf directories in sysdeps.
46269         * configure: Regenerated.
46270         * sysdeps/i386/configure: Regenerated.
46271         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46272         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46273         * sysdeps/s390/s390-32/configure: Regenerated.
46274         * sysdeps/s390/s390-64/configure: Regenerated.
46275         * sysdeps/sh/configure: Regenerated.
46276         * sysdeps/sparc/configure: Regenerated.
46277         * sysdeps/x86_64/configure: Regenerated.
46279 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46281         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46283         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46284         denormal result into account.
46286 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46288         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46289         Reported by Allan McRae <allan@archlinux.org>.
46291 2012-03-23  Jeff Law  <law@redhat.com>
46293         * nss/getnssent.c (__nss_getent): Fix typo.
46295 2012-03-23  David S. Miller  <davem@davemloft.net>
46297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46299 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46301         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46302         to pad to uint64_t for each field.
46303         (dl_tls_index): Replace unsigned long with uint64_t.
46305 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46306         Paul Pluzhnikov  <ppluzhnikov@google.com>
46308         [BZ #6528]
46309         * grp/Makefile (otherlibs): Don't set it.
46310         * inet/Makefile (otherlibs): Likewise.
46311         * login/Makefile (otherlibs): Likewise.
46312         * nscd/Makefile (otherlibs): Likewise.
46313         * posix/Makefile (otherlibs): Likewise.
46314         * pwd/Makefile (otherlibs): Likewise.
46315         * rt/Makefile (otherlibs): Likewise.
46316         * sunrpc/Makefile (otherlibs): Likewise.
46317         * nss/Makefile (otherlibs): Likewise.
46318         Add libnss_files to routines and static-only-routines.
46319         ($(objpfx)getent): Remove rule.
46320         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46321         static-only-routines.
46323 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46325         [BZ #13892]
46326         * math/s_cexp.c: Include <float.h>.
46327         (__cexp): Handle exp result overflowing not necessarily
46328         overflowing both real and imaginary parts of result.
46329         * math/s_cexpf.c: Likewise.
46330         * math/s_cexpl.c: Likewise.
46331         * math/libm-test.inc (cexp_test): Add more tests.
46332         * sysdeps/i386/fpu/libm-test-ulps: Update.
46333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46335 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46337         * include/link.h (ELFW): New macro.
46338         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46339         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46341 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46343         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46344         with uint64_t.
46346 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46348         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46349         declaration.
46350         (struct La_x32_retval): Likewise.
46352 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46354         * sysdeps/x86_64/preconfigure.in: New file.
46355         * sysdeps/x86_64/preconfigure: New generated file.
46357 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46359         [BZ #13824]
46360         * math/e_exp2l.c: Include <float.h>.
46361         (__ieee754_exp2l): Handle overflow and underflow cases
46362         separately.  Only pass fractional part of argument to
46363         __ieee754_expl.
46364         * math/libm-test.inc (exp2_test): Add more tests.
46366         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46367         negating x to take absolute value.
46368         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46369         Likewise.
46370         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46371         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46372         Likewise.
46373         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46374         computing low part if x was negated.
46375         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46377 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46379         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46380         la_x32_gnu_pltexit.
46381         (pltexit): Cast int_retval to ptrdiff_t.
46382         * elf/tst-auditmod3b.c: Likewise.
46383         * elf/tst-auditmod4b.c: Likewise.
46384         * elf/tst-auditmod5b.c: Likewise.
46385         * elf/tst-auditmod6b.c: Likewise.
46386         * elf/tst-auditmod6c.c: Likewise.
46387         * elf/tst-auditmod7b.c: Likewise.
46389         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46390         and x32_gnu_pltexit.
46392         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46393         __ELF_NATIVE_CLASS.
46394         (La_x32_regs): New macro.
46395         (La_x32_retval): Likewise.
46396         (la_x32_gnu_pltenter): New function prototype.
46397         (la_x32_gnu_pltexit): Likewise.
46399 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46401         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46402         exponent.
46404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46406         * configure.in (libc_cv_cc_nofma): Check for option to disable
46407         generation of FMA instructions.
46408         * configure: Regenerate.
46409         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46410         * sysdeps/ieee754/dbl-64/Makefile: New file.
46411         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46412         Remove brandred-fma4.
46413         (CFLAGS-brandred-fma4.c): Remove.
46414         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46415         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46416         define.
46417         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46418         define.
46420 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46422         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46423         LLONG_MAX != LONG_MAX.
46424         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46425         (_fitoa_word): Likewise.
46426         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46427         LLONG_MAX != LONG_MAX.
46428         * stdio-common/_itowa.h: Include <_itoa.h>.
46429         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46430         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46431         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46432         only if not defined.
46433         (_ITOA_WORD_TYPE): Likewise.
46434         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46435         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46437 2012-03-21  David S. Miller  <davem@davemloft.net>
46439         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46441 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46443         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46444         of x86_64 when setting libc_cv_slibdir, libdir and
46445         libc_cv_localedir.
46446         * sysdeps/unix/sysv/linux/configure: Regenerated.
46448 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46450         * manual/lang.texi (Old Varargs): Remove section.
46451         (How Variadic): Update menu.
46452         (va_start): Do not mention varargs.h.
46454 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46455             Joseph Myers  <joseph@codesourcery.com>
46457         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46458         link test.
46459         * configure: Regenerated.
46461 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46463         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46464         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46465         conformtest.pl
46467 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46469         * NOTES: Remove.
46470         * Makefile (files-for-dist): Remove NOTES.
46471         (NOTES): Remove rule.
46472         * README: Don't refer to NOTES.
46473         * manual/creature.texi: Don't include macros.texi.
46474         * manual/intro.texi (creature.texi): Remove comment referring to
46475         NOTES.
46477         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46478         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46479         * configure: Regenerated.
46480         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46481         LIBC_TRY_CC_OPTION.
46482         (libc_cv_as_i686): Likewise.
46483         (libc_cv_cc_avx): Likewise.
46484         (libc_cv_cc_sse2avx): Likewise.
46485         (libc_cv_cc_fma4): Likewise.
46486         (libc_cv_cc_novzeroupper): Likewise.
46487         * sysdeps/i386/configure: Regenerated.
46489         [BZ #13883]
46490         * sysdeps/i386/fpu/s_cexp.S: Remove.
46491         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46492         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46493         * math/libm-test.inc (cexp_test): Add more tests.
46494         * sysdeps/i386/fpu/libm-test-ulps: Update.
46495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46497 2012-03-21  Allan McRae  <allan@archlinux.org>
46499         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46501 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46503         [BZ #13871]
46504         * math/w_exp2.c: Do not include <float.h>.
46505         (o_threshold, u_threshold): Remove.
46506         (__exp2): Calculate result before checking finiteness and calling
46507         __kernel_standard.
46508         * math/w_exp2f.c: Likewise.
46509         * math/w_exp2l.c: Likewise.
46510         * math/libm-test.inc (exp2_test): Require overflow exception for
46511         1e6 input.
46513         [BZ #3866]
46514         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46515         range of signed 64-bit integers before using fistpll.  Remove
46516         checks for whether integers fit in mantissa bits.
46517         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46518         the range of signed 32-bit integers before using fistpl.  Remove
46519         checks for whether integers fit in mantissa bits.
46520         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46521         (__ieee754_powl): Test for y outside the range of signed 64-bit
46522         integers before using fistpll.  Reduce 64-bit values to 63-bit
46523         ones as needed.
46524         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46525         divide-by-zero is raised for zero to large negative powers.
46526         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46527         (__ieee754_powl): Test for y outside the range of signed 64-bit
46528         integers before using fistpll.  Reduce 64-bit values to 63-bit
46529         ones as needed.
46530         * math/libm-test.inc (pow_test): Add more tests.
46532 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46534         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46535         <stdio-common/_itoa.h>.
46536         * debug/segfault.c: Likewise.
46537         * elf/dl-cache.c: Likewise.
46538         * elf/dl-minimal.c: Likewise.
46539         * elf/dl-misc.c: Likewise.
46540         * elf/dl-sysdep.c: Likewise.
46541         * elf/dl-version.c: Likewise.
46542         * elf/rtld.c: Likewise.
46543         * hurd/hurdsock.c: Likewise.
46544         * hurd/lookup-retry.c: Likewise.
46545         * malloc/malloc.c: Likewise.
46546         * malloc/mtrace.c: Likewise.
46547         * nscd/nscd_getgr_r.c: Likewise.
46548         * nscd/nscd_getpw_r.c: Likewise.
46549         * nscd/nscd_getserv_r.c: Likewise.
46550         * posix/getopt_init.c: Likewise.
46551         * posix/wordexp.c: Likewise.
46552         * stdio-common/_itoa.c: Likewise.
46553         * stdio-common/printf_fphex.c: Likewise.
46554         * stdio-common/vfprintf.c: Likewise.
46555         * string/_strerror.c: Likewise.
46556         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46557         * sysdeps/i386/i686/hp-timing.h: Likewise.
46558         * sysdeps/mach/_strerror.c: Likewise.
46559         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46560         * sysdeps/mach/hurd/sethostid.c: Likewise.
46561         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46562         * sysdeps/mach/xpg-strerror.c: Likewise.
46563         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46564         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46565         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46566         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46567         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46568         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46569         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46570         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46571         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46572         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46573         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46574         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46575         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46576         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46577         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46578         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46579         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46580         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46581         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46582         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46583         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46585         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46587         * stdio-common/_itoa.h: Moved to ...
46588         * sysdeps/generic/_itoa.h: Here.
46590         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46592         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46593         instead of "_itoa.h" and "_itowa.h".
46594         * stdio-common/vfprintf.: Likewise.
46596 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46598         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46599         <bits/wordsize.h>.
46600         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46601         (__signbit): Likwise.
46602         (llrintf): Likwise.
46603         (llrint): Likwise.
46605 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46607         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46608         __WORDSIZE != 64.
46610 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46612         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46613         OVERFLOW_EXCEPTION_OK.
46614         * math/libm-test.inc ("Philosophy"): Update comment about
46615         exception testing.
46616         (OVERFLOW_EXCEPTION): Define.
46617         (OVERFLOW_EXCEPTION_OK): Likewise.
46618         (INVALID_EXCEPTION_OK): Renumber.
46619         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46620         (IGNORE_ZERO_INF_SIGN): Likewise.
46621         (test_exceptions): Handle FE_OVERFLOW.
46622         (exp10_test): Expect overflow exceptions.
46623         (exp2_test): Likewise.
46624         (expm1_test): Likewise.
46625         (nextafter_test): Likewise.
46626         (pow_test): Likewise.
46627         (scalbn_test): Likewise.
46628         (scalbln_test): Likewise.
46630 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46632         * sysdeps/x86_64/bits/atomic.h
46633         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46634         64bit integer.
46635         (atomic_exchange_acq): Likewise.
46636         (__arch_exchange_and_add_body): Likewise.
46637         (__arch_add_body): Likewise.
46638         (atomic_add_negative): Likewise.
46639         (atomic_add_zero): Likewise.
46641 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46643         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46644         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46646 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46648         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46649         Check __x86_64__ instead of __WORDSIZE.
46651 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46653         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46655 2012-03-19  David S. Miller  <davem@davemloft.net>
46657         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46659         * sysdeps/sparc/fpu/fenv_private.h: New file.
46660         * sysdeps/sparc/fpu/math_private.h: Use it.
46661         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46662         Remove.
46663         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46664         (libc_feholdexcept_setroundl): Remove.
46665         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46666         Remove.
46667         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46668         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46670 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46672         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46673         int64_t instead of long int.
46674         (INSERT_WORDS64): Likwise.
46676 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46678         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46679         _Unwind_GetCFA return to _Unwind_Ptr first.
46681 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46683         [BZ #13629]
46684         * math/s_clog.c: Include <float.h>.
46685         (__clog): Scale large or subnormal inputs.
46686         * math/s_clogf.c: Likewise.
46687         * math/s_clogl.c: Likewise.
46688         * math/s_clog10.c: Include <float.h>.
46689         (M_LOG10_2): Define.
46690         (__clog10): Scale large or subnormal inputs.
46691         * math/s_clog10f.c: Likewise.
46692         * math/s_clog10l.c: Likewise.
46693         * math/libm-test.inc (clog_test): Add more tests.
46694         (clog10_test): Likewise.
46695         * sysdeps/i386/fpu/libm-test-ulps: Update.
46696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46698         [BZ #11451]
46699         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46700         x and y.
46701         * math/libm-test.inc (atan2_test): Add another test.
46703         * Makerules (common-objdir-compile): Remove.
46704         * sysdeps/unix/Makefile (config-generated): Do not add
46705         $(unix-generated) to variable.
46706         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46707         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46708         Remove rule.
46709         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46710         Likewise.
46711         [generic bits/local_lim.h] (before-compile): Do not append to
46712         variable.
46713         [generic bits/local_lim.h] (common-generated): Likewise.
46714         [generic sys/param.h] (before-compile): Do not append to variable.
46715         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46716         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46717         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46718         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46719         include.
46720         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46721         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46722         [generic sys/param.h] ($(addprefix
46723         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46724         [generic sys/param.h] (common-generated): Do not append to
46725         variable.
46726         [generic sys/param.h] (sysdep_headers): Likewise.
46727         [generic bits/errno.h] (before-compile): Do not append to
46728         variable.
46729         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46730         rule.
46731         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46732         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46733         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46734         [generic bits/errno.h] (common-generated): Do not append to
46735         variable.
46736         [generic bits/ioctls.h] (before-compile): Do not append to
46737         variable.
46738         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46739         rule.
46740         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46741         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46742         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46743         rule.
46744         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46745         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46746         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46747         [generic bits/ioctls.h] (common-generated): Do not append to
46748         variable.
46749         [generic sys/syscall.h] (syscall.h): Remove variable.
46750         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46751         rule.
46752         [generic sys/syscall.h] (before-compile): Do not append to
46753         variable.
46754         [generic sys/syscall.h] (common-generated): Likewise.
46755         * sysdeps/unix/errnos-tmpl.c: Remove file.
46756         * sysdeps/unix/errnos.awk: Likewise.
46757         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46758         * sysdeps/unix/ioctls.awk: Likewise.
46759         * sysdeps/unix/mk-local_lim.c: Likewise.
46760         * sysdeps/unix/snarf-ioctls: Likewise.
46762 2012-03-19  Richard Henderson  <rth@twiddle.net>
46764         * sysdeps/i386/fpu/fenv_private.h: New file.
46765         * sysdeps/i386/fpu/math_private.h: Use it.
46766         (math_opt_barrier, math_force_eval): Remove.
46767         (libc_feholdexcept_setround_53bit): Remove.
46768         (libc_feupdateenv_53bit): Remove.
46769         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46770         (math_opt_barrier, math_force_eval): Remove.
46771         (libc_feholdexcept): Remove.
46772         (libc_feholdexcept_setround): Remove.
46773         (libc_fetestexcept, libc_fesetenv): Remove.
46774         (libc_feupdateenv_test): Remove.
46775         (libc_feupdateenv, libc_feholdsetround): Remove.
46776         (libc_feresetround): Remove.
46778         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46779         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46781         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46782         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46783         (libc_feupdateenv_testl): New.
46784         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46785         (libc_feupdateenv_testf): New.
46786         (libc_feupdateenv): Use libc_feupdateenv_test.
46787         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46788         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46790         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46791         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46792         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46793         (libc_feresetround_noex): New.
46794         (libc_feresetround_noexf): New.
46795         (libc_feresetround_noexl): New.
46796         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46797         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46798         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46799         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46800         SET_RESTORE_ROUND.
46801         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46802         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46803         (__cos): Likewise.
46804         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46805         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46806         SET_RESTORE_ROUND_NOEX.
46807         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46808         SET_RESTORE_ROUND_NOEXF.
46809         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46810         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46811         (libc_feholdsetroundf): New.
46812         (libc_feresetround, libc_feresetroundf): New.
46814         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46815         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46816         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46818         * sysdeps/generic/math_private.h: Include <fenv.h>.
46819         (default_libc_feholdexcept): New.
46820         (default_libc_feholdexcept_setround): New.
46821         (default_libc_fesetenv, default_libc_feupdateenv): New.
46822         (libc_feholdexcept): Only define if undefined.
46823         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46824         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46825         (libc_feholdexcept_setroundl): Likewise.
46826         (libc_feholdexcept_setround_53bit): Likewise.
46827         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46828         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46829         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46830         (libc_feupdateenv_53bit): Likewise.
46831         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46832         (libc_feholdexcept): Convert from macro to inline function.
46833         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46834         (libc_fesetenv, libc_feupdateenv): Likewise.
46836         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46837         not previously defined.
46838         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46839         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46840         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46841         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46842         * sysdeps/ieee754/flt-32/math_private.h: New file.
46843         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46844         math_private.h below SET_FLOAT_WORD.
46845         (__isnan, __isinf_ns, __finite): Remove.
46846         (__isnanf, __isinf_nsf, __finitef): Remove.
46848 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46852 2012-03-17  David S. Miller  <davem@davemloft.net>
46854         [BZ #6471]
46855         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46856         for 2.16.
46858 2012-03-16  David S. Miller  <davem@davemloft.net>
46860         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46861         warnings.
46863         [BZ #6471]
46864         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46865         properly.
46866         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46867         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46868         sysdep_routines when subdir is sysvipc.
46869         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46870         __getshmlba helper.
46872         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46874 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46876         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46877         [__LP64__].
46879 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46881         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46882         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46883         (__lround): Renamed to ...
46884         (__llround): This.  Replace long int with long long int.
46885         Define lround functions as aliases of llround functions.
46886         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46888 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46890         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46891         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46892         adresses to uintptr_t.  Replace "long int" and "unsigned long
46893         int" with "greg_t" on va_arg.
46895 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46897         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46898         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46900         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46901         Move e_machine check before EI_CLASS check.  Handle x32
46902         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46903         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46904         SKIP_EM_IA_64 and include
46905         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46907         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46908         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46909         (add_system_dir): New macro.
46911         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46912         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46914 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46916         [BZ #2551]
46917         [BZ #2552]
46918         [BZ #2553]
46919         [BZ #2554]
46920         [BZ #2562]
46921         [BZ #2563]
46922         [BZ #2565]
46923         [BZ #2566]
46924         [BZ #2576]
46925         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46926         (y0): Likewise.
46927         * math/w_j0f.c (j0f): Likewise.
46928         (y0f): Likewise.
46929         * math/w_j0l.c (__j0l): Likewise.
46930         (__y0l): Likewise.
46931         * math/w_j1.c (j1): Likewise.
46932         (y1): Likewise.
46933         * math/w_j1f.c (j1f): Likewise.
46934         (y1f): Likewise.
46935         * math/w_j1l.c (__j1l): Likewise.
46936         (__y1l): Likewise.
46937         * math/w_jn.c (jn): Likewise.
46938         (yn): Likewise.
46939         * math/w_jnf.c (jnf): Likewise.
46940         (ynf): Likewise.
46941         * math/w_jnl.c (__jnl): Likewise.
46942         (__ynl): Likewise.
46943         * math/libm-test.inc (j0_test): Add more tests.
46944         (j1_test): Likewise.
46945         (jn_test): Likewise.  Add trailing semicolon to existing test.
46946         (y0_test): Likewise.
46947         (y1_test): Likewise.
46948         * sysdeps/i386/fpu/libm-test-ulps: Update.
46949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46951         [BZ #13851]
46952         [BZ #13854]
46953         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46954         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46955         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46956         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46957         (__tanl): Set errno for infinite argument.
46958         * sysdeps/i386/fpu/mptan.c: Remove.
46959         * sysdeps/i386/fpu/s_tan.S: Likewise.
46960         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46961         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46962         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46963         * math/libm-test.inc (tan_test): Add more tests and enable more
46964         tests for double and long double.
46965         * sysdeps/i386/fpu/libm-test-ulps: Update.
46966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46968 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46970         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46971         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46973 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46975         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46976         * configure.in: Use it for both main tree and add-ons.
46977         * configure: Regenerated.
46979 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46981         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46983 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46985         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46986         in comment.
46988         [BZ #13851]
46989         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46990         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46994         infinite argument.
46995         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46996         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46997         != 0 for prec == 2.
46998         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46999         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47000         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47001         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47002         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47003         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47004         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47005         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47006         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47007         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47008         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47009         * math/libm-test.inc (cos_test): Add more tests and enable more
47010         tests for long double.
47011         (sin_test): Likewise.
47012         (sincos_test): Likewise.
47013         * sysdeps/i386/fpu/libm-test-ulps: Update.
47014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47016 2012-03-16  David S. Miller  <davem@davemloft.net>
47018         * sysdeps/sparc/fpu/math_private.h: New file.
47020 2012-03-15  David S. Miller  <davem@davemloft.net>
47022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47023         file.
47024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47026         file.
47027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47028         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47029         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47030         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47031         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47032         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47033         sysdep routines.
47034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47036         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47037         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47039         * sysdeps/sparc/sparc-ifunc.h: New file.
47040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47041         sparc-ifunc.h
47042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47044         Likewise.
47045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47046         Likewise.
47047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47051         Likewise.
47052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47057         Likewise.
47058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47059         Likewise.
47060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47064         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47065         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47066         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47067         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47068         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47069         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47070         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47071         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47072         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47073         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47074         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47075         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47076         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47077         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47078         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47079         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47080         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47081         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47082         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47083         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47085 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47087         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47088         scaling.
47089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47091 2012-03-15  Andreas Jaeger  <aj@suse.de>
47093         [BZ #13852]
47094         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47095         ieee754/flt-32 implementation for sin, cos and sincos.
47096         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47097         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47098         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47099         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47100         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47101         ieee754/flt-32 implementation for tan.
47103         * math/libm-test.inc (cos_test): Enable some large input tests for
47104         float as well
47105         (sin_test): Likewise.
47106         (sincos_test): Likewise.
47107         (tan_test): Add tests for large input.
47109         * sysdeps/i386/fpu/libm-test-ulps: Update.
47111 2012-03-15  Andreas Jaeger  <aj@suse.de>
47113         [BZ #13658]
47114         * math/libm-test.inc (cos_test): Add more test cases.
47115         (sin_test): Likewise.
47116         (sincos_test): Likewise.
47118 2012-03-15  Andreas Jaeger  <aj@suse.de>
47120         [BZ #13837]
47121         * math/libm-test.inc (cos_test): Add a test case for large input
47122         value.
47123         (sin_test): Likewise.
47124         (sincos_test): Likewise.
47126 2012-03-15  Andreas Jaeger  <aj@suse.de>
47127             Joseph Myers  <joseph@codesourcery.com>
47129         [BZ #13658]
47130         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47131         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47132         * sysdeps/i386/fpu/branred.c: Likewise.
47133         * sysdeps/i386/fpu/dosincos.c: Likewise.
47134         * sysdeps/i386/fpu/mpa.c: Likewise.
47135         * sysdeps/i386/fpu/s_cos.S: Likewise.
47136         * sysdeps/i386/fpu/s_sin.S: Likewise.
47137         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47138         * sysdeps/i386/fpu/sincos32.c: Likewise.
47140         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47141         Define.
47142         (libc_feupdateenv_53bit): Define.
47143         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47144         Define.
47145         (libc_feupdateenv_53bit): Define.
47147         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47148         53 bit (without extend i386 double precision).
47150         * math/libm-test.inc (sincos_test): Add tests for large input.
47151         (sin): Likewise.
47152         (cos): Likewise.
47154         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47156 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47158         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47160 2012-03-15  David S. Miller  <davem@davemloft.net>
47162         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47163         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47164         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47165         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47169         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47170         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47171         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47172         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47173         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47174         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47175         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47176         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47178         file.
47179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47181         file.
47182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47184         file.
47185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47187         file.
47188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47189         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47190         fmin/fmax sysdep routines.
47191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47193 2012-03-14  David S. Miller  <davem@davemloft.net>
47195         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47196         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47197         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47198         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47199         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47200         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47201         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47202         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47203         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47204         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47205         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47206         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47207         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47208         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47209         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47210         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47211         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47212         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47213         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47214         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47215         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47216         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47217         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47218         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47219         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47220         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47221         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47222         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47223         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47224         routines.
47225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47226         file.
47227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47229         file.
47230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47232         file.
47233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47235         file.
47236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47238         file.
47239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47241         file.
47242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47243         file.
47244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47245         file.
47246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47247         file.
47248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47249         New file.
47250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47251         file.
47252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47253         file.
47254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47256         file.
47257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47259         file.
47260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47262         file.
47263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47265         VIS3 routines.
47267         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47268         New file.
47270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47272         * sysdeps/sparc/configure.in: New file.
47273         * sysdeps/sparc/configure: Generate.
47274         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47275         * configure: Regenerate.
47276         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47277         * config.make.in (have-as-vis3): New.
47278         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47279         available use -Av9d instead of -Av9a.
47280         * sysdeps/sparc/sparc64/Makefile: Likewise.
47281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47283         New file.
47284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47285         file.
47286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47287         New file.
47288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47289         file.
47290         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47291         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47292         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47293         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47294         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47296         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47297         fzeros/fnegs to load 0x80000000 into a float register instead of
47298         using the stack.
47299         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47301 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47303         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47304         bits/syscall.h.
47305         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47306         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47307         ($(inst_includedir)/bits/syscall.h): Remove rule.
47308         ($(objpfx)bits/syscall.d): Include instead of
47309         $(objpfx)syscall-list.d.
47310         (generated): Change syscall-list.h and syscall-list.d to
47311         bits/syscall.h and bits/syscall.d.
47313 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47315         [BZ #13846]
47316         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47318 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47320         [BZ #13841]
47321         * math/s_csqrt.c: Include <float.h>.
47322         (__csqrt): Scale large or subnormal inputs.
47323         * math/s_csqrtf.c: Likewise.
47324         * math/s_csqrtl.c: Likewise.
47325         * math/libm-test.inc (csqrt_test): Add more tests.
47326         * sysdeps/i386/fpu/libm-test-ulps: Update.
47327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47329         [BZ #13840]
47330         * math/libm-test.inc (hypot_test): Add more tests.
47332 2012-03-13  David S. Miller  <davem@davemloft.net>
47334         [BZ #13840]
47335         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47336         double-precision for the calculation instead of scaling.
47338 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47340         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47341         manipulate bits before adding and subtracting TWO52[sx].
47342         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47343         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47344         Likewise.
47345         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47347 2012-03-13  David S. Miller  <davem@davemloft.net>
47349         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47350         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47351         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47352         rtld-global-offsets.h
47353         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47355         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47356         large parameters.
47358         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47360         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47361         'err' in the ifdef scope in which it is actually used.
47363         * nss/nss_db/db-init.c: Include string.h
47365 2012-03-12  David S. Miller  <davem@davemloft.net>
47367         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47368         masking out of the most significant byte of random value used.
47369         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47370         Fix coding style in previous change.
47372         * sysdeps/unix/sysv/linux/kernel-features.h
47373         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47374         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47375         expression.
47376         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47377         later.
47379 2012-03-11  David S. Miller  <davem@davemloft.net>
47381         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47382         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47383         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47384         for 'resultvar' otherwise things get truncated on 64-bit.
47386         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47387         Fix masking out of the most significant byte of random value used.
47389         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47391 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47393         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47395 2012-03-09  David S. Miller  <davem@davemloft.net>
47397         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47398         variables with appropriate CPP guards.
47399         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47400         from the frame pointer, not the stack pointer.  Correct layout
47401         comments.  Fix test on resulting framesize and the management of
47402         the outregs buffer for pltexit.  Preserve floating point return
47403         values across _dl_call_pltexit call.
47404         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47405         framesize and the management of the outregs buffer for pltexit.
47406         Preserve floating point return values across _dl_call_pltexit
47407         call.
47408         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47409         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47410         (la_sparc64_gnu_pltexit): New functions.
47411         (print_exit): Fix format string for return register value.
47413 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47415         * sunrpc/Makefile (others): Add rpcgen.
47416         ($(objpfx)rpcgen): Remove special build rule and dependency on
47417         libc.
47418         * sunrpc/rpcgen.c: New file.
47420 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47422         [BZ #13673]
47423         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47424         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47425         * sysdeps/i386/crti.S: Likewise.
47426         * sysdeps/i386/crtn.S: Likewise.
47427         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47428         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47429         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47430         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47431         * sysdeps/sh/crti.S: Likewise.
47432         * sysdeps/sh/crtn.S: Likewise.
47433         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47435         [BZ #13673]
47436         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47437         with URL.
47438         * locale/programs/locfile-kw.gperf: Likewise.
47439         * locale/programs/charmap-kw.h: Regenerated.
47440         * locale/programs/locfile-kw.h: Likewise.
47442         [BZ #13673]
47443         * intl/plural.y: Replace FSF snail mail address with URL.
47444         * intl/plural.c: Regenerated.
47446 2012-03-09  Richard Henderson  <rth@twiddle.net>
47448         * include/math_private.h: Remove file.
47449         * math/math_private.h: Move file ...
47450         * sysdeps/generic/math_private.h: ... here.
47452         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47453         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47454         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47456         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47457         and <math_private.h>.
47458         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47459         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47460         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47461         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47462         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47463         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47464         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47465         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47466         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47467         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47468         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47469         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47470         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47471         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47472         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47473         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47474         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47475         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47476         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47477         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47478         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47479         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47480         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47481         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47482         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47483         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47484         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47485         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47486         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47487         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47488         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47489         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47490         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47491         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47492         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47493         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47494         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47495         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47496         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47497         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47498         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47499         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47500         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47501         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47502         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47503         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47504         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47505         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47506         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47507         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47508         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47509         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47510         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47511         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47512         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47513         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47514         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47515         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47516         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47517         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47518         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47519         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47520         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47521         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47522         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47523         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47524         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47525         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47526         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47527         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47528         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47529         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47530         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47531         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47532         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47533         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47534         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47535         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47536         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47537         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47538         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47539         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47540         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47541         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47542         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47543         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47544         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47545         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47546         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47547         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47548         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47549         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47550         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47551         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47552         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47553         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47554         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47555         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47556         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47557         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47558         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47559         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47560         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47561         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47562         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47563         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47564         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47565         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47566         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47567         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47568         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47569         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47570         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47571         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47572         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47573         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47574         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47575         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47576         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47577         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47578         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47579         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47580         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47581         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47582         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47583         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47584         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47585         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47586         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47587         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47588         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47589         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47590         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47591         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47592         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47593         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47594         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47595         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47596         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47597         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47598         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47599         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47600         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47601         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47602         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47603         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47604         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47605         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47606         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47607         * sysdeps/ieee754/k_standard.c: Likewise.
47608         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47609         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47610         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47611         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47612         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47613         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47614         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47615         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47616         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47617         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47618         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47619         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47620         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47621         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47622         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47623         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47624         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47625         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47626         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47627         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47628         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47629         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47630         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47631         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47632         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47633         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47634         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47635         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47636         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47637         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47638         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47639         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47640         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47641         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47642         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47643         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47644         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47645         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47646         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47647         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47648         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47649         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47650         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47651         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47652         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47653         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47654         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47655         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47656         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47657         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47658         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47659         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47660         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47661         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47662         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47663         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47664         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47665         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47666         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47667         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47668         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47669         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47670         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47671         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47672         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47673         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47674         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47675         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47676         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47677         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47678         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47679         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47680         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47681         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47682         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47683         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47684         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47685         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47686         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47687         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47688         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47689         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47690         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47691         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47692         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47693         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47694         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47695         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47696         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47697         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47698         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47699         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47700         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47701         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47702         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47703         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47704         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47705         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47706         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47707         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47708         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47709         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47710         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47711         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47712         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47713         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47714         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47715         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47716         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47717         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47718         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47719         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47720         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47721         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47722         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47723         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47724         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47725         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47726         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47727         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47728         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47729         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47730         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47731         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47732         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47733         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47734         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47735         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47736         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47737         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47738         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47739         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47740         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47741         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47742         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47743         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47744         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47745         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47746         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47747         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47748         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47749         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47750         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47751         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47752         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47753         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47754         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47755         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47756         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47757         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47758         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47759         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47760         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47761         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47762         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47763         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47764         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47765         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47766         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47767         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47768         * sysdeps/ieee754/s_lib_version.c: Likewise.
47769         * sysdeps/ieee754/s_matherr.c: Likewise.
47770         * sysdeps/ieee754/s_signgam.c: Likewise.
47771         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47772         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47773         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47774         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47775         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47776         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47777         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47778         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47779         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47780         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47781         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47782         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47783         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47784         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47785         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47786         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47787         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47788         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47789         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47790         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47791         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47793 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47795         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47796         * sunrpc/rpc_main.c: Likewise.
47797         * sunrpc/rpc_svcout.c: Likewise.
47799 2012-03-09  David S. Miller  <davem@davemloft.net>
47801         * include/math_private.h: New file.
47803 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47805         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47806         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47807         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47808         from <bits/socket_type.h>.
47809         (enum __socket_type): Don't define here.
47810         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47811         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47812         bits/socket_type.h.
47814         [BZ #13566]
47815         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47816         checking __USE_GNU.
47818         * Makerules ($(inst_includedir)/%.h): New rule.
47819         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47820         (install-others): Remove variable setting.
47821         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47823 2012-03-08  Richard Henderson  <rth@twiddle.net>
47825         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47826         from macro to inline function; merge with the
47827         !__LIBC_INTERNAL_MATH_INLINES version.
47828         (__ieee754_sqrtf): Likewise.
47830         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47831         to inline function.
47832         (__rintf, __floor, __floorf): Likewise.
47834         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47835         macro to inline function.
47836         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47838         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47839         not <math/math_private.h>.
47841 2012-03-08  David S. Miller  <davem@davemloft.net>
47843         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47844         copyright year.
47845         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47847 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47849         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47850         normalization.
47851         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47852         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47854 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47856         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47857         be defined individually, they must be defined as a block.  Define
47858         S for printing a string instead of hidint the different by using a
47859         macro for adding the 'l'.
47860         * stdio-common/tst-fphex-wide.c: Adjust.
47862 2012-03-07  Marek Polacek  <polacek@redhat.com>
47864         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47866 2012-03-08  Marek Polacek  <polacek@redhat.com>
47868         [BZ #13806]
47869         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47870         * stdio-common/tst-fphex.c: Define a few macros to make the
47871         test reusable.  Use them.
47872         * stdio-common/tst-fphex-wide.c: New file.
47874 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47876         [BZ #6911]
47877         * manual/macros.texi (gnusystems): New macro.
47878         (nongnusystems): Likewise.
47879         (gnulinuxhurdsystems): Likewise.
47880         (gnuhurdsystems): Likewise..
47881         (gnulinuxsystems): Likewise.
47882         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47883         variants of the GNU system, not "GNU system".
47884         * manual/conf.texi: Likewise.
47885         * manual/errno.texi: Likewise.  Update example of errno macro
47886         expansion.
47887         * manual/filesys.texi: Likewise.
47888         (getumask): Document as specific to GNU/Hurd.
47889         * manual/install.texi: Likewise.  Reword some references to
47890         GNU/Linux.
47891         * manual/intro.texi: Likewise.
47892         * manual/io.texi: Likewise.
47893         (File Name Portability): Detail which constraints are inapplicable
47894         to all GNU systems and which are only inapplicable to GNU/Hurd.
47895         * manual/job.texi: Likewise.
47896         * manual/llio.texi: Likewise.
47897         (O_NOCTTY): Document as present on GNU/Linux.
47898         * manual/maint.texi: Likewise.
47899         * manual/memory.texi: Likewise.
47900         * manual/pattern.texi: Likewise.
47901         * manual/pipe.texi: Likewise.
47902         * manual/process.texi: Likewise.
47903         * manual/resource.texi: Likewise.
47904         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47905         child on GNU/Hurd.
47906         * manual/setjmp.texi: Likewise.
47907         * manual/signal.texi: Likewise.
47908         * manual/startup.texi: Likewise.
47909         * manual/stdio.texi: Likewise.
47910         * manual/terminal.texi: Likewise.
47911         (ONLCR): Document as POSIX.
47912         (OXTABS): Document availability on GNU/Linux as XTABS.
47913         (ONOEOT): Document availability separately from other bits.
47914         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47915         * manual/time.texi: Likewise.
47916         * manual/users.texi: Likewise.
47917         * INSTALL: Regenerated.
47918         * sysdeps/gnu/errlist.c: Regenerated.
47920         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47921         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47922         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47923         puts.
47924         * configure: Regenerated.
47926 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47928         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47929         default includes instead of AC_HEADER_CHECK.
47930         * sysdeps/i386/configure: Regenerated.
47932         [BZ #10716]
47933         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47934         * math/s_cacoshf.c (__cacoshf): Likewise.
47935         * math/s_cacoshl.c (__cacoshl): Likewise.
47936         * math/s_casinh.c (__casinh): Set signs of result from argument.
47937         * math/s_casinhf.c (__casinhf): Likewise.
47938         * math/s_casinhl.c (__casinhl): Likewise.
47939         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47940         (casinh_test): Add more tests.
47941         * sysdeps/i386/fpu/libm-test-ulps: Update.
47942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47944 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47946         * po/zh_TW.po: Update from translation team.
47948         * login/Makefile (distribute): Remove variable.
47949         * catgets/Makefile: Likewise.
47950         * mach/Makefile: Likewise.
47951         * malloc/Makefile: Likewise.
47952         * misc/Makefile: Likewise.
47953         * iconv/Makefile: Likewise.
47954         * nscd/Makefile: Likewise.
47955         * hurd/Makefile: Likewise.
47956         * manual/Makefile: Likewise.
47957         * locale/Makefile: Likewise.
47958         * intl/Makefile: Likewise.
47959         * conform/Makefile: Likewise.
47960         * nss/Makefile: Likewise.
47961         * time/Makefile: Likewise.
47962         * soft-fp/Makefile: Likewise.
47963         * dirent/Makefile: Likewise.
47964         * gmon/Makefile: Likewise.
47965         * po/Makefile: Likewise.
47966         * rt/Makefile: Likewise.
47967         * socket/Makefile: Likewise.
47968         * math/Makefile: Likewise.
47969         * signal/Makefile: Likewise.
47970         * debug/Makefile: Likewise.
47971         * elf/Makefile: Likewise.
47972         * timezone/Makefile: Likewise.
47973         * stdlib/Makefile: Likewise.
47974         * iconvdata/Makefile: Likewise.
47975         * sunrpc/Makefile: Likewise.
47976         * io/Makefile: Likewise.
47977         * argp/Makefile: Likewise.
47978         * inet/Makefile: Likewise.
47979         * hesiod/Makefile: Likewise.
47980         * grp/Makefile: Likewise.
47981         * csu/Makefile: Likewise.
47982         * wctype/Makefile: Likewise.
47983         * crypt/Makefile: Likewise.
47984         * libio/Makefile: Likewise.
47985         * string/Makefile: Likewise.
47986         * nis/Makefile: Likewise.
47987         * resolv/Makefile: Likewise.
47988         * stdio-common/Makefile: Likewise.
47989         * wcsmbs/Makefile: Likewise.
47990         * dlfcn/Makefile: Likewise.
47991         * posix/Makefile: Likewise.
47993         [BZ #6959]
47994         * timezone/Makefile: Don't install timezone files, just the programs
47995         and scripts.
47997 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47999         * nss/databases.def: Add missing gshadow entry.
48001         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48003 2012-03-06  Marek Polacek  <polacek@redhat.com>
48005         [BZ #13726]
48006         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48007         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48008         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48009         * stdio-common/tst-long-dbl-fphex.c: New file.
48011 2012-03-06  David S. Miller  <davem@davemloft.net>
48013         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48014         (set_obp_int): New function.
48015         (get_obp_int): New function.
48016         (__get_clockfreq_via_dev_openprom): Likewise.
48017         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48018         Avoid unused variable warnings on 'val' and use builtin_expect.
48019         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48020         __builtin_expect.
48021         (INLINE_CLONE_SYSCALL): Likewise.
48023 2012-03-05  David S. Miller  <davem@davemloft.net>
48025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48027 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48029         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48031         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48032         only for |x| >= 40.
48033         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48035 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48037         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48038         Replace gettimeofday with __vdso_gettimeofday.
48040         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48041         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48042         __vdso_clock_gettime and __vdso_getcpu.
48044         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48045         time with __vdso_time.
48047 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48049         * manual/lang.texi (size_t): Note types to which size_t may be
48050         equivalent with the GNU C Library, but do not describe when
48051         differences between them are significant.
48053 2012-03-05  Andreas Jaeger  <aj@suse.de>
48055         * sysdeps/i386/fpu/libm-test-ulps: Update.
48057 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48059         [BZ #3976]
48060         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48061         (__ieee754_pow): Save and restore rounding mode and use
48062         round-to-nearest for main computations.
48063         * math/libm-test.inc (pow_test_tonearest): New function.
48064         (pow_test_towardzero): Likewise.
48065         (pow_test_downward): Likewise.
48066         (pow_test_upward): Likewise.
48067         (main): Call the new functions.
48068         * sysdeps/i386/fpu/libm-test-ulps: Update.
48069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48071         [BZ #3976]
48072         * math/libm-test.inc (cosh_test_tonearest): New function.
48073         (cosh_test_towardzero): Likewise.
48074         (cosh_test_downward): Likewise.
48075         (cosh_test_upward): Likewise.
48076         (sinh_test_tonearest): Likewise.
48077         (sinh_test_towardzero): Likewise.
48078         (sinh_test_downward): Likewise.
48079         (sinh_test_upward): Likewise.
48080         (main): Call the new functions.
48081         * sysdeps/i386/fpu/libm-test-ulps: Update.
48082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48084 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48086         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48087         default stack guard is set in last bytes.
48088         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48090 2012-03-05  Kees Cook  <keescook@chromium.org>
48092         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48094         [BZ #13656]
48095         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48096         possibly allocate from heap instead of stack.
48097         * stdio-common/bug-vfprintf-nargs.c: New file.
48098         * stdio-common/Makefile (tests): Add nargs overflow test.
48100 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48104 2012-03-03  Marek Polacek  <polacek@redhat.com>
48106         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48107         * math/math_private.h: Likewise.
48108         * stdlib/tst-strtod.c: Likewise.
48109         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48110         * sysdeps/x86_64/bits/atomic.h: Likewise.
48112 2012-03-02  David S. Miller  <davem@davemloft.net>
48114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48115         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48116         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48117         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48118         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48119         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48120         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48121         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48123 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48125         [BZ #13792]
48126         * manual/examples/README: New file, says the example source files
48127         can be used under GPL>=2.
48128         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48129         line containing just "*/".
48130         * manual/examples/add.c: Add copyright header (GPL>=2).
48131         * manual/examples/argp-ex1.c: Likewise.
48132         * manual/examples/argp-ex2.c: Likewise.
48133         * manual/examples/argp-ex3.c: Likewise.
48134         * manual/examples/argp-ex4.c: Likewise.
48135         * manual/examples/atexit.c: Likewise.
48136         * manual/examples/db.c: Likewise.
48137         * manual/examples/dir.c: Likewise.
48138         * manual/examples/dir2.c: Likewise.
48139         * manual/examples/execinfo.c: Likewise.
48140         * manual/examples/filecli.c: Likewise.
48141         * manual/examples/filesrv.c: Likewise.
48142         * manual/examples/fmtmsgexpl.c: Likewise.
48143         * manual/examples/genpass.c: Likewise.
48144         * manual/examples/inetcli.c: Likewise.
48145         * manual/examples/inetsrv.c: Likewise.
48146         * manual/examples/isockad.c: Likewise.
48147         * manual/examples/longopt.c: Likewise.
48148         * manual/examples/memopen.c: Likewise.
48149         * manual/examples/memstrm.c: Likewise.
48150         * manual/examples/mkfsock.c: Likewise.
48151         * manual/examples/mkisock.c: Likewise.
48152         * manual/examples/mygetpass.c: Likewise.
48153         * manual/examples/pipe.c: Likewise.
48154         * manual/examples/popen.c: Likewise.
48155         * manual/examples/rprintf.c: Likewise.
48156         * manual/examples/search.c: Likewise.
48157         * manual/examples/select.c: Likewise.
48158         * manual/examples/setjmp.c: Likewise.
48159         * manual/examples/sigh1.c: Likewise.
48160         * manual/examples/sigusr.c: Likewise.
48161         * manual/examples/stpcpy.c: Likewise.
48162         * manual/examples/strdupa.c: Likewise.
48163         * manual/examples/strftim.c: Likewise.
48164         * manual/examples/strncat.c: Likewise.
48165         * manual/examples/subopt.c: Likewise.
48166         * manual/examples/swapcontext.c: Likewise.
48167         * manual/examples/termios.c: Likewise.
48168         * manual/examples/testopt.c: Likewise.
48169         * manual/examples/testpass.c: Likewise.
48170         * manual/examples/timeval_subtract.c: Likewise.
48172         [BZ #13792]
48173         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48174         function to ...
48175         * manual/timeval_subtract.c.texi: ... here, new file.
48177 2012-03-02  David S. Miller  <davem@davemloft.net>
48179         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48181 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48183         [BZ #3976]
48184         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48185         (__sin): Save and restore rounding mode and use round-to-nearest
48186         for all computations.
48187         (__cos): Save and restore rounding mode and use round-to-nearest
48188         for all computations.
48189         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48190         <fenv.h>.
48191         (tan): Save and restore rounding mode and use round-to-nearest for
48192         all computations.
48193         * math/libm-test.inc (cos_test_tonearest): New function.
48194         (cos_test_towardzero): Likewise.
48195         (cos_test_downward): Likewise.
48196         (cos_test_upward): Likewise.
48197         (sin_test_tonearest): Likewise.
48198         (sin_test_towardzero): Likewise.
48199         (sin_test_downward): Likewise.
48200         (sin_test_upward): Likewise.
48201         (tan_test_tonearest): Likewise.
48202         (tan_test_towardzero): Likewise.
48203         (tan_test_downward): Likewise.
48204         (tan_test_upward): Likewise.
48205         (main): Call the new functions.
48206         * sysdeps/i386/fpu/libm-test-ulps: Update.
48207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48209         [BZ #10135]
48210         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48211         small n, then large n, before computing and testing k+n.
48212         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48213         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48214         Likewise.
48215         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48216         Likewise.
48217         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48218         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48219         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48220         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48221         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48222         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48223         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48224         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48225         * math/libm-test.inc (scalbn_test): Add more tests.
48226         (scalbln_test): Likewise.
48228         * manual/filesys.texi (mode_t): Describe constraints on size and
48229         signedness, not exact equivalence to a particular type.
48230         (ino_t): Likewise.
48231         (ino64_t): Likewise.
48232         (dev_t): Likewise.
48233         (nlink_t): Likewise.
48234         (blkcnt_t): Likewise.
48235         (blkcnt64_t): Likewise.
48236         * manual/llio.texi (off_t): Likewise.
48238         [BZ #3976]
48239         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48240         (__ieee754_exp): Save and restore rounding mode and use
48241         round-to-nearest for all computations.
48242         * math/libm-test.inc (exp_test_tonearest): New function.
48243         (exp_test_towardzero): Likewise.
48244         (exp_test_downward): Likewise.
48245         (exp_test_upward): Likewise.
48246         (main): Call the new functions.
48247         * sysdeps/i386/fpu/libm-test-ulps: Update.
48248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48250 2012-03-01  Chris Demetriou  <cgd@google.com>
48252         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48253         have predictable order.
48255 2012-03-01  David S. Miller  <davem@davemloft.net>
48257         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48259         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48260         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48261         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48262         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48264         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48265         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48266         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48268         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48269         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48270         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48271         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48272         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48276         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48277         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48278         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48280         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48281         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48282         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48283         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48284         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48285         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48286         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48287         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48288         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48289         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48290         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48291         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48292         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48293         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48294         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48295         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48296         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48297         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48298         * sysdeps/sparc/elf/configure: Regenerated.
48300 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48302         * configure.in (AS, LD): Require binutils 2.20 or later.
48303         * configure: Regenerated.
48304         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48305         as required minimum version.
48306         * INSTALL: Regenerated.
48308         [BZ #2541]
48309         [BZ #4108]
48310         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48311         before squaring exponent.
48312         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48313         bottom long double and 27 bits of top long double before squaring
48314         exponent.
48315         * math/libm-test.inc (erfc_test): Add more tests.
48316         * sysdeps/i386/fpu/libm-test-ulps: Update.
48317         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48320 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48322         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48323         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48324         containing bit-fields.
48325         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48326         * soft-fp/single.h (_FP_UNION_S): Likewise.
48327         * soft-fp/double.h (_FP_UNION_D): Likewise.
48329 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48331         [BZ #13786]
48332         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48333         not include ../strcmp.S.
48334         [USE_AS_STRNCASECMP_L]: Likewise.
48335         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48336         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48337         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48338         (__strncasecmp_l_ia32): Define as alias to
48339         __strncasecmp_l_nonascii.
48341         [BZ #5794]
48342         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48343         * sysdeps/i386/fpu/libm-test-ulps: Update.
48344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48346         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48349 2012-02-29  Jeff Law  <law@redhat.com>
48351         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48352         out of bounds read.
48354 2012-02-29  Marek Polacek  <polacek@redhat.com>
48356         [BZ #13706]
48357         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48358         * elf/Makefile: Add rules to run tst-unused-dep.out.
48360 2012-02-28  David S. Miller  <davem@davemloft.net>
48362         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48363         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48364         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48365         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48366         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48367         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48369 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48371         * math/libm-test.inc (llround_test): Move one test from
48372         lround_test.  Use TEST_f_L in moved test.
48373         (lround_test): Move misplaced test to llround_test.  Add testcase
48374         from bug 2561.
48376 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48378         * sysdeps/x86_64/fpu/e_expf.S: New file.
48379         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48381 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48383         [BZ #13637]
48384         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48385         of remain_len that may cause incomplete multi-byte character and
48386         false match.
48387         * posix/bug-regex33.c: New file.
48388         * posix/Makefile (tests): Add bug-regex33.
48390 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48392         * manual/macros.texi: New file.
48393         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48394         * manual/libc.texinfo: Include macros.texi.
48395         * manual/creatute.texi: Likewise.
48396         * manual/install.texi: Likewise.
48397         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48398         @glibcadj{} in references to the GNU C Library.
48399         * manual/charset.texi: Likewise.
48400         * manual/conf.texi: Likewise.
48401         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48402         when not using those macros.
48403         * manual/creature.texi: Likewise.
48404         * manual/crypt.texi: Likewise.
48405         * manual/errno.texi: Likewise.
48406         * manual/filesys.texi: Likewise.
48407         * manual/header.texi: Likewise.
48408         * manual/install.texi: Likewise.
48409         * manual/intro.texi: Likewise.
48410         * manual/io.texi: Likewise.
48411         * manual/job.texi: Likewise.
48412         * manual/lang.texi: Likewise.
48413         * manual/libc.texiinfo: Likewise.
48414         * manual/llio.texi: Likewise.
48415         * manual/locale.texi: Likewise.
48416         * manual/maint.texi: Likewise.
48417         * manual/math.texi: Likewise.
48418         * manual/memory.texi: Likewise.
48419         * manual/message.texi: Likewise.
48420         * manual/nss.texi: Likewise.
48421         * manual/pattern.texi: Likewise.
48422         * manual/process.texi: Likewise.
48423         * manual/resource.texi: Likewise.
48424         * manual/search.texi: Likewise.
48425         * manual/setjmp.texi: Likewise.
48426         * manual/signal.texi: Likewise.
48427         * manual/socket.texi: Likewise.
48428         * manual/startup.texi: Likewise.
48429         * manual/stdio.texi: Likewise.
48430         * manual/string.texi: Likewise.
48431         * manual/sysinfo.texi: Likewise.
48432         * manual/syslog.texi: Likewise.
48433         * manual/terminal.texi: Likewise.
48434         * manual/time.texi: Likewise.
48435         * manual/users.texi: Likewise.
48436         * INSTALL: Regenerated.
48437         * NOTES: Regenerated.
48438         * sysdeps/gnu/errlist.c: Regenerated.
48440 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48442         * include/dirent.h: Include <dirstream.h> before
48443         <dirent/dirent.h>.
48445 2012-02-28  David S. Miller  <davem@davemloft.net>
48447         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48448         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48449         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48450         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48452 2012-02-27  David S. Miller  <davem@davemloft.net>
48454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48455         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48456         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48457         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48460         frame pointer instead of stack pointer relative arg slot.
48461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48462         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48463         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48465 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48467         [BZ #3992]
48468         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48470 2012-02-27  David S. Miller  <davem@davemloft.net>
48472         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48473         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48474         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48476         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48477         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48478         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48479         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48481 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48483         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48484         later.  Allow versions 5-9.
48485         * configure: Regenerated.
48486         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48487         required minimum version and 4.6 as recommended version.  Do not
48488         mention bugs in GCC 2.7 and 2.8.
48489         * INSTALL: Regenerated.
48491 2012-02-27  David S. Miller  <davem@davemloft.net>
48493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48494         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48495         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48497         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48498         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48499         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48500         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48502         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48503         manipulate bits before adding and subtracting TWO112[sx].
48504         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48506 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48508         [BZ #13775]
48509         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48510         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48511         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48512         being in POSIX, because they are in 1003.1-2008.
48514         * rt/tst-aio.c: Include <fcntl.h>.
48515         * rt/tst-aio7.c: Likewise.
48516         * rt/tst-aio64.c: Likewise.
48518         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48520 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48522         * manual/install.texi (--with-headers): Describe headers as
48523         interface headers, not private headers.
48524         (Specific advice for GNU/Linux systems): Describe use of headers
48525         from "make headers_install", not private headers from older
48526         kernels.
48527         * INSTALL: Regenerated.
48528         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48529         Change to 2.6.19.
48530         * sysdeps/unix/sysv/linux/configure: Regenerated.
48532         * manual/llio.texi (fclean): Remove documentation.
48534         * manual/Makefile (libc-texi-generated): New variable.  Include
48535         version.texi.
48536         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48537         $(libc-texi-generated), not duplicated list of files.
48538         (version.texi, stamp-version): New rules.
48539         (realclean): Remove $(libc-texi-generated), not individual files
48540         from that list.  Do not remove dir-add.texinfo.
48541         * manual/libc.texinfo: Comment out uses of edition numbers and
48542         references to printed manual.  Remove last-updated dates.
48543         (EDITION): Comment out.
48544         (ISBN): Likewise.
48545         (VERSION, UPDATED): Remove.
48546         (version.texi): Include.
48548 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48550         * sysdeps/posix/spawni.c: Include <signal.h>.
48551         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48552         * sysdeps/pthread/aio_fsync.c: Likewise.
48554 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48556         * conform/Makefile (tests): Run only when not cross-compiling and
48557         when fast-check is not defined.
48559         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48560         * conform/data/limits.h-data: Fixes for POSIX2008.
48561         * conform/run-conformtest.sh: Run all tests.
48562         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48563         headers.
48564         * include/bits/dlfcn.h: Likewise.
48565         * include/langinfo.h: Likewise.
48566         * include/monetary.h: Likewise.
48567         * include/sys/poll.h: Likewise.
48569         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48570         for __USE_GNU.
48571         * posix/spawn.h: Define __need_sigset_t.
48572         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48573         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48574         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48575         to get sigevent_t only.
48576         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48577         only for __USE_GNU.
48578         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48579         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48580         process_vm_writev only for __USE_GNU.
48581         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48583         * conform/Makefile: For now ignore errors from run-conformtest.
48584         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48585         POSIX to avoid namespace pollution.  Don't prepend headers.
48586         * conform/data/aio.h-data: Fixes for POSIX testing.
48587         * conform/data/fcntl.h-data: Likewise.
48588         * conform/data/glob.h-data: Likewise.
48589         * conform/data/grp.h-data: Likewise.
48590         * conform/data/pthread.h-data: Likewise.
48591         * conform/data/pwd.h-data: Likewise.
48592         * conform/data/signal.h-data: Likewise.
48593         * conform/data/spawn.h-data: Likewise.
48594         * conform/data/stdio.h-data: Likewise.
48595         * conform/data/stdlib.h-data: Likewise.
48596         * conform/data/stropts.h-data: Likewise.
48597         * conform/data/sys/mman.h-data: Likewise.
48598         * conform/data/sys/stat.h-data: Likewise.
48599         * conform/data/sys/types.h-data: Likewise.
48600         * conform/data/sys/wait.h-data: Likewise.
48601         * conform/data/time.h-data: Likewise.
48602         * conform/data/unistd.h-data: Likewise.
48603         * conform/data/utime.h-data: Likewise.
48605         * io/sys/stat.h: fchmod was always in POSIX.
48606         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48607         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48608         * rt/aio.h: Define __need_timespec before including <time.h>.
48609         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48610         struct.  Add forward declaration of pthread_attr_t and use it in
48611         sigevent.
48612         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48613         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48614         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48615         always remove CLK_TCK definition.
48617 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48619         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48621 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48623         * conform/run-conformtest.sh: New file.
48624         * conform/Makefile: Run run-conformtest for tests.
48625         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48626         support.
48628         * conform/data/uchar.h-data: New file.
48629         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48630         * conform/data/arpa/inet.h-data: Likewise.
48631         * conform/data/assert.h-data: Likewise.
48632         * conform/data/complex.h-data: Likewise.
48633         * conform/data/cpio.h-data: Likewise.
48634         * conform/data/ctype.h-data: Likewise.
48635         * conform/data/dirent.h-data: Likewise.
48636         * conform/data/dlfcn.h-data: Likewise.
48637         * conform/data/errno.h-data: Likewise.
48638         * conform/data/fcntl.h-data: Likewise.
48639         * conform/data/float.h-data: Likewise.
48640         * conform/data/fmtmsg.h-data: Likewise.
48641         * conform/data/fnmatch.h-data: Likewise.
48642         * conform/data/ftw.h-data: Likewise.
48643         * conform/data/glob.h-data: Likewise.
48644         * conform/data/grp.h-data: Likewise.
48645         * conform/data/iconv.h-data: Likewise.
48646         * conform/data/inttypes.h-data: Likewise.
48647         * conform/data/langinfo.h-data: Likewise.
48648         * conform/data/libgen.h-data: Likewise.
48649         * conform/data/limits.h-data: Likewise.
48650         * conform/data/locale.h-data: Likewise.
48651         * conform/data/math.h-data: Likewise.
48652         * conform/data/monetary.h-data: Likewise.
48653         * conform/data/mqueue.h-data: Likewise.
48654         * conform/data/ndbm.h-data: Likewise.
48655         * conform/data/net/if.h-data: Likewise.
48656         * conform/data/netdb.h-data: Likewise.
48657         * conform/data/netinet/in.h-data: Likewise.
48658         * conform/data/nl_types.h-data: Likewise.
48659         * conform/data/poll.h-data: Likewise.
48660         * conform/data/pthread.h-data: Likewise.
48661         * conform/data/pwd.h-data: Likewise.
48662         * conform/data/regex.h-data: Likewise.
48663         * conform/data/sched.h-data: Likewise.
48664         * conform/data/search.h-data: Likewise.
48665         * conform/data/semaphore.h-data: Likewise.
48666         * conform/data/setjmp.h-data: Likewise.
48667         * conform/data/signal.h-data: Likewise.
48668         * conform/data/spawn.h-data: Likewise.
48669         * conform/data/stdarg.h-data: Likewise.
48670         * conform/data/stdio.h-data: Likewise.
48671         * conform/data/stdlib.h-data: Likewise.
48672         * conform/data/string.h-data: Likewise.
48673         * conform/data/strings.h-data: Likewise.
48674         * conform/data/stropts.h-data: Likewise.
48675         * conform/data/sys/ipc.h-data: Likewise.
48676         * conform/data/sys/mman.h-data: Likewise.
48677         * conform/data/sys/msg.h-data: Likewise.
48678         * conform/data/sys/resource.h-data: Likewise.
48679         * conform/data/sys/select.h-data: Likewise.
48680         * conform/data/sys/sem.h-data: Likewise.
48681         * conform/data/sys/shm.h-data: Likewise.
48682         * conform/data/sys/socket.h-data: Likewise.
48683         * conform/data/sys/stat.h-data: Likewise.
48684         * conform/data/sys/statvfs.h-data: Likewise.
48685         * conform/data/sys/time.h-data: Likewise.
48686         * conform/data/sys/timeb.h-data: Likewise.
48687         * conform/data/sys/times.h-data: Likewise.
48688         * conform/data/sys/types.h-data: Likewise.
48689         * conform/data/sys/uio.h-data: Likewise.
48690         * conform/data/sys/un.h-data: Likewise.
48691         * conform/data/sys/utsname.h-data: Likewise.
48692         * conform/data/sys/wait.h-data: Likewise.
48693         * conform/data/syslog.h-data: Likewise.
48694         * conform/data/tar.h-data: Likewise.
48695         * conform/data/termios.h-data: Likewise.
48696         * conform/data/utime.h-data: Likewise.
48697         * conform/data/utmpx.h-data: Likewise.
48698         * conform/data/varargs.h-data: Likewise.
48699         * conform/data/wchar.h-data: Likewise.
48700         * conform/data/wctype.h-data: Likewise.
48701         * conform/data/wordexp.h-data: Likewise.
48703         * include/stropts.h: New file.
48704         * include/uchar.h: New file.
48705         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48706         * include/assert.h: Likewise.
48707         * include/ctype.h: Likewise.
48708         * include/dirent.h: Likewise.
48709         * include/dlfcn.h: Likewise.
48710         * include/fcntl.h: Likewise.
48711         * include/fnmatch.h: Likewise.
48712         * include/glob.h: Likewise.
48713         * include/grp.h: Likewise.
48714         * include/libio.h: Likewise.
48715         * include/locale.h: Likewise.
48716         * include/math.h: Likewise.
48717         * include/net/if.h: Likewise.
48718         * include/netdb.h: Likewise.
48719         * include/netinet/in.h: Likewise.
48720         * include/pthread.h: Likewise.
48721         * include/pwd.h: Likewise.
48722         * include/regex.h: Likewise.
48723         * include/sched.h: Likewise.
48724         * include/search.h: Likewise.
48725         * include/setjmp.h: Likewise.
48726         * include/signal.h: Likewise.
48727         * include/stdio.h: Likewise.
48728         * include/stdlib.h: Likewise.
48729         * include/string.h: Likewise.
48730         * include/sys/cdefs.h: Likewise.
48731         * include/sys/mman.h: Likewise.
48732         * include/sys/msg.h: Likewise.
48733         * include/sys/resource.h: Likewise.
48734         * include/sys/select.h: Likewise.
48735         * include/sys/socket.h: Likewise.
48736         * include/sys/stat.h: Likewise.
48737         * include/sys/statvfs.h: Likewise.
48738         * include/sys/time.h: Likewise.
48739         * include/sys/times.h: Likewise.
48740         * include/sys/uio.h: Likewise.
48741         * include/sys/utsname.h: Likewise.
48742         * include/sys/wait.h: Likewise.
48743         * include/termios.h: Likewise.
48744         * include/time.h: Likewise.
48745         * include/ulimit.h: Likewise.
48746         * include/unistd.h: Likewise.
48747         * include/utime.h: Likewise.
48748         * include/wchar.h: Likewise.
48749         * include/wctype.h: Likewise.
48750         * include/wordexp.h: Likewise.
48752         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48754         * time/time.h: TIME_UTC must be a macro.
48755         Make timespec_get available for ISO C11 only as well.
48757 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48759         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48760         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48762 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48764         * configure.in: Use -o not -a in test for unsupported multi-arch.
48766 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48768         * manual/texinfo.tex: Update to version 2012-01-19.16.
48770 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48772         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48774 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48776         [BZ #13738]
48777         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48778         * manual/fdl-1.3.texi: New file.
48779         * manual/fdl-1.1.texi: File removed.
48781         [BZ #13738]
48782         * manual/libc.texinfo (FDL_VERSION): New @set.
48783         Use it for mention of FDL in cover text.
48784         (Documentation License): Use it in @include file name.
48786 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48787             Roland McGrath  <roland@hack.frob.com>
48789         [BZ #5461]
48790         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48791         (not LONG_LONG_MAX and LONG_LONG_MIN.
48792         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48793         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48794         name.
48795         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48797 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48799         [BZ #2547]
48800         [BZ #11365]
48801         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48802         manipulate bits before adding and subtracting TWO23[sx].
48803         * math/libm-test.inc (nearbyint_test): Add more tests.
48805 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48807         [BZ #2548]
48808         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48809         bits before adding and subtracting TWO23[sx].
48810         * math/libm-test.inc (rint_test): Add more tests.
48811         (rint_test_tonearest): Likewise.
48812         (rint_test_towardzero): Likewise.
48813         (rint_test_downward): Likewise.
48814         (rint_test_upward: Likewise.
48816 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48818         [BZ #10110]
48819         * include/stdc-predef.h: New file.  Extracted from features.h.
48820         * include/features.h: Include stdc-predef.h.
48821         * Makefile (headers): Add stdc-predef.h.
48822         * CONFORMANCE (Compiler limitations): Update.
48824 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48826         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48828 2012-02-21  David S. Miller  <davem@davemloft.net>
48830         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48831         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48833 2012-02-20  David S. Miller  <davem@davemloft.net>
48835         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48836         using a normal save/restore sequence, rather than allocating a
48837         dummy stack frame just to store a frame pointer and restore.
48838         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48840 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48842         * manual/install.texi: Fix stray word in line-wrapped comment.
48844 2012-02-20  David S. Miller  <davem@davemloft.net>
48846         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48847         both binutils and gcc support GOTDATA.
48849         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48850         "rd %pc" in the PIC register setup sequences.
48852         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48853         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48854         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48855         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48856         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48857         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48858         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48859         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48860         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48861         (SYSCALL_ERROR_HANDLER): Likewise.
48862         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48863         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48864         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48865         (SYSCALL_ERROR_HANDLER): Likewise.
48867         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48868         (HAVE_GCC_GOTDATA): New.
48869         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48870         relocation support in both binutils and gcc.
48871         * sysdeps/sparc/elf/configure: Regenerate.
48873         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48874         * sysdeps/sparc/sparc32/elf/configure: Delete.
48875         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48876         * sysdeps/sparc/sparc64/elf/configure: Delete.
48877         * sysdeps/sparc/elf/configure.in: New file.
48878         * sysdeps/sparc/elf/configure: Generate.
48880         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48881         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48882         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48883         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48884         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48886 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48888         * manual/install.texi: Do not mention specific glibc version
48889         numbers.
48890         * manual/libc.texinfo (VERSION, UPDATED): Update.
48891         (@copying): Use @copyright{} and range of years.
48893 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48895         [BZ #13695]
48896         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48897         [crti.S not in sysdirs] (generated): Do not append.
48898         [crti.S not in sysdirs] (omit-deps): Likewise.
48899         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48900         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48901         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48902         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48903         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48904         Likewise.
48905         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48906         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48907         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48908         * csu/defs.awk: Remove file.
48909         * sysdeps/generic/initfini.c: Likewise.
48910         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48911         variable.
48912         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48913         Likewise.
48915 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48917         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48918         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48919         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48920         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48921         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48922         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48923         <bits/epoll.h>.
48924         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48925         (__EPOLL_PACKED): Define to empty if not defined by
48926         <bits/epoll.h>.
48927         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48928         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48929         bits/epoll.h.
48931 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48933         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48934         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48935         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48936         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48937         <bits/timerfd.h>.
48938         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48939         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48940         bits/timerfd.h.
48942 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48944         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48945         in C locale.
48946         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48947         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48948         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48951 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48953         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48954         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48956 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48958         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48959         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48960         defined.
48961         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48962         Likewise.
48963         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48964         entry for 2.16.
48966 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48968         * math/w_acos.c: Use non-signaling floating-point comparisons.
48969         * math/w_acosf.c: Likewise.
48970         * math/w_acosh.c: Likewise.
48971         * math/w_acoshf.c: Likewise.
48972         * math/w_acoshl.c: Likewise.
48973         * math/w_acosl.c: Likewise.
48974         * math/w_asin.c: Likewise.
48975         * math/w_asinf.c: Likewise.
48976         * math/w_asinl.c: Likewise.
48977         * math/w_atanh.c: Likewise.
48978         * math/w_atanhf.c: Likewise.
48979         * math/w_atanhl.c: Likewise.
48980         * math/w_exp2.c: Likewise.
48981         * math/w_exp2f.c: Likewise.
48982         * math/w_exp2l.c: Likewise.
48983         * math/w_j0.c: Likewise.
48984         * math/w_j0f.c: Likewise.
48985         * math/w_j0l.c: Likewise.
48986         * math/w_j1.c: Likewise.
48987         * math/w_j1f.c: Likewise.
48988         * math/w_j1l.c: Likewise.
48989         * math/w_jn.c: Likewise.
48990         * math/w_jnf.c: Likewise.
48991         * math/w_log.c: Likewise.
48992         * math/w_log10.c: Likewise.
48993         * math/w_log10f.c: Likewise.
48994         * math/w_log10l.c: Likewise.
48995         * math/w_log2.c: Likewise.
48996         * math/w_log2f.c: Likewise.
48997         * math/w_log2l.c: Likewise.
48998         * math/w_logf.c: Likewise.
48999         * math/w_logl.c: Likewise.
49000         * math/w_sqrt.c: Likewise.
49001         * math/w_sqrtf.c: Likewise.
49002         * math/w_sqrtl.c: Likewise.
49003         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49004         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49005         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49006         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49007         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49009 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49011         [BZ #9739]
49012         * manual/string.texi (strnlen): Use correct parameter name in
49013         equivalent expression.
49015 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49017         [BZ #11174]
49018         * manual/users.texi (seteuid): Consistently use neweuid for
49019         argument name.
49021 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49023         [BZ #13704]
49024         * manual/nss.texi (Services in the NSS configuration): Correct
49025         list of services in example configuration file.
49027 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49029         [BZ #11322]
49030         * manual/arith.texi: Remove statements about negative zero
49031         behaving identically to zero.
49033 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49035         [BZ #5993]
49036         * manual/install.texi: Do not document upgrading from libc5.
49038 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49040         [BZ #4596]
49041         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49043 2012-02-18  David S. Miller  <davem@davemloft.net>
49045         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49046         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49047         %o7 across the call.
49048         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49049         instead.
49050         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49051         SETUP_PIC_REG_LEAF.
49052         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49053         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49054         * sysdeps/sparc/crtn.S: Likewise.
49056 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49058         * aout/Makefile: Remove.
49060 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49062         [BZ #13058]
49063         * manual/examples/argp-ex1.c (main): Format definition in GNU
49064         style.
49065         * manual/examples/argp-ex2.c (main): Likewise.
49066         * manual/examples/argp-ex3.c (main): Likewise.
49067         * manual/examples/argp-ex4.c (main): Likewise.
49068         * manual/examples/longopt.c (main): Use new-style prototype
49069         definition.
49070         * manual/examples/strncat.c (main): Specify return type and use
49071         (void) for arguments.
49072         * manual/examples/subopt.c (main): Use char **argv argument.
49074 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49076         [BZ #5077]
49077         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49078         rounding modes.
49080 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49082         [BZ #6907]
49083         * manual/string.texi (strchr): Change when strchrnul is
49084         recommended.
49086 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49088         [BZ #174]
49089         * manual/locale.texi (setlocale): Document LOCPATH.
49091 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49093         [BZ #10210]
49094         * manual/process.texi (execle): Move @dots{} before last argument.
49096 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49098         [BZ #12047]
49099         * manual/charset.texi (Generic Charset Conversion): Fix typo
49100         (LC_TYPE -> LC_CTYPE).
49102 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49104         [BZ #5805]
49105         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49106         (scalbnf): Likewise.
49107         (scalbnl): Likewise.
49108         (scalbln): Likewise.
49109         (scalblnf): Likewise.
49110         (scalblnl): Likewise.
49111         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49112         (vwarnx): Likewise.
49113         (verr): Likewise.
49114         (verrx): Likewise.
49115         * manual/filesys.texi (telldir): Use braces around return type.
49116         * manual/llio.texi (mmap): Add space after comma.
49117         (mmap64): Likewise.
49118         * manual/math.texi (jn): Use @var{} on parameter names.
49119         (jnf): Likewise.
49120         (jnl): Likewise.
49121         (yn): Likewise.
49122         (ynf): Likewise.
49123         (ynl): Likewise.
49124         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49125         line.
49126         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49127         "...".
49128         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49129         (sched_get_priority_max): Likewise.
49130         * manual/signal.texi (sigvec): Add space after comma.
49131         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49132         names.
49133         (if_indextoname): Likewise.
49134         (if_freenameindex): Likewise.
49135         (sendto): Use ',' instead of '.' in prototype.
49136         * manual/startup.texi (syscall): Use @dots{} instead of literal
49137         "...".
49138         * manual/stdio.texi (__fpending): Separate initial words of
49139         paragraph from @deftypefun line.
49140         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49141         "...".
49142         (vsyslog): Use @var{} on parameter names.
49143         * manual/terminal.texi (stty): Use @var{} on parameter names.
49144         * manual/users.texi (getutmp): Use @var{} on parameter names.
49145         (getutmpx): Likewise.
49147 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49149         [BZ #6884]
49150         * manual/stdio.texi (fopen): Fix typos in description of
49151         ",ccs=STRING".
49153 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49155         [BZ #4026]
49156         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49157         get clock_id definition.
49159 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49161         [BZ #4822]
49162         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49163         (madvise): Cast every argument to void on its own.
49165 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49167         [BZ #9902]
49168         * manual/startup.texi (Exit Status): Fix typo.
49170 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49172         [BZ #10140]
49173         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49174         * manual/examples/argp-ex2.c: Likewise.
49175         * manual/examples/argp-ex3.c: Likewise.
49177 2012-02-16  Richard Henderson  <rth@redhat.com>
49179         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49180         * sysdeps/s390/s390-32/initfini.c: Remove.
49181         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49182         * sysdeps/s390/s390-64/initfini.c: Remove.
49184 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49186         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49187         compiler output for sysdeps/generic/initfini.c.
49188         * sysdeps/sh/elf/initfini.c: Remove file.
49190 2012-02-16  David S. Miller  <davem@davemloft.net>
49192         [BZ #11494]
49193         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49195         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49196         * sysdeps/sparc/crti.S: New file.
49197         * sysdeps/sparc/crtn.S: New file.
49198         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49199         * sysdeps/sparc/sparc64/Makefile: Likewise.
49201 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49203         [BZ #3335]
49204         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49206 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49208         [BZ #4822]
49209         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49211         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49212         (write, read, close): Likewise.
49213         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49215 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49217         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49218         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49219         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49220         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49221         <bits/signalfd.h>.
49222         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49223         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49224         bits/signalfd.h.
49226 2012-02-14  Marek Polacek  <polacek@redhat.com>
49228         * sysdeps/x86_64/crti.S: New file.
49229         * sysdeps/x86_64/crtn.S: New file.
49230         * sysdeps/x86_64/elf/initfini.c: Remove file.
49232 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49234         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49235         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49236         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49237         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49238         <bits/inotify.h>.
49239         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49240         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49241         bits/inotify.h.
49243 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49245         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49246         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49247         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49248         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49249         <bits/eventfd.h>.
49250         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49251         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49252         bits/eventfd.h.
49254 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49256         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49257         __feraiseexcept instead of feraiseexcept.
49259         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49260         nanosleep invocations.
49261         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49262         strings, and add error checking for a nanosleep invocations.
49264 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49266         Replace FSF snail mail address with URLs, as per GNU coding standards.
49267         Most of the snail mail addresses were wrong anyway, and omitting
49268         them makes the source code easier to maintain.  Almost all of the
49269         changes are to license notices and to locale LC_IDENTIFICATION
49270         addresses, except for this one:
49271         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49272         not its snail mail address.
49274 2012-02-09  Richard Henderson  <rth@twiddle.net>
49276         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49277         of kernel-features.h.
49279         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49281 2012-02-08  Marek Polacek  <polacek@redhat.com>
49283         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49284         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49285         * sysdeps/gnu/_G_config.h: Likewise.
49286         * sysdeps/generic/_G_config.h: Likewise.
49288 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49290         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49291         tests.
49292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49294         * sysdeps/powerpc/powerpc32/crti.S: New file.
49295         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49296         * sysdeps/powerpc/powerpc64/crti.S: New file.
49297         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49299         * Makeconfig (have-initfini): Don't set.
49300         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49301         * configure.in (nopic_initfini): Don't substitute.
49302         * config.h.in (HAVE_INITFINI): Don't #undef.
49303         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49304         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49306 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49308         Support crti.S and crtn.S provided directly by architectures.
49309         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49310         [crti.S in sysdirs] (omit-deps): Likewise.
49311         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49312         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49313         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49314         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49315         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49316         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49317         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49318         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49319         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49320         compiler output for sysdeps/generic/initfini.c.
49321         * sysdeps/i386/elf/Makefile: Remove file.
49322         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49324 2012-02-07  Marek Polacek  <polacek@redhat.com>
49326         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49327         * sysdeps/gnu/_G_config.h: Likewise.
49328         * sysdeps/mach/hurd/_G_config.h: Likewise.
49330 2012-02-07  Marek Polacek  <polacek@redhat.com>
49332         * math/Makefile (tests): Add tst-CMPLX2.
49333         * math/tst-CMPLX2.c: New file.
49335 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49337         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49339         * math/libm-test.inc (jn_test): Add missing L suffix.
49341 2012-02-06  Marek Polacek  <polacek@redhat.com>
49343         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49344         * sysdeps/i386/fpu/e_powf.S: Likewise.
49345         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49346         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49347         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49348         * sysdeps/i386/fpu/e_pow.S: Likewise.
49349         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49350         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49351         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49352         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49353         * sysdeps/i386/fpu/e_log2.S: Likewise.
49354         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49355         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49356         * sysdeps/i386/fpu/e_powl.S: Likewise.
49357         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49358         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49359         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49360         * sysdeps/i386/fpu/e_logl.S: Likewise.
49361         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49362         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49363         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49364         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49365         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49366         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49367         * sysdeps/i386/fpu/e_log.S: Likewise.
49368         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49369         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49370         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49371         * sysdeps/i386/fpu/e_logf.S: Likewise.
49372         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49373         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49374         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49375         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49376         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49377         * sysdeps/i386/fpu/e_log10.S: Likewise.
49378         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49379         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49380         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49381         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49382         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49383         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49384         * sysdeps/i386/asm-syntax.h: Likewise.
49385         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49386         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49387         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49388         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49389         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49390         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49391         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49392         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49393         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49394         * sysdeps/powerpc/sysdep.h: Likewise.
49395         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49396         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49398 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49400         [BZ #411]
49401         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49403 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49405         * sysdeps/i386/sysdep.h: Include <features.h>.
49406         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49407         version.
49409 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49411         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49412         Define.
49413         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49414         LOAD_PIC_REG_STR.
49416 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49418         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49419         (SETUP_PIC_REG): Use GET_PC_THUNK.
49420         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49421         macro.
49423 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49425         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49426         for non-PIC compilation.
49427         (SETUP_PIC_REG): Add .p2align directive.
49428         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49429         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49430         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49431         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49432         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49433         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49434         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49435         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49436         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49437         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49438         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49439         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49440         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49441         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49442         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49443         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49444         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49445         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49446         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49447         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49448         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49449         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49450         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49451         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49452         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49453         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49454         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49455         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49456         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49457         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49458         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49459         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49460         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49461         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49462         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49463         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49464         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49465         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49466         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49467         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49468         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49470 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49472         * math/tst-CMPLX.c: Include <stdio.h>.
49474 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49476         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49477         float.
49478         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49479         * sysdeps/sparc/bits/mathdef.h: Likewise.
49481 2012-01-31  Marek Polacek  <polacek@redhat.com>
49483         * libio/libio.h: Don't define _PARAMS.
49484         * locale/programs/config.h: Don't define PARAMS.
49485         * stdlib/strtol_l.c: Likewise.
49486         (__strtol_l): Remove PARAMS from the prototype.
49488 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49490         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49491         names.  Just use the correct names.  Remove unnecessary wrapper
49492         functions.
49493         * malloc/arena.c: Likewise.
49494         * malloc/hooks.c: Likewise.
49496         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49497         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49498         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49500 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49502         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49503         into tail calls.
49504         (update_get_addr): New function.
49505         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49506         GET_ADDR_MODULE parameter.
49508 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49510         * crypt/cert.c: Remove __STDC__ conditionals.
49511         * crypt/crypt-entry.c: Likewise.
49512         * crypt/crypt_util.c: Likewise.
49513         * libio/filedoalloc.c: Likewise.
49514         * libio/fileops.c: Likewise.
49515         * libio/genops.c: Likewise.
49516         * libio/iofclose.c: Likewise.
49517         * libio/iofdopen.c: Likewise.
49518         * libio/iofopen.c: Likewise.
49519         * libio/iofopen64.c: Likewise.
49520         * libio/iogetdelim.c: Likewise.
49521         * libio/iopopen.c: Likewise.
49522         * libio/obprintf.c: Likewise.
49523         * libio/oldfileops.c: Likewise.
49524         * libio/oldiofclose.c: Likewise.
49525         * libio/oldiofdopen.c: Likewise.
49526         * libio/oldiofopen.c: Likewise.
49527         * libio/oldiopopen.c: Likewise.
49528         * libio/wfiledoalloc.c: Likewise.
49529         * libio/wgenops.c: Likewise.
49530         * locale/programs/xmalloc.c: Likewise.
49531         * misc/syslog.c: Likewise.
49532         * stdio-common/xbug.c: Likewise.
49533         * string/memchr.c: Likewise.
49534         * string/memcmp.c: Likewise.
49535         * string/memrchr.c: Likewise.
49536         * string/rawmemchr.c: Likewise.
49537         * sysdeps/posix/getcwd.c: Likewise.
49538         * time/strftime_l.c: Likewise.
49540 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49542         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49543         * config.make.in (config-cflags-sse2avx): Define.
49544         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49545         Fix typo.
49547 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49549         * scripts/config.guess: Update from upstream config git repository.
49550         * scripts/config.sub: Likewise.
49552 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49554         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49555         (EM_NUM): Update.
49556         (R_TILEPRO_*, R_TILEGX_*): New macros.
49558         * scripts/firstversions.awk: Fix bug in version range handling.
49560         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49562         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49564         * include/sys/epoll.h: New file.
49565         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49566         libc_hidden_def.
49568 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49570         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49571         Avoid unnecessary __WORDSIZE == 64 test.
49572         (fmaxf): Use VEX format if possible.
49573         (fmax): Likewise.
49574         (fminf): Likewise.
49575         (fmin): Likewise.
49577         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49578         * math/math_private.h: Remove libc_fegetround* and
49579         libc_fesetround*.
49580         * sysdeps/i386/configure.in: Check for -msse2avx.
49581         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49582         also if SSE2AVX is defined.
49583         Remove libc_fegetround* and libc_fesetround*.
49584         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49585         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49586         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49587         of HAS_YMM_USABLE.
49588         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49589         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49590         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49591         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49592         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49594         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49596 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49598         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49599         size is not set.
49600         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49602 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49604         [BZ #13618]
49605         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49606         relocation.
49607         * Makeconfig (libm): Define.
49608         * elf/Makefile: Add rules to build and run tst-relsort1.
49609         * elf/tst-relsort1.c: New file.
49610         * elf/tst-relsort1mod1.c: New file.
49611         * elf/tst-relsort1mod2.c: New file.
49613 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49615         * math/s_ldexp.c: Remove __STDC__ conditionals.
49616         * math/s_ldexpf.c: Likewise.
49617         * math/s_ldexpl.c: Likewise.
49618         * math/s_nextafter.c: Likewise.
49619         * math/s_nexttowardf.c: Likewise.
49620         * math/s_significand.c: Likewise.
49621         * math/s_significandf.c: Likewise.
49622         * math/s_significandl.c: Likewise.
49623         * math/w_jnl.c: Likewise.
49624         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49625         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49626         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49627         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49628         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49629         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49630         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49631         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49632         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49633         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49634         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49635         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49636         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49637         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49638         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49639         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49640         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49641         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49642         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49643         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49644         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49645         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49646         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49647         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49648         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49649         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49650         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49651         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49652         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49653         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49654         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49655         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49656         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49657         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49658         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49659         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49660         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49661         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49662         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49663         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49664         * sysdeps/ieee754/k_standard.c: Likewise.
49665         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49666         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49667         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49668         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49669         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49670         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49671         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49672         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49673         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49674         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49675         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49676         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49677         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49678         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49679         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49680         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49681         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49682         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49683         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49684         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49685         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49686         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49687         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49688         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49689         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49690         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49691         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49692         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49693         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49694         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49695         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49696         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49697         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49698         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49699         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49700         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49701         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49702         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49703         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49704         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49705         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49706         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49707         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49708         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49709         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49710         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49711         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49712         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49713         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49714         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49715         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49716         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49717         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49718         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49719         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49720         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49721         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49722         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49723         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49724         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49725         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49726         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49727         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49728         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49729         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49730         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49731         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49732         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49733         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49734         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49735         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49736         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49737         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49738         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49739         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49740         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49741         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49742         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49743         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49744         * sysdeps/ieee754/s_matherr.c: Likewise.
49745         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49746         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49747         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49748         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49750 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49752         * crypt/md5.h: Remove __STDC__ conditionals.
49753         * libio/libioP.h: Likewise.
49754         * locale/programs/config.h: Likewise.
49755         * sysdeps/generic/sysdep.h: Likewise.
49756         * sysdeps/i386/asm-syntax.h: Likewise.
49757         * sysdeps/s390/asm-syntax.h: Likewise.
49758         * sysdeps/unix/sysdep.h: Likewise.
49759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49762 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49764         * libio/libio.h: Remove __STDC__ conditionals.
49765         * malloc/obstack.h: Likewise.
49766         * math/complex.h: Likewise.
49767         * math/math.h: Likewise.
49768         * sysdeps/generic/_G_config.h: Likewise.
49769         * sysdeps/gnu/_G_config.h: Likewise.
49770         * sysdeps/mach/hurd/_G_config.h: Likewise.
49771         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49772         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49773         * sysdeps/sparc/bits/mathdef.h: Likewise.
49775 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49777         [BZ #13583]
49778         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49779         Clean up HAS_* macros.
49780         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49781         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49782         possible.
49783         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49784         HAS_AVX.
49785         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49786         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49787         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49788         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49789         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49791 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49793         * elf/tst-unique3.cc (gets): Remove declaration.
49794         * elf/tst-unique3lib.cc (gets): Likewise.
49795         * elf/tst-unique3lib2.cc (gets): Likewise.
49796         * elf/tst-unique4.cc (gets): Likewise.
49798 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49800         * include/stdio.h: Add C++ protection.  Add gets declarations and
49801         definitions.
49802         * debug/tst-chk1.c: Don't declare gets here.
49803         * stdio-common/tst-gets.c: Likewise.
49805 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49807         * posix/glob: Remove directory.
49809 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49811         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49813 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49815         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49816         of the non-standard EPFNOSUPPORT.
49818 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49820         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49821         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49822         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49824 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49826         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49828 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49830         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49831         transient errors.
49832         * nscd/grpcache.c (cache_addgr): Likewise.
49833         * nscd/hstcache.c (cache_addhst): Likewise.
49834         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49835         * nscd/pwdcache.c (cache_addpw): Likewise.
49836         * nscd/servicescache.c (cache_addserv): Likewise.
49838 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49840         * malloc/malloc.c: Various cleanups.
49841         * malloc/hooks.c: Likewise.
49843         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49844         * stdlib/bug-fmtmsg1.c: New file.
49846         * stdlib/fmtmsg.c (init): Add missing unlock.
49847         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49849 2012-01-12  Marek Polacek  <polacek@redhat.com>
49851         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49852         and _GNU_SOURCE.
49854 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49856         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49857         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49858         macro to ensure uniqueness of label name.
49859         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49860         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49862 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49864         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49866         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49867         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49868         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49869         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49871 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49873         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49875         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49876         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49877         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49879         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49881         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49882         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49883         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49884         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49886         * math/bits/math-finite.h: Add ldexp support.
49888 2012-01-10  Marek Polacek  <polacek@redhat.com>
49890         * locale/programs/localedef.h (show_archive_content): Add noreturn
49891         attribute.
49893 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49895         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49897 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49899         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49901         * io/Makefile (headers): Add bits/poll2.h.
49903 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49906         typo #include statement.
49908 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49910         * include/sys/cdefs.h: Define __attribute_alloc_size.
49911         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49912         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49913         * elf/pldd.c: Likewise.
49914         * iconv/iconv_charmap.c: Likewise.
49915         * iconv/iconvconfig.c: Likewise.
49916         * iconv/strtab.c: Likewise.
49917         * locale/programs/locale.c: Likewise.
49918         * locale/programs/localedef.h: Likewise.
49919         * locale/programs/simple-hash.c: Likewise.
49920         * nscd/nscd.h: Likewise.
49921         * nss/makedb.c: Likewise.
49922         * sysdeps/generic/ldconfig.h: Likewise.
49923         * locale/programs/localedef.c: Remove xmalloc prototype.
49924         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49926 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49928         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49929         appropriate.
49931 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49933         * math/Makefile (tests): Add tst-CMPLX.
49934         * math/tst-CMPLX.c: New file.
49936         * math/complex.h (CMPLXL): Fix typo.
49938         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49939         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49940         GLIBC_2.16.
49941         * debug/tst-chk1.c: Add poll and ppoll tests.
49942         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49943         * include/sys/poll.h: Add hidden proto for ppoll.
49944         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49945         * sysdeps/mach/hurd/ppoll.c: Likewise.
49946         * io/ppoll.c: Likewise.
49947         * debug/poll_chk.c: New file.
49948         * debug/ppoll_chk.c: New file.
49949         * include/bits/poll2.h: New file.
49950         * io/bits/poll2.h: New file.
49952         [BZ #1350]
49953         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49955         * configure.in: static is always set to yes.  Remove.
49956         * config.make.in: Don't set build-static.
49957         * Makeconfig: Remove use of build-static.
49958         * dlfcn/Makefile: Likewise.
49959         * elf/Makefile: Likewise.
49960         * math/Makefile: Likewise.
49961         * misc/Makefile: Likewise.
49962         * nptl/Makefile: Likewise.
49963         * sysdeps/mach/hurd/Makefile: Likewise.
49965         * configure.in: PWD_P is not used anymore.
49966         * config.make.in: Remove PWD_P entry.
49968         * configure.in: Remove last remnants of RANLIB.
49969         No need to check for signed size_t anymore.
49970         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49971         and IA-64.
49972         Remove __builtin_expect test because we require at least gcc 3.4.
49973         * aclocal.m4: Likewise.
49975         * wcsmbs/mbrtoc16.c: Implement using towc function.
49976         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49977         * wcsmbs/wcsmbsload.c: Likewise.
49978         * iconv/gconv_simple.c: Likewise.
49979         * iconv/gconv_int.h: Likewise.
49980         * iconv/gconv_builtin.h: Likewise.
49981         * iconv/iconv_prog.c: Remove CHAR16 handling.
49983         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49985         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49987         * configure.in: Remove --with-elf and --enable-bounded options.
49988         Dont set base_machine for ia64.  More non-ELF conditions removed.
49989         Remove testing and setting of leading underscore information.
49990         * config.make.in (build-bounded): Set to no.
49991         * config.h.in: Remove NO_UNDERSCORES entry.
49992         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49993         them.
49994         * csu/start.c: Remove !NO_UNDERSCORE code.
49995         * locale/localeinfo.h: Likewise.
49996         * sysdeps/generic/machine-gmon.h: Likewise.
49997         * sysdeps/generic/sysdep.h: Likewise.
49998         * sysdeps/i386/sysdep.h: Likewise.
49999         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50000         * sysdeps/mach/sysdep.h: Likewise.
50001         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50002         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50003         * sysdeps/sh/sysdep.h: Likewise.
50004         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50005         * sysdeps/unix/i386/sysdep.S: Likewise.
50006         * sysdeps/unix/sparc/start.c: Likewise.
50007         * sysdeps/unix/sparc/sysdep.S: Likewise.
50008         * sysdeps/unix/sparc/sysdep.h: Likewise.
50009         * sysdeps/unix/start.c: Likewise.
50010         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50011         * sysdeps/x86_64/sysdep.h: Likewise.
50013 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50015         [BZ #13553]
50016         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50017         for non-gcc.
50018         * argp/argp-fmtstream.h: Use const instead __const.
50019         * argp/argp.h: Likewise.
50020         * assert/assert.h: Likewise.
50021         * bits/fenv.h: Likewise.
50022         * bits/sched.h: Likewise.
50023         * bits/sigset.h: Likewise.
50024         * bits/sigthread.h: Likewise.
50025         * catgets/nl_types.h: Likewise.
50026         * conform/data/pthread.h-data: Likewise.
50027         * crypt/crypt-private.h: Likewise.
50028         * crypt/crypt.h: Likewise.
50029         * crypt/crypt_util.c: Likewise.
50030         * ctype/ctype.h: Likewise.
50031         * debug/execinfo.h: Likewise.
50032         * debug/mbsnrtowcs_chk.c: Likewise.
50033         * debug/mbsrtowcs_chk.c: Likewise.
50034         * debug/wcsnrtombs_chk.c: Likewise.
50035         * debug/wcsrtombs_chk.c: Likewise.
50036         * debug/wcstombs_chk.c: Likewise.
50037         * dirent/dirent.h: Likewise.
50038         * dlfcn/dlfcn.h: Likewise.
50039         * elf/neededtest4.c: Likewise.
50040         * grp/grp.h: Likewise.
50041         * gshadow/gshadow.h: Likewise.
50042         * iconv/gconv.h: Likewise.
50043         * iconv/gconv_int.h: Likewise.
50044         * iconv/gconv_simple.c: Likewise.
50045         * iconv/iconv.h: Likewise.
50046         * iconv/loop.c: Likewise.
50047         * iconv/skeleton.c: Likewise.
50048         * include/aio.h: Likewise.
50049         * include/aliases.h: Likewise.
50050         * include/argz.h: Likewise.
50051         * include/arpa/inet.h: Likewise.
50052         * include/assert.h: Likewise.
50053         * include/dirent.h: Likewise.
50054         * include/dlfcn.h: Likewise.
50055         * include/execinfo.h: Likewise.
50056         * include/fcntl.h: Likewise.
50057         * include/fenv.h: Likewise.
50058         * include/glob.h: Likewise.
50059         * include/grp.h: Likewise.
50060         * include/libintl.h: Likewise.
50061         * include/mntent.h: Likewise.
50062         * include/netdb.h: Likewise.
50063         * include/pwd.h: Likewise.
50064         * include/rpc/netdb.h: Likewise.
50065         * include/sched.h: Likewise.
50066         * include/search.h: Likewise.
50067         * include/shadow.h: Likewise.
50068         * include/signal.h: Likewise.
50069         * include/stdio.h: Likewise.
50070         * include/stdlib.h: Likewise.
50071         * include/string.h: Likewise.
50072         * include/sys/socket.h: Likewise.
50073         * include/sys/stat.h: Likewise.
50074         * include/sys/statfs.h: Likewise.
50075         * include/sys/statvfs.h: Likewise.
50076         * include/sys/syslog.h: Likewise.
50077         * include/sys/time.h: Likewise.
50078         * include/sys/uio.h: Likewise.
50079         * include/time.h: Likewise.
50080         * include/unistd.h: Likewise.
50081         * include/utmp.h: Likewise.
50082         * include/wchar.h: Likewise.
50083         * include/wctype.h: Likewise.
50084         * inet/aliases.h: Likewise.
50085         * inet/arpa/inet.h: Likewise.
50086         * inet/netinet/ether.h: Likewise.
50087         * inet/netinet/in.h: Likewise.
50088         * intl/libintl.h: Likewise.
50089         * io/bits/fcntl2.h: Likewise.
50090         * io/fcntl.h: Likewise.
50091         * io/ftw.h: Likewise.
50092         * io/sys/poll.h: Likewise.
50093         * io/sys/stat.h: Likewise.
50094         * io/sys/statfs.h: Likewise.
50095         * io/sys/statvfs.h: Likewise.
50096         * io/utime.h: Likewise.
50097         * libio/bits/stdio.h: Likewise.
50098         * libio/bits/stdio2.h: Likewise.
50099         * libio/libio.h: Likewise.
50100         * libio/libioP.h: Likewise.
50101         * libio/stdio.h: Likewise.
50102         * locale/lc-ctype.c: Likewise.
50103         * locale/locale.h: Likewise.
50104         * login/utmp.h: Likewise.
50105         * malloc/arena.c: Likewise.
50106         * malloc/malloc.c: Likewise.
50107         * malloc/malloc.h: Likewise.
50108         * malloc/mcheck.c: Likewise.
50109         * malloc/mtrace.c: Likewise.
50110         * math/bits/mathcalls.h: Likewise.
50111         * math/fenv.h: Likewise.
50112         * math/math_private.h: Likewise.
50113         * misc/bits/error.h: Likewise.
50114         * misc/bits/syslog.h: Likewise.
50115         * misc/err.h: Likewise.
50116         * misc/error.h: Likewise.
50117         * misc/fstab.h: Likewise.
50118         * misc/mntent.h: Likewise.
50119         * misc/regexp.h: Likewise.
50120         * misc/search.h: Likewise.
50121         * misc/sgtty.h: Likewise.
50122         * misc/sys/mman.h: Likewise.
50123         * misc/sys/syslog.h: Likewise.
50124         * misc/sys/uio.h: Likewise.
50125         * misc/sys/xattr.h: Likewise.
50126         * misc/ttyent.h: Likewise.
50127         * nis/rpcsvc/ypclnt.h: Likewise.
50128         * nss/nss.h: Likewise.
50129         * posix/bits/unistd.h: Likewise.
50130         * posix/fnmatch.h: Likewise.
50131         * posix/glob.h: Likewise.
50132         * posix/sched.h: Likewise.
50133         * posix/spawn.h: Likewise.
50134         * posix/sys/wait.h: Likewise.
50135         * posix/unistd.h: Likewise.
50136         * posix/wordexp.h: Likewise.
50137         * pwd/pwd.h: Likewise.
50138         * resolv/netdb.h: Likewise.
50139         * resource/sys/resource.h: Likewise.
50140         * rt/aio.h: Likewise.
50141         * rt/bits/mqueue2.h: Likewise.
50142         * rt/mqueue.h: Likewise.
50143         * shadow/shadow.h: Likewise.
50144         * signal/signal.h: Likewise.
50145         * socket/send.c: Likewise.
50146         * socket/sendto.c: Likewise.
50147         * socket/sys/socket.h: Likewise.
50148         * stdio-common/printf.h: Likewise.
50149         * stdlib/bits/stdlib.h: Likewise.
50150         * stdlib/fmtmsg.h: Likewise.
50151         * stdlib/monetary.h: Likewise.
50152         * stdlib/stdlib.h: Likewise.
50153         * stdlib/ucontext.h: Likewise.
50154         * streams/stropts.h: Likewise.
50155         * string/argz.h: Likewise.
50156         * string/bits/string2.h: Likewise.
50157         * string/string.h: Likewise.
50158         * string/strings.h: Likewise.
50159         * sunrpc/rpc/auth.h: Likewise.
50160         * sunrpc/rpc/auth_des.h: Likewise.
50161         * sunrpc/rpc/clnt.h: Likewise.
50162         * sunrpc/rpc/netdb.h: Likewise.
50163         * sunrpc/rpc/pmap_clnt.h: Likewise.
50164         * sunrpc/rpc/xdr.h: Likewise.
50165         * sysdeps/generic/inttypes.h: Likewise.
50166         * sysdeps/generic/net/if.h: Likewise.
50167         * sysdeps/generic/sys/swap.h: Likewise.
50168         * sysdeps/gnu/net/if.h: Likewise.
50169         * sysdeps/gnu/utmpx.h: Likewise.
50170         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50171         * sysdeps/i386/i486/bits/string.h: Likewise.
50172         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50173         * sysdeps/s390/bits/string.h: Likewise.
50174         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50175         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50176         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50177         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50178         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50179         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50180         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50181         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50182         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50183         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50184         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50185         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50186         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50187         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50188         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50189         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50190         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50191         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50192         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50193         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50194         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50195         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50196         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50197         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50198         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50199         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50200         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50201         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50202         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50203         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50204         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50205         * sysvipc/sys/ipc.h: Likewise.
50206         * sysvipc/sys/msg.h: Likewise.
50207         * sysvipc/sys/sem.h: Likewise.
50208         * sysvipc/sys/shm.h: Likewise.
50209         * termios/termios.h: Likewise.
50210         * time/sys/time.h: Likewise.
50211         * time/time.h: Likewise.
50212         * wcsmbs/bits/wchar2.h: Likewise.
50213         * wcsmbs/uchar.h: Likewise.
50214         * wcsmbs/wchar.h: Likewise.
50215         * wctype/wctype.h: Likewise.
50217         [BZ #13551]
50218         * Makeconfig: Remove all but ELF support including AIX support.
50219         * Makerules: Likewise.
50220         * config.h.in: Likewise.
50221         * config.make.in: Likewise.
50222         * configure: Likewise.
50223         * configure.in: Likewise.
50224         * csu/Makefile: Likewise.
50225         * csu/version.c: Likewise.
50226         * debug/Makefile: Likewise.
50227         * dlfcn/Makefile: Likewise.
50228         * elf/Makefile: Likewise.
50229         * extra-lib.mk: Likewise.
50230         * iconv/Makefile: Likewise.
50231         * include/libc-symbols.h: Likewise.
50232         * include/shlib-compat.h: Likewise.
50233         * resolv/Makefile: Likewise.
50234         * resolv/res_libc.c: Likewise.
50235         * rt/Makefile: Likewise.
50236         * sysdeps/i386/asm-syntax.h: Likewise.
50237         * sysdeps/i386/sysdep.h: Likewise.
50238         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50239         * sysdeps/mach/sysdep.h: Likewise.
50240         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50241         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50242         * sysdeps/s390/asm-syntax.h: Likewise.
50243         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50244         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50245         * sysdeps/sh/sysdep.h: Likewise.
50246         * sysdeps/unix/sparc/sysdep.h: Likewise.
50247         * sysdeps/wordsize-32/divdi3.c: Likewise.
50248         * sysdeps/x86_64/sysdep.h: Likewise.
50250         * argp/Versions: Remove _argp_unlock_xxx.
50252         [BZ #13559]
50253         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50254         * abilist/libBrokenLocale.abilist: Likewise.
50255         * abilist/libanl.abilist: Likewise.
50256         * abilist/libc.abilist: Likewise.
50257         * abilist/libcrypt.abilist: Likewise.
50258         * abilist/libdl.abilist: Likewise.
50259         * abilist/libm.abilist: Likewise.
50260         * abilist/libnsl.abilist: Likewise.
50261         * abilist/libpthread.abilist: Likewise.
50262         * abilist/libresolv.abilist: Likewise.
50263         * abilist/librt.abilist: Likewise.
50264         * abilist/libthread_db.abilist: Likewise.
50265         * abilist/libutil.abilist: Likewise.
50266         * abilist/libnss_db.abilist: New file.
50268         * scripts/abilist.awk: Add support for indirect functions.
50270         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50272         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50274         * shlib-versions: Remove entries for ports architectures.
50276         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50277         files in ports.
50278         * elf/stackguard-macros.h: Remove support for IA-64.
50279         * elf/tst-auditmod1.c: Likewise.
50280         * sysdeps/generic/ldsodefs.h: Likewise.
50282         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50283         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50284         configure files.
50286         [BZ #13552]
50287         * configure.in: Remove --enable-omitfp support.
50288         * FAQ.in: Adjust.
50289         * config.make.in: Likewise.
50290         * Makeconfig: Likewise.
50291         * manual/install.texi: Likewise.
50293         In case anyone cares, the IA-64 architecture could move to ports.
50294         * sysdeps/ia64/*: Removed.
50295         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50296         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50298         [BZ #13555]
50299         * configure.in: Remove entries for unsupported architectures.
50301         [BZ #13533]
50302         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50303         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50304         routines.
50305         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50306         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50307         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50308         fall back to using wcrtomb.
50309         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50310         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50311         renaming.
50312         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50313         * wcsmbs/tst-c16c32-1.c: New file.
50315         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50316         local variable.
50318         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50320         * elf/tst-unique3.cc: Add explicit declaration of gets.
50321         * elf/tst-unique3lib.cc: Likewise.
50322         * elf/tst-unique3lib2.cc: Likewise.
50323         * elf/tst-unique4.cc: Likewise.
50325         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50327 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50329         [BZ #13566]
50330         * assert/assert.h (static_assert): Don't define for C++.
50331         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50332         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50334 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50336         * iconv/loop.c (single loop): Fix assertion in storing of
50337         remaining bytes.
50339         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50341 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50343         * posix/getconf.c: Update copyright year.
50344         * nss/getent.c: Likewise.
50345         * nss/makedb.c: Likewise.
50346         * iconv/iconvconfig.c: Likewise.
50347         * iconv/iconv_prog.c: Likewise.
50348         * elf/ldconfig.c: Likewise.
50349         * elf/pldd.c: Likewise.
50350         * elf/sotruss.ksh: Likewise.
50351         * catgets/gencat.c: Likewise.
50352         * csu/version.c: Likewise.
50353         * elf/ldd.bash.in: Likewise.
50354         * elf/sprof.c (print_version): Likewise.
50355         * locale/programs/locale.c: Likewise.
50356         * locale/programs/localedef.c: Likewise.
50357         * login/programs/pt_chown.c: Likewise.
50358         * nscd/nscd.c (print_version): Likewise.
50359         * debug/xtrace.sh: Likewise.
50360         * malloc/memusage.sh: Likewise.
50361         * malloc/mtrace.pl: Likewise.
50362         * debug/catchsegv.sh: Likewise.
50364 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50366         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50367         pure attribute.
50369 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50371         [BZ #13533]
50372         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50373         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50374         transformations.
50375         * iconv/gconv_int.h: Likewise.
50376         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50377         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50378         from libc for GLIBC_2.16.
50379         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50380         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50381         * wcsmbs/uchar.h: Really define mbstate_t.
50382         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50383         * wcsmbs/c16rtomb.c: New file.
50384         * wcsmbs/mbrtoc16.c: New file.
50385         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50386         for C/POSIX locale.
50387         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50388         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50390         * wcsmbs/wchar.h: Add missing __restrict.
50392 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50394         [BZ #13532]
50395         * time/Makefile (routines): Add timespec_get.
50396         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50397         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50398         timespec for ISO C11.
50399         * time/timespec_get.c: New file.
50400         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50401         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50403         [BZ #13531]
50404         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50405         * stdlib/stdlib.h: Declare aligned_alloc.
50406         * Versions.def: Add GLIBC_2.16 for libc.
50407         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50409         [BZ 13527]
50410         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50411         ISO C11.
50413         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50414         code.
50416         [BZ #13528]
50417         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50419         [BZ #13529]
50420         * assert/assert.h (static_assert): Define.
50422         * version.h: Update for 2.16 development version.
50424         [BZ #13526]
50425         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50426         _ISOC11_SOURCE.
50428         * version.h (RELEASE): Bump for 2.15 release.
50429         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50431         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50432         Patch by Marek Polacek <mpolacek@redhat.com>.
50434         * bits/byteswap.h: Protect long long constants with __extension__.
50435         * sysdeps/i386/bits/byteswap.h: Likewise.
50436         * sysdeps/ia64/bits/byteswap.h: Likewise.
50437         * sysdeps/s390/bits/byteswap.h: Likewise.
50438         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50440 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50442         [BZ #13540]
50443         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50444         destination buffer.
50445         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50447 2011-12-23  Marek Polacek  <polacek@redhat.com>
50449         * elf/dl-addr.c (determine_info): Add inline keyword.
50450         * elf/tst-auditmod4b.c (check_avx): Likewise.
50451         * elf/tst-auditmod6b.c (check_avx): Likewise.
50452         * elf/tst-auditmod6c.c (check_avx): Likewise.
50453         * elf/tst-auditmod7b.c (check_avx): Likewise.
50455 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50457         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50458         !__SSE_MATH__.
50460 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50462         [BZ #13540]
50463         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50464         processing for last bytes.
50466 2011-08-06  Bruno Haible  <bruno@clisp.org>
50468         [BZ #13061]
50469         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50470         U+0385, not to U+1FEE.
50472         [BZ #13062]
50473         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50474         entry for U+00A5 U+0301.
50476 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50478         [BZ #13166]
50479         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50480         buffer for the output is too small.
50482         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50483         optimization.
50485         [BZ #13185]
50486         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50487         SSE flags if possible.
50489 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50491         [BZ #13540]
50492         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50493         processing for last bytes.
50495 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50497         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50498         (syscall-list-default-options, syscall-list-default-condition)
50499         (syscall-list-includes): Define.
50500         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50501         list of ABIs and options and #if conditions for each ABI.  Do not
50502         handle common syscalls between ABIs specially.
50503         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50504         Remove.
50505         (syscall-list-variants, syscall-list-32bit-options)
50506         (syscall-list-32bit-condition, syscall-list-64bit-options)
50507         (syscall-list-64bit-condition): Define.
50508         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50509         (syscall-list-variants, syscall-list-32bit-options)
50510         (syscall-list-32bit-condition, syscall-list-64bit-options)
50511         (syscall-list-64bit-condition): Define.
50512         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50513         Remove.
50514         (syscall-list-variants, syscall-list-32bit-options)
50515         (syscall-list-32bit-condition, syscall-list-64bit-options)
50516         (syscall-list-64bit-condition): Define.
50517         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50518         Remove.
50519         (syscall-list-variants, syscall-list-32bit-options)
50520         (syscall-list-32bit-condition, syscall-list-64bit-options)
50521         (syscall-list-64bit-condition): Define.
50523 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50525         * locale/iso-639.def: Add brx entry.
50527         [BZ #13328]
50528         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50529         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50531         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50532         __feraiseexcept_renamed.
50534 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50536         [BZ #13538]
50537         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50538         EPOLLET with unsigned values.
50539         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50540         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50542         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50543         to large cancellation.
50544         * math/s_cacoshf.c: Likewise.
50545         * math/s_cacoshl.c: Likewise.
50547 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50549         [BZ #13305]
50550         [BZ #12786]
50551         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50552         * math/s_cacoshf.c: Likewise.
50553         * math/s_cacoshl.c: Likewise.
50555 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50557         [BZ #13439]
50558         * iconv/gconv.h: Define __GCONV_SWAP.
50559         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50560         * iconvdata/utf-16.c: Likewise.
50561         * iconvdata/utf-32.c: Likewise.
50563 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50565         [BZ #13524]
50566         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50567         numerator after shifting it by one limb.
50569 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50571         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50572         under [__USE_EXTERN_INLINES].
50574 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50576         [BZ #13446]
50577         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50579 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50581         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50582         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50583         optimized code.
50584         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50585         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50586         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50587         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50588         for strncasecmp/strncasecmp_l compilation.
50589         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50590         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50592 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50594         [BZ #13484]
50595         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50596         of __asm__.
50598 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50600         [BZ #13506]
50601         * time/tzfile.c (__tzfile_read): Check values from file header.
50603 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50605         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50606         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50607         * powerpc/powerpc32/dl-start.S: Likewise.
50608         * powerpc/powerpc32/elf/start.S: Likewise.
50609         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50610         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50611         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50612         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50613         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50614         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50615         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50616         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50617         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50618         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50619         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50620         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50621         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50622         * powerpc/powerpc32/memset.S: Likewise.
50623         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50624         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50625         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50626         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50627         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50628         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50629         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50630         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50631         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50632         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50633         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50634         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50635         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50637 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50639         * math/libm-test.inc: Added more nearbyint tests.
50640         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50641         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50642         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50643         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50645 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50647         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50648         FD_CLOEXEC.
50650 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50652         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50653         Add wcscpy-ssse3 wcscpy-c.
50654         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50655         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50656         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50657         * sysdeps/x86_64/wcschr.S: New file.
50658         * sysdeps/x86_64/wcsrchr.S: New file.
50659         * string/test-strcmp.c: Remove checking of wcscmp function for
50660         wrong alignments.
50661         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50662         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50663         wcsrchr-sse2 wcsrchr-c.
50664         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50665         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50666         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50667         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50668         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50669         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50670         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50671         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50672         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50673         * wcsmbc/wcschr.c (WCSCHR): New macro.
50675 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50677         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50678         * wcsmbs/test-wcsrchr.c: New file.
50679         * string/test-strrchr.c: Add wcsrchr support.
50680         (WIDE): New macro.
50681         * wcsmbs/test-wcscpy.c: New file.
50682         * string/test-strcpy.c: Add wcscpy support.
50683         (WIDE): New macro.
50685 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50687         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50688         the inner loop.
50690 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50692         [BZ #13472]
50693         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50695 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50697         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50698         Minor optimizations.
50700         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50701         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50702         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50704 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50706         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50707         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50708         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50709         for gcc to avoid warnings.
50710         * inet/Makefile (tests): Add tst-checks.
50711         * inet/tst-checks.c: New file.
50713         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50714         warning.
50716         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50717         __wmemcmp_sse2.
50719         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50720         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50722         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50724 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50726         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50727         problem.
50729         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50731 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50733         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50734         conditional on GCC version.
50735         (__arch_compare_and_exchange_val_8_acq)
50736         (__arch_compare_and_exchange_val_16_acq)
50737         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50738         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50739         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50741 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50743         * sysdeps/sh/backtrace.c: New file.
50745 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50747         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50748         parenthesis.
50750 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50752         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50753         falling back to utime.
50755 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50757         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50758         expectations for float.
50760 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50762         * locale/weight.h (findidx): Add parameter len.
50763         * locale/weightwc.h (findidx): Likewise.
50764         * posix/fnmatch_loop.c (FCT): Adjust caller.
50765         * posix/regcomp.c (build_equiv_class): Likewise.
50766         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50767         * posix/regexec.c (check_node_accept_bytes): Likewise.
50768         * string/strcoll_l.c (STRCOLL): Likewise.
50769         * string/strxfrm_l.c (STRXFRM): Likewise.
50771 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50773         * Makefile.in: Remove CVSOPT handling.
50774         * configure.in: Remove use of AC_REVISION.
50775         * iconvdata/Makefile (distribute): No need to filter out CVS.
50776         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50777         handling.
50779 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50781         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50782         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50783         [USE_AS_STRNCASECMP_L]: Likewise.
50784         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50785         NO_TLS_DIRECT_SEG_REFS.
50786         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50787         Fix argument offsets for non-PIC.
50788         [USE_AS_STRNCASECMP_L]: Likewise.
50789         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50790         NO_TLS_DIRECT_SEG_REFS.
50792 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50794         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50795         O_CLOEXEC.
50796         * locale/loadlocale.c (_nl_load_locale): Likewise.
50798 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50800         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50801         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50802         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50803         (SYSCALL_GETTIME): Set errno on error.
50805         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50806         count references to noai6ai_cached.
50808 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50810         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50812         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50813         FD_CLOEXEC for /proc/self/maps.
50815         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50816         FD_CLOEXEC for /proc/meminfo.
50818         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50819         gai.conf.
50821         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50822         FD_CLOEXEC for given file.
50824         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50826         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50827         FD_CLOEXEC for /etc/hosts.
50828         (_gethtent): Likewise.
50830         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50832         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50833         cancellation and set FD_CLOEXEC for /etc/netgroup.
50835         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50836         reading /etc/publickey.
50838         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50839         allow cancellation when reading /etc/group.
50841         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50842         cancellation.
50843         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50845         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50846         when using data file.
50848         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50850         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50851         (write_nis_obj): Use "c" and "e" in fopen.
50853         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50855         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50857         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50859         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50861         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50862         locale.alias.
50864         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50866         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50868         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50870         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50871         file parsing and set FD_CLOEXEC.
50873 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50875         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50877 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50879         * malloc/arena.c (arena_get2): Don't call reused_arena when
50880         _int_new_arena failed.
50882 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50884         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50885         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50886         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50887         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50888         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50889         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50890         to compile strcasecmp and strncasecmp.
50891         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50892         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50894         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50896 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50898         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50899         locale-defines.sym to gen-as-const-headers.
50900         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50901         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50902         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50903         to compile strcasecmp and strncasecmp.
50904         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50905         strcasecmp_l and strncasecmp_l.
50906         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50907         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50908         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50909         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50910         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50911         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50912         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50913         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50914         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50915         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50916         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50918 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50920         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50921         result of SYSDEP_GETTIME_CPU to retval.
50922         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50923         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50925         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50926         variable.
50928         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50929         mantissa words.
50930         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50932         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50933         from unused variable.
50935         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50936         DWARF definitions.
50937         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50938         for assembling.
50940         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50941         over namespaces.
50943         * sunrpc/rpc_prot.c (rejected): Fix case value.
50945         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50946         unsigned long long int to avoid warnings in shift.
50948         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50949         of use of trans.
50950         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50951         variable tmp.
50953         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50954         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50955         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50957         * nis/nis_table.c (nis_list): Use variable of correct type for
50958         result of __follow_path call.
50960 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50962         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50963         of math functions ceil, trunc, floor, round, and sqrt, when
50964         avaliable on the platform.
50965         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50966         name clash.
50967         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50968         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50969         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50971 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50973         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50974         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50976 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50978         * include/unistd.h: Fix __readlink return type.
50979         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50981 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50983         * stdlib/ucontext.h: Undo last change for makecontext.
50985 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50987         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50989         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50990         * setjmp/setjmp.h: Mark functions as non-leaf.
50991         * setjmp/bits/setjmp2.h: Likewise.
50992         * stdlib/ucontext.h: Likewise.
50994 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50996         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50997         (reused_arena): Don't check arena limit.
50998         (arena_get2): Atomically check arena limit.
51000 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51002         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51003         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51005         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51006         instructions.
51008 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51010         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51011         handler when locking.
51013         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51014         Fix size of allocated buffer.
51016 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51018         [BZ #10103]
51019         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51020         declarations for long double functions.
51021         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51023         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51025 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51027         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51028         installed.
51030         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51031         is disabled.
51033 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51035         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51037 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51039         * include/alloca.h (stackinfo_alloca_round): Define.
51040         (extend_alloca): Use it.
51041         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51042         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51043         here.
51045         * scripts/check-local-headers.sh: Ignore libaudit.h.
51047         * nscd/Makefile (extra-objs): Make recursively expanded.
51049 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51051         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51052         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51054         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51055         * posix/tst-rfc3484-2.c: Likewise.
51056         * posix/tst-rfc3484-3.c: Likewise.
51058         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51059         process_vm_writev.
51060         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51061         process_vm_writev.
51062         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51063         process_vm_writev from libc using GLIBC_2.15 version.
51065         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51067 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51069         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51070         stack usage.
51072 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51074         [BZ #13367]
51075         * nss/getent.c (initgroups_keys): Show error message in case no group
51076         names are given.
51078         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51079         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51080         __bump_nl_timestamp.
51081         * nscd/connections (nscd_init): When host database is served open
51082         netlink socket and request notification about configuration changes.
51083         (main_loop_poll): Track netlink file descriptor and bump timestamp
51084         in case data becomes available.
51085         (main_loop_epoll): Likewise.
51086         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51087         (database_pers_head): Add extra_data fileds.
51088         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51089         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51090         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51091         Adjust caller.
51092         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51093         in6ai data, call __free_in6ai.
51094         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51095         Add -DHAVE_NETLINK.
51096         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51097         interface information.  Reuse previous data if netlink timestamp
51098         is not changed.
51099         (__bump_nl_timestamp): New function.
51100         (__free_in6ai): New function.
51102 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51104         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51105         close_not_cancel_no_status here.
51106         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51108 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51110         [BZ #13276]
51111         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51112         return value.
51114         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51115         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51116         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51118 2011-07-03  Andreas Jaeger  <aj@suse.de>
51120         [BZ #10709]
51121         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51122         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51123         * math/libm-test.inc (sin_test): Add test case.
51125 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51127         [BZ #13337]
51128         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51129         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51131         * elf/chroot_canon.c (chroot_canon): Cleanups.
51133         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51135         [BZ #13335]
51136         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51137         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51139         * string/test-strchr.c: Make usable for strchrnul testing.
51140         * string/test-strchrnul.c: New file.
51141         * string/Makefile (strop-tests): Add strchrnul.
51143         * po/it.po: Update from translation team.
51144         * po/es.po: Likewise.
51146 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51148         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51149         the three constants needed as parameters.  Drop the others.
51150         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51151         __m128i_strloadu_tolower.
51152         Create and initialize variable zero and use it in all the places
51153         where _mm_setzero_si128 was used.
51155         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51156         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51157         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51158         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51159         anymore.
51160         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51161         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51162         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51163         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51164         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51165         __mpranred, __mptan.
51166         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51167         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51168         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51169         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51170         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51171         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51172         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51173         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51174         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51176 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51178         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51179         redefine if SHARED.
51180         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51182         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51183         wide char related routines to wcsmbs subdir.
51185 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51187         [BZ #13344]
51188         * misc/sys/cdefs.h (__THROWNL): Define.
51189         * posix/unistd.h: Use __THREADNL instead of __THREAD
51190         for memory synchronization functions.
51192 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51194         [BZ #13349]
51195         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51196         doesn't exist.
51197         * manual/stdio.texi (Obstack Streams): Node removed.
51199 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51201         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51202         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51203         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51205         * math/math_private.h (math_force_eval): Allow non-addressable
51206         arguments.
51207         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51209 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51211         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51212         file is not needed.
51214         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51215         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51216         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51217         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51218         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51219         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51220         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51221         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51222         Add AVX variants.
51223         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51224         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51225         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51226         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51227         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51228         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51229         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51230         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51231         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51232         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51233         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51234         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51235         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51236         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51237         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51238         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51239         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51240         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51241         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51243         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51244         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51246         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51247         place.  Use VEX encoding when compiling for AVX.
51249 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51251         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51252         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51254         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51256 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51258         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51259         useless if() expression.
51260         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51261         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51262         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51263         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51264         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51265         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51266         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51267         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51268         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51269         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51270         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51271         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51272         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51273         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51274         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51275         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51276         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51277         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51278         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51280         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51282 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51284         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51285         condition.
51286         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51288 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51290         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51291         .text section.  Avoid duplicate constants.
51292         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51293         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51294         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51295         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51296         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51297         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51298         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51299         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51300         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51301         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51302         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51303         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51304         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51305         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51306         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51307         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51308         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51309         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51310         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51311         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51312         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51313         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51314         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51315         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51316         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51317         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51318         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51319         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51320         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51321         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51322         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51323         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51324         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51325         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51326         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51327         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51328         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51329         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51330         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51331         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51332         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51333         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51334         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51335         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51336         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51338 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51340         * sysdeps/x86_64/dla.h: Move to ...
51341         * sysdeps/x86_64/fpu/dla.h: ...here.
51342         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51343         situations.  Use __builtin_fma only for gcc 4.6 and up.
51345         * config.make.in: Add have-mfma4 entry.
51346         * configure.in: Substitute libc_cv_cc_fma4.
51347         * math/Makefile (dbl-only-routines): Add sincostab.
51348         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51349         Use __sincostab not sincos.
51350         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51351         name is a macro.
51352         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51353         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51354         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51355         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51356         using __copysign.
51357         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51358         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51359         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51360         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51361         and __inv.
51362         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51363         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51364         __copysign.
51365         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51366         define aliases when function name is a macro.
51367         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51368         sysdeps/ieee754/dbl-64/sincos.tbl.
51369         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51370         fma4-enabled routines.
51371         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51372         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51373         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51374         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51375         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51376         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51377         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51378         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51379         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51380         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51381         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51382         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51383         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51384         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51385         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51386         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51387         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51388         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51389         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51390         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51391         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51392         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51393         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51394         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51395         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51396         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51397         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51398         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51399         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51400         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51402         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51403         rename.
51404         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51405         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51406         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51407         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51408         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51409         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51410         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51411         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51413 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51415         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51417 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51419         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51421         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51422         prediction.
51423         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51425         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51426         Remove unused variable magic_bits.
51427         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51429         * string/strnlen.c: Define and use STRNLEN macro.
51430         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51431         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51432         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51433         * wcsmbs/wcslen.c: Define and use WCSLEN.
51434         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51435         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51436         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51437         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51438         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51439         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51440         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51442 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51444         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51445         strnlen-sse2-no-bsf.
51446         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51447         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51448         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51449         Add strnlen support.
51450         (USE_AS_STRNLEN): New macro.
51451         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51452         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51453         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51454         * sysdeps/x86_64/wcslen.S: New file.
51456 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51458         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51459         XMM-moves are used for copying on small sizes.
51461 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51463         * wcsmbs/Makefile (strop-tests): Add wcschr.
51464         * wcsmbs/test-wcschr.c: New file.
51465         * string/test-strchr.c: Update.
51466         Add wcschr support.
51467         (WIDE): New macro.
51469 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51471         * wcsmbs/Makefile (strop-tests): Add wcslen.
51472         * wcsmbs/test-wcslen.c: New file.
51473         * string/test-strlen.c: Update.
51474         Add wcslen support.
51475         (WIDE): New macro.
51477 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51479         * po/it.po: Update from translation team.
51481 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51483         * sysdeps/x86_64/wcscmp.S: Update.
51484         Fix wrong comparison semantics.
51485         wcscmp shall use signed comparison not unsigned.
51486         Don't use substraction to avoid overflow bug.
51487         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51488         * wcsmbc/wcscmp.c: Likewise.
51489         * string/test-strcmp.c: Likewise.
51490         Add new tests to check cases with negative values.
51492 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51494         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51495         * sysdeps/x86_64/dla.h: ...here.  New file.
51496         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51497         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51498         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51499         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51500         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51501         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51502         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51503         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51504         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51506 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51508         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51509         __ynl_finite aliases.
51511 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51513         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51515         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51516         define DLA_FMA.
51517         [DLA_FMA] (EMULV): Use DLA_FMA.
51518         [DLA_FMA] (MUL12): Use EMULV.
51519         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51520         that are not needed.
51521         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51522         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51523         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51524         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51525         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51526         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51527         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51529 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51531         * math/s_nan.c: Undef __nan.
51532         * math/s_nanf.c: Undef __nanf.
51533         * math/s_nanl.c: Undef __nanl.
51534         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51535         "math_private.h".
51537 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51539         * math/s_catan.c: Add branch predictions.
51540         * math/s_catanf.c: Likewise.
51541         * math/s_catanh.c: Likewise.
51542         * math/s_catanhf.c: Likewise.
51543         * math/s_catanhl.c: Likewise.
51544         * math/s_catanl.c: Likewise.
51545         * math/s_cexp.c: Likewise.
51546         * math/s_cexpf.c: Likewise.
51547         * math/s_cexpl.c: Likewise.
51548         * math/s_clog.c: Likewise.
51549         * math/s_clog10.c: Likewise.
51550         * math/s_clog10f.c: Likewise.
51551         * math/s_clog10l.c: Likewise.
51552         * math/s_clogf.c: Likewise.
51553         * math/s_clogl.c: Likewise.
51554         * math/s_csqrt.c: Likewise.
51555         * math/s_csqrtf.c: Likewise.
51556         * math/s_csqrtl.c: Likewise.
51557         * math/s_ctanf.c: Likewise.
51558         * math/s_ctanh.c: Likewise.
51559         * math/s_ctanhf.c: Likewise.
51560         * math/s_ctanhl.c: Likewise.
51561         * math/s_ctanl.c: Likewise.
51563         * math/math_private.h: Define __nan, __nanf, __nanl.
51564         * math/s_cacosh.c: Include <math_private.h>.
51565         * math/s_cacoshl.c: Likewise.
51566         * math/s_casinh.c: Likewise.
51567         * math/s_casinhf.c: Likewise.
51568         * math/s_casinhl.c: Likewise.
51569         * math/s_ccos.c: Rely entire on ccosh.
51570         * math/s_ccosf.c: Rely entire on ccoshf.
51571         * math/s_ccosl.c: Rely entirely on ccoshl.
51572         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51573         Remove tests for FE_INVALID.
51574         * math/s_ccoshf.c: Likewise.
51575         * math/s_ccoshl.c: Likewise.
51576         * math/s_csin.c: Likewise.
51577         * math/s_csinf.c: Likewise.
51578         * math/s_csinh.c Likewise.
51579         * math/s_csinhf.c: Likewise.
51580         * math/s_csinhl.c: Likewise.
51581         * math/s_csinl.c: Likewise.
51582         * math/s_ctan.c: Likewise.
51583         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51584         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51585         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51587 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51589         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51590         compilation problems.
51592         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51593         __builtin_expect.
51595 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51597         * sysdeps/i386/configure.in: Test for -mfma4 option.
51598         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51599         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51600         COMMON_CPUID_INDEX_80000001.
51601         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51602         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51603         use it if FMA3 is not supported.
51604         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51606         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51607         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51609 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51611         [BZ #12892]
51612         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51613         it would create a cycle with a link time dependency.
51615 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51617         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51618         instruction.
51619         * string/Makefile (strop-tests): Add rawmemchr.
51620         * string/test-rawmemchr.c: New file.
51622         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51623         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51624         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51625         when compiling str{,n}casecmp and when AVX is available.  Hook up
51626         new optimized code in initializers.
51628 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51630         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51631         __feraiseexcept instead of feraiseexcept.
51633 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51635         * math/math_private.h: Define defaults for libc_fetestexcept and
51636         libc_feupdateenv.
51637         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51638         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51639         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51640         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51641         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51642         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51643         libc_fetestexcept and libc_feupdateenv.
51645         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51646         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51647         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51648         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51649         libc_feholdexcept_setround.
51651         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51652         Add s_nearbyint-c and s_nearbyintf-c.
51653         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51654         nearbyintf inlines.
51655         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51656         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51657         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51658         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51660         * math/math_private.h: Define defaults for libc_fegetround,
51661         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51662         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51663         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51664         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51665         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51666         standard functions.
51667         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51668         Remove comments and hacks for old compiler versions.
51669         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51670         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51671         libc_feholdexceptl.
51673 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51675         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51676         (__feraiseexcept_renamed): Add __NTH.
51677         (feraiseexcept): Add __NTH.  Rename local variables to fix
51678         namespace violations.
51680 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51682         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51684         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51686         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51687         recently added interfaces.
51688         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51690         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51691         about macro parameter expansion.
51693         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51694         __NO_MATH_INLINES is defined.  Cleanups.
51696         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51697         and __floorf is target has SSE4.1.
51698         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51699         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51700         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51701         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51703         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51704         name.
51705         (floorf): Likewise.
51707         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51709 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51711         * misc/sys/cdefs.h: Fix last change.
51713         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51714         database lookup.
51716 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51718         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51720         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51721         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51722         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51723         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51724         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51725         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51726         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51727         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51728         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51729         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51730         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51731         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51732         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51733         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51734         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51735         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51736         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51737         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51738         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51739         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51740         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51741         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51743         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51744         ceil, ceilf, floor, floorf.
51746         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51747         Perform IRELATIVE relocations last.
51749         * elf/do-rel.h: Add another parameter nrelative, replacing the
51750         local variable with the same name.  Change name of the function
51751         to end in Rel or Rela (uppercase).
51752         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51753         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51754         elf_dynamic_do_##reloc function.
51756 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51758         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51759         is sufficient, at least on modern CPUs.
51761         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51763         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51764         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51766         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51767         __expl_finite.
51768         * math/bits/math-finite.h: Add entries for exp.
51769         * math/e_expl.c: Add __*_finite alias.
51770         * sysdeps/i386/fpu/e_exp.S: Likewise.
51771         * sysdeps/i386/fpu/e_expf.S: Likewise.
51772         * sysdeps/i386/fpu/e_expl.c: Likewise.
51773         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51774         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51775         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51776         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51777         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51778         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51779         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51781         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51782         is sufficient, at least on modern CPUs.
51784         * ctype/ctype-info.c (__ctype_init): Define.
51785         * include/ctype.h (__ctype_init): Declare.
51786         (__ctype_b_loc): The variable is always initialized.
51787         (__ctype_toupper_loc): Likewise.
51788         (__ctype_tolower_loc): Likewise.
51789         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51790         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51792 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51794         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51796         * configure.in: Also look in $cxxmachine/include for C++ system
51797         headers.
51799 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51801         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51802         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51803         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51804         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51805         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51806         (USE_AS_WMEMCMP): New macro.
51807         Fixing indents.
51808         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51809         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51810         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51811         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51812         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51813         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51814         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51815         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51816         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51817         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51818         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51819         (USE_AS_WMEMCMP): New macro.
51820         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51821         * sysdeps/string/test-memcmp.c: Update.
51822         Fix simple_wmemcmp.
51823         Add new tests.
51824         * wcsmbs/wmemcmp.c: Update.
51825         (WMEMCMP): New macro.
51826         Fix overflow bug.
51828 2011-10-12  Andreas Jaeger  <aj@suse.de>
51830         [BZ #13268]
51831         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51833 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51835         * libio/iofwide.c (do_length): Avoid warning.
51837         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51839 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51841         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51843         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51844         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51845         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51846         * sysdeps/i386/i686/fpu/e_log.S: New file.
51847         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51848         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51850         * ctype/ctype.h: Add support for inlined isXXX functions when
51851         compiling C++ code.
51853 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51855         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51857         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51859 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51861         [BZ #13291]
51862         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51864 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51866         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51867         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51868         feraiseexcept.
51870         * sysdeps/x86_64/memrchr.S: Check for zero size.
51872         * string/stratcliff.c: Add memrchr tests.
51874 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51876         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51877         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51878         rawmemchr-sse2 rawmemchr-sse2-bsf.
51879         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51880         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51881         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51882         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51883         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51884         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51885         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51886         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51887         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51888         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51889         * string/memrchr.c (MEMRCHR): New macro.
51891 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51893         Add integration with gcc's -ffinite-math-only and optimize wrapper
51894         functions in libm.
51895         * Versions.def: Define GLIBC_2.15 version for libm.
51896         * math/Makefile (headers): Add bits/math-finite.h.
51897         * math/bits/math-finite.h: New file.
51898         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51899         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51900         * math/e_acoshl.c: Add __*_finite alias.
51901         * math/e_acosl.c: Likewise.
51902         * math/e_asinl.c: Likewise.
51903         * math/e_atan2l.c: Likewise.
51904         * math/e_atanhl.c: Likewise.
51905         * math/e_coshl.c: Likewise.
51906         * math/e_exp10.c: Likewise.
51907         * math/e_exp10f.c: Likewise.
51908         * math/e_exp10l.c: Likewise.
51909         * math/e_exp2l.c: Likewise.
51910         * math/e_fmodl.c: Likewise.
51911         * math/e_gammal_r.c: Likewise.
51912         * math/e_hypotl.c: Likewise.
51913         * math/e_j0l.c: Likewise.
51914         * math/e_j1l.c: Likewise.
51915         * math/e_jnl.c: Likewise.
51916         * math/e_lgammal_r.c: Likewise.
51917         * math/e_log10l.c: Likewise.
51918         * math/e_log2l.c: Likewise.
51919         * math/e_logl.c: Likewise.
51920         * math/e_powl.c: Likewise.
51921         * math/e_sinhl.c: Likewise.
51922         * math/e_sqrtl.c: Likewise.
51923         * math/e_scalb.c: Completely rewritten and optimized.
51924         * math/e_scalbf.c: Likewise.
51925         * math/e_scalbl.c: Likewise.
51926         * math/w_acos.c: Likewise.
51927         * math/w_acosf.c: Likewise.
51928         * math/w_acosl.c: Likewise.
51929         * math/w_acosh.c: Likewise.
51930         * math/w_acoshf.c: Likewise.
51931         * math/w_acoshl.c: Likewise.
51932         * math/w_asin.c: Likewise.
51933         * math/w_asinf.c: Likewise.
51934         * math/w_asinl.c: Likewise.
51935         * math/w_atan2.c: Likewise.
51936         * math/w_atan2f.c: Likewise.
51937         * math/w_atan2l.c: Likewise.
51938         * math/w_atanh.c: Likewise.
51939         * math/w_atanhf.c: Likewise.
51940         * math/w_atanhl.c: Likewise.
51941         * math/w_exp10.c: Likewise.
51942         * math/w_exp10f.c: Likewise.
51943         * math/w_exp10l.c: Likewise.
51944         * math/w_fmod.c: Likewise.
51945         * math/w_fmodf.c: Likewise.
51946         * math/w_fmodl.c: Likewise.
51947         * math/w_j0.c: Likewise.
51948         * math/w_j0f.c: Likewise.
51949         * math/w_j0l.c: Likewise.
51950         * math/w_j1.c: Likewise.
51951         * math/w_j1f.c: Likewise.
51952         * math/w_j1l.c: Likewise.
51953         * math/w_jn.c: Likewise.
51954         * math/w_jnf.c: Likewise.
51955         * math/w_log.c: Likewise.
51956         * math/w_logf.c: Likewise.
51957         * math/w_logl.c: Likewise.
51958         * math/w_log10.c: Likewise.
51959         * math/w_log10f.c: Likewise.
51960         * math/w_log10l.c: Likewise.
51961         * math/w_log2.c: Likewise.
51962         * math/w_log2f.c: Likewise.
51963         * math/w_log2l.c: Likewise.
51964         * math/w_pow.c: Likewise.
51965         * math/w_powf.c: Likewise.
51966         * math/w_powl.c: Likewise.
51967         * math/w_remainder.c: Likewise.
51968         * math/w_remainderf.c: Likewise.
51969         * math/w_remainderl.c: Likewise.
51970         * math/w_scalb.c: Likewise.
51971         * math/w_scalbf.c: Likewise.
51972         * math/w_scalbl.c: Likewise.
51973         * math/w_sqrt.c: Likewise.
51974         * math/w_sqrtf.c: Likewise.
51975         * math/w_sqrtl.c: Likewise.
51976         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51977         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51978         used.
51979         * math/math_private.h: Declare __kernel_standard_f.
51980         * math/w_cosh.c: Remove cruft and optimize a bit.
51981         * math/w_coshf.c: Likewise.
51982         * math/w_coshl.c: Likewise.
51983         * math/w_exp2.c: Likewise.
51984         * math/w_exp2f.c: Likewise.
51985         * math/w_exp2l.c: Likewise.
51986         * math/w_hypot.c: Likewise.
51987         * math/w_hypotf.c: Likewise.
51988         * math/w_hypotl.c: Likewise.
51989         * math/w_lgamma.c: Likewise.
51990         * math/w_lgamma_r.c: Likewise.
51991         * math/w_lgammaf.c: Likewise.
51992         * math/w_lgammaf_r.c: Likewise.
51993         * math/w_lgammal.c: Likewise.
51994         * math/w_lgammal_r.c: Likewise.
51995         * math/w_sinh.c: Likewise.
51996         * math/w_sinhf.c: Likewise.
51997         * math/w_sinhl.c: Likewise.
51998         * math/w_tgamma.c: Likewise.
51999         * math/w_tgammaf.c: Likewise.
52000         * math/w_tgammal.c: Likewise.
52001         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52002         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52003         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52004         Minor optimizations.  Pretty printing.  Remove cruft.
52005         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52006         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52007         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52008         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52009         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52010         * sysdeps/i386/fpu/e_asin.S: Likewise.
52011         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52012         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52013         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52014         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52015         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52016         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52017         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52018         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52019         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52020         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52021         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52022         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52023         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52024         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52025         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52026         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52027         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52028         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52029         * sysdeps/i386/fpu/e_log.S: Likewise.
52030         * sysdeps/i386/fpu/e_log10.S: Likewise.
52031         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52032         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52033         * sysdeps/i386/fpu/e_log2.S: Likewise.
52034         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52035         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52036         * sysdeps/i386/fpu/e_logf.S: Likewise.
52037         * sysdeps/i386/fpu/e_logl.S: Likewise.
52038         * sysdeps/i386/fpu/e_pow.S: Likewise.
52039         * sysdeps/i386/fpu/e_powf.S: Likewise.
52040         * sysdeps/i386/fpu/e_powl.S: Likewise.
52041         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52042         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52043         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52044         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52045         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52046         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52047         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52048         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52049         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52050         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52051         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52052         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52053         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52054         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52055         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52056         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52057         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52058         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52059         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52060         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52061         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52062         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52063         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52064         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52065         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52066         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52067         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52068         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52069         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52070         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52071         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52072         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52073         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52074         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52075         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52076         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52077         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52078         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52079         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52080         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52081         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52082         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52083         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52084         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52085         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52086         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52087         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52088         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52089         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52090         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52091         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52092         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52093         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52094         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52095         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52096         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52097         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52098         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52099         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52100         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52101         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52102         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52103         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52104         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52105         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52106         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52107         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52108         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52109         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52110         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52111         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52112         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52113         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52114         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52115         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52116         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52117         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52118         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52119         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52120         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52121         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52122         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52123         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52124         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52125         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52126         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52127         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52128         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52129         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52130         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52131         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52132         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52133         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52134         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52135         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52136         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52137         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52138         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52139         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52140         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52141         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52142         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52143         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52144         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52145         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52146         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52147         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52148         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52149         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52150         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52151         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52152         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52153         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52154         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52155         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52156         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52157         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52158         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52159         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52160         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52161         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52162         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52163         (__isnanf): Likewise.
52164         (__isinf_ns): Likewise.
52165         (__isinf_nsf): Likewise.
52166         (__finite): Likewise.
52167         (__finitef): Likewise.
52168         (__ieee754_sqrt): Define as macro.
52169         (__ieee754_sqrtf): Define as macro.
52170         (__ieee754_sqrtl): Define as macro.
52171         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52172         inlined copy.
52173         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52174         __FINITE_MATH_ONLY__ consistent.
52175         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52177 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52179         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52180         of rawmemchr.
52182         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52184 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52186         * po/ja.po: Update from translation team.
52188 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52190         * locale/programs/locarchive.c (prepare_address_space): New function.
52191         (create_archive, enlarge_archive, open_archive): Use it.
52193         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52194         inside [SHARED], where it is used.
52196         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52198         * nss/getent.c (netgroup_keys): Remove unused variable.
52199         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52201 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52203         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52204         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52205         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52206         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52207         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52208         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52209         * math/Makefile (libm-calls): Add s_isinf_ns.
52210         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52211         * math/multc3.c: Likewise.
52212         * math/s_casin.c: Likewise.
52213         * math/s_casinf.c: Likewise.
52214         * math/s_casinl.c: Likewise.
52215         * math/s_ccos.c: Likewise.
52216         * math/s_ccosf.c: Likewise.
52217         * math/s_ccosl.c: Likewise.
52218         * math/s_ctan.c: Likewise.
52219         * math/s_ctanf.c: Likewise.
52220         * math/s_ctanh.c: Likewise.
52221         * math/s_ctanhf.c: Likewise.
52222         * math/s_ctanhl.c: Likewise.
52223         * math/s_ctanl.c: Likewise.
52224         * math/w_fmod.c: Likewise.
52225         * math/w_fmodf.c: Likewise.
52226         * math/w_fmodl.c: Likewise.
52227         * math/w_remainder.c: Likewise.
52228         * math/w_remainderf.c: Likewise.
52229         * math/w_remainderl.c: Likewise.
52230         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52231         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52232         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52233         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52234         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52235         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52236         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52237         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52239         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52240         of the number.
52241         * stdio-common/printf_fphex.c: Likewise.
52242         * stdio-common/printf_size.c: Likewise.
52244         * math/e_exp10.c: Include math_private.h using <...> not "...".
52245         * math/e_exp10f.c: Likewise.
52246         * math/e_exp10l.c: Likewise.
52247         * math/e_exp2l.c: Likewise.
52248         * math/e_j0l.c: Likewise.
52249         * math/e_j1l.c: Likewise.
52250         * math/e_jnl.c: Likewise.
52251         * math/e_lgammal_r.c: Likewise.
52252         * math/e_rem_pio2l.c: Likewise.
52253         * math/e_scalb.c: Likewise.
52254         * math/e_scalbf.c: Likewise.
52255         * math/e_scalbl.c: Likewise.
52256         * math/k_cosl.c: Likewise.
52257         * math/k_sinl.c: Likewise.
52258         * math/k_tanl.c: Likewise.
52259         * math/s_cacoshf.c: Likewise.
52260         * math/s_catan.c: Likewise.
52261         * math/s_catanf.c: Likewise.
52262         * math/s_catanh.c: Likewise.
52263         * math/s_catanhf.c: Likewise.
52264         * math/s_catanhl.c: Likewise.
52265         * math/s_catanl.c: Likewise.
52266         * math/s_ccosh.c: Likewise.
52267         * math/s_ccoshf.c: Likewise.
52268         * math/s_ccoshl.c: Likewise.
52269         * math/s_cexp.c: Likewise.
52270         * math/s_cexpf.c: Likewise.
52271         * math/s_cexpl.c: Likewise.
52272         * math/s_clog.c: Likewise.
52273         * math/s_clog10.c: Likewise.
52274         * math/s_clog10f.c: Likewise.
52275         * math/s_clog10l.c: Likewise.
52276         * math/s_clogf.c: Likewise.
52277         * math/s_clogl.c: Likewise.
52278         * math/s_csin.c: Likewise.
52279         * math/s_csinf.c: Likewise.
52280         * math/s_csinh.c: Likewise.
52281         * math/s_csinhf.c: Likewise.
52282         * math/s_csinhl.c: Likewise.
52283         * math/s_csinl.c: Likewise.
52284         * math/s_csqrt.c: Likewise.
52285         * math/s_csqrtf.c: Likewise.
52286         * math/s_csqrtl.c: Likewise.
52287         * math/s_ctan.c: Likewise.
52288         * math/s_ctanf.c: Likewise.
52289         * math/s_ctanh.c: Likewise.
52290         * math/s_ctanhf.c: Likewise.
52291         * math/s_ctanhl.c: Likewise.
52292         * math/s_ctanl.c: Likewise.
52293         * math/s_ldexp.c: Likewise.
52294         * math/s_ldexpf.c: Likewise.
52295         * math/s_ldexpl.c: Likewise.
52296         * math/s_significand.c: Likewise.
52297         * math/s_significandf.c: Likewise.
52298         * math/s_significandl.c: Likewise.
52299         * math/w_acos.c: Likewise.
52300         * math/w_acosf.c: Likewise.
52301         * math/w_acosh.c: Likewise.
52302         * math/w_acoshf.c: Likewise.
52303         * math/w_acoshl.c: Likewise.
52304         * math/w_acosl.c: Likewise.
52305         * math/w_asin.c: Likewise.
52306         * math/w_asinf.c: Likewise.
52307         * math/w_asinl.c: Likewise.
52308         * math/w_atan2.c: Likewise.
52309         * math/w_atan2f.c: Likewise.
52310         * math/w_atan2l.c: Likewise.
52311         * math/w_atanh.c: Likewise.
52312         * math/w_atanhf.c: Likewise.
52313         * math/w_atanhl.c: Likewise.
52314         * math/w_cosh.c: Likewise.
52315         * math/w_coshf.c: Likewise.
52316         * math/w_coshl.c: Likewise.
52317         * math/w_dremf.c: Likewise.
52318         * math/w_exp10.c: Likewise.
52319         * math/w_exp10f.c: Likewise.
52320         * math/w_exp10l.c: Likewise.
52321         * math/w_exp2.c: Likewise.
52322         * math/w_exp2f.c: Likewise.
52323         * math/w_fmod.c: Likewise.
52324         * math/w_fmodf.c: Likewise.
52325         * math/w_fmodl.c: Likewise.
52326         * math/w_hypot.c: Likewise.
52327         * math/w_hypotf.c: Likewise.
52328         * math/w_hypotl.c: Likewise.
52329         * math/w_j0.c: Likewise.
52330         * math/w_j0f.c: Likewise.
52331         * math/w_j0l.c: Likewise.
52332         * math/w_j1.c: Likewise.
52333         * math/w_j1f.c: Likewise.
52334         * math/w_j1l.c: Likewise.
52335         * math/w_jn.c: Likewise.
52336         * math/w_jnf.c: Likewise.
52337         * math/w_jnl.c: Likewise.
52338         * math/w_lgamma.c: Likewise.
52339         * math/w_lgamma_r.c: Likewise.
52340         * math/w_lgammaf.c: Likewise.
52341         * math/w_lgammaf_r.c: Likewise.
52342         * math/w_lgammal.c: Likewise.
52343         * math/w_lgammal_r.c: Likewise.
52344         * math/w_log.c: Likewise.
52345         * math/w_log10.c: Likewise.
52346         * math/w_log10f.c: Likewise.
52347         * math/w_log10l.c: Likewise.
52348         * math/w_log2.c: Likewise.
52349         * math/w_log2f.c: Likewise.
52350         * math/w_log2l.c: Likewise.
52351         * math/w_logf.c: Likewise.
52352         * math/w_logl.c: Likewise.
52353         * math/w_pow.c: Likewise.
52354         * math/w_powf.c: Likewise.
52355         * math/w_powl.c: Likewise.
52356         * math/w_remainder.c: Likewise.
52357         * math/w_remainderf.c: Likewise.
52358         * math/w_remainderl.c: Likewise.
52359         * math/w_scalb.c: Likewise.
52360         * math/w_scalbf.c: Likewise.
52361         * math/w_scalbl.c: Likewise.
52362         * math/w_sinh.c: Likewise.
52363         * math/w_sinhf.c: Likewise.
52364         * math/w_sinhl.c: Likewise.
52365         * math/w_sqrt.c: Likewise.
52366         * math/w_sqrtf.c: Likewise.
52367         * math/w_sqrtl.c: Likewise.
52368         * math/w_tgamma.c: Likewise.
52369         * math/w_tgammaf.c: Likewise.
52370         * math/w_tgammal.c: Likewise.
52372         * po/ja.po: Update from translation team.
52374 2011-09-29  Andreas Jaeger  <aj@suse.de>
52376         [BZ #13179]
52377         * sunrpc/netname.c (netname2host): Fix logic.
52379         [BZ #6779]
52380         [BZ #6783]
52381         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52382         correctly.
52383         * math/w_remainder.c (__remainder): Likewise.
52384         * math/w_remainderf.c (__remainderf): Likewise.
52385         * math/libm-test.inc (remainder_test): Add test cases.
52387 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52389         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52390         sdiv_qrnnd.
52392 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52394         * string/test-memcmp.c: Avoid unncessary #defines.
52395         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52397 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52399         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52400         Use new sse2 version for core i3 - i7 as it's faster
52401         than sse42 version.
52402         (bit_Prefer_PMINUB_for_stringop): New.
52403         * sysdeps/x86_64/rawmemchr.S: Update.
52404         Replace with faster SSE2 version.
52405         * sysdeps/x86_64/memrchr.S: New file.
52406         * sysdeps/x86_64/memchr.S: Update.
52407         Replace with faster SSE2 version.
52409 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52411         * elf/dl-load.c (lose): Add cast to avoid warning.
52413 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52415         * po/ca.po: Update from translation team.
52417         * inet/getnetgrent_r.c: Hook up nscd.
52418         * nscd/Makefile (routines): Add nscd_netgroup.
52419         (nscd-modules): Add netgroupcache.
52420         (CFLAGS-netgroupcache.c): Define.
52421         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52422         (cache_search): Add const to second parameter.
52423         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52424         INNETGR.
52425         (dbs): Add netgrdb entry.
52426         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52427         (verify_persistent_db): Handle netgrdb.
52428         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52429         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52430         GETFDNETGR.
52431         (netgroup_response_header): Define.
52432         (innetgroup_response_header): Define.
52433         (datahead): Add netgroup_response_header and innetgroup_response_header
52434         elements.
52435         * nscd/nscd.conf: Add entries for netgroup cache.
52436         * nscd/nscd.h (dbtype): Add netgrdb.
52437         (_PATH_NSCD_NETGROUP_DB): Define.
52438         (netgroup_iov_disabled): Declare.
52439         (xmalloc, xcalloc, xrealloc): Move declarations here.
52440         (cache_search): Adjust prototype.
52441         Add netgroup-related prototypes.
52442         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52443         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52444         (__nscd_innetgr): Declare.
52445         * nscd/selinux.c (perms): Use access_vector_t as element type and
52446         add netgroup-related initializers.
52447         * nscd/netgroupcache.c: New file.
52448         * nscd/nscd_netgroup.c: New file.
52449         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52450         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52451         For four parameters use innetgr.
52452         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52453         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52454         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52455         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52457         * nscd/connections.c (register_traced_file): Don't register file
52458         for disabled databases.
52460 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52462         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52464         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52465         from tree and freeing node.
52467 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52469         * nss/nsswitch.c (__nss_database_lookup): Handle
52470         nss_parse_service_list out of memory case.
52472 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52474         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52475         out of memory case.
52477 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52479         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52480         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52481         pass it down.
52482         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52483         elf_machine_rela, elf_machine_lazy_rel.
52484         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52485         (ELF_DYNAMIC_DO_REL): Likewise.
52486         (ELF_DYNAMIC_DO_RELA): Likewise.
52487         (ELF_DYNAMIC_RELOCATE): Likewise.
52488         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52489         to ELF_DYNAMIC_DO_REL.
52490         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52491         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52492         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52493         elf_machine_rela.
52494         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52495         skip_ifunc, don't call ifunc function if non-zero.
52496         (elf_machine_rela): Likewise.
52497         (elf_machine_lazy_rel): Likewise.
52498         (elf_machine_lazy_rela): Likewise.
52499         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52500         (elf_machine_lazy_rel): Likewise.
52501         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52502         Likewise.
52503         (elf_machine_lazy_rel): Likewise.
52504         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52505         Likewise.
52506         (elf_machine_lazy_rel): Likewise.
52507         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52508         (elf_machine_lazy_rel): Likewise.
52509         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52510         (elf_machine_lazy_rel): Likewise.
52511         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52512         (elf_machine_lazy_rel): Likewise.
52513         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52514         (elf_machine_lazy_rel): Likewise.
52515         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52516         (elf_machine_lazy_rel): Likewise.
52517         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52518         (elf_machine_lazy_rel): Likewise.
52520 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52522         * nss/nss_files/files-init.c (_nss_files_init): Use static
52523         initialization for all the *_traced_file variables.
52525 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52527         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52529 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52531         [BZ #13226]
52532         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52534 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52536         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52537         Reread the line before reparsing it.
52539 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52541         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52543 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52544             Maxim Kuvyrkov  <maxim@codesourcery.com>
52545             Joseph Myers  <joseph@codesourcery.com>
52547         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52548         if needed for __stack_chk_guard.
52550 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52552         * sysdeps/posix/spawni.c (script_execute): Always define it.
52553         It will be optimized away if unused.
52554         (maybe_script_execute): New function.
52555         (__spawni): Call it.
52557         * Makerules: Don't include tls.make.
52558         (config-tls): Always set to thread.
52559         * tls.make.c: File removed.
52561 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52563         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52564         * config.make.in (CPPFLAGS-config): New substituted variable.
52566 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52568         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52570         [BZ #13192]
52571         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52572         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52574 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52576         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52577         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52578         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52579         (CALL_FAIL): Likewise.
52580         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52581         (CALL_FAIL): Macro removed.
52582         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52584 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52586         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52587         for __FINITE_MATH_ONLY__ == 1.
52589 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52591         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52592         __ieee754_sqrt instead of sqrt.
52593         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52594         __ieee754_sqrtf instead of sqrtf.
52595         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52596         __floorf instead of floorf.
52597         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52598         __floorf, __truncf instead of floorf, truncf.
52600 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52602         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52604         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52605         __extern_always_inline.
52606         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52607         32-bit.
52609 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52611         * elf/rtld.c (dl_main): Also relocate in dependency order when
52612         doing symbol dependency testing.
52614 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52616         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52617         Always define `refsym'.
52619 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52621         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52622         (__FD_ELT): Renamed from __FDELT.
52623         * misc/bits/select2.h (__FD_ELT): Likewise.
52624         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52625         __FD_MASK instead of __FDELT, __FDMASK.
52626         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52627         Likewise.
52628         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52629         Likewise.
52631         * elf/Makefile (gen-ldd): Fix pattern.
52633         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52634         (init_tls): Likewise.
52636 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52638         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52640 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52642         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52643         `struct cmsghdr *' instead of `void *'.
52644         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52645         Likewise.
52647 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52649         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52650         if non-absolute.
52651         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52652         ldd_rewrite_script.
52654 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52656         * configure.in: Remove --with-tls option.
52657         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52658         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52659         out in case it is missing.
52660         * sysdeps/ia64/elf/configure.in: Likewise.
52661         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52662         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52663         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52664         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52665         * sysdeps/sh/elf/configure.in: Likewise.
52666         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52667         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52668         * sysdeps/x86_64/elf/configure.in: Likewise.
52669         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52670         * sysdeps/mach/hurd/tls.h: Likewise.
52672         [BZ #13067]
52673         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52675         [BZ #13090]
52676         * configure.in: Fix use of AC_INIT.
52678         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52680 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52682         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52683         __set_errno.
52684         * malloc/hooks.c: Likewise.
52686         [BZ #11929]
52687         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52688         variables statically.
52689         (narenas): Initialize.
52690         (list_lock): Initialize.
52691         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52692         initializtion of main_arena and list_lock.  Small cleanups.
52693         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52694         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52695         Add initializers to main_arena and mp_.
52696         (malloc_state): Remove pagesize member.  Change all users to use
52697         GLRO(dl_pagesize).
52699         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52700         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52701         is always initialized.
52703         * malloc/malloc.c: Removed unused configurations and dead code.
52704         * malloc/arena.c: Likewise.
52705         * malloc/hooks.c: Likewise.
52706         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52708         * include/tls.h: Removed.  USE___THREAD must always be defined.
52709         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52710         * elf/dl-libc.c: Likewise.
52711         * elf/dl-tsd.c: Likewise.
52712         * include/errno.h: Likewise.
52713         * include/netdb.h: Likewise.
52714         * include/resolv.h: Likewise.
52715         * inet/herrno-loc.c: Likewise.
52716         * inet/herrno.c: Likewise.
52717         * malloc/arena.c: Likewise.
52718         * malloc/hooks.c: Likewise.
52719         * malloc/malloc.c: Likewise.
52720         * resolv/res-state.c: Likewise.
52721         * resolv/res_libc.c: Likewise.
52722         * sysdeps/i386/dl-machine.h: Likewise.
52723         * sysdeps/ia64/dl-machine.h: Likewise.
52724         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52725         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52726         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52727         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52728         * sysdeps/sh/dl-machine.h: Likewise.
52729         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52730         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52731         * sysdeps/unix/i386/sysdep.S: Likewise.
52732         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52733         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52734         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52735         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52736         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52737         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52738         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52739         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52740         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52741         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52742         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52743         * sysdeps/x86_64/dl-machine.h: Likewise.
52744         * tls.make.c: Likewise.
52746         * configure.in: Remove --with-__thread option.  Make tests for
52747         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52748         tls_model attribute fail if no support is available.  Remove
52749         USE_IN_LIBIO.
52750         * Makeconfig: Adjust for dropped configure option.  All features are
52751         now mandatory.
52752         * Makerules: Likewise.
52753         * Versions.def: Likewise.
52754         * argp/argp-fmtstream.c: Likewise.
52755         * argp/argp-fmtstream.h: Likewise.
52756         * argp/argp-help.c: Likewise.
52757         * assert/assert.c: Likewise.
52758         * config.h.in: Likewise.
52759         * config.make.in: Likewise.
52760         * configure: Likewise.
52761         * configure.in: Likewise.
52762         * csu/Versions: Likewise.
52763         * csu/init.c: Likewise.
52764         * elf/tst-audit2.c: Likewise.
52765         * elf/tst-tls10.c: Likewise.
52766         * elf/tst-tls10.h: Likewise.
52767         * elf/tst-tls11.c: Likewise.
52768         * elf/tst-tls12.c: Likewise.
52769         * elf/tst-tls14.c: Likewise.
52770         * elf/tst-tlsmod11.c: Likewise.
52771         * elf/tst-tlsmod12.c: Likewise.
52772         * elf/tst-tlsmod13.c: Likewise.
52773         * elf/tst-tlsmod13a.c: Likewise.
52774         * elf/tst-tlsmod14a.c: Likewise.
52775         * elf/tst-tlsmod15b.c: Likewise.
52776         * elf/tst-tlsmod16a.c: Likewise.
52777         * elf/tst-tlsmod16b.c: Likewise.
52778         * elf/tst-tlsmod7.c: Likewise.
52779         * elf/tst-tlsmod8.c: Likewise.
52780         * elf/tst-tlsmod9.c: Likewise.
52781         * gmon/gmon.c: Likewise.
52782         * grp/fgetgrent_r.c: Likewise.
52783         * grp/putgrent.c: Likewise.
52784         * hurd/fopenport.c: Likewise.
52785         * include/libc-symbols.h: Likewise.
52786         * include/tls.h: Likewise.
52787         * intl/gettextP.h: Likewise.
52788         * intl/loadinfo.h: Likewise.
52789         * locale/global-locale.c: Likewise.
52790         * locale/localeinfo.h: Likewise.
52791         * mach/devstream.c: Likewise.
52792         * malloc/arena.c: Likewise.
52793         * malloc/set-freeres.c: Likewise.
52794         * misc/err.c: Likewise.
52795         * misc/getttyent.c: Likewise.
52796         * misc/mntent_r.c: Likewise.
52797         * posix/getopt.c: Likewise.
52798         * posix/wordexp.c: Likewise.
52799         * pwd/fgetpwent_r.c: Likewise.
52800         * resolv/Versions: Likewise.
52801         * resolv/res_hconf.c: Likewise.
52802         * shadow/fgetspent_r.c: Likewise.
52803         * shadow/putspent.c: Likewise.
52804         * stdio-common/printf_fphex.c: Likewise.
52805         * stdio-common/tmpfile.c: Likewise.
52806         * stdlib/abort.c: Likewise.
52807         * stdlib/fmtmsg.c: Likewise.
52808         * sunrpc/auth_unix.c: Likewise.
52809         * sunrpc/clnt_perr.c: Likewise.
52810         * sunrpc/clnt_tcp.c: Likewise.
52811         * sunrpc/clnt_udp.c: Likewise.
52812         * sunrpc/clnt_unix.c: Likewise.
52813         * sunrpc/openchild.c: Likewise.
52814         * sunrpc/svc_simple.c: Likewise.
52815         * sunrpc/svc_tcp.c: Likewise.
52816         * sunrpc/svc_udp.c: Likewise.
52817         * sunrpc/svc_unix.c: Likewise.
52818         * sunrpc/xdr.c: Likewise.
52819         * sunrpc/xdr_array.c: Likewise.
52820         * sunrpc/xdr_rec.c: Likewise.
52821         * sunrpc/xdr_ref.c: Likewise.
52822         * sunrpc/xdr_stdio.c: Likewise.
52824 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52826         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52828 2011-07-03  Andreas Jaeger  <aj@suse.de>
52830         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52831         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52832         regenerate with gen-libm-tests.pl.
52834 2010-05-12  Petr Baudis  <pasky@suse.cz>
52836         [BZ #11589]
52837         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52838         around j0() zero points by switching to j1().
52839         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52840         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52841         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52842         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52844 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52846         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52847         instead of 0.
52848         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52849         instead of 0.
52850         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52851         Patch in part by Pavel Roskin <proski@gnu.org>.
52853         [BZ #13138]
52854         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52855         realloc.
52856         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52857         Free memory block if necessary.
52859         [BZ #12847]
52860         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52861         be NULL.  Don't lock in this case.
52863 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52865         * elf/elf.h (ELFOSABI_GNU): New macro.
52866         (ELFOSABI_LINUX): Define to that.
52868 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52870         * string/strncat.c (strncat): Undef the symbol in case it has been
52871         defined in bits/string.h.
52873 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52875         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52877         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52878         link map.
52880 2011-08-17  Andreas Jaeger  <aj@suse.de>
52882         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52884 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52885             Ian Lance Taylor  <iant@google.com>
52887         * math/libm-test.inc (lround_test): New testcase.
52888         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52890 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52892         * Makefile: Remove support for automatic cvs check-ins.
52893         * Makerules: Likewise.
52894         * config.make.in: Likewise.
52895         * configure.in: Likewise.
52896         * intl/Makefile: Likewise.
52897         * locale/Makefile: Likewise.
52898         * po/Makefile: Likewise.
52899         * posix/Makefile: Likewise.
52900         * sysdeps/gnu/Makefile: Likewise.
52901         * sysdeps/mach/hurd/Makefile: Likewise.
52902         * sysdeps/sparc/sparc32/Makefile: Likewise.
52904         [BZ #13118]
52905         * posix/Makefile (bug-regex32-ENV): Define.
52906         Patch by John Stanley <jpsinthemix@verizon.net>.
52908         * misc/Makefile (headers): Add bits/select2.h.
52909         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52910         * misc/bits/select2.h: New file.
52911         * include/bits/select2.h: New file.
52912         * debug/Makefile (routines): Add fdelt_chk.
52913         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52914         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52915         FD_ISSET.
52916         * debug/fdelt_chk.c: New file.
52918         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52919         * wcsmbs/test-wmemcmp.c: Likewise.
52920         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52921         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52923 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52925         * string/Makefile (strop-tests): Add memcmp.
52926         * string/test-wmemcmp.c: New file.
52927         * string/test-memcmp.c: Add wmemcmp support.
52929 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52931         [BZ #13153]
52932         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52933         2011-07-19 change.
52935         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52936         garbage value in a __mach_port_mod_refs call in the cases of the
52937         task-self and thread-self ports.
52939 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52941         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52943 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52945         * elf/dl-load.c (lose): Check for non-null L.
52947 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52949         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52951         * elf/dl-libc.c (dlerror_run): Pass back error code from
52952         dl_catch_error.
52954         [BZ #13123]
52955         * elf/dl-load.c (lose): Free l_origin if it is valid.
52957         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52958         names.
52959         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52960         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52961         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52962         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52963         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52964         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52966 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52968         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52969         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52970         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52971         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52972         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52973         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52974         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52975         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52976         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52977         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52979 2011-08-15  Alan Modra  <amodra@gmail.com>
52981         [BZ #13092]
52982         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52983         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52984         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52985         ppc_mcount to static-only-routines.
52986         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52987         __mcount_internal.
52988         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52989         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52991 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52993         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52994         for finite and infinity parameters.
52996 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52998         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52999         and add nop instructions for throughput optimization.
53000         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53002 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53004         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53005         aligned copy for power7 with vector-scalar instructions.
53006         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53008 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53010         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53011         AVX check.
53013 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53015         [BZ #13144]
53016         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53017         last change.
53019 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53021         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53022         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53023         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53024         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53025         clock_gettime.
53027 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53029         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53030         Forgot to demangle the pointer.
53032         * sysdeps/i386/sysdep.h: Define atom_text_section.
53033         * sysdeps/x86_64/sysdep.h: Likewise.
53034         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53035         section with atom_text_section.
53036         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53037         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53038         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53039         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53040         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53042         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53043         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53044         already be defined.  Change to take two parameters and don't assign
53045         result to variable.  Adjust all users.
53046         Define INTERNAL_GETTIME if not already defined.
53047         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53048         call.
53049         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53050         HAVE_CLOCK_GETTIME_VSYSCALL.
53051         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53053         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53054         gettimeofday vsyscall, just use time.
53056 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53058         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53059         <errno.h>.
53061 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53063         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53064         syscall on x86-64.
53065         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53066         syscall.
53067         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53068         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53069         syscall if possible.
53071 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53073         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53074         e_ident.  Don't pass to find_mapsXX.
53075         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53077 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53079         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53080         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53081         * sysdeps/x86_64/multiarch/strchr.S: Update.
53082         Check bit_slow_BSF bit.
53083         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53084         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53085         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53087 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53089         [BZ #13134]
53090         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53091         before glibc 2.15.
53092         (tryshell): Define.
53093         (__spawni): Change last parameter to be flag.  Test
53094         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53095         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53096         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53097         * posix/spawni.c: Likewise.
53098         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53099         * posix/spawnp.c: Likewise.  Change normal version to use
53100         SPAWN_XFLAGS_USE_PATH.
53101         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53102         SPAWN_XFLAGS_TRY_SHELL.
53104         [BZ #13150]
53105         * posix/glob.h: Remove gcc 1.x support.
53107         [BZ #13068]
53108         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53110 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53112         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53113         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53114         strrchr-sse2-bsf
53115         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53116         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53117         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53118         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53119         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53120         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53122 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53124         * sysdeps/x86_64/wcscmp.S: New file.
53126         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53127         wcscmp-c wcscmp-sse2
53128         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53129         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53130         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53131         * wcsmbs/wcscmp.c: Allow renaming.
53133 2011-09-05  David S. Miller  <davem@davemloft.net>
53135         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53136         stack slot, rather than the struct return pointer slot.
53137         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53138         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53140         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53142 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53144         * po/ja.po: Update from translation team.
53146         [BZ #13144]
53147         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53148         kernel in 64-bit binaries.
53150 2011-09-01  David S. Miller  <davem@davemloft.net>
53152         * elf/elf.h (HWCAP_SPARC_*): Move to..
53153         * sysdeps/sparc/sysdep.h: this new file and add new values.
53154         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53155         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53156         _DL_HWCAP_COUNT to 24.
53157         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53158         entries.
53159         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53160         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53161         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53162         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53163         instead of magic constants.
53164         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53166 2011-08-31  David S. Miller  <davem@davemloft.net>
53168         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53169         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53170         Reimplement to do errno handling inline.
53171         (SYSCALL_ERROR_HANDLER): New macro.
53172         (__SYSCALL_STRING): Do not do errno handling in asm.
53173         (__CLONE_SYSCALL_STRING): Delete.
53174         (__INTERNAL_SYSCALL_STRING): Delete.
53175         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53176         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53177         (PSEUDO): Reimplement to do errno handling inline.
53178         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53179         (SYSCALL_ERROR_HANDLER): New macro.
53180         (__SYSCALL_STRING): Do not do errno handling in asm.
53181         (__CLONE_SYSCALL_STRING): Delete.
53182         (__INTERNAL_SYSCALL_STRING): Delete.
53183         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53184         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53185         i386.
53186         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53187         (inline_syscall*): Add 'err' argument.
53188         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53189         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53190         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53191         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53193         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53194         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53196 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53198         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53200 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53202         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53203         directive.
53205 2011-08-24  David S. Miller  <davem@davemloft.net>
53207         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53209 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53211         * elf/Makefile: Add rules to build and run unload8 test.
53212         * elf/unload8.c: New file.
53213         * elf/unload8mod1.c: New file.
53214         * elf/unload8mod1x.c: New file.
53215         * elf/unload8mod2.c: New file.
53216         * elf/unload8mod3.c: New file.
53218         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53219         it wasn't used.
53221 2011-08-23  David S. Miller  <davem@davemloft.net>
53223         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53224         subtract stack bias.
53225         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53226         %sp not %fp in calculations.
53227         (_JMPBUF_UNWINDS_ADJ): Likewise.
53229         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53230         (aio_suspend): Call it to force an exception region around the
53231         AIO_MISC_WAIT() invocation.
53233 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53235         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53236         backslash.
53238 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53240         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53241         protection macro.
53242         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53243         and <dl-machine.h>.
53244         (Elf64_FuncDesc): Remove.
53246 2011-08-22  David S. Miller  <davem@davemloft.net>
53248         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53249         sigaltstack check, add missing cfi directives.
53250         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53251         missing cfi directives, and sigaltstack handling.
53253 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53255         [BZ #11724]
53256         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53257         object is seen twice.
53258         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53260         * elf/Makefile (distribute): Add tst-initorder2.c.
53261         (tests): Add tst-initorder2.
53262         (modules-names): Add tst-initorder2a tst-initorder2b
53263         tst-initorder2c tst-initorder2d.  Add rules to build them.
53264         ($(objpfx)tst-initorder2.out): New rule.
53265         * elf/tst-initorder2.c: New file.
53266         * elf/tst-initorder2.exp: New file.
53268 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53270         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53272         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53273         dependencies back to end of function.
53275         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53276         $(elfobjdir)/ld.so.
53278 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53280         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53281         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53282         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53283         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53284         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53285         of __vdso_gettimeofday.
53286         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53287         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53288         attribute_hidden.
53289         (_libc_vdso_platform_setup): Remove initialization of
53290         __vdso_gettimeofday and __vdso_time.
53292 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53294         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53295         and fgetc_unlocked.
53296         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53297         getc_unlocked.
53299         * elf/dl-open.c (add_to_global): Report additions to the global scope
53300         for LD_DEBUG=scopes.
53301         (dl_open_worker): Also print scope of newly loaded dependencies.
53302         (_dl_show_scope): Indicate if there is no scope.
53304         [BZ #13114]
53305         * stdio-common/Makefile (tests): Add bug24.
53306         * stdio-common/bug24.c: New file.
53308 2011-08-19  Andreas Jaeger  <aj@suse.de>
53310         [BZ #13114]
53311         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53312         non-existant file when using close-on-exec mode.
53314 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53316         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53317         the very first instruction.
53319         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53320         the CFI state in the end.
53321         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53322         inclusion of dl-trampoline.h.
53323         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53325 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53327         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53328         expectations for long double.
53330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53331         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53333 2011-08-14  David S. Miller  <davem@davemloft.net>
53335         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53336         artificual limit depends upon the system page size.
53338 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53340         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53341         * resolv/Makefile: Define CFLAGS-libresolv.
53343 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53345         * nss/makedb.c (compute_tables): Make variables used in nested
53346         function static.
53348 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53350         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53351         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53352         if buffer was too small.
53354         * elf/pldd.c (main): Attach to all threads in the process.
53355         Rewrite /proc handling to use *at functions.
53357 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53359         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53360         specifies first scope to show.
53361         (dl_open_worker): Update callers.  Move printing scope of new
53362         object to before the relocation.
53363         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53364         * sysdeps/generic/ldsodefs.h: Update declaration.
53366         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53367         string for the scope number.
53369 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53371         * nscd/servicescache.c (cache_addserv): Make sure written is always
53372         initialized.
53374 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53376         * sysdeps/i386/i486/bits/atomic.h
53377         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53378         statement expression, so as to suppress "set but not used" warning.
53379         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53381         * string/strncat.c (STRNCAT): Use prototype definition.
53383         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53384         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53385         -Iprograms here.
53386         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53387         (localedef-modules): Add localedef.
53388         (locale-modules): Add locale.
53390         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53391         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53392         to avoid a warning.
53394 2011-08-14  David S. Miller  <davem@davemloft.net>
53396         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53397         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53399 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53401         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53402         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53403         * elf/rtld.c (dl_main): Set l_name of vDSO.
53404         Call _dl_show_scope when DL_DEBUG_SCOPES.
53405         (process_dl_debug): Recognize scopes flag and also set it for all.
53406         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53407         Declare _dl_show_scope.
53409         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53410         (do_dlopen): Pass caller_dlopen to dl_open.
53411         (__libc_dlopen_mode): Initialize caller_dlopen.
53413         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53414         of libc.  Make tolower call locale-independent.  Optimize a bit by
53415         using isdigit instead of isalnum.
53416         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53418 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53420         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53421         was a dependency or dynamically loaded.
53423 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53425         * intl/l10nflist.c: Allow architecture-specific pop function.
53426         * sysdeps/x86_64/l10nflist.c: New file.
53428         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53429         classification.
53431 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53433         * include/dirent.h: Add libc_hidden_proto for scandirat and
53434         scandirat64.  Don't declare __scandirat64.
53435         * dirent/scandirat.c: Add libc_hidden_def.
53436         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53437         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53439 2011-08-10  David S. Miller  <davem@davemloft.net>
53441         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53442         enum.
53443         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53444         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53445         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53447 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53449         * Versions.def [libc]: Add GLIBC_2.15.
53450         * dirent/Makefile (routines): Add scandirat and scandirat64.
53451         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53452         GLIBC_2.15.
53453         * dirent/dirent.h: Declare scandirat and scandirat64.
53454         * dirent/scandirat.c: New file.
53455         * dirent/scandirat64.c: New file.
53456         * sysdeps/wordsize-64/scandirat.c: New file.
53457         * sysdeps/wordsize-64/scandirat64.c: New file.
53458         * dirent/opendir.c: Define opendirat.
53459         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53460         using scandirat.
53461         * dirent/scandir64.c: Adjust for scandir.c change.
53462         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53463         __scandirat64, and __scandir_cancel_handler.
53464         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53465         additional parameter and use openat instead of open (outside of ld.so).
53466         Add new __opendir as wrapper around __opendirat.
53467         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53468         here without requiring old scandirat implementation.
53470 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53472         * dirent/scandir.c (cancel_handler): Renamed to
53473         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53474         defined.  Adjust users.
53475         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53476         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53478 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53480         * string/test-string.h (IMPL): Use __STRING to expand name and then
53481         stringify it.
53483         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53484         of cleanups.
53486 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53488         * string/Makefile: Update.
53489         (strop-tests): Append strncat.
53490         * string/test-wcscmp.c: New file.
53491         New comprehensive test for wcscmp.
53492         * string/test-strcmp.c: Update.
53493         (WIDE): New define.
53495 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53497         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53498         line.
53500 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53502         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53503         encoding to ACE if AI_IDN.
53505 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53507         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53508         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53510 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53512         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53513         Fix overflow bug in strncat.
53514         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53516         * string/test-strncat.c: Update.
53517         Add new tests for checking overflow bugs.
53519 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53521         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53522         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53523         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53524         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53525         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53526         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53527         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53528         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53529         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53531         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53532         (USE_AS_STRCAT): Define.
53533         Add strcat and strncat support.
53534         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53536 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53538         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53539         __n bigger than INT_MAX+1.
53540         (__strncmp_g): Likewise.
53542 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53544         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53545         * libio/stido.h: Likewise.
53547         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53548         (AF_NFC): Define.
53549         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53550         (AF_NFC): Define.
53552         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53553         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53554         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53555         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53556         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53558         [BZ #13021]
53559         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53560         installed.
53562         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53563         typo.
53564         (_dl_x86_64_save_sse): Likewise.
53566 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53568         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53569         OSXSAVE.
53570         (_dl_x86_64_save_sse): Likewise.
53572         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53574         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53576 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53578         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53579         change.
53580         (_dl_x86_64_save_sse): Use correct AVX check.
53582 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53584         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53585         bug in strncpy/strncat.
53586         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53588 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53590         * string/tester.c (test_strcat): Add tests for different alignments
53591         of source and destination.
53592         (test_strncat): Likewise.
53594 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53596         [BZ #12852]
53597         * posix/glob.c (glob): Check passed in values before using them in
53598         expressions to avoid some overflows.
53599         (glob_in_dir): Likewise.
53601         [BZ #13007]
53602         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53603         check for AVX enablement so that we don't crash with old kernels and
53604         new hardware.
53605         * elf/tst-audit4.c: Add same checks here.
53606         * elf/tst-audit6.c: Likewise.
53608         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53610 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53612         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53614 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53616         * po/cs.po: Update from translation team.
53617         * po/bg.po: Likewise.
53619 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53621         * misc/sys/cdefs.h: Add support for const attribute.
53622         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53623         to gnu_dev_{major,minor,makedev} functions.
53625 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53627         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53629 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53631         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53632         strlen results.
53634 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53636         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53637         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53638         register in order to avoid conflicts with the soft frame pointer
53639         being held in r11 when necessary.
53640         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53641         (INTERNAL_VSYSCALL_NCS): Likewise.
53643 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53645         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53646         * elf/dl-fini.c (_dl_fini): Adjust caller.
53647         * elf/dl-close.c (_dl_close_worker): Likewise.
53648         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53650 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53652         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53653         "aux_cache->nlibs < 0".
53655         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53656         in the reload-count case.
53658 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53660         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53661         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53662         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53663         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53664         * sysdeps/x86_64/multiarch/strcat.S: New file.
53665         * sysdeps/x86_64/multiarch/strncat.S: New file.
53666         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53667         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53668         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53669         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53670         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53671         (USE_AS_STRCAT): Define.
53672         Add strcat and strncat support.
53673         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53674         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53675         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53676         * string/strncat.c: Update.
53677         (USE_AS_STRNCAT): Define.
53678         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53679         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53680         and i7.
53681         * sysdeps/x86_64/multiarch/init-arch.h
53682         (bit_Prefer_PMINUB_for_stringop): New.
53683         (index_Prefer_PMINUB_for_stringop): Likewise.
53684         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53685         bit_Prefer_PMINUB_for_stringop.
53687 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53689         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53690         buffer64.
53691         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53692         of casting of buffer.
53693         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53694         buffer32 and buffer64.
53695         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53696         writes instead of casting of buffer.
53697         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53698         buffer32.
53699         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53700         casting of buffer.
53702 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53704         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53706 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53708         * nscd/nscd.c (termination_handler): Don't do anything for a database
53709         if it has not yet been initialized.
53711 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53713         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53715 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53717         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53719 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53721         * po/nl.po: Update from translation team.
53722         * po/sv.po: Likewise.
53724 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53726         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53727         now disallowed by GCC.
53729         * configure.in (use-default-link): Default to yes if a test -shared
53730         link meets our qualifications.
53731         * configure: Regenerated.
53733         * config.make.in (output-format): New variable.
53734         * configure.in: Check for ld --print-output-format support.
53735         * configure: Regenerated.
53736         * Makerules ($(common-objpfx)format.lds)
53737         [$(output-format) != unknown]: Just use $(output-format),
53738         instead of the linker-script munging.
53740 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53742         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53743         of $(common-objpfx)shlib.lds.
53744         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53746         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53747         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53749         * configure.in (-z relro check): Adjust test code to add a large
53750         writable data section after it.
53751         * configure: Regenerated.
53753 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53755         * configure.in (-z relro check): Fix test code to make the variable
53756         truly const.
53757         * configure: Regenerated.
53759 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53761         * nscd/nscd.h (struct traced_file): Define.
53762         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53763         elements.  Add traced_files.
53764         (inotify_fd): Declare.
53765         (register_traced_file): Declare.
53766         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53767         (inotify_fd): Export.
53768         (resolv_conf_descr): Remove.
53769         (nscd_init): Move inotify descriptor creation to main.
53770         Don't register files for notification here.
53771         (register_traced_file): New function.
53772         (invalidate_cache): Don't use reset_res to determine whether to call
53773         res_init, go through the list of registered files.
53774         (main_loop_poll): The inotify descriptors are now stored in the
53775         structures for the traced files.
53776         (main_loop_epoll): Likewise
53777         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53778         to __nss_disable_nscd.
53779         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53780         for a database anymore.  Check the records for all the registered
53781         files instead.
53782         * nss/Makefile (libnss_files-routines): Add files-init.
53783         (libnss_db-routines): Add db-init.
53784         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53785         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53786         * nss/nss_db/db-init.c: New file.
53787         * nss/nss_files/files-init.c: New file.
53788         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53789         __nss_lookup_function.
53790         (__nss_lookup_function): Call nss_load_library.
53791         (nss_load_all_libraries): New function.
53792         (__nss_disable_nscd): Take parameter with callback function for files
53793         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53794         used for the cached services.
53795         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53796         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53797         options for features to all the files in nscd.
53799         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53801 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53803         * csu/elf-init.c (__libc_csu_init): Comment typo.
53805 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53807         * po/pl.po: Update from translation team.
53808         * po/ja.po: Likewise.
53809         * po/ru.po: Likewise.
53810         * po/ko.po: Likewise.
53811         * po/fr.po: Likewise.
53813 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53815         * configure.in (.ctors/.dtors header and trailer check):
53816         Use an empirical test on a built program.
53817         * configure: Regenerated.
53819         * configure.in (-z relro check): Use an empirical test on a built DSO.
53820         Detect, but do not require, on ia64.
53821         * configure: Regenerated.
53823         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53824         Update tests that use readelf to use $READELF instead.
53825         * configure: Regenerated.
53827 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53829         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53830         if the result is not used.
53832 2011-07-05  Andreas Jaeger  <aj@suse.de>
53834         [BZ#9696]
53835         * stdlib/tst-strtod.c: Add testcase.
53837 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53839         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53840         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53841         The latter has a higher limit.  Take additional parameter to pass to
53842         the new function.
53843         (__pathconf): Pass file to __statfs_link_max.
53844         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53845         __statfs_link_max.
53846         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53847         __statfs_link_max.
53849         [BZ #12868]
53850         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53851         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53852         Handle Lustre.
53853         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53854         (__statfs_filesize_max): Likewise.
53855         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53857 2011-07-05  Andreas Jaeger  <aj@suse.de>
53859         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53861 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53863         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53864         `status' variable.
53865         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53866         Likewise.
53868 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53870         * Makefile (strop-tests): Add strncat.
53871         * string/test-strncat.c: New file.
53873 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53875         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53877 2011-06-21  Andreas Jaeger  <aj@suse.de>
53879         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53880         Copy rule from iconvdata/Makefile.
53882 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53884         [BZ #12922]
53885         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53886         but no long options are defined, just return 'W'.
53888 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53890         [BZ #9696]
53891         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53893 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53895         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53896         netgroups to read.
53897         (innetgr): Likewise.
53899 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53901         * config.make.in (install_root): Default to $(DESTDIR).
53903 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53905         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53907 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53909         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53911         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53912         containing directory rather than embedding absolute directory names.
53914         * scripts/check-local-headers.sh: Rewritten using awk.
53915         Match by word, not by line.  Print error messages for matches.
53916         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53918         * Makerules [shlib-lds-flags empty]:
53919         ($(common-objpfx)libc_pic.opts): New target.
53920         ($(common-objpfx)libc_pic.os.clean): New target.
53921         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53923         * config.make.in (OBJCOPY): New variable.
53924         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53925         * configure: Regenerated.
53927         * config.make.in (use-default-link): New variable.
53928         * configure.in (use_default_link): Grok --with-default-link to set it.
53929         * configure: Regenerated.
53930         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53931         (shlib-lds, shlib-lds-flags): Define to empty.
53933         * Makerules (shlib-lds): New variable.
53934         (shlib-lds-flags): New variable.
53935         (build-shlib, build-moduile, build-module-asneeded): Use it.
53936         ($(common-objpfx)libc.so): Use $(shlib-lds).
53937         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53938         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53940         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53941         DT_FLAGS/DT_FLAGS_1 with zero flags.
53943         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53944         linker script munging.
53946 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53948         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53949         as 128-bit value.
53950         * crypt/sha512.c (sha512_process_block): Perform total addition using
53951         128-bit if possible.
53952         (__sha512_finish_ctx): Likewise.
53953         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53954         as 64-bit value.
53955         * crypt/sha256.c (SWAP64): Define.
53956         (sha256_process_block): Perform total addition using 64-bit if
53957         possible.
53958         (__sha256_finish_ctx): Likewise.
53960 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53962         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53963         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53964         * nscd/hstcache.c (cache_addhst): Likewise.
53965         * nscd/grpcache.c (cache_addgr): Likewise.
53966         * nscd/aicache.c (addhstaiX): Likewise
53967         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53969 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53971         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53972         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53973         * nscd/hstcache.c (cache_addhst): Likewise.
53974         * nscd/grpcache.c (cache_addgr): Likewise.
53975         * nscd/aicache.c (addhstaiX): Likewise
53977 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53979         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53980         domain only when needed.
53982 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53984         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53985         is always restored.
53987 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53989         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53990         are re-adding the entry.
53991         * nscd/servicescache.c (cache_addserv): Likewise.
53993 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53995         * sysdeps/generic/dl-irel.h: fix protection against multiple
53996         inclusions.
53997         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53999 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54001         [BZ #12935]
54002         * malloc/memusage.sh: Fix quoting in message.
54003         * debug/xtrace.sh: Likewise.
54005         * configure.in: Remove support for --experimental-malloc option, make
54006         it the default.
54007         * config.make.in: Likewise.
54008         * malloc/Makefile: Likewise.
54010 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54012         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54013         two-byte characters.
54015 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54017         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54018         AC_CACHE_CHECK invocation.
54019         * configure: Regenerated.
54021         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54023 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54025         [BZ #12350]
54026         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54027         bit from old_res_options.
54029         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54031         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54032         value type for setfct.
54034 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54036         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54037         __gettimeofday instead of gettimeofday.
54039 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54041         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54043 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54045         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54047         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54048         info.
54050 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54052         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54053         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54054         strcpy-sse2-unaligned strncpy-sse2-unaligned
54055         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54056         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54057         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54058         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54059         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54060         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54061         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54062         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54063         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54064         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54065         (STRCPY): Support SSE2 and SSSE3 versions.
54067 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54069         [BZ #12874]
54070         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54071         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54072         kernels which artificially limit size of requests.
54074 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54076         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54077         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54078         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54079         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54080         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54081         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54082         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54083         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54084         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54085         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54086         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54087         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54088         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54089         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54090         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54091         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54092         Enable unaligned load optimization for Intel Core i3, i5 and i7
54093         processors.
54094         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54095         Define.
54096         (index_Fast_Unaligned_Load): Define.
54097         (HAS_FAST_UNALIGNED_LOAD): Define.
54099 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54101         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54103 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54105         [BZ #12907]
54106         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54107         until it is clear that the information is realy needed.
54108         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54110 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54112         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54114 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54116         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54117         /sys/devices/system/cpu/online if it is usable.
54119         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54120         reading the information from the /proc filesystem to once a second.
54122 2011-06-21  Andreas Jaeger  <aj@suse.de>
54124         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54125         NULL after inclusion of kernel headers.
54127 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54129         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54130         calls to internal_setent.
54132         [BZ #12885]
54133         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54134         addresses using gethostbyname4_r ignore IPv4 addresses.
54136         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54137         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54139         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54141 2011-06-20  David S. Miller  <davem@davemloft.net>
54143         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54144         inclusions.
54145         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54147         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54148         (elf_irel): Use it.
54149         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54150         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54151         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54152         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54153         * sysdeps/x86_64/dl-irel.h: Likewise.
54155         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54156         * elf/dl-sym.c: Likewise.
54158 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54160         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54161         need to dereference resplen2.
54163 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54165         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54167 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54169         * Makeconfig: Define vardbdir and inst_vardbdir.
54170         * nss/Makefile: Add rules to install db-Makefile.
54172         * nss/nss_db/db-XXX.c: Cleanup.
54174         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54175         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54176         GLIBC_PRIVATE.
54177         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54178         * nss/makedb.c: Implement -g option to specify that value strings
54179         are generated and should not be added to table iterated over for
54180         get*ent calls.
54181         * nss/nss_db/db-initgroups.c: New file.
54183         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54184         interface.
54186         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54187         (internal_getgrouplist): Adjust to name change.
54188         Update use_initgroups_entry if this is not the first call.
54189         * nss/databases.def: Add initgroups entry.
54191         * nss/makedb.c (compute_tables): Check result of multiple hash table
54192         sizes to minimize maximum chain length.
54194 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54196         * Versions.def: Add entry for libnss_db.
54197         * shlib-versions: Likewise.
54198         * nss/Makefile: Add rules to build libnss_db.
54199         * nss/Versions: Add libnss_db information.  Organize libnss_files
54200         entries better.
54201         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54202         makedb progra.  Some minor improvements to generate smaller files.
54203         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54204         here from...
54205         * nss/makedb.c: ...here.
54206         Improve database format to be smaller and require less memory at
54207         runtime.
54208         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54209         db anymore.
54210         * nss/nss_db/db-netgrp.c: Likewise.
54211         * nss/nss_db/db-open.c: Likewise.
54212         * nss/nss_files/flies-XXX.x: Adjust comments.
54213         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54214         * nss/nss_files/files-grp.c: Likewise.
54215         * nss/nss_files/files-hosts.c: Likewise.
54216         * nss/nss_files/files-network.c: Likewise.
54217         * nss/nss_files/files-proto.c: Likewise.
54218         * nss/nss_files/files-pwd.c: Likewise.
54219         * nss/nss_files/files-rpc.c: Likewise.
54220         * nss/nss_files/files-service.c: Likewise.
54221         * nss/nss_files/files-sgrp.c: Likewise.
54222         * nss/nss_files/files-spwd.c: Likewise.
54223         * nss/nss_db/db-alias.c: Removed.
54224         * nss/nss_db/dummy-db.h: Removed.
54226 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54228         * nss/makedb.c: Rewritten to not use database library.
54229         * nss/Makefile: Update to build new makedb program.
54231 2011-06-14  Andreas Jaeger  <aj@suse.de>
54233         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54234         memset declaration.
54236 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54238         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54239         tmpbuf.
54241 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54243         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54244         * elf/Makefile ($(objpfx)ld.so): Likewise.
54246         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54247         Don't list ld.so twice in dependencies.
54249         * posix/bug-regex31.c: Include <stdlib.h>.
54251         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54253         * nis/nss_compat/compat-spwd.c
54254         (getspent_next_nss_netgr): Remove unused variable.
54255         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54257         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54258         nonmembers" output to use the right array.
54260         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54262         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54264         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54265         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54266         * catgets/gencat.c (read_input_file): Likewise.
54267         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54269         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54270         variable definition inside #if's controlling its use.
54272         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54274         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54276         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54278         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54279         unreachable code.
54281         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54283         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54284         * configure: Regenerated.
54286         * Makerules: Revert last change.
54287         * elf/Makefile: Likewise.
54289 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54291         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54292         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54293         (reloc-link): Likewise.
54295 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54297         * elf/Makefile: Add rules to build pldd.
54298         * elf/pldd.c: New file.
54299         * elf/pldd-xx.c: New file.
54301 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54303         * version.h: Update for 2.15 development version.
54305 2011-06-07  David S. Miller  <davem@davemloft.net>
54307         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54308         ifuncs.
54309         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54310         elf_machine_lazy_rel): Likewise.
54311         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54312         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54313         elf_machine_lazy_rel): Likewise.
54314         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54315         dl_hwcap via passed in argument.
54316         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54317         Likewise.
54319 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54321         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54323 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54325         [BZ #12849]
54326         * manual/fdl-1.1.texi: New file, verbatim from:
54327         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54328         * manual/lgpl-2.1.texi: New file, verbatim from:
54329         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54330         * manual/Makefile (licenses): New variable, list those new file names.
54331         (texis): Use it.
54332         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54334         * manual/fdl.texi: File removed.
54335         * manual/lesser.texi: File removed.
54336         * manual/libc.texinfo (Copying, Documentation License):
54337         Use new @include file names, put @appendix directive before @include.
54339 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54341         [BZ #12841]
54342         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54343         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54344         (mq_open): Add __NTH.
54346 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54348         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54349         Assume Intel Core i3/i5/i7 processor if AVX is available.
54351 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54353         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54354         typo.
54356 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54358         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54359         memory.  Use alloca_account.  Fix memory leak when retrying.
54361 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54363         * version.h (RELEASE): Bump for 2.14 release.
54364         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54366         * config.make.in (RANLIB): Remove entry.
54368 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54370         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54371         (libc.pot): Work around missing support for .ksh extension in xgettext.
54373         [BZ #12684]
54374         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54375         if both request failed.
54376         (send_dg): In case of server errors clear resplen or *resplen2.
54378         [BZ #12454]
54379         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54380         when there are multiple maps.
54381         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54382         (_dl_fini): Remove test here.
54384         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54386 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54388         [BZ #12350]
54389         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54390         bit from old_res_options.
54391         (gaih_inet): Likewise.
54393         [BZ #11099]
54394         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54395         as signed.
54397         * resolv/res_init.c (res_setoptions): Make the code more compact.
54399         [BZ #11558]
54400         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54401         set RES_USEVC.
54403         [BZ #11634]
54404         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54406         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54408         [BZ #11781]
54409         * malloc/malloc.h: Declare malloc hook variables as volatile.
54411         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54412         in last patch.
54414         [BZ #11799]
54415         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54416         raise in the comment.
54417         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54418         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54419         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54421 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54423         [BZ #12811]
54424         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54425         grow the buffers more if it already has to be sufficient.
54426         (build_wcs_upper_buffer): Likewise.
54427         * posix/regexec.c (check_matching): Likewise.
54428         (clean_state_log_if_needed): Likewise.
54429         (extend_buffers): Don't enlarge buffers beyond size of the input
54430         buffer.
54431         Patches mostly by Emil Wojak <emil@wojak.eu>.
54432         * posix/bug-regex32.c: New file.
54433         * posix/Makefile (tests): Add bug-regex32.
54435         * locale/findlocale.c (_nl_find_locale): Return right away if
54436         _nl_explode_name failed.
54437         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54439         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54441         * debug/xtrace.sh: Unify messages.
54442         * malloc/memusage.sh: Likewise.
54444         [BZ #12813]
54445         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54446         time symbol from vDSO.  Substitute with vsyscall if not available.
54447         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54448         __vdso_time.
54450         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54451         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54452         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54453         Add sendmmsg and internal_sendmmsg.
54454         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54455         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54456         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54458         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54459         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54460         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54462 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54464         [BZ #12813]
54465         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54466         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54467         available.
54468         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54469         __vdso_getcpu.
54471         [BZ #12814]
54472         * iconvdata/Makefile (tests): Add bug-iconv9.
54473         * iconvdata/bug-iconv9.c: New file.
54475 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54477         [BZ #12814]
54478         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54480 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54482         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54483         (struct user_regs_struct): Change intcs field back to cs.
54485 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54487         * po/ja.po: Update from translation team.
54489 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54491         [BZ #12795]
54492         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54493         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54495 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54497         * stdlib/longlong.h: Update from GCC.
54499 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54501         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54502         parameter name.
54503         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54504         Add parameter name.
54505         (__sysconf): Pass it down.
54507 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54509         [BZ #12671]
54510         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54511         some situations.
54512         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54513         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54514         add in in __libc_use_alloca calls.  Adjust callers.
54515         (glob): Use malloc in some situations.
54517         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54518         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54519         pltexit.
54521 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54523         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54524         and CLOCK_BOOTTIME_ALARM.
54526         [BZ #12782]
54527         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54528         is returned.
54530         * string/_strerror.c (__strerror_r): Print negative errors as signed
54531         numbers.
54533         [BZ #12777]
54534         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54535         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54536         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54538         * configure.in: Fix typo in redirection and correct removal of test
54539         files in two cases.
54541         [BZ #12788]
54542         * locale/setlocale.c (new_composite_name): Fix test to check for
54543         identical name of all categories.
54545         [BZ #12792]
54546         * libio/filedoalloc.c (local_isatty): New function.
54547         (_IO_file_doallocate): Use local_isatty.
54548         * stdio-common/perror.c (perror): In case a new stream is used
54549         forward the stream error.
54550         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54551         error flag.
54553 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54555         [BZ #11869]
54556         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54557         alloca.
54558         * include/alloca.h (extend_alloca_account): Define.
54560         [BZ #11857]
54561         * posix/regex.h: Fix comments with documentation of user-accessible
54562         fields after compilation and describe correct free'ing of pattern
54563         after re_compile_pattern.
54564         Patch by Reuben Thomas <rrt@sc3d.org>.
54566 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54568         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54569         and -mno-altivec to prevent the compiler from using Altivec and/or
54570         VSX instructions when the corresponding registers are not available.
54572 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54574         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54576 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54578         * libio/freopen.c (freopen): Use __dup2, not dup2.
54579         * libio/freopen64.c (freopen64): Likewise.
54581 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54583         [BZ #12775]
54584         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54585         * math/Makefile (tests): Add test-powl.
54586         (CFLAGS-test-powl.c): Define.
54587         * math/test-powl.c: New file.
54589 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54591         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54593 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54595         [BZ #11837]
54596         * iconvdata/gb18030.c: Update to GB18020-2005.
54598 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54600         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54601         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54602         Patch by Aharon Robbins <arnold@skeeve.com>.
54604         [BZ #11892]
54605         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54606         on the stack.
54608         [BZ #11895]
54609         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54610         through underflows.
54612         [BZ #12766]
54613         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54614         point to strings before performing equality test for error_one_per_line
54615         mode.
54617         [BZ #11697]
54618         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54620         [BZ #11820]
54621         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54622         (struct user_fpregs_struct): Avoid __uint*_t types.
54624         [BZ #6420]
54625         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54626         symbol info.  Use it instead of calling _dl_addr locally.
54627         (lock_and_info): New function.
54628         (tr_freehook): Call lock_and_info and pass symbol info as additional
54629         parameter to tr_where.
54630         (tr_mallochook): Likewise.
54631         (tr_reallochook): Likewise.
54632         (tr_memalignhook): Likewise.
54634         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54635         used and couldn't be at all thread-safe.
54637 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54639         * libio/freopen.c (freopen): Don't close old file descriptor
54640         before the new one is opened.  Instead dup the new file descriptor
54641         to the old one after the new stream is created.
54642         * libio/freopen64.c (freopen64): Likewise.
54643         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54644         * libio/fileops.c (_IO_new_file_close_it): Handle new
54645         _IO_FLAGS2_NOCLOSE flag.
54646         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54647         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54648         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54649         _IO_FLAGS2_NOCLOSE flag.
54650         * include/unistd.h: Add hidden_proto for dup3.
54651         Define __have_dup3.
54652         * io/dup3.c: Define hidden symbol.
54653         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54655         [BZ #7101]
54656         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54657         when an incomplete long option is used.
54658         * posix/tst-getopt_long1.c: New file.
54659         * posix/Makefile (tests): Add tst-getopt_long1.
54661         [BZ #10138]
54662         * scripts/config.guess: Update from autoconf-2.68.
54663         * scripts/config.sub: Likewise.
54665         [BZ #10157]
54666         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54667         tests into ...
54668         (has_cpuclock): ...this.  New function.
54669         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54670         macro here based on has_cpuclock code.
54672         [BZ #10149]
54673         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54674         First byte (not low byte) is now always NUL.
54675         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54677         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54678         Use non-cancelable interfaces.
54680         [BZ #9809]
54681         * locale/iso-639.def: Add entry for Sorani.
54683         [BZ #11901]
54684         * include/stdlib.h: Move include protection to the right place.
54685         Define abort_msg_s.  Declare __abort_msg with it.
54686         * stdlib/abort.c (__abort_msg): Adjust type.
54687         * assert/assert.c (__assert_fail_base): New function.  Majority
54688         of code from __assert_fail.  Allocate memory for __abort_msg with
54689         mmap.
54690         (__assert_fail): Now call __assert_fail_base.
54691         * assert/assert-perr.c: Remove bulk of implementation.  Use
54692         __assert_fail_base.
54693         * include/assert.hL Declare __assert_fail_base.
54694         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54695         mmap.
54696         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54698 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54700         [BZ #11952]
54701         [BZ #12453]
54702         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54703         until all modules are registered in the DTV.
54704         * elf/Makefile: Add rules to build and run tst-tls19.
54705         * elf/tst-tls19.c: New file.
54706         * elf/tst-tls19mod1.c: New file.
54707         * elf/tst-tls19mod2.c: New file.
54708         * elf/tst-tls19mod3.c: New file.
54709         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54711         [BZ #12083]
54712         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54713         correctly.
54715         [BZ #12601]
54716         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54717         two-byte sequence errors.
54718         * iconvdata/Makefile (tests): Add bug-iconv8.
54719         * iconvdata/bug-iconv8.c: New file.
54721         [BZ #12626]
54722         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54723         buf2 definition.
54725         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54727         [BZ #12432]
54728         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54729         (dummy_getcfa): New function.
54730         (init): Get _Unwind_GetCFA address, use dummy if not found.
54731         (backtrace_helper): In recursion check, also check whether CFA changes.
54732         (__backtrace): Completely initialize arg.
54734         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54735         storing incomplete byte sequence in state object.  Avoid testing for
54736         guaranteed too small input if we know there is enough data available.
54738 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54740         * Makeconfig (+link-pie): Indent.
54741         * Rules (binaries-pie): Define if $(have-fpie) and
54742         $(build-shared).
54743         (binaries-shared): Also filter out $(binaries-pie).
54744         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54745         * nscd/Makefile (others-pie): Add nscd.
54746         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54747         ($(objpfx)nscd): Remove command override.
54748         * login/Makefile (others-pie): Add pt_chown.
54749         ($(objpfx)pt_chown): Remove command override.
54750         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54751         remove command overrides.
54753 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54755         * libio/tst_putwc.c: Fix error messages.
54757         [BZ #12724]
54758         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54759         currently writing and seek to current position when not.
54760         * libio/Makefile (tests): Add bug-fclose1.
54761         * libio/bug-fclose1.c: New file.
54763 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54765         [BZ #12511]
54766         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54767         don't set DF_1_NODELETE here.
54768         (do_lookup_x): When entering new entry test for copy relocation
54769         and if necessary set DF_1_NODELETE flag.
54770         * elf/tst-unique4.cc: New file.
54771         * elf/tst-unique4.h: New file.
54772         * elf/tst-unique4lib.cc: New file.
54773         * elf/Makefile: Add rules to build and run tst-unique4.
54774         Patch by Piotr Bury <pbury@goahead.com>.
54776 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54778         [BZ #12052]
54779         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54781         [BZ #12625]
54782         * misc/mntent_r.c (addmntent): Flush the stream after the output
54784         [BZ #12393]
54785         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54786         (is_trusted_path_normalize): Skip initial colon.  Append slash
54787         to empty buffer.  Duplicate is_trusted_path code but allow
54788         constructed patch to be prefix.
54789         (is_dst): Allow $ORIGIN followed by /.
54790         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54791         Correct testing of result of is_trusted_path_normalize
54792         (decompose_rpath): Fix warning.
54794 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54796         [BZ #11257]
54797         * grp/initgroups.c (internal_getgrouplist): When we found the service
54798         list through the initgroups entry in nsswitch.conf do not always
54799         continue on a successful lookup.  Don't always use the
54800         __nss_group_database value if it is set.
54801         * nss/nsswitch.conf (initgroups): Change action for successful db
54802         lookup to continue for compatibility.
54804 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54806         [BZ #11532]
54807         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54808         and CP774 modules.
54809         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54810         and CP774 modules.
54811         * iconvdata/tst-tables.sh: Likewise.
54812         * iconvdata/cp770.c: New file.
54813         * iconvdata/cp771.c: New file.
54814         * iconvdata/cp772.c: New file.
54815         * iconvdata/cp773.c: New file.
54816         * iconvdata/cp774.c: New file.
54817         * iconvdata/testdata/CP770: New file.
54818         * iconvdata/testdata/CP770..UTF8: New file.
54819         * iconvdata/testdata/CP771: New file.
54820         * iconvdata/testdata/CP771..UTF8: New file.
54821         * iconvdata/testdata/CP772: New file.
54822         * iconvdata/testdata/CP772..UTF8: New file.
54823         * iconvdata/testdata/CP773: New file.
54824         * iconvdata/testdata/CP773..UTF8: New file.
54825         * iconvdata/testdata/CP774: New file.
54826         * iconvdata/testdata/CP774..UTF8: New file.
54828         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54829         END CHARMAP line.
54830         * iconvdata/gen-8bit-gap.sh: Likewise.
54831         * iconvdata/gen-8bit.sh: Likewise.
54833         * locale/iso-639.def: Add ary entry.
54835         [BZ #11258]
54836         * locale/C-translit.h.in: Add U20A1 transliteration.
54838         [BZ #12178]
54839         * locale/iso-639.def: Add wae entry.
54840         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54842         [BZ #12545]
54843         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54844         for n.
54846         [BZ #12711]
54847         * locale/C-translit.h.in: Add entry for U20B9.
54848         Patch by pravin.d.s@gmail.com.
54850 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54852         [BZ #12713]
54853         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54854         ENAMETOOLONG use generic getcwd.
54855         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54856         in rtld.  Use *stat64.
54857         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54858         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54859         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54860         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54861         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54862         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54863         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54864         __fstatat64 macros.
54865         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54866         * dirent/rewinddir.c: Add libc_hidden_def.
54867         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54868         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54870         * include/dirent.h (__alloc_dir): Add flags parameter.
54871         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54872         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54873         __alloc_dir.
54874         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54875         from fdopendir if O_CLOEXEC is already set.
54877 2011-03-15  Alan Modra  <amodra@gmail.com>
54879         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54880         l_tls_firstbyte_offset non-zero.  Save padding offset in
54881         l_tls_firstbyte_offset for later use.
54882         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54883         freeing static tls block.
54885 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54887         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54888         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54889         being defined by the kernel headers.
54891 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54893         [BZ #12734]
54894         * resolv/resolv.h: Define RES_NOTLDQUERY.
54895         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54896         no-tld-query and set RES_NOTLDQUERY.
54897         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54898         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54899         modern BIND to search name as TLD unless forbidden.
54901 2011-05-07  Petr Baudis  <pasky@suse.cz>
54902             Ulrich Drepper  <drepper@gmail.com>
54904         [BZ #12393]
54905         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54906         (is_trusted_path): ...to here.
54907         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54908         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54909         using is_trusted_path_normalize() in setuid scripts.
54911 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54913         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54914         __BEGIN/__END_DECLS.
54916 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54918         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54919         NSS_STATUS_NOTFOUND if no record was found.
54921 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54923         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54924         (headers-not-in-tirpc): Remove rpc/netdb.h
54925         * resolv/netdb.h: Revert last change.
54927 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54929         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54930         circular dependency between libgcc.a and libc.a.
54932 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54934         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54935         * nis/Makefile: Don't install rpcsvc/*.
54936         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54937         instead of <rpc/types.h>.
54938         (MAXHOSTNAMELEN): Define.
54940 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54942         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54944 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54946         [BZ #12714]
54947         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54948         gethostbyname4_r when IPv6 results are possible.
54950 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54952         [BZ #12723]
54953         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54954         _PC_PIPE_BUF handling.
54956 2011-04-30  Bruno Haible  <bruno@clisp.org>
54958         [BZ #12717]
54959         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54960         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54961         to 'int'.
54962         * inet/getnameinfo.c (getnameinfo): Likewise.
54964 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54966         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54967         to groups setting in database lookup.
54968         * nss/nsswitch.conf: Add initgroups entry.
54970 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54972         [BZ #12685]
54973         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54974         mode string.
54975         Patch by Eric Blake <eblake@redhat.com>.
54977 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54979         * sunrpc/Makefile (need-export-routines): Add svc_run.
54980         (routines): Remove svc_run.
54981         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54982         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54983         * sunrpc/svc_run.c (svc_run): Likewise.
54984         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54986 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54988         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54989         problem in reallocation in last patch.
54991 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54993         * sunrpc/Makefile: Move inclusion of Rules.
54995 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54997         * nss/nss_files/files-initgroups.c: New file.
54998         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54999         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55000         _nss_files_initgroups_dyn.
55002 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55004         * elf/elf.h (R_ARM_IRELATIVE): Define.
55006 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55008         * po/ru.po: Update from translation team.
55010 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55012         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55013         dependencies.
55015 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55017         [BZ #12653]
55018         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55019         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55020         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55021         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55022         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55024 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55026         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55027         differing bytes.
55028         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55029         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55030         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55032 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55034         [BZ #12420]
55035         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55036         storing it.
55037         * stdlib/bug-getcontext.c: New file.
55038         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55040 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55042         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55043         instructions into .machine "z9-109".
55044         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55045         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55047 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55049         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55050         between environment variables and auxiliary vector.
55052 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55054         * Makefile: Add rules to build linkobj/libc.so.
55055         * include/libc-symbols.h: Define libc_hidden_nolink.
55056         * include/rpc/auth.h: Mark functions which are to be hidden.
55057         * include/rpc/auth_des.h: Likewise.
55058         * include/rpc/auth_unix.h: Likewise.
55059         * include/rpc/clnt.h: Likewise.
55060         * include/rpc/des_crypt.h: Likewise.
55061         * include/rpc/key_prot.h: Likewise.
55062         * include/rpc/pmap_clnt.h: Likewise.
55063         * include/rpc/pmap_prot.h: Likewise.
55064         * include/rpc/pmap_rmt.h: Likewise.
55065         * include/rpc/rpc_msg.h: Likewise.
55066         * include/rpc/svc.h: Likewise.
55067         * include/rpc/svc_auth.h: Likewise.
55068         * include/rpc/xdr.h: Likewise.
55069         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55070         * nss/Makefile: Likewise.
55071         * sunrpc/Makefile: Don't install headers.  Build library with normal
55072         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55073         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55074         for the compat linking library.  Remove use of INTDEF/INTUSE.
55075         * sunrpc/auth_none.c: Likewise.
55076         * sunrpc/auth_unix.c: Likewise.
55077         * sunrpc/authdes_prot.c: Likewise.
55078         * sunrpc/authuxprot.c: Likewise.
55079         * sunrpc/clnt_gen.c: Likewise.
55080         * sunrpc/clnt_perr.c: Likewise.
55081         * sunrpc/clnt_raw.c: Likewise.
55082         * sunrpc/clnt_simp.c: Likewise.
55083         * sunrpc/clnt_tcp.c: Likewise.
55084         * sunrpc/clnt_udp.c: Likewise.
55085         * sunrpc/clnt_unix.c: Likewise.
55086         * sunrpc/des_crypt.c: Likewise.
55087         * sunrpc/des_soft.c: Likewise.
55088         * sunrpc/get_myaddr.c: Likewise.
55089         * sunrpc/key_call.c: Likewise.
55090         * sunrpc/key_prot.c: Likewise.
55091         * sunrpc/netname.c: Likewise.
55092         * sunrpc/pm_getmaps.c: Likewise.
55093         * sunrpc/pm_getport.c: Likewise.
55094         * sunrpc/pmap_clnt.c: Likewise.
55095         * sunrpc/pmap_prot.c: Likewise.
55096         * sunrpc/pmap_prot2.c: Likewise.
55097         * sunrpc/pmap_rmt.c: Likewise.
55098         * sunrpc/publickey.c: Likewise.
55099         * sunrpc/rpc_cmsg.c: Likewise.
55100         * sunrpc/rpc_common.c: Likewise.
55101         * sunrpc/rpc_dtable.c: Likewise.
55102         * sunrpc/rpc_prot.c: Likewise.
55103         * sunrpc/rpc_thread.c: Likewise.
55104         * sunrpc/rtime.c: Likewise.
55105         * sunrpc/svc.c: Likewise.
55106         * sunrpc/svc_auth.c: Likewise.
55107         * sunrpc/svc_authux.c: Likewise.
55108         * sunrpc/svc_raw.c: Likewise.
55109         * sunrpc/svc_run.c: Likewise.
55110         * sunrpc/svc_simple.c: Likewise.
55111         * sunrpc/svc_tcp.c: Likewise.
55112         * sunrpc/svc_udp.c: Likewise.
55113         * sunrpc/svc_unix.c: Likewise.
55114         * sunrpc/svcauth_des.c: Likewise.
55115         * sunrpc/xcrypt.c: Likewise.
55116         * sunrpc/xdr.c: Likewise.
55117         * sunrpc/xdr_array.c: Likewise.
55118         * sunrpc/xdr_float.c: Likewise.
55119         * sunrpc/xdr_intXX_t.c: Likewise.
55120         * sunrpc/xdr_mem.c: Likewise.
55121         * sunrpc/xdr_rec.c: Likewise.
55122         * sunrpc/xdr_ref.c: Likewise.
55123         * sunrpc/xdr_sizeof.c: Likewise.
55124         * sunrpc/xdr_stdio.c: Likewise.
55126 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55128         [BZ #12650]
55129         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55130         * sysdeps/ia64/dl-tls.h: Likewise.
55131         * sysdeps/powerpc/dl-tls.h: Likewise.
55132         * sysdeps/s390/dl-tls.h: Likewise.
55133         * sysdeps/sh/dl-tls.h: Likewise.
55134         * sysdeps/sparc/dl-tls.h: Likewise.
55135         * sysdeps/x86_64/dl-tls.h: Likewise.
55136         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55138 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55140         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55141         rpath element also skip the following colon.
55142         (expand_dynamic_string_token): Add is_path parameter and pass
55143         down to DL_DST_REQUIRED and _dl_dst_substitute.
55144         (decompose_rpath): Call expand_dynamic_string_token with
55145         non-zero is_path.  Ignore empty rpaths.
55146         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55147         with zero is_path.
55149 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55152         Make cancelable.
55154 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55156         [BZ #12655]
55157         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55158         Patch by Filipe David Manana <fdmanana@apache.org>.
55160 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55162         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55163         Maintain aligned stack.
55164         (CHECK_RSP): Remove unused macro.
55166 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55168         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55169         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55171 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55173         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55175         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55177 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55179         [BZ #12518]
55180         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55181         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55182         * sysdeps/x86_64/memmove.c: New file.
55183         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55184         (memcpy): Renamed to ...
55185         (__new_memcpy): This.
55186         (memcpy): Provide GLIBC_2_14 memcpy.
55187         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55188         (memcpy): Provide GLIBC_2_2_5 memcpy.
55190 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55192         [BZ #12631]
55193         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55195 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55197         * misc/syncfs.c: New file.
55198         * misc/Makefile (routines): Add syncfs.
55199         * posix/unistd.h: Declare syncfs.
55200         * sysdeps/unix/syscalls.list: Add syncfs.
55202 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55204         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55205         open_by_handle_at.
55206         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55207         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55208         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55209         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55210         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55211         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55212         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55214 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55216         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55217         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55218         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55219         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55220         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55221         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55222         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55224         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55225         sync_file_range.c with -fexceptions.
55226         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55227         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55228         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55229         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55230         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55231         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55232         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55233         sync_file_range as cancellation point
55234         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55235         now a wrapper around __call_sync_file_range with cancellation handling.
55236         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55237         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55238         function name to __call_sync_file_range.
55239         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55240         Add call_sync_file_range.
55242 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55244         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55245         bits/timex.h.
55247 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55249         * iconv/iconv.h: Fix typo in comment.
55250         * io/fcntl.h: Likewise.
55251         * libio/stdio.h: Likewise.
55252         * posix/spawn.h: Likewise.
55253         * posix/unistd.h: Likewise.
55254         * stdlib/stdlib.h: Likewise.
55255         * time/time.h: Likewise.
55256         * wcsmbs/wchar.h: Likewise.
55258         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55259         open_by_handle): Add.
55260         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55261         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55262         Augment a few comments.
55263         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55264         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55265         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55266         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55267         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55268         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55269         open_by_handle.
55271         * io/fcntl.h (AT_EMPTY_PATH): Define.
55273 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55275         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55276         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55277         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55278         to...
55279         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55280         * Versions.def: Add GLIBC_2.14.
55281         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55282         Export.
55284 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55286         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55287         round counter.
55288         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55290 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55292         [BZ #12597]
55293         * string/test-strncmp.c (do_page_test): New function.
55294         (check2): Likewise.
55295         (test_main): Call check2.
55296         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55298 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55300         [BZ #12587]
55301         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55302         Handle cache information in CPU leaf 4.
55303         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55305 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55307         [BZ #12583]
55308         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55309         character representation.
55310         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55312 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55314         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55315         END(__isnan) to END(__isnanf) to match function entry point/label
55316         EALIGN(__isnanf,...).
55318 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55320         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55322 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55324         [BZ #12510]
55325         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55326         copy from the symbol referenced in the relocation to initialize the
55327         used variable.
55328         Patch by Piotr Bury <pbury@goahead.com>.
55329         * elf/Makefile: Add rules to build and tst-unique3.
55330         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55331         * elf/tst-unique3.cc: New file.
55332         * elf/tst-unique3.h: New file.
55333         * elf/tst-unique3lib.cc: New file.
55334         * elf/tst-unique3lib2.cc: New file.
55336         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55338 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55340         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55341         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55342         to _start.
55344 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55346         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55347         to-be-loaded object along a path to loader is ld.so.
55349 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55350             Ulrich Drepper  <drepper@gmail.com>
55352         * sysdeps/x86_64/memset.S: After aligning destination, code
55353         branches to different locations depending on the value of
55354         misalignment, when multiarch is enabled. Fix this.
55356 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55358         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55359         Set _x86_64_preferred_memory_instruction for AMD processsors.
55360         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55361         Set bit_Prefer_SSE_for_memop for AMD processors.
55363 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55365         * libio/fmemopen.c (fmemopen): Optimize a bit.
55367 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55369         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55371 2011-03-03  Roland McGrath  <roland@redhat.com>
55373         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55375 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55377         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55378         __bzero_ultra1 instead of __memset_ultra1.
55380 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55381             Ulrich Drepper  <drepper@gmail.com>
55383         [BZ #12509]
55384         * include/link.h (struct link_map): Add l_orig_initfini.
55385         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55386         returning unsuccessfully.
55387         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55388         close of a file loaded at startup, restore the original l_initfini
55389         list.
55390         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55391         list, store the pointer.
55392         * elf/Makefile ($(objpfx)noload-mem): New rule.
55393         (noload-ENV): Define.
55394         (tests): Add $(objpfx)noload-mem.
55395         * elf/noload.c: Include <memcheck.h>.
55396         (main): Call mtrace.  Close all opened handles.
55398 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55400         [BZ #12454]
55401         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55402         dependencies are missing.
55404 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55406         Fix __if_freereq crash: Unlike the generic version which uses free,
55407         Hurd needs munmap.
55408         * sysdeps/mach/hurd/ifreq.h: New file.
55410 2011-01-27  Petr Baudis  <pasky@suse.cz>
55411             Ulrich Drepper  <drepper@gmail.com>
55413         [BZ 12445]#
55414         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55415         to extend_alloca().
55416         * stdio-common/bug23.c: New file.
55417         * stdio-common/Makefile (tests): Add bug23.
55419 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55420             Ulrich Drepper  <drepper@gmail.com>
55422         [BZ #12489]
55423         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55424         before performing relro protection.  At old place add assertion
55425         to make sure nothing changed.
55427 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55428             Glauber de Oliveira Costa  <glommer@gmail.com>
55430         * elf/elf.h: Add new ARM TLS relocs.
55432 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55435         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55436         cast from r3.
55437         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55438         'tests' variable.
55439         * sysdeps/wordsize-64/tst-writev.c: New file.
55441 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55443         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55444         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55445         insns in _dl_start to prevent a TOC reference before relocs are
55446         resolved.
55448 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55450         [BZ #12469]
55451         * Makeconfig: Remove RANLIB definition.
55452         * Makerules: Don't use RANLIB.
55453         * aclocal.m4: Remove ranlib test.
55454         * configure.in: No need to check for ranlib.
55455         * elf/rtld-Rules: Don't use RANLIB.
55457 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55459         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55460         protection macro.
55461         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55462         inclusion protection macro.
55464         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55465         SIGRTMIN and SIGRTMAX and print information in that case only when
55466         SIGRTMIN is defined.
55468 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55470         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55471         arginfo fn returning -1.
55473         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55474         and thousands string is zero terminated.
55476 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55478         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55479         sysdeps/unix/sysv/linux/bits/socket.h.
55481 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55483         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55484         (__CPU_COUNT): Remove old macros.
55485         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55486         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55487         (__CPU_ALLOC, __CPU_FREE): Add macros.
55488         (__sched_cpualloc, __sched_cpufree): Add declarations.
55490 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55492         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55493         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55494         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55495         (readdhstai): Return value of addhstaiX call.
55496         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55497         (addgrbyX): Return value returned by cache_addgr.
55498         (readdgrbyname): Return value returned by addgrbyX.
55499         (readdgrbygid): Likewise.
55500         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55501         (addpwbyX): Return value returned by cache_addpw.
55502         (readdpwbyname): Return value returned by addhstbyX.
55503         (readdpwbyuid): Likewise.
55504         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55505         (addservbyX): Return value returned by cache_addserv.
55506         (readdservbyname): Return value returned by addservbyX:
55507         (readdservbyport): Likewise.
55508         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55509         (addhstbyX): Return value returned by cache_addhst.
55510         (readdhstbyname): Return value returned by addhstbyX.
55511         (readdhstbyaddr): Likewise.
55512         (readdhstbynamev6): Likewise.
55513         (readdhstbyaddrv6): Likewise.
55514         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55515         (readdinitgroups): Return value returned by addinitgroupsX.
55516         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55517         (prune_cache): Keep track of timeout value of re-added entries.
55518         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55519         * nscd/nscd.h: Adjust prototypes of readd* functions.
55521 2011-02-04  Roland McGrath  <roland@redhat.com>
55523         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55524         (nis_stats): Likewise.
55525         * nis/nis_modify.c (nis_modify): Likewise.
55526         * nis/nis_remove.c (nis_remove): Likewise.
55527         * nis/nis_add.c (nis_add): Likewise.
55529         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55531         * posix/fnmatch_loop.c: Add some consts.
55533         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55535 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55537         [BZ #12460]
55538         * config.make.in (config-cflags-novzeroupper): Define.
55539         * configure.in: Substitute libc_cv_cc_novzeroupper.
55540         * elf/Makefile (AVX-CFLAGS): Define.
55541         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55542         (CFLAGS-tst-auditmod4a.c): Likewise.
55543         (CFLAGS-tst-auditmod4b.c): Likewise.
55544         (CFLAGS-tst-auditmod6b.c): Likewise.
55545         (CFLAGS-tst-auditmod6c.c): Likewise.
55546         (CFLAGS-tst-auditmod7b.c): Likewise.
55547         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55549 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55551         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55552         function to the callback.
55553         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55555 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55557         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55558         of errno.
55560 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55562         [BZ #11724]
55563         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55564         of constructors.
55565         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55566         of destructors.
55567         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55569         [BZ #11724]
55570         * elf/Makefile: Add rules to build and run new test.
55571         * elf/tst-initorder.c: New file.
55572         * elf/tst-initorder.exp: New file.
55573         * elf/tst-initordera1.c: New file.
55574         * elf/tst-initordera2.c: New file.
55575         * elf/tst-initordera3.c: New file.
55576         * elf/tst-initordera4.c: New file.
55577         * elf/tst-initorderb1.c: New file.
55578         * elf/tst-initorderb2.c: New file.
55579         * elf/tst-order-a1.c: New file.
55580         * elf/tst-order-a2.c: New file.
55581         * elf/tst-order-a3.c: New file.
55582         * elf/tst-order-a4.c: New file.
55583         * elf/tst-order-b1.c: New file.
55584         * elf/tst-order-b2.c: New file.
55585         * elf/tst-order-main.c: New file.
55586         New test case by George Gensure <werkt0@gmail.com>.
55588 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55590         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55591         decoding ACE if AI_CANONIDN.
55593 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55595         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55597 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55599         * version.h (RELEASE): Bump for 2.13 release.
55600         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55602         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55604         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55605         MADV_NOHUGEPAGE.
55606         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55607         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55608         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55609         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55610         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55611         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55613         * posix/getconf.c: Update copyright year.
55614         * catgets/gencat.c: Likewise.
55615         * csu/version.c: Likewise.
55616         * debug/catchsegv.sh: Likewise.
55617         * debug/xtrace.sh: Likewise.
55618         * elf/ldconfig.c: Likewise.
55619         * elf/ldd.bash.in: Likewise.
55620         * elf/sprof.c (print_version): Likewise.
55621         * iconv/iconv_prog.c: Likewise.
55622         * iconv/iconvconfig.c: Likewise.
55623         * locale/programs/locale.c: Likewise.
55624         * locale/programs/localedef.c: Likewise.
55625         * malloc/memusage.sh: Likewise.
55626         * malloc/mtrace.pl: Likewise.
55627         * nscd/nscd.c (print_version): Likewise.
55628         * nss/getent.c: Likewise.
55630         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55631         PF_CAIF, and PF_ALG.
55632         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55634 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55636         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55637         (modules-names): Use them.
55638         (ifunc-test-modules, ifunc-pie-tests): Define.
55639         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55640         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55641         (test-extras): Likewise.
55642         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55643         $(compile-command.c).
55644         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55645         (all-built-dso): Define.
55646         (check-textrel.out, check-execstack.out): Depend on it.
55648         * configure.in: Don't override --enable-multi-arch.
55650 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55652         [BZ #6812]
55653         * nscd/hstcache.c (tryagain): Define.
55654         (cache_addhst): Return tryagain not notfound for temporary errors.
55655         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55656         failed.
55658 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55660         [BZ #10563]
55661         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55662         to make the syscall.
55663         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55665         [BZ #12378]
55666         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55667         and fall back to matching as normal character if the string ends before
55668         the matching ']' is found.  This is what POSIX requires.
55669         * posix/testfnm.c: Adjust test result.
55670         * posix/globtest.sh: Adjust test result.  Add new test.
55671         * posix/tst-fnmatch.input: Likewise.
55672         * posix/tst-fnmatch2.c: Add new test.
55674 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55676         * elf/Makefile (check-execstack): Revert last change.  Depend on
55677         check-execstack.h.
55678         (check-execstack.h): New target.
55679         (generated): Add check-execstack.h.
55680         * elf/check-execstack.c: Include "check-execstack.h".
55681         (main): Revert last change.
55682         (handle_file): Return zero if GNU_STACK is absent and
55683         DEFAULT_STACK_PERMS doesn't include PF_X.
55685 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55687         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55688         in child fails because the descriptor is already closed.
55689         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55690         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55691         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55693         [BZ #12397]
55694         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55695         syscall.
55697         [BZ #10484]
55698         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55699         temporary buffer used to handle multi lookups locally.
55700         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55702 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55704         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55705         loader is ld.so.
55707 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55709         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55710         alignment for SSE2.
55712 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55714         [BZ #12394]
55715         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55716         characters.  When rounding increased number of integer digits recompute
55717         number of groups.
55718         * stdio-common/tst-grouping.c: New file.
55719         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55721 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55723         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55724         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55726         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55727         void.
55728         * bits/select.h: Likewise.
55730 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55732         * po/ja.po: Update from translation team.
55734 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55736         [BZ #11155]
55737         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55738         implementation just like for lxstat, fxstatat, et al.
55740 2010-12-27  Jim Meyering  <meyering@redhat.com>
55742         [BZ #12348]
55743         * posix/regexec.c (build_trtable): Return failure indication upon
55744         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55746 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55748         [BZ #12201]
55749         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55750         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55751         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55752         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55754         [BZ #12207]
55755         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55757         [BZ #12204]
55758         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55759         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55761 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55763         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55764         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55765         script has SORT_BY_INIT_PRIORITY.
55766         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55767         NO_CTORS_DTORS_SECTIONS is defined.
55768         * elf/soinit.c: Likewise.
55769         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55770         NO_CTORS_DTORS_SECTIONS is defined.
55771         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55772         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55773         * sysdeps/sh/init-first.c: Likewise.
55774         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55776 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55778         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55779         always use the slow path.
55781 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55783         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55784         similar rule which adds the sysdep directories to the header search in
55785         order to pick up the correct platform stackinfo.h.
55786         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55787         perform test if it is, otherwise return successfully without testing.
55788         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55789         DEFAULT_STACK_PERMS define in stackinfo.h.
55790         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55791         defined in stackinfo.h.
55792         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55793         DEFAULT_STACK_PERMS defined in stackinfo.h.
55794         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55795         * sysdeps/ia64/stackinfo.h: Likewise.
55796         * sysdeps/s390/stackinfo.h: Likewise.
55797         * sysdeps/sh/stackinfo.h: Likewise.
55798         * sysdeps/sparc/stackinfo.h: Likewise.
55799         * sysdeps/x86_64/stackinfo.h: Likewise.
55800         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55801         PF_X for powerpc64.  Retain PF_X for powerpc32.
55803 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55805         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55806         accurately.
55807         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55808         GETDENTS_64BIT_ALIGNED.
55810 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55812         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55814 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55816         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55817         _GNU_SOURCE.
55819         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55820         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55821         Remove __restrict.
55822         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55823         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55825 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55827         [BZ #11655]
55828         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55829         are initialized.
55831 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55833         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55835 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55837         * po/it.po: Update from translation team.
55839 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55841         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55842         unused codes.
55844 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55846         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55848 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55850         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55851         specially.
55852         (gaih_getanswer_slice): Likewise.
55854 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55856         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55858 2010-05-31  Petr Baudis  <pasky@suse.cz>
55860         [BZ #11149]
55861         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55862         silently even in the chroot mode.
55864 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55866         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55867         last patch a bit.  Pretty printing
55869 2010-05-31  Petr Baudis <pasky@suse.cz>
55871         [BZ #10085]
55872         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55873         initialization of skip_initgroups_dyn.
55875 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55877         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55878         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55880 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55882         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55884 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55886         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55887         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55888         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55889         ($(objpfx)tst-fnmatch-mem): New rule.
55890         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55891         * posix/tst-fnmatch.c (main): Call mtrace.
55893 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55895         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55896         Support Intel processor model 6 and model 0x2c.
55898 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55900         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55901           signed comparison.
55903 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55905         [BZ #12205]
55906         * string/test-strncasecmp.c (check_result): New function.
55907         (do_one_test): Use it.
55908         (check1): New function.
55909         (test_main): Use it.
55910         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55911         Support strcasecmp and strncasecmp.
55913 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55915         [BZ #12194]
55916         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55917         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55919 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55921         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55922         IFUNC support.
55923         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55924         memset-x86-64.
55925         * sysdeps/x86_64/multiarch/bzero.S: New file.
55926         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55927         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55928         * sysdeps/x86_64/multiarch/memset.S: New file.
55929         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55930         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55931         Set bit_Prefer_SSE_for_memop for Intel processors.
55932         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55933         Define.
55934         (index_Prefer_SSE_for_memop): Define.
55935         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55937 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55939         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55940         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55942 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55944         [BZ #12191]
55945         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55946         (__x86_64_raw_data_cache_size_half): Likewise.
55947         (__x86_64_raw_shared_cache_size): Likewise.
55948         (__x86_64_raw_shared_cache_size_half): Likewise.
55950         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55951         (__x86_64_raw_data_cache_size_half): Likewise.
55952         (__x86_64_raw_shared_cache_size): Likewise.
55953         (__x86_64_raw_shared_cache_size_half): Likewise.
55954         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55955         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55956         and __x86_64_raw_shared_cache_size_half.  Round
55957         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55958         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55959         to multiple of 256 bytes.
55961 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55963         [BZ #12167]
55964         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55965         of inacessible symlinks.  Verify result of symlink before returning it.
55966         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55967         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55969 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55971         * math/math.h (isinf): Fix typo in comment.
55973 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55975         * po/da.po: Update from translation team.
55977 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55979         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55980         is added to the list.
55982 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55983             Ulrich Drepper  <drepper@gmail.com>
55985         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55986         the global list here.  Move code to...
55987         (_dl_add_to_namespace_list): ...here.  New function.
55988         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55989         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55990         * elf/dl-load.c (lose): Don't remove the element from the list.
55991         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55992         (_dl_map_object): Likewise.
55994 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55996         [BZ #12159]
55997         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55998         into all bytes of SSE register.
55999         Patch by Richard Li <richardpku@gmail.com>.
56001 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56003         [BZ #12140]
56004         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56005         perturbing.
56007 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56009         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56010         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56011         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56012         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56014         submachine.
56015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56017 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56019         * include/dlfcn.h (__RTLD_SECURE): Define.
56020         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56021         mode & __RTLD_SECURE instead.
56022         (open_path): Rename preloaded parameter to secure.
56023         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56024         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56025         * elf/dl-deps.c (openaux): Likewise.
56026         * elf/rtld.c (struct map_args): Remove is_preloaded.
56027         (map_doit): Don't use it.
56028         (dl_main): Likewise.
56029         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56030         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56032 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56034         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56035         (sysd-rules-targets): Remove duplicates.
56036         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56037         rtld-%.$o dependency.
56039 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56041         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56042         _dl_map_object do it.
56044 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56046         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56047         fast fma builtins, define the macros in the C99 standard.
56048         (FP_FAST_FMAF): Likewise.
56049         (FP_FAST_FMAL): Likewise.
56050         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56052         * bits/mathdef.h: Update copyright year.
56053         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56055 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56057         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56058         builtins, define the macros in the C99 standard.
56059         (FP_FAST_FMAF): Likewise.
56060         (FP_FAST_FMAL): Likewise.
56061         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56062         multiply/add.
56063         (FP_FAST_FMAF): Likewise.
56065 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56067         [BZ #3268]
56068         * math/libm-test.inc (fma_test): Some new testcases.
56069         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56070         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56071         y and infinite z.  Do multiplication by C already in long double.
56072         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56073         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56074         y and infinite z.  Do bitwise or of inexact bit into u.d.
56075         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56076         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56077         * sysdeps/i386/fpu/s_fma.S: Removed.
56078         * sysdeps/i386/fpu/s_fmal.S: Removed.
56080 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56082         [BZ #3268]
56083         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56084         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56085         computation is not scheduled after fetestexcept.  Fix value
56086         of minimum denormal long double.
56088 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56090         [BZ #3268]
56091         * math/libm-test.inc (fma_test): Add some more tests.
56092         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56093         correctly.
56095 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56097         * scripts/data/localplt-s390-linux-gnu.data: New file.
56098         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56100 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56102         [BZ #3268]
56103         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56104         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56105         instead of dbl-64.
56106         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56107         inlines.
56108         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56109         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56110         if one of x and y is very large and the other is subnormal.
56111         * sysdeps/s390/fpu/s_fmaf.c: New file.
56112         * sysdeps/s390/fpu/s_fma.c: New file.
56113         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56114         * sysdeps/powerpc/fpu/s_fma.S: New file.
56115         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56116         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56117         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56119 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56121         [BZ #3268]
56122         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56123         fma tests.
56124         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56125         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56126         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56127         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56128         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56129         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56130         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56132 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56134         [BZ #12078]
56135         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56136         * posix/bug-regex31.input: Add test case.
56138 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56140         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56141         * posix/bug-regex31.input: New file.
56143         [BZ #12078]
56144         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56145         (parse_sub_exp): Fix last change, use postorder.
56147         * posix/bug-regex31.c: New file.
56148         * posix/Makefile: Add rules to build and run bug-regex31.
56150         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56152         [BZ #12078]
56153         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56155         [BZ #12108]
56156         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56157         to have entries in sys_siglist.
56159         [BZ #12093]
56160         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56161         be NULL.
56163 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56165         [BZ #3268]
56166         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56167         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56168         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56169         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56170         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56171         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56172         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56173         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56174         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56175         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56176         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56177         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56178         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56179         * math/ftestexcept.c (fetestexcept): Likewise.
56180         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56181         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56182         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56183         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56184         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56185         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56186         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56188 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56190         [BZ #12107]
56191         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56192         newline.
56194 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56196         * string/bug-strstr1.c: New file.
56197         * string/Makefile: Add rules to build and run bug-strstr1.
56199 2010-10-05  Eric Blake  <eblake@redhat.com>
56201         [BZ #12092]
56202         * string/str-two-way.h (two_way_long_needle): Always clear memory
56203         when skipping input due to the shift table.
56205 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56207         [BZ #12005]
56208         * malloc/mcheck.c: Handle large requests.
56210         [BZ #12077]
56211         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56212         for strncmp and strncasecmp.
56213         * string/stratcliff.c: Add tests for strcmp and strncmp.
56214         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56216 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56218         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56219         __set_fpscr.
56221 2010-09-30  Andreas Jaeger  <aj@suse.de>
56223         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56224         (CGROUP_SUPER_MAGIC): Define.
56225         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56226         Handle btrfs and cgroup file systems.
56227         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56228         Likewise.
56230 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56232         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56233         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56235 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56237         [BZ #12067]
56238         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56239         trying to locate the ELF header.
56241 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56243         [BZ #11611]
56244         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56245         Mask out sign-bit copies when constructing f_fsid.
56247 2010-09-24  Petr Baudis <pasky@suse.cz>
56249         * debug/stack_chk_fail_local.c: Add missing licence exception.
56250         * debug/warning-nop.c: Likewise.
56252 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56254         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56255         implementing getdents64 using getdents syscall, set d_type if
56256         __ASSUME_GETDENTS32_D_TYPE.
56258 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56260         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56261         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56263 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56265         [BZ #12037]
56266         * posix/unistd.h: Undo change of feature selection for ftruncate from
56267         2010-01-11.
56269 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56271         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56272         detection.
56274 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56276         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56277         fanotify_mark.
56278         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56280 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56282         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56283         variables after CHECK_SP call.
56284         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56286 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56287             Ulrich Drepper  <drepper@redhat.com>
56289         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56290         re-relocationg ld.so.
56291         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56292         _dl_init_paths call.
56293         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56294         here anymore.
56296 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56298         * resolv/res_init.c (__res_vinit): Count the default server we added.
56300 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56301             Ulrich Drepper  <drepper@redhat.com>
56303         [BZ #11968]
56304         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56305         (____longjmp_chk): Use %ebx for saving value across system call.
56306         Add unwind info.
56308 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56310         * manual/Makefile: Don't mix pattern rules with normal rules.
56312 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56314         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56315         operation.
56316         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56317         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56318         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56319         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56320         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56321         Likewise.
56323 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56325         [BZ #11979]
56326         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56327         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56329 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56331         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56332         * sysdeps/x86_64/addmul_1.S: Likewise.
56333         * sysdeps/x86_64/lshift.S: Likewise.
56334         * sysdeps/x86_64/mul_1.S: Likewise.
56335         * sysdeps/x86_64/rshift.S: Likewise.
56336         * sysdeps/x86_64/sub_n.S: Likewise.
56337         * sysdeps/x86_64/submul_1.S: Likewise.
56339 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56341         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56342         Define __sched_param instead of SCHED_* and sched_param when
56343         <bits/sched.h> is included with __need_schedparam defined.
56344         * bits/sched.h [__need_schedparam]
56345         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56346         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56347         (__defined_schedparam): Define to 1.
56348         (__sched_param): New structure, identical to sched_param.
56349         (__need_schedparam): Undefine.
56351 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56353         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56354         (epoll_create1): Declare.
56356         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56358 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56360         [BZ #7066]
56361         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56362         shifting retval into place.
56364 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56366         * nis/rpcsvc/nis.h: Update copyright notice.
56367         * nis/rpcsvc/nis.x: Likewise.
56368         * nis/rpcsvc/nis_callback.h: Likewise.
56369         * nis/rpcsvc/nis_callback.x: Likewise.
56370         * nis/rpcsvc/nis_object.x: Likewise.
56371         * nis/rpcsvc/nis_tags.h: Likewise.
56372         * nis/rpcsvc/yp.h: Likewise.
56373         * nis/rpcsvc/yp.x: Likewise.
56374         * nis/rpcsvc/ypupd.h: Likewise.
56375         * nis/yp_xdr.c: Likewise.
56376         * nis/ypupdate_xdr.c: Likewise.
56378         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56379         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56380         (pmap_getport): Use __libc_rpc_getport.
56381         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56382         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56383         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56385 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56388         fanotify_mark.
56390 2010-08-27  Roland McGrath  <roland@redhat.com>
56392         * sysdeps/i386/i686/multiarch/Makefile
56393         (CFLAGS-varshift.c): New variable.
56395 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56397         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56398         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56400         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56402         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56404 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56406         * sysdeps/x86_64/strlen.S: Unroll the loop.
56407         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56408         strlen-sse2 strlen-sse2-bsf.
56409         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56410         __strlen_no_bsf if bit_Slow_BSF is set.
56411         (__strlen_sse42): Removed.
56412         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56413         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56415 2010-08-25  Roland McGrath  <roland@redhat.com>
56417         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56418         * sysdeps/x86_64/multiarch/varshift.c: New file.
56419         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56420         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56421         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56422         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56424 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56426         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56427         strlen-sse2 strlen-sse2-bsf.
56428         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56429         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56430         (__strlen_sse2): Removed.
56431         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56432         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56433         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56434         bit_Slow_BSF for Atom.
56435         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56436         (index_Slow_BSF): Define.
56437         (HAS_SLOW_BSF): Define.
56439 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56441         [BZ #10851]
56442         * resolv/res_init.c (__res_vinit): When no server address at all
56443         is given default to loopback.
56445 2010-08-24  Roland McGrath  <roland@redhat.com>
56447         * configure.in: Remove config-name.h generation.
56448         * configure: Regenerated.
56449         * config-name.in: File removed.
56450         * scripts/config-uname.sh: New file.
56451         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56452         ($(objdir)config-name.h): New target.
56454         * sunrpc/rpc_parse.h: Avoid nested comment.
56456 2010-08-24  Richard Henderson  <rth@redhat.com>
56457             Ulrich Drepper  <drepper@redhat.com>
56458             H.J. Lu  <hongjiu.lu@intel.com>
56460         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56461         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56462         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56463         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56464         _mm_alignr_epi8 with _mm_loadu_si128.
56465         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56466         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56467         (__m128i_shift_right): Removed.
56468         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56469         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56470         * sysdeps/x86_64/multiarch/varshift.h: New file.
56471         * sysdeps/x86_64/multiarch/varshift.S: New file.
56473 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56475         * configure.in: Move assembler checks to before sysdep dir checking.
56477 2010-08-20  Petr Baudis  <pasky@suse.cz>
56479         * LICENSES: Sync the sunrpc license.
56481 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56483         * sunrpc/auth_des.c: Update copyright notice once again.
56484         * sunrpc/auth_none.c: Likewise.
56485         * sunrpc/auth_unix.c: Likewise.
56486         * sunrpc/authdes_prot.c: Likewise.
56487         * sunrpc/authuxprot.c: Likewise.
56488         * sunrpc/bindrsvprt.c: Likewise.
56489         * sunrpc/clnt_gen.c: Likewise.
56490         * sunrpc/clnt_perr.c: Likewise.
56491         * sunrpc/clnt_raw.c: Likewise.
56492         * sunrpc/clnt_simp.c: Likewise.
56493         * sunrpc/clnt_tcp.c: Likewise.
56494         * sunrpc/clnt_udp.c: Likewise.
56495         * sunrpc/clnt_unix.c: Likewise.
56496         * sunrpc/des_crypt.c: Likewise.
56497         * sunrpc/des_soft.c: Likewise.
56498         * sunrpc/get_myaddr.c: Likewise.
56499         * sunrpc/getrpcport.c: Likewise.
56500         * sunrpc/key_call.c: Likewise.
56501         * sunrpc/key_prot.c: Likewise.
56502         * sunrpc/openchild.c: Likewise.
56503         * sunrpc/pm_getmaps.c: Likewise.
56504         * sunrpc/pm_getport.c: Likewise.
56505         * sunrpc/pmap_clnt.c: Likewise.
56506         * sunrpc/pmap_prot.c: Likewise.
56507         * sunrpc/pmap_prot2.c: Likewise.
56508         * sunrpc/pmap_rmt.c: Likewise.
56509         * sunrpc/rpc/auth.h: Likewise.
56510         * sunrpc/rpc/auth_unix.h: Likewise.
56511         * sunrpc/rpc/clnt.h: Likewise.
56512         * sunrpc/rpc/des_crypt.h: Likewise.
56513         * sunrpc/rpc/key_prot.h: Likewise.
56514         * sunrpc/rpc/netdb.h: Likewise.
56515         * sunrpc/rpc/pmap_clnt.h: Likewise.
56516         * sunrpc/rpc/pmap_prot.h: Likewise.
56517         * sunrpc/rpc/pmap_rmt.h: Likewise.
56518         * sunrpc/rpc/rpc.h: Likewise.
56519         * sunrpc/rpc/rpc_des.h: Likewise.
56520         * sunrpc/rpc/rpc_msg.h: Likewise.
56521         * sunrpc/rpc/svc.h: Likewise.
56522         * sunrpc/rpc/svc_auth.h: Likewise.
56523         * sunrpc/rpc/types.h: Likewise.
56524         * sunrpc/rpc/xdr.h: Likewise.
56525         * sunrpc/rpc_clntout.c: Likewise.
56526         * sunrpc/rpc_cmsg.c: Likewise.
56527         * sunrpc/rpc_common.c: Likewise.
56528         * sunrpc/rpc_cout.c: Likewise.
56529         * sunrpc/rpc_dtable.c: Likewise.
56530         * sunrpc/rpc_hout.c: Likewise.
56531         * sunrpc/rpc_main.c: Likewise.
56532         * sunrpc/rpc_parse.c: Likewise.
56533         * sunrpc/rpc_parse.h: Likewise.
56534         * sunrpc/rpc_prot.c: Likewise.
56535         * sunrpc/rpc_sample.c: Likewise.
56536         * sunrpc/rpc_scan.c: Likewise.
56537         * sunrpc/rpc_scan.h: Likewise.
56538         * sunrpc/rpc_svcout.c: Likewise.
56539         * sunrpc/rpc_tblout.c: Likewise.
56540         * sunrpc/rpc_util.c: Likewise.
56541         * sunrpc/rpc_util.h: Likewise.
56542         * sunrpc/rpcinfo.c: Likewise.
56543         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56544         * sunrpc/rpcsvc/key_prot.x: Likewise.
56545         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56546         * sunrpc/rpcsvc/mount.x: Likewise.
56547         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56548         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56549         * sunrpc/rpcsvc/rex.x: Likewise.
56550         * sunrpc/rpcsvc/rstat.x: Likewise.
56551         * sunrpc/rpcsvc/rusers.x: Likewise.
56552         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56553         * sunrpc/rpcsvc/spray.x: Likewise.
56554         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56555         * sunrpc/rtime.c: Likewise.
56556         * sunrpc/svc.c: Likewise.
56557         * sunrpc/svc_auth.c: Likewise.
56558         * sunrpc/svc_authux.c: Likewise.
56559         * sunrpc/svc_raw.c: Likewise.
56560         * sunrpc/svc_run.c: Likewise.
56561         * sunrpc/svc_simple.c: Likewise.
56562         * sunrpc/svc_tcp.c: Likewise.
56563         * sunrpc/svc_udp.c: Likewise.
56564         * sunrpc/svc_unix.c: Likewise.
56565         * sunrpc/svcauth_des.c: Likewise.
56566         * sunrpc/xcrypt.c: Likewise.
56567         * sunrpc/xdr.c: Likewise.
56568         * sunrpc/xdr_array.c: Likewise.
56569         * sunrpc/xdr_float.c: Likewise.
56570         * sunrpc/xdr_mem.c: Likewise.
56571         * sunrpc/xdr_rec.c: Likewise.
56572         * sunrpc/xdr_ref.c: Likewise.
56573         * sunrpc/xdr_sizeof.c: Likewise.
56574         * sunrpc/xdr_stdio.c: Likewise.
56576         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56577         handling.
56579 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56581         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56583 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56585         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56586         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56587         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56588         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56589         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56590         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56591         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56592         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56593         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56594         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56595         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56596         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56597         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56598         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56600 2010-07-26  Anton Blanchard  <anton@samba.org>
56602         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56603         * malloc/arena.c (heap_trim): Likewise.
56605 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56607         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56608         here.  Not...
56609         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56610         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56612 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56614         * sysdeps/i386/elf/Makefile: New file.
56616 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56618         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56619         from fanotify_init.
56620         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56621         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56623 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56625         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56626         of strncasecmp_l.
56627         * sysdeps/multiarch/strcmp.S: Likewise.
56629 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56631         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56632         strncase_l-nonascii.
56633         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56634         Add strncase_l-ssse3.
56635         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56636         * sysdeps/x86_64/strcmp.S: Likewise.
56637         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56638         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56639         * sysdeps/x86_64/strncase.S: New file.
56640         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56641         * sysdeps/x86_64/strncase_l.S: New file.
56642         * string/Makefile (strop-tests): Add strncasecmp.
56643         * string/test-strncasecmp.c: New file.
56645         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56646         warning.
56648         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56649         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56651 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56653         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56655 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56657         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56658         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56659         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56661 2010-05-01  Alan Modra  <amodra@gmail.com>
56663         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56664         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56665         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56666         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56667         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56668         tidying.  Don't tail-call __sigjmp_save for static lib.
56669         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56670         save location.
56671         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56672         (CALL_MCOUNT): Add eh info, and nop after bl.
56673         (TAIL_CALL_SYSCALL_ERROR): New macro.
56674         (PSEUDO_RET): Use it.
56675         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56676         Correct save location of integer regs and cr.
56677         (_dl_profile_resolve): Correct cr save location.  Delete nops
56678         after bl when SHARED.  Reduce cfi size a little by better
56679         placement of cfi directives.
56680         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56681         make a stack frame.  Instead use parm save area as a temp.
56682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56683         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56685         Don't make a stack frame for parent, use parm save area.
56686         Increase child stack frame to 112 bytes.  Don't save unused reg,
56687         and adjust reg usage.  Set up cfi on error recovery and
56688         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56690         (__makecontext): Add dummy nop after jump to exit.
56691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56692         Use correct parm save area and cr save, reduce stack frame.
56693         Correct cfi for possible PSEUDO_RET frame setup.
56694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56695         Branch to local label emitted by PSEUDO_RET rather than
56696         __syscall_error.
56698 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56700         [BZ #11904]
56701         * locale/programs/locale.c (print_assignment): New function.
56702         (show_locale_vars): Use it.
56704 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56706         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56707         field.
56708         (struct statfs64): Likewise.
56709         (_STATFS_F_FLAGS): Define.
56710         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56711         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56712         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56713         (ST_VALID): Define locally.
56714         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56715         __statvfs_getflags, use the provided value.
56716         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56717         __ASSUME_STATFS_F_FLAGS.
56719         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56721         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56722         Add sys/fanotify.h.
56723         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56724         fanotify_mask for GLIBC_2.13.
56725         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56726         fanotify_init and fanotify_mark.
56727         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56728         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56730         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56731         Add prlimit.
56732         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56733         prlimit64 for GLIBC_2.13.
56734         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56735         prlimit64.
56736         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56737         syscall.
56738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56739         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56740         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56741         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56742         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56743         add prlimit alias.
56744         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56746         [BZ #11903]
56747         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56748         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56750         * nss/Makefile: Add rules to build and run tst-nss-test1.
56751         * shlib-versions: Add entry for libnss_test1.
56752         * nss/nss_test1.c: New file.
56753         * nss/tst-nss-test1.c: New file.
56755         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56756         (__nss_configure_lookup): Set appropriate entry in
56757         __nss_configure_lookup to true.
56758         * nss/nsswitch.h: Define enum with indeces of databases in
56759         databases and __nss_database_custom arrays.  Declare
56760         __nss_database_custom.
56761         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56762         to avoid using nscd when custom rules are installed.
56763         * nss/getXXbyYY_r.c: Likewise.
56764         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56766         * nss/nss_files/files-parse.c: Whitespace fixes.
56768 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56770         [BZ #11883]
56771         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56772         * posix/fnmatch_loop.c: Likewise.
56774 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56776         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56777         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56778         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56779         * Versions.def [GLIBC_2.13]: Add.
56781 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56783         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56784         Also fail if tpwd after pwuid call is NULL.
56786 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56788         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56789         when converting to ms.
56791 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56793         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56794         EOPNOTSUPP errors with ENOTTY.
56795         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56796         EOPNOTSUPP errors with ENOTTY.
56798 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56800         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56801         Add strcasecmp_l-ssse3.
56802         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56803         strcasecmp.
56804         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56805         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56806         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56808 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56810         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56812         * string/Makefile (strop-tests): Add strcasecmp.
56813         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56814         strcasecmp_l-nonascii.
56815         (gen-as-const-headers): Add locale-defines.sym.
56816         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56817         * sysdeps/x86_64/strcasecmp.S: New file.
56818         * sysdeps/x86_64/strcasecmp_l.S: New file.
56819         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56820         * sysdeps/x86_64/locale-defines.sym: New file.
56821         * string/test-strcasecmp.c: New file.
56823         * string/test-strcasestr.c: Test both ends of the range of characters.
56824         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56826 2010-07-29  Roland McGrath  <roland@redhat.com>
56828         [BZ #11856]
56829         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56831 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56833         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56834         for ld.so.
56836 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56838         * manual/memory.texi (Malloc Tunable Parameters): Document
56839         M_PERTURB.
56841 2010-07-26  Roland McGrath  <roland@redhat.com>
56843         [BZ #11840]
56844         * configure.in (-fgnu89-inline check): Set and substitute
56845         gnu89_inline, not libc_cv_gnu89_inline.
56846         * configure: Regenerated.
56847         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56849 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56851         * string/test-strnlen.c: New file.
56852         * string/Makefile (strop-tests): Add strnlen.
56853         * string/tester.c (test_strnlen): Add a few more test cases.
56854         * string/tst-strlen.c: Better error reporting.
56856         * sysdeps/x86_64/strnlen.S: New file.
56858 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56860         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56861         lower-latency instructions.
56863 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56865         * string/test-strcasestr.c: New file.
56866         * string/test-strstr.c: New file.
56867         * string/Makefile (strop-tests): Add strstr and strcasestr.
56868         * string/str-two-way.h: Don't undefine MAX.
56869         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56871 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56873         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56874         strcasestr-nonascii.
56875         (CFLAGS-strcasestr-nonascii.c): Define.
56876         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56877         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56878         Remove unused attribute.
56880 2010-07-20  Roland McGrath  <roland@redhat.com>
56882         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56883         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56884         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56885         like LD_HWCAP_MASK can disable hwcaps.
56887 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56889         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56891 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56893         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56894         call in strcasestr.
56895         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56896         __strcasestr_sse42_nonascii.
56897         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56898         strcasestr-nonascii.c.
56899         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56901 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56903         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56904         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56905         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56906         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56908 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56910         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56911         fcntl.
56913 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56915         [BZ #11577]
56916         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56917         dl_signal_cerror.
56919 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56921         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56922         _PC_PIPE_BUF using F_GETPIPE_SZ.
56924 2010-07-05  Roland McGrath  <roland@redhat.com>
56926         * manual/arith.texi (Rounding Functions): Fix rint description
56927         implicit in round description.
56929 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56931         * elf/Makefile: Fix linking for a few tests to make recent linker
56932         happy.
56934 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56936         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56937         $(common-objpfx)libc_nonshared.a.
56939 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56941         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56942         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56943         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56944         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56945         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56946         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56947         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56948         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56963         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56964         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56965         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56966         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56967         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56968         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56969         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56970         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56971         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56972         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56973         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56974         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56990 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56992         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56993         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56994         * string/memmove.c (memmove): Renamed to ...
56995         (MEMMOVE): ...this.  Default to memmove.
56996         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56997         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56998         (END_CHK): Define.
56999         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57000         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57001         mempcpy-ssse3-back memmove-ssse3-back.
57002         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57003         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57004         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57005         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57006         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57007         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57008         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57009         * sysdeps/x86_64/multiarch/memmove.c: New file.
57010         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57011         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57012         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57013         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57014         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57015         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57016         Define.
57017         (index_Fast_Copy_Backward): Define.
57018         (HAS_ARCH_FEATURE): Define.
57019         (HAS_FAST_REP_STRING): Define.
57020         (HAS_FAST_COPY_BACKWARD): Define.
57022 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57024         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57025         Restore proper fallback handling.
57027 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57029         [BZ #11701]
57030         * posix/group_member.c (__group_member): Correct checking loop.
57032         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57033         OOM in getpwuid_r correctly.  Return error number when the caller
57034         should return, otherwise -1.
57035         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57036         call returning > 0 value.
57037         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57039 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57041         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57042         libc_nonshared.a from targets in modules-names.
57044 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57046         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57047         requires it.
57049 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57051         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57052         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57053         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57054         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57056 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57058         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57060 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57062         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57063         and F_GETPIPE_SZ.
57064         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57065         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57066         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57067         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57068         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57069         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57071 2010-06-14  Roland McGrath  <roland@redhat.com>
57073         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57075 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57077         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57078         __REDIRECT followed by __THROW.
57079         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57080         * posix/getopt.h (getopt): Likewise.
57082 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57084         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57085         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57086         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57087         in AT_FLAGS.
57088         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57089         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57091 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57093         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57095 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57097         [BZ #11640]
57098         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57099         Properly check family and model.
57101 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57103         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57105 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57107         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57109 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57111         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57112         symbol reference.
57114 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57116         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57117         symbol reference.
57119 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57121         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57122         and internal_recvmmsg.
57123         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57124         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57125         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57126         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57128         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57129         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57130         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57132 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57134         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57136 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57138         POWER7 optimizations.
57139         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57140         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57142 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57144         * version.h: Update for 2.13 development version.
57146 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57148         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57149         exceptions.  Return 0.
57151 2010-05-07  Roland McGrath  <roland@redhat.com>
57153         * elf/ldconfig.c (main): Add a const.
57155 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57157         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57158         (args_options): Add no-idn option.
57159         (ahosts_keys_int): Add idn_flags to ai_flags.
57160         (parse_option): Handle 'i' option to clear idn_flags.
57162         * malloc/malloc.c (_int_free): Possible race in the most recently
57163         added check.  Only act on the data if no current modification
57164         happened.
57166 See ChangeLog.17 for earlier changes.